.diamond-spark.spark-1 {
animation-name: spark1;
animation-iteration-count: infinite;
animation-fill-mode: forwards;
animation-duration: 1.5s;
}
.diamond-spark.spark-2 {
animation-name: spark2;
animation-iteration-count: infinite;
animation-fill-mode: forwards;
animation-duration: 1.5s;
}
.diamond-spark.spark-3 {
animation-name: spark3;
animation-iteration-count: infinite;
animation-fill-mode: forwards;
animation-duration: 1.5s;
}
.diamond-spark.spark-4 {
animation-name: spark4;
animation-iteration-count: infinite;
animation-fill-mode: forwards;
animation-duration: 1.5s;
}
@keyframes spark1 {
0%{
transform: translate(0,0);
opacity: 1;
}
100%{
transform: translate(-100px,-100px);
opacity: 0;
}
}
@keyframes spark2 {
0%{
transform: translate(0,0);
opacity: 1;
}
100%{
transform: translate(100px, -100px);
opacity: 0;
}
}
@keyframes spark3 {
0%{
transform: translate(0,0);
opacity: 1;
}
100%{
transform: translate(-100px, 100px);
opacity: 0;
}
}
@keyframes spark4 {
0%{
transform: translate(0,0);
opacity: 1;
}
100%{
transform: translate(100px,100px);
opacity: 0;
}
}
@-webkit-keyframes sticky {
0% {
top: -200px;
}
100% {
top: 0;
}
}
@keyframes sticky {
0% {
top: -200px;
}
100% {
top: 0;
}
}
@-webkit-keyframes pulse-border {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
}
}
@keyframes pulse-border {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
}
}
@-webkit-keyframes pulse-border-2 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
@keyframes pulse-border-2 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
@keyframes pulseInOut{
0%{opacity:1;transform:scale(.3)}
100%{opacity:0;transform:scale(1.3)}
}
@keyframes pulseInOutSM{
0%{opacity:1;transform:scale(.3)}
100%{opacity:0;transform:scale(1.7)}
}
@-webkit-keyframes cssload-loading-ani1 {
100% {
-webkit-transform: translate(39px);
transform: translate(39px);
opacity: 0;
}
}
@keyframes cssload-loading-ani1 {
100% {
-webkit-transform: translate(39px);
transform: translate(39px);
opacity: 0;
}
}
@-webkit-keyframes cssload-loading-ani2 {
100% {
-webkit-transform: translate(19px);
transform: translate(19px);
opacity: 1;
}
}
@keyframes cssload-loading-ani2 {
100% {
-webkit-transform: translate(19px);
transform: translate(19px);
opacity: 1;
}
}
@-webkit-keyframes cssload-loading-ani3 {
100% {
-webkit-transform: translate(19px);
transform: translate(19px);
}
}
@keyframes cssload-loading-ani3 {
100% {
-webkit-transform: translate(19px);
transform: translate(19px);
}
}
@-webkit-keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes ripple {
0%,
35% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0.8;
}
100% {
opacity: 0;
-webkit-transform: scale(2);
transform: scale(2);
}
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
@-webkit-keyframes ripple-white {
0% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
40% {
opacity: 0.2;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
opacity: 0;
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
}
@keyframes ripple-white {
0% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
40% {
opacity: 0.2;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
opacity: 0;
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
}
@keyframes fadeHeaderInDown {
0% {
opacity:0;
transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
transform:translate3d(0, 0, 0);
}
}
@keyframes preloader-dual-inner-o {
0%    { opacity: 1; transform: translate(0 0) }
49.99% { opacity: 1; transform: translate(80px,0) }
50%    { opacity: 0; transform: translate(80px,0) }
100%    { opacity: 0; transform: translate(0,0) }
}
@keyframes preloader-dual-inner {
0% { transform: translate(0,0) }
50% { transform: translate(80px,0) }
100% { transform: translate(0,0) }
}
@keyframes preloader-squares-inner {
0% { transform: scale(1.1500000000000001) }
100% { transform: scale(1) }
}
@keyframes preloader-pulse-inner-1 {
0% { top: 36px; height: 128px }
50% { top: 60px; height: 80px }
100% { top: 60px; height: 80px }
}
@keyframes preloader-pulse-inner-2 {
0% { top: 41.99999999999999px; height: 116.00000000000001px }
50% { top: 60px; height: 80px }
100% { top: 60px; height: 80px }
}
@keyframes preloader-pulse-inner-3 {
0% { top: 48px; height: 104px }
50% { top: 60px; height: 80px }
100% { top: 60px; height: 80px }
}
@keyframes preloader-gear-inner {
0% { transform: rotate(0deg) }
50% { transform: rotate(22.5deg) }
100% { transform: rotate(45deg) }
}
@keyframes preloader-ripple-inner {
0% {
top: 96px;
left: 96px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: 18px;
left: 18px;
width: 156px;
height: 156px;
opacity: 0;
}
}
@keyframes preloader-spinner-inner {
0% { opacity: 1 }
100% { opacity: 0 }
}
@keyframes preloader-eclipse {
0% { transform: rotate(0deg) }
50% { transform: rotate(180deg) }
100% { transform: rotate(360deg) }
}
@-webkit-keyframes cssload-loading-ani1 {
100% {
-webkit-transform: translate(39px);
transform: translate(39px);
opacity: 0;
}
}
@keyframes cssload-loading-ani1 {
100% {
-webkit-transform: translate(39px);
transform: translate(39px);
opacity: 0;
}
}
@-webkit-keyframes cssload-loading-ani2 {
100% {
-webkit-transform: translate(19px);
transform: translate(19px);
opacity: 1;
}
}
@keyframes cssload-loading-ani2 {
100% {
-webkit-transform: translate(19px);
transform: translate(19px);
opacity: 1;
}
}
@-webkit-keyframes cssload-loading-ani3 {
100% {
-webkit-transform: translate(19px);
transform: translate(19px);
}
}
@keyframes cssload-loading-ani3 {
100% {
-webkit-transform: translate(19px);
transform: translate(19px);
}
}
@keyframes boundeDot {
0%{
transform: translateY(0);
}
50%{
transform: translateY(-3px);
}
100%{
transform: translateY(0);
}
}
@keyframes zoomIn {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.zoom-in-mask{
overflow: hidden;
}
.zoom-in-mask img{
animation-name: zoomIn;
animation-duration: 10s;
animation-fill-mode: both;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.texture-1{
position: absolute;
bottom: 30%;
right: 120%;
font-size: 190px;
line-height: 1;
}
.pattern-wrap{
position: absolute;
background: #d6a77b;
right: 0;
height: 100%;
width: 30%;
top: 0;
}
.pattern-wrap .pattern{
position: relative;
width: 100%;
background-repeat: no-repeat;
height: 100%;
background-size: cover;
}
.ps-static > div{
position: static;
}
.sigma_card-3d {
transform-style: preserve-3d;
backface-visibility: hidden;
position: relative;
transform: perspective(500px) rotateX(0) rotateY(0);
}
.sigma_card-3d-content{
transform-style: preserve-3d;
perspective: 1000px;
transform: translateZ(30px) scale(0.940);
}
.down-arrow-wrap a{
height: 60px;
width: 60px;
text-align: center;
line-height: 60px;
background-color: #d6a77b;
border-radius: 50%;
color: #fff;
-webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
position: relative;
display: block;
margin: 0 auto;
}
.down-arrow-wrap a:focus,
.down-arrow-wrap a:hover{
color: #fff;
background-color: #b78d65;
}
.down-arrow-wrap a::before{
position: absolute;
content: '';
left: 0;
top: 0;
height: 100%;
width: 100%;
border: 1px solid #efefef;
border-radius: 50%;
-webkit-animation: pulse-border-2 1s linear infinite;
animation: pulse-border-2 1s linear infinite;
}
.down-arrow-wrap a::after{
position: absolute;
content: '';
left: 0;
top: 0;
height: 100%;
width: 100%;
border: 1px solid #efefef;
border-radius: 50%;
-webkit-animation: pulse-border-2 1.5s linear infinite;
animation: pulse-border-2 1.5s linear infinite;
}
.z-index-1{
z-index: 1;
}
.pattern-bg{
position: relative;
}
.pattern-bg::before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background-image: url(//psychoterapeutadzieciecy.pl/wp-content/themes/neuka/assets/images/pattern-03.png);
background-color: #d6a77b;
content: '';
background-size: cover;
background-position: right;
}
.primary-bg{
background-color: #d6a77b;
}
.custom-primary{
color: #d6a77b;
}
.fs-20{
font-size: 20px;
}
.section{
padding: 100px 0;
}
.section.section-padding{
padding: 100px 0 70px;
}
.section-heading .section-title{
margin-bottom: 0;
}
.section-title{
margin-bottom: 50px;
}
.section-title span.title-tag,
.section-title .heading-subtitle {
display: inline-block;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 3px;
padding-bottom: 20px;
margin: 0;
}
.section-title h2 {
font-size: 68px;
line-height: 1.125;
letter-spacing: -1px;
}
.section-title h3 {
font-size: 46px;
line-height: 1.125;
letter-spacing: -1px;
}
.section-heading {
margin-bottom: 50px;
}
.sigma-svg {
width: 50px;
}
.sigma-svg.svg-sm {
width: 25px;
}
.close-btn {
border: 0;
background-color: transparent;
padding: 0;
width: 30px;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
outline: none;
}
.close-btn:hover,
.close-btn:focus{
background-color: transparent;
}
.close-btn:focus {
outline: none;
}
.close-btn span {
position: absolute;
width: 1px;
height: 15px;
display: block;
background-color: #fff;
opacity: 0.6;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.close-btn.close-dark span {
background-color: #1c1c1d;
}
.close-btn.close-danger span {
background-color: red;
}
.close-btn span:nth-child(2) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close-btn:hover span {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.close-btn:hover span:nth-child(2) {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.close-btn.dark span {
background-color: #1c1c1d;
}
.mb-30 {
margin-bottom: 30px;
}
.overflow-visible {
overflow: visible !important;
}
*:focus,
.slick-initialized .slick-slide:focus {
outline: none;
}
.z-1 {
z-index: 1;
}
.slick-arrow {
width: 70px;
height: 70px;
text-align: center;
line-height: 70px;
padding: 0;
color: #1c1c1d;
background-color: #fff;
transition: .3s;
}
.slick-arrow,
.slick-arrow:focus {
outline: none;
}
.slick-arrow:hover {
background-color: #d6a77b;
color: #fff;
box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}
.slick-slider .slick-dots {
padding: 0;
margin: 30px 0 0;
list-style: none;
display: flex !important;
align-items: center;
justify-content: center;
}
.entry-content .slick-slider .slick-dots li + li{
margin: 0;
}
.arrow-style .slick-arrow:hover, .arrow-style .slick-arrow.slider-next {
background-color: #d6a77b;
color: #fff;
-webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}
.arrow-style {
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.arrow-style .slick-arrow.slider-next {
margin-left: 20px;
}
.slick-slider .slick-dots button,
.slick-slider .slick-dots button:focus {
outline: none;
}
.slick-slider .slick-dots button {
font-size: 0;
border: 0;
background-color: #efefef;
width: 16px;
height: 4px;
padding: 0;
margin: 0 5px;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.slick-slider .slick-dots .slick-active button {
width: 26px;
background-color: #d6a77b;
} .sigma-portfolio-details-container {
padding: 36px 40px 15px;
background-color: #efefef;
display: inline-block;
}
.sigma-portfolio-detail {
padding-bottom: 10px;
margin-top: 20px;
padding-left: 20px;
}
.sigma-portfolio-details h3 {
margin-bottom: 10px;
}
.sigma-portfolio-detail-title {
font-family: "Poppins", sans-serif;
font-weight: 700;
color: #1c1c1d;
font-size: 20px;
position: relative;
}
.sigma-portfolio-detail-title:before {
position: absolute;
left: -20px;
top: 6px;
content: "";
width: 6px;
height: 6px;
background-color: #d6a77b;
}
.sigma-portfolio-content {
padding-top: 30px;
}
.sigma-portfolio-details-container .sigma-portfolio-detail-des {
margin-bottom: 3px;
display: inline-block;
}
.sigma-portfolio-details-container .sigma-portfolio-detail-des p {
margin-bottom: 0;
}
.masonry-item .sigma-portfolio-content-cover h3.portfolio-title a:hover {
color: #d6a77b;
} .sigma-teammember-thumbnail .sigma_post-thumbnail {
position: relative;
}
h3.sigma-team-title {
font-size: 26px;
line-height: 34px;
margin-bottom: 0;
margin-top: 10px;
}
h5.sigma-teammember-designation {
font-size: 16px;
color: #1c1c1d;
margin-bottom: 20px;
}
.sigma-teammember-details {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
grid-gap: 30px 30px;
margin-left: 20px;
}
.sigma-teammember-detail {
padding-bottom: 20px;
}
.sigma-teammember-detail-title {
font-weight: 700;
color: #1c1c1d;
}
.sigma-teammember-content {
padding-top: 40px;
}
.sigma-teammember-content .wpcf7-form-control-wrap {
width: 100%;
}
.sigma-teammember-link-profiles {
margin: 0;
padding: 0;
clear: both;
}
.sigma-teammember-link-profiles-container {
border-top: 1px solid #efefef;
padding-top: 30px;
margin-top: 10px;
}
.sigma-teammember-link-profiles li {
display: inline-block;
border: none;
}
.sigma-teammember-link-profiles li a {
background-color: #efefef;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
display: block;
font-size: 16px;
color: #1c1c1d;
}
.sigma-teammember-link-profiles li a:hover {
color: #ffffff;
background-color: #d6a77b;
}
.sigma-teammember-detail-title {
font-weight: 700;
position: relative;
padding-right: 5px;
}
.sigma-teammember-detail-title:before {
position: absolute;
left: -20px;
top: 6px;
content: "";
width: 6px;
height: 6px;
background-color: #d6a77b;
}
.sigma-teammember-des p {
margin-bottom: 40px;
} .sigma-post {
margin-bottom: 30px;
}
.sigma-post-wrapper .entry-title {
font-size: 42px;
margin-bottom: 20px;
letter-spacing: -2px;
line-height: 1.2;
margin-top: 0;
word-break: break-word;
}
.sigma-post-wrapper .entry-title a:hover {
text-decoration: none;
color: #d6a77b;
}
.sigma-post-inner {
padding: 50px;
position: relative;
}
.sigma-post-style-1 .sigma-post-inner {
background-color: #fff;
}
.post-details-box {
padding: 40px;
background-color: #fff;
}
.post-details-box .sigma-post-inner {
padding: 0;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a {
text-transform: uppercase;
font-weight: 600;
font-size: 13px;
color: #1c1c1d;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a:hover {
color: #d6a77b;
}
.sigma_post_views span i{
margin-right: 6px;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a i{
margin-left: 6px;
transition: transform .3s;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a:hover i{
transform: translateX(2px);
}
.sigma-post-wrapper header .posted-on {
display: block;
top: -80px;
font-family: "Poppins", sans-serif;
width: 80px;
height: 80px;
padding: 15px 4px;
position: absolute;
right: 0;
text-align: center;
}
.sigma-post-wrapper header .posted-on a {
color: #fff;
font-size: 30px;
line-height: 30px;
letter-spacing: 0;
}
.sigma-post-wrapper header .posted-on a span {
display: block;
font-family: "Rubik", sans-serif;
font-size: 11px;
letter-spacing: 2px;
line-height: 16px;
}
.sigma-post-wrapper .entry-meta-footer {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.sigma-post-wrapper .entry-meta-footer .entry-meta-container i {
color: #d6a77b;
}
.sigma-post-wrapper footer .entry-meta-container>span>i {
margin-right: 5px;
}
.sigma-post-wrapper footer.entry-footer .social-icon-share {
margin-left: auto;
position: relative;
}
.sigma-post-wrapper footer a.social-share-button {
display: none;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
}
.sigma-post-wrapper footer ul.social-share-icons {
position: relative;
padding: 0;
margin: 0;
right: 0px;
white-space: nowrap;
top: 0px;
list-style: none;
visibility: visible;
opacity: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer ul li.social-share-icon {
list-style: none;
display: inline-block;
padding: 0;
margin: 0 0 5px;
width: 39px;
height: 39px;
overflow: hidden;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer ul li.social-share-icon + li.social-share-icon{
margin-left: 5px;
}
body .sigma-post-wrapper footer ul.social-share-icons a.icon-link {
display: block;
text-align: center;
background: #efefef;
font-weight: 400;
line-height: 39px;
margin: 0;
padding: 0;
font-size: 14px;
}
body .sigma-post-wrapper footer ul.social-share-icons a.icon-link:hover {
background-color: #d6a77b;
color: #fff;
}
.sigma-post-wrapper footer .social-icon-share:hover ul.social-share-icons {
visibility: visible;
opacity: 1;
top: 0;
}
.sigma-post-wrapper blockquote {
position: relative;
padding: 45px 55px;
background-color: #d6a77b;
border-radius: 0;
z-index: 1;
font-size: 28px;
font-family: "Poppins", serif;
font-weight: 700;
line-height: 1.5;
color: #fff;
text-align: center;
letter-spacing: -1px;
position: relative;
}
.sigma-post-wrapper blockquote a{
color: #fff;
}
.sigma-post-wrapper blockquote::before {
content: "\f10d";
font-family: "Font Awesome 5 Pro";
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
position: absolute;
right: 40px;
top: 10px;
font-size: 120px;
opacity: .1;
}
.sigma-post-wrapper blockquote p {
font-size: 24px;
font-weight: 700;
line-height: 1.5;
}
.sigma-post-wrapper blockquote cite,
.sigma-post-wrapper blockquote cite strong {
display: block;
font-family: "Rubik", sans-serif;
margin-top: 5px;
font-size: 14px;
text-transform: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.sigma-post-wrapper blockquote p,
.sigma-post-wrapper blockquote {
font-size: 22px;
}
}
@media (max-width: 767px) {
.sigma-post-wrapper blockquote p,
.sigma-post-wrapper blockquote {
font-size: 18px;
}
}
@media (max-width: 399px) {
.sigma-post-wrapper blockquote p,
.sigma-post-wrapper blockquote {
font-size: 16px;
}
}
.sigma-post-inner .gallery {
margin-bottom: 30px;
}
.post.sticky .sigma-post-inner {
border: 2px solid #d6a77b;
position: relative;
}
.post.sticky.sigma-post-style-6 .sigma-post-inner,
.post.sticky.sigma-post-style-7 .sigma-post-inner {
padding: 30px;
}
.post.sticky .sigma-post-inner:after {
content: "\f08d";
font-family: 'Font Awesome 5 Pro';
font-size: 25px;
position: absolute;
color: #fff;
opacity: 1;
right: 0px;
top: 0px;
background-color: #d6a77b;
padding: 0;
width: 70px;
line-height: 70px;
height: 70px;
text-align: center;
font-weight: 900;
border-radius: 0;
}
.archive-description {
margin-bottom: 30px;
} .comments-area {
margin-top: 60px;
}
.page .comments-area{
padding: 40px 40px 20px;
background-color: #fff;
}
.page .comments-area .comment-respond{
margin-bottom: 20px;
}
.comments-area > .comment-list{
margin-bottom: 60px;
}
.children,
.comment-list {
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
.comment-list>li.comment {
margin-bottom: 40px;
padding-bottom: 0;
}
.comment-list>li.comment:not(:first-child) {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #efefef;
}
.comment-list .comment-body {
margin-bottom: 30px;
display: grid;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
flex-wrap: wrap;
}
.comment-list .comment-body .url{
margin-left: 10px;
flex: 1;
}
.comment-list .comment-body .edit-link{
display: block;
width: 100%;
flex: 0 100%;
margin-left: 80px;
font-size: 13px;
font-weight: 600;
}
.comment-list .comment-body .edit-link a{
color: #777;
}
.comment-list .comment-body .edit-link a:hover{
color: #d6a77b;
}
.comment-list .children {
padding-left: 80px;
position: relative;
}
.comment-list .children li:first-child {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #efefef;
}
.comment-list .reply {
position: absolute;
top: 0;
right: 0;
font-weight: 500;
letter-spacing: .1em;
}
.comment-list a.comment-reply-link {
background: transparent !important;
color: #1c1c1d;
display: inline-block;
font-size: 14px;
font-weight: 700;
z-index: 2;
}
.comment-list a.comment-reply-link:before {
margin-right: 5px;
font-family: "Font Awesome 5 Pro";
font-weight: 400;
content: "\f3e5";
display: inline-block;
}
.comment-list a.comment-reply-link:hover {
background-color: #1c1c1d;
}
.comment-list .comment-avatar {
min-width: 100px;
margin-right: 30px;
position: relative;
}
.comment-list .comment-content p {
font-size: 14px;
margin-bottom: 0;
}
.comment-list .children .comment-avatar {
top: 0;
}
.comment-list .comment-avatar img.avatar {
width: 100px;
}
.comment-list span.comment-author {
font-family: "Poppins", sans-serif;
display: block;
font-size: 18px;
text-transform: none;
letter-spacing: -1px;
margin-bottom: 15px;
color: #1c1c1d;
}
.comment-list span.comment-date {
margin-bottom: 20px;
display: block;
}
.comment-list .comment-date a {
color: #777;
font-size: 12px;
font-weight: 700;
} .comment-respond .comment-form {
padding: 45px;
background-color: #efefef;
}
.comment-respond .comment-form .sigma-comment-form-input-wrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
}
.sigma-comment-form-input-wrapper>p {
padding: 0 15px;
flex: 0 0 50%;
margin-bottom: 20px;
position: relative;
}
.comment-respond p.comment-form-comment {
position: relative;
}
@media(max-width: 991px) {
.sigma-comment-form-input-wrapper>p {
flex: 0 0 100%;
}
}
.comment-respond .sigma-comment-form-input-wrapper>p.comment-form-url,
.comment-respond .sigma-comment-form-input-wrapper .comment-form-comment {
flex: 0 0 100%;
}
.comment-respond p.comment-form-comment .icon,
.comment-respond .sigma-comment-form-input-wrapper>p .icon {
position: absolute;
color: #d6a77b;
transform: translateY(0);
top: 20px;
display: block;
right: 40px;
left: auto;
}
.comment-respond p.comment-form-comment .icon {
right: 25px;
}
.comment-respond p.comment-form-comment textarea,
.comment-respond .sigma-comment-form-input-wrapper>p input {
height: 60px;
border: none;
background-color: #fff;
padding-left: 25px;
padding-right: 50px;
text-transform: none;
font-size: 14px;
font-weight: 400;
font-family: "Rubik", sans-serif;
}
.comment-respond p.comment-form-comment textarea {
height: 150px;
}
.comments-area .comments-title{
margin-bottom: 30px;
text-transform: none;
letter-spacing: -1px;
}
.comment-respond .comment-reply-title small{
margin-left: 5px;
}
.comment-respond .comment-reply-title,
.sigma-related-title {
margin-bottom: 30px;
text-transform: none;
letter-spacing: -1px;
font-size: 38px;
}
.comments-area .comment-form .comment-form-cookies-consent {
display: flex;
align-items: center;
margin-bottom: 25px;
}
.comments-area .comment-form .comment-form-cookies-consent input {
margin-top: 6px;
}
.comment-list .children .comment-respond {
margin-bottom: 30px;
}
.comment-respond .comment-form p.form-submit {
margin: 0;
} .post-author-box {
margin-top: 25px;
margin-bottom: 55px;
padding: 40px;
background-color: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
background-color: #efefef;
}
.post-author-box .post-author-details>span {
color: #d6a77b;
font-size: 14px;
font-weight: 500;
display: block;
text-transform: capitalize;
letter-spacing: normal;
line-height: 1.6;
margin-bottom: 6px;
}
.post-author-box .post-author-image {
display: block;
overflow: hidden;
border-radius: 0%;
margin-right: 40px;
width: 150px;
}
.post-author-box .post-author-image .alignnone {
margin: 0;
width: 140px;
height: 140px;
}
.post-author-box .post-author-details {
-webkit-flex-shrink: 160;
-moz-flex-shrink: 160;
-ms-flex-negative: 160;
flex-shrink: 160;
}
.post-author-box .author-title {
font-size: 36px;
letter-spacing: -1px;
text-transform: none;
margin-bottom: 20px
}
.post-author-box .post-author-details .author-description {
font-size: 14px;
margin-bottom: 0;
} .related-posts .sigma-post .sigma-post-wrapper {
background-color: #fff;
transition: .3s;
}
.related-posts .sigma-post-style-2 .sigma-post-inner{
padding: 0;
}
.related-posts .sigma-post-style-2.has-post-thumbnail .sigma-post-inner{
padding: 25px 0 0;
}
.related-posts .sigma-post h3 {
font-size: 24px;
margin-bottom: 20px;
letter-spacing: -1px;
text-transform: none;
}
.related-posts .sigma-post .entry-title a {
display: block;
text-decoration: none;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.related-posts .sigma-post .entry-title a:hover {
color: #d6a77b;
}
.related-posts .sigma-post:hover .sigma-post-wrapper {
box-shadow: none;
background-color: #efefef;
}
.related-posts .sigma-post-content-cover {
padding: 40px;
position: relative;
text-align: left;
}
.related-posts .sigma-post-date {
display: flex;
background: transparent;
text-align: center;
color: #777;
font-size: 14px;
text-transform: none;
margin-bottom: 10px;
}
.related-posts .sigma-post-image-container {
overflow: hidden;
}
.related-posts .sigma-post-date span {
margin-left: 3px;
}
.related-posts .sigma-post-date i {
margin-right: 5px;
}
.related-posts .sigma-post-image-container .post-image {
transform: scale(1.01);
}
.related-posts .sigma-post-post-wrapper:hover .sigma-post-image-container .post-image {
transform: scale(1.2);
}
.related-posts .sigma-post-image-container .post-image {
transition: .3s;
} .related-posts .sigma-post-image-container,
.related-posts .sigma-post .sigma-post-post-wrapper {
position: relative;
}
.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content {
position: absolute;
top: 0;
background-color: #1c1c1d;
left: 0;
right: 0;
padding: 10px 20px;
z-index: 1;
}
.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta {
border: none;
padding: 0;
margin: 0;
text-align: center;
}
.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta .post-meta-item>a,
.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta .post-meta-item {
color: #fff;
}
.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta .post-meta-item {
margin: 0 10px;
text-transform: none;
font-weight: 700;
}
.related-posts .sigma-post-description p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
max-height: 75px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 0px;
font-size: 14px;
}
.related-posts .sigma-blog-link {
color: #d6a77b;
text-transform: none;
font-weight: 700;
}
.related-posts .sigma-blog-link:hover {
color: #1c1c1d;
}
.related-posts .sigma-post {
margin-bottom: 30px;
} .sigma-service-style-1 .sigma_service.style-3 {
background-color: transparent;
box-shadow: none;
text-align: left;
padding: 0;
transition: .3s;
margin-bottom: 30px;
margin-top: 45px;
}
.sigma-service-style-1 .sigma_service.style-3 .sigma_service-thumb {
position: relative;
z-index: 1;
}
.sigma-service-style-1 .sigma_service.style-3 .sigma_service-thumb i {
font-size: 40px;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background-color: #d6a77b;
border: 5px solid #fff;
box-shadow: 0 3px 12px rgba(0,0,0,.1);
border-radius: 50%;
line-height: 1;
transition: .3s;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
color: #fff;
transition: .3s;
transform: translate(-50%, -50%);
}
.sigma-service-style-1 .sigma_service.style-3 .sigma_service-body {
position: relative;
background-color: #fff;
box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
border: 0;
padding: 60px 30px 30px;
text-align: center;
transition: .3s;
}
.sigma-service-style-1 .sigma_service.style-3 .sigma_service-body h5 {
font-size: 24px;
font-weight: 700;
}
.sigma-service-style-1 .sigma_service.style-3 .sigma_service-body a.btn-link {
position: relative;
color: #1c1c1c;
font-weight: 700;
font-style: normal;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
z-index: 1;
margin-left: 20px;
margin-top: 25px;
display: inline-block;
}
.sigma-service-style-1 .sigma_service.style-3 .sigma_service-body .btn-link i ,
.sigma-service-style-2 .sigma_service.style-1 .sigma_service-body .btn-link i {
font-size: 14px;
margin-left: 5px;
}
.sigma-service-style-1 .sigma_service.style-3 .sigma_service-body:hover {
background: #1c1c1c;
}
.sigma-service-style-1 .sigma_service.style-3 .sigma_service-body:hover h5,
.sigma-service-style-1 .sigma_service.style-3 .sigma_service-body:hover p,
.sigma-service-style-1 .sigma_service.style-3 .sigma_service-body:hover .btn-link,
.sigma-service-style-2 .sigma_service.style-1:hover .sigma_service-body h5,
.sigma-service-style-2 .sigma_service.style-1:hover .sigma_service-body p,
.sigma-service-style-2 .sigma_service.style-1:hover .sigma_service-body .btn-link,
.sigma-service-style-2 .sigma_service.style-1:hover .sigma_service-thumb i
{
color: #fff;
}
.sigma-service-style-1 .sigma_service.style-3 .sigma_service-body:hover .btn-link:before {
background-color: #d6a77b;
} .sigma-service-style-2 .sigma_service.style-1 {
display: block;
background-color: #fff;
transition: .3s;
margin-bottom: 30px;
box-shadow: 0 3px 24px rgba(0,0,0,.04);
}
.sigma-service-style-2 .sigma_service.style-1 .sigma_service-body {
padding: 0 40px 40px;
}
.sigma-service-style-2 .sigma_service.style-1 .sigma_service-thumb {
padding: 40px 40px 0;
margin-bottom: 40px;
}
.sigma-service-style-2 .sigma_service.style-1 .sigma_service-body {
margin-top: 40px;
}
.sigma-service-style-2 .sigma_service.style-1 .sigma_service-thumb i {
font-size: 40px;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background-color: #d6a77b;
border: 5px solid #fff;
box-shadow: 0 3px 12px rgba(0,0,0,.1);
border-radius: 50%;
color: #1c1c1c;
line-height: 1;
transition: .3s;
}
.service-style-2-content-wrapper {
background-size: cover;
background-position: 90px;
background-repeat: no-repeat;
}
.sigma-service-style-2 .sigma_service.style-1 .sigma_service-body h5 {
font-size: 22px;
font-weight: 700;
margin-bottom: 10px;
}
.sigma-service-style-2 .sigma_service.style-1 .sigma_service-body p{
margin-bottom: 0;
}
.sigma-service-style-2 .sigma_service.style-1 .sigma_service-body a.btn-link {
margin-top: 25px;
text-decoration: none;
display: inline-block;
}
.sigma-service-style-2 .sigma_service.style-1:hover {
background-color: #d6a77b;
transform: translateY(-3px);
}
.sigma-service-style-2 .sigma_service.style-1:hover .sigma_service-body .btn-link:before{
background: #1c1c1c;
} .sigma-service-details .sigma-service-wrapper .post-thumbnail {
margin-bottom: 30px;
}
.sigma-service-details .sigma-service-wrapper .post-thumbnail img {
width: 100%;
} .sigma-subheader {
display: flex;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
align-items: center;
}
.sigma-subheader {
position: relative;
flex-wrap: wrap;
z-index: 1;
}
.sigma-subheader .page-title {
font-size: 72px;
color: #fff;
text-transform: none;
line-height: 1.2;
margin: 0;
word-break: break-word;
}
.sigma-subheader .subheader-caption {
font-size: 14px;
font-weight: 700;
letter-spacing: 4px;
text-transform: uppercase;
color: #fff;
}
.sigma-subheader:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -2;
background-color: #1c1c1d;
opacity: 0.6;
content: '';
}
.sigma-subheader .container {
height: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding-top: 130px;
padding-bottom: 130px;
}
.has-header-absolute .sigma-subheader .container{
padding-top: 250px;
}
.sigma-subheader .breadcrumb {
position: absolute;
bottom: 0;
right: 15px;
z-index: 22;
padding: 0;
background-color: #fff;
text-align: center;
border-radius: 0;
margin-top: 0;
color: #d6a77b;
margin: 0 auto;
align-items: center;
}
.breadcrumb i{
margin: 0 10px;
}
.breadcrumb li{
padding: 20px 0;
}
.breadcrumb li:first-child{
padding-left: 25px;
}
.breadcrumb li:last-child{
padding-right: 25px;
}
.breadcrumb a,
.breadcrumb li,
.breadcrumb-item.active {
display: inline-block;
font-size: 14px;
font-weight: 700;
text-transform: none;
margin-right: 0px;
position: relative;
color: #1c1c1d;
display: flex;
align-items: center;
}
.breadcrumb li.breadcrumb-item-page{
padding-left: 10px;
}
.breadcrumb-item+.breadcrumb-item::before{
color: #777;
}
.breadcrumb a:hover {
color: #d6a77b;
}
.breadcrumb li a {
padding-right: 0;
}
.breadcrumb li.current {
padding-right: 0;
margin-right: 0;
}
.sigma-subheader .btg-text {
font-size: 300px;
font-weight: 700;
text-transform: none;
line-height: 1;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: transparent;
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 1px #fff;
z-index: -1;
opacity: 0.2;
font-family: "Poppins", sans-serif;
}
.sigma-subheader.below-image + .breadcrumb-nav{
background-color: #fff;
padding: 15px 0;
}
.sigma-subheader.below-image + .breadcrumb-nav .breadcrumb{
background-color: transparent;
padding: 0;
margin: 0;
}
.sigma-subheader.below-image + .breadcrumb-nav .breadcrumb li,
.sigma-subheader.below-image + .breadcrumb-nav .breadcrumb li a{
font-size: 14px;
}
.sigma-subheader.text-center .container{
align-items: center;
}
.sigma-subheader.text-right .container{
align-items: flex-end;
}
.blog .breadcrumb-nav{
display: none;
}
.sigma-subheader.style-1.before-title .breadcrumb{
bottom: auto;
top: 0;
} .sigma-subheader.style-2 .subheader-caption{
margin: 10px 0 0;
}
.sigma-subheader.style-2 .breadcrumb,
.sigma-subheader.style-3 .breadcrumb{
position: relative;
bottom: auto;
right: auto;
background-color: transparent;
}
.breadcrumb i,
.sigma-subheader.style-3 .breadcrumb li,
.sigma-subheader.style-2 .breadcrumb li{
color: #777;
}
.sigma-subheader.style-3 .breadcrumb li a,
.sigma-subheader.style-2 .breadcrumb li a{
color: #fff;
}
.sigma-subheader.style-3 .breadcrumb li a:hover,
.sigma-subheader.style-2 .breadcrumb li a:hover{
color: #d6a77b;
}
.sigma-subheader.style-2 .breadcrumb li:first-child,
.sigma-subheader.style-2 .breadcrumb li:last-child,
.sigma-subheader.style-2 .breadcrumb li,
.sigma-subheader.style-3 .breadcrumb li:first-child,
.sigma-subheader.style-3 .breadcrumb li:last-child,
.sigma-subheader.style-3 .breadcrumb li{
padding: 0;
}
.sigma-subheader.style-2 .breadcrumb li.breadcrumb-item-page:last-child,
.sigma-subheader.style-3 .breadcrumb li.breadcrumb-item-page:last-child{
padding-left: 10px;
}
.sigma-subheader.style-2.after-title .breadcrumb,
.sigma-subheader.style-3.after-title .breadcrumb{
margin: 20px 0 0;
}
.sigma-subheader.style-2.before-title .breadcrumb,
.sigma-subheader.style-3.before-title .breadcrumb{
margin: 0 0 20px;
} .sigma-subheader.style-3 .container{
padding-bottom: 20px;
padding-top: 340px;
} .sigma-subheader.style-4 .breadcrumb{
bottom: -35px;
right: auto;
left: 50%;
transform: translateX(-50%);
}
.sigma-subheader.style-4 .breadcrumb-item+.breadcrumb-item::before{
-webkit-transform: rotate(90deg);
transform: rotate(45deg);
content: "\f45c";
font-family: "Font Awesome 5 Pro";
font-weight: 900;
color: #d6a77b;
font-size: 8px;
margin: 0 5px;
vertical-align: middle;
}
.sigma-subheader.style-4 .breadcrumb i,
.sigma-subheader.style-4 .breadcrumb li:last-child,
.sigma-subheader.style-4 .breadcrumb li.active{
color: #d6a77b;
max-width: 340px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sigma-subheader.style-4.text-left .breadcrumb{
transform: translateX(0);
left: 15px;
}
.sigma-subheader.style-4.text-right .breadcrumb{
transform: translateX(0);
left: auto;
right: 0;
}  .site-logo-wrapper{
position: relative;
padding: 10px 0;
}
.site-logo-wrapper .sticky-logo img,
.site-logo-wrapper .site-logo img{
max-width: 210px;
}
.sigma_custom-text-logo {
display: flex;
align-items: center;
}
.sigma_custom-text-logo img {
margin-right: 20px;
} .site-logo-wrapper .logo-infocard{
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
background-color: #d6a77b;
padding: 35px 25px;
min-width: 500px;
color: #fff;
border-radius: 2px;
font-size: 14px;
display: block;
box-shadow: 0 2px 3px rgba(0,0,0,.4);
z-index: 89;
opacity: 0;
visibility: hidden;
transition: all .15s ease-out;
transition-delay: .3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.site-logo-wrapper .logo-infocard::before{
content: '';
position: absolute;
top: 5px;
right: 5px;
width: 0;
height: 0;
border-top: 20px solid #fff;
border-left: 20px solid transparent;
}
.site-logo-wrapper .logo-infocard::after{
content: '';
position: absolute;
bottom: 5px;
left: 5px;
width: 0;
height: 0;
border-bottom: 20px solid #fff;
border-right: 20px solid transparent;
}
.site-logo-wrapper .logo-infocard p,
.site-logo-wrapper .logo-infocard strong,
.site-logo-wrapper .logo-infocard a{
color: #fff;
}
.site-logo-wrapper:hover .logo-infocard{
opacity: 1;
visibility: visible;
}
.site-logo-wrapper .logo-infocard .info_card_logo{
margin-bottom: 20px;
}
.site-logo-wrapper .logo-infocard .contact-item{
display: flex;
align-items: flex-start;
}
.site-logo-wrapper .logo-infocard .contact-item svg{
width: 25px;
margin-right: 10px;
}
.site-logo-wrapper .logo-infocard .contact-item svg path{
fill: #fff;
}
.site-logo-wrapper .logo-infocard .contact-item + .contact-item{
margin-top: 20px;
}
.site-logo-wrapper .logo-infocard p{
margin: 0;
}
.site-logo-wrapper .logo-infocard .contact-details p{
margin-bottom: 0;
}
.site-logo-wrapper .logo-infocard a:hover{
opacity: .8;
}
.site-logo-wrapper ul.social-info{
display: flex;
align-items: center;
margin-top: 20px;
}
.site-logo-wrapper ul.social-info li{
margin-left: 0;
}
.site-logo-wrapper ul.social-info li + li{
margin-left: 10px;
}
.site-header .site-logo-wrapper ul.social-info li a{
background-color: rgba(255,255,255,.3);
color: #fff;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.site-header .site-logo-wrapper ul.social-info li a:hover{
background-color: #fff;
opacity: 1;
color: #d6a77b;
} .burger-icon{
position: relative;
display: block;
cursor: pointer;
}
.burger-icon.aside-m-trigger{
display: none;
}
.burger-icon::before{
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
}
.burger-icon span{
display: block;
width: 30px;
height: 1px;
background-color: #1c1c1d;
transform-origin: center;
}
.burger-icon span + span{
margin-top: 5px;
}
.burger-icon span:nth-child(1){
transition: opacity .3s cubic-bezier(.77,0,.175,1),
transform .3s cubic-bezier(.77,0,.175,1) .3s,
height .3s cubic-bezier(.77,0,.175,1),
background-color .3s cubic-bezier(.77,0,.175,1),
width .3s cubic-bezier(.77,0,.175,1),
margin .3s cubic-bezier(.77,0,.175,1);
}
.burger-icon span:nth-child(2){
width: 25px;
transition: opacity .3s cubic-bezier(.77,0,.175,1) .3s,
transform .3s cubic-bezier(.77,0,.175,1) .3s,
height .3s cubic-bezier(.77,0,.175,1),
background-color .3s cubic-bezier(.77,0,.175,1),
width .3s cubic-bezier(.77,0,.175,1),
margin .3s cubic-bezier(.77,0,.175,1);
}
.burger-icon span:nth-child(3){
width: 20px;
transition: opacity .3s cubic-bezier(.77,0,.175,1),
transform .3s cubic-bezier(.77,0,.175,1) .3s,
height .3s cubic-bezier(.77,0,.175,1),
background-color .3s cubic-bezier(.77,0,.175,1),
width .3s cubic-bezier(.77,0,.175,1),
margin .3s cubic-bezier(.77,0,.175,1);
}
.burger-icon:hover span{
width: 30px;
}
.burger-icon.active span,
.burger-icon.active span + span{
width: 30px;
} .site-header .contact-info{
display: flex;
align-items: center;
justify-content: space-between;
margin-left: auto;
}
.site-header .contact-info .contact-item + .contact-item{
margin-left: 20px;
}
.site-header .contact-info .contact-item{
display: flex;
align-items: center;
}
.site-header .contact-info .contact-item i{
height: 30px;
width: 30px;
text-align: center;
margin-right: 15px;
line-height: 30px;
border-radius: 4px;
background-color: #1c1c1d;
color: #fff;
transition: .3s;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
}
.site-header .contact-info .contact-item:hover i{
background-color: #d6a77b;
}
.site-header .contact-info .contact-item .contact-list span{
display: block;
}
.site-header .contact-info .contact-item .contact-list span:first-child{
font-weight: 600;
font-size: 14px;
}
.site-header .contact-info .contact-item .contact-list span:last-child,
.site-header .contact-info .contact-item .contact-list span:last-child a{
font-family: "Poppins", serif;
color: #1c1c1d;
} .site-header .contact-info.style-2 .contact-item i{
background-color: transparent;
color: #1c1c1d;
font-size: 28px;
width: auto;
height: auto;
}
.site-header .contact-info.style-2 .contact-item:hover i{
background-color: transparent;
} .site-header .contact-info.style-3 .contact-item i{
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 20px;
} .aside-collapse{
position: fixed;
width: 450px;
height: 100%;
top: 0;
left: 0;
padding: 40px;
transition: .5s cubic-bezier(.77,0,.175,1);
z-index: 999;
opacity: 0;
visibility: hidden;
background-color: #fff;
overflow-y: auto;
transform: translateX(-100%);
}
.aside-collapse.active{
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.aside-overlay{
position: fixed;
height: 100%;
width: 100%;
z-index: 998;
background-color: rgba(0,0,0,.6);
left: 0;
top: 0;
transition: .5s cubic-bezier(.77,0,.175,1);
cursor: pointer;
opacity: 0;
visibility: hidden;
}
.aside-collapse .close-btn{
position: absolute;
top: 30px;
right: 40px;
z-index: 4;
}
.aside-collapse .close-btn span{
height: 25px;
}
.aside-collapse.active + .aside-overlay{
opacity: 1;
visibility: visible;
}
.aside-collapse .widget-area.sidebar .widget{
padding: 0;
}
.aside-collapse .widget-area.sidebar .widget + .widget{
margin-top: 50px;
}
.aside-collapse.mobile-aside .close-btn{
top: 10px;
right: 10px;
}
.aside-collapse.mobile-aside ul,
.aside-collapse.mobile-aside ul li{
margin: 0;
list-style: none;
}
.aside-collapse.mobile-aside ul li a{
padding: 10px 15px;
display: flex;
color: #1D2228;
font-weight: 700;
border-bottom: 1px solid #efefef;
}
.aside-collapse.mobile-aside ul li.menu-item-has-children > a::after{
font-family: "Font Awesome 5 Pro";
content: "\f078";
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
font-weight: 900;
text-rendering: auto;
line-height: 28px;
margin-left: auto;
font-size: 10px;
}
.aside-collapse.mobile-aside {
padding: 40px 0;
width: 300px;
display: none;
}
.aside-collapse.mobile-aside + .aside-overlay{
display: none;
}
.aside-collapse.mobile-aside ul ul{
display: none;
background-color: #efefef;
padding: 0;
}
.aside-collapse.mobile-aside ul ul li a{
padding-left: 30px;
}
.aside-collapse.mobile-aside ul ul ul li a{
padding-left: 40px;
}
.aside-collapse.mobile-aside .contact-info {
padding: 40px 20px 0;
}
.aside-collapse.mobile-aside .contact-info .contact-item{
display: flex;
align-items: center;
}
.aside-collapse.mobile-aside .contact-info .contact-item + .contact-item{
margin-top: 20px;
}
.aside-collapse.mobile-aside .contact-info .contact-item i{
height: 30px;
width: 30px;
text-align: center;
margin-right: 15px;
line-height: 30px;
border-radius: 4px;
background-color: #1c1c1d;
color: #fff;
transition: .3s;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
}
.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span{
display: block;
}
.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span:first-child{
font-weight: 600;
font-size: 14px;
}
.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span:last-child,
.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span:last-child a{
font-family: "Poppins", serif;
color: #1c1c1d;
} .site-header{
position: relative;
}
.site-header.header-absolute{
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}
.site-header .sticky-logo{
display: none;
}
.site-header .site-header-bottom-inner,
.site-header .site-header-top-inner{
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.site-header ul{
list-style: none;
padding: 0;
margin: 0;
}
.site-header .site-header-bottom-inner > ul{
margin-right: auto;
}
.burger-icon + ul{
margin-left: 40px;
}
.site-header .site-header-bottom-inner > ul,
.site-header .site-header-top-inner > ul{
display: flex;
align-items: center;
flex-direction: row;
}
.site-header .site-header-bottom ul li,
.site-header .site-header-top ul li{
position: relative;
}
.site-header .site-header-bottom-inner > ul > li > a,
.site-header .site-header-top-inner > ul > li > a{
font-size: 16px;
font-weight: 600;
color: #1c1c1d;
text-transform: capitalize;
padding: 40px 20px;
display: block;
}
.site-header .site-header-bottom-inner > ul > li > a:hover,
.site-header .site-header-top-inner > ul > li > a:hover,
.site-header .site-header-bottom-inner > ul > li.current_page_item > a,
.site-header .site-header-top-inner > ul > li.current_page_item > a,
.site-header .site-header-bottom-inner > ul > li.current-menu-item > a,
.site-header .site-header-top-inner > ul > li.current-menu-item > a{
color: #d6a77b;
}
.site-header .site-header-bottom-inner > ul > li:first-child > a,
.site-header .site-header-top-inner > ul > li:first-child > a{
padding-left: 0;
}
.site-header .site-header-bottom-inner > ul > li:last-child > a,
.site-header .site-header-top-inner > ul > li:last-child > a{
padding-right: 0;
}
.site-header .site-header-bottom-inner > ul ul.sub-menu,
.site-header .site-header-top-inner > ul ul.sub-menu{
position: absolute;
left: 0;
top: 110%;
min-width: 230px;
background-color: #fff;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
z-index: 99;
height: auto;
}
.site-header .site-header-top-inner > ul ul.sub-menu{
left: auto;
right: 0;
}
.site-header .site-header-bottom-inner > ul ul.sub-menu li.menu-item-has-children > a{
display: flex;
align-items: center;
}
.site-header .site-header-bottom-inner > ul ul.sub-menu li.menu-item-has-children > a::after{
content: "\f054";
font-family: "Font Awesome 5 Pro";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-size: 9px;
font-weight: 400;
margin-left: auto;
}
.site-header .site-header-bottom-inner > ul ul.sub-menu li a{
display: block;
padding: 8px 24px;
position: relative;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
border-radius: 0;
margin: 0 0;
border-bottom: 1px solid rgba(242, 244, 248, 0.7);
color: #777;
font-size: 14px;
}
.site-header .site-header-bottom-inner > ul ul.sub-menu li a:hover{
background-color: #d6a77b;
color: #fff;
}
.site-header .site-header-bottom-inner > ul li.menu-item-has-children:hover > ul,
.site-header .site-header-top-inner > ul li.menu-item-has-children:hover > ul{
top: 100%;
opacity: 1;
visibility: visible;
}
.site-header .site-header-bottom-inner > ul ul.sub-menu li.menu-item-has-children ul,
.site-header .site-header-top-inner > ul ul.sub-menu li.menu-item-has-children ul,
.site-header .site-header-bottom-inner > ul ul.sub-menu li.menu-item-has-children:hover ul,
.site-header .site-header-top-inner > ul ul.sub-menu li.menu-item-has-children:hover ul{
top: 0;
}
.site-header .site-header-top-inner > ul ul.sub-menu li a{
padding: 10px;
display: block;
}
.site-header .site-header-bottom-inner > ul ul.sub-menu ul,
.site-header .site-header-top-inner > ul ul.sub-menu ul{
right: 100%;
left: auto;
}
.site-header .site-header-top{
padding: 0;
}
.site-header .site-header-top .social-info{
display: flex;
align-items: center;
}
.site-header .site-header-top .social-info li + li{
margin-left: 20px;
}
.site-header .site-header-top .social-info li a{
display: block;
color: #1c1c1d;
font-size: 16px;
padding: 15px 0;
}
.site-header .site-header-top-inner > a{
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
color: #1c1c1d;
}
.site-header .site-header-top .social-info li a:hover,
.site-header .site-header-top-inner > a:hover{
color: #d6a77b;
}
.site-header .site-header-top-inner .navbar-nav > li > a{
padding: 15px 10px;
color: #1c1c1d;
font-size: 14px;
} .site-header.can-sticky{
position: fixed;
top: -100%;
width: 100%;
z-index: 990;
-webkit-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.site-header.can-sticky.sticky{
top: 0;
background-color: #fff;
box-shadow: 0 3px 12px rgba(0,0,0,.1);
animation-name:fadeHeaderInDown;
}
.site-header.can-sticky:not(.is-alternate) {
animation-fill-mode:both;
animation-duration:1s;
}
.site-header.can-sticky .sticky-logo{
display: block;
}
.site-header.header-layout-7.can-sticky .sticky-logo{
display: flex;
align-items: center;
height: 100%;
padding: 10px 0;
width: 180px;
}
.site-header.can-sticky .site-logo,
.site-header.can-sticky .site-slogan,
.site-header.can-sticky .site-header-top{
display: none;
}
.site-header.header-layout-6.can-sticky .site-slogan{
display: flex;
}
.header-controls{
display: flex;
align-items: center;
margin-left: auto;
}
.header-controls > div{
position: relative;
width: 65px;
height: 65px;
border: 2px solid rgba(133, 133, 133, 0.2);
display: flex;
align-items: center;
justify-content: center;
padding: 0;
color: #1c1c1d;
transition: .3s;
}
.header-controls > div > a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: #1c1c1d;
}
.header-controls > div + div{
margin-left: 20px;
}
.header-controls > div > a:hover,
.header-controls > .panel-control:hover{
background-color: #d6a77b;
color: #fff;
}
.header-controls .panel-control:hover span{
background-color: #fff;
}
.header-controls .search-control .search-form-wrap{
display: none;
top: calc(100% + 19px);
position: absolute;
z-index: 4;
right: 0;
width: 350px;
}
.header-controls .search-control .search-form-wrap button{
padding: 0;
width: 60px;
height: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
} @media (min-width: 1600px) {
.site-header .site-header-top > .container,
.site-header .site-header-bottom > .container{
max-width: 1600px;
}
}
@media (max-width: 1599px) and (min-width: 1200px){
.site-header .site-header-top > .container,
.site-header .site-header-bottom > .container{
max-width: 1200px;
}
} .site-header.header-layout-2 .site-header-bottom-inner{
background-color: #fff;
padding: 0 40px;
}
.site-header.header-layout-2 .site-header-bottom-inner > ul{
margin-right: 0;
margin-left: auto;
}
.site-header.header-layout-2.sticky .site-header-bottom-inner{
padding: 0;
}
@media(min-width: 1200px){
.site-header.header-layout-2.sticky .site-header-top > .container,
.site-header.header-layout-2.sticky .site-header-bottom > .container{
max-width: 1140px;
}
}
.site-header.header-layout-2 .site-logo-wrapper .logo-infocard{
transform: translateX(0);
left: 0;
}
.site-header.header-layout-2:not(.sticky) .site-header-bottom{
background-color: transparent;
} .site-header.header-layout-3 .site-logo-wrapper{
margin-left: 50px;
margin-right: 50px;
}
.site-header.header-layout-3 .site-header-bottom-inner{
justify-content: center;
}
.site-header.header-layout-3 .site-header-bottom-inner > ul{
margin-right: 0;
}
.site-header.header-layout-3 .site-header-bottom-inner > .burger-icon.aside-trigger{
margin-right: auto;
}
.site-header .header-controls.style-2 > div{
width: 35px;
border: 0;
}
.site-header .header-controls.style-2 .burger-icon::before{
width: 35px;
}
.site-header .header-controls.style-2 > div + div{
margin: 0;
}
.site-header .header-controls.style-2 .sigma_header-cart .sigma_header-cart-content{
right: 50%;
top: 0px;
transform: translateX(50%);
}
.site-header .header-controls.style-2 > div > a:hover,
.site-header .header-controls.style-2 > .panel-control:hover{
background-color: transparent;
color: #d6a77b;
}
.site-header .header-controls.style-2 > .panel-control:hover span{
background-color: #d6a77b;
} .site-header.header-layout-4 .site-logo-wrapper{
margin-left: 50px;
margin-right: 50px;
}
.site-header.header-layout-4 .site-header-bottom-inner{
justify-content: center;
}
.site-header.header-layout-4 .site-header-bottom-inner > ul{
margin-right: 0;
} .site-header.header-layout-5 .contact-info{
margin-left: 0;
margin-right: auto;
}
.site-header.header-layout-5 .site-header-top .site-slogan{
padding: 15px 0;
display: block;
}
.site-header.header-layout-5 .site-header-bottom-inner > ul > li > a{
padding: 16px 20px;
}
.site-header.header-layout-5 .site-header-bottom{
border-top: 1px solid #efefef;
border-bottom: 1px solid #efefef;
}
.site-header.header-layout-5 .search-form-wrap{
width: 320px;
}
.site-header.header-layout-5 .search-form-wrap input{
border: 1px solid #efefef;
background-color: transparent;
border-top: 0;
border-bottom: 0;
}
.site-header.header-layout-5 .sigma-v-megamenu + .navbar-nav{
padding-left: 270px;
}
.site-header.header-layout-5.can-sticky .sigma-v-megamenu{
display: none;
}
.site-header.header-layout-5.can-sticky .sigma-v-megamenu + .navbar-nav{
padding-left: 0;
}
.site-header.header-layout-5.can-sticky .site-header-bottom{
border-top: 0;
} .site-header.header-layout-6 .site-header-bottom-inner{
align-items: unset;
}
.header-layout-6 .site-logo-wrapper{
padding: 0;
display: flex;
align-items: center;
}
.header-layout-6 .site-logo-wrapper a{
display: flex;
width: auto;
height: 100%;
padding: 14px 20px;
}
.header-layout-6 .site-logo-wrapper a:not(.sigma_custom-text-logo) {
padding-top: 22px;
display: block;
}
.site-header.header-layout-6 .site-header-bottom-inner > ul{
margin-left: 50px;
margin-right: auto;
}
.header-layout-6 .aside-trigger {
display: flex;
align-items: center;
padding: 0 30px;
background: #d6a77b;
}
.header-layout-6 .sigma_header-controls ul {
display: flex;
align-items: center;
margin-bottom: 0;
}
.header-layout-6 .sigma_header-controls ul .aside-toggler.style-2 {
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
grid-gap: 4px;
display: grid;
width: auto;
height: auto;
border-radius: 0;
border: 0;
align-items: center;
justify-content: center;
background-color: transparent;
padding: 38px 30px;
transition: .3s;
cursor: pointer;
}
.header-layout-6 .sigma_header-controls ul .aside-toggler.style-2 span {
width: 8px;
height: 8px;
margin: 0;
background: #fff;
margin-left: auto;
display: block;
border: 0;
}
.header-layout-6 .sigma_header-controls {
display: flex;
align-items: center;
padding: 0;
background: #d6a77b;
margin-left: 20px;
}
.site-header.header-layout-6 .site-header-bottom-inner .header-controls{
margin-left: 20px;
}
.site-header.header-layout-6 .contact-info {
margin-right: 0px;
}
.header-layout-6 .aside-toggler.style-2 span:nth-child(2){
grid-row: 1;
grid-column: 2;
}
.header-layout-6 .aside-toggler.style-2 span:nth-child(3){
grid-row: 1;
grid-column: 3;
}
.header-layout-6 .aside-toggler.style-2 span:nth-child(4){
grid-row: 3;
grid-column: 1;
}
.header-layout-6 .aside-toggler.style-2 span:nth-child(5){
grid-row: 3;
grid-column: 3;
}
.header-layout-6 .aside-toggler.style-2 span:nth-child(6){
grid-row: 3;
grid-column: 1;
}
.header-layout-6 .aside-toggler.style-2 span:nth-child(7){
grid-row: 3;
grid-column: 2;
}
.header-layout-6 .aside-toggler.style-2 span:nth-child(8){
grid-row: 2;
grid-column: 3;
}
.header-layout-6 .sigma_header-controls ul .aside-toggler.style-2.aside-m-trigger{
display: none;
}
.header-layout-6 .aside-toggler.style-2:hover span:nth-child(2),
.header-layout-6 .aside-toggler.style-2:hover span:nth-child(7),
.header-layout-6 .aside-toggler.style-2:hover span:nth-child(9),
.header-layout-6 .aside-toggler.style-2:hover span:nth-child(8){
opacity: .4;
}
.site-header .contact-info.style-4 .contact-item i {
font-size: 24px;
width: 50px;
height: 50px;
background-color: #d6a77b;
border: 3px solid #fff;
line-height: 1;
color: #fff;
margin-right: 10px;
box-shadow: 0 3px 24px rgba(0,0,0,.1);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.site-header .contact-info.style-4 .contact-item .contact-list span:first-child {
color: #777;
font-size: 12px;
text-transform: uppercase;
}
.site-header .contact-info.style-4 .contact-item .contact-list span:last-child {
font-size: 18px;
margin: 0;
line-height: 1;
font-weight: 700;
}
.header-layout-6 .site-logo-wrapper .sigma_custom-text-logo {
padding: 0;
height: auto;
}
.header-layout-6 .site-logo-wrapper .sigma_custom-text-logo .logo-text-icon {
width: 80px;
background-color: #d6a77b;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
padding: 31px 0;
}
.header-layout-6 .site-logo-wrapper .sigma_custom-text-logo .custom-logo-text{
max-width: 180px;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.header-layout-6 .site-logo-wrapper .sigma_custom-text-logo .logo-text-icon img {
margin-right: 0;
}
.header-layout-6 .site-logo-wrapper .sigma_custom-text-logo .custom-logo-text h5 {
margin: 0;
font-weight: 400;
font-size: 30px;
text-transform: uppercase;
}
.header-layout-6 .site-logo-wrapper .sigma_custom-text-logo .custom-logo-text span{
text-transform: uppercase;
white-space: pre-wrap;
line-height: 1;
font-size: 14px;
}
.site-header.header-layout-6 .site-header-bottom-inner > ul > li > a {
font-size: 13px;
text-transform: uppercase;
}
.site-header.header-layout-6 .site-header-bottom-inner > ul > li.menu-item-has-children > a:after {
font-family: "Font Awesome 5 Pro";
content: "\f067";
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
font-weight: 900;
text-rendering: auto;
line-height: 1.7;
margin-left: auto;
font-size: 10px;
display: inline-flex;
align-items: center;
margin-left: 10px;
}
.site-header.header-layout-6 .site-header-top {
padding: 0 20px;
} .site-header .contact-info.style-5 .contact-item i {
background: none;
color: #000;
margin-right: 5px;
}
.site-header .contact-info.style-5 .contact-list .contact-label {
display: none;
}
.site-header .contact-info.style-5 .contact-item .contact-list span:last-child a {
color: #000;
}
.site-header.header-layout-7 .contact-info {
margin-left: 0;
}
.site-header .contact-info.style-5 .contact-item:hover a i {
color: #d6a77b;
background: none;
}
.site-header .contact-info.style-5 .contact-item:hover i {
background: none;
}
.site-header .contact-info.style-5 .contact-item:hover .contact-list span:last-child a{
color: #d6a77b;
}
.site-header.header-layout-7 .site-header-top .container-fluid {
padding-left: 50px;
padding-right: 0;
}
.site-header.header-layout-7 .site-header-top-inner .navbar-nav {
margin-left: auto;
}
.site-header.header-layout-7 .site-header-top-inner{
align-items: unset;
}
.site-header.header-layout-7 .site-header-top-inner .header-cta-btn {
font-weight: 600;
text-transform: uppercase;
color: #fff;
margin-left: 15px;
display: flex;
align-items: center;
padding: 12px 26px;
font-size: 14px;
justify-content: center;
text-align: center;
white-space: nowrap;
vertical-align: middle;
position: relative;
background-color: #d6a77b;
}
.site-header.header-layout-7 .site-header-bottom-inner .site-logo-wrapper {
position: relative;
z-index: 3;
margin-left: 50px;
}
.site-header.header-layout-7 .site-header-bottom-inner .site-logo-wrapper .site-logo {
margin-right: 0;
display: flex;
align-items: center;
height: 100%;
padding: 10px 0;
width: 180px;
}
.site-header.header-layout-7.can-sticky .site-header-bottom-inner .site-logo-wrapper .site-logo{
display: none;
}
.site-header.header-layout-7 .site-header-bottom-inner .site-logo-wrapper .site-logo img {
width: 100%;
}
.site-header.header-layout-7 .site-header-bottom-inner > ul {
margin-left: 50px;
margin-right: auto;
}
.site-header.header-layout-7 .sigma_header-controls {
display: flex;
align-items: center;
padding: 0 30px;
background: #1c1c1c;
margin-left: 30px;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner {
display: flex;
align-items: center;
margin: 0;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-trigger span {
display: block;
margin-bottom: 4px;
width: 20px;
height: 1px;
border-radius: 0;
background-color: #fff;
transition: .3s;
transform-origin: right;
margin-left: auto;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-trigger span:nth-child(even) {
width: 30px;
}
.site-header.header-layout-7 .site-header-bottom-inner {
align-items: unset;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-trigger:hover span{
width: 30px;
transition: .3s;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-trigger:hover{
cursor: pointer;
}
.aside-collapse.desktop-aside.layout-7-style {
left: auto;
right: 0;
transform: translateX(100%);
}
.aside-collapse.desktop-aside.layout-7-style.active {
transform: translateX(0);
}
.header-controls.style-3 > div {
font-size: 16px;
width: 50px;
height: 50px;
background-color: #d6a77b;
border: 3px solid #fff;
line-height: 1;
color: #fff;
box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.header-controls.style-3 > div a {
color: #fff;
}
.header-controls.style-3 > div:hover a {
background: none;
}
.header-controls.style-3 > div a .sigma_header-cart-content {
top: -4px;
right: -4px;
}
.header-controls.style-3 .burger-icon span {
background: #fff;
width: 20px;
height: 1px;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-m-trigger {
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
grid-gap: 4px;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-m-trigger span:nth-child(2){
grid-row: 1;
grid-column: 2;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-m-trigger span:nth-child(3){
grid-row: 1;
grid-column: 3;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-m-trigger span:nth-child(4){
grid-row: 3;
grid-column: 1;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-m-trigger span:nth-child(5){
grid-row: 3;
grid-column: 3;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-m-trigger span:nth-child(6){
grid-row: 3;
grid-column: 1;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-m-trigger span:nth-child(7){
grid-row: 3;
grid-column: 2;
}
.site-header.header-layout-7 .sigma_header-controls .sigma_header-controls-inner .aside-m-trigger span:nth-child(8){
grid-row: 2;
grid-column: 3;
}
.site-header.header-scheme-dark .contact-info.style-5 .contact-item a i,
.site-header.header-scheme-dark .contact-info.style-5 .contact-item i {
background: none;
}
.site-header.header-layout-7 .site-header-bottom-inner > ul > li > a{
padding: 40px 15px;
text-transform: uppercase;
font-size: 13px;
}
.site-header.header-layout-7 .site-header-bottom-inner > ul > li.menu-item-has-children > a:after{
font-family: "Font Awesome 5 Pro";
content: "\f078";
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
font-weight: 900;
text-rendering: auto;
line-height: 1.7;
margin-left: 10px;
font-size: 10px;
display: inline-flex;
align-items: center;
} .site-header.header-scheme-dark .site-slogan h5,
.site-header.header-scheme-dark .site-slogan a,
.site-header.header-scheme-dark .site-slogan span,
.site-header.header-scheme-dark .site-header-bottom-inner > ul > li > a,
.site-header.header-scheme-dark .site-header-top-inner > ul > li > a,
.site-header.header-scheme-dark .contact-info .contact-item .contact-list span:last-child,
.site-header.header-scheme-dark .contact-info .contact-item .contact-list span:last-child a,
.site-header.header-scheme-dark .contact-info .contact-item .contact-list span,
.site-header.header-scheme-dark .site-header-top .social-info li a,
.site-header.header-scheme-dark .site-header-top-inner > a,
.site-header.header-scheme-dark .contact-info.style-4 .contact-item .contact-list span:first-child{
color: #fff;
}
.site-header.header-scheme-dark .site-header-top .social-info li a:hover,
.site-header.header-scheme-dark .site-header-top-inner > a:hover,
.site-header.header-scheme-dark .site-header-bottom-inner > ul > li > a:hover,
.site-header.header-scheme-dark .site-header-top-inner > ul > li > a:hover{
color: #d6a77b;
}
.site-header.header-scheme-dark .burger-icon span{
background-color: #fff;
}
.site-header.header-scheme-dark .contact-info .contact-item i{
color: #fff;
background-color: #d6a77b;
}
.site-header.header-scheme-dark .contact-info.style-2 .contact-item i,
.site-header.can-sticky.header-scheme-dark .contact-info.style-2 .contact-item i{
background-color: transparent;
}
.site-header.header-scheme-dark .header-controls > div > a{
color: #fff;
}
.site-header.header-scheme-dark.header-layout-5 .search-form-wrap input{
border-color: #efefef;
color: #fff;
}
.site-header.header-scheme-dark.header-layout-5 .site-header-bottom{
border-top-color: #efefef;
border-bottom-color: #efefef;
} .admin-bar .site-header.can-sticky.sticky,
.admin-bar .aside-collapse,
.admin-bar .site-header:not(.can-sticky).header-absolute{
top: 32px;
}
@media(max-width:782px){
.admin-bar .site-header.can-sticky.sticky,
.admin-bar .aside-collapse,
.admin-bar .site-header:not(.can-sticky).header-absolute{
top: 46px;
}
}
@media(max-width: 600px){
.admin-bar .site-header.can-sticky.sticky,
.admin-bar .aside-collapse,
.admin-bar .site-header:not(.can-sticky).header-absolute{
top: 0;
}
} .site-footer {
clear: both;
width: 100%;
color: rgba(255, 255, 255, 0.9);
}
.sigma-footer-widgets-wrapper {
font-size: 14px;
padding-top: 100px;
padding-bottom: 40px;
}
.sigma-footer-widgets-wrapper .widget {
margin-bottom: 50px;
}
.sigma-footer-widgets-wrapper .widget ul li a {
text-transform: capitalize;
font-size: 14px;
}
.sigma-footer-widgets-wrapper a {
color: #fff;
}
.sigma-footer-widgets-wrapper a:hover {
color: #d6a77b;
}
.sigma-footer-widgets-wrapper .widget {
background: none;
padding: 0;
}
.sigma-footer-widgets-wrapper .widget-title {
font-size: 24px;
color: #fff;
margin-bottom: 20px;
line-height: 30px;
}
.sigma-footer-widgets-wrapper ul {
margin: 0;
}
.sigma-footer-widgets-wrapper li {
list-style: none;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries li {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #efefef;
display: flex;
align-items: center;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.sigma-footer-widgets-wrapper .widget h6.widget-title {
font-size: 24px;
text-transform: none;
color: #fff;
margin-bottom: 30px;
padding-left: 0;
}
.sigma-footer-widgets-wrapper .widget h6.widget-title:before {
display: none;
} .sigma-footer-widgets-wrapper .footer-logo {
display: block;
margin-bottom: 20px;
}
.sigma-footer-widgets-wrapper a.btn.btn-outline-light.footer-button {
border-radius: 0;
border-width: 2px;
font-size: 15px;
padding: 15px 20px;
font-weight: 600;
margin-top: 10px;
box-shadow: none !important;
} .sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-image {
width: 70px;
margin-right: 20px;
margin-bottom: 0;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-image img {
width: 100%;
height: 100%;
object-position: center;
object-fit: cover;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content {
max-width: calc(100% - 90px);
display: flex;
flex-direction: column-reverse;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a {
font-size: 16px;
line-height: 1.3;
color: #fff;
text-transform: none;
font-family: "Poppins", sans-serif;
font-weight: 400;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a:hover {
color: #d6a77b;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content .sigma-post-date {
font-size: 12px;
color: #777;
text-transform: none;
margin-bottom: 5px;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content .sigma-post-date i {
color: #d6a77b;
margin-right: 2px;
} .sigma-footer-widgets-wrapper .menu li {
display: inline-block;
width: 100%;
float: none;
padding: 0 0 15px 0;
position: relative;
} .sigma-footer-widgets-wrapper .widget_contact li:not(:last-child) {
border-bottom: 1px solid rgba(255, 255, 255, .06);
margin-bottom: 18px;
}
.sigma-footer-widgets-wrapper .widget_contact li {
padding-left: 30px;
position: relative;
padding-top: 0;
padding-bottom: 18px;
}
.sigma-footer-widgets-wrapper .widget_contact i {
position: absolute;
left: 0;
top: 5px;
font-size: 16px;
color: #fff !important;
}
.sigma-footer-widgets-wrapper .textwidget h3 {
color: #fff;
} .sigma-copyright {
background-color: #1c1c1d;
}
.sigma-copyright .footer-copyright-section {
padding-top: 35px;
padding-bottom: 35px;
font-size: 18px;
color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
}
@media(max-width: 767px) {
.sigma-copyright .footer-copyright-section {
text-align: center;
display: block;
}
}
.sigma-copyright a {
color: #fff;
}
.sigma-copyright .social-icons li a {
color: rgba(248, 252, 255, .6);
}
.sigma-copyright .social-icons {
margin: 0;
padding: 0;
display: inline;
}
.sigma-copyright .social-icons li {
margin-left: 8px;
margin-right: 8px;
min-width: auto;
display: inline-block;
}
.sigma-copyright .footer-right {
text-align: right;
}
.site-footer .sigma-copyright a {
color: #fff;
} .site-footer.footer-dark {
background-color: #1C1B19;
}
.site-footer.footer-dark.site-footer.site-footer-layout-3 .footer-top,
.site-footer.footer-dark.site-footer.site-footer-layout-2 .footer-top{
background-color: #1c1c1c;
}
.site-footer.footer-dark .select2-container--default .select2-selection--single,
.site-footer.footer-dark input[type="number"],
.site-footer.footer-dark input[type="text"],
.site-footer.footer-dark input[type="email"],
.site-footer.footer-dark input[type="password"],
.site-footer.footer-dark input[type="tel"],
.site-footer.footer-dark input[type="url"],
.site-footer.footer-dark input[type="search"],
.site-footer.footer-dark select,
.site-footer.footer-dark textarea
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget select,
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget input[type="text"],
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget input[type="email"],
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget input[type="password"],
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_search .search-field,
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_tag_cloud a {
border: 1px solid rgba(191, 191, 191, 0.32);
background-color: rgba(0, 0, 0, 0.2);
}
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_archive ul li span,
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_categories ul li span {
background-color: #1c1c1c;
color: #fff;
}
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_calendar table th {
background-color: #1c1c1c;
color: #fff;
}
.site-footer.footer-dark .widget ul a{
color: #777;
}
.site-footer.footer-dark.site-footer.site-footer-layout-3 .footer-top h3,
.site-footer.footer-dark strong,
.site-footer.footer-dark .calendar_wrap caption,
.site-footer.footer-dark .widget ul a:hover,
.site-footer.footer-dark .widget.widget_rss .widget-title a,
.site-footer.footer-dark .wp-calendar-table td,
.site-footer.footer-dark .wp-calendar-table th{
color: #fff;
}
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_sigma_recent_entries li{
border-bottom-color: #1c1c1c;
} .site-footer.footer-light {
background-color: #fff;
color: #777;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper a {
color: #777;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a{
color: #1c1c1d;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper a:hover {
color: #d6a77b;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper .widget h6.widget-title {
color: #1c1c1d;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper .widget_tag_cloud a:hover {
color: #fff;
}
.site-footer.footer-light .widget_archive ul li span,
.site-footer.footer-light .widget_categories ul li span {
background-color: #efefef;
} .site-footer.site-footer-layout-2 .footer-copyright-section .footer-left {
font-size: 14px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
}
.site-footer.site-footer-layout-2 .footer-top {
background-color: #fff;
padding: 120px 0;
}
.site-footer.site-footer-layout-2 .logo {
margin-bottom: 45px;
}
.site-footer.site-footer-layout-2 .form-group {
margin-top: 45px;
margin-bottom: 0;
}
.site-footer.site-footer-layout-2 .form-group {
position: relative;
display: flex;
padding: 20px;
background-color: #efefef;
}
.site-footer.site-footer-layout-2 .form-group button {
background-color: #d6a77b;
color: #fff;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
border: none;
width: 200px;
letter-spacing: 3px;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.site-footer.site-footer-layout-2 .form-group button:hover {
background-color: #1c1c1d;
}
.site-footer.site-footer-layout-2 .form-group input {
border: none;
font-size: 16px;
letter-spacing: 3px;
color: #777;
background-color: #efefef;
} .site-footer.site-footer-layout-3 .footer-top{
background-color: #fff;
}
.site-footer.site-footer-layout-3 .footer-top button{
width: 100%;
} body .vc_col-has-fill>.vc_column-inner,
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_column_container>.vc_column-inner {
padding-top: 0;
}
.sigma-title-color-light,
.sigma-title-color-light h1,
.sigma-title-color-light h2,
.sigma-title-color-light h3,
.sigma-title-color-light h4,
.sigma-title-color-light h5,
.sigma-title-color-light h6,
.sigma-title-color-light {
color: #fff;
}
body .vc_row.row-overflow-vs[data-vc-full-width] {
overflow: visible;
}
.sigma-extend-right-bg .sigma-extend-right-col:after {
content: " ";
position: absolute;
width: 1000%;
height: calc(100% + 200px);
background-color: #efefef;
top: -100px;
margin-right: -100%;
}
.sigma-extend-right-bg>.wpb_column:first-child .vc_column-inner {
padding-right: 0;
}
.sigma-extend-right-bg>.wpb_column:last-child .vc_column-inner {
padding-left: 0;
}
.page-template-full-width .entry-header {
display: none;
}
.col-extend-right:after {
content: '';
width: 1000%;
height: 100%;
background-color: #1c1c1c;
position: absolute;
top: 0;
left: 0;
margin-right: -100%;
z-index: -1;
} body .wpb_column.sigma-background-position-left-top>.vc_column-inner,
body .sigma-background-position-left-top {
background-position: left top !important;
}
body .wpb_column.sigma-background-position-left-center>.vc_column-inner,
body .sigma-background-position-left-center {
background-position: left center !important;
}
body .wpb_column.sigma-background-position-left-bottom>.vc_column-inner,
body .sigma-background-position-left-bottom {
background-position: left bottom !important;
}
body .wpb_column.sigma-background-position-right-top>.vc_column-inner,
body .sigma-background-position-right-top {
background-position: right top !important;
}
body .wpb_column.sigma-background-position-right-bottom>.vc_column-inner,
body .sigma-background-position-right-bottom {
background-position: right bottom !important;
}
body .wpb_column.sigma-background-position-right-center>.vc_column-inner,
body .sigma-background-position-right-center {
background-position: right center !important;
}
body .wpb_column.sigma-background-position-center-top>.vc_column-inner,
body .sigma-background-position-center-top {
background-position: center top !important;
}
body .wpb_column.sigma-background-position-center-center>.vc_column-inner,
body .sigma-background-position-center-center {
background-position: center center !important;
}
body .wpb_column.sigma-background-position-center-bottom>.vc_column-inner,
body .sigma-background-position-center-bottom {
background-position: center bottom !important;
} .vc_row.sigma-bg-color-white {
background-color: #fff;
}
.wpb_column.sigma-bg-color-white>.vc_column-inner {
background-color: #fff;
}
.wpb-js-composer .far,
.wpb-js-composer .fal{
font-family: "Font Awesome 5 Pro";
} body .vc_toggle.vc_toggle_default .vc_toggle_title {
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 0;
padding-right: 20px;
}
body .vc_toggle.vc_toggle_default .vc_toggle_title h1,
body .vc_toggle.vc_toggle_default .vc_toggle_title h2,
body .vc_toggle.vc_toggle_default .vc_toggle_title h3,
body .vc_toggle.vc_toggle_default .vc_toggle_title h4,
body .vc_toggle.vc_toggle_default .vc_toggle_title h5,
body .vc_toggle.vc_toggle_default .vc_toggle_title h6 {
margin-bottom: 0;
padding: 15px 0;
font-size: 16px;
}
body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
position: relative;
}
body .vc_toggle.vc_toggle_default {
margin-bottom: 10px;
}
body .vc_toggle.vc_toggle_default .vc_toggle_content {
padding: 20px 0;
margin: 0;
}
body .vc_toggle.vc_toggle_default:not(:last-child) {
border-bottom: 2px solid #efefef;
}
body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
background: none;
border: none;
font-size: 0;
}
body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
content: '';
position: absolute;
top: 50%;
margin-top: -4px;
right: 1.25rem;
left: 0;
width: 10px;
height: 2px;
background-color: #777;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
opacity: 1;
border: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
content: '';
position: absolute;
top: 50%;
margin-top: -3px;
right: 1.25rem;
width: 10px;
height: 2px;
background-color: #777;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
opacity: 1;
}
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
transform: rotate(0);
opacity: 0;
}
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon:after {
visibility: visible;
background: #d6a77b;
} .wpb-js-composer .vc_tta-tabs[class*="sigma-tour-"]{
display: flex;
}
.wpb-js-composer .vc_general.vc_tta-tabs[class*="sigma-tour-"] .vc_tta-tab{
display: block;
}
.wpb-js-composer .vc_tta-tabs[class*="sigma-tour-"] .vc_tta-tabs-container{
width: 290px;
border-right: 1px solid #efefef;
padding: 30px 0;
}
.wpb-js-composer .vc_tta-tabs[class*="sigma-tour-"] .vc_tta-panels-container{
flex: 1;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs[class*="sigma-tour-"] .vc_tta-panel-body{
padding: 30px;
border: 0;
}
.wpb-js-composer .vc_general.vc_tta-tabs[class*="sigma-tour-"] .vc_tta-tab>a{
position: relative;
display: block;
padding: 10px;
border: 0;
border-right: 3px solid transparent;
}
.wpb-js-composer .vc_general.vc_tta-tabs[class*="sigma-tour-"] .vc_tta-tab>a:hover{
color: #d6a77b;
}
.wpb-js-composer .vc_general.vc_tta-tabs.sigma-tour-border .vc_tta-tab.vc_active>a {
border-color: #d6a77b;
color: #d6a77b;
}
.wpb_wrapper ul{
padding: 0;
}
.wpb_wrapper ul li + li,
.wpb_wrapper ol li + li{
margin-top: 0;
} .sigma-contact-info .wpcf7-form-control,
.sigma-contact-info textarea {
border-radius: 0;
width: 100%;
}
.sigma-contact-info .wpcf7-form-control-wrap {
margin-top: 0px;
display: inline-block;
width: 100%;
}
.sigma-form-style-1 .input-group {
margin-bottom: 10px;
}
.sigma-contact-info textarea {
height: 141px;
}
.sigma-contact-info label {
margin-bottom: 20px;
}
.sigma-contact-info .wpcf7-submit {
width: 100%;
}
.sigma-contact-info .wpcf7-submit:hover {
background-color: #1c1c1d;
}
.sigma-contact-info .wpcf7-form-control-wrap.menu-765 {
width: 100%;
}
.sigma-contact-info .wpcf7-checkbox .wpcf7-list-item {
margin-left: 0;
}
.contact-form{
background-color: #fff;
padding: 100px;
}
.input-group .icon {
position: absolute;
left: 40px;
top: 4px;
color: #d6a77b;
-webkit-transform: translateY(50%);
transform: translateY(50%);
}
.input-group input, .input-group select, .input-group textarea, .input-group select {
padding-left: 80px;
} .sigma-team-form-1 .input-group {
margin-bottom: 25px;
}
.sigma-team-form-1 .wpcf7-form-control,
.sigma-contact-info textarea {
border-radius: 0;
}
.sigma-contact-info .infobox-style-3 i:after {
background-color: #efefef;
z-index: 9;
top: 0;
}
.infobox-style-3 span.count {
position: absolute;
font-weight: 700;
font-family: "Poppins", sans-serif;
font-size: 70px;
color: #efefef;
z-index: -1;
line-height: 1;
} .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel {
margin-bottom: 14px;
}
.sigma-accordion-style-1 .vc_tta-panel-title>a {
color: #1c1c1d !important;
font-size: 18px;
font-weight: 700;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #fff;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic.sigma-accordion-style-1 .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
border-width: 0;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #1c1c1d;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
background-color: #fff;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
background-color: #ffffff;
color: #1c1c1d !important;
}
.sigma-accordion-style-1 .vc_tta-panel-heading:hover .vc_tta-panel-title>a {
color: #1c1c1d !important;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a {
padding: 21px 20px;
position: relative;
}
.wpb-js-composer .vc_row.sigma-accordion-style-1.sigma-bg-color-white .vc_tta.vc_general .vc_tta-panel-title>a {
background-color: #fff;
}
.wpb-js-composer .vc_row.sigma-accordion-style-1.sigma-bg-color-white .vc_tta.vc_general .vc_tta-panel-title>a:before {
background-color: #fff;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
position: absolute;
right: 11px;
top: 15px;
content: "";
background-color: #efefef;
width: 30px;
height: 30px;
color: #1c1c1d;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
border-color: #1c1c1d
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
background-color: #efefef;
color: #1c1c1d;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a:before {
background-color: #d6a77b;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
border-color: #fff;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
top: 25px;
-webkit-transform: inherit;
-ms-transform: inherit;
transform: inherit;
} .sigma-searchform {
max-width: 1140px;
margin: 0 auto;
position: relative;
text-align: center;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
button.sigma-search-button {
position: absolute;
height: 55px;
width: 55px;
right: 0;
background-color: #d6a77b;
top: 0;
padding: 0;
}
.mfp-inline-holder .mfp-content {
position: static;
}
.mfp-close {
top: 40px;
right: 40px;
opacity: 1;
}
body .button.mfp-close {
color: #fff;
} section.error-404{
max-width: 800px;
margin: 0 auto;
}
section.error-404 h1.page-title {
font-size: 250px;
line-height: 250px;
}
section.error-404 .search-form{
margin-bottom: 20px;
}
section.error-404 .page-content > p{
font-size: 16px;
max-width: 600px;
margin: 0 auto 20px;
} body .vc_btn3.vc_btn3-style-classic {
border: none;
}
body .vc_btn3.vc_btn3-style-classic:hover {
border: none;
}
.sigma-contact-info .wpcf7-submit,
body .vc_btn3.vc_btn3-size-md.vc_btn3-style-flat,
body .vc_btn3.vc_btn3-size-md {
padding-top: 15px;
padding-bottom: 15px;
padding-left: 40px;
padding-right: 40px;
font-weight: bold;
border: none;
}
body .vc_btn3.vc_btn3-color-white:hover,
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-tertiary:hover,
body .vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-primary {
color: #1c1c1c;
background-color: #d6a77b;
}
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat{
color: #fff;
}
body .vc_btn3.vc_btn3-color-primary:hover,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-secondary,
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-flat {
color: #fff;
background-color: #1c1c1c;
}
body .vc_btn3.vc_btn3-color-secondary:hover,
body .vc_btn3.vc_btn3-color-secondary:focus,
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-flat:hover{
color: #fff;
background: #1c1c1ced;
}
.btn.btn-outline-light.footer-button:hover,
.btn.btn-outline-light.footer-button:focus,
body .sigma-bg-color-secondary .vc_btn3.vc_btn3-color-primary:hover,
body .sigma-bg-color-secondary .vc_btn3.vc_btn3-color-primary:focus,
body .sigma-bg-color-secondary .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-tertiary,
body .vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-flat {
color: #1c1c1c;
background-color: #efefef;
}
.vc_btn3.vc_btn3-style-custom,
body .vc_general.vc_btn3{
background-color: #d6a77b;
color: #ffffff;
font-size: 14px;
cursor: pointer;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
text-transform: uppercase;
letter-spacing: normal;
font-weight: 700;
border: 0;
box-shadow: none;
display: inline-block;
line-height: 1.8;
}
.vc_btn3.vc_btn3-style-custom:hover,
body .vc_general.vc_btn3:hover,
body .vc_general.vc_btn3:focus {
background-color: #b78d65;
color: #fff;
}
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline,
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-outline,
body .vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-outline {
color: #d6a77b;
border: 2px solid #d6a77b;
line-height: 1.6;
padding: 15px 40px;
height: 55px;
font-size: 14px;
background:none;
font-weight: 600;
display: inline-block;
vertical-align: middle;
}
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-outline{
color: #1c1c1c;
border-color: #1c1c1c;
}
body .vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-outline{
color: #efefef;
border-color: #efefef;
}
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover{
color: #fff;
background: #d6a77b;
border-color: #d6a77b;
}
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-outline:hover{
background: #1c1c1c;
color: #fff;
}
body .vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-outline:hover{
background: #efefef;
color: #fff;
}
body .vc_general.vc_btn3.vc_btn3-color-secondary:not(.vc_btn3-style-outline){
background: #1c1c1c;
color: #fff;
}
body .vc_general.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
padding: 15px 50px 15px 30px;
}
body .vc_general.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 25px;
}
body .vc_general.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
padding: 15px 30px 15px 50px;
}
body .vc_general.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
left: 25px;
}
.vc_general.vc_btn3:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform-origin: center;
width: 10px;
height: calc(100% - 15px);
z-index: -1;
transition: .3s;
opacity: 0;
visibility: hidden;
}
.vc_general.vc_btn3.vc_btn3-color-primary:before{
background-color: #b78d65;
}
.vc_general.vc_btn3:hover:before{
width: calc(100% - 14px);
opacity: 1;
visibility: visible;
}
body .vc_general.vc_btn3.vc_btn3-color-primary:hover {
background: #d6a77b;
z-index: 1;
}
body .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover,
body .vc_general.vc_btn3.vc_btn3-color-secondary.vc_btn3-style-outline:hover {
background: none;
}
body .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover:before{
background: #d6a77b;
}
body .vc_general.vc_btn3.vc_btn3-color-secondary:hover{
background: #1c1c1c;
}
body .vc_general.vc_btn3.vc_btn3-color-secondary:hover:before {
background: #ffffff1a;
z-index: 1;
}
body .vc_general.vc_btn3.vc_btn3-color-secondary:hover,
body .vc_general.vc_btn3.vc_btn3-color-tertiary:hover{
color: #fff;
}
body .vc_general.vc_btn3.vc_btn3-color-tertiary:hover {
background: #efefef;
}
.vc_general.vc_btn3.vc_btn3-color-tertiary:before {
background: #1c1c1c;
z-index: 1;
}
body .vc_general.vc_btn3.vc_btn3-color-secondary.vc_btn3-style-outline:hover:before {
background: #1c1c1c;
z-index: -1;
}
body .vc_general.vc_btn3.vc_btn3-color-tertiary:hover {
background: #efefef;
}
body .vc_general.vc_btn3.vc_btn3-color-tertiary:hover:before {
background: #1c1c1c;
} body .vc_general.vc_btn3.vc_btn3-color-primary,
body .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover {
color: #fff;
}
body .vc_general.vc_btn3.vc_btn3-shape-rounded:before {
border-radius: 5px;
}
body .vc_general.vc_btn3.vc_btn3-style-flat.vc_btn3-color-primary:hover {
background: #d6a77b;
}
body .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline {
color: #d6a77b;
}
body .vc_general.vc_btn3.vc_btn3-shape-round:before {
border-radius: 50px;
} .sigma-z-index-down {
z-index: -1;
}
.sigma-z-index-0 {
z-index: 0;
}
.sigma-z-index-1 {
z-index: 1;
}
.sigma-z-index-2 {
z-index: 2;
}
.sigma-z-index-3 {
z-index: 3;
}
.sigma-shadow-1 {
box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
}
.w-100 .wpb_wrapper,
.w-100 .wpb_wrapper .vc_single_image-wrapper,
.w-100 .wpb_wrapper .vc_single_image-wrapper img{
width: 100%;
}
.sigma_btn-custom.secondary:hover {
background: #1c1c1cf2;
}
.wpcf7-form .sigma_btn-custom {
letter-spacing: normal;
}
.height-100 .vc_column-inner{
height: 100%
}
.width-100{
width: 100%;
}
.absolute-img {
position: absolute;
top: 0;
right: 0;
z-index: -1;
height: 100%;
} .btn-link {
position: relative;
color: #1c1c1c;
font-weight: 700;
font-style: normal;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
z-index: 1;
margin-left: 20px;
}
.btn-link::before {
content: '';
position: absolute;
top: 50%;
left: -20px;
width: 40px;
height: 40px;
background-color: #efefef;
transform: translateY(-50%);
z-index: -1;
border-radius: 50%;
transition: .3s;
}
.btn-link:hover::before {
width: 100%;
border-radius: 0;
}
.sigma_btn-custom {
cursor: pointer;
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: middle;
position: relative;
background-color: #d6a77b;
border: 0;
color: #fff;
font-size: 14px;
text-transform: uppercase;
padding: 15px 30px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
border-radius: 0px;
font-weight: 600;
overflow: hidden;
letter-spacing: normal;
z-index: 1;
}
.sigma_btn-custom:hover {
background: #d6a77b;
}
.sigma_btn-custom .cf7-btn:hover {
background: none;
}
.sigma_btn-custom:focus::before, .sigma_btn-custom:hover::before {
width: calc(100% - 14px);
opacity: 1;
visibility: visible;
}
.sigma_btn-custom::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform-origin: center;
background-color: #b78d65;
width: 10px;
height: calc(100% - 15px);
z-index: -1;
transition: .3s;
opacity: 0;
visibility: hidden;
}
.sigma_btn-custom.light {
background-color: transparent;
color: #1c1c1c;
box-shadow: none;
border: 2px solid #efefef;
}
.sigma_btn-custom.light:before {
background: #1c1c1c;
}
.sigma_btn-custom.light:hover:before {
background: #0000002b;
}
.sigma_btn-custom.light:hover,
.sigma_btn-custom.secondary:hover,
.sigma_btn-custom:hover  {
color: #fff;
}
.sigma_btn-custom.secondary {
background: #1c1c1c;
}
.sigma_btn-custom.secondary:before {
background: #ffffff38;
}
.sigma_btn-custom .cf7-btn {
padding: 0;
background: none;
text-align: center;
letter-spacing: normal;
font-weight: 500;
}
.wpcf7-form .sigma_btn-custom:after {
content: "\f061";
font-family: 'Font Awesome 5 Pro';
margin-left: 9px;
font-weight: 500;
}
.wpcf7-form .sigma_btn-custom .ajax-loader{
display: none;
}
.sigma_dots {
width: 70px;
height: 30px;
content: '';
background-position: 0 0,5px 7px;
background-size: 12px 12px;
position: absolute;
display: block;
background-image: -o-radial-gradient(#d1d4d8 1px,transparent 1px),-o-radial-gradient(#d1d4d8 1px,transparent 1px);
background-image: radial-gradient(#d1d4d8 1px,transparent 1px),radial-gradient(#d1d4d8 1px,transparent 1px);
-webkit-transition: opacity .3s;
-o-transition: opacity .3s;
transition: opacity .3s;
background-color: rgba(255,255,255,.3);
top: 20px;
opacity: 1;
}
.sigma_dots.dots-2 {
width: 50%;
left: -20px;
right: auto;
height: 70%;
top: -20px;
z-index: -1;
}
.sigma_dots.dots-3 {
bottom: -54px;
left: -50px;
top: auto;
width: 50%;
right: auto;
height: 70%;
}
.sigma_dots.dots-3.align-right {
right: -50px;
left: auto;
}
.counter-style-3 .counter-box {
position: relative;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
flex-direction: column;
}
.spacer {
height: 140px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.spacer.spacer-lg {
height: 318px;
}
.spacer.spacer-bottom {
top: auto;
bottom: 0;
}
.spacer.spacer-vertical {
height: 100%;
width: 140px;
}
.spacer.spacer-vertical.spacer-xl {
width: 500px;
}
.dark-overlay::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .4);
-webkit-transition: background-color .3s;
-o-transition: background-color .3s;
transition: background-color .3s;
}
.light-overlay::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255,255,255, .9);
z-index: -1;
-webkit-transition: background-color .3s;
-o-transition: background-color .3s;
transition: background-color .3s;
}
.primary-overlay::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(214,167,123, .7);
z-index: -1;
-webkit-transition: background-color .3s;
-o-transition: background-color .3s;
transition: background-color .3s;
}
.secondary-overlay::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(33,33,33, .7);
z-index: -1;
-webkit-transition: background-color .3s;
-o-transition: background-color .3s;
transition: background-color .3s;
}
.tertiary-overlay::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,64,113, .2);
z-index: -1;
-webkit-transition: background-color .3s;
-o-transition: background-color .3s;
transition: background-color .3s;
}
.dark-overlay.primary-overlay::after {
background-color: rgba(72, 172, 110, .8);
}
.dark-overlay.dark-overlay-2::before {
background-color: rgba(0, 0, 0, .6);
}
.dark-overlay.dark-overlay-3::before {
background-color: rgba(0, 0, 0, .8);
}
.ps-static{
position: static;
}
.ps-relative{
position: relative;
}
.custom-footer-style .widget h6.widget-title {
margin-bottom: 20px;
font-size: 22px;
font-weight: 600;
padding-left: 0;
}
.custom-footer-style.dark-layout .widget h6.widget-title{
color: #fff;
}
.custom-footer-style .widget h6.widget-title:before{
display: none;
}
.custom-footer-style .social-icons a {
transform: translateX(0);
font-size: 14px;
background-color: transparent;
border: 1px solid rgba(255,255,255,.1);
border-radius: 50%;
}
.custom-footer-style.dark-layout .widget ul a,
.custom-footer-style.dark-layout .widget p,
.custom-footer-style.dark-layout .form-group i {
color: #fff;
}
.custom-footer-style .widget p.custom-primary{
color: #d6a77b;
}
.custom-footer-style .form-control.transparent {
border: 1px solid rgba(255,255,255,.1);
background: transparent;
}
.fw-600{
font-weight: 700;
} .sigma-contact-box-style1 {
display: inline-block;
width: 100%;
}
.sigma-contact-box-style1:after {
position: absolute;
left: 0;
top: 0;
width: 50px;
height: 100%;
content: "";
background-color: #d6a77b;
}
.sigma-contact-box-style1 a {
color: #ffffff !important;
margin-top: 15px;
display: inherit;
font-size: 22px;
font-weight: 700;
font-family: "Poppins", sans-serif;
}
.sigma-contact-box-style1 a:hover {
color: #777;
}
.sigma-contact-box-style1 h4 {
position: absolute;
transform: rotate(-90deg);
display: inline-block;
font-size: 24px;
left: -115px;
top: 50px;
z-index: 9;
font-weight: bold;
color: #ffffff;
} .form-row .form-group {
position: relative;
margin-bottom: 20px;
}
.form-row .form-group i {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
color: #e8e8e8;
}
.form-control.transparent{
background-color: rgba(255,255,255,.1);
border: 0;
color: #fff;
}
.form-row .wpcf7-submit.sigma_btn-custom {
letter-spacing: normal;
} .sigma-action-style1.sigma_custom_heading_wrapper .sigma-heading-title-wrapper .heading-title {
position: relative;
margin-left: 60px;
font-weight: 600;
font-size: 30px;
}
.sigma-action-style1.sigma_custom_heading_wrapper .sigma-heading-title-wrapper .heading-title:before {
content: "\f126";
position: absolute;
font-size: 46px;
color: #1c1c1d;
font-family: Flaticon;
left: -60px;
top: 0;
font-weight: normal;
}
.sigma-action-box .sigma-title {
font-size: 60px;
color: #ffffff;
font-family: "Poppins", sans-serif;
line-height: 80px;
}
.sigma-action-box a {
font-size: 24px;
color: #1c1c1d;
border-bottom: 4px solid #d6a77b;
line-height: 24px;
display: inline-block;
font-family: "Poppins", sans-serif;
margin-top: 15px;
}
.sigma-action-box a:hover {
color: #ffffff;
border-bottom: 4px solid #ffffff;
} .infobox-area .d-flex {
margin-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
margin-right: 20px;
}
.infobox-area {
width: 80%;
position: absolute;
bottom: 80px;
left: -30px;
padding: 20px 10px;
}
.infobox-area:before {
position: absolute;
right: 40px;
top: -40px;
content: "";
font-size: 46px;
width: 0;
height: 0;
border-bottom: 40px solid #d6a77b;
border-left: 30px solid transparent;
}
.infobox-area .wpb_content_element {
margin-bottom: 0;
}
.infobox-area .heading-box {
width: 50%;
color: #ffffff;
position: relative;
padding-top: 20px;
}
.infobox-area .heading-box:first-child {
padding-left: 20px;
}
.infobox-area .heading-box h4 {
color: #ffffff;
font-size: 24px;
line-height: 28px;
margin-bottom: 0;
}
.infobox-area .heading-box:last-child:before {
content: "";
position: absolute;
top: 0;
background: rgba(255, 255, 255, 0.2);
height: 100%;
width: 1px;
left: -20px;
}
.infobox-area .sigma-infobox-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .sigma-post-wrapper footer .entry-meta-container {
display: flex;
flex-wrap: wrap;
width: 100%;
position: relative;
text-transform: capitalize;
}
.sigma-post-wrapper footer .entry-meta-container>.author.vcard {
width: auto;
border-bottom: 0;
margin-right: 15px;
padding-right: 15px;
position: relative;
}
.sigma-post-wrapper footer .entry-meta-container>.author.vcard:after {
content: '';
height: 100%;
width: 1px;
background-color: #efefefe;
display: block;
position: absolute;
top: 0;
right: 0;
}
.sigma-post-wrapper footer.entry-footer {
padding-top: 0;
}
.sigma-post-wrapper footer.entry-footer .social-icon-share {
position: relative;
right: 0px;
margin-top: 0px;
text-align: right;
}
.sigma-post-wrapper footer.entry-footer .social-icon-share h5 {
font-size: 16px;
text-transform: none;
font-family: "Rubik", sans-serif;
margin-bottom: 25px;
} .sidebar{
margin-bottom: 30px;
}
.widget-area.sidebar .widget {
padding: 40px;
}
.widget-area.sidebar .widget.widget_media_image{
padding: 0;
}
.widget-area.sidebar .widget .btn-outline-light:before,
.widget-area.sidebar .widget .btn-outline-light:after,
.widget-area.sidebar .widget .btn-outline-light span {
display: none;
}
.widget-area.sidebar .widget_categories ul li,
.widget-area.sidebar .widget_archive ul li {
margin-top: 0;
}
.widget-area.sidebar .widget.widget_tag_cloud {
padding-bottom: 22px;
}
.widget-area.sidebar .widget ul>li {
margin-bottom: 10px;
padding-bottom: 0;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries ul li:after,
.widget-area.sidebar .widget ul>li:last-child:after {
display: none;
}
.widget-area.sidebar .widget .btn-outline-light {
color: #1c1c1d;
}
.widget-area.sidebar .widget .btn-outline-light:hover,
.widget-area.sidebar .widget .btn-outline-light:focus,
.widget-area.sidebar .widget .btn-outline-light {
border-color: #efefef;
}
.widget-area.sidebar .widget ul>li:last-child {
margin-bottom: 0;
}
.entry-content .post-password-form input[type="password"] {
height: 65px;
top: 10px;
}
.entry-content .post-password-form input[type="submit"] {
position: relative;
top: 9px;
left: -4px;
height: 65px;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-image {
width: 80px;
border-radius: 50%;
margin-bottom: 0;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries li {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #efefef;
display: flex;
align-items: center;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-image img {
width: 100%;
height: 100%;
object-position: center;
object-fit: cover;
border-radius: 50%;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content {
width: calc(100% - 95px);
flex: 1;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content a {
text-transform: none;
font-size: 18px;
margin-bottom: 10px;
font-family: "Poppins", sans-serif;
color: #1c1c1d;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content a:hover {
color: #d6a77b;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content .sigma-post-date {
font-size: 14px;
font-weight: 400;
text-transform: capitalize;
margin-top: 5px;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content .sigma-post-date i {
margin-right: 5px;
} .sigma-post-wrapper .sigma-post-inner .entry-content {
margin-top: 20px;
}
.sigma-post-wrapper header .posted-on a .entry-date {
display: flex;
align-items: center;
}
.sigma-post-wrapper header .posted-on {
top: -40px;
width: auto;
height: auto;
padding: 5px 10px;
}
.sigma-post-wrapper header .posted-on a .entry-date span {
color: #fff;
font-weight: 700;
font-size: 16px;
margin: 0 5px;
letter-spacing: normal;
text-transform: none;
}
.sigma-post-wrapper header .posted-on a .entry-date span:last-child {
margin-right: 0;
}
.sigma-post-wrapper header .posted-on a .entry-date span:before {
content: '/';
margin-right: 5px;
font-weight: 600
}
@media (max-width: 576px) {
.comment-list .children {
padding-left: 0 !important;
}
.sigma-post-wrapper .entry-title {
font-size: 24px;
}
body,
.entry-content p,
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a,
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li span {
font-size: 14px;
}
}
.half-bg {
position: relative;
}
.half-bg img {
padding-top: 35px;
padding-left: 35px;
}
.half-bg:before {
content: '';
background-color: #d6a77b;
display: block;
height: 50%;
z-index: -1;
position: absolute;
width: calc(50% + 35px);
right: 35px;
left: 0px;
}
.sigma-shadow-1.sigma-contact-info {
box-shadow: 0px 16px 32px 0px rgba(146, 211, 215, 0.16);
}
.sigma-contact-box-style2.contact-page-box {
background-color: #fff;
padding: 60px;
height: 100%;
}
.sigma-contact-box-style2.contact-page-box a {
color: #ffffff !important;
margin-top: 15px;
display: inherit;
font-size: 22px;
font-weight: 700;
font-family: "Poppins", sans-serif;
}
.sigma-contact-box-style2.contact-page-box a:hover {
color: #d6a77b;
}
.sigma-contact-box-style2.contact-page-box .infobox-style-4 {
padding: 0 !important;
width: 100%;
text-align: left;
margin-bottom: 30px;
padding-bottom: 30px !important;
border-bottom: 2px solid #efefef;
}
.sigma-contact-box-style2.contact-page-box .infobox-style-4 .sigma-infobox-wrapper {
padding-left: 0;
align-items: flex-start !important;
}
.sigma-contact-box-style2.contact-page-box .infobox-style-4 i {
width: auto;
height: auto;
text-align: left;
background: no-repeat;
border-radius: 0;
display: inline-block;
font-size: 40px;
color: #d6a77b;
line-height: 1;
}
.sigma-contact-box-style2.contact-page-box .infobox-style-4:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.sigma-contact-box-style2.contact-page-box .infobox-style-4 .sigma-infobox-content {
display: flex;
flex-direction: column-reverse;
}
.sigma-form.sigma-form-style-1 .row {
margin-left: -5px;
margin-right: -5px;
}
.sigma-contact-map .wpb_content_element {
margin: 0 -15px;
}
.sigma-contact-info .wpcf7-submit {
padding: 15px;
background-color: #d6a77b;
border-color: #d6a77b;
color: #1c1c1d;
font-family: "Poppins", sans-serif;
padding: 15px 42px;
font-size: 14px;
}
.sigma-contact-info .wpcf7-submit:hover,
.sigma-contact-info .wpcf7-submit:focus {
background-color: #fff !important;
color: #1c1c1d;
} .sigma-post-wrapper .sigma_post_categories {
margin-bottom: 20px;
}
.sigma-post-wrapper .sigma_post_categories .categories-list a {
padding: 10px 30px;
font-size: 14px;
font-weight: 700;
display: inline-block;
color: #fff;
margin: 0 5px 5px 0;
background-color: #d6a77b;
}
.sigma-post-wrapper .sigma_post_categories .categories-list a:hover {
background-color: #b78d65;
color: #fff;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li .author-details .entry-meta-container .author.vcard,
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard {
padding: 0;
display: flex;
align-items: center;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li .author-details .entry-meta-container .author.vcard img,
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard img {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 15px;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li .author-details .entry-meta-container .author.vcard a,
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a {
display: inline-flex;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard:after {
display: none;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul {
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
margin-bottom: 0;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li:last-child {
margin-right: 0;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li a,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li i {
color: #777;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li a{
font-size: 13px;
font-weight: 600;
transition: .3s;
}
.sigma-post-wrapper footer ul.social-share-icons a.icon-link i,
.sigma-post-wrapper footer ul.social-share-icons a.icon-link {
color: #777;
transition: .3s;
}
.sigma-post-wrapper footer ul.social-share-icons a.icon-link:hover i{
color: #fff;
}
.sigma-post-wrapper footer ul.social-share-icons a.icon-link:hover {
color: #1c1c1d;
}
.sigma-post-wrapper .sigma-post-inner ul.blog-list li:not(:last-child) {
margin-bottom: 10px;
}
.sigma-post-wrapper .entry-content ul.blog-list {
margin-bottom: 0;
margin-top: 30px;
padding-left: 0;
list-style: none;
}
.sigma-post-wrapper .entry-content ul.blog-list li {
padding-left: 60px;
position: relative;
}
.sigma-post-wrapper .entry-content ul.blog-list li:before {
position: absolute;
left: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: '\f00c';
font-family: 'Font Awesome 5 Pro';
font-weight: 300;
}
.sigma-post-wrapper .entry-content ul.blog-list li:last-child {
border-bottom: 0px solid #efefef;
margin-bottom: 0px;
padding-bottom: 0px;
} .about-section {
overflow: visible !important;
}
.about-section .about-tile-gallery {
position: relative;
min-height: 620px;
}
.about-section .about-tile-gallery .image-one {
top: 0;
left: 0;
max-width: 400px;
max-height: 450px;
z-index: 1;
position: absolute;
}
.about-section .about-tile-gallery .image-two {
right: 20px;
bottom: 0;
max-width: 400px;
max-height: 260px;
z-index: 2;
position: absolute;
}
.about-section .about-tile-gallery .image-three {
right: 50px;
top: 20px;
max-width: 160px;
z-index: 2;
position: absolute;
}
.about-section .about-tile-gallery .icon {
top: 140px;
right: 95px;
z-index: 3;
position: absolute;
}
.about-section .about-tile-gallery .zero-icon {
z-index: 4;
left: -45px;
bottom: 20px;
position: absolute;
}
@media (min-width: 1600px) {
.about-section .about-tile-gallery .zero-icon {
bottom: 40px;
left: -140px;
}
}
.about-section .about-text .sngle-features {
line-height: 1.8;
display: flex;
flex-wrap: wrap;
}
.about-section .rounded-bar {
margin-bottom: 0;
}
.about-text-warp .laptop-img {
position: absolute;
bottom: -135px;
}
.about-text-warp .laptop-other {
position: absolute;
z-index: 1;
top: 50%;
transform: translateY(-50%);
left: 30px;
}
@media(max-width: 1500px) {
.about-text-warp .laptop-img {
bottom: 0;
top: 23%;
}
.about-text-warp .laptop-other {
top: 53%;
}
}
@media(max-width: 1200px) {
.about-text-warp .laptop-other {
display: none;
}
} .image-frame {
position: relative;
z-index: 1;
}
.image-frame img {
padding-right: 10px;
}
.image-frame::after {
position: absolute;
right: 0px;
bottom: 10px;
width: 180px;
height: 180px;
background-color: #d6a77b;
content: '';
-webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
clip-path: polygon(100% 0, 0 100%, 100% 100%);
z-index: -1;
} .call-to-action.cta-inner .cta-img .wpb_content_element {
margin-bottom: 0;
}
.call-to-action.cta-inner {
position: relative;
}
.call-to-action.cta-inner.vc_row:after {
content: '';
background-color: #d6a77b;
padding-top: 120px;
padding-bottom: 90px;
-webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
display: block !important;
position: absolute;
left: 0;
right: 0;
bottom: 0;
overflow: visible;
height: 360px;
visibility: visible;
}
.call-to-action.cta-inner .cta-text {
align-self: flex-end;
position: static;
}
.call-to-action.cta-style-two .custom-heading-style-1 .heading-subtitle,
.call-to-action.cta-inner .cta-text .custom-heading-style-1 .heading-subtitle {
color: #1c1c1d;
}
.call-to-action.cta-style-two .custom-heading-style-1 .heading-subtitle:before,
.call-to-action.cta-inner .cta-text .custom-heading-style-1 .heading-subtitle:before {
background-color: #1c1c1d;
}
.call-to-action.cta-inner .cat-link {
position: absolute;
z-index: 1;
right: 0;
bottom: 0;
height: 80px;
width: 80px;
text-align: center;
color: #fff;
line-height: 80px;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
font-size: 20px;
background-color: #1c1c1d;
}
.call-to-action.cta-inner .cat-link:hover {
background-color: #fff;
color: #1c1c1d;
}
.call-to-action .need-cta-img {
margin-bottom: 0;
position: relative;
}
.call-to-action .need-cta-img:before {
position: absolute;
content: '';
background-color: #1c1c1d;
height: 250px;
width: 250px;
border-radius: 50%;
left: 1px;
bottom: -60px;
z-index: -1;
}
.rs-overflow-hd {
overflow: hidden;
}
.call-to-action.cta-style-two {
margin-top: 0;
}
.call-to-action.cta-style-two .cat-link {
position: unset;
display: inline-block;
margin: auto;
z-index: 1;
right: 0;
bottom: 0;
height: 80px;
width: 80px;
text-align: center;
color: #fff;
line-height: 80px;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
font-size: 20px;
background-color: #1c1c1d;
}
.call-to-action.cta-style-two .cat-link:hover {
background-color: #fff;
color: #1c1c1d;
}
.call-to-action.cta-style-two.home-3 .custom-heading-style-1 .heading-subtitle {
color: #d6a77b;
}
.call-to-action.cta-style-two.home-3 .custom-heading-style-1 .heading-subtitle:before,
.call-to-action.cta-style-two.home-3 .cat-link,
.call-to-action.cta-style-two.home-3 .need-cta-img:before {
background-color: #d6a77b;
}
.cta-section .cta-inner{
position: relative;
} .max-width-50 p,
.max-width-50 .custom-heading-style-1 {
max-width: 480px;
}
.max-width-50 p,
.max-width-50 .sigma_custom_heading_wrapper .sigma-heading-title-wrapper .heading-title {
color: #fff;
}
.wpb_single_image.overlay-normal img {
height: 500px;
object-fit: cover;
}
.video-link.home {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
z-index: 2;
}
.video-link.home .popup-video {
position: relative;
height: 100px;
width: 100px;
border-radius: 50%;
background-color: #d6a77b;
font-size: 18px;
font-weight: 700;
text-transform: none;
text-align: center;
line-height: 100px;
font-family: "Poppins", sans-serif;
color: #1c1c1d;
display: inline-block;
}
.video-link.home .popup-video::after {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
content: '';
background-color: #d6a77b;
z-index: -1;
border-radius: 50%;
-webkit-animation: ripple-white 1s linear infinite;
animation: ripple-white 1s linear infinite;
}
.overlay-normal:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
content: '';
background-color: #7d8b602b;
opacity: 0.6;
} footer .footer-top {
background-color: #1c1c1d;
padding: 40px 0;
}
footer .social-icons{
display: flex;
align-items: center;
}
footer .social-icon a,
footer .social-icons a {
text-align: center;
background-color: #1c1c1c;
color: #fff;
height: 60px;
width: 60px;
line-height: 60px;
margin-left: 10px;
display: inline-block;
}
footer .social-icons a{
height: 40px;
width: 40px;
line-height: 40px;
margin: 0;
}
footer .social-icon a:hover,
footer .social-icons a:hover {
background-color: #d6a77b;
color: #fff;
}
footer .social-icons a i{
color: #fff;
}
footer .social-icons li{
padding: 0;
}
footer .social-icons li + li{
margin-left: 10px;
}
footer .footer-top .footer-logo img{
max-width: 220px;
} .sigma-portfolio{
margin-bottom: 30px;
}
.sigma-portfolio-style-1 .sigma-portfolio-image-container:before,
.sigma-portfolio-style-1 .sigma-portfolio-image-container:after{
-webkit-transition: all 0.3s ease-out 0.3s;
-moz-transition: all 0.3s ease-out 0.3s;
-ms-transition: all 0.3s ease-out 0.3s;
-o-transition: all 0.3s ease-out 0.3s;
transition: all 0.3s ease-out 0.3s;
}
.sigma-portfolio-style-1 .sigma-portfolio-wrapper {
margin-bottom: 30px;
}
.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper {
position: relative;
overflow: hidden;
height: 320px;
}
.sigma-portfolio-style-1 .double-height .sigma-portfolio-thumbnail-wrapper {
height: 670px;
}
.sigma-portfolio-style-1 .portfolio-title {
margin-bottom: 0;
text-align: left;
text-transform: none;
letter-spacing: -1px;
}
.sigma-portfolio-style-1 .portfolio-title a{
color: #1c1c1d;
}
.sigma-portfolio-style-1 .portfolio-title a:hover{
color: #d6a77b;
}
.sigma-portfolio-style-1 .sigma-portfolio-category {
position: relative;
display: inline-block;
font-weight: 700;
font-family: "Rubik", sans-serif;
color: #d6a77b;
text-transform: none;
padding-left: 50px;
margin-bottom: 5px;
}
.sigma-portfolio-style-1 .sigma-portfolio-category:before {
content: '';
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
height: 2px;
background-color: #d6a77b;
}
.sigma-portfolio-action-icons {
position: absolute;
left: 50%;
top: 50%;
margin-left: -15px;
margin-top: -15px;
}
.sigma-portfolio-style-1 .sigma-portfolio-action-icons i {
background-color: #d6a77b;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
.sigma-portfolio-style-1 .sigma-portfolio-action-icons i:hover {
background-color: #ffffff;
color: #d6a77b;
}
.sigma-portfolio-style-1 .sigma-portfolio-image-container {
position: relative;
height: 100%;
overflow: hidden;
}
.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: 0.5s all;
}
.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper:hover .sigma-portfolio-image-container img {
transform: scale(1.1);
}
.sigma-mfg-popup-image {
display: none;
}
.sigma-portfolio-style-1 .sigma-portfolio-image-container:before {
position: absolute;
top: 0px;
left: 0px;
content: "";
width: 100%;
height: 100%;
background-color: #efefef;
opacity: 0;
transition: 0.5s all;
z-index: 1;
}
.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper:hover .sigma-portfolio-image-container:before {
opacity: 0.5;
}
.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper .portfolio-content-sec {
position: absolute;
left: -80px;
bottom: 0;
background-color: #fff;
padding: 30px 40px;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
visibility: hidden;
opacity: 0;
z-index: 2;
}
.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper:hover .portfolio-content-sec {
left: 0;
visibility: visible;
opacity: 1;
} .sigma-portfolio-details.portfolio-detail-style-2 .sigma_post-thumbnail {
margin-bottom: 30px;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper {
position: relative;
padding-bottom: 80px;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-image-container {
overflow: hidden;
height: 650px;
width: 100%;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper:hover .sigma-portfolio-image-container img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper:hover .sigma-portfolio-content-cover {
opacity: 1;
visibility: visible;
bottom: 80px;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover {
position: absolute;
left: 45px;
right: 90px;
bottom: 0;
padding: 40px 50px;
background-color: #1c1c1d;
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .sigma-portfolio-category {
position: relative;
display: inline-block;
font-weight: 600;
font-family: "Rubik", sans-serif;
color: #d6a77b;
text-transform: none;
padding-left: 50px;
margin-bottom: 10px;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .sigma-portfolio-category:before {
content: '';
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
height: 2px;
background-color: #d6a77b;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .portfolio-title {
font-size: 28px;
letter-spacing: -1px;
text-transform: none;
margin-bottom: 0;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .portfolio-title a {
color: #fff;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .portfolio-link {
display: inline-block;
position: absolute;
right: 0;
font-size: 20px;
height: 80px;
width: 80px;
line-height: 80px;
color: #1c1c1d;
text-align: center;
background-color: #fff;
top: 50%;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .portfolio-link:hover {
background-color: #d6a77b;
color: #fff;
} .sigma-portfolio-style-3 .sigma-portfolio-title{
background-color: #fff;
padding: 20px;
}
.sigma-portfolio-style-3 .sigma-portfolio-title .sigma-portfolio-category{
margin-bottom: 10px;
display: block;
}
.sigma-portfolio-style-3 .sigma-portfolio-title .sigma-portfolio-category a{
background-color: #efefef;
padding: 5px 10px;
color: #1c1c1d;
font-size: 13px;
font-weight: 500;
margin: 0 5px 5px 0;
display: inline-block;
}
.sigma-portfolio-style-3 .sigma-portfolio-title .sigma-portfolio-category a:hover{
background-color: #d6a77b;
color: #fff;
}
.sigma-portfolio-style-3 .sigma-portfolio-title .portfolio-title{
margin-bottom: 15px;
}
.sigma-portfolio-style-3 .sigma-portfolio-image-container a{
display: block;
overflow: hidden;
}
.sigma-portfolio-style-3 .sigma-portfolio-image-container a img{
transition: .3s;
}
.sigma-portfolio-style-3 .sigma-portfolio-image-container a:hover img{
transform: scale(1.1);
} .sigma-portfolio-style-4 .sigma_portfolio-item,
.sigma-portfolio-style-5 .sigma_portfolio-item {
position: relative;
margin-bottom: 30px;
cursor: pointer;
}
.sigma-portfolio-style-4 .sigma_portfolio-item img,
.sigma-portfolio-style-5 .sigma_portfolio-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.sigma-portfolio-style-4 .sigma_portfolio-item .sigma_portfolio-item-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
transition: .3s;
padding: 20px;
}
.sigma-portfolio-style-4 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner {
margin-top: auto;
transform: translateY(10px);
opacity: 0;
visibility: hidden;
transition: .3s;
text-align: center;
}
.sigma-portfolio-style-4 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner h5 a {
color: #fff;
font-size: 22px;
font-weight: 700;
}
.sigma-portfolio-style-4 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner p {
color: #fff;
margin-bottom: 0;
}
.sigma-portfolio-style-4 .sigma_portfolio-item .sigma_portfolio-item-content a i {
font-size: 15px;
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
color: #1c1c1c;
transition: .3s;
border-radius: 50%;
z-index: 3;
background-color: #fff;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
}
.sigma-portfolio-style-4 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner h5 {
margin-bottom: 10px;
}
.sigma-portfolio-style-4 .sigma_portfolio-item:hover .sigma_portfolio-item-content {
background-color: rgba(0,0,0,.4);
}
.sigma-portfolio-style-4 .sigma_portfolio-item:hover .sigma_portfolio-item-content .sigma_portfolio-item-content-inner
{
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.sigma-portfolio-style-4 .sigma_portfolio-item:hover .sigma_portfolio-item-content a i{
opacity: 1;
visibility: visible;
top: 50%;
} .sigma-portfolio-style-5 .sigma_portfolio-item .sigma_portfolio-item-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
transition: .3s;
padding: 20px;
}
.sigma-portfolio-style-5 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner {
text-align: left;
margin-top: auto;
transform: translateY(10px);
opacity: 0;
visibility: hidden;
transition: .3s;
}
.sigma-portfolio-style-5 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner h5 a {
font-size: 24px;
color: #fff;
font-weight: 700;
}
.sigma-portfolio-style-5 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner h5 {
margin-bottom: 10px;
}
.sigma-portfolio-style-5 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner .sigma_btn-custom {
cursor: pointer;
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: middle;
position: relative;
background-color: transparent;
color: #fff;
box-shadow: none;
border: 2px solid #efefef;
padding: 12px 26px;
font-size: 14px;
transition: 0.3s;
border-radius: 0px;
font-weight: 600;
line-height: 1.8;
margin-top: 15px;
overflow: hidden;
z-index: 1;
}
.sigma-portfolio-style-5 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner .sigma_btn-custom:before{
background: #1c1c1c;
}
.sigma-portfolio-style-5 .sigma_portfolio-item:hover .sigma_portfolio-item-content .sigma_portfolio-item-content-inner{
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.sigma-portfolio-style-5 .sigma_portfolio-item:hover .sigma_portfolio-item-content {
background-color: rgba(0,0,0,.4);
}
.sigma-portfolio-style-5 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner h5 a:hover {
color: #d6a77b;
} .sigma-portfolio-details .sigma-portfolio-thumbnail {
position: relative;
margin-bottom: 30px;
}
.sigma-portfolio-details .sigma_post-thumbnail {
height: 650px;
width: 100%;
}
.sigma-portfolio-details .sigma_post-thumbnail img {
width: 100%;
object-fit: cover;
object-position: center;
height: 100%
}
.sigma-portfolio-details .sigma-portfolio-details-container {
position: absolute;
z-index: 1;
right: 0;
bottom: 0;
border-top: 6px solid #d6a77b;
padding: 50px 55px;
background-color: #1c1c1d;
}
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail {
padding-bottom: 0;
margin-top: 0;
padding-left: 0;
margin-bottom: 20px;
}
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail:last-child {
margin-bottom: 0;
}
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail .sigma-portfolio-detail-title {
position: relative;
display: block;
text-transform: none;
font-size: 24px;
font-family: "Poppins", sans-serif;
font-weight: 700;
color: #fff;
margin-bottom: 10px;
}
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail .sigma-portfolio-detail-value {
color: #777;
font-weight: 500;
line-height: 1.2;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail .sigma-teammember-detail-title:before,
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail .sigma-portfolio-detail-title:before {
display: none;
}
.sigma-portfolio-details .sigma-portfolio-content {
padding-top: 0;
}
.sigma-portfolio-details .sigma-portfolio-content blockquote {
position: relative;
padding: 45px 60px;
background-color: #d6a77b;
border-radius: 10px;
z-index: 1;
font-size: 22px;
font-family: "Poppins", sans-serif;
font-weight: 700;
line-height: 1.5;
color: #fff;
text-transform: none;
text-align: center;
margin: 0;
border: none;
display: flex;
flex-direction: column-reverse;
}
.sigma-portfolio-details .sigma-portfolio-content blockquote:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background-image: url(//psychoterapeutadzieciecy.pl/wp-content/themes/neuka/assets/images/icon.png);
background-size: contain;
background-position: left top;
content: '';
background-repeat: no-repeat;
}
.sigma-portfolio-details .sigma-portfolio-content blockquote p>strong {
font-size: 24px;
font-family: "Poppins", sans-serif;
font-weight: 700;
line-height: 1.5;
margin-top: 15px;
display: block;
}
.sigma-portfolio-details .sigma-portfolio-content blockquote p>cite {
display: block;
font-family: "Rubik", sans-serif;
font-size: 16px;
font-style: normal;
text-transform: none;
} .sigma-portfolio-details.portfolio-detail-style-2 .sigma-portfolio-details-container {
position: relative;
width: 100%;
border: none;
background: #d6a77b;
padding: 30px 0;
}
.sigma-portfolio-details.portfolio-detail-style-2 .sigma-portfolio-details-container .sigma-portfolio-details {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
}
.sigma-portfolio-details.portfolio-detail-style-2 .sigma-portfolio-details-container .sigma-portfolio-details .sigma-portfolio-detail {
padding-left: 30px;
padding-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 0;
}
.sigma-portfolio-details.portfolio-detail-style-2 .sigma-portfolio-details-container .sigma-portfolio-details .sigma-portfolio-detail .sigma-portfolio-detail-title {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 0;
}
.sigma-portfolio-details.portfolio-detail-style-2 .sigma-portfolio-details-container .sigma-portfolio-details .sigma-portfolio-detail .sigma-portfolio-detail-value {
color: #fff;
font-size: 18px;
font-weight: 600;
}
.sigma-portfolio-details.portfolio-detail-style-2 .sigma-portfolio-details-container .sigma-portfolio-details .sigma-portfolio-detail + .sigma-portfolio-detail {
border-left: 1px solid #fff;
}
.sigma-portfolio-meta-details .sigma_portfolio-details {
padding: 30px 0;
display: flex;
align-items: center;
background: #d6a77b;
justify-content: center;
}
.sigma-portfolio-meta-details .sigma_portfolio-details .sigma_portfolio-details-item {
padding-left: 40px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
}
.sigma-portfolio-meta-details .sigma_portfolio-details .sigma_portfolio-details-item + .sigma_portfolio-details-item {
border-left: 1px solid #fff;
}
.sigma-portfolio-meta-details .sigma_portfolio-details .sigma_portfolio-details-item span {
text-transform: uppercase;
color: #fff;
}
.sigma-portfolio-meta-details .sigma_portfolio-details .sigma_portfolio-details-item h5 {
margin-bottom: 0;
color: #fff;
} .sigma-event-style-1 .sigma_portfolio-item {
position: relative;
margin-bottom: 30px;
cursor: pointer;
}
.sigma-event-style-1 .sigma_portfolio-item img {
width: 100%;
}
.sigma-event-style-1 .sigma_portfolio-item .sigma_portfolio-item-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
transition: .3s;
padding: 20px;
}
.sigma-event-style-1 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner {
margin-top: auto;
transform: translateY(10px);
opacity: 0;
visibility: hidden;
transition: .3s;
text-align: center;
}
.sigma-event-style-1 .sigma_portfolio-item:hover .sigma_portfolio-item-content .sigma_portfolio-item-content-inner{
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.sigma-event-style-1 .sigma_portfolio-item:hover .sigma_portfolio-item-content {
background-color: rgba(0,0,0,.4);
}
.sigma-event-style-1 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner h5 {
font-size: 24px;
}
.sigma-event-style-1 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner h5 a {
color: #fff;
}
.sigma-event-style-1 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner h5 a:hover{
color: #d6a77b;
}
.sigma-event-style-1 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner p {
color: #fff;
}
.sigma-event-style-1 .sigma_portfolio-item .read-more-link i {
font-size: 15px;
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
color: #1c1c1c;
transition: .3s;
border-radius: 50%;
z-index: 3;
background-color: #fff;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
}
.sigma-event-style-1 .sigma_portfolio-item:hover .read-more-link i{
opacity: 1;
visibility: visible;
top: 50%;
}
.sigma-event-style-1 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner span {
margin-bottom: 5px;
display: block;
} .sigma-event-style-2 .sigma_portfolio-item {
position: relative;
margin-bottom: 30px;
cursor: pointer;
}
.sigma-event-style-2 .sigma_portfolio-item img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.sigma-event-style-2 .sigma_portfolio-item .sigma_portfolio-item-content{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
transition: .3s;
padding: 20px;
transform: translateY(10px);
opacity: 0;
visibility: hidden;
}
.sigma-event-style-2 .sigma_portfolio-item:hover .sigma_portfolio-item-content,
.sigma-event-style-2 .sigma_portfolio-item:hover .sigma_portfolio-item-content .sigma_portfolio-item-content-inner {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.sigma-event-style-2 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner {
margin-top: auto;
transform: translateY(10px);
opacity: 0;
visibility: hidden;
transition: .3s;
text-align: left;
}
.sigma-event-style-2 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner span {
margin-bottom: 5px;
display: block;
}
.sigma-event-style-2 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner h5 {
font-size: 24px;
}
.sigma-event-style-2 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner h5 a{
color: #fff;
}
.sigma-event-style-2 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner h5 a:hover{
color: #d6a77b;
}
.sigma-event-style-2 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner .read-more-link {
padding: 12px 26px;
font-size: 14px;
cursor: pointer;
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: middle;
position: relative;
background-color: transparent;
color: #fff;
box-shadow: none;
border: 2px solid #efefef;
margin-top: 15px;
}
.sigma-event-style-2 .sigma_portfolio-item:hover .sigma_portfolio-item-content {
background-color: rgba(0,0,0,.4);
}
.sigma-event-style-2 .sigma_portfolio-item .sigma_portfolio-item-content .sigma_portfolio-item-content-inner .read-more-link:before {
background: #1c1c1c;
} .sigma-event-details .sigma_post-thumbnail img {
width: 100%;
}
.event-details-error {
text-align: center;
text-decoration: underline;
}
.sigma-portfolio-thumbnail .sigma_portfolio-details {
background-color: #d6a77b;
padding: 30px 0;
display: flex;
align-items: center;
}
.sigma-portfolio-thumbnail .sigma_portfolio-details .sigma_portfolio-details-item {
padding-left: 40px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
}
.sigma-portfolio-thumbnail .sigma_portfolio-details .sigma_portfolio-details-item + .sigma_portfolio-details-item {
border-left: 1px solid #fff;
}
.sigma-portfolio-thumbnail .sigma_portfolio-details .sigma_portfolio-details-item span {
text-transform: uppercase;
}
.sigma-portfolio-thumbnail .sigma_portfolio-details .sigma_portfolio-details-item h5 {
color: #fff;
font-size: 22px;
font-weight: 600;
margin-bottom: 0;
} .sigma-sermons-style-1 {
padding: 30px;
display: flex;
align-items: center;
margin-bottom: 30px;
}
.sigma-sermons-style-1 .sigma_post-thumb {
flex: 0 0 150px;
margin-right: 20px;
position: relative;
display: block;
overflow: hidden;
height: 150px;
}
.sigma-sermons-style-1 .sigma_post-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: .3s;
}
.sigma-sermons-style-1 .sigma_post-body .sigma_post-desc h5 {
font-size: 18px;
margin-bottom: 15px;
}
.sigma-sermons-style-1 .sigma_post-body .sigma_post-desc .sigma_sermon-meta {
display: flex;
align-items: center;
margin: 0;
padding: 0;
list-style: none;
}
.sigma-sermons-style-1 .sigma_post-body .sigma_post-desc .sigma_sermon-meta img {
width: 30px;
border-radius: 50%;
margin-right: 5px;
}
.sigma-sermons-style-1 .sigma_post-body .sigma_post-desc .sigma_sermon-meta a {
text-transform: capitalize;
}
.sigma-sermons-style-1 .sigma_post-body .sigma_sermon-icons {
display: flex;
padding: 0;
list-style: none;
margin: 20px 0 0;
align-items: center;
flex-wrap: wrap;
}
.sigma-sermons-style-1 .sigma_post-body .sigma_sermon-icons li {
margin-bottom: 5px;
}
.sigma-sermons-style-1 .sigma_post-body .sigma_sermon-icons li + li {
margin-left: 15px;
}
.sigma-sermons-style-1 .sigma_post-body .sigma_sermon-icons li a {
width: 40px;
height: 40px;
background-color: #d6a77b3b;
display: flex;
align-items: center;
justify-content: center;
}
.sigma-sermons-style-1 .sigma_post-body .sigma_sermon-icons li a:hover {
background: #d6a77b;
color: #fff;
} .sigma-sermons-details .sigma-sermons-thumbnail {
position: relative;
margin-bottom: 30px;
}
.sigma-sermons-details .sigma-sermons-thumbnail .sigma_post-thumbnail img {
width: 100%;
}
.sigma-sermons-details .sigma-sermons-thumbnail .sigma_post-single-thumb-icons {
position: absolute;
text-align: center;
bottom: 0;
padding: 0;
left: 0;
width: 100%;
background: rgba(31,31,31, 0.8);
}
.sigma-sermons-details .sigma-sermons-thumbnail .sigma_post-single-thumb-icons ul {
list-style: none;
}
.sigma-sermons-details .sigma-sermons-thumbnail .sigma_post-single-thumb-icons ul li{
float: left;
width: 25%;
margin: 0 auto;
transition: .3s;
}
.sigma-sermons-details .sigma-sermons-thumbnail .sigma_post-single-thumb-icons ul li + li {
border-left: rgba(255, 255, 255, 0.2) solid 1px;
}
.sigma-sermons-details .sigma-sermons-thumbnail .sigma_post-single-thumb-icons ul li a {
color: #fff;
display: block;
padding: 25px 20px;
border: 0;
height: auto;
width: auto;
line-height: inherit;
}
.sigma-sermons-details .sigma-sermons-thumbnail .sigma_post-single-thumb-icons ul {
margin: 0;
padding: 0;
}
.sigma-sermons-details .sigma-sermons-thumbnail .sigma_post-single-thumb-icons ul li a:hover{
background: #1c1c1c;
}
.sigma-sermons-details .entry-footer .social-icon-share .social-share-icons {
display: flex;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
}
.sigma-sermons-details .entry-footer .social-icon-share h5 {
display: none;
}
.sigma-sermons-details .entry-footer .social-icon-share .social-share-button {
display: none;
}
.sigma-sermons-details .entry-footer .social-icon-share .social-share-icons li {
margin-top: 6px;
}
.sigma-sermons-details .entry-footer .social-icon-share .social-share-icons li + li{
margin-left: 15px;
}
.sigma-sermons-details .entry-footer .social-icon-share .social-share-icons li a{
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #efefef;
color: #777;
display: flex;
align-items: center;
justify-content: center;
}
.sigma-sermons-details .entry-footer .social-icon-share .social-share-icons li a:hover{
border-color: #d6a77b;
background: #d6a77b;
color: #fff;
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul>li {
display: flex;
align-items: center;
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul>li {
display: flex;
align-items: center;
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul>li .sigma-sermons-image {
position: relative;
display: block;
overflow: hidden;
margin-right: 20px;
width: 75px;
padding: 10px;
box-shadow: 0 3px 24px rgb(0 0 0 / 4%);
height: 75px;
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul>li .sigma-sermons-image img{
transition: .3s;
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul>li .sigma-sermons-content {
flex: 1;
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul>li .sigma-sermons-content .sigma-sermons-date {
color: #777;
font-weight: 600;
margin-bottom: 5px;
display: block;
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul>li .sigma-sermons-content .sigma-sermons-date i{
color: #d6a77b;
margin-right: 5px;
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul>li .sigma-sermons-content a {
background: none;
padding: 0;
height: auto;
line-height: normal;
font-size: 14px;
margin-bottom: 6px;
font-weight: 700;
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul li + li {
margin-bottom: 0;
border-top: 1px solid #efefef;
padding-top: 20px;
margin-top: 20px;
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul>li .sigma-sermons-content a:hover{
color: #d6a77b;
background: none;
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul>li .sigma-sermons-image:hover img{
transform: scale(1.1) rotate(2deg);
}
.widget-area.sidebar .widget.widget_sigma_recent_sermons ul>li .sigma-sermons-image:hover{
background: #f7f7f7;
}
.widget-area.style-3 .widget h6.widget-title,
.widget-area.style-3 .widget .widget-title{
position: relative;
padding-left: 25px;
margin-bottom: 30px;
font-size: 22px;
}
.widget-area.style-3 .widget h6.widget-title:after,
.widget-area.style-3 .widget .widget-title:after{
content: '';
width: 15px;
height: 3px;
border-radius: 4px;
background-color: #d6a77b;
display: block;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.widget-area.style-3 .widget h6.widget-title:before {
display: none;
}
.widget-area.sidebar.style-3 .widget {
padding: 0;
}
.widget-area.sidebar.style-3 .widget.widget_search {
padding: 30px;
background: #f7f7f7;
}
.widget-area.sidebar.style-3 .widget.widget_search button {
color: #777;
background: #fff;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
border: 0;
padding: 0;
outline: none;
cursor: pointer;
width: 60px;
height: 60px;
background-color: transparent;
}
.widget-area.sidebar.style-3 .widget.widget_recent_entries ul li:before{
display: none;
}
.widget-area.sidebar.style-3 .widget + .widget{
margin-top: 50px;
} .sigma-ministries-style-1 {
margin-bottom: 30px;
}
.sigma-ministries-style-1 .sigma_ministries.style-1 .sigma_ministries-thumb {
position: relative;
margin: 0;
z-index: 1;
}
.sigma-ministries-style-1 .sigma_ministries.style-1 .sigma_ministries-thumb i {
font-size: 40px;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background-color: #d6a77b;
border: 5px solid #fff;
box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
border-radius: 50%;
line-height: 1;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
color: #fff;
transition: .3s;
transform: translate(-50%, -50%);
}
.sigma-ministries-style-1 .sigma_ministries.style-1 .sigma_ministries-body {
position: relative;
background-color: #fff;
box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
border: 0;
padding: 30px 30px 30px;
text-align: center;
transition: .3s;
}
.sigma-ministries-style-1 .sigma_ministries.style-1 .sigma_ministries-body p{
margin-bottom: 0;
}
.sigma-ministries-style-1 .sigma_ministries.style-1 .sigma_ministries-body .btn-link {
margin-top: 25px;
margin-left: 0;
text-decoration: none;
display: inline-block;
}
.sigma-ministries-style-1 .sigma_ministries.style-1 .sigma_ministries-body .btn-link:before,
.sigma-ministries-style-2 .sigma_ministries.style-2 .sigma_ministries-body .btn-link:before{
content: '';
position: absolute;
top: 100%;
width: 0;
height: 2px;
left: 0;
background-color: #1c1c1c;
z-index: -1;
transition: .3s;
}
.sigma-ministries-style-1 .sigma_ministries.style-1 .sigma_ministries-body .btn-link:hover::before{
opacity: 1;
width: 100%;
background: #d6a77b;
}
.sigma-ministries-style-1 .sigma_ministries.style-1 .sigma_ministries-body .btn-link i{
margin-left: 10px;
}
.sigma-ministries-style-1 .sigma_ministries.style-1:hover .sigma_ministries-body {
background: #1c1c1c;
}
.sigma-ministries-style-1 .sigma_ministries.style-1:hover .sigma_ministries-body h5,
.sigma-ministries-style-1 .sigma_ministries.style-1:hover .sigma_ministries-body p,
.sigma-ministries-style-1 .sigma_ministries.style-1:hover .sigma_ministries-body a{
color: #fff;
}
.sigma-ministries-style-1 .sigma_ministries.style-1 .sigma_ministries-body h5 {
margin-bottom: 20px;
}
.sigma-ministries-style-1 .sigma_ministries.style-1 {
margin-top: 45px;
}
.sigma-ministries-style-1 .sigma_ministries.style-1 .sigma_ministries-thumb + .sigma_ministries-body {
padding-top: 60px;
} .sigma-ministries-style-2 .sigma_ministries.style-2 .sigma_ministries-body {
display: block;
background-color: #fff;
padding: 40px;
transition: .3s;
margin-bottom: 30px;
box-shadow: 0 3px 24px rgb(0 0 0 / 4%);
}
.sigma-ministries-style-2 .sigma_ministries.style-2 .sigma_ministries-body .sigma_ministries-thumb {
margin-bottom: 40px;
}
.sigma-ministries-style-2 .sigma_ministries.style-2 .sigma_ministries-body .sigma_ministries-thumb i {
font-size: 35px;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background-color: #d6a77b;
border: 5px solid #fff;
box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
border-radius: 50%;
color: #1c1c1c;
line-height: 1;
transition: .3s;
}
.sigma-ministries-style-2 .sigma_ministries.style-2 .sigma_ministries-body h5{
font-size: 24px;
}
.sigma-ministries-style-2 .sigma_ministries.style-2 .sigma_ministries-body .btn-link{
margin-left: 0;
text-decoration: none;
display: inline-block;
}
.sigma-ministries-style-2 .sigma_ministries.style-2 .sigma_ministries-body .btn-link:hover::before{
opacity: 1;
width: 100%;
background: #1c1c1c;
}
.sigma-ministries-style-2 .sigma_ministries.style-2:hover .sigma_ministries-body {
background: #d6a77b;
}
.sigma-ministries-style-2 .sigma_ministries.style-2:hover .sigma_ministries-body .sigma_ministries-thumb i,
.sigma-ministries-style-2 .sigma_ministries.style-2:hover .sigma_ministries-body h5,
.sigma-ministries-style-2 .sigma_ministries.style-2:hover .sigma_ministries-body p,
.sigma-ministries-style-2 .sigma_ministries.style-2:hover .sigma_ministries-body .btn-link {
color: #fff;
}
.sigma-ministries-style-2 .sigma_ministries.style-2 .sigma_ministries-body .btn-link i{
margin-left: 10px;
}
.sigma-ministries-style-2:hover, .sigma-ministries-style-1:hover {
transform: translateY(-3px);
transition: .3s;
}
.sigma-ministries-style-2, .sigma-ministries-style-1{
transition: .3s;
}
.widget-area.sidebar.style-1 .widget.widget_sigma_ministries_cta,
.widget-area.sidebar.style-2 .widget.widget_sigma_ministries_cta,
.widget-area.sidebar.style-3 .widget.widget_sigma_ministries_cta,
.widget-area.sidebar.style-1 .widget.widget_sigma_event_cta,
.widget-area.sidebar.style-2 .widget.widget_sigma_event_cta,
.widget-area.sidebar.style-3 .widget.widget_sigma_event_cta,
.widget-area.sidebar.style-1 .widget.widget_sigma_portfolio_cta,
.widget-area.sidebar.style-2 .widget.widget_sigma_portfolio_cta,
.widget-area.sidebar.style-3 .widget.widget_sigma_portfolio_cta {
padding: 30px;
background: #1c1c1c;
}
.widget-area.sidebar.style-1 .widget.widget_sigma_ministries_cta .widget-title,
.widget-area.sidebar.style-2 .widget.widget_sigma_ministries_cta .widget-title,
.widget-area.sidebar.style-3 .widget.widget_sigma_ministries_cta .widget-title,
.widget-area.sidebar.style-1 .widget.widget_sigma_event_cta .widget-title,
.widget-area.sidebar.style-2 .widget.widget_sigma_event_cta .widget-title,
.widget-area.sidebar.style-3 .widget.widget_sigma_event_cta .widget-title,
.widget-area.sidebar.style-1 .widget.widget_sigma_portfolio_cta .widget-title,
.widget-area.sidebar.style-2 .widget.widget_sigma_portfolio_cta .widget-title,
.widget-area.sidebar.style-3 .widget.widget_sigma_portfolio_cta .widget-title {
color: #fff;
}
.widget-area.sidebar.style-1 .widget.widget_sigma_ministries_cta .widget-title:after,
.widget-area.sidebar.style-2 .widget.widget_sigma_ministries_cta .widget-title:after,
.widget-area.sidebar.style-1 .widget.widget_sigma_event_cta .widget-title:after,
.widget-area.sidebar.style-2 .widget.widget_sigma_event_cta .widget-title:after,
.widget-area.sidebar.style-1 .widget.widget_sigma_portfolio_cta .widget-title:after,
.widget-area.sidebar.style-2 .widget.widget_sigma_portfolio_cta .widget-title:after{
display: none;
}
.widget-area.sidebar.style-1 .widget.widget_sigma_ministries_cta .widget-title:before,
.widget-area.sidebar.style-2 .widget.widget_sigma_ministries_cta .widget-title:before,
.widget-area.sidebar.style-1 .widget.widget_sigma_event_cta .widget-title:before,
.widget-area.sidebar.style-2 .widget.widget_sigma_event_cta .widget-title:before,
.widget-area.sidebar.style-1 .widget.widget_sigma_portfolio_cta .widget-title:before,
.widget-area.sidebar.style-2 .widget.widget_sigma_portfolio_cta .widget-title:before  {
top: 50%;
transform: translateY(-50%);
}
.widget-area.sidebar.style-1 .widget.widget_sigma_ministries_cta ul li a,
.widget-area.sidebar.style-2 .widget.widget_sigma_ministries_cta ul li a,
.widget-area.sidebar.style-3 .widget.widget_sigma_ministries_cta ul li a,
.widget-area.sidebar.style-1 .widget.widget_sigma_event_cta ul li a,
.widget-area.sidebar.style-2 .widget.widget_sigma_event_cta ul li a,
.widget-area.sidebar.style-3 .widget.widget_sigma_event_cta ul li a,
.widget-area.sidebar.style-1 .widget.widget_sigma_portfolio_cta ul li a,
.widget-area.sidebar.style-2 .widget.widget_sigma_portfolio_cta ul li a,
.widget-area.sidebar.style-3 .widget.widget_sigma_portfolio_cta ul li a {
background: #d6a77b;
color: #fff;
text-align: center;
padding-left: 0;
}
.widget-area.sidebar.style-2 .widget.widget_sigma_ministries_cta ul li a,
.widget-area.sidebar.style-3 .widget.widget_sigma_ministries_cta ul li a,
.widget-area.sidebar.style-2 .widget.widget_sigma_event_cta ul li a,
.widget-area.sidebar.style-3 .widget.widget_sigma_event_cta ul li a,
.widget-area.sidebar.style-2 .widget.widget_sigma_portfolio_cta ul li a,
.widget-area.sidebar.style-3 .widget.widget_sigma_portfolio_cta ul li a {
padding: 0;
}
.widget-area.sidebar.style-2 .widget.widget_recent_ministries ul li a span,
.widget-area.sidebar.style-3 .widget.widget_recent_ministries ul li a span,
.widget-area.sidebar.style-2 .widget.widget_recent_event ul li a span,
.widget-area.sidebar.style-3 .widget.widget_recent_event ul li a span,
.widget-area.sidebar.style-2 .widget.widget_recent_portfolio ul li a span,
.widget-area.sidebar.style-3 .widget.widget_recent_portfolio ul li a span  {
background-color: #d6a77b;
color: #fff;
font-size: 13px;
transition: .3s;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
width: 50px;
border-radius: 0;
}
.widget-area.sidebar.style-2 .widget.widget_recent_ministries ul li a:hover span,
.widget-area.sidebar.style-3 .widget.widget_recent_ministries ul li a:hover span,
.widget-area.sidebar.style-2 .widget.widget_recent_event ul li a:hover span,
.widget-area.sidebar.style-3 .widget.widget_recent_event ul li a:hover span,
.widget-area.sidebar.style-2 .widget.widget_recent_portfolio ul li a:hover span,
.widget-area.sidebar.style-3 .widget.widget_recent_portfolio ul li a:hover span {
background: #f7f7f7;
color: #d6a77b;
} .sigma-teammember{
margin-bottom: 30px;
}
.sigma-team-style-1{
position: relative;
}
.sigma-team-style-1 .sigma-teammember-image-container:after,
.sigma-team-style-1 .sigma-teammember-image-container:before,
.sigma-team-style-1 .sigma-teammember-content-cover:before,
.sigma-team-style-1 .sigma-teammember-content-cover {
transition: all 0.3s ease-out 0.3s;
}
.sigma-team-style-1 .teammember-title a {
font-size: 24px;
display: block;
text-transform: none;
margin-bottom: 10px;
color: #fff;
}
.sigma-team-style-1 .sigma-teammember-image-container {
position: relative;
overflow: hidden;
}
.sigma-team-style-1 .sigma-teammember-image-container:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.8);
content: '';
z-index: 1;
}
.sigma-teammember-wrapper:hover .sigma-teammember-image-container:before{
background-color: rgba(0,0,0,.5);
}
.sigma-team-style-1 .sigma-teammember-image-container img {
width: 100%;
transition: 0.5s all;
transform: scale(1);
}
.sigma-teammember-wrapper.sigma-team-style-1:hover .sigma-teammember-image-container img {
transform: scale(1.1);
}
.sigma-team-style-1 .sigma-teammember-wrapper .teammember-title a {
color: #fff;
}
.sigma-team-style-1 .sigma-teammember-content-cover {
background: transparent;
display: inline-block;
width: 100%;
position: relative;
padding: 20px;
text-align: left;
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
}
.sigma-team-style-1 h6.sigma-teammember-designation {
margin-bottom: 0;
line-height: 24px;
z-index: 9;
position: relative;
color: #d6a77b;
text-transform: none;
}
.sigma-team-style-1 .sigma-teammember-social-profiles {
position: absolute;
right: 0px;
list-style-type: none;
margin: 0;
padding: 0;
top: 0;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li {
position: relative;
margin-bottom: 0px;
transition: all 900ms ease;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li a {
position: relative;
width: 60px;
height: 60px;
color: #1c1c1d;
z-index: 1;
line-height: 60px;
text-align: center;
display: inline-block;
background-color: #ffffff;
font-size: 16px;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li {
transform: translateY(-20px);
opacity: 0;
transition: 0.3s all;
visibility: hidden;
}
.sigma-team-style-1 .sigma-teammember-social-profiles:hover li,
.sigma-team-style-1 .sigma-teammember-social-profiles li.share-main {
opacity: 1;
transform: none;
visibility: visible;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li.share-main a {
background-color: #ffffff;
color: #1c1c1d;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li.share-main:hover a {
background-color: #d6a77b;
color: #fff;
}
.sigma-team-style-1.team-sigma-post-style-2 {
margin-bottom: 30px;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li:hover a {
background-color: #d6a77b;
color: #fff;
}
.sigma-team-style-1 .sigma-teammember-wrapper {
position: relative;
margin-bottom: 30px;
}
.team-style-1.team-layout-slider {
margin: 0 -15px;
} .sigma-team-style-2{
background-color: #fff;
text-align: center;
padding: 30px;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
margin-bottom: 40px;
}
.sigma-team-style-2 .sigma-teammember-image-container{
width: 150px;
height: 150px;
margin: 0 auto 20px;
border-radius: 50%;
}
.sigma-team-style-2 .sigma-teammember-image-container img{
border-radius: 50%;
width: 100%;
height: 100%;
object-fit: cover;
}
.sigma-team-style-2 .teammember-title a{
display: block;
font-size: 24px;
margin-bottom: 15px;
margin-top: 35px;
letter-spacing: -1px;
}
.sigma-team-style-2 .teammember-title a:hover{
color: #d6a77b;
}
.sigma-team-style-2 .sigma-teammember-designation{
font-weight: bold;
text-transform: uppercase;
color: #d6a77b;
margin-bottom: 30px;
letter-spacing: 2px;
}
.sigma-team-style-2 .sigma-teammember-designation + p{
margin-top: 20px;
margin-bottom: 0;
}
.sigma-team-style-2 .sigma-teammember-social-profiles{
display: flex;
align-items: center;
justify-content: center;
list-style: none;
padding: 0;
margin: 30px 0 0;
}
.sigma-team-style-2 .sigma-teammember-social-profiles li{
margin: 0 10px;
}
.sigma-team-style-2 .sigma-teammember-social-profiles li a{
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: ;
background-color: #efefef;
color: #777;
}
.sigma-team-style-2 .sigma-teammember-social-profiles li a:hover{
background-color: #d6a77b;
color: #fff;
} .sigma-team-style-3 .sigma-teammember-image-container{
position: relative;
}
.sigma-team-style-3 .sigma-teammember-social-profiles{
padding: 0;
margin: 0;
position: absolute;
bottom: 20px;
left: 30px;
background-color: #fff;
padding: 10px 20px;
display: flex;
align-items: center;
list-style: none;
}
.sigma-team-style-3 .sigma-teammember-social-profiles li + li{
margin-left: 10px;
}
.sigma-team-style-3 .sigma-teammember-social-profiles li a{
font-size: 16px;
}
.sigma-team-style-3 .sigma-teammember-content-cover{
padding: 30px;
background-color: #fff;
}
.sigma-team-style-3 .sigma-teammember-content-cover p{
margin: 0;
}
.sigma-team-style-3 .sigma_post-title{
margin-bottom: 15px;
font-size: 24px;
}
.sigma-team-style-3 .sigma-teammember-designation{
display: block;
margin-bottom: 15px;
text-transform: uppercase;
}
.sigma-team-style-3 .sigma-teammember-image-container a{
overflow: hidden;
display: block;
}
.sigma-team-style-3 .sigma-teammember-image-container a img{
transition: .3s;
}
.sigma-team-style-3:hover .sigma-teammember-image-container img{
transform: scale(1.1) rotate(2deg);
} .sigma-shortcode-wrapper .sigma-team-style-4,
.sigma-shortcode-wrapper .slick-slider .slick-slide.sigma-team-style-4{
margin-bottom: 30px;
}
.sigma-team-style-4 .sigma_team-thumb {
position: relative;
overflow: hidden;
}
.sigma-team-style-4 .sigma_team-thumb img{
width: 100%;
}
.sigma-team-style-4 .sigma_team-body {
text-align: center;
padding: 30px;
background-color: #fff;
box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
margin: -50px 20px 0;
z-index: 3;
position: relative;
transition: .3s;
}
.sigma-team-style-4 .sigma_team-body h5,
.sigma-team-style-5 .sigma_team-body h5 {
margin-bottom: 5px;
font-size: 22px;
transition: .3s;
}
.sigma-team-style-4 .sigma_team-body p,
.sigma-team-style-5 .sigma_team-body p {
font-size: 15px;
line-height: 24px;
color: #777;
margin: 0;
transition: .3s;
padding: 0;
}
.sigma-team-style-4 .sigma_team-body .sigma_team-sm {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
transition: .3s;
opacity: 0;
visibility: hidden;
}
.sigma-team-style-4 .sigma_team-body .sigma_team-sm .sigma_sm,
.sigma-team-style-5 .sigma_team-thumb .sigma_team-sm .sigma_sm {
display: flex;
align-items: center;
margin: 0;
list-style: none;
justify-content: center;
margin-top: 20px;
padding-left: 0;
}
.sigma-team-style-4 .sigma_team-body .sigma_team-sm .sigma_sm li a {
display: flex;
font-size: 14px;
color: #fff;
}
.sigma-team-style-4 .sigma_team-body .sigma_team-sm .sigma_sm li + li,
.sigma-team-style-5 .sigma_team-thumb .sigma_team-sm .sigma_sm li + li{
margin-left: 15px;
}
.sigma-teammember.sigma-team-style-4:hover .sigma_team-body {
padding-bottom: 60px;
margin-top: -80px;
background: #1c1c1c;
}
.sigma-teammember.sigma-team-style-4:hover .sigma_team-body h5 a,
.sigma-teammember.sigma-team-style-4:hover .sigma_team-body p {
color: #fff;
}
.sigma-teammember.sigma-team-style-4:hover .sigma_team-body .sigma_team-sm {
opacity: 1;
visibility: visible;
} .sigma-teammember.sigma-team-style-5 {
margin-bottom: 150px;
position: relative;
}
.sigma-teammember.sigma-team-style-5 .sigma_team-thumb img {
width: 100%;
}
.sigma-teammember.sigma-team-style-5 .sigma_team-thumb {
position: relative;
z-index: 1;
}
.sigma-teammember.sigma-team-style-5 .sigma_team-body {
position: absolute;
width: calc(100% + 20px);
margin: 0;
top: 120px;
left: -10px;
height: 100%;
z-index: -1;
box-shadow: 0 0 black;
border: 1px solid #efefef;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
padding: 30px;
text-align: center;
}
.sigma_team-sm {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: .3s;
visibility: hidden;
}
.sigma-team-style-5 .sigma_team-thumb .sigma_team-sm .sigma_sm li a {
width: 40px;
height: 40px;
border: 1px solid rgba(255,255,255,.4);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #fff;
}
.sigma-team-style-5 .sigma_team-thumb .sigma_team-sm .sigma_sm li a:hover{
border-color: #d6a77b;
background: #d6a77b;
}
.sigma-team-style-5:hover .sigma_team-thumb .sigma_team-sm{
opacity: 1;
bottom: 20px;
visibility: visible;
}
.sigma-teammember.sigma-team-style-5 .sigma_team-thumb:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.4);
transition: .3s;
opacity: 0;
visibility: hidden;
}
.sigma-teammember.sigma-team-style-5:hover .sigma_team-thumb:before{
opacity: 1;
visibility: visible;
}
.sigma-teammember.sigma-team-style-5:hover .sigma_team-body{
border-color: #1c1c1c;
background: #fff;
} .sigma-team-style-6 img {
width: 100%;
}
.sigma-team-style-6 .widget-about-author-body {
padding: 30px;
background-color: #f7f7f7;
text-align: center;
}
.sigma-team-style-6 .widget-about-author-body h5 {
font-size: 22px;
margin-bottom: 10px;
}
.sigma-team-style-6 .widget-about-author-body .sigma_sm {
list-style: none;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0;
}
.sigma-team-style-6 .widget-about-author-body .sigma_sm li a {
color: #777;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 1px solid #efefef;
}
.sigma-team-style-6 .widget-about-author-body .sigma_sm li a:hover {
color: #fff;
background: #d6a77b;
}
.sigma-team-style-6 .widget-about-author-body .sigma_sm li +  li{
margin-left: 10px;
} .sigma-teammember.sigma-team-style-7 {
background-color: #f7f7f7;
padding: 40px 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-bottom: 0;
position: relative;
transition: .3s;
overflow: hidden;
}
.sigma-teammember.sigma-team-style-7:before {
content: "";
position: absolute;
width: 420px;
height: 350px;
left: -88px;
top: -112px;
border-radius: 50%;
transition: .3s;
background-color: #d6a77b;
}
.sigma-teammember.sigma-team-style-7 .sigma_team-thumb{
border-radius: 50%;
overflow: visible;
position: relative;
height: 280px;
width: 270px;
}
.sigma-teammember.sigma-team-style-7 .sigma_team-thumb img{
width: 100%;
transition: .3s;
border-radius: 50%;
height: 100%;
object-fit: cover;
}
.sigma-teammember.sigma-team-style-7 .sigma_team-thumb .trigger-team-socials {
position: absolute;
right: 35px;
bottom: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background-color: #fff;
color: #1c1c1c;
font-size: 22px;
}
.sigma-teammember.sigma-team-style-7 .sigma_sm {
padding: 0;
margin: 0;
display: flex;
align-items: center;
list-style: none;
}
.sigma-teammember.sigma-team-style-7 .sigma_sm li {
position: absolute;
bottom: 80px;
right: -45px;
}
.sigma-teammember.sigma-team-style-7 .sigma_sm li a{
width: 40px;
height: 40px;
background-color: #B28B66;
color: #fff;
border-radius: 50%;
display: flex;
font-size: 14px;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
position: absolute;
right: 35px;
bottom: 0;
}
.sigma-teammember.sigma-team-style-7 .sigma_sm li:nth-child(2) {
bottom: 156px;
right: -50px;
}
.sigma-teammember.sigma-team-style-7 .sigma_sm li:nth-child(3) {
bottom: 220px;
right: -13px;
}
.sigma-teammember.sigma-team-style-7 .sigma_sm.visible li a{
opacity: 1;
visibility: visible;
}
.sigma-teammember.sigma-team-style-7 .sigma_team-body {
padding: 0;
background-color: transparent;
box-shadow: none;
margin: 30px 0 0;
text-align: center;
z-index: 1;
}
.sigma-teammember.sigma-team-style-7 .sigma_team-body .sigma_team-info p {
margin-bottom: 0;
}
.sigma-teammember.sigma-team-style-7:hover:before {
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 0;
}
.sigma-teammember.sigma-team-style-7:hover .sigma_team-body h5,
.sigma-teammember.sigma-team-style-7:hover .sigma_team-body p{
color: #fff;
} .sigma-btn-dark .vc_btn3-color-primary,
.sigma-btn-dark .vc_btn3-color-secondary,
.theme-btn {
font-size: 14px;
font-weight: 700;
font-family: "Poppins", sans-serif;
color: #1c1c1d;
text-transform: none;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
padding: 0 45px;
background-color: #fff;
border: 2px solid #fff;
position: relative;
height: 60px;
line-height: 60px;
display: inline-block;
}
.sigma-btn-dark .vc_btn3-color-primary:after,
.sigma-btn-dark .vc_btn3-color-primary:before,
.sigma-btn-dark .vc_btn3-color-secondary:after,
.sigma-btn-dark .vc_btn3-color-secondary:before,
.theme-btn:after,
.theme-btn:before {
position: absolute;
right: 10px;
top: 10px;
height: 10px;
width: 2px;
content: '';
background-color: #d6a77b;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.sigma-btn-dark .vc_btn3-color-primary:before,
.sigma-btn-dark .vc_btn3-color-secondary:before,
.theme-btn:before {
width: 10px;
height: 2px;
}
.sigma-btn-dark .vc_btn3-color-secondary,
.theme-btn.btn-yellow {
background-color: #d6a77b;
border-color: #d6a77b;
}
.sigma-btn-dark .vc_btn3-color-secondary:after,
.sigma-btn-dark .vc_btn3-color-secondary:before,
.theme-btn.btn-yellow:after,
.theme-btn.btn-yellow:before {
background-color: #1c1c1d;
}
.sigma-btn-dark .vc_btn3-color-secondary:hover,
.theme-btn.btn-yellow:hover {
background-color: #1c1c1d;
border-color: #1c1c1d;
color: #fff;
}
.sigma-btn-dark .vc_btn3-color-secondary:hover:after,
.sigma-btn-dark .vc_btn3-color-secondary:hover:before,
.theme-btn.btn-yellow:hover:after,
.theme-btn.btn-yellow:hover:before {
background-color: #d6a77b;
}
.sigma-btn-dark .vc_btn3-color-primary {
background-color: #d6a77b;
border-color: #d6a77b;
color: #1c1c1d;
}
.sigma-btn-dark .vc_btn3-color-primary:after,
.sigma-btn-dark .vc_btn3-color-primary:before {
background-color: #1c1c1d;
}
.sigma-btn-dark .vc_btn3-color-primary:hover {
background-color: #1c1c1d;
border-color: #1c1c1d;
color: #1c1c1d;
}
.sigma-btn-dark .vc_btn3-color-primary:hover:after,
.sigma-btn-dark .vc_btn3-color-primary:hover:before {
background-color: #d6a77b;
}
.theme-btn.btn-white {
background-color: transparent;
border-color: #1c1c1d;
color: #1c1c1d;
}
.theme-btn.btn-white:after,
.theme-btn.btn-white:before {
background-color: #d6a77b;
}
.theme-btn.btn-white:hover {
background-color: #d6a77b;
border-color: #d6a77b;
color: #1c1c1d;
}
.theme-btn.btn-white:hover:after,
.theme-btn.btn-white:hover:before {
background-color: #1c1c1d;
}
.sigma-team-detail{
padding: 40px 40px 20px;
background-color: #fff;
}
.sigma-team-detail .sigma_post-thumbnail img {
width: 100%;
object-fit: cover;
object-position: center;
height: 100%;
}
.sigma-team-detail .sigma-team-textwrap {
padding-left: 25px;
position: relative;
}
.sigma-team-detail .sigma-team-title {
margin-top: 0;
font-size: 40px;
text-transform: none;
margin-bottom: 10px;
}
.sigma-team-detail .sigma-teammember-designation {
font-weight: 700;
color: #d6a77b;
font-family: "Rubik", sans-serif;
font-size: 16px;
margin-bottom: 0;
}
.sigma-team-detail .sigma-teammember-designation-container {
margin-bottom: 20px;
}
.sigma-post-details.post-details-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
margin-right: 20px;
margin-left: 0;
}
.sigma-team-detail .sigma-team-textwrap .theme-btn {
position: absolute;
right: 0;
top: 15px;
}
.sigma-team-detail .sigma-teammember-link-profiles,
.sigma-team-detail .sigma-teammember-details {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #efefef;
margin-left: 0;
display: block;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail {
margin-bottom: 30px;
padding-bottom: 0;
color: #1c1c1d;
font-size: 16px;
padding-left: 45px;
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail-value{
color: #777;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail:last-child {
margin-bottom: 0;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail svg {
fill: #d6a77b;
margin-right: 25px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.sigma-team-detail .sigma-teammember-link-profiles-container {
border: none;
margin-top: 0;
padding-top: 0;
} .about-home-3 .wpb_wrapper {
padding-right: 40px;
} .video-style-2 {
position: relative;
z-index: 1;
}
.video-style-2 .video-text {
max-width: 600px;
margin: 0 auto;
}
.video-style-2 .video-text .video-link-two {
margin-bottom: 45px;
}
.video-style-2 .video-text .video-link-two .popup-video {
position: relative;
height: 140px;
width: 140px;
border-radius: 50%;
background-color: #d6a77b;
font-size: 20px;
text-align: center;
line-height: 140px;
color: #1c1c1d;
display: inline-block;
}
.video-style-2 .video-text .video-link-two .popup-video::after {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
content: '';
background-color: transparent;
border-radius: 50%;
border: 4px solid #ffffff;
-webkit-animation: ripple-white 1s linear infinite;
animation: ripple-white 1s linear infinite;
}
.video-style-2 .video-text .wpb_content_element {
margin-bottom: 0;
}
.video-style-2 .video-text .wpb_content_element p {
color: #fff;
font-weight: 700;
font-size: 16px;
} .about-sec-page .about-tile-gallery-two {
min-height: 550px;
position: relative;
z-index: 5;
}
.about-sec-page .about-tile-gallery-two .image-two {
position: absolute;
left: -20px;
bottom: 0;
border-right: 20px solid #fff;
border-top: 20px solid #fff;
z-index: 1;
}
@media (min-width: 1600px) {
.about-sec-page .about-tile-gallery-two .image-two {
left: -120px;
}
}
.about-sec-page .about-tile-gallery-two .image-one,
.about-sec-page .about-tile-gallery-two .image-two {
margin-bottom: 0;
}
.about-sec-page .about-text .about-extra {
padding-left: 215px;
position: absolute;
margin-top: 50px;
bottom: 0;
}
.about-sec-page .about-text .about-extra img {
position: absolute;
left: -335px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 6;
}
.about-sec-page.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
z-index: auto;
}
.single-detail-page .sigma_post-thumbnail {
margin-bottom: 50px;
height: 500px;
}
.single-detail-page .sigma_post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.single-detail-page .page-service-list {
margin-top: 30px;
padding-left: 0;
list-style: none;
}
.single-detail-page .page-service-list li {
margin-bottom: 10px;
color: #fff;
}
.single-detail-page .page-service-list li i {
height: 30px;
width: 30px;
line-height: 30px;
margin-right: 15px;
color: #1c1c1d;
background-color: #d6a77b;
text-align: center;
}
.rounded-frame {
position: relative;
}
.rounded-frame:after {
content: '';
position: absolute;
left: 50%;
-webkit-transform: translateX(-49%);
transform: translateX(-49%);
top: 100px;
background-color: #d6a77b;
height: 465px;
width: 465px;
border-radius: 50%;
z-index: -1;
}
@media (max-width: 767px) {
.rounded-frame:after {
width: 300px;
height: 300px;
}
} #sb_instagram #sbi_load {
display: none;
}
#sb_instagram {
margin-bottom: 0 !important;
}
.widget-area.sidebar.style-1 #sb_instagram #sbi_images {
padding: 0 !important;
margin: 0 -5px;
} .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a {
color: #777;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a:hover,
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a:hover span {
color: #d6a77b;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner ul li:not(:last-child) {
margin-bottom: 0;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a {
font-family: "Poppins", sans-serif;
font-weight: 400;
color: #777;
text-transform: none;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a:hover {
color: #1c1c1d;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
flex-direction: unset;
margin-top: 25px;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
margin-left: 0;
margin-right: 30px;
}
.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-inner {
padding: 25px;
}
.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-title,
.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .post-title {
font-size: 22px;
text-transform: none;
letter-spacing: -1px;
margin-bottom: 20px;
line-height: 1.3;
}
.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul {
margin-bottom: 20px;
} .sigma-post-style-2 .sigma-post-inner,
.sigma-post-style-3 .sigma-post-inner {
padding: 25px;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.sigma-post-style-2 .sigma-post-inner {
transition: .3s;
background-color: #fff;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma_post_categories .categories-list a {
padding: 5px 15px;
font-size: 14px;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-title,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .post-title {
font-size: 22px;
text-transform: none;
letter-spacing: -1px;
margin-bottom: 20px;
line-height: 1.3;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-content {
margin-bottom: 20px;
padding-bottom: 20px;
font-size: 14px;
border-bottom: 1px solid #efefef;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-content p,
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-content p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 24px;
max-height: 75px;
margin: 0;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul {
margin-bottom: 0;
width: 100%;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .entry-meta,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .entry-meta a,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .meta-comment,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .post-meta-item,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .meta-comment span {
color: #777;
font-family: "Poppins", sans-serif;
font-size: 14px;
text-transform: none;
font-weight: 400;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .entry-meta i,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .meta-comment i,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .post-meta-item i {
color: #d6a77b;
margin-right: 5px;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
margin-bottom: 0;
margin-left: 0;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li+li,
.sigma-post-details .sigma-post-wrapper .sigma-post-inner .entry-footer ul li+li {
margin-left: 20px;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
flex-direction: unset;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li span{
font-weight: 400;
} .sigma-post-style-3 .sigma-post-wrapper header .posted-on {
display: block;
position: relative;
top: auto;
left: auto;
height: auto;
width: auto;
padding: 0;
background-color: transparent;
}
.sigma-post-style-3 .sigma-post-wrapper header .posted-on a {
color: #777;
font-family: 'Rubik', sans-serif;
font-size: 13px;
font-weight: 600;
}
.sigma-post-style-3 .sigma-post-wrapper header .posted-on a i,
.sigma-post-style-3 .sigma-post-wrapper header img {
margin-right: 5px;
}
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner {
background-color: #fff;
padding: 25px;
}
.sigma-post-style-3 .entry-header {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.sigma-post-style-3 .entry-header img {
width: 25px;
border-radius: 50%;
}
.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer {
margin-right: 20px;
}
.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer .author.vcard {
display: flex;
align-items: center;
}
.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer a {
color: #777;
font-size: 13px;
font-weight: 600;
}
.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer a:hover,
.sigma-post-style-3 .sigma-post-wrapper header .posted-on a:hover {
color: #1c1c1d;
}
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-content {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
font-size: 14px;
}
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-content p {
margin: 0;
}
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-title,
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .post-title {
font-size: 24px;
text-transform: none;
letter-spacing: -1px;
margin-bottom: 20px;
line-height: 1.3;
} .sigma-post-style-4.sigma-post{
position: relative;
}
.sigma-post-style-4 .sigma-post-inner{
padding: 0;
}
.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer{
margin-top: 0;
flex-direction: row;
}
.sigma-post-style-4 .sigma-post-wrapper .entry-title{
font-size: 24px;
}
.sigma-post-style-4 .sigma-post-wrapper header .posted-on{
position: relative;
top: auto;
right: auto;
padding: 0;
text-align: left;
margin-bottom: 10px;
}
.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a{
display: flex;
align-items: center;
}
.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a::before{
content: '';
width: 40px;
height: 2px;
background-color: #777;
transition: opacity 1s ease, width 1s ease, margin 1s ease;
margin-right: 15px;
transition: .3s;
}
.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a i{
margin: 0 0 0 15px;
}
.sigma-post-wrapper header .posted-on a{
color: #777;
font-size: 14px;
font-family: "Rubik", sans-serif;
}
.sigma-post-wrapper header .posted-on a i{
display: none;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner{
padding: 30px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
z-index: 1;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner::before{
content: '';
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
position: absolute;
left: 0;
top: 0;
pointer-events: none;
width: 100%;
background: linear-gradient(180deg, #1c1c1c4a 0%, #1c1c1c 100%);
max-width: none;
height: 100%;
z-index: -1;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-wrapper .entry-title a,
.sigma-post-style-4.has-post-thumbnail .sigma-post-wrapper header .posted-on a,
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner footer.entry-footer .post-read-more-link a{
color: #fff;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner footer.entry-footer .post-read-more-link a:hover,
.sigma-post-style-4.has-post-thumbnail .sigma-post-wrapper .entry-title a:hover,
.sigma-post-style-4.has-post-thumbnail .sigma-post-wrapper header .posted-on a:hover{
color: #d6a77b;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner footer.entry-footer .post-read-more-link a::before{
background-color: #fff;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner footer.entry-footer .post-read-more-link a:hover::before{
background-color: #d6a77b;
}
.sigma-post-style-4.has-post-thumbnail .sigma_post-thumbnail{
display: block;
height: 100%;
width: 100%;
}
.sigma-post-style-4.has-post-thumbnail .sigma_post-thumbnail img{
width: 100%;
height: 100%;
object-fit: cover;
} .sigma-post-style-5 .sigma_post-thumb,
.sigma-post-style-6 .sigma_post-thumb,
.sigma-post-style-7 .sigma_post-thumb {
position: relative;
display: block;
overflow: hidden;
}
.sigma-post-style-5 .sigma_post-thumb img,
.sigma-post-style-6 .sigma_post-thumb img,
.sigma-post-style-7 .sigma_post-thumb img {
width: 100%;
transition: 0.3s;
}
.sigma-post-style-5 .sigma_post-thumb .sigma_post-date {
position: absolute;
bottom: 0;
left: 0;
background-color: #d6a77b;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
}
.sigma-post-style-5 .sigma_post-thumb .sigma_post-date span {
display: block;
color: #fff;
line-height: 1;
text-transform: uppercase;
font-size: 18px;
font-weight: 800;
}
.sigma-post-style-5 .sigma_post-thumb .sigma_post-date span + span {
font-weight: 400;
margin-top: 5px;
}
.sigma-post-style-5 .sigma-post-inner {
padding: 30px;
border: 1px solid #efefef;
background: #fff;
z-index: 1;
}
.sigma-post-style-5 .sigma-post-wrapper .sigma_post_categories {
align-items: center;
margin-bottom: 10px;
}
.sigma-post-style-5 .sigma-post-wrapper .sigma_post_categories .categories-list a {
padding: 0;
background: none;
font-size: 13px;
color: #1c1c1c;
font-weight: 600;
}
.sigma-post-style-5 .sigma-post-wrapper .sigma_post_categories .categories-list a:before {
content: "\f02b";
font-family: 'Font Awesome 5 Pro';
font-weight: 500;
color: #d6a77b;
margin-right: 8px;
}
.sigma-post-style-5 .sigma-post-inner .entry-title {
margin: 0 0 15px;
word-break: break-word;
font-size: 18px;
margin-bottom: 0;
letter-spacing: 0;
}
.sigma-post-style-5 .sigma-post-inner .btn-link {
margin-top: 20px;
margin-left: 0;
}
.sigma-post-style-5 .sigma-post-inner .btn-link:before {
display: none;
}
.sigma-post-style-5 .sigma-post-inner .btn-link a {
color: #777;
text-transform: capitalize;
font-weight: 400;
display: inline-block;
margin-left: 0;
}
.sigma-post-style-5 .sigma-post-inner .btn-link a i {
margin-left: 8px;
transition: 0.3s;
}
.sigma-post-style-5 .sigma-post-inner .btn-link a:hover{
color: #d6a77b;
}
.sigma-post-style-5 .sigma-post-inner .btn-link a:hover i,
.sigma-post-style-6 .sigma-post-inner .sigma-post-footer .btn-link:hover i{
transform: translateX(5px);
} .sigma-post.sigma-post-style-6,
.sigma-post.sigma-post-style-7 {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #efefef;
}
.related-posts .sigma-post.sigma-post-style-6,
.related-posts .sigma-post.sigma-post-style-7 {
padding-bottom: 0;
border: 0;
}
.related-posts .sigma-post.sigma-post-style-6 .sigma-post-wrapper,
.related-posts .sigma-post.sigma-post-style-7 .sigma-post-wrapper {
background: none;
}
.sigma-post-style-6 .sigma_post-thumb .sigma_post-date{
background-color: #1c1c1c;
color: #fff;
position: absolute;
top: 16px;
left: -17px;
padding: 20px;
transform: rotate(-90deg);
}
.sigma-post-style-7 .sigma_post-thumb .sigma_post-date {
background-color: #1c1c1c;
color: #fff;
position: absolute;
bottom: 0;
left: 0;
padding: 20px;
}
.sigma-post-style-6 .sigma_post-thumb .sigma_post-date span,
.sigma-post-style-7 .sigma_post-thumb .sigma_post-date span {
font-weight: 800;
font-size: 18px;
}
.sigma-post-style-6 .sigma_post-thumb .sigma_post-date span + span,
.sigma-post-style-7 .sigma_post-thumb .sigma_post-date span + span {
font-weight: 400;
}
.sigma-post-style-6 .sigma-post-inner,
.sigma-post-style-7 .sigma-post-inner {
padding: 30px 0 0;
}
.sigma-post-style-6 .sigma-post-wrapper .sigma_post_categories .categories-list a,
.sigma-post-style-7 .sigma-post-wrapper .sigma_post_categories .categories-list a {
display: inline-block;
padding: 0;
color: #d6a77b;
font-weight: 500;
text-transform: uppercase;
font-size: 13px;
line-height: 1.7;
border-radius: 0;
margin: 0 3px 3px 0;
background: none;
}
.sigma-post-style-6 .sigma-post-inner .sigma-post-meta .entry-title,
.sigma-post-style-7 .sigma-post-inner .sigma-post-meta .entry-title {
font-size: 24px;
margin: 0 0 15px;
word-break: break-word;
letter-spacing: 0;
}
.sigma-post-style-6 .sigma-post-inner .sigma-post-meta .entry-content,
.sigma-post-style-7 .sigma-post-inner .sigma-post-meta .entry-content {
font-size: 14px;
}
.sigma-post-style-6 .sigma-post-inner .sigma-post-footer,
.sigma-post-style-7 .sigma-post-inner .sigma-post-footer {
margin-top: 30px;
display: flex;
align-items: center;
justify-content: space-between;
margin-left: 0;
}
.sigma-post-style-6 .sigma-post-inner .sigma-post-footer .btn-link,
.sigma-post-style-7 .sigma-post-inner .sigma-post-footer .btn-link {
text-decoration: none;
color: #1c1c1c;
}
.sigma-post-style-7 .sigma-post-inner .sigma-post-footer .btn-link {
margin-left: 0;
}
.sigma-post-style-6 .sigma-post-inner .sigma-post-footer .btn-link i,
.sigma-post-style-7 .sigma-post-inner .sigma-post-footer .btn-link i {
margin-left: 8px;
transition: 0.3s;
}
.sigma-post-style-6 .sigma_post-thumb:hover img,
.sigma-post-style-7 .sigma_post-thumb:hover img,
.sigma-post-style-5 .sigma_post-thumb:hover img {
transform: scale(1.2);
}
.sigma-post-style-6 .sigma-post-wrapper .sigma_post_categories .categories-list a:hover,
.sigma-post-style-7 .sigma-post-wrapper .sigma_post_categories .categories-list a:hover,
.sigma-post-style-5 .sigma-post-wrapper .sigma_post_categories .categories-list a:hover {
background: none;
}
.sigma-post-style-7 .sigma-post-inner .sigma-post-footer .btn-link:before{
content: '';
position: absolute;
top: 100%;
width: 0;
height: 2px;
left: 0;
background-color: #1c1c1c;
z-index: -1;
transition: .3s;
}
.sigma-post-style-7 .sigma-post-inner .sigma-post-footer .btn-link:hover::before {
width: 100%;
border-radius: 0;
}
.sigma-post.sigma-post-style-8 .sigma-post-body {
position: relative;
z-index: 1;
padding: 0;
border: 0;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}
.sigma-post.sigma-post-style-8 .sigma-post-body:before{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(28, 28, 28, 0.6);
}
.sigma-post.sigma-post-style-8 .sigma-post-body > img{
width: 100%;
object-fit: cover;
height: 100%;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner {
position: absolute;
text-align: center;
padding: 60px 25px;
height: 100%;
width: 100%;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner .sigma_post-date {
right: 0;
left: auto;
top: 60px;
bottom: auto;
max-width: fit-content;
height: 40px;
position: static;
margin: 0 auto 24px;
background-color: #d6a77b;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
padding: 0 20px;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner .sigma_post-date a {
color: #fff;
font-weight: 800;
font-size: 16px;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner .sigma_post-date a i {
display: none;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner h5 {
font-size: 22px;
margin-bottom: 24px;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner .sigma_post-meta {
justify-content: center;
align-items: center;
display: flex;
padding: 0;
margin-bottom: 10px;
list-style: none;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner .sigma_post-meta .author img {
display: none;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner .sigma_post-meta .author a {
color: #fff;
font-size: 14px;
text-transform: capitalize;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner .sigma_post-meta .meta-comment a {
color: #fff;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner .sigma_post-meta li + li {
margin-left: 20px;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner .sigma_post-meta li .meta-comment i {
display: none;
}
.sigma-post.sigma-post-style-8 .sigma-post-body .sigma-post-body-inner .sigma_post-meta li .meta-comment a {
text-transform: capitalize;
}
.sigma-post.sigma-post-style-9 .sigma_post-thumb {
position: relative;
height: 100%;
overflow: hidden;
display: block;
}
.sigma-post.sigma-post-style-9 .sigma_post-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: .3s;
}
.sigma-post.sigma-post-style-9 .sigma_post-thumb:hover img {
transform: scale(1.2);
}
.sigma-post.sigma-post-style-9 .sigma_post-thumb .sigma_post-date {
position: absolute;
background-color: #d6a77b;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
right: 0;
left: auto;
top: 60px;
bottom: auto;
width: 172px;
height: 40px;
}
.sigma-post.sigma-post-style-9 .sigma_post-thumb .sigma_post-date a{
color: #fff;
font-size: 16px;
font-weight: 700;
}
.sigma-post.sigma-post-style-9 .sigma_post-thumb .sigma_post-date a i{
display: none;
}
.sigma-post.sigma-post-style-9 .sigma_post-body {
border: 0;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
position: relative;
background-color: #fff;
z-index: 1;
padding: 30px;
box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
}
.sigma-post.sigma-post-style-9 .sigma_post-body h5 {
font-size: 22px;
margin-bottom: 25px;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta {
padding: 0;
margin-bottom: 10px;
list-style: none;
display: flex;
align-items: center;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta .author img,
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta li .meta-comment i {
display: none;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta .author a {
color: #777;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta li + li {
margin-left: 20px;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta li .meta-comment a {
color: #777;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta h5 {
display: none;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta .tag-list i {
display: none;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta .tag-list a {
color: #000;
font-weight: 500;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta .tag-list a:before {
content: "\f02b";
font-family: 'Font Awesome 5 Pro';
margin-right: 8px;
color: #d6a77b;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta .tag-list a + a {
margin-left: 20px;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma-post-content {
padding-top: 70px;
position: relative;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma-post-content:before {
content: "";
position: absolute;
left: -30px;
top: 35px;
width: 162px;
height: 2px;
background-color: #d6a77b;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma-post-content a i {
padding-left: 10px;
}
.sigma-post.sigma-post-style-9 .sigma_post-body .sigma_post-meta .tag-list a:hover {
color: #d6a77b;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma-post-inner {
padding: 30px 0 0;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma-post-inner .post-categories .categories-list a {
background: none;
color: #d6a77b;
padding: 0;
text-transform: uppercase;
font-weight: 500;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma_post_categories{
margin-bottom: 10px;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma-post-inner .entry-title {
font-size: 18px;
margin: 0 0 15px;
letter-spacing: normal;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma-post-inner .sigma-post-meta-footer {
padding: 0;
margin: 20px 0 10px;
display: flex;
align-items: center;
list-style: none;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma-post-inner .sigma-post-meta-footer li span {
font-weight: 600;
color: #000;
text-transform: capitalize;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma-post-inner .entry-content{
margin-top: 0;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma-post-inner .sigma-post-meta-footer li {
position: relative;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma-post-inner .sigma-post-meta-footer li + li:before {
content: "";
position: absolute;
left: -15px;
top: 8px;
width: 8px;
height: 8px;
border-radius: 50%;
border: 1px solid #777;
background-color: transparent;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma-post-inner .sigma-post-meta-footer li + li {
margin-left: 30px;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma_post-thumb:hover img {
transform: scale(1.2);
transition: .3s;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma_post-thumb{
position: relative;
display: block;
overflow: hidden;
}
.sigma-post-style-10 .sigma-post-wrapper .sigma_post-thumb img{
width: 100%;
transition: .3s;
} .widget-area.sidebar .widget.widget_sigma_social_share .social-icons li {
display: inline-block;
margin-right: 10px;
padding-bottom: 0;
margin-bottom: 0;
}
.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li:after {
display: none;
}
.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li>a {
height: 40px;
width: 40px;
line-height: 40px;
font-size: 14px;
color: #777;
background-color: #efefef;
text-align: center;
display: block;
}
.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li>a:hover {
background-color: #d6a77b;
color: #fff;
}
.sigma-post-wrapper .sigma-post-inner .alignwide figure {
margin: 10px 0 30px;
}
.sigma-post-wrapper .sigma-post-inner .line {
width: 100%;
height: 1px;
background-color: #efefef;
margin-top: 45px;
margin-bottom: 45px;
}
.sigma-post-wrapper .sigma_post_tags {
flex-direction: column;
}
.sigma-post-wrapper .sigma_post_tags h5 {
font-size: 16px;
text-transform: none;
font-family: "Rubik", sans-serif;
margin-bottom: 25px;
}
.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list {
padding: 0;
}
.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list i {
display: none;
}
.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a {
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
font-size: 14px;
padding: 10px 20px;
background-color: #efefef;
color: #777;
}
.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a:hover {
background-color: #d6a77b;
color: #fff;
}
.sigma-post-wrapper footer li.social-share-icon:not(:last-child) {
margin-bottom: 0;
}
.sigma-post-details .sigma-post-wrapper .sigma_post-thumbnail {
margin-bottom: 25px;
} .post-details-style-2 .sigma-post-wrapper .sigma_post_categories .categories-list a {
background: none;
color: #d6a77b;
padding: 0;
font-size: 13px;
margin: 0 3px 3px 0;
font-weight: 500;
text-transform: uppercase;
}
.post-details-style-2 .sigma-post-wrapper .sigma_post_categories .categories-list a:hover {
background: none;
}
.post-details-style-2 .sigma-post-wrapper .sigma_post_categories .categories-list a:not(:last-child):after {
content: ',';
padding-left: 5px;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span {
color: #1c1c1c;
font-weight: 600;
font-size: 13px;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span i {
color: #d6a77b;
font-weight: 400;
margin-right: 5px;
}
.post-details-style-2 .sigma-post-wrapper blockquote {
background: none;
padding: 0;
font-size: 14px;
color: #1c1c1c;
margin: 20px 0;
}
.post-details-style-2 .sigma-post-wrapper blockquote p {
font-weight: 400;
color: #1c1c1d;
line-height: 1.4;
}
.post-details-style-2 .sigma-post-wrapper blockquote cite {
position: relative;
font-weight: 600;
text-transform: uppercase;
color: #777;
display: block;
margin: 10px 0 0;
font-style: normal;
}
.post-details-style-2 .sigma-post-wrapper blockquote::before {
position: relative;
font-size: 150px;
content: "\f104";
color: #1c1c1c;
font-family: flaticon;
font-weight: 400;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
opacity: 1;
text-rendering: auto;
line-height: 1;
right: 0;
top: 0;
}
.post-details-style-2 .sigma-post-wrapper .entry-content ul.blog-list li:before {
font-weight: 400;
font-size: 20px;
min-width: 40px;
color: #d6a77b;
left: 0;
}
.post-details-style-2 .sigma-post-wrapper .entry-content ul.blog-list li{
padding-left: 40px;
}
.post-details-style-2 .sigma-post-wrapper .entry-content ul.blog-list li {
font-size: 14px;
color: #1c1c1d;
}
.post-details-style-2 .sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a,
.widget-area.sidebar.style-2 .widget_tag_cloud a {
display: inline-block;
font-size: 12px;
padding: 6px 12px;
color: #1c1c1c;
text-transform: uppercase;
-webkit-transition: .3s;
-o-transition: .3s;
border: 1px solid #efefef;
transition: .3s;
background-color: #fff;
margin: 0 6px 6px 0;
border-radius: 0;
}
.post-details-style-2 .sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a:hover,
.widget-area.sidebar.style-2 .widget_tag_cloud a:hover {
background: #d6a77b;
border-color: #d6a77b;
color: #fff;
}
.post-details-style-2 .sigma-post-wrapper footer ul.social-share-icons a.icon-link {
background: none;
border: 1px solid #efefef;
border-radius: 50%;
line-height: 40px;
padding: 0;
}
.post-details-style-2 .sigma-post-wrapper .sigma-post-inner footer.entry-footer ul li.social-share-icon {
width: 40px;
height: 40px;
overflow: visible;
}
.post-details-box.style-2 .comment-respond .comment-form {
padding: 0;
background: none;
}
.post-details-style-2 .sigma-post-wrapper .sigma_post_tags h5,
.post-details-style-2 .sigma-post-wrapper footer.entry-footer .social-icon-share h5,
.post-details-box.style-2 .comment-respond p.comment-form-comment .icon,
.post-details-box.style-2 .comment-respond .sigma-comment-form-input-wrapper>p .icon {
display: none;
}
.post-details-box.style-2 {
padding: 0;
background: transparent;
}
.post-details-box.style-2 .comment-respond p.comment-form-comment textarea,
.post-details-box.style-2 .comment-respond .sigma-comment-form-input-wrapper>p input {
padding: 8px 15px;
border: 1px solid #efefef;
}
.post-details-box.style-2 .comment-respond .comment-form p.form-submit .submit {
font-size: 14px;
font-weight: 600;
letter-spacing: normal;
padding: 15px 30px;
}
.post-details-box.style-2 .comment-respond .comment-form p.form-submit .submit i {
display: none;
}
.post-details-box.style-2 .comment-respond .comment-form p.form-submit .submit:after {
content: "\f067";
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
margin-left: 10px;
}
.post-details-box.style-2 .comment-list>li.comment .comment-body {
display: flex;
align-items: flex-start;
margin-bottom: 30px;
}
.post-details-box.style-2 .comment-list>li.comment {
margin-bottom: 0;
}
.post-details-box.style-2 .comment-list .comment-avatar {
margin-right: 20px;
}
.post-details-box.style-2 .comment-list .comment-avatar img {
border-radius: 50%;
}
.post-details-box.style-2 .comment-content {
position: relative;
flex: 1;
}
.post-details-box.style-2 .comment-list span.comment-author {
font-weight: 700;
letter-spacing: normal;
}
.post-details-box.style-2 .comment-list span.comment-date a {
display: inline-block;
font-size: 13px;
line-height: 21px;
color: #777;
font-weight: 400;
}
.post-details-box.style-2 .comment-list span.comment-date {
margin-bottom: 15px;
}
.post-details-box.style-2 .comment-list .reply {
position: relative;
top: 0;
margin-top: 20px;
margin-left: 20px;
}
.post-details-box.style-2 .comment-list a.comment-reply-link{
position: relative;
}
.post-details-box.style-2 .comment-list .reply .comment-reply-link:before {
content: '';
position: absolute;
top: 50%;
left: -20px;
width: 40px;
height: 40px;
background-color: #f7f7f7;
transform: translateY(-50%);
z-index: -1;
border-radius: 50%;
transition: .3s;
}
.post-details-box.style-2 .comment-list .reply .comment-reply-link:after {
margin-right: 5px;
font-family: "Font Awesome 5 Pro";
font-weight: 400;
content: "\f3e5";
display: inline-block;
transition: 0.3s;
margin-left: 8px;
}
.post-details-box.style-2 .comment-list .reply .comment-reply-link:hover:before {
width: 100%;
border-radius: 0;
}
.post-details-box.style-2 .comment-list .reply .comment-reply-link:hover:after {
transform: translateX(5px);
}
.post-details-box.style-2 .comment-list span.comment-date:before {
content: "\f017";
font-family: 'Font Awesome 5 Pro';
}
.post-pagination.style-2 {
margin: 10px 0 50px;
}
.post-pagination.style-2 .nav-links .page-numbers {
border: 0;
padding: 0;
background: none;
height: auto;
color: #777;
}
.post-pagination.style-2 .nav-links .page-numbers.current {
color: #1c1c1c;
}
.post-pagination.style-2 .nav-links .page-numbers:not(.current):hover {
color: #d6a77b;
}
.post-details-box.style-2 .navigation-dots {
display: none;
}
.post-details-box.style-2 .post-author-box {
background: none;
border: 1px solid #efefef;
}
.widget-area.sidebar.style-2 .widget {
padding: 0;
}
.widget-area.sidebar.style-2 .widget + .widget {
margin-top: 50px;
}
.widget-area.sidebar.style-2 .widget .widget-title {
position: relative;
padding-left: 45px;
margin-bottom: 30px;
font-size: 22px;
}
.widget-area.sidebar.style-2 .widget .widget-title:after {
content: '';
width: 15px;
height: 3px;
border-radius: 4px;
background-color: #d6a77b;
display: block;
position: absolute;
top: 9px;
left: 15px;
}
.widget-area.sidebar.style-2 .widget .widget-title:before {
content: '';
width: 30px;
height: 3px;
border-radius: 4px;
background-color: #d6a77b;
display: block;
position: absolute;
top: 17px;
left: 0;
}
.widget-area.sidebar.style-2 .widget.widget_sigma_recent_entries .sigma-post-image,
.widget-area.sidebar.style-3 .widget.widget_sigma_recent_entries .sigma-post-image {
position: relative;
display: block;
overflow: hidden;
margin-right: 20px;
width: 75px;
padding: 10px;
box-shadow: 0 3px 24px rgba(0,0,0,0.04);
border-radius: 0;
}
.widget-area.sidebar.style-2 .widget.widget_sigma_recent_entries .sigma-post-image img,
.widget-area.sidebar.style-3 .widget.widget_sigma_recent_entries .sigma-post-image img{
border-radius: 0;
}
.widget-area.sidebar.style-2 .widget.widget_sigma_recent_entries .sigma-post-content a,
.widget-area.sidebar.style-3 .widget.widget_sigma_recent_entries .sigma-post-content a {
font-size: 14px;
font-weight: 700;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
max-height: 54px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
background: none;
padding: 0;
height: auto;
}
.widget-area.sidebar.style-2 .widget.widget_sigma_recent_entries .sigma-post-content,
.widget-area.sidebar.style-3 .widget.widget_sigma_recent_entries .sigma-post-content {
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
align-items: flex-start;
}
.widget-area.sidebar.style-2 .widget.widget_sigma_recent_entries .sigma-post-content .sigma-post-date,
.widget-area.sidebar.style-3 .widget.widget_sigma_recent_entries .sigma-post-content .sigma-post-date {
width: auto;
color: #777;
font-size: 13px;
font-weight: 600;
margin-bottom: 5px;
display: block;
margin-top: 0;
position: relative;
background: none;
padding: 0;
height: auto;
line-height: 1.8;
}
.widget-area.sidebar.style-2 .widget.widget_sigma_recent_entries .sigma-post-content .sigma-post-date i,
.widget-area.sidebar.style-3 .widget.widget_sigma_recent_entries .sigma-post-content .sigma-post-date i {
color: #d6a77b;
}
.widget-area.sidebar.style-2 .widget.widget_pages ul li > a::before,
.widget-area.sidebar.style-2 .widget.widget_nav_menu ul li > a::before,
.widget-area.sidebar.style-2 .widget.widget_categories ul li>a:before,
.widget-area.sidebar.style-2 .widget.widget_meta ul li>a:before,
.widget-area.sidebar.style-2 .widget.widget_recent_entries ul li:before,
.widget-area.sidebar.style-2 .widget.widget_recent_comments ul li:before,
.widget-area.sidebar.style-2 .widget.widget_archive ul li a:before,
.widget-area.sidebar.style-2 ul.wp-block-archives li>a:before{
display: none;
}
.widget-area.sidebar.style-2 .widget.widget_sigma_recent_entries li {
margin-bottom: 20px;
padding-bottom: 20px;
}
.widget-area.sidebar.style-2 .widget.widget_categories ul li a,
.widget-area.sidebar.style-2 .widget ul li a,
.widget-area.sidebar.style-3 .widget.widget_categories ul li a,
.widget-area.sidebar.style-3 .widget ul li a {
font-size: 14px;
padding-left: 15px;
height: 55px;
background-color: #f7f7f7;
display: block;
position: relative;
line-height: 55px;
color: #777;
font-weight: 600;
}
.widget-area.sidebar.style-2 .widget.widget_categories ul li a + span,
.widget-area.sidebar.style-2 .widget ul li a + span,
.widget-area.sidebar.style-3 .widget.widget_categories ul li a + span,
.widget-area.sidebar.style-3 .widget ul li a + span  {
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 55px;
line-height: 50px;
font-weight: 600;
font-size: 14px;
text-align: center;
background-color: #d6a77b;
color: #fff;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
display: flex;
justify-content: center;
align-items: center;
}
.widget-area.sidebar.style-2 .widget.widget_categories ul li a:hover,
.widget-area.sidebar.style-2 .widget ul li a:hover,
.widget-area.sidebar.style-3 .widget.widget_categories ul li a:hover,
.widget-area.sidebar.style-3 .widget ul li a:hover {
background: #d6a77b;
color: #fff;
}
.widget-area.sidebar.style-2 .widget.widget_categories ul li a:hover + span,
.widget-area.sidebar.style-2 .widget ul li a:hover + span,
.widget-area.sidebar.style-3 .widget.widget_categories ul li a:hover + span,
.widget-area.sidebar.style-3 .widget ul li a:hover + span {
background: #fff1e5;
color: #d6a77b;
}
.widget-area.sidebar.style-2 .widget.widget_recent_comments ul li a,
.widget-area.sidebar.style-2 .widget.widget_rss ul li a,
.widget-area.sidebar.style-3 .widget.widget_recent_comments ul li a,
.widget-area.sidebar.style-3 .widget.widget_rss ul li a {
height: auto;
line-height: normal;
background: none;
padding-left: 0;
}
.widget-area.sidebar.style-3 .widget.widget_recent_comments ul li a:hover {
background: none;
color: #d6a77b;
}
.widget-area.sidebar.style-2 .widget.widget_rss ul li span.rss-date,
.widget-area.sidebar.style-3 .widget.widget_rss ul li span.rss-date {
position: relative;
height: auto;
color: #777;
width: auto;
display: block;
text-align: left;
background: none;
padding: 0;
font-style: italic;
line-height: 1.8;
font-weight: 400;
}
.widget-area.sidebar.style-2 .widget.widget_recent_comments ul li a:hover,
.widget-area.sidebar.style-2 .widget.widget_rss ul li a:hover,
.widget-area.sidebar.style-3 .widget.widget_recent_comments ul li a:hover,
.widget-area.sidebar.style-3 .widget.widget_rss ul li a:hover {
color: #d6a77b;
}
.widget-area.sidebar.style-3 .widget.widget_rss ul li a:hover{
background: none;
}
.widget-area.sidebar.style-2 .widget .social-icons li a,
.widget-area.sidebar.style-3 .widget .social-icons li a {
border-radius: 50%;
padding-left: 0;
}
.widget-area.sidebar.style-2 .widget.widget_recent_portfolio ul li .sigma-portfolio-content,
.widget-area.sidebar.style-2 .widget.widget_recent_services ul li .sigma-services-content,
.widget-area.sidebar.style-3 .widget.widget_recent_portfolio ul li .sigma-portfolio-content,
.widget-area.sidebar.style-3 .widget.widget_recent_services ul li .sigma-services-content {
padding-top: 0;
}
.widget-area.sidebar.style-2 .widget.widget_recent_portfolio ul li a,
.widget-area.sidebar.style-2 .widget.widget_recent_services ul li a,
.widget-area.sidebar.style-3 .widget.widget_recent_portfolio ul li a,
.widget-area.sidebar.style-3 .widget.widget_recent_services ul li a {
padding: 15px;
background-color: #f7f7f7;
color: #777;
height: 55px;
font-weight: 600;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.widget-area.sidebar.style-2 .widget.widget_recent_portfolio ul li a:after,
.widget-area.sidebar.style-2 .widget.widget_recent_services ul li a:after,
.widget-area.sidebar.style-3 .widget.widget_recent_portfolio ul li a:after,
.widget-area.sidebar.style-3 .widget.widget_recent_services ul li a:after  {
content: "\f067";
background-color: #d6a77b;
color: #fff;
font-size: 13px;
transition: .3s;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
width: 50px;
font-weight: 500;
border-radius: 0;
font-family: 'Font Awesome 5 Pro';
}
.widget-area.sidebar.style-2 .widget.widget_recent_portfolio ul li a:hover,
.widget-area.sidebar.style-2 .widget.widget_recent_services ul li a:hover,
.widget-area.sidebar.style-3 .widget.widget_recent_portfolio ul li a:hover,
.widget-area.sidebar.style-3 .widget.widget_recent_services ul li a:hover {
background: #d6a77b;
color: #fff;
}
.widget-area.sidebar.style-2 .widget.widget_recent_portfolio ul li a:hover:after,
.widget-area.sidebar.style-2 .widget.widget_recent_services ul li a:hover:after,
.widget-area.sidebar.style-3 .widget.widget_recent_portfolio ul li a:hover:after,
.widget-area.sidebar.style-3 .widget.widget_recent_services ul li a:hover:after {
background: #fff1e5;
color: #d6a77b;
}
.widget-about-author-content {
text-align: center;
padding: 30px;
background: #f7f7f7;
}
.widget-about-author-content h5 {
font-size: 22px;
margin-bottom: 10px;
}
.widget-about-author-content p {
margin-bottom: 0;
}
.widget-about-author-bg img {
width: 100%;
}
.widget-area.sidebar .widget-about-author-inner .social-icon {
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
}
.widget-area.sidebar .widget-about-author-inner .social-icon li {
margin-bottom: 0;
}
.widget-area.sidebar .widget-about-author-inner .social-icon li a {
color: #777;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 1px solid #efefef;
}
.widget-area.sidebar .widget-about-author-inner .social-icon li + li {
margin-left: 10px;
}
.sidebar-cta{
position: relative;
}
.sidebar-cta img {
width: 100%;
}
.sidebar-cta .cta-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #1c1c1c;
min-width: 80%;
text-transform: uppercase;
font-weight: 600;
background-color: #fff;
padding: 20px;
text-align: center;
font-size: 24px;
z-index: 1;
line-height: 1.4;
}
.sidebar-cta .cta-content:before {
content: '';
position: absolute;
top: -10px;
left: -10px;
width: calc(100% + 20px);
height: calc(100% + 20px);
background-color: rgba(255,255,255,.4);
z-index: -1;
}
.sidebar-cta .cta-content h5 {
font-size: 14px;
display: block;
text-transform: none;
}
.sidebar-cta .cta-content h3 {
font-size: 24px;
}
.widget-area.sidebar.style-2 .widget.widget_search {
padding: 30px;
background: #efefef;
}
.widget-area.sidebar.style-2 .widget.widget_search .search-form input {
background: #fff;
border: 0;
}
.widget-area.sidebar.style-2 .widget.widget_search .search-form button {
background: #fff;
color: #777;
font-weight: 600;
}
.widget-area.sidebar.style-2 .widget.widget_search .search-form button i {
font-weight: 600;
}
.widget-area.sidebar .widget.widget_portfolio_cta {
padding: 30px;
background: #1c1c1c;
}
.widget-area.sidebar .widget.widget_portfolio_cta .widget-title {
color: #fff;
}
@media(max-width: 1200px) {
.sigma-post-wrapper .sigma_post_tags {
display: block;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer {
text-align: left;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
margin-left: 0;
margin-right: 15px;
}
.sigma-post-wrapper footer.entry-footer .social-icon-share {
text-align: left;
margin: 0 0 30px;
}
.post-details-style-2 .sigma-post-wrapper footer.entry-footer .social-icon-share {
margin-bottom: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.sigma-post-wrapper .entry-title {
font-size: 32px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vc_row.counter-big-text:before {
font-size: 200px;
}
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
.sigma-post-wrapper .entry-title {
font-size: 30px;
}
}
@media (max-width: 767px) {
.vc_row.counter-big-text:before {
font-size: 120px;
}
}
@media (max-width: 399px) {
.vc_row.counter-big-text:before {
font-size: 80px;
}
} .sigma_to-top{
position: fixed;
bottom: 40px;
right: 20px;
width: 60px;
height: 60px;
opacity: 0;
visibility: hidden;
display: flex;
align-items: center;
justify-content: center;
background-color: #d6a77b;
color: #fff;
transition: .3s;
cursor: pointer;
z-index: 9;
}
.sigma_to-top.active{
bottom: 20px;
opacity: 1;
visibility: visible;
}
.sigma_to-top.active:hover{
bottom: 25px;
}
.sigma_to-top:hover{
background-color: #b78d65;
}
.sigma_to-top i{
font-size: 20px;
}
.sigma_to-top.bottom-center{
right: 50%;
transform: translateX(50%);
}
.sigma_to-top.bottom-left{
right: auto;
left: 20px;
}
.sigma_to-top.round{
border-radius: 8px;
}
.sigma_to-top.circle{
border-radius: 50%;
} .sigma_preloader{
background-color: #d6a77b;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
transition: .3s;
}
.sigma_preloader.hidden{
opacity: 0;
visibility: hidden;
} .preloader-name{
position: relative;
padding: 10px 0;
}
.preloader-name p{
margin: 0;
line-height: 1;
}
.preloader-name::before{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background-color: #d6a77b;
transition: 1s cubic-bezier(.77,0,.175,1);
transition-delay: .5s;
}
.preloader-name.done::before{
width: 100%;
}
.preloader-name span{
font-size: 52px;
opacity: 0;
transition: .4s;
color: #fff;
font-family: "Poppins", sans-serif;
}
.preloader-name span.appeared{
opacity: 1;
}
.sigma_preloader.hidden .preloader-name span{
visibility: hidden;
opacity: 0;
}
.preloader-name b{
font-weight: 400;
font-style: italic;
font-size: 13px;
opacity: 0;
visibility: hidden;
transition: 1s cubic-bezier(.77,0,.175,1);
}
.preloader-name.done b{
opacity: 1;
visibility: visible;
}
.preloader-name b i{
display: inline-block;
}
.preloader-name.done b i:nth-child(1){
animation-name: boundeDot;
animation-duration: 2s;
animation-iteration-count: infinite;
}
.preloader-name.done b i:nth-child(2){
animation-name: boundeDot;
animation-duration: 2s;
animation-delay: .5s;
animation-iteration-count: infinite;
}
.preloader-name.done b i:nth-child(3){
animation-name: boundeDot;
animation-duration: 2s;
animation-delay: 1s;
animation-iteration-count: infinite;
} .sigma_preloader-default .sigma_preloader-inner{
display: block;
width: 97px;
}
.sigma_preloader-default .sigma_preloader-inner i {
width: 19px;
height: 19px;
display: inline-block;
border-radius: 50%;
background: #fff;
}
.sigma_preloader-default .sigma_preloader-inner i:first-child {
opacity: 0;
-webkit-animation: cssload-loading-ani2 0.58s linear infinite;
animation: cssload-loading-ani2 0.58s linear infinite;
-webkit-transform: translate(-19px);
transform: translate(-19px);
}
.sigma_preloader-default .sigma_preloader-inner i:nth-child(2),
.sigma_preloader-default .sigma_preloader-inner i:nth-child(3) {
-webkit-animation: cssload-loading-ani3 0.58s linear infinite;
animation: cssload-loading-ani3 0.58s linear infinite;
}
.sigma_preloader-default .sigma_preloader-inner i:last-child {
-webkit-animation: cssload-loading-ani1 0.58s linear infinite;
animation: cssload-loading-ani1 0.58s linear infinite;
} .preloader-eclipse-inner div {
position: absolute;
animation: preloader-eclipse 1s linear infinite;
width: 160px;
height: 160px;
top: 20px;
left: 20px;
border-radius: 50%;
box-shadow: 0 4px 0 0 #fff;
transform-origin: 80px 82px;
}
.preloader-eclipse {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
}
.preloader-eclipse-inner {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0; } .preloader-spinner-inner div {
left: 94px;
top: 48px;
position: absolute;
animation: preloader-spinner-inner linear 1s infinite;
background: #fff;
width: 12px;
height: 24px;
border-radius: 6px / 12px;
transform-origin: 6px 52px;
}
.preloader-spinner-inner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -0.9166666666666666s;
}.preloader-spinner-inner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -0.8333333333333334s;
}.preloader-spinner-inner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.75s;
}.preloader-spinner-inner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.6666666666666666s;
}.preloader-spinner-inner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.5833333333333334s;
}.preloader-spinner-inner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.5s;
}.preloader-spinner-inner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.4166666666666667s;
}.preloader-spinner-inner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.3333333333333333s;
}.preloader-spinner-inner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.25s;
}.preloader-spinner-inner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.16666666666666666s;
}.preloader-spinner-inner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.08333333333333333s;
}.preloader-spinner-inner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
.preloader-spinner {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
}
.preloader-spinner-inner {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0;
} .sigma_preloader-diamond svg{
width: 360px;
height: 120px;
} .preloader-ripple-inner div {
position: absolute;
border-width: 4px;
border-style: solid;
opacity: 1;
border-radius: 50%;
animation: preloader-ripple-inner 1s cubic-bezier(0,0.2,0.8,1) infinite;
border-color: #fff;
}
.preloader-ripple-inner div:nth-child(2) {
animation-delay: -0.5s;
}
.preloader-ripple {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
}
.preloader-ripple-inner {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0;
} .preloader-gear-inner > div {
transform-origin: 100px 100px;
animation: preloader-gear-inner 0.2s infinite linear;
}
.preloader-gear-inner > div div {
position: absolute;
width: 22px;
height: 152px;
background: #fff;
left: 100px;
top: 100px;
transform: translate(-50%,-50%);
}
.preloader-gear-inner > div div:nth-child(1) {
width: 120px;
height: 120px;
border-radius: 50%;
}
.preloader-gear-inner > div div:nth-child(6) {
width: 80px;
height: 80px;
background: #d6a77b;
border-radius: 50%;
}
.preloader-gear-inner > div div:nth-child(3) {
transform: translate(-50%,-50%) rotate(45deg)
}.preloader-gear-inner > div div:nth-child(4) {
transform: translate(-50%,-50%) rotate(90deg)
}.preloader-gear-inner > div div:nth-child(5) {
transform: translate(-50%,-50%) rotate(135deg)
}
.preloader-gear {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
}
.preloader-gear-inner {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0;
} .preloader-pulse-inner div {
position: absolute;
width: 30px;
background-color: #fff;
}
.preloader-pulse-inner div:nth-child(1) {
left: 35px;
animation: preloader-pulse-inner-1 1s cubic-bezier(0,0.5,0.5,1) infinite;
animation-delay: -0.2s
}
.preloader-pulse-inner div:nth-child(2) {
left: 85px;
animation: preloader-pulse-inner-2 1s cubic-bezier(0,0.5,0.5,1) infinite;
animation-delay: -0.1s
}
.preloader-pulse-inner div:nth-child(3) {
left: 135px;
animation: preloader-pulse-inner-3 1s cubic-bezier(0,0.5,0.5,1) infinite;
animation-delay: undefineds
}
.preloader-pulse {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
}
.preloader-pulse-inner {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0;
} .preloader-squares-inner div {
position: absolute;
width: 80px;
height: 80px;
top: 13.333333333333336px;
left: 13.333333333333336px;
background: #fff;
animation: preloader-squares-inner 1s cubic-bezier(0,0.5,0.5,1) infinite;
animation-delay: -0.3s;
}
.preloader-squares-inner div:nth-child(2) {
top: 13.333333333333336px;
left: 106.66666666666666px;
animation-delay: -0.2s;
}
.preloader-squares-inner div:nth-child(3) {
top: 106.66666666666666px;
left: 13.333333333333336px;
animation-delay: 0s;
}
.preloader-squares-inner div:nth-child(4) {
top: 106.66666666666666px;
left: 106.66666666666666px;
animation-delay: -0.1s;
}
.preloader-squares {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
}
.preloader-squares-inner {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0;
} .preloader-dual-inner div {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
top: 60px;
left: 20px;
background: #fff;
}
.preloader-dual-inner div:nth-child(1) {
animation: preloader-dual-inner 1s linear infinite;
animation-delay: -0.5s;
}
.preloader-dual-inner div:nth-child(2) {
animation: preloader-dual-inner 1s linear infinite;
animation-delay: 0s;
}
.preloader-dual-inner div:nth-child(3) {
animation: preloader-dual-inner-o 1s linear infinite;
animation-delay: -0.5s;
}
.preloader-dual {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
}
.preloader-dual-inner {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0;
}