@-webkit-keyframes moveUp {
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes moveUp {
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes spin-rotate-left {
to {
transform: rotate(30deg);
}
from {
transform: rotate(175deg);
}
}
@-webkit-keyframes spin-rotate-left {
to {
transform: rotate(30deg);
}
from {
transform: rotate(175deg);
}
}
@keyframes spin-rotate-right {
from {
transform: rotate(-175deg);
}
to {
transform: rotate(-30deg);
}
}
@-webkit-keyframes spin-rotate-right {
from {
transform: rotate(-175deg);
}
to {
transform: rotate(-30deg);
}
}
@keyframes spin-rotate-all {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
@-webkit-keyframes spin-rotate-all {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
@keyframes spin-fade-in-first {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes spin-fade-in-first {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes spin-fade-in-second {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes spin-fade-in-second {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes markerWave {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.8;
}
20% {
opacity: 0.8;
}
100% {
-webkit-transform: scale(5.5);
transform: scale(5.5);
opacity: 0;
}
}
@keyframes markerWave {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.8;
}
20% {
opacity: 0.8;
}
100% {
-webkit-transform: scale(5.5);
transform: scale(5.5);
opacity: 0;
}
}
@-webkit-keyframes sk-rotate {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes sk-rotate {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes sk-bounce {
0%, 100% {
-webkit-transform: scale(0);
}
50% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bounce {
0%, 100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
@-moz-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-ms-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-webkit-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-webkit-keyframes squares {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-webkit-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-webkit-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}
@-moz-keyframes squares {
0% {
-moz-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-moz-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-moz-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}
@-o-keyframes squares {
0% {
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-o-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-o-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}
@keyframes squares { 0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-webkit-transform: scale(1.24);
-moz-transform: scale(1.24);
-o-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-webkit-transform: scale(2.1);
-moz-transform: scale(2.1);
-o-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}
@keyframes nudge { 0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(30px, 0);
}
80% {
transform: translate(-30px, 0);
}
}
@keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce-1 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-50px);
}
100% {
transform: translateY(0);
}
}
@keyframes bounce-2 { 0% {
transform: translateY(0);
}
50% {
transform: translateY(-30px);
}
100% {
transform: translateY(0);
}
}
@keyframes mymove {
0% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
@keyframes pulse-border {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(2);
opacity: 0;
}
}
@keyframes icon-bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
60% {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%);
}
50% {
opacity: 0;
-moz-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes cms-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes cms-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%);
}
50% {
opacity: 0;
-moz-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toBottomFromTop {
49% {
-moz-transform: translateY(100%);
}
50% {
opacity: 0;
-moz-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom { 49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spinAround {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@keyframes spinAround { from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes shakeThatBooty {
33% {
-webkit-transform: rotateZ(30deg);
-khtml-transform: rotateZ(30deg);
-moz-transform: rotateZ(30deg);
-ms-transform: rotateZ(30deg);
-o-transform: rotateZ(30deg);
transform: rotateZ(30deg);
}
67% {
-webkit-transform: rotateZ(-30deg);
-khtml-transform: rotateZ(-30deg);
-moz-transform: rotateZ(-30deg);
-ms-transform: rotateZ(-30deg);
-o-transform: rotateZ(-30deg);
transform: rotateZ(-30deg);
}
100% {
-webkit-transform: rotateZ(30deg);
-khtml-transform: rotateZ(30deg);
-moz-transform: rotateZ(30deg);
-ms-transform: rotateZ(30deg);
-o-transform: rotateZ(30deg);
transform: rotateZ(30deg);
}
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
@keyframes animationFramesOne {
0% {
transform: translateX(0px);
}
25% {
transform: translateX(-40px);
}
50% {
transform: translateX(0px);
}
75% {
transform: translateX(40px);
}
100% {
transform: translateX(0px);
}
}
@keyframes animationFramesTwo {
0% {
transform: translateX(0px);
}
25% {
transform: translateX(40px);
}
50% {
transform: translateX(0px);
}
75% {
transform: translateX(-40px);
}
100% {
transform: translateX(0px);
}
}
@keyframes animationFramesThree {
0% {
transform: translate(0px, 0px);
}
20% {
transform: translate(40px, -5px);
}
40% {
transform: translate(60px, 40px);
}
60% {
transform: translate(40px, 60px);
}
80% {
transform: translate(-40px, 60px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes animationFramesFour {
0% {
transform: translate(0px, 0px);
}
20% {
transform: translate(-30px, 40px);
}
40% {
transform: translate(60px, 60px);
}
60% {
transform: translate(80px, 40px);
}
80% {
transform: translate(40px, -70px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes animationFramesFive {
0% {
transform: translateY(0px);
}
25% {
transform: translateY(-40px);
}
50% {
transform: translateY(0px);
}
75% {
transform: translateY(40px);
}
100% {
transform: translateY(0px);
}
}
html {
box-sizing: border-box;
}
a {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
color: #ff4c01;
}
a.text-link {
border-bottom: 2px solid #005ba1;
padding-bottom: 2px;
color: #005ba1;
}
a.text-link:hover {
border-color: transparent;
}
a, a:hover, a:focus, a:before, a:after {
outline: none;
text-decoration: none;
}
a:hover, a:focus {
color: #005ba1;
}
*, *:before, *:after {
box-sizing: inherit;
}
p {
margin-bottom: 15px;
}
body {
background-color: #fff;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
background-size: cover;
font-size: 16px;
line-height: 1.5;
color: #222;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
font-weight: normal;
letter-spacing: 0;
font-family: 'Mulish', sans-serif;
font-weight: 500;
position: relative;
}
body.body-default-font {
font-family: 'Mulish', sans-serif;
}
body:before {
position: absolute;
content: "";
display: block;
height: 100%;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
.site {
position: relative;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #000;
clear: both;
line-height: 1.5;
margin: 0 0 15px;
font-weight: 500;
font-family: 'Roboto Slab', serif;
}
h1, .h1 {
font-size: 52px;
}
h2, .h2 {
font-size: 40px;
}
h3, .h3 {
font-size: 38px;
}
h4, .h4 {
font-size: 32px;
}
h5, .h5 {
font-size: 26px;
}
h6, .h6 {
font-size: 18px;
}
img {
width: auto;
max-width: 100%;
height: auto;
}
label {
margin-bottom: 0;
}
table {
border-bottom: 1px solid #ededed;
border-left: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
margin: 0 0 32px;
width: 100%;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
table th {
color: #282828;
}
caption, td {
font-weight: normal;
text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
padding: 13px 8px;
}
th {
font-weight: 600;
border-top: 1px solid #ededed;
padding: 10px;
border-right: 1px solid #ededed;
}
td {
border-top: 1px solid #ededed;
padding: 10px;
border-right: 1px solid #ededed; }
dl {
margin: 0 0 0 25px;
}
dl dt {
font-weight: normal;
line-height: 26px;
text-transform: uppercase;
font-weight: 700;
color: #000;
}
dl dd {
line-height: normal;
margin-bottom: 20px;
}
dl dd a {
color: #000;
}
dl dd a:hover {
color: #005ba1;
}
code, kbd {
background-color: transparent;
border-radius: 4px;
color: inherit;
font-size: 100%;
padding: 2px 4px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
ins {
color: #fff;
border: none;
padding: 2px;
text-decoration: none;
background-color: #005ba1;
}
pre {
background: #f5f5f5;
color: #666;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre-wrap;
word-wrap: break-word;
}
ol {
list-style: outside none decimal;
}
ul {
padding: 0;
margin: 0 0 15px;
}
ul li {
list-style-position: inside;
}
dl + h2 + ul {
padding-left: 35px;
}
dl + h2 + ul ul {
padding-left: 35px;
}
dl + h2 + ul ul li {
list-style: outside;
}
blockquote {
padding: 25px 35px;
border-left: 5px solid #005ba1;
margin-bottom: 20px;
font-size: 18px;
font-weight: bold;
color: #000;
letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
blockquote {
padding: 22px 30px 22px 70px;
position: relative;
}
blockquote:before {
text-align: center;
font-style: normal;
font-family: "Font Awesome 5 Pro";
content: "\f10d";
font-size: 25px;
color: #fff;
background-color: #005ba1;
display: block;
position: absolute;
top: 50%;
left: 0px;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 45px;
height: 50px;
line-height: 50px;
}
}
@media screen and (max-width: 767px) {
blockquote {
padding: 25px 15px;
}
}
blockquote p {
font-size: 18px;
color: #000;
margin-bottom: 0 !important;
}
blockquote cite {
display: block;
font-weight: inherit;
font-size: 16px;
color: #005ba1;
margin-top: 15px;
font-style: normal;
}
.post-password-form label {
display: block;
max-width: 60%;
}
.post-password-form input {
margin: 10px 0;
}
@media screen and (max-width: 767px) {
.post-password-form label {
max-width: 60%;
}
}
.wp-block-button {
margin-bottom: 30px;
}
.entry-body .entry-content .wp-block-cover-text {
color: rgba(255, 255, 255, 0.87);
padding-left: 30px;
padding-right: 30px;
font-size: 24px;
line-height: 1.25;
}
body .wp-block-gallery {
display: flex;
margin-bottom: 25px;
}
body .wp-block-gallery .blocks-gallery-caption {
font-size: 15px;
}
#tslOverlay {
background-color: transparent !important;
}
#elementor-panel-get-pro-elements {
display: none !important;
}
.elementor-icons-manager__tab__item {
height: 80px !important;
}
.bg-before-overlay {
position: relative;
}
.bg-before-overlay:before {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
bottom: 0;
content: "";
height: 85%;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
#demo-option .fa {
font-family: "FontAwesome";
}
.el-inline {
display: inline-block;
width: auto !important;
}
.ct-arrow-right.fac-arrow-right {
height: 20px;
width: 20px;
line-height: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
background-color: #fff;
color: #005ba1;
font-size: 12px;
position: relative;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
text-align: center;
position: relative;
top: -1px;
}
.btn:hover .ct-arrow-right.fac-arrow-right, .btn:focus .ct-arrow-right.fac-arrow-right {
color: #000;
}
.btn.btn-secondary:hover .ct-arrow-right.fac-arrow-right, .btn.btn-secondary:focus .ct-arrow-right.fac-arrow-right {
color: #005ba1;
}
.text-block {
font-size: 15px;
line-height: 23px;
}
.z-index1 {
z-index: 1;
}
.z-index2 {
z-index: 2;
}
.z-index3 {
z-index: 3;
}
.d-table {
display: table;
}
.d-table-cell {
display: table-cell;
vertical-align: middle;
}
.br-1px {
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
.br-2px {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.br-3px {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.br-4px {
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.br-5px {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.br-6px {
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
.br-7px {
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
}
.br-8px {
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
}
.br-9px {
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
-moz-border-radius: 9px;
-ms-border-radius: 9px;
-o-border-radius: 9px;
border-radius: 9px;
}
.br-10px {
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.z-index0 {
z-index: 0;
position: relative;
}
#content[tabindex="-1"]:focus {
outline: 0;
}
.bg-primary {
background-color: #005ba1 !important;
}
.bullet-row:after {
content: "";
bottom: -50px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
display: block;
border-top: 25px solid #005ba1;
border-bottom: 25px solid transparent;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
}
.bg-secondary {
background-color: #000;
}
.bg-regular {
background-color: #222;
}
.inline-block {
display: inline-block;
vertical-align: middle;
}
.margin-bottom-0 p {
margin-bottom: 0;
}
.margin-bottom-0 p cite {
color: #005ba1;
font-style: normal;
}
.text-right, .align-right {
text-align: right;
}
.text-left, .align-left {
text-align: left;
}
.text-center, .align-center {
text-align: center;
}
.align-justified {
width: 100%;
}
@media screen and (min-width: 992px) {
.bg-ss-before {
position: relative;
}
.bg-ss-before:before {
content: "";
display: block;
position: absolute;
background-color: #f8f8f8;
width: 100%;
right: 50%;
height: 100%;
}
}
@media screen and (min-width: 992px) {
.text-left-lg {
text-align: left !important;
}
.text-right-lg {
text-align: right !important;
}
}
@media screen and (max-width: 1199px) {
.align-center-md {
text-align: center;
}
.align-left-md {
text-align: left;
}
.align-right-md {
text-align: right;
}
.align-justified-md {
width: 100%;
}
}
@media screen and (max-width: 991px) {
.text-center-md {
text-align: center !important;
}
.text-left-md {
text-align: left !important;
}
.text-right-md {
text-align: right !important;
}
.align-center-sm {
text-align: center;
}
.align-left-sm {
text-align: left;
}
.align-right-sm {
text-align: right;
}
.align-justified-sm {
width: 100%;
}
}
@media screen and (max-width: 767px) { .text-center-sm {
text-align: center !important;
}
.text-left-sm {
text-align: left !important;
}
.text-right-sm {
text-align: right !important;
}
.align-center-xs {
text-align: center;
}
.align-left-xs {
text-align: left;
}
.align-right-xs {
text-align: right;
}
.align-justified-xs {
width: 100%;
}
}
.title-slide2 span {
color: #005ba1;
}
.bg-gradient-custom {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.btn-slider-gradient-custom {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.btn-slider-gradient-custom:hover {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.btn-slider-gradient-custom2:hover {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.icon-slide-custom {
position: relative;
padding-left: 185px !important;
padding-right: 185px !important;
color: #005ba1 !important;
display: inline-block;
}
@media screen and (max-width: 991px) {
.icon-slide-custom {
padding-left: 65px !important;
padding-right: 65px !important;
}
}
.icon-slide-custom:before, .icon-slide-custom:after {
background-color: #005ba1;
height: 1px;
width: 170px;
display: inline-block;
content: "";
position: absolute;
top: 49%;
}
@media screen and (max-width: 991px) {
.icon-slide-custom:before, .icon-slide-custom:after {
width: 60px;
}
}
.icon-slide-custom:before {
left: 0;
}
.icon-slide-custom:after {
right: 0;
}
.icon-slide-custom i, .icon-slide-custom img {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
animation: mymove 5s infinite linear;
}
.icon-rotate { }
.icon-rotate i, .icon-rotate img {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
animation: mymove 5s infinite linear;
}
.tp-bullets.bullet_custom_1.vertical {
position: relative;
}
@media ( max-width: : 1599px ) {
width: 30px !important;
}
@media (min-width: 1600px) {
.tp-bullets.bullet_custom_1.vertical {
width: 105px !important;
}
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
height: 1px;
height: 10px;
background-color: transparent !important;
left: 10px !important;
color: #fff;
position: absolute;
width: 15px;
}
@media (min-width: 1600px) {
.tp-bullets.bullet_custom_1.vertical .tp-bullet {
width: 85px;
}
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:after {
height: 1px;
left: 0;
position: absolute;
top: 5px;
width: 100%;
background-color: #97928f;
content: "";
display: block;
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:before {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
color: inherit;
-webkit-transition: all 300ms ease 0ms;
-khtml-transition: all 300ms ease 0ms;
-moz-transition: all 300ms ease 0ms;
-ms-transition: all 300ms ease 0ms;
-o-transition: all 300ms ease 0ms;
transition: all 300ms ease 0ms;
position: absolute;
top: 50%;
font-size: 18px;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: block;
left: -25px;
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet.selected {
left: 0 !important;
width: 30px !important;
}
@media (min-width: 1600px) {
.tp-bullets.bullet_custom_1.vertical .tp-bullet.selected {
width: 105px !important;
}
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet.selected:before {
color: #005ba1;
font-weight: bold;
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet.selected:after {
top: 4px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
height: 3px !important;
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(1):before {
content: "01";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(2):before {
content: "02";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(3):before {
content: "03";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(4):before {
content: "04";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(5):before {
content: "05";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(6):before {
content: "06";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(7):before {
content: "07";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(8):before {
content: "08";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(9):before {
content: "09";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(10):before {
content: "10";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(11):before {
content: "11";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(12):before {
content: "12";
}
.tp-bullets.bullet_custom_1.vertical .tp-bullet:nth-child(13):before {
content: "13";
}
.tp-bullets.bullet_custom_2 .tp-bullet {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
width: 63px;
height: 10px;
background-color: transparent;
}
.tp-bullets.bullet_custom_2 .tp-bullet:after {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #fff;
height: 2px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: block;
content: "";
left: 0;
width: 100%;
}
@media screen and (max-width: 767px) {
.tp-bullets.bullet_custom_2 .tp-bullet {
width: 30px;
}
}
.tp-bullets.bullet_custom_2 .tp-bullet.selected:after {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
height: 3px;
}
.tp-thumbs { }
.tp-thumbs.erinyen .tp-thumbs-inner-wrapper .tp-thumb {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.tp-thumbs.erinyen .tp-thumbs-inner-wrapper .tp-thumb .tp-thumb-image {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
top: 3% !important;
left: 3% !important;
border: 1px solid #fff !important;
width: 95% !important;
height: 95% !important;
}
.tp-thumbs.erinyen .tp-thumbs-inner-wrapper .tp-thumb.selected .tp-thumb-image {
top: 0 !important;
left: 0 !important;
border: 1px solid #005ba1 !important;
height: 100% !important;
width: 100% !important;
}
@media screen and (min-width: 576px) {
.btn-slide-custum2 {
padding-right: 65px !important;
position: relative;
}
.btn-slide-custum2:after {
position: absolute;
right: 0;
display: block;
content: "";
width: 33px;
height: 1px;
background-color: #fff;
top: 13px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-slide-custum2:hover:after {
background-color: #005ba1;
}
}
.number-slider-custom span {
font-size: 35px !important;
color: #005ba1;
}
.number-slider-custom2 span {
font-size: 65px !important;
color: #005ba1;
}
@media screen and (max-width: 1199px) {
.number-slider-custom2 span {
font-size: 30px !important;
}
}
.btn-hover-white {
overflow: hidden;
position: relative;
cursor: pointer;
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.btn-hover-white span {
position: relative;
z-index: 2;
}
.btn-hover-white:before, .btn-hover-white:after {
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
content: '';
position: absolute;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
.btn-hover-white:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #005ba1;
border: 1px solid #005ba1;
}
.btn-hover-white:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #fff;
-webkit-transform: scale(0.5, 0.5);
-khtml-transform: scale(0.5, 0.5);
-moz-transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-o-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
}
.btn-hover-white:hover {
color: #000 !important;
}
.btn-hover-white:hover:before {
opacity: 0;
-webkit-transform: scale(1.2, 1.2);
-khtml-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
.btn-hover-white:hover:after {
opacity: 1;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.gr-slider-custom .rs-layer img {
border: 1px solid #fff;
}
.attorneys-list-custom ol {
padding-left: 15px;
}
.attorneys-list-custom ol li + li {
margin-top: 10px;
}
.btn-custom-full .elementor-button-wrapper {
background-color: #005ba1;
}
.btn-custom-full a {
display: inline-block;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: inherit;
opacity: 1;
text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: inherit;
opacity: 1;
text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
color: inherit;
opacity: 1;
text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
color: inherit;
opacity: 1;
text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
background-color: #fff;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
border: 1px solid #e7ebef;
color: inherit;
padding: 8px 20px;
line-height: normal;
height: 48px;
font-size: 16px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
width: 100%;
outline: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .nice-select:focus, input[type="text"]:active, input[type="email"]:active, input[type="url"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="number"]:active, input[type="range"]:active, input[type="date"]:active, input[type="month"]:active, input[type="week"]:active, input[type="time"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="color"]:active, textarea:active, select:active, .nice-select:active {
border-color: #005ba1;
}
select {
height: 51px;
}
textarea {
line-height: normal;
padding-top: 18px;
padding-bottom: 14px;
height: 120px;
}
.cms-select form {
position: relative;
background-color: #fff;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.cms-select select {
height: 39px;
line-height: 37px;
font-size: 15px;
background-color: transparent;
position: relative;
z-index: 99;
-webkit-appearance: none;
-khtml-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.cms-select i {
position: absolute;
right: 14px;
top: 50%;
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.wpcf7-form .wpcf7-form-control-wrap {
margin-bottom: 30px;
display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
border-color: #f13c3c;
color: #005ba1;
}
.wpcf7-form .wpcf7-form-control-wrap.your-message {
margin-bottom: 25px;
}
.wpcf7-form .wpcf7-response-output {
border: medium none;
font-style: italic;
padding: 0;
margin: 20px 0 0;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
color: #f13c3c;
}
.wpcf7-form .ajax-loader {
display: none !important;
}
.wpcf7-form .wpcf7-menu {
display: block;
}
.wpcf7-form .wpcf7-menu select {
background-color: transparent;
-webkit-appearance: none;
-khtml-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
padding: 5px;
}
.select2 .select2-selection--single {
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
border: 1px solid #e7e8e9;
height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
padding-left: 15px;
line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
right: 8px;
top: 50%;
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
#ui-datepicker-div {
background-color: #fff;
padding: 22px;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
position: absolute;
top: -9999px;
min-width: 300px;
z-index: 10001 !important;
}
#ui-datepicker-div .ui-datepicker-header {
position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
display: block;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
position: absolute;
top: 0;
padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
content: "\f104";
color: #040e24;
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
color: #005ba1;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
content: "\f105";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
font-weight: 700;
line-height: 30px;
margin-bottom: 10px;
min-height: 40px;
text-align: center;
text-transform: uppercase;
font-size: 16px;
color: #282828;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
#ui-datepicker-div .ui-datepicker-calendar {
margin: 0;
width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar th {
text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
text-align: center;
padding: 6px;
color: rgba(0, 0, 0, 0.6);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
color: rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
color: #005ba1;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
color: #005ba1;
}
form .select2-container--default {
width: 100% !important;
}
form .select2-container--default .select2-selection {
border: 1px solid #e7e8e9;
height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
line-height: 47px;
padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
right: 10px;
top: 50%;
color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
height: 20px;
line-height: 20px;
position: absolute;
right: 30px;
text-align: center;
top: 50%;
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
width: 20px;
color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
border: 1px solid #e7e8e9;
padding-left: 15px;
padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
background-color: #005ba1;
}
.cms-field-checkbox {
position: relative;
padding-left: 27px;
}
.cms-field-checkbox .icon-check {
border: 2px solid #e7ebef;
border-radius: 1px;
display: block;
height: 17px;
width: 17px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 1;
}
.cms-field-checkbox .icon-check:before {
content: '';
height: 7px;
width: 7px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #005ba1;
position: absolute;
top: 3px;
left: 3px;
opacity: 0;
}
.cms-field-checkbox label {
font-size: 14px;
}
.cms-field-checkbox input {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
width: 100%;
opacity: 0;
cursor: pointer;
z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
opacity: 1;
}
.nice-select {
background-color: #fff;
border-color: #ebebeb;
position: relative;
padding-right: 40px;
padding-top: 0;
padding-bottom: 0;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.nice-select:after {
content: "\f107";
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
text-align: center;
color: #9b9b9b;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.nice-select span.current {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 35px;
}
.nice-select .option {
text-overflow: ellipsis;
overflow: hidden;
}
.nice-select.open .list {
padding: 5px;
min-width: 185px;
overflow: auto;
width: 100%;
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled:after {
border-color: #ccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small:after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
max-height: 250px;
overflow: auto;
background-color: #fff;
padding: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
color: #666;
}
.nice-select .list .selected {
color: #666;
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select .option {
cursor: pointer;
line-height: normal;
list-style: none;
outline: none;
padding: 8px 24px;
text-align: left;
-webkit-transition: all 0.2s;
-khtml-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f3f3f4;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
}
.btn, button, .button, input[type="submit"] {
background-color: #005ba1;
font-size: 16px;
color: #fff;
text-transform: capitalize;
padding: 0 20px;
line-height: 45px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
position: relative;
overflow: hidden;
display: inline-block;
text-align: center;
cursor: pointer;
border: none;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
outline: medium none;
text-decoration: none;
color: #fff;
background-color: #000;
}
.cms-button-icon.cms-align-icon-left i {
margin-left: 0;
margin-right: 10px;
}
.btn i {
margin-left: 8px;
line-height: 1;
}
.btn i.fas {
font-family: "Font Awesome 5 Pro";
}
.btn i.space-right {
margin-left: 0;
margin-right: 8px;
}
.btn .cms-align-icon-right {
float: right;
}
.btn .cms-align-icon-right i {
margin-left: 18px;
margin-right: 0px;
}
.btn.btn-gradient {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.btn.btn-gradient:hover {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
}
.btn.btn-gradient2 {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.btn.btn-gradient2:hover {
background-color: #042c79;
background-image: -webkit-gradient(linear, left top, right top, from(#042c79), to(#005ba1));
background-image: -webkit-linear-gradient(left, #042c79, #005ba1);
background-image: -moz-linear-gradient(left, #042c79, #005ba1);
background-image: -ms-linear-gradient(left, #042c79, #005ba1);
background-image: -o-linear-gradient(left, #042c79, #005ba1);
background-image: linear-gradient(left, #042c79, #005ba1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#042c79', endColorStr='#005ba1', gradientType='1');
color: #fff;
}
.btn.btn-outline-primary {
background-color: transparent;
border: 1px solid #005ba1;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.btn.btn-outline-primary:hover {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
}
.btn.btn-default {
z-index: 1;
overflow: hidden;
background-color: #005ba1;
font-size: 16px;
}
.btn.btn-default:hover, .btn.btn-default:focus {
background-color: #005ba1;
}
.btn.btn-default.hover-white:before {
background-color: #fff;
}
.btn.btn-default.hover-white:hover, .btn.btn-default.hover-white:focus {
color: #000;
}
.btn.btn-secondary {
background-color: #000;
z-index: 1;
overflow: hidden;
}
.btn.btn-secondary:before {
content: "";
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
width: -webkit-calc(100% + 4px);
height: calc(100% + 4px);
height: -webkit-calc(100% + 4px);
background-color: #005ba1;
transform-origin: right center;
-webkit-transform-origin: right center;
-webkit-transform: scale(0, 1);
-khtml-transform: scale(0, 1);
-moz-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
-khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
-moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
-ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
-o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
z-index: -1;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
background-color: #000;
}
.btn.btn-secondary:hover:before, .btn.btn-secondary:focus:before {
transform-origin: left center;
-webkit-transform-origin: left center;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.btn.btn-secondary.btn-hover-white:hover {
color: #000;
}
.btn.btn-secondary.btn-hover-white:before {
background-color: #fff;
}
.btn.btn-small {
line-height: 40px;
font-size: 14px;
padding: 0 15px;
}
.btn.btn-text {
padding: 0;
line-height: normal;
background-color: transparent;
border: none;
color: #005ba1;
display: inline-flex;
align-items: center;
}
.btn.btn-text .cms-button-icon {
position: relative;
width: 26px;
height: 26px;
line-height: 22px;
text-align: center;
border-radius: 100%;
border: 2px solid #005ba1;
margin-right: 10px;
overflow: hidden;
}
.btn.btn-text .cms-button-icon i {
font-size: 12px;
color: #fff;
margin: 0;
}
.btn.btn-text .cms-button-icon.cms-align-icon-right {
margin-right: 0;
margin-left: 10px;
}
.btn.btn-text.icon-align-right {
flex-direction: row-reverse;
}
.btn.btn-text:hover .cms-button-icon i {
-o-animation: toRightFromLeft 0.3s forwards;
-ms-animation: toRightFromLeft 0.3s forwards;
-webkit-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
.btn.btn-text.icon-secondary .cms-button-icon i {
color: #000;
}
.btn.btn-text.text-white .cms-button-icon {
border-color: #000;
}
.btn.btn-outline {
background-color: transparent;
border: 2px solid #000;
color: #000;
line-height: 41px;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
background-color: #005ba1;
color: #fff;
border-color: #005ba1;
}
.btn.btn-outline-white {
background-color: transparent;
border: 2px solid #fff;
line-height: 41px;
}
.btn.btn-outline-white.icon-align-right {
text-align: left;
}
.btn.btn-outline-white:hover {
background-color: #fff;
color: #000;
border-color: #fff;
}
.btn.btn-outline-more {
line-height: 41px;
background-color: transparent;
border: 2px solid #0e2b5c;
color: #0e2b5c;
padding: 0 14px;
}
.btn.btn-outline-more i {
margin-left: 10px;
font-size: 14px;
}
.btn.btn-outline-more:hover, .btn.btn-outline-more:focus {
background-color: #0e2b5c;
color: #fff;
}
.btn.btn-white {
background-color: #fff;
color: #000;
}
.btn.btn-white:hover, .btn.btn-white:focus {
background-color: #005ba1;
color: #fff;
}
.btn-align-center {
text-align: center;
}
.btn-align-right {
text-align: right;
}
.btn-group .btn + .btn {
margin-left: 30px;
}
.btn-block {
display: block;
}
.btn-block .btn {
width: 100%;
}
.btn-more {
font-size: 15px;
color: #000;
font-weight: 400;
display: inline-flex;
align-items: center;
}
.btn-more i {
margin-left: 5px;
font-size: 15px;
font-weight: 400;
}
.btn-more:hover {
color: #005ba1;
}
.site-header {
position: relative;
}
.site-header-socials {
margin: 0 15px;
}
.site-header-lang.custom {
margin-right: 12px;
}
@media screen and (max-width: 991px) {
.site-header-lang.custom {
margin-right: 20px;
}
}
.site-header-lang.custom .wpml-ls-item-toggle {
line-height: 32px;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click {
width: inherit;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a {
font-size: 15px;
font-weight: 700;
background-color: transparent;
color: #fff;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a > img, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a > img {
width: 25px;
height: 15px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a:after, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a:after {
color: #fff;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle {
padding: 0 15px 0 0;
border: none;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle:after, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle:after {
content: "\f107";
font-family: "FontAwesome";
font-size: 14px;
margin-left: 7px;
padding: 0;
border: none;
font-weight: normal;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 0;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions span.wpml-ls-native, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions span.wpml-ls-native {
margin-left: 9px;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu {
right: 0;
left: auto;
min-width: 85px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-top: 25px;
background-color: #f9f9f9;
border: none;
padding: 30px 40px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 8px 23px rgba(0, 0, 0, 0.08);
-khtml-box-shadow: 0 8px 23px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 8px 23px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 8px 23px rgba(0, 0, 0, 0.08);
-o-box-shadow: 0 8px 23px rgba(0, 0, 0, 0.08);
box-shadow: 0 8px 23px rgba(0, 0, 0, 0.08);
min-width: 235px;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a {
border: none;
padding: 10px 0;
color: #000;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a:hover, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a:hover {
color: #005ba1;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions.wpml-ls-current-language:hover .wpml-ls-sub-menu, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions.wpml-ls-current-language:hover .wpml-ls-sub-menu {
opacity: 1;
margin-top: 5px;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-flag, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
width: 25px;
height: 15px;
}
#site-header-wrap {
position: relative;
z-index: 999;
}
#site-header-wrap .row {
align-items: center;
justify-content: space-between;
}
#site-header-wrap .site-branding, #site-header-wrap .item-branding-topbar {
margin: 15px;
position: relative;
}
#site-header-wrap .site-branding img, #site-header-wrap .item-branding-topbar img {
max-height: 34px;
}
#site-header-wrap .site-branding .logo-light, #site-header-wrap .item-branding-topbar .logo-light, #site-header-wrap .site-branding .logo-mobile, #site-header-wrap .item-branding-topbar .logo-mobile {
position: absolute;
top: 50%;
left: 0%;
-webkit-transform: translate(0%, -50%);
-khtml-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
opacity: 0;
}
#site-header-wrap #site-header {
position: relative;
}
#site-header-wrap #site-header.h-fixed {
background-color: #fff;
position: fixed;
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-light {
opacity: 0;
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-dark {
opacity: 1;
}
#site-header-wrap .site-header-cart {
position: relative;
cursor: pointer;
color: #222;
z-index: 1;
}
#site-header-wrap .site-header-cart .widget_cart_counter_header {
position: absolute;
padding: 3px 8px;
line-height: 16px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
top: -5px;
right: -8px;
color: #fff;
font-size: 11px;
opacity: 0;
z-index: -1;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
#site-header-wrap .site-header-cart:hover {
color: #005ba1;
}
#site-header-wrap .site-header-cart:hover .widget_cart_counter_header {
top: -10px;
right: -16px;
opacity: 1;
z-index: 1;
}
#site-header-wrap .site-header-right {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: 15px;
margin-right: 15px;
}
#site-header-wrap .site-header-right .site-header-item + .site-header-item {
margin-left: 25px;
color: #000;
}
@media screen and (max-width: 1199px) {
#site-header-wrap .site-header-right {
display: none;
}
}
#site-header-wrap .btn-search-mobile, #site-header-wrap .site-button-mobile {
display: none;
}
#site-header-wrap .site-header-search {
line-height: 100px;
position: relative;
}
#site-header-wrap .site-header-search span {
display: inline-block;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
cursor: pointer;
height: 30px;
line-height: 30px;
color: #000;
font-size: 15px;
text-align: center;
}
#site-header-wrap .site-header-search span:hover {
color: #005ba1;
}
#site-header-wrap .site-header-search #search_open {
line-height: 1;
position: absolute;
width: 250px;
top: 100%;
padding: 20px;
font-size: 16px;
display: inline-block;
border-top: 2px solid #005ba1;
-webkit-box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.15);
-khtml-box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.15);
box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.15);
background-color: #fff;
display: none;
z-index: 1000;
right: -20px;
}
#site-header-wrap .site-header-search #search_open .searchform-wrap {
position: relative;
border: 1px solid #e1e1e1;
}
#site-header-wrap .site-header-search #search_open .search-field {
color: #000;
width: calc(100% - 45px);
padding: 0px 10px;
height: 45px;
border: none;
}
#site-header-wrap .site-header-search #search_open .search-field:focus {
border-color: #005ba1;
}
#site-header-wrap .site-header-search #search_open .search-submit {
background-color: #fff;
position: absolute;
top: 0;
right: 0;
width: 45px;
height: 45px;
border: none;
color: #005ba1;
text-align: center;
padding: 0px;
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#site-header-wrap.header-layout1 .site-header-main {
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
#site-header-wrap.header-layout2 .site-header-top {
padding-top: 9px;
padding-bottom: 9px;
background-color: #1a243f;
color: #fff;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info {
list-style: none;
margin-bottom: 0;
margin-right: 15px;
margin-left: 15px;
}
@media screen and (max-width: 991px) {
#site-header-wrap.header-layout2 .site-header-top .topbar-info {
margin-bottom: 5px;
text-align: center;
width: 100%;
}
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info li {
display: inline-block;
margin-right: 30px;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info li a {
cursor: pointer;
color: #fff;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info li a:hover {
color: #005ba1;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info li i {
color: #005ba1;
margin-right: 5px;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info li.item-address i {
font-size: 18px;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info li.item-phone i {
color: #005ba1;
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info li:last-child {
margin-right: 0;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-socials {
margin-right: 15px;
margin-left: 15px;
}
@media screen and (max-width: 991px) {
#site-header-wrap.header-layout2 .site-header-top .topbar-socials {
margin: 0 auto;
}
}
#site-header-wrap.header-layout2 .site-header-top .topbar-socials label {
margin-right: 13px;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-socials a {
display: inline-block;
margin-right: 18px;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-socials a:last-child {
margin-right: 0;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-socials a:hover i {
-webkit-animation: toTopFromBottom 0.3s forwards;
-khtml-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
-ms-animation: toTopFromBottom 0.3s forwards;
-o-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
#site-header-wrap.header-layout3 .item-topbar {
line-height: 1;
max-width: 20%;
min-width: 20%;
margin-left: 0;
margin-right: 0;
}
#site-header-wrap.header-layout3 .item-topbar .info-text {
color: #000;
font-size: 16px;
margin-bottom: 3px;
display: block;
}
#site-header-wrap.header-layout3 .item-topbar .info-text:hover {
color: #005ba1;
}
#site-header-wrap.header-layout3 .item-topbar label {
font-size: 14px;
color: #222;
}
#site-header-wrap.header-layout3 .item-topbar.item-email {
text-align: right;
}
#site-header-wrap.header-layout3 .item-topbar.item-email .inner-box {
text-align: left;
display: inline-block;
}
#site-header-wrap.header-layout3 .item-topbar.item-email .inner-box .info-text {
color: #fff;
font-size: 16px;
}
#site-header-wrap.header-layout3 .item-topbar.item-email .inner-box .info-text, #site-header-wrap.header-layout3 .item-topbar.item-email .inner-box label {
display: block;
}
#site-header-wrap.header-layout3 .item-topbar.item-email .inner-box label {
font-size: 14px;
}
#site-header-wrap.header-layout3 .item-topbar.site-topbar-button {
text-align: right;
}
#site-header-wrap.header-layout3 .item-topbar.item-info .inner-box {
position: relative;
padding-left: 37px;
}
#site-header-wrap.header-layout3 .item-topbar.item-info .inner-box .item-icon {
overflow: hidden;
background-color: #005ba1;
color: #fff;
width: 27px;
height: 27px;
font-size: 13px;
line-height: 25px;
text-align: center;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
}
#site-header-wrap.header-layout3 .item-topbar.item-info .inner-box:hover .item-icon i {
-webkit-animation: toTopFromBottom 0.3s forwards;
-khtml-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
-ms-animation: toTopFromBottom 0.3s forwards;
-o-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
#site-header-wrap.header-layout3 .item-topbar.item-info.item-address .inner-box .item-icon {
font-size: 15px;
}
#site-header-wrap.header-layout3 .item-topbar.site-topbar-button .btn-header {
color: #005ba1;
padding: 12px 25px;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
position: relative;
cursor: pointer;
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#site-header-wrap.header-layout3 .item-topbar.site-topbar-button .btn-header span {
position: relative;
z-index: 2;
}
#site-header-wrap.header-layout3 .item-topbar.site-topbar-button .btn-header:before, #site-header-wrap.header-layout3 .item-topbar.site-topbar-button .btn-header:after {
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
content: '';
position: absolute;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
#site-header-wrap.header-layout3 .item-topbar.site-topbar-button .btn-header:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #005ba1;
}
#site-header-wrap.header-layout3 .item-topbar.site-topbar-button .btn-header:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #005ba1;
-webkit-transform: scale(0.5, 0.5);
-khtml-transform: scale(0.5, 0.5);
-moz-transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-o-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
}
#site-header-wrap.header-layout3 .item-topbar.site-topbar-button .btn-header:hover {
color: #fff;
}
#site-header-wrap.header-layout3 .item-topbar.site-topbar-button .btn-header:hover:before {
opacity: 0;
-webkit-transform: scale(1.2, 1.2);
-khtml-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
#site-header-wrap.header-layout3 .item-topbar.site-topbar-button .btn-header:hover:after {
opacity: 1;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
#site-header-wrap.header-layout4 .site-header-top, #site-header-wrap.header-layout6 .site-header-top {
padding-top: 9px;
padding-bottom: 9px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-info, #site-header-wrap.header-layout6 .site-header-top .topbar-info {
list-style: none;
margin-bottom: 0;
margin-right: 15px;
margin-left: 15px;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-info li, #site-header-wrap.header-layout6 .site-header-top .topbar-info li {
display: inline-block;
margin-right: 30px;
line-height: 32px;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-info li a, #site-header-wrap.header-layout6 .site-header-top .topbar-info li a {
cursor: pointer;
color: #fff;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-info li a:hover, #site-header-wrap.header-layout6 .site-header-top .topbar-info li a:hover {
color: #005ba1;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-info li i, #site-header-wrap.header-layout6 .site-header-top .topbar-info li i {
color: #005ba1;
margin-right: 5px;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-info li.item-address i, #site-header-wrap.header-layout6 .site-header-top .topbar-info li.item-address i {
font-size: 18px;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-info li.item-phone i, #site-header-wrap.header-layout6 .site-header-top .topbar-info li.item-phone i {
color: #005ba1;
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
#site-header-wrap.header-layout4 .site-header-top .topbar-info li:last-child, #site-header-wrap.header-layout6 .site-header-top .topbar-info li:last-child {
margin-right: 0;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-socials, #site-header-wrap.header-layout6 .site-header-top .topbar-socials {
margin-right: 15px;
margin-left: 15px;
}
@media screen and (max-width: 991px) {
#site-header-wrap.header-layout4 .site-header-top .topbar-socials, #site-header-wrap.header-layout6 .site-header-top .topbar-socials {
margin: 0 auto;
}
}
#site-header-wrap.header-layout4 .site-header-top .topbar-socials label, #site-header-wrap.header-layout6 .site-header-top .topbar-socials label {
margin-right: 13px;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-socials a, #site-header-wrap.header-layout6 .site-header-top .topbar-socials a {
display: inline-block;
margin-right: 18px;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-socials a:last-child, #site-header-wrap.header-layout6 .site-header-top .topbar-socials a:last-child {
margin-right: 0;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-socials a:hover, #site-header-wrap.header-layout6 .site-header-top .topbar-socials a:hover {
color: #fff;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-socials a:hover i, #site-header-wrap.header-layout6 .site-header-top .topbar-socials a:hover i {
-webkit-animation: toTopFromBottom 0.3s forwards;
-khtml-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
-ms-animation: toTopFromBottom 0.3s forwards;
-o-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
@media screen and (max-width: 767px) {
#site-header-wrap.header-layout4 .site-header-top {
display: none;
}
}
@media screen and (max-width: 991px) {
#site-header-wrap.header-layout4 .site-header-top .topbar-info {
margin-bottom: 5px;
text-align: center;
width: 100%;
}
}
#site-header-wrap.header-layout4 .site-header-top .topbar-info li.item-address i {
font-size: 18px;
}
#site-header-wrap.header-layout4 .site-header-top .topbar-info li.item-phone i {
color: #005ba1;
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
#site-header-wrap.header-layout4 .site-header-main .site-header-item.site-login a {
color: #000;
}
#site-header-wrap.header-layout4 .site-header-main .site-header-item.site-login a:hover {
color: #005ba1;
}
@media screen and (max-width: 767px) {
#site-header-wrap.header-layout6 .site-header-top .topbar-info li.item-time {
display: none;
}
}
@media screen and (min-width: 1400px) {
#site-header-wrap.header-layout1 .site-header-main .container, #site-header-wrap.header-layout5 .site-header-main .container, #site-header-wrap.header-layout6 .site-header-main .container {
max-width: 100%;
padding-left: 110px;
padding-right: 110px;
}
#site-header-wrap.header-layout6 .site-header-top .container {
max-width: 100%;
padding-left: 110px;
padding-right: 110px;
}
}
@media (min-width: 1600px) {
#site-header-wrap.header-layout5 .site-header-item.item-phone {
padding-left: 50px;
}
#site-header-wrap.header-layout5 .site-header-item.item-phone i {
display: none;
}
#site-header-wrap.header-layout5 .site-header-item.site-login {
margin-left: 0;
}
#site-header-wrap.header-layout5 .main-navigation {
padding-left: 110px;
}
#site-header-wrap.header-layout6 .main-navigation {
flex-grow: 1;
padding-left: 110px;
}
#site-header-wrap.header-layout6 .site-header-item.site-login {
padding-left: 40px;
padding-right: 40px;
height: 50px;
line-height: 50px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
margin-right: 0;
}
#site-header-wrap.header-layout6 .site-header-item.site-login .swh-user-db i {
margin-right: 5px;
}
#site-header-wrap.header-layout6 .site-header-item.site-login .btn-sign-up a {
color: #fff;
}
#site-header-wrap.header-layout6 .site-header-item.site-login .btn-sign-up a i {
margin-right: 5px;
position: relative;
top: 1px;
}
#site-header-wrap.header-layout6 .site-header-item.site-login .btn-sign-up a:hover {
color: #005ba1;
}
#site-header-wrap.header-layout6 .site-header-item.item-phone i {
display: none;
}
#site-header-wrap.header-layout6 .site-header-item + .site-header-item {
margin-left: 25px;
}
}
@media screen and (min-width: 1200px) {
#site-header-wrap .site-navigation {
margin: 0 15px;
display: flex;
align-items: center;
flex-grow: 1;
justify-content: flex-end;
}
#site-header-wrap #site-header.h-fixed .site-branding {
margin: 10px 15px;
}
#site-header-wrap #site-header.h-fixed .site-branding img {
max-height: 43px;
}
#site-header-wrap #site-header.h-fixed .primary-menu > li > a, #site-header-wrap #site-header.h-fixed .site-menu-right {
line-height: 80px;
}
#site-header-wrap #site-header.h-fixed .primary-menu > li > a:before {
bottom: 13px;
}
#site-header-wrap #site-header.h-fixed .primary-menu > li > a:after {
bottom: 12px;
}
#site-header-wrap.header-layout1 .site-navigation {
justify-content: flex-end;
}
#site-header-wrap.header-layout1 .site-header-button .btn-header {
color: #fff;
padding: 12px 25px;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
position: relative;
cursor: pointer;
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#site-header-wrap.header-layout1 .site-header-button .btn-header span {
position: relative;
z-index: 2;
}
#site-header-wrap.header-layout1 .site-header-button .btn-header:before, #site-header-wrap.header-layout1 .site-header-button .btn-header:after {
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
content: '';
position: absolute;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
#site-header-wrap.header-layout1 .site-header-button .btn-header:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
border: 1px solid #005ba1;
}
#site-header-wrap.header-layout1 .site-header-button .btn-header:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #000;
-webkit-transform: scale(0.5, 0.5);
-khtml-transform: scale(0.5, 0.5);
-moz-transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-o-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
}
#site-header-wrap.header-layout1 .site-header-button .btn-header:hover:before {
opacity: 0;
-webkit-transform: scale(1.2, 1.2);
-khtml-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
#site-header-wrap.header-layout1 .site-header-button .btn-header:hover:after {
opacity: 1;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
#site-header-wrap.header-layout1 .site-header-right {
margin-left: 30px;
margin-right: 0;
}
#site-header-wrap.header-layout1 .site-header-item + .site-header-item {
margin-right: 18px;
}
#site-header-wrap.header-layout2 .topbar-info, #site-header-wrap.header-layout4 .topbar-info {
list-style: none;
margin-bottom: 0;
}
#site-header-wrap.header-layout2 .topbar-info li, #site-header-wrap.header-layout4 .topbar-info li {
display: inline-block;
margin-right: 30px;
}
#site-header-wrap.header-layout2 .topbar-info li a, #site-header-wrap.header-layout4 .topbar-info li a {
cursor: pointer;
color: #fff;
}
#site-header-wrap.header-layout2 .topbar-info li a:hover, #site-header-wrap.header-layout4 .topbar-info li a:hover {
color: #005ba1;
}
#site-header-wrap.header-layout2 .topbar-info li i, #site-header-wrap.header-layout4 .topbar-info li i {
color: #005ba1;
margin-right: 5px;
}
#site-header-wrap.header-layout2 .topbar-info li.item-address i, #site-header-wrap.header-layout4 .topbar-info li.item-address i {
font-size: 18px;
}
#site-header-wrap.header-layout2 .topbar-info li.item-phone i, #site-header-wrap.header-layout4 .topbar-info li.item-phone i {
color: #005ba1;
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
#site-header-wrap.header-layout2 .topbar-info li:last-child, #site-header-wrap.header-layout4 .topbar-info li:last-child {
margin-right: 0;
}
#site-header-wrap.header-layout2 .topbar-socials label, #site-header-wrap.header-layout4 .topbar-socials label {
margin-right: 13px;
}
#site-header-wrap.header-layout2 .topbar-socials a, #site-header-wrap.header-layout4 .topbar-socials a {
display: inline-block;
margin-right: 18px;
}
#site-header-wrap.header-layout2 .topbar-socials a:last-child, #site-header-wrap.header-layout4 .topbar-socials a:last-child {
margin-right: 0;
}
#site-header-wrap.header-layout2 .topbar-socials a:hover i, #site-header-wrap.header-layout4 .topbar-socials a:hover i {
-webkit-animation: toTopFromBottom 0.3s forwards;
-khtml-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
-ms-animation: toTopFromBottom 0.3s forwards;
-o-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
#site-header-wrap.header-layout2 .site-navigation, #site-header-wrap.header-layout4 .site-navigation {
flex-grow: 1;
justify-content: center;
}
#site-header-wrap.header-layout3 {
margin-bottom: -45px;
}
#site-header-wrap.header-layout3 .site-header-top .inner-row-top {
display: flex;
align-items: center;
}
#site-header-wrap.header-layout3 .item-branding-topbar {
justify-content: center;
}
#site-header-wrap.header-layout3 .site-header-main .site-branding {
display: none;
}
#site-header-wrap.header-layout3 .site-header-main .inner-row {
display: flex;
align-items: center;
position: relative;
padding-left: 53px;
padding-right: 100px;
background-color: #005ba1;
}
#site-header-wrap.header-layout3 .site-header-main .inner-row:before {
position: absolute;
display: block;
content: "";
border: 1px solid #4a4044;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
}
#site-header-wrap.header-layout3 .site-header-main .site-header-search {
line-height: 73px;
margin-left: 7px;
}
#site-header-wrap.header-layout3 .site-header-main .site-header-search .h-btn-search {
color: #fff;
}
#site-header-wrap.header-layout3 .site-header-main .site-header-search .h-btn-search i {
font-weight: 300;
}
#site-header-wrap.header-layout4 .site-header-button .btn-header {
color: #000;
padding: 12px 25px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
position: relative;
cursor: pointer;
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#site-header-wrap.header-layout4 .site-header-button .btn-header span {
position: relative;
z-index: 2;
}
#site-header-wrap.header-layout4 .site-header-button .btn-header:before, #site-header-wrap.header-layout4 .site-header-button .btn-header:after {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
content: '';
position: absolute;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
#site-header-wrap.header-layout4 .site-header-button .btn-header:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #005ba1;
}
#site-header-wrap.header-layout4 .site-header-button .btn-header:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
-webkit-transform: scale(0.5, 0.5);
-khtml-transform: scale(0.5, 0.5);
-moz-transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-o-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
}
#site-header-wrap.header-layout4 .site-header-button .btn-header:hover {
color: #fff;
}
#site-header-wrap.header-layout4 .site-header-button .btn-header:hover:before {
opacity: 0;
-webkit-transform: scale(1.2, 1.2);
-khtml-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
#site-header-wrap.header-layout4 .site-header-button .btn-header:hover:after {
opacity: 1;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
#site-header-wrap.header-transparent {
background-color: transparent;
position: absolute;
z-index: 1001;
left: 0;
right: 0;
top: 0;
}
#site-header-wrap.header-transparent .site-header-main {
background-color: rgba(0, 0, 0, 0.5);
}
#site-header-wrap.header-transparent .site-branding a.logo-light {
opacity: 1;
}
#site-header-wrap.header-transparent .site-branding a.logo-dark, #site-header-wrap.header-transparent .site-branding a.logo-mobile {
opacity: 0;
}
#site-header-wrap.header-transparent .site-header-button .btn-header {
color: #fff;
padding: 12px 25px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
position: relative;
cursor: pointer;
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#site-header-wrap.header-transparent .site-header-button .btn-header span {
position: relative;
z-index: 2;
}
#site-header-wrap.header-transparent .site-header-button .btn-header:before, #site-header-wrap.header-transparent .site-header-button .btn-header:after {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
content: '';
position: absolute;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
#site-header-wrap.header-transparent .site-header-button .btn-header:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #005ba1;
}
#site-header-wrap.header-transparent .site-header-button .btn-header:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
-webkit-transform: scale(0.5, 0.5);
-khtml-transform: scale(0.5, 0.5);
-moz-transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-o-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
}
#site-header-wrap.header-transparent .site-header-button .btn-header:hover:before {
opacity: 0;
-webkit-transform: scale(1.2, 1.2);
-khtml-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
#site-header-wrap.header-transparent .site-header-button .btn-header:hover:after {
opacity: 1;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
#site-header-wrap.header-transparent .site-header-item + .site-header-item {
margin-right: 18px;
color: #fff;
}
#site-header-wrap.header-transparent .site-header-item.site-login {
cursor: pointer;
}
#site-header-wrap.header-transparent .site-header-item:last-child {
margin-right: 0;
}
#site-header-wrap.header-transparent .site-header-search .h-btn-search {
color: #fff;
}
#site-header-wrap.header-transparent .site-header-search .h-btn-search i {
font-weight: 400;
}
#site-header-wrap.header-transparent .h-fixed .site-header-button .btn-header {
color: #005ba1;
}
#site-header-wrap.header-transparent .h-fixed .site-header-button .btn-header:before {
border: 1px solid #005ba1;
}
#site-header-wrap.header-transparent .h-fixed .site-header-button .btn-header:after {
background-color: #000;
}
#site-header-wrap.header-transparent .h-fixed .site-header-button .btn-header:hover {
color: #fff;
}
#site-header-wrap.header-transparent .h-fixed .site-header-button .btn-header:hover:before {
border: 1px solid #005ba1;
}
#site-header-wrap.header-transparent .h-fixed .site-header-button .btn-header:hover:after {
background-color: #005ba1;
}
#site-header-wrap.header-transparent .h-fixed .site-header-search .h-btn-search {
color: #000;
}
#site-header-wrap.header-transparent .h-fixed .site-header-item + .site-header-item {
margin-right: 18px;
color: #222;
}
#site-header-wrap.header-transparent .h-fixed .site-header-item + .site-header-item:hover i {
color: #005ba1;
}
#site-header-wrap.header-transparent .h-fixed .site-header-item:last-child {
margin-right: 0;
}
#site-header-wrap.header-layout5 .site-header-main {
background-color: rgba(0, 0, 0, 0);
}
#site-header-wrap.header-layout5 .main-navigation {
flex-grow: 1;
}
#site-header-wrap.header-layout5 .site-header-search {
line-height: 100px;
position: relative;
}
#site-header-wrap.header-layout5 .site-header-search span {
display: inline-block;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
cursor: pointer;
width: 40px;
height: 40px;
line-height: 40px;
-webkit-border-radius: 40px;
-khtml-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
-o-border-radius: 40px;
border-radius: 40px;
background-color: #005ba1;
color: #fff;
font-size: 15px;
text-align: center;
}
#site-header-wrap.header-layout5 .site-header-search span:hover {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
}
#site-header-wrap.header-layout5 .site-header-right {
margin-right: 0;
}
#site-header-wrap.header-layout5 .site-header-item + .site-header-item {
margin-left: 25px;
}
#site-header-wrap.header-layout5 .site-header-item.item-phone {
margin-right: 0;
position: relative;
}
#site-header-wrap.header-layout5 .site-header-item.item-phone svg {
max-height: 40px;
fill: #005ba1;
}
#site-header-wrap.header-layout5 .site-header-item.item-phone .item-icon {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 45px;
height: 40px;
}
#site-header-wrap.header-layout5 .site-header-item.item-phone label {
font-size: 14px;
display: block;
color: #000;
line-height: 1.1;
}
#site-header-wrap.header-layout5 .site-header-item.item-phone a {
line-height: 1.1;
font-size: 20px;
font-weight: 600;
display: block;
color: #000;
}
#site-header-wrap.header-layout5 .site-header-item.item-phone a:hover {
color: #005ba1;
}
#site-header-wrap.header-layout5 .site-header-item.site-login {
padding-left: 40px;
padding-right: 40px;
height: 50px;
line-height: 50px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
margin-right: 0;
}
#site-header-wrap.header-layout5 .site-header-item.site-login .swh-user-db i {
margin-right: 5px;
}
#site-header-wrap.header-layout5 .site-header-item.site-login .btn-sign-up a {
color: #fff;
}
#site-header-wrap.header-layout5 .site-header-item.site-login .btn-sign-up a i {
margin-right: 5px;
position: relative;
top: 1px;
}
#site-header-wrap.header-layout5 .site-header-item.site-login .btn-sign-up a:hover {
color: #005ba1;
}
#site-header-wrap.header-layout5 .h-fixed .site-header-search .h-btn-search {
color: #fff;
}
#site-header-wrap.header-layout5 .h-fixed .site-header-right .site-header-item {
margin-right: 0;
color: #fff;
}
#site-header-wrap.header-layout6 .topbar-meta {
display: flex;
align-items: center;
}
#site-header-wrap.header-layout6 .site-header-main {
background-color: #fff;
}
#site-header-wrap.header-layout6 .main-navigation {
flex-grow: 1;
}
#site-header-wrap.header-layout6 .site-header-search {
line-height: 100px;
position: relative;
}
#site-header-wrap.header-layout6 .site-header-search span {
display: inline-block;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
cursor: pointer;
width: 40px;
height: 40px;
line-height: 40px;
-webkit-border-radius: 40px;
-khtml-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
-o-border-radius: 40px;
border-radius: 40px;
background-color: #005ba1;
color: #fff;
font-size: 15px;
text-align: center;
}
#site-header-wrap.header-layout6 .site-header-search span:hover {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
}
#site-header-wrap.header-layout6 .site-header-right {
margin-right: 0;
}
#site-header-wrap.header-layout6 .site-header-item {
padding-left: 50px;
}
#site-header-wrap.header-layout6 .site-header-item.item-phone {
position: relative;
}
#site-header-wrap.header-layout6 .site-header-item.item-phone svg {
max-height: 40px;
fill: #005ba1;
}
#site-header-wrap.header-layout6 .site-header-item.item-phone .item-icon {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 45px;
height: 40px;
}
#site-header-wrap.header-layout6 .site-header-item.item-phone label {
font-size: 14px;
display: block;
color: #000;
line-height: 1.1;
}
#site-header-wrap.header-layout6 .site-header-item.item-phone a {
line-height: 1.1;
font-size: 20px;
font-weight: 600;
display: block;
color: #000;
}
#site-header-wrap.header-layout6 .site-header-item.item-phone a:hover {
color: #005ba1;
}
#site-header-wrap.header-layout6 .site-header-item.item-phone:hover svg {
-webkit-animation: shakeThatBooty 0.3s linear 1;
-khtml-animation: shakeThatBooty 0.3s linear 1;
-moz-animation: shakeThatBooty 0.3s linear 1;
-ms-animation: shakeThatBooty 0.3s linear 1;
-o-animation: shakeThatBooty 0.3s linear 1;
animation: shakeThatBooty 0.3s linear 1;
}
#site-header-wrap.header-layout6 .h-fixed .site-header-search .h-btn-search {
color: #fff;
}
#site-header-wrap.header-layout6 .h-fixed .site-header-right .site-header-item {
color: #fff;
}
#site-header-wrap #main-menu-mobile {
display: none;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
#site-header-wrap.header-layout5 .site-header-item.item-phone {
margin-right: 0;
color: #fff;
}
#site-header-wrap.header-layout5 .site-header-item.item-phone a {
color: #fff;
}
#site-header-wrap.header-layout5 .site-header-item.site-login i {
margin-right: 0 !important;
}
#site-header-wrap.header-layout5 .site-header-item, #site-header-wrap.header-layout6 .site-header-item {
padding-left: 0;
}
#site-header-wrap.header-layout5 .site-header-item.site-login, #site-header-wrap.header-layout6 .site-header-item.site-login {
width: 32px;
height: 32px;
line-height: 32px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
margin-right: 0;
padding-left: 0;
padding-right: 0;
text-align: center;
font-size: 0;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
#site-header-wrap.header-layout5 .site-header-item.site-login .swh-user-db, #site-header-wrap.header-layout6 .site-header-item.site-login .swh-user-db {
font-size: 15px;
}
#site-header-wrap.header-layout5 .site-header-item.site-login .btn-sign-up, #site-header-wrap.header-layout6 .site-header-item.site-login .btn-sign-up {
font-size: 15px;
}
#site-header-wrap.header-layout5 .site-header-item.site-login .btn-sign-up a, #site-header-wrap.header-layout6 .site-header-item.site-login .btn-sign-up a {
color: #fff;
}
#site-header-wrap.header-layout5 .site-header-item.site-login .btn-sign-up a i, #site-header-wrap.header-layout6 .site-header-item.site-login .btn-sign-up a i {
position: relative;
top: 1px;
}
#site-header-wrap.header-layout5 .site-header-item.site-login .btn-sign-up a:hover, #site-header-wrap.header-layout6 .site-header-item.site-login .btn-sign-up a:hover {
color: #005ba1;
}
#site-header-wrap.header-layout5 .site-header-item.item-phone .item-icon, #site-header-wrap.header-layout6 .site-header-item.item-phone .item-icon, #site-header-wrap.header-layout5 .site-header-item.item-phone label, #site-header-wrap.header-layout6 .site-header-item.item-phone label {
display: none;
}
#site-header-wrap.header-layout5 .site-header-item.item-phone a, #site-header-wrap.header-layout6 .site-header-item.item-phone a {
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
font-size: 0;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
#site-header-wrap.header-layout5 .site-header-item.item-phone i, #site-header-wrap.header-layout6 .site-header-item.item-phone i {
font-size: 16px;
position: relative;
top: 5px;
}
#site-header-wrap.header-layout5 .site-header-item.site-header-search span, #site-header-wrap.header-layout6 .site-header-item.site-header-search span {
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 16px;
}
}
@media screen and (max-width: 1199px) {
#site-header-wrap {
position: relative;
background-color: #fff;
}
#site-header-wrap.header-layout1 #main-menu-mobile .site-button-mobile {
margin-right: 20px;
display: block;
}
#site-header-wrap.header-layout1 #main-menu-mobile .site-button-mobile .btn-header {
color: #005ba1;
padding: 0px 15px;
display: inline-block;
height: 32px;
line-height: 30px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
position: relative;
cursor: pointer;
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#site-header-wrap.header-layout1 #main-menu-mobile .site-button-mobile .btn-header span {
position: relative;
z-index: 2;
}
#site-header-wrap.header-layout1 #main-menu-mobile .site-button-mobile .btn-header:before, #site-header-wrap.header-layout1 #main-menu-mobile .site-button-mobile .btn-header:after {
display: block;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
content: '';
position: absolute;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
#site-header-wrap.header-layout1 #main-menu-mobile .site-button-mobile .btn-header:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #005ba1;
}
#site-header-wrap.header-layout1 #main-menu-mobile .site-button-mobile .btn-header:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #005ba1;
-webkit-transform: scale(0.5, 0.5);
-khtml-transform: scale(0.5, 0.5);
-moz-transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-o-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
}
#site-header-wrap.header-layout1 #main-menu-mobile .site-button-mobile .btn-header:hover {
color: #fff;
}
#site-header-wrap.header-layout1 #main-menu-mobile .site-button-mobile .btn-header:hover:before {
opacity: 0;
-webkit-transform: scale(1.2, 1.2);
-khtml-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
#site-header-wrap.header-layout1 #main-menu-mobile .site-button-mobile .btn-header:hover:after {
opacity: 1;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
#site-header-wrap.header-layout1 #main-menu-mobile .btn-search-mobile {
display: inline-block;
margin-right: 20px;
height: 32px;
line-height: 30px;
}
#site-header-wrap.header-layout1 #main-menu-mobile .btn-search-mobile .h-btn-search {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
height: 32px;
line-height: 30px;
width: 40px;
text-align: center;
border: 1px solid #005ba1;
display: inline-block;
color: #005ba1;
}
#site-header-wrap.header-layout1 #main-menu-mobile .site-login {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
height: 32px;
line-height: 30px;
margin-right: 20px;
width: 40px;
text-align: center;
border: 1px solid #005ba1;
display: inline-block;
color: #005ba1;
}
#site-header-wrap.header-layout1 #main-menu-mobile .btn-nav-mobile {
width: 40px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: 1px solid #005ba1;
}
#site-header-wrap.header-layout1 #main-menu-mobile .btn-nav-mobile span, #site-header-wrap.header-layout1 #main-menu-mobile .btn-nav-mobile:after, #site-header-wrap.header-layout1 #main-menu-mobile .btn-nav-mobile:before {
color: #005ba1;
background-color: #005ba1;
}
#site-header-wrap.header-layout2 .topbar-info {
list-style: none;
margin-bottom: 0;
margin-left: 15px;
}
#site-header-wrap.header-layout2 .topbar-info li {
display: inline-block;
margin-right: 30px;
}
#site-header-wrap.header-layout2 .topbar-info li a {
cursor: pointer;
color: #fff;
}
#site-header-wrap.header-layout2 .topbar-info li a:hover {
color: #005ba1;
}
#site-header-wrap.header-layout2 .topbar-info li i {
color: #005ba1;
margin-right: 5px;
}
#site-header-wrap.header-layout2 .topbar-info li.item-address i {
font-size: 18px;
}
#site-header-wrap.header-layout2 .topbar-info li.item-phone i {
color: #005ba1;
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
#site-header-wrap.header-layout2 .topbar-info li:last-child {
margin-right: 0;
}
#site-header-wrap.header-layout2 .topbar-socials {
margin-right: 15px;
}
#site-header-wrap.header-layout2 .topbar-socials label {
margin-right: 13px;
}
#site-header-wrap.header-layout2 .topbar-socials a {
display: inline-block;
margin-right: 18px;
}
#site-header-wrap.header-layout2 .topbar-socials a:last-child {
margin-right: 0;
}
#site-header-wrap.header-layout2 .topbar-socials a:hover i {
-o-animation: toTopFromBottom 0.3s forwards;
-ms-animation: toTopFromBottom 0.3s forwards;
-webkit-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
#site-header-wrap.header-layout2 .site-header-right {
display: none;
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-button-mobile {
margin-right: 20px;
display: block;
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-button-mobile .btn-header {
color: #005ba1;
padding: 0px 15px;
display: inline-block;
height: 32px;
line-height: 30px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
position: relative;
cursor: pointer;
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-button-mobile .btn-header span {
position: relative;
z-index: 2;
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-button-mobile .btn-header:before, #site-header-wrap.header-layout2 #main-menu-mobile .site-button-mobile .btn-header:after {
display: block;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
content: '';
position: absolute;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-button-mobile .btn-header:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #005ba1;
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-button-mobile .btn-header:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #005ba1;
-webkit-transform: scale(0.5, 0.5);
-khtml-transform: scale(0.5, 0.5);
-moz-transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-o-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-button-mobile .btn-header:hover {
color: #fff;
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-button-mobile .btn-header:hover:before {
opacity: 0;
-webkit-transform: scale(1.2, 1.2);
-khtml-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-button-mobile .btn-header:hover:after {
opacity: 1;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-login {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
height: 32px;
line-height: 30px;
width: 40px;
text-align: center;
border: 1px solid #005ba1;
display: inline-block;
color: #005ba1;
margin-right: 20px;
}
#site-header-wrap.header-layout2 #main-menu-mobile .btn-search-mobile {
display: inline-block;
margin-right: 20px;
height: 32px;
line-height: 30px;
}
#site-header-wrap.header-layout2 #main-menu-mobile .btn-search-mobile .h-btn-search {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
height: 32px;
line-height: 30px;
width: 40px;
text-align: center;
border: 1px solid #005ba1;
display: inline-block;
color: #005ba1;
}
#site-header-wrap.header-layout2 #main-menu-mobile .btn-nav-mobile {
width: 40px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: 1px solid #005ba1;
}
#site-header-wrap.header-layout2 #main-menu-mobile .btn-nav-mobile span, #site-header-wrap.header-layout2 #main-menu-mobile .btn-nav-mobile:after, #site-header-wrap.header-layout2 #main-menu-mobile .btn-nav-mobile:before {
color: #005ba1;
background-color: #005ba1;
}
#site-header-wrap.header-layout3 .site-header-top {
padding-bottom: 15px;
padding-top: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#site-header-wrap.header-layout3 .inner-row-top {
display: flex;
align-items: center;
}
#site-header-wrap.header-layout3 .item-topbar {
margin-right: 20px;
margin-left: 20px;
max-width: inherit;
min-width: inherit;
flex-grow: 1;
}
#site-header-wrap.header-layout3 .item-topbar.item-branding-topbar {
display: none;
}
#site-header-wrap.header-layout3 .item-topbar.item-email {
text-align: left;
}
#site-header-wrap.header-layout3 .site-branding {
margin-left: 15px;
}
#site-header-wrap.header-layout6 .site-header-top .topbar-info .item-email {
display: none;
}
#site-header-wrap.header-layout6 .site-header-top .topbar-meta .topbar-socials {
display: none;
}
#site-header-wrap.fixed-height {
height: inherit !important;
}
#site-header-wrap .site-branding {
margin: 12px 15px;
min-height: 100px;
}
#site-header-wrap .site-branding a {
opacity: 0;
display: inline-block;
}
#site-header-wrap .site-branding a.logo-mobile {
opacity: 1 !important;
}
#site-header-wrap .site-branding a.logo-dark {
display: block;
opacity: 0;
}
#site-header-wrap #main-menu-mobile {
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
display: flex;
text-align: center;
margin-left: 20px;
}
#site-header-wrap .btn-nav-mobile {
margin-left: 15px;
}
#site-header-wrap .site-login {
width: 40px;
height: 35px;
line-height: 33px;
color: #005ba1;
border: 1px solid #005ba1;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
#site-header-wrap #headroom {
position: static !important;
}
}
@media screen and (max-width: 991px) {
#site-header-wrap.header-layout3 .site-header-top {
display: none;
}
#site-header-wrap.header-layout3 #main-menu-mobile .site-button-mobile {
margin-right: 20px;
display: block;
}
#site-header-wrap.header-layout3 #main-menu-mobile .site-button-mobile .btn-header {
color: #005ba1;
padding: 0px 15px;
display: inline-block;
height: 32px;
line-height: 30px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
position: relative;
cursor: pointer;
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#site-header-wrap.header-layout3 #main-menu-mobile .site-button-mobile .btn-header span {
position: relative;
z-index: 2;
}
#site-header-wrap.header-layout3 #main-menu-mobile .site-button-mobile .btn-header:before, #site-header-wrap.header-layout3 #main-menu-mobile .site-button-mobile .btn-header:after {
display: block;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
content: '';
position: absolute;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 1;
}
#site-header-wrap.header-layout3 #main-menu-mobile .site-button-mobile .btn-header:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #005ba1;
}
#site-header-wrap.header-layout3 #main-menu-mobile .site-button-mobile .btn-header:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #005ba1;
-webkit-transform: scale(0.5, 0.5);
-khtml-transform: scale(0.5, 0.5);
-moz-transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-o-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
}
#site-header-wrap.header-layout3 #main-menu-mobile .site-button-mobile .btn-header:hover {
color: #fff;
}
#site-header-wrap.header-layout3 #main-menu-mobile .site-button-mobile .btn-header:hover:before {
opacity: 0;
-webkit-transform: scale(1.2, 1.2);
-khtml-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
#site-header-wrap.header-layout3 #main-menu-mobile .site-button-mobile .btn-header:hover:after {
opacity: 1;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
#site-header-wrap.header-layout3 #main-menu-mobile .btn-search-mobile {
display: inline-block;
margin-right: 20px;
height: 32px;
line-height: 30px;
}
#site-header-wrap.header-layout3 #main-menu-mobile .btn-search-mobile .h-btn-search {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
height: 32px;
line-height: 30px;
width: 40px;
text-align: center;
border: 1px solid #005ba1;
display: inline-block;
color: #005ba1;
}
#site-header-wrap.header-layout3 #main-menu-mobile .btn-nav-mobile {
width: 40px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: 1px solid #005ba1;
}
#site-header-wrap.header-layout3 #main-menu-mobile .btn-nav-mobile span, #site-header-wrap.header-layout3 #main-menu-mobile .btn-nav-mobile:after, #site-header-wrap.header-layout3 #main-menu-mobile .btn-nav-mobile:before {
color: #005ba1;
background-color: #005ba1;
}
}
@media screen and (max-width: 767px) {
#site-header-wrap.header-layout2 .topbar-info {
list-style: none;
margin-bottom: 0;
margin-left: 15px;
}
#site-header-wrap.header-layout2 .topbar-info li {
margin-left: 15px;
margin-right: 15px;
}
#site-header-wrap.header-layout2 .topbar-info li:last-child {
margin-right: 15px;
}
}
@media screen and (max-width: 575px) {
#site-header-wrap.header-layout1 #main-menu-mobile .site-button-mobile, #site-header-wrap.header-layout1 #main-menu-mobile .btn-search-mobile {
display: none;
}
#site-header-wrap.header-layout1 #main-menu-mobile .site-login {
margin-right: 12px;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info {
margin-bottom: 5px;
margin-top: 5px;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info li.item-email {
display: none;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info li.item-address {
display: none;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-info li.item-phone {
font-size: 20px;
font-weight: bold;
margin-left: 0;
}
#site-header-wrap.header-layout2 .site-header-top .topbar-socials {
display: none;
}
#site-header-wrap.header-layout2 #main-menu-mobile .btn-search-mobile {
margin-right: 15px;
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-button-mobile {
display: none;
}
#site-header-wrap.header-layout2 #main-menu-mobile .site-login {
margin-right: 12px;
}
#site-header-wrap.header-layout3 #main-menu-mobile .site-button-mobile, #site-header-wrap.header-layout3 #main-menu-mobile .btn-search-mobile {
display: none;
}
}
@media (max-width: 480px) {
#site-header-wrap.header-layout2 #main-menu-mobile .btn-search-mobile {
display: none;
}
}
#site-header {
-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#site-header.h-fixed {
position: fixed;
left: 0;
top: 0;
right: 0;
-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.header-layout3 #site-header.h-fixed .primary-menu > li > a:before {
bottom: 13px !important;
}
.admin-bar #site-header-wrap #site-header.h-fixed {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar #site-header-wrap #site-header.h-fixed {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar #site-header-wrap #site-header.h-fixed {
top: 0;
position: unset;
}
}
ul.menu {
list-style: none;
margin: 0;
}
ul.menu ul {
list-style: none;
margin: 0;
}
@media screen and (min-width: 1200px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
.primary-menu {
list-style: none;
margin: 0;
padding: 0;
}
.primary-menu.primary-menu-pages {
margin-right: 23px;
}
.primary-menu li {
position: relative;
list-style: none;
}
.primary-menu li a {
cursor: pointer;
display: block;
-webkit-transition: all 300ms linear 0ms !important;
-khtml-transition: all 300ms linear 0ms !important;
-moz-transition: all 300ms linear 0ms !important;
-ms-transition: all 300ms linear 0ms !important;
-o-transition: all 300ms linear 0ms !important;
transition: all 300ms linear 0ms !important;
}
.primary-menu > li {
display: inline-block;
vertical-align: middle;
float: left;
position: relative;
padding-left: 12px;
padding-right: 12px;
}
.primary-menu > li > a {
font-size: 16px;
color: #0e2b5c;
font-weight: 400;
line-height: 100px;
position: relative;
}
.primary-menu > li:last-child:before {
opacity: 0;
}
.primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
color: #005ba1;
}
.primary-menu > li:hover > a:before, .primary-menu > li.current_page_item > a:before, .primary-menu > li.current-menu-item > a:before, .primary-menu > li.current_page_ancestor > a:before, .primary-menu > li.current-menu-ancestor > a:before {
opacity: 1;
width: 100%;
}
.primary-menu > li > ul.back {
right: 0 !important;
left: auto !important;
}
.primary-menu > li > ul.back li > ul.back {
right: 100% !important;
left: auto !important;
}
.primary-menu > li > .sub-menu li > ul.back, .primary-menu > li > .children li > ul.back {
right: 100% !important;
left: auto !important;
}
.primary-menu .sub-menu, .primary-menu .children {
list-style: none;
margin: 0;
}
.primary-menu .sub-menu .sub-menu {
top: -15px;
}
.primary-menu .sub-menu, .primary-menu .children {
position: absolute;
background: #fff;
padding: 18px 0;
top: 100%;
left: 0;
margin-top: 0px;
min-width: 250px;
z-index: 1000;
visibility: hidden;
opacity: 0;
-webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
-khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
-moz-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
-ms-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
-o-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
clip: rect(1px, 1px, 1px, 1px);
}
.primary-menu .sub-menu li, .primary-menu .children li {
padding: 0 20px;
}
.primary-menu .sub-menu li a, .primary-menu .children li a {
color: #000;
font-size: 14px;
line-height: normal;
padding: 9px 0;
position: relative;
}
.primary-menu .sub-menu li a:before, .primary-menu .children li a:before {
content: "";
display: block;
height: 2px;
width: 10px;
position: absolute;
left: -15px;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #005ba1;
}
.primary-menu .sub-menu li.menu-item-has-children > a, .primary-menu .children li.menu-item-has-children > a {
padding-right: 10px;
}
.primary-menu .sub-menu li.menu-item-has-children > a:after, .primary-menu .children li.menu-item-has-children > a:after {
content: "\f105";
font-family: "Font Awesome 5 Pro";
margin-left: 4px;
font-weight: normal;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.primary-menu .sub-menu li:last-child > a, .primary-menu .children li:last-child > a {
border-bottom: none;
}
.primary-menu .sub-menu li > a:hover, .primary-menu .children li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .children li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .children li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .children li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a, .primary-menu .children li.current-menu-ancestor > a {
padding-left: 15px;
color: #005ba1;
}
.primary-menu .sub-menu li > a:hover:before, .primary-menu .children li > a:hover:before, .primary-menu .sub-menu li.current_page_item > a:before, .primary-menu .children li.current_page_item > a:before, .primary-menu .sub-menu li.current-menu-item > a:before, .primary-menu .children li.current-menu-item > a:before, .primary-menu .sub-menu li.current_page_ancestor > a:before, .primary-menu .children li.current_page_ancestor > a:before, .primary-menu .sub-menu li.current-menu-ancestor > a:before, .primary-menu .children li.current-menu-ancestor > a:before {
opacity: 1;
left: 0px;
}
.primary-menu .sub-menu .sub-menu, .primary-menu .children .sub-menu, .primary-menu .sub-menu .children, .primary-menu .children .children {
top: -18px;
left: 100%;
}
.primary-menu li:hover, .primary-menu li.focus {
overflow: visible; }
.primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu, .primary-menu li:hover > .children, .primary-menu li.focus > .children {
visibility: visible;
opacity: 1;
margin-top: 0;
clip: inherit;
}
.primary-menu li.megamenu {
position: static;
}
.primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element {
padding: 0;
background-color: transparent;
}
.primary-menu li.megamenu .sub-menu, .primary-menu li.megamenu .children {
width: 100%;
max-width: 1170px;
padding: 0;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.primary-menu li.megamenu .sub-menu p, .primary-menu li.megamenu .children p {
margin-bottom: 0;
}
.primary-menu li.megamenu .sub-menu li, .primary-menu li.megamenu .children li {
padding: 0;
}
.primary-menu li.megamenu .sub-menu li > .container, .primary-menu li.megamenu .children li > .container {
padding: 0;
}
.primary-menu li.megamenu .sub-menu .wpb_content_element, .primary-menu li.megamenu .children .wpb_content_element {
margin-bottom: 0;
}
.primary-menu li.megamenu.remove-pos {
position: relative;
}
.primary-menu li.megamenu.remove-pos > .sub-menu, .primary-menu li.megamenu.remove-pos > .children {
max-width: inherit;
width: auto;
left: 0;
right: auto;
}
#site-header-wrap.header-layout2 .primary-menu, #site-header-wrap.header-layout4 .primary-menu {
list-style: none;
margin: 0;
padding: 0;
}
#site-header-wrap.header-layout2 .primary-menu.primary-menu-pages, #site-header-wrap.header-layout4 .primary-menu.primary-menu-pages {
margin-right: 23px;
}
#site-header-wrap.header-layout2 .primary-menu li, #site-header-wrap.header-layout4 .primary-menu li {
position: relative;
list-style: none;
}
#site-header-wrap.header-layout2 .primary-menu li a, #site-header-wrap.header-layout4 .primary-menu li a {
color: rgba(0, 0, 0, 0.9);
}
#site-header-wrap.header-layout2 .primary-menu > li, #site-header-wrap.header-layout4 .primary-menu > li {
display: inline-block;
vertical-align: middle;
float: left;
}
#site-header-wrap.header-layout2 .primary-menu > li > a, #site-header-wrap.header-layout4 .primary-menu > li > a {
font-size: 16px;
}
#site-header-wrap.header-layout2 .primary-menu > li > a:before, #site-header-wrap.header-layout4 .primary-menu > li > a:before {
position: absolute;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
content: "";
height: 2px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
width: 4px;
background: #005ba1;
bottom: 32px;
}
#site-header-wrap.header-layout2 .primary-menu > li:hover > a, #site-header-wrap.header-layout4 .primary-menu > li:hover > a, #site-header-wrap.header-layout2 .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout4 .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout2 .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout4 .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout2 .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout4 .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout2 .primary-menu > li.current-menu-ancestor > a, #site-header-wrap.header-layout4 .primary-menu > li.current-menu-ancestor > a {
color: #005ba1;
}
#site-header-wrap.header-layout2 .primary-menu > li:hover > a:after, #site-header-wrap.header-layout4 .primary-menu > li:hover > a:after, #site-header-wrap.header-layout2 .primary-menu > li.current_page_item > a:after, #site-header-wrap.header-layout4 .primary-menu > li.current_page_item > a:after, #site-header-wrap.header-layout2 .primary-menu > li.current-menu-item > a:after, #site-header-wrap.header-layout4 .primary-menu > li.current-menu-item > a:after, #site-header-wrap.header-layout2 .primary-menu > li.current_page_ancestor > a:after, #site-header-wrap.header-layout4 .primary-menu > li.current_page_ancestor > a:after, #site-header-wrap.header-layout2 .primary-menu > li.current-menu-ancestor > a:after, #site-header-wrap.header-layout4 .primary-menu > li.current-menu-ancestor > a:after {
opacity: 1;
}
#site-header-wrap.header-layout2 .primary-menu > li.menu-item-has-children > a:after, #site-header-wrap.header-layout4 .primary-menu > li.menu-item-has-children > a:after {
content: "+";
font-size: 15px;
font-weight: bold;
margin-left: 5px;
display: inline-block;
line-height: 1;
}
#site-header-wrap.header-layout2 .primary-menu .sub-menu li > a:hover, #site-header-wrap.header-layout4 .primary-menu .sub-menu li > a:hover, #site-header-wrap.header-layout2 .primary-menu .children li > a:hover, #site-header-wrap.header-layout4 .primary-menu .children li > a:hover, #site-header-wrap.header-layout2 .primary-menu .sub-menu li.current_page_item > a, #site-header-wrap.header-layout4 .primary-menu .sub-menu li.current_page_item > a, #site-header-wrap.header-layout2 .primary-menu .children li.current_page_item > a, #site-header-wrap.header-layout4 .primary-menu .children li.current_page_item > a, #site-header-wrap.header-layout2 .primary-menu .sub-menu li.current-menu-item > a, #site-header-wrap.header-layout4 .primary-menu .sub-menu li.current-menu-item > a, #site-header-wrap.header-layout2 .primary-menu .children li.current-menu-item > a, #site-header-wrap.header-layout4 .primary-menu .children li.current-menu-item > a, #site-header-wrap.header-layout2 .primary-menu .sub-menu li.current_page_ancestor > a, #site-header-wrap.header-layout4 .primary-menu .sub-menu li.current_page_ancestor > a, #site-header-wrap.header-layout2 .primary-menu .children li.current_page_ancestor > a, #site-header-wrap.header-layout4 .primary-menu .children li.current_page_ancestor > a, #site-header-wrap.header-layout2 .primary-menu .sub-menu li.current-menu-ancestor > a, #site-header-wrap.header-layout4 .primary-menu .sub-menu li.current-menu-ancestor > a, #site-header-wrap.header-layout2 .primary-menu .children li.current-menu-ancestor > a, #site-header-wrap.header-layout4 .primary-menu .children li.current-menu-ancestor > a {
color: #005ba1;
}
#site-header-wrap.header-layout3 .main-navigation {
width: 100%;
}
#site-header-wrap.header-layout3 .primary-menu {
display: flex;
flex-grow: 1;
}
#site-header-wrap.header-layout3 .primary-menu > li {
flex-grow: 1;
text-align: center;
padding-left: 0;
padding-right: 0;
}
#site-header-wrap.header-layout3 .primary-menu > li > a {
color: #fff;
line-height: 73px;
padding-left: 17px;
padding-right: 17px;
}
#site-header-wrap.header-layout3 .primary-menu > li > a:after, #site-header-wrap.header-layout3 .primary-menu > li > a:before {
display: block;
position: absolute;
content: "";
}
#site-header-wrap.header-layout3 .primary-menu > li > a:before {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
height: 5px;
width: 1px;
background: #005ba1;
bottom: 13px;
}
#site-header-wrap.header-layout3 .primary-menu > li > a:after {
width: 18px;
height: 1px;
background-color: #5f6679;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: -9px;
}
#site-header-wrap.header-layout3 .primary-menu > li:hover > a:before, #site-header-wrap.header-layout3 .primary-menu > li.current_page_item > a:before, #site-header-wrap.header-layout3 .primary-menu > li.current-menu-item > a:before, #site-header-wrap.header-layout3 .primary-menu > li.current_page_ancestor > a:before, #site-header-wrap.header-layout3 .primary-menu > li.current-menu-ancestor > a:before {
height: 12px;
opacity: 1;
}
#site-header-wrap.header-layout3 .primary-menu > li .sub-menu li > a:hover, #site-header-wrap.header-layout3 .primary-menu > li .children li > a:hover, #site-header-wrap.header-layout3 .primary-menu > li .sub-menu li.current_page_item > a, #site-header-wrap.header-layout3 .primary-menu > li .children li.current_page_item > a, #site-header-wrap.header-layout3 .primary-menu > li .sub-menu li.current-menu-item > a, #site-header-wrap.header-layout3 .primary-menu > li .children li.current-menu-item > a, #site-header-wrap.header-layout3 .primary-menu > li .sub-menu li.current_page_ancestor > a, #site-header-wrap.header-layout3 .primary-menu > li .children li.current_page_ancestor > a, #site-header-wrap.header-layout3 .primary-menu > li .sub-menu li.current-menu-ancestor > a, #site-header-wrap.header-layout3 .primary-menu > li .children li.current-menu-ancestor > a {
color: #005ba1;
}
#site-header-wrap.header-layout3 .primary-menu .sub-menu, #site-header-wrap.header-layout3 .primary-menu .children {
text-align: left;
}
#site-header-wrap.header-transparent .primary-menu {
list-style: none;
margin: 0;
padding: 0;
}
#site-header-wrap.header-transparent .primary-menu.primary-menu-pages {
margin-right: 23px;
}
#site-header-wrap.header-transparent .primary-menu > li:after {
background: #fff;
}
#site-header-wrap.header-transparent .primary-menu > li > a {
color: #fff;
}
#site-header-wrap.header-transparent .primary-menu > li:hover > a, #site-header-wrap.header-transparent .primary-menu > li.current_page_item > a, #site-header-wrap.header-transparent .primary-menu > li.current-menu-item > a, #site-header-wrap.header-transparent .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-transparent .primary-menu > li.current-menu-ancestor > a {
color: #005ba1;
}
#site-header-wrap.header-transparent .primary-menu > li .sub-menu li > a:hover, #site-header-wrap.header-transparent .primary-menu > li .children li > a:hover, #site-header-wrap.header-transparent .primary-menu > li .sub-menu li.current_page_item > a, #site-header-wrap.header-transparent .primary-menu > li .children li.current_page_item > a, #site-header-wrap.header-transparent .primary-menu > li .sub-menu li.current-menu-item > a, #site-header-wrap.header-transparent .primary-menu > li .children li.current-menu-item > a, #site-header-wrap.header-transparent .primary-menu > li .sub-menu li.current_page_ancestor > a, #site-header-wrap.header-transparent .primary-menu > li .children li.current_page_ancestor > a, #site-header-wrap.header-transparent .primary-menu > li .sub-menu li.current-menu-ancestor > a, #site-header-wrap.header-transparent .primary-menu > li .children li.current-menu-ancestor > a {
color: #005ba1;
}
#site-header-wrap.header-transparent .h-fixed .primary-menu {
list-style: none;
margin: 0;
padding: 0;
}
#site-header-wrap.header-transparent .h-fixed .primary-menu.primary-menu-pages {
margin-right: 23px;
}
#site-header-wrap.header-transparent .h-fixed .primary-menu > li:after {
background: rgba(0, 0, 0, 0.5);
}
#site-header-wrap.header-transparent .h-fixed .primary-menu > li > a {
color: #000;
}
#site-header-wrap.header-transparent .h-fixed .primary-menu > li:hover > a, #site-header-wrap.header-transparent .h-fixed .primary-menu > li.current_page_item > a, #site-header-wrap.header-transparent .h-fixed .primary-menu > li.current-menu-item > a, #site-header-wrap.header-transparent .h-fixed .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-transparent .h-fixed .primary-menu > li.current-menu-ancestor > a {
color: #005ba1;
}
#site-header-wrap.header-layout5 .primary-menu > li > a {
color: #fff;
position: relative;
}
#site-header-wrap.header-layout5 .primary-menu > li > a:before {
position: absolute;
content: "";
display: block;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
height: 1px;
width: 1px;
background: #005ba1;
bottom: 30px;
}
#site-header-wrap.header-layout5 .primary-menu > li:hover > a, #site-header-wrap.header-layout5 .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout5 .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout5 .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout5 .primary-menu > li.current-menu-ancestor > a {
color: #005ba1;
}
#site-header-wrap.header-layout5 .primary-menu > li:hover > a:before, #site-header-wrap.header-layout5 .primary-menu > li.current_page_item > a:before, #site-header-wrap.header-layout5 .primary-menu > li.current-menu-item > a:before, #site-header-wrap.header-layout5 .primary-menu > li.current_page_ancestor > a:before, #site-header-wrap.header-layout5 .primary-menu > li.current-menu-ancestor > a:before {
opacity: 1;
width: 100%;
}
#site-header-wrap.header-layout5 .primary-menu > li.menu-item-has-children > a:after {
content: "+";
font-size: 15px;
font-weight: bold;
margin-left: 5px;
display: inline-block;
line-height: 1;
}
}
@media screen and (max-width: 1199px) {
.site-navigation {
background-color: #fff;
border-top: 1px solid rgba(0, 0, 0, 0.08);
position: absolute;
z-index: 1001;
padding: 15px 20px;
top: calc(100% + 30px);
top: -webkit-calc(100% + 30px);
top: -ms-calc(100% + 30px);
top: -o-calc(100% + 30px);
bottom: auto;
left: 0;
right: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
z-index: -1;
max-height: 80vh;
overflow: scroll;
}
.site-navigation.navigation-open {
opacity: 1;
visibility: visible;
top: 100%;
z-index: 999;
}
.primary-menu {
list-style: none;
margin: 0;
padding: 0;
}
.primary-menu li {
position: relative;
list-style: none;
}
.primary-menu li a {
display: block;
padding: 10px 0;
font-size: 15px;
color: #1b1a1a;
font-weight: 700;
}
.primary-menu li.current_page_item > a, .primary-menu li.current-menu-item > a, .primary-menu li.current_page_ancestor > a, .primary-menu li.current-menu-ancestor > a {
color: #005ba1;
}
.primary-menu li .link-icon {
margin-right: 6px;
font-size: 90%;
}
.primary-menu .sub-menu, .primary-menu .children {
position: relative;
padding-left: 20px;
display: none;
}
.primary-menu .sub-menu .container, .primary-menu .children .container {
padding: 0;
}
.primary-menu .sub-menu.submenu-open + .main-menu-toggle:before, .primary-menu .children.submenu-open + .main-menu-toggle:before {
content: "\f2fc";
}
.primary-menu li.focus > .sub-menu, .primary-menu li.focus > .children {
visibility: visible;
opacity: 1;
max-height: none;
overflow: visible;
}
.primary-menu-not-set {
margin: 0;
list-style: none;
}
.primary-menu-not-set a {
display: block;
padding: 10px 0;
color: #000;
font-weight: 600;
font-size: 15px;
}
.primary-menu-not-set a:hover {
color: #005ba1;
}
#main-menu-mobile .btn-nav-mobile {
color: #000;
display: inline-block;
font-size: 16px;
height: 35px;
line-height: 35px;
text-align: center;
vertical-align: middle;
width: 40px;
cursor: pointer;
position: relative;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
border: 1px solid #005ba1;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
content: "";
background-color: #005ba1;
display: block;
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 22px;
top: 21px;
}
#main-menu-mobile .btn-nav-mobile:before {
top: 9px;
}
#main-menu-mobile .btn-nav-mobile span {
top: 15px;
}
#main-menu-mobile .btn-nav-mobile.opened:before {
top: 15px;
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#main-menu-mobile .btn-nav-mobile.opened:after {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 15px;
}
#main-menu-mobile .btn-nav-mobile.opened span {
display: none;
}
.main-menu-toggle {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
cursor: pointer;
display: inline-block;
height: 25px;
line-height: 25px;
position: absolute;
right: 0;
text-align: center;
top: 10px;
width: 25px;
background-color: #005ba1;
border-radius: 2px;
color: #fff;
}
.main-menu-toggle:hover {
background-color: #000;
}
.main-menu-toggle:before {
content: "\f2f9";
font-family: "Material-Design-Iconic-Font";
}
#site-header-wrap .mega-auto-width {
display: block;
}
#site-header-wrap .mega-auto-width > .wpb_column {
width: 100%;
}
#site-header-wrap .mega-auto-width > .wpb_column .vc_column-inner {
padding: 0 !important;
border: none;
}
#site-header-wrap .vc_wp_custommenu {
padding: 0;
background-color: transparent;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
padding: 0 !important;
border: none !important;
margin: 16px 0 !important;
}
}
.comment-navigation, .posts-navigation, .post-navigation { }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
ul.back {
right: 100%;
left: auto !important;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element {
width: 285px;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
padding: 0 40px;
border-right: 2px solid #eaeaea;
margin: 28px 0;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element:last-child .elementor-column-wrap {
border-right: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu {
background-color: transparent;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
margin-top: -8px;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li {
border: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li a {
background-color: transparent;
font-size: 14px;
color: #9b9b9b;
font-weight: normal;
padding: 8px 0 8px 22px;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-ancestor > a {
color: #005ba1;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a {
font-weight: 500;
font-size: 22px;
color: #1b1a1a;
display: block;
padding-left: 0;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a:before {
display: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-ancestor > a {
color: #005ba1;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:last-child a {
padding-bottom: 0;
}
.mega-auto-width .elementor-section.elementor-section-boxed > .elementor-container {
max-width: inherit;
}
.cms-breadcrumb {
margin: 3px 0 0;
list-style: none;
color: #f9f9f9;
}
.cms-breadcrumb li {
display: inline-block;
font-size: 14px;
color: inherit;
}
.cms-breadcrumb li a, .cms-breadcrumb li span {
color: inherit;
}
.cms-breadcrumb li a:after, .cms-breadcrumb li span:after {
margin-left: 14px;
margin-right: 14px;
content: "/";
display: inline-block;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: relative;
bottom: -1px;
}
.cms-breadcrumb li a:hover:after, .cms-breadcrumb li span:hover:after {
color: inherit;
}
.cms-breadcrumb li a:hover {
color: #005ba1;
}
.cms-breadcrumb li:last-child a:after, .cms-breadcrumb li:last-child span:after {
display: none;
}
.elementor-widget-cms_breadcrumb .cms-breadcrumb {
margin-top: 0;
}
.site-h2 #pagetitle {
padding-top: 250px;
padding-bottom: 95px;
}
.site-h2 #pagetitle.page-title-layout1 .container {
max-width: 900px;
}
@media screen and (max-width: 1199px) {
.site-h2 #pagetitle {
padding-top: 85px;
padding-bottom: 85px;
}
}
@media screen and (max-width: 767px) {
.site-h2 #pagetitle {
padding-top: 65px;
padding-bottom: 65px;
}
}
#pagetitle {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
position: relative;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding: 95px 0 100px;
}
@media screen and (max-width: 1199px) {
#pagetitle {
padding-top: 85px;
padding-bottom: 85px;
}
}
@media screen and (max-width: 767px) {
#pagetitle {
padding-top: 65px;
padding-bottom: 65px;
}
}
#pagetitle:before {
content: "";
display: block;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
margin: auto;
bottom: 0;
}
#pagetitle .page-title-inner {
position: relative;
z-index: 1;
}
#pagetitle .entry-page-title {
font-weight: normal;
}
#pagetitle .page-title-meta .page-sub-title {
font-size: 14px;
color: #fff;
font-weight: 400;
margin-bottom: 0;
}
#pagetitle .page-title-meta .page-sub-title + .cms-breadcrumb {
margin-top: 10px;
}
#pagetitle.page-title-layout1 {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
z-index: 1;
}
#pagetitle.page-title-layout1 .entry-page-title {
margin-bottom: 0;
font-size: 50px;
color: #fff;
}
@media screen and (max-width: 991px) {
#pagetitle.page-title-layout1 .entry-page-title {
font-size: 50px;
}
}
@media screen and (max-width: 575px) {
#pagetitle.page-title-layout1 .entry-page-title {
font-size: 35px;
}
}
#pagetitle.page-title-layout1.breadcrumb-show .cms-breadcrumb {
font-size: 12px;
margin-top: 20px;
}
#pagetitle.page-title-layout2 .page-title-holder .entry-page-title {
color: #fff;
}
@media screen and (max-width: 991px) {
#pagetitle.page-title-layout2 .page-title-holder .entry-page-title {
font-size: 40px;
line-height: 1.2;
margin-bottom: 35px;
}
}
@media screen and (max-width: 767px) {
#pagetitle.page-title-layout2 .page-title-holder .entry-page-title {
font-size: 35px;
}
}
@media screen and (min-width: 1200px) {
#pagetitle.page-title-layout2 .page-title-inner {
margin: 100px 0;
display: flex;
align-items: center;
}
#pagetitle.page-title-layout2 .page-title-holder {
max-width: 60%;
padding-right: 45px;
flex-grow: 1;
}
#pagetitle.page-title-layout2 .entry-page-title {
margin-bottom: 0;
}
#pagetitle.page-title-layout2 .page-title-meta {
flex-grow: 1;
text-align: right;
}
#pagetitle.page-title-layout2 .cms-breadcrumb {
margin-top: 0;
}
}
.single-post #pagetitle.page-title-layout2 .page-title-inner {
display: block;
margin: 100px 0;
}
@media screen and (min-width: 1200px) {
.single-post #pagetitle.page-title-layout2 .page-title-inner {
max-width: 870px;
}
}
@media screen and (max-width: 991px) {
.single-post #pagetitle.page-title-layout2 .page-title-inner {
max-width: 100%;
}
}
.single-post #pagetitle.page-title-layout2 .page-title-holder {
max-width: 100%;
}
.single-post #pagetitle.page-title-layout2 .entry-page-title {
line-height: 1.2;
margin-bottom: 30px;
}
.single-post #pagetitle.page-title-layout2 .page-title-meta {
flex-grow: 1;
text-align: left;
}
#posttitle {
padding: 32px 0;
text-align: center;
}
#posttitle .cms-breadcrumb {
margin: 0;
}
#posttitle .cms-breadcrumb li {
color: #51668a;
}
#posttitle .cms-breadcrumb li a {
color: #0e2b5c;
}
#posttitle .cms-breadcrumb li a:hover {
color: #005ba1;
}
#posttitle .cms-breadcrumb li span:hover {
color: inherit;
}
#posttitle + #content {
padding-top: 0 !important;
}
.post-type-archive-product #pagetitle .entry-page-title {
font-size: 68px;
}
.post-type-archive-product .cms-breadcrumb {
margin-top: 0 !important;
}
.ptitle-overlay {
position: relative;
z-index: 1;
}
.ptitle-overlay:before {
content: '';
height: 140px;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -1;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
background-image: linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.45)', endColorStr='rgba(0, 0, 0, 0)');
}
.sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.format-gallery .entry-featured {
position: relative;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
background: #fff;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
position: absolute;
color: #000;
font-size: 18px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
background: #005ba1;
color: #fff;
}
.format-gallery .entry-featured .owl-next {
right: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
opacity: 0.76;
}
.posts-pagination .posts-page-links {
display: flex;
align-items: center;
justify-content: center;
}
.posts-pagination .page-numbers {
text-align: center;
height: 45px;
width: 48px;
padding: 0;
line-height: 45px;
color: inherit;
font-size: 16px;
font-weight: 400;
color: #000;
}
.posts-pagination .page-numbers.dots {
font-size: 20px;
color: #000 !important;
}
.posts-pagination .page-numbers.dots:hover {
color: #000 !important;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
color: #005ba1;
}
.posts-pagination .page-numbers.next {
background-color: #f6f6f6;
margin-right: 0;
margin-left: 13px;
text-align: center;
font-size: 16px;
width: 95px;
font-weight: 300;
}
.posts-pagination .page-numbers.next:hover, .posts-pagination .page-numbers.next.current {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
}
.posts-pagination .page-numbers.next:hover i {
-webkit-animation: toRightFromLeft 0.3s forwards;
-khtml-animation: toRightFromLeft 0.3s forwards;
-moz-animation: toRightFromLeft 0.3s forwards;
-ms-animation: toRightFromLeft 0.3s forwards;
-o-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
.posts-pagination .page-numbers.prev {
background-color: #f6f6f6;
margin-left: 0;
margin-right: 13px;
text-align: center;
font-size: 16px;
width: 95px;
font-weight: 300;
}
.posts-pagination .page-numbers.prev:hover, .posts-pagination .page-numbers.prev.current {
background-color: #042c79;
background-image: -webkit-gradient(linear, left top, right top, from(#042c79), to(#005ba1));
background-image: -webkit-linear-gradient(left, #042c79, #005ba1);
background-image: -moz-linear-gradient(left, #042c79, #005ba1);
background-image: -ms-linear-gradient(left, #042c79, #005ba1);
background-image: -o-linear-gradient(left, #042c79, #005ba1);
background-image: linear-gradient(left, #042c79, #005ba1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#042c79', endColorStr='#005ba1', gradientType='1');
color: #fff;
}
.posts-pagination .page-numbers.prev:hover i {
-webkit-animation: fadeInRight 0.3s forwards;
-khtml-animation: fadeInRight 0.3s forwards;
-moz-animation: fadeInRight 0.3s forwards;
-ms-animation: fadeInRight 0.3s forwards;
-o-animation: fadeInRight 0.3s forwards;
animation: fadeInRight 0.3s forwards;
}
.entry-title {
text-overflow: ellipsis;
overflow: hidden;
}
.entry-title a {
color: inherit;
}
.entry-title a:hover {
color: #005ba1;
}
.entry-featured {
position: relative;
}
.entry-featured .post-image {
position: relative;
}
.entry-featured .post-image a {
width: 100%;
}
.entry-featured .post-image a, .entry-featured .post-image span {
display: inline-block;
}
.redux-page .entry-featured .post-image img {
width: 100%;
}
.entry-meta {
margin: 0;
list-style: none;
font-size: 14px;
display: flex;
flex-wrap: wrap;
}
.entry-meta li {
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid #fff;
line-height: 24px;
}
.entry-meta li i {
margin-right: 5px;
}
.entry-meta li:last-child {
margin-right: 0;
padding-right: 0;
border-right: 0;
}
.entry-meta li.item-category a:hover {
color: #005ba1;
}
.entry-meta li.item-author {
text-transform: capitalize;
}
.entry-meta li.item-author a {
color: #222;
}
.entry-meta li a:hover {
color: #005ba1;
}
.single-hentry .entry-title {
font-size: 26px;
line-height: 1.31;
}
@media screen and (max-width: 991px) {
.single-hentry .entry-title {
font-size: 20px;
}
}
.single-hentry .entry-meta {
padding: 8px 0px;
border-top: 1px solid #f2f1f1;
border-bottom: 1px solid #f2f1f1;
}
.single-hentry .entry-meta li.item-like i {
margin-right: 5px;
}
.single-hentry .entry-meta li {
color: #222;
display: inline-block;
}
.single-hentry .entry-meta li i {
color: #005ba1;
}
.single-hentry .entry-meta li a {
color: #222;
}
.single-hentry .entry-meta li a i {
color: #005ba1;
}
.single-hentry .entry-content p {
margin-bottom: 26px;
}
.single-hentry .entry-content p:last-child {
margin-bottom: 0;
}
.single-hentry .entry-readmore {
padding-top: 18px;
}
.single-hentry .entry-featured + .entry-body {
position: relative;
}
.single-hentry .entry-featured + .entry-body .entry-meta {
position: relative;
}
.single-hentry .entry-featured + .entry-body .entry-meta li {
display: inline-block;
}
.single-hentry .entry-featured.entry-video iframe {
width: 100%;
}
.single-hentry .entry-featured.entry-gallery .slick-slide {
padding-left: 0;
padding-right: 0;
}
.single-hentry .entry-featured.entry-gallery .slick-arrow {
height: 54px;
line-height: 54px;
cursor: pointer;
text-align: center;
border-radius: 0;
background-color: #f8f8f8;
width: 60px;
opacity: 1;
}
.single-hentry .entry-featured.entry-gallery .slick-arrow:before {
color: #000;
font-size: 22px;
font-weight: 300;
}
.single-hentry .entry-featured.entry-gallery .slick-arrow:hover {
background-color: #005ba1;
}
.single-hentry .entry-featured.entry-gallery .slick-arrow:hover:before {
color: #fff;
}
.single-hentry .entry-featured.entry-quote {
padding: 25px 75px;
background: #f5f5f5;
display: flex;
align-items: center;
border-left: 10px solid #005ba1;
position: relative;
}
.single-hentry .entry-featured.entry-quote:before, .single-hentry .entry-featured.entry-quote:after {
font-size: 100px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 34px;
height: 24px;
line-height: 80px;
color: #005ba1;
}
.single-hentry .entry-featured.entry-quote:before {
left: 10px;
content: "“";
}
.single-hentry .entry-featured.entry-quote:after {
right: 20px;
content: "”";
}
.single-hentry.archive {
margin-bottom: 30px;
padding-bottom: 25px;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.single-hentry.archive + .posts-pagination {
margin-top: -10px;
}
.single-hentry.archive .entry-featured {
margin-bottom: 18px;
}
.single-hentry.archive.gallery {
margin-top: 0;
}
.single-hentry.archive .entry-title {
font-size: 26px;
margin-bottom: 18px;
}
.single-hentry.archive .entry-title i {
font-size: 20px;
color: #005ba1;
padding: 5px 5px 2px;
border: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
.single-hentry.archive .entry-title {
font-size: 20px;
}
}
.single-hentry.archive .entry-body .entry-meta {
margin-bottom: 18px;
}
.single-hentry.archive .entry-readmore a {
display: inline-block;
padding-right: 15px;
color: #005ba1;
font-size: 16px;
}
.single-hentry.archive .entry-readmore a:hover {
color: #000;
}
.single-hentry.archive .entry-readmore a:hover i {
-webkit-animation: toRightFromLeft 0.3s forwards;
-khtml-animation: toRightFromLeft 0.3s forwards;
-moz-animation: toRightFromLeft 0.3s forwards;
-ms-animation: toRightFromLeft 0.3s forwards;
-o-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
.single-hentry.archive .entry-readmore a i:before {
font-family: "Font Awesome 5 Pro";
}
.single-hentry.archive .post-image {
position: relative;
overflow: hidden;
}
.single-hentry.archive .post-image:before {
-webkit-transition: all 140ms linear 0ms;
-khtml-transition: all 140ms linear 0ms;
-moz-transition: all 140ms linear 0ms;
-ms-transition: all 140ms linear 0ms;
-o-transition: all 140ms linear 0ms;
transition: all 140ms linear 0ms;
z-index: 1;
opacity: 0;
content: "";
display: block;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
position: absolute;
top: 20%;
left: 20%;
bottom: 20%;
right: 20%;
}
.single-hentry.archive .post-image img {
width: 100%;
-webkit-transition: all 140ms linear 0ms;
-khtml-transition: all 140ms linear 0ms;
-moz-transition: all 140ms linear 0ms;
-ms-transition: all 140ms linear 0ms;
-o-transition: all 140ms linear 0ms;
transition: all 140ms linear 0ms;
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.single-hentry.archive .cms-light-box {
bottom: 0;
height: 62px;
left: 0;
margin: auto;
overflow: hidden;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 100%;
z-index: 10;
display: flex;
justify-content: center;
}
.single-hentry.archive .cms-light-box .btn-meta {
margin: 0 6px;
}
.single-hentry.archive .cms-light-box .btn-meta a {
z-index: 2;
-webkit-transition: all 150ms linear 0ms;
-khtml-transition: all 150ms linear 0ms;
-moz-transition: all 150ms linear 0ms;
-ms-transition: all 150ms linear 0ms;
-o-transition: all 150ms linear 0ms;
transition: all 150ms linear 0ms;
display: inline-block;
background: #fff;
height: 62px;
line-height: 65px;
text-align: center;
width: 62px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
font-size: 20px;
outline: none;
z-index: 11;
opacity: 0;
color: #005ba1;
}
.single-hentry.archive .cms-light-box .btn-meta a:hover {
background-color: #005ba1;
color: #fff !important;
}
.single-hentry.archive .cms-light-box .zoom-images a {
transform: translateX(-100px);
}
.single-hentry.archive .cms-light-box .link-more a {
transform: translateX(100px);
}
.single-hentry.archive:hover .post-image img {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.single-hentry.archive:hover .post-image:before {
opacity: 0.8;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.single-hentry.archive:hover .btn-meta a {
transform: translateX(0px);
opacity: 1;
}
.entry-bottom-meta {
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
.entry-bottom-meta {
display: flex;
align-items: center;
justify-content: space-between;
}
}
.entry-bottom-meta .entry-tags {
margin-top: 15px;
margin-bottom: 15px;
}
.entry-bottom-meta .entry-tags label {
margin-right: 15px;
color: #000;
font-weight: 600;
}
.entry-bottom-meta .entry-tags label i {
margin-right: 10px;
color: #005ba1;
}
.entry-bottom-meta .entry-tags a {
border: 1px solid #ebebeb;
color: #222;
display: inline-block;
font-size: 16px;
line-height: 28px;
padding: 6px 20px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 10px;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
@media screen and (max-width: 991px) {
.entry-bottom-meta .entry-tags a {
padding-left: 15px;
padding-right: 15px;
}
}
.entry-bottom-meta .entry-tags a:hover {
border-color: #005ba1;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
text-decoration: none;
}
.entry-bottom-meta .entry-tags a:last-child {
margin-right: 0;
}
.entry-bottom-meta .entry-socail-share {
margin: 15px -5px 15px 0;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.entry-bottom-meta .entry-socail-share label {
color: #000;
margin-right: 15px;
font-weight: 600;
}
.entry-bottom-meta .entry-socail-share label i {
margin-right: 10px;
color: #005ba1;
}
.entry-bottom-meta .entry-socail-share a {
margin: 0 5px;
width: 34px;
height: 34px;
line-height: 34px;
border: 1px solid #dadada;
color: #000;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-align: center;
font-size: 14px;
padding: 0;
}
@media screen and (max-width: 991px) {
.entry-bottom-meta .entry-socail-share a {
text-align: center;
}
.entry-bottom-meta .entry-socail-share a span {
display: none;
}
}
.entry-bottom-meta .entry-socail-share a:hover {
border: 1px solid #005ba1;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
}
.gap-el {
display: flex;
height: 1px;
background-color: #eaeaea;
width: 100%;
margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
.single-post .page-title-inner {
max-width: 860px;
margin: 0 auto;
}
}
.single-post .site-content {
padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
.single-post .site-content {
padding-bottom: 45px;
}
}
.single-post .gap-el {
height: 1px;
}
.single-post .entry-featured {
margin-bottom: 22px;
}
.single-post .entry-featured .image-light-box {
position: relative;
overflow: hidden;
}
.single-post .entry-featured .image-light-box:before {
-webkit-transition: all 250ms linear 0ms;
-khtml-transition: all 250ms linear 0ms;
-moz-transition: all 250ms linear 0ms;
-ms-transition: all 250ms linear 0ms;
-o-transition: all 250ms linear 0ms;
transition: all 250ms linear 0ms;
content: "";
display: block;
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
top: 50%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3);
}
.single-post .entry-featured .image-light-box a.light-box {
width: 62px;
height: 62px;
line-height: 65px;
font-size: 20px;
font-weight: normal;
color: #005ba1;
position: absolute;
text-align: center;
opacity: 0;
top: 30%;
left: 50%;
z-index: 2;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background-color: #fff;
-webkit-transition: all 250ms linear 0ms;
-khtml-transition: all 250ms linear 0ms;
-moz-transition: all 250ms linear 0ms;
-ms-transition: all 250ms linear 0ms;
-o-transition: all 250ms linear 0ms;
transition: all 250ms linear 0ms;
}
.single-post .entry-featured .image-light-box:hover a.light-box {
opacity: 1;
top: 50%;
}
.single-post .entry-featured .image-light-box:hover:before {
top: 0;
height: 100%;
opacity: 1;
}
.single-post .single-hentry .entry-title {
margin-bottom: 20px;
font-size: 26px;
line-height: 1.31;
}
.single-post .entry-content {
margin-bottom: 25px;
}
.single-post .entry-navigation {
margin-bottom: 50px;
padding-bottom: 50px;
border-bottom: 1px solid #e8e8e8;
}
.single-post .entry-navigation .nav-post-btn a {
font-weight: 400;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
height: 40px;
cursor: pointer;
line-height: 40px;
color: #fff;
background-color: #005ba1;
}
.single-post .entry-navigation .nav-post-btn a:hover {
color: #fff;
background-color: #000;
}
.single-post .entry-navigation .nav-post-btn label {
cursor: pointer;
}
.single-post .entry-navigation .nav-links {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0 -15px;
}
.single-post .entry-navigation .nav-item {
display: flex;
flex-wrap: nowrap;
width: 50%;
padding: 0 15px;
}
@media screen and (min-width: 768px) {
.single-post .entry-navigation .nav-item.nav-post-next {
flex-direction: row-reverse;
text-align: right;
flex-grow: 1;
}
.single-post .entry-navigation .nav-item.nav-post-next .nav-post-btn {
margin-right: 0;
margin-left: 20px;
}
.single-post .entry-navigation .nav-item.nav-post-next .nav-post-btn a i {
margin-left: 5px;
}
.single-post .entry-navigation .nav-item.nav-post-prev a i {
margin-right: 5px;
}
}
@media screen and (max-width: 575px) {
.single-post .entry-navigation .nav-item {
width: 100%;
align-items: flex-start;
}
.single-post .entry-navigation .nav-item + .nav-item {
margin-top: 30px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.single-post .entry-navigation .nav-item.nav-post-next {
justify-content: flex-end;
}
}
.single-post .entry-navigation .nav-post-meta label {
font-size: 13px;
display: block;
margin-top: -3px;
}
.single-post .entry-navigation .nav-post-meta a {
font-size: 16px;
line-height: 22px;
font-weight: 700;
color: #0b2653;
}
.single-post .entry-navigation .nav-post-meta a:hover {
color: #005ba1;
}
.single-post .entry-author-info {
margin-bottom: 50px;
}
.single-post .entry-author-info .author-name {
font-size: 18px;
font-weight: 700;
margin-bottom: 12px;
color: #005ba1;
}
.single-post .entry-author-info .author-name a {
color: inherit;
}
.single-post .entry-author-info .author-post {
display: flex;
flex-wrap: nowrap;
}
@media screen and (min-width: 576px) {
.single-post .entry-author-info .author-post {
align-items: center;
}
}
.single-post .entry-author-info .author-avatar {
width: 124px;
min-width: 124px;
margin-right: 10px;
}
@media screen and (max-width: 575px) {
.single-post .entry-author-info .author-avatar {
width: 60px;
min-width: 60px;
margin-right: 10px;
}
}
.single-post .entry-author-info .author-avatar img {
width: 100%;
}
.single-post .entry-author-info .author-description {
font-size: 16px;
padding: 15px 30px 12px;
background-color: #f2f1f1;
}
.single-post .entry-author-info .author-description p {
margin-bottom: 0px;
}
.single-post .entry-author-info .user-social {
list-style: none;
margin: 0;
margin-top: 10px;
}
.single-post .entry-author-info .user-social li {
display: inline-block;
margin-right: 8px;
}
.single-post .entry-author-info .user-social li a {
font-size: 16px;
color: #005ba1;
display: inline-block;
overflow: hidden;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ebebeb;
}
.single-post .entry-author-info .user-social li a:hover i {
-webkit-animation: toTopFromBottom 0.3s forwards;
-khtml-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
-ms-animation: toTopFromBottom 0.3s forwards;
-o-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
.single-post .entry-content .page-links {
margin-bottom: 30px;
}
.cms-related-post .cms-related-post-inner .slick-list {
margin-left: -15px;
margin-right: -15px;
}
.cms-related-post .cms-related-post-inner .slick-arrow {
height: 54px;
line-height: 54px;
width: 60px;
background-color: #fff;
opacity: 1 !important;
color: #000;
font-size: 18px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
@media screen and (min-width: 1200px) {
.cms-related-post .cms-related-post-inner .slick-arrow {
top: 120px;
}
}
.cms-related-post .cms-related-post-inner .slick-arrow.slick-next {
right: -1px;
}
.cms-related-post .cms-related-post-inner .slick-arrow.slick-prev {
left: -1px;
}
.cms-related-post .cms-related-post-inner .slick-arrow:hover {
background-color: #fff;
color: #005ba1;
}
.cms-related-post .item-title {
font-size: 26px;
font-weight: 400;
margin: 16px 0 15px;
}
.cms-related-post .item-title a {
color: inherit;
}
.cms-related-post .item-title a:hover {
color: #005ba1;
}
.no-results .search-form {
position: relative;
}
.no-results .search-form .search-submit {
position: absolute;
top: 0;
right: 0;
border: none;
color: #282828;
background-color: transparent;
padding: 0 15px;
line-height: 48px;
}
img.image-space {
margin-top: 9px;
margin-bottom: 6px;
}
.single-post #primary.content-full-width, .page-template-blog-classic #primary.content-full-width {
max-width: 800px;
margin: auto;
}
body.search-results .single-hentry .entry-featured {
margin-bottom: 0;
}
body.search-results .single-hentry .entry-body {
padding: 32px 40px 40px;
background-color: #fff;
-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
}
@media screen and (max-width: 1199px) {
body.search-results .single-hentry .entry-body {
padding-left: 30px;
padding-right: 30px;
}
}
@media screen and (max-width: 991px) {
body.search-results .single-hentry .entry-body {
padding: 30px 20px;
}
}
.tax-case-study-category .entry-meta .item-category, .tax-case-study-category .entry-meta .item-comment {
display: none;
}
.post-footer .post-footer-holder {
border: 1px solid #e7ebef;
margin-bottom: 50px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
display: flex;
flex-wrap: wrap;
}
.post-footer .post-footer-holder > div {
width: 50%;
padding: 23px 30px;
}
.post-footer .post-footer-holder > div + div {
border-left: 1px solid #e7ebef;
}
@media screen and (max-width: 767px) {
.post-footer .post-footer-holder > div + div {
border-top: 1px solid #e7ebef;
border-left: none;
justify-content: flex-start;
}
}
@media screen and (max-width: 767px) {
.post-footer .post-footer-holder > div {
width: 100%;
}
}
.post-footer .post-footer-tag {
font-size: 14px;
color: #005ba1;
}
.post-footer .post-footer-tag a {
color: inherit;
}
.post-footer .post-footer-tag label {
font-size: 16px;
color: #0b2653;
font-weight: 700;
display: block;
margin-bottom: 17px;
}
.post-footer .post-footer-social-share {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
}
.post-footer .post-footer-social-share a {
width: 54px;
height: 54px;
background-color: #000;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
line-height: 54px;
color: #fff;
text-align: center;
display: inline-block;
}
.post-footer .post-footer-social-share a:hover {
background-color: #005ba1;
}
.post-footer .post-footer-social-share a span {
font-size: 14px;
font-weight: 700;
color: #f9f9f9;
display: none;
}
.post-footer .post-footer-social-share a:hover {
background-color: #005ba1;
}
.post-footer .post-footer-social-share a + a {
margin-left: 16px;
}
.post-footer .post-footer-navigation .nav-post-meta {
max-width: 200px;
}
.post-footer .post-footer-navigation .nav-post-meta label {
font-size: 13px;
display: block;
margin-top: -3px;
}
.post-footer .post-footer-navigation .nav-post-meta a {
font-size: 16px;
line-height: 22px;
font-weight: 700;
color: #0b2653;
}
.post-footer .post-footer-navigation .nav-post-meta a:hover {
color: #005ba1;
}
.post-footer .post-footer-navigation .nav-post-img {
width: 90px;
min-width: 90px;
margin-right: 20px;
}
.post-footer .post-footer-navigation .nav-post-img img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.post-footer .post-footer-navigation .nav-links {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0 -15px;
position: relative;
}
.post-footer .post-footer-navigation .nav-item {
display: flex;
flex-wrap: nowrap;
width: 50%;
padding: 0 15px;
}
@media screen and (min-width: 576px) {
.post-footer .post-footer-navigation .nav-item.nav-post-next {
flex-direction: row-reverse;
text-align: right;
}
.post-footer .post-footer-navigation .nav-item.nav-post-next .nav-post-img {
margin-right: 0;
margin-left: 20px;
}
}
@media screen and (max-width: 575px) {
.post-footer .post-footer-navigation .nav-item {
width: 100%;
align-items: flex-start;
}
.post-footer .post-footer-navigation .nav-item + .nav-post-archive + .nav-item {
margin-top: 90px;
}
}
.post-footer .post-footer-navigation .nav-post-archive {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.post-footer .post-footer-navigation .nav-post-archive a {
font-size: 22px;
}
.css-events-list table.events-table td {
padding: 10px 15px; }
.type-cmsservice .entry-featured, .single-cmscase .entry-featured {
margin-bottom: 25px;
}
.widget-title, .comments-title, .comment-reply-title {
font-size: 22px;
position: relative;
margin-bottom: 23px;
display: inline-block;
padding-bottom: 5px;
}
.comments-title, .comment-reply-title {
margin-bottom: 25px;
font-size: 26px;
}
.comments-title {
display: inline-block;
padding-bottom: 5px;
}
#secondary .widget {
margin-bottom: 40px;
position: relative;
}
@media screen and (max-width: 991px) {
#secondary .widget.widget_cms_recent_posts {
padding-right: 15px;
}
}
#secondary .widget:last-child {
margin-bottom: 0;
}
#secondary .widget select {
max-width: 100%;
}
#secondary .widget .gallery {
margin: -16px -12px 43px -12px;
display: flex;
flex-wrap: wrap;
}
#secondary .widget .gallery .gallery-item {
padding: 0 12px;
margin-top: 24px;
margin-bottom: 0;
}
#secondary .widget .gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
#secondary .widget .gallery.gallery-columns-3 .gallery-item {
width: 33.33%;
}
#secondary .widget .gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
#secondary .widget .gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
#secondary .widget.widget_products .product_list_widget li del span {
color: #222;
}
#secondary .widget.widget_products .product_list_widget li ins {
background-color: transparent;
}
#secondary .widget.widget_products .product_list_widget li ins span {
font-weight: bold;
color: #005ba1;
}
.sidebar-contact-form.widget_text {
padding: 30px 30px;
border: 1px solid #ebebeb;
}
.sidebar-contact-form .wpcf7 form .wpcf7-response-output {
margin-left: 0;
margin-right: 0;
}
.sidebar-contact-form .wpcf7 form .wpcf7-form-control.wpcf7-submit {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.sidebar-contact-form .wpcf7 form .wpcf7-form-control.wpcf7-submit:hover {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#005ba1));
background-image: -webkit-linear-gradient(left, #005ba1, #005ba1);
background-image: -moz-linear-gradient(left, #005ba1, #005ba1);
background-image: -ms-linear-gradient(left, #005ba1, #005ba1);
background-image: -o-linear-gradient(left, #005ba1, #005ba1);
background-image: linear-gradient(left, #005ba1, #005ba1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#005ba1', gradientType='1');
}
ul.menu {
list-style: none;
margin: 0;
}
.search-form {
position: relative;
}
.widget_nav_menu.column3 ul.menu {
margin: 0 -15px;
overflow: hidden;
}
.widget_nav_menu.column3 ul.menu li {
width: 33.33%;
padding: 0 15px;
float: left;
}
@media screen and (max-width: 767px) {
.widget_nav_menu.column3 ul.menu li {
width: 50%;
}
}
@media screen and (max-width: 575px) {
.widget_nav_menu.column3 ul.menu li {
width: 100%;
}
}
.widget_nav_menu.column2 ul.menu {
margin: 0 -15px;
overflow: hidden;
}
.widget_nav_menu.column2 ul.menu li {
width: 50%;
padding: 0 15px;
float: left;
}
@media screen and (max-width: 575px) {
.widget_nav_menu.column2 ul.menu li {
width: 100%;
}
}
.widget_product_categories ul, .widget_categories ul, .cs-recent-service ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
list-style: none;
margin-bottom: 0;
}
#content .widget_product_categories ul ul ul ul ul, #content .widget_categories ul ul ul ul ul, #content .cs-recent-service ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
padding-left: 0;
}
#content .widget_product_categories, #content .widget_categories, #content .cs-recent-service, #content .widget_nav_menu, #content .widget_pages, #content .widget_archive, #content .widget_meta {
padding: 28px 30px;
padding-bottom: 0;
border: 1px solid rgba(34, 34, 34, 0.15);
}
@media screen and (max-width: 767px) {
#content .widget_product_categories, #content .widget_categories, #content .cs-recent-service, #content .widget_nav_menu, #content .widget_pages, #content .widget_archive, #content .widget_meta {
padding: 28px 20px;
}
}
#content .widget_product_categories .widget-title, #content .widget_categories .widget-title, #content .cs-recent-service .widget-title, #content .widget_nav_menu .widget-title, #content .widget_pages .widget-title, #content .widget_archive .widget-title, #content .widget_meta .widget-title {
margin-bottom: 20px;
}
#content .widget_product_categories ul li, #content .widget_categories ul li, #content .cs-recent-service ul li, #content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_archive ul li, #content .widget_meta ul li {
border-top: 1px solid rgba(34, 34, 34, 0.15);
}
#content .widget_product_categories ul li a, #content .widget_categories ul li a, #content .cs-recent-service ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
font-size: 16px;
color: #222;
line-height: 32px;
display: block;
padding: 10px 20px 10px 30px;
position: relative;
margin: 0 1px;
}
#content .widget_product_categories ul li a:hover, #content .widget_categories ul li a:hover, #content .cs-recent-service ul li a:hover, #content .widget_nav_menu ul li a:hover, #content .widget_pages ul li a:hover, #content .widget_archive ul li a:hover, #content .widget_meta ul li a:hover {
color: #fff;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
#content .widget_product_categories ul li .sub-menu, #content .widget_categories ul li .sub-menu, #content .cs-recent-service ul li .sub-menu, #content .widget_nav_menu ul li .sub-menu, #content .widget_pages ul li .sub-menu, #content .widget_archive ul li .sub-menu, #content .widget_meta ul li .sub-menu, #content .widget_product_categories ul li .children, #content .widget_categories ul li .children, #content .cs-recent-service ul li .children, #content .widget_nav_menu ul li .children, #content .widget_pages ul li .children, #content .widget_archive ul li .children, #content .widget_meta ul li .children {
padding-left: 12px;
border-top: 1px solid rgba(34, 34, 34, 0.15);
}
#content .widget_product_categories ul li .count, #content .widget_categories ul li .count, #content .cs-recent-service ul li .count, #content .widget_nav_menu ul li .count, #content .widget_pages ul li .count, #content .widget_archive ul li .count, #content .widget_meta ul li .count {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
float: right;
display: inline-block;
height: 24px;
width: 24px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
line-height: 24px;
text-align: center;
color: #fff;
background-color: #005ba1;
font-size: 13px;
font-weight: 400;
margin-top: 1px;
}
#content .widget_product_categories ul li .count:hover, #content .widget_categories ul li .count:hover, #content .cs-recent-service ul li .count:hover, #content .widget_nav_menu ul li .count:hover, #content .widget_pages ul li .count:hover, #content .widget_archive ul li .count:hover, #content .widget_meta ul li .count:hover {
background-color: #005ba1;
}
#content .widget_product_categories ul, #content .widget_categories ul, #content .cs-recent-service ul, #content .widget_nav_menu ul, #content .widget_pages ul, #content .widget_archive ul, #content .widget_meta ul {
margin-left: -30px;
margin-right: -30px;
}
@media screen and (max-width: 767px) {
#content .widget_product_categories ul, #content .widget_categories ul, #content .cs-recent-service ul, #content .widget_nav_menu ul, #content .widget_pages ul, #content .widget_archive ul, #content .widget_meta ul {
margin-left: -20px;
margin-right: -20px;
}
}
#content .widget_product_categories .current-cat > a, #content .widget_categories .current-cat > a, #content .cs-recent-service .current-cat > a, #content .widget_nav_menu .current-cat > a, #content .widget_pages .current-cat > a, #content .widget_archive .current-cat > a, #content .widget_meta .current-cat > a, #content .widget_product_categories .current-cat-parent > a, #content .widget_categories .current-cat-parent > a, #content .cs-recent-service .current-cat-parent > a, #content .widget_nav_menu .current-cat-parent > a, #content .widget_pages .current-cat-parent > a, #content .widget_archive .current-cat-parent > a, #content .widget_meta .current-cat-parent > a, #content .widget_product_categories .current-cat-ancestor > a, #content .widget_categories .current-cat-ancestor > a, #content .cs-recent-service .current-cat-ancestor > a, #content .widget_nav_menu .current-cat-ancestor > a, #content .widget_pages .current-cat-ancestor > a, #content .widget_archive .current-cat-ancestor > a, #content .widget_meta .current-cat-ancestor > a {
color: #005ba1;
}
#content .widget_product_categories .nice-select ul li, #content .widget_categories .nice-select ul li, #content .cs-recent-service .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
font-size: 14px;
line-height: normal;
}
.widget_recent_entries, .widget_recent_comments {
padding: 30px;
border: 1px solid rgba(34, 34, 34, 0.15);
}
@media screen and (max-width: 767px) {
.widget_recent_entries, .widget_recent_comments {
padding-left: 15px;
padding-right: 15px;
}
}
.widget_recent_entries a, .widget_recent_comments a {
color: #282828;
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
color: #005ba1;
}
.widget_recent_entries li, .widget_recent_comments li {
margin-top: 11px;
padding-top: 11px;
}
.widget_recent_entries li + li, .widget_recent_comments li + li {
border-top: 1px solid rgba(34, 34, 34, 0.15);
}
.widget_recent_entries li:first-child, .widget_recent_comments li:first-child {
padding-top: 0;
margin-top: 0;
}
.widget_recent_comments .recentcomments > a {
font-size: 16px;
font-weight: 400;
line-height: normal;
color: #000;
display: block;
}
.widget_recent_comments .recentcomments > a:hover {
color: #005ba1;
}
.widget_recent_comments .recentcomments > a:before {
content: '\A';
white-space: pre;
}
.widget_rss ul {
list-style: none;
padding: 0;
}
.widget_rss li {
margin-bottom: 16px;
}
.widget_rss li:last-child {
margin-bottom: 0;
}
.widget_rss .rsswidget {
font-weight: 700;
display: inline-block;
}
.widget_rss .rss-date {
font-size: 0.875em;
font-style: italic;
display: block;
}
.widget_rss cite {
font-weight: 700;
font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
text-align: center;
}
.widget_calendar table > caption {
padding-bottom: 0;
text-align: center;
color: inherit;
}
.widget_ef_recent_posts li {
padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
font-size: 15px;
font-weight: 500;
color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
color: #005ba1;
}
.widget_ef_recent_posts .entry-title {
font-size: 18px;
line-height: 24px;
margin-top: 4px;
font-family: 'Mulish', sans-serif;
}
.widget_ef_recent_posts .entry-title a {
color: #000;
}
.widget_ef_recent_posts .entry-title a:hover {
color: #005ba1;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
margin-top: 15px;
}
.cms-social {
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.cms-social li {
display: inline-block;
margin: 0 10px 10px 0;
}
.cms-social a {
font-size: 17px;
height: 44px;
width: 44px;
border: 2px solid #253b61;
-webkit-border-radius: 44px;
-khtml-border-radius: 44px;
-moz-border-radius: 44px;
-ms-border-radius: 44px;
-o-border-radius: 44px;
border-radius: 44px;
color: #005ba1;
text-align: center;
display: inline-block;
position: relative;
}
.cms-social a i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cms-social a:hover {
color: #fff;
background-color: #005ba1;
border-color: #005ba1;
}
.widget_cms_check_availability {
background-color: #fff;
border: 1px solid #e5e5e5 !important;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
margin-bottom: 55px !important;
padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
display: none !important;
}
.widget_newsletterwidget {
background-color: #111;
padding: 32px 40px 40px 40px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
@media screen and (max-width: 767px) {
.widget_newsletterwidget {
background-color: #000;
}
}
@media screen and (max-width: 1199px) {
.widget_newsletterwidget {
padding-left: 30px;
padding-right: 30px;
}
}
.widget_newsletterwidget .description {
padding-bottom: 23px;
color: #fff;
font-weight: 700;
}
.widget_newsletterwidget .tnp-widget {
position: relative;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email {
margin-bottom: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
height: 54px;
-webkit-border-radius: 54px;
-khtml-border-radius: 54px;
-moz-border-radius: 54px;
-ms-border-radius: 54px;
-o-border-radius: 54px;
border-radius: 54px;
background-color: transparent;
border: 2px solid #2f2e2e;
background-color: transparent;
font-size: 13px;
color: #9b9b9b;
font-style: normal;
padding: 0 28px;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
border-color: #005ba1;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button {
margin: 0;
width: 54px;
height: 54px;
position: absolute;
top: 0;
right: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
content: '\f061';
font-size: 12px;
color: #fff;
height: 30px;
width: 30px;
line-height: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
background-color: #005ba1;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-family: "Font Awesome 5 Pro";
text-align: center;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
top: 0;
right: 0;
opacity: 0;
padding: 0;
height: 54px;
width: 54px;
position: absolute;
}
.widget_cms_recent_posts {
padding: 30px;
border: 1px solid #ebebeb;
}
.widget_cms_recent_posts .entry-media {
width: 80px;
min-width: 80px;
margin-right: 22px;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
overflow: hidden;
}
@media screen and (max-width: 991px) {
.widget_cms_recent_posts .entry-media {
width: 60px;
min-width: 60px;
margin-right: 16px;
}
}
.widget_cms_recent_posts .entry-title {
margin-bottom: 0;
font-size: 16px;
line-height: 23px;
font-family: 'Mulish', sans-serif;
}
.widget_cms_recent_posts .entry-date {
font-size: 13px;
margin-bottom: 2px;
}
.widget_cms_recent_posts .entry-content {
margin-bottom: 0;
}
.widget_cms_recent_posts .post-item {
display: flex;
flex-wrap: nowrap;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #ebebeb;
}
.widget_cms_recent_posts .post-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
.widget_cms_recent_posts2 {
padding: 30px;
border: 1px solid #ebebeb;
}
.widget_cms_recent_posts2 .widget-title {
margin-bottom: 25px;
}
.widget_cms_recent_posts2 .entry-media {
margin-bottom: 22px;
overflow: hidden;
}
.widget_cms_recent_posts2 .entry-media img {
max-width: 100%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.widget_cms_recent_posts2 .entry-title {
margin-bottom: 0;
font-size: 16px;
line-height: 23px;
font-family: 'Mulish', sans-serif;
}
.widget_cms_recent_posts2 .entry-title a {
color: #222;
}
.widget_cms_recent_posts2 .entry-content {
margin-bottom: 0;
}
.widget_cms_recent_posts2 .post-item {
padding-bottom: 13px;
margin-bottom: 15px;
}
.widget_cms_recent_posts2 .post-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.widget_cms_recent_posts2 .post-item:hover .entry-media img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.widget_cms_recent_posts2 .post-item:hover .entry-title a {
color: #005ba1;
}
.tagcloud a {
border: 1px solid #ebebeb;
color: #222;
display: inline-block;
font-size: 16px !important;
line-height: 28px;
padding: 6px 12px;
margin-bottom: 15px;
margin-right: 10px;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
.tagcloud a:hover {
border-color: #005ba1;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
}
.widget_tag_cloud {
border: 1px solid rgba(34, 34, 34, 0.15);
padding: 30px 30px 20px;
}
.widget_tag_cloud .widget-title {
margin-bottom: 26px;
}
.widget_search {
position: relative;
}
.widget_search .search-field {
padding-right: 70px;
padding-left: 30px;
border: 1px solid #e7e7e7;
}
.widget_search .search-field:focus {
border-color: #005ba1;
}
.widget_search .search-field:focus + .search-submit {
color: #005ba1;
}
.widget_search .search-submit {
border: none;
background-color: transparent;
padding: 0;
height: 48px;
line-height: 48px;
width: 20px;
font-size: 15px;
font-weight: 300;
color: #222;
position: absolute;
top: 0;
right: 30px;
}
.widget_search .search-submit i {
font-weight: 400;
}
#sb_instagram .sbi_item img {
-webkit-border-radius: 1px !important;
-khtml-border-radius: 1px !important;
-moz-border-radius: 1px !important;
-ms-border-radius: 1px !important;
-o-border-radius: 1px !important;
border-radius: 1px !important;
}
#sb_instagram .sbi_item .sbi_photo {
position: relative;
opacity: 1 !important;
}
#sb_instagram .sbi_item .sbi_photo:before {
content: "\f16d";
color: #fff;
font-size: 14px;
font-family: 'Font Awesome 5 Pro';
z-index: 2;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
#sb_instagram .sbi_item .sbi_photo:after {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
content: "";
background-color: #005ba1;
opacity: 0.95;
z-index: 1;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
#sb_instagram .sbi_item .sbi_photo:hover:before, #sb_instagram .sbi_item .sbi_photo:hover:after {
opacity: 1;
}
#sb_instagram #sbi_load {
padding-top: 0 !important;
}
.calendar_wrap table {
background-color: #fff;
}
.calendar_wrap table td {
padding: 8px;
font-size: 14px;
}
.elementor-widget-wrap > .btn-inline.elementor-widget {
display: inline-block;
width: auto;
}
.elementor-widget-wrap > .btn-inline.elementor-widget .cms-button-wrapper {
margin-right: 40px;
margin-bottom: 30px;
}
.elementor-widget-wrap > .btn-inline.elementor-widget + .elementor-widget-image {
float: left;
width: auto;
margin-bottom: 30px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.widget_media_gallery, .elementor-widget-wp-widget-media_gallery { }
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery {
margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item {
padding: 0 5px;
margin-top: 10px !important;
margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img {
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.table-cell {
display: table-cell;
vertical-align: top;
min-width: 80px;
}
.table-cell .post-title a {
color: #000;
}
.table-cell:hover .post-title a {
color: #005ba1;
}
.table-cell.cell-bottom {
vertical-align: bottom;
}
.tab-holder {
padding: 0;
}
.tab-holder ul.nav {
border: none;
}
.tab-holder ul.nav li {
display: inherit;
margin-right: 2px;
float: left;
margin-bottom: -1px;
}
.tab-holder ul.nav li a {
font-size: 14px;
line-height: 1;
color: #333;
text-transform: uppercase;
padding: 15px 8px;
border: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
outline: none;
background: #f5f5f5;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.tab-holder ul.nav li.active a, .tab-holder ul.nav li:hover a {
background: #fff;
border-bottom: 1px solid #fff;
}
.tab-content {
border: 1px solid #e9e9e9;
}
.cs-popular {
padding: 20px !important;
}
.cs-recent-post .cs-popular {
padding: 0 !important;
}
.cs-popular li {
display: block;
padding: 0px;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 20px;
padding-bottom: 20px;
}
.cs-popular li:last-child {
border-bottom: none;
padding-bottom: 0px;
margin-bottom: 0px;
}
.cs-popular .cs-meta img {
width: 80px;
height: 80px;
max-width: 80px;
}
.cs-popular .cs-meta .date {
background: #f5f5f5;
font-size: 11px;
font-weight: bold;
display: block;
text-align: center;
padding: 7px;
line-height: normal;
}
.cs-popular .cs-meta .date span {
display: block;
}
.cs-popular .cs-details > h4 {
font-size: 14px;
color: #333;
text-transform: uppercase;
letter-spacing: 0;
line-height: 20px;
}
.cs-popular .cs-details .readmore {
font-size: 13px;
margin-top: 10px;
font-weight: bold;
}
.cs-popular .cs-details .description {
font-size: 13px;
color: #a0a0a0;
line-height: 20px;
}
.cs-popular .cs-details {
padding: 0 0 0 17px;
}
.rtl .cs-popular .cs-details {
padding: 0 17px 0 0;
}
.cs-recent-post .cs-popular .cs-details {
padding: 0 0 0 30px;
}
.rtl .cs-recent-post .cs-popular .cs-details {
padding: 0 30px 0 0; }
.sh-list-comment {
padding: 20px !important;
margin: 0;
}
.sh-list-comment li {
border-bottom: 1px solid #e9e9e9;
margin-bottom: 20px;
padding-bottom: 20px;
}
.sh-list-comment li:last-child {
border-bottom: none;
padding-bottom: 0px;
margin-bottom: 0px;
}
.sh-list-comment .image img {
width: 60px;
height: 60px;
max-width: 60px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.sh-list-comment .post-holder {
font-size: 13px;
padding-left: 15px;
}
.sh-list-comment .post-holder p {
margin: 0 0 10px;
}
.sh-list-comment .post-holder a {
color: #a0a0a0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
embed, iframe, object {
max-width: 100%;
}
.custom-logo-link {
display: inline-block;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
padding: 0.8075em 0;
font-size: 0.875em;
font-style: italic;
}
.wp-caption-text {
text-align: center;
}
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-caption {
display: block;
}
.comments-area {
margin-top: 62px;
}
.comments-area .comment-list {
list-style: none;
margin: 0;
}
.comments-area .comment-list > .comment:first-child > .comment-body {
border-top: none;
padding-top: 0;
margin-top: 0;
}
.comments-area .comment-list > .comment > .children {
list-style: none;
margin: 0;
padding-left: 100px;
}
.comments-area .comment-list > .comment > .children .children {
padding-left: 100px;
}
@media screen and (max-width: 767px) {
.comments-area .comment-list > .comment > .children {
padding-left: 0;
}
}
.comments-area .comment-list > .trackback, .comments-area .comment-list > .pingback {
border-top: 2px solid #e7ebef;
margin-top: 24px;
padding-top: 30px;
}
.comments-area .comment-list > .trackback:nth-child(1), .comments-area .comment-list > .pingback:nth-child(1) {
border-top: none;
margin-top: 0;
}
.comments-area .comment-list .children {
list-style: none;
}
.comments-area .comment-list .comment-body + .comment-respond {
margin-top: 45px;
}
.comments-area .comment-inner {
display: flex;
flex-wrap: nowrap;
padding-bottom: 20px;
margin-bottom: 30px;
border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
.comments-area .comment-inner {
padding-bottom: 20px;
margin-bottom: 20px;
}
}
.comments-area .comment-inner img.avatar {
width: 100px;
min-width: 100px;
max-height: 100px;
margin-right: 30px;
}
@media screen and (max-width: 575px) {
.comments-area .comment-inner img.avatar {
width: 60px;
min-width: 60px;
max-height: 60px;
margin-right: 15px;
}
}
.comments-area .comment-inner .comment-content {
margin-top: 12px;
}
.comments-area .comment-inner .comment-content .comment-title {
font-size: 18px;
margin-bottom: 0;
}
@media screen and (min-width: 576px) {
.comments-area .comment-inner .comment-content .comment-title {
margin-right: 20px;
}
}
.comments-area .comment-inner .comment-content .comment-title a {
color: inherit;
}
.comments-area .comment-inner .comment-content .comment-title a:hover {
color: #005ba1;
}
.comments-area .comment-inner .comment-content .comment-meta {
margin-bottom: 9px;
}
@media screen and (min-width: 576px) {
.comments-area .comment-inner .comment-content .comment-meta {
display: flex;
align-items: center;
}
}
.comments-area .comment-inner .comment-content .comment-date {
color: #005ba1;
}
.comments-area .comment-inner .comment-content .comment-text {
font-size: 14px;
line-height: 28px;
}
.comments-area .comment-inner .comment-content .comment-text img {
margin: 15px 0;
}
.comments-area .comment-inner .comment-content .comment-text p:last-child {
margin-bottom: 0;
}
.comments-area .comment-inner .comment-content .comment-reply {
font-size: 14px;
}
@media screen and (max-width: 575px) {
.comments-area .comment-inner .comment-content .comment-reply {
margin-top: 15px;
}
}
@media screen and (min-width: 576px) {
.comments-area .comment-inner .comment-content .comment-reply {
margin-left: 15px;
}
}
.comments-area .comment-inner .comment-content .comment-reply a {
display: inline-block;
}
@media screen and (min-width: 576px) {
.comments-area .comment-inner .comment-content .comment-reply a {
position: relative;
padding-bottom: 0px;
}
.comments-area .comment-inner .comment-content .comment-reply a:before {
height: 1px;
width: 5px;
background-color: #005ba1;
display: inline-block;
content: "";
position: absolute;
top: 10px;
left: -10px;
}
.comments-area .comment-inner .comment-content .comment-reply a:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: block;
content: "";
height: 2px;
background-color: rgba(0, 91, 161, 0.5);
}
}
.comments-area .comment-inner .comment-content .comment-reply a:hover {
color: #000;
}
.comments-area .comment-inner .comment-content .comment-reply a:hover:after {
background-color: #000;
}
@media screen and (max-width: 575px) {
.comments-area .comment-inner .comment-content .comment-reply a {
padding: 3px 15px;
background-color: #005ba1;
color: #fff;
display: inline-block;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.comments-area .comment-inner .comment-content .comment-reply a:hover {
background-color: #005ba1;
}
}
.comments-area .comment-list-wrap {
margin-bottom: 55px;
}
.comments-area #commentform input, .comments-area #commentform textarea {
margin-bottom: 30px;
}
.comments-area #commentform textarea {
height: 105px;
margin-bottom: 30px;
}
.comments-area #commentform .submit {
margin-bottom: 0;
height: 45px;
line-height: 45px;
padding: 0 25px;
font-size: 16px;
border-radius: 0;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
@media screen and (min-width: 768px) {
.comments-area #commentform .submit {
padding: 0 42px;
}
}
.comments-area #commentform .submit:hover {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
}
.comments-area #commentform .form-submit {
margin-bottom: 0;
}
.comments-area .comment-content a {
word-wrap: break-word;
}
.comments-area .bypostauthor {
display: block;
}
.comments-area .logged-in-as {
color: inherit;
}
.comments-area .logged-in-as a {
color: inherit;
position: relative;
padding-left: 25px;
}
.comments-area .logged-in-as a:hover {
color: #005ba1;
}
.comments-area .logged-in-as a:before {
font-family: "Font Awesome 5 Pro";
position: absolute;
top: 1px;
left: 0;
width: 20px;
font-size: 12px;
height: 20px;
line-height: 20px;
text-align: center;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.comments-area .logged-in-as a:nth-child(1):before {
content: "\f007";
}
.comments-area .logged-in-as a:nth-child(2) {
margin-left: 15px;
}
.comments-area .logged-in-as a:nth-child(2):before {
font-family: "Font Awesome 5 Pro";
content: "\f2f6";
}
.comment-respond .comment-form {
margin-bottom: 45px;
}
.comment-form-cookies-consent {
font-size: 14px;
line-height: 24px;
padding-left: 20px;
position: relative;
margin-bottom: 22px;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
position: absolute;
width: 12px;
height: 12px;
left: 0;
top: 5px;
}
.comment-form-cookies-consent label:before {
content: '';
border: 1px solid #cfcfcf;
background-color: #ececed;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
z-index: 1;
}
.comment-form-cookies-consent label:after {
content: '\f00c';
font-family: "Font Awesome 5 Pro";
font-weight: 400;
z-index: 2;
font-size: 8px;
color: #005ba1;
opacity: 0;
line-height: 12px;
text-align: center;
}
.comment-form-cookies-consent input {
z-index: 99;
opacity: 0;
}
.comment-form-cookies-consent input:checked + label:before {
border-color: #005ba1;
background-color: #fff;
}
.comment-form-cookies-consent input:checked + label:after {
opacity: 1;
}
.comment-form > .row {
margin: 0 -10px;
}
.comment-form > .row .col-lg-4 {
padding: 0 10px;
}
.comments-title {
margin-bottom: 32px;
}
.comment-respond .comment-reply-title {
display: flex;
flex-wrap: wrap;
align-items: center;
padding-bottom: 8px;
}
.comment-respond .comment-reply-title small a {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-color: #005ba1;
color: #fff;
font-size: 13px;
font-weight: 700;
line-height: 25px;
display: inline-block;
padding: 0 10px;
font-family: 'Mulish', sans-serif;
margin-left: 8px;
position: relative;
top: 2px;
}
.comment-respond .comment-reply-title small a:hover {
background-color: #000;
}
.comment-form-comment {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.scroll-top {
position: fixed;
z-index: 99;
bottom: 24px;
right: 15px;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
background-image: -webkit-gradient(linear, left top, left bottom, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(top, #005ba1, #042c79);
background-image: -moz-linear-gradient(top, #005ba1, #042c79);
background-image: -ms-linear-gradient(top, #005ba1, #042c79);
background-image: -o-linear-gradient(top, #005ba1, #042c79);
background-image: linear-gradient(top, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79');
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
color: #fff;
font-size: 22px;
opacity: 0;
overflow: hidden;
visibility: hidden;
}
@media screen and (max-width: 767px) {
.scroll-top {
bottom: 0;
right: 0;
}
}
.scroll-top i {
-webkit-transition: all 100ms linear 0ms;
-khtml-transition: all 100ms linear 0ms;
-moz-transition: all 100ms linear 0ms;
-ms-transition: all 100ms linear 0ms;
-o-transition: all 100ms linear 0ms;
transition: all 100ms linear 0ms;
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#005ba1), to(#000));
background-image: -webkit-linear-gradient(top, #005ba1, #000);
background-image: -moz-linear-gradient(top, #005ba1, #000);
background-image: -ms-linear-gradient(top, #005ba1, #000);
background-image: -o-linear-gradient(top, #005ba1, #000);
background-image: linear-gradient(top, #005ba1, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#000');
}
.scroll-top:hover i, .scroll-top:focus i, .scroll-top:active i {
-webkit-animation: toTopFromBottom 0.3s forwards;
-khtml-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
-ms-animation: toTopFromBottom 0.3s forwards;
-o-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
.scroll-top.on {
bottom: 65px;
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 991px) {
.scroll-top.on {
bottom: 0;
right: 0;
-webkit-border-radius: 2px 0 0;
-khtml-border-radius: 2px 0 0;
-moz-border-radius: 2px 0 0;
-ms-border-radius: 2px 0 0;
-o-border-radius: 2px 0 0;
border-radius: 2px 0 0;
height: 35px;
width: 35px;
line-height: 35px;
font-size: 16px;
}
}
.copyright-custom strong {
font-weight: bold;
color: #005ba1;
}
.item-featured img {
width: 100%;
-webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-grid .item-title a {
color: inherit;
}
.cms-grid .item-title a:hover {
color: #005ba1;
}
.cms-grid .grid-sizer {
visibility: hidden;
}
.cms-grid .cms-grid-inner, .cms-grid .grid-item-inner {
position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
animation: 0.65s ease 0s normal forwards 1 running moveUp;
-webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
-webkit-transform: translateY(200px);
-khtml-transform: translateY(200px);
-moz-transform: translateY(200px);
-ms-transform: translateY(200px);
-o-transform: translateY(200px);
transform: translateY(200px);
}
.cms-grid .cms-load-more {
margin-top: 35px;
}
.cms-grid .cms-load-more i {
margin-left: 0;
margin-right: 0;
}
.cms-grid .cms-load-more i.fa-refresh {
margin-right: 8px;
}
.cms-grid .cms-load-more .btn-secondary {
padding-left: 40px;
padding-right: 40px;
}
.cms-grid .cms-grid-pagination {
margin-top: 20px;
}
.cms-grid .item-featured a {
display: block;
}
.cms-grid .btn-loadmore i {
margin-left: 0;
margin-right: 0;
}
.cms-grid .btn-loadmore i.fa-refresh {
margin-right: 8px;
}
.grid-filter-wrap {
margin-bottom: 23px;
}
.grid-filter-wrap span {
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
margin: 10px 15px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
text-transform: capitalize;
color: #51668a;
position: relative;
}
.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
color: #0e2b5c;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
min-width: 160px;
height: 40px;
line-height: 40px;
padding: 0 40px 0 21px;
display: inline-block;
width: inherit;
border: none;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
content: "\f2f9";
right: 15px;
font-size: 15px;
}
.select-order-wrap {
margin-left: 15px;
}
.item-order {
position: absolute;
opacity: 0;
visibility: hidden;
}
.owl-dots {
text-align: center;
margin-top: 44px;
line-height: 1;
height: 12px;
}
.owl-dots .owl-dot {
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
border: 3px solid #1b1a1a;
display: inline-block;
height: 12px;
margin: 0 5px;
width: 12px;
vertical-align: top;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
position: relative;
}
.owl-dots .owl-dot.active {
border-color: #005ba1;
}
.cms-slick-carousel .slick-arrow, .cms-nav-carousel .slick-arrow {
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
background-color: #1b1a1a;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
font-size: 13px;
color: #fff;
cursor: pointer;
display: inline-block;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
z-index: 99;
}
.cms-slick-carousel .slick-arrow:hover, .cms-nav-carousel .slick-arrow:hover {
background-color: #005ba1;
}
.cms-slick-carousel .slick-arrow.slick-disabled, .cms-nav-carousel .slick-arrow.slick-disabled {
opacity: 0.5;
}
.cms-slick-carousel .slick-prev, .cms-nav-carousel .slick-prev {
left: 0;
}
.cms-slick-carousel .slick-next, .cms-nav-carousel .slick-next {
right: 0;
left: auto;
}
.cms-nav-carousel .slick-arrow {
position: static;
}
.cms-nav-carousel .slick-arrow + .slick-arrow {
margin-left: 6px;
}
.slick-slider .slick-slide {
outline: none;
}
.slick-dots {
margin: 25px 0 0;
list-style: none;
display: flex;
justify-content: center;
align-items: center; }
.slick-dots li {
display: flex;
margin: 0 5px 0 5px;
height: 5px;
}
.slick-dots li button {
height: 5px;
width: 16px;
text-indent: -9999px;
padding: 0;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #a8b2c4;
border: none;
position: relative;
z-index: 1;
}
.slick-dots li button:before, .slick-dots li button:after {
display: none;
}
.slick-dots li.slick-active button {
border-color: #005ba1;
background-color: #005ba1;
width: 26px;
}
#cms-loadding {
background: #005ba1;
background: -webkit-radial-gradient(center, #005ba1, #005ba1);
background: -moz-radial-gradient(center, #005ba1, #005ba1);
background: radial-gradient(ellipse at center, #005ba1, #005ba1);
height: 100%;
position: fixed;
width: 100%;
z-index: 999999;
top: 0;
left: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
#cms-loadding .loading-spinner {
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 80px;
height: 80px;
line-height: 80px;
-webkit-box-shadow: 0 4px 28px 0 rgba(255, 255, 255, 0.8);
-khtml-box-shadow: 0 4px 28px 0 rgba(255, 255, 255, 0.8);
-moz-box-shadow: 0 4px 28px 0 rgba(255, 255, 255, 0.8);
-ms-box-shadow: 0 4px 28px 0 rgba(255, 255, 255, 0.8);
-o-box-shadow: 0 4px 28px 0 rgba(255, 255, 255, 0.8);
box-shadow: 0 4px 28px 0 rgba(255, 255, 255, 0.8);
background: #005ba1;
border: 2px solid #fff;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-align: center;
margin: 0 auto;
color: #fff;
}
#cms-loadding .loading-spinner i {
font-size: 30px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
animation: mymove 0.6s infinite linear;
}
.nav-tabs.cms-tabs {
border: none;
margin-bottom: 10px;
}
.nav-tabs.cms-tabs .nav-item {
margin: 0 0 10px 26px;
}
.nav-tabs.cms-tabs .nav-item:first-child {
margin-left: 0;
}
.nav-tabs.cms-tabs .nav-item a {
margin: 0;
border: none;
padding: 0;
font-size: 13px;
color: rgba(40, 40, 40, 0.33);
}
.nav-tabs.cms-tabs .nav-item a.active {
color: #282828;
}
.entry-footer .entry-edit-link {
display: none;
}
.cms-modal {
-webkit-transition: all 360ms linear 0ms;
-khtml-transition: all 360ms linear 0ms;
-moz-transition: all 360ms linear 0ms;
-ms-transition: all 360ms linear 0ms;
-o-transition: all 360ms linear 0ms;
transition: all 360ms linear 0ms;
background-color: rgba(27, 26, 26, 0.85);
position: fixed;
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scale(0.5);
-khtml-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
visibility: hidden;
}
.cms-modal .cms-modal-content {
padding: 40px 0;
max-width: 470px;
margin: auto;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 0;
right: 0;
}
.cms-modal.open {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
}
.cms-modal-close {
position: absolute;
top: 30px;
right: 30px;
color: #fff;
font-size: 24px;
cursor: pointer;
}
.cms-modal-search {
background-color: #fff;
}
.cms-modal-search .cms-modal-close {
top: 40px;
right: 40px;
margin: auto;
height: 66px;
width: 66px;
background-color: #005ba1;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
text-align: center;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
@media screen and (max-width: 1199px) {
.cms-modal-search .cms-modal-close {
width: 40px;
height: 40px;
}
}
.cms-modal-search .cms-modal-close:hover {
background-color: #000;
}
.cms-modal-search .cms-modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
}
.cms-modal-search .cms-modal-close i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cms-modal-search .cms-modal-content {
max-width: 770px;
}
@media screen and (max-width: 1199px) {
.cms-modal-search .cms-modal-content {
padding-left: 20px;
padding-right: 20px;
}
}
.cms-modal-search .search-form-popup {
position: relative;
}
.cms-modal-search .search-field {
border: none;
background-color: transparent;
color: #51668a;
font-size: 25px;
font-weight: 400;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
height: 86px;
border-bottom: 2px solid #eaeaea;
padding-left: 50px;
}
.cms-modal-search .search-field:focus {
border-color: #eaeaea;
}
@media screen and (max-width: 1199px) {
.cms-modal-search .search-field {
font-size: 20px;
}
}
.cms-modal-search .search-submit {
font-size: 26px;
background-color: transparent;
border: none;
padding: 0;
width: auto;
height: 86px;
color: #0e2b5c;
line-height: 86px;
text-align: center;
position: absolute;
top: 0;
padding-left: 5px;
}
@media screen and (max-width: 1199px) {
.cms-modal-search .search-submit {
font-size: 20px;
}
}
.cms-hidden-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(27, 26, 26, 0.5);
cursor: pointer;
z-index: 9998;
visibility: hidden;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-hidden-sidebar {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 410px;
padding: 95px 70px 50px 70px;
background-color: #091d3e;
color: #fff;
position: fixed;
top: 0;
left: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
overflow-y: scroll;
overflow-x: hidden;
-webkit-transition: all 360ms linear 0ms;
-khtml-transition: all 360ms linear 0ms;
-moz-transition: all 360ms linear 0ms;
-ms-transition: all 360ms linear 0ms;
-o-transition: all 360ms linear 0ms;
transition: all 360ms linear 0ms;
-webkit-transform: translateX(-100%);
-khtml-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
z-index: 9999;
}
.cms-hidden-sidebar.open {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0%);
-khtml-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
.cms-hidden-sidebar.open + .cms-hidden-overlay {
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 991px) {
.cms-hidden-sidebar {
width: 320px;
padding: 95px 30px 50px 30px;
}
}
.cms-hidden-sidebar .cms-hidden-close {
position: absolute;
top: 35px;
right: 35px;
font-size: 24px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
cursor: pointer;
-webkit-transition: all 360ms linear 0ms;
-khtml-transition: all 360ms linear 0ms;
-moz-transition: all 360ms linear 0ms;
-ms-transition: all 360ms linear 0ms;
-o-transition: all 360ms linear 0ms;
transition: all 360ms linear 0ms;
}
.cms-hidden-sidebar .cms-hidden-close:hover {
color: #005ba1;
}
.cms-hidden-sidebar .widget {
margin-bottom: 45px;
color: #f9f9f9;
font-size: 15px;
line-height: 25px;
}
.cms-hidden-sidebar .widget h1, .cms-hidden-sidebar .widget h2, .cms-hidden-sidebar .widget h3, .cms-hidden-sidebar .widget h4, .cms-hidden-sidebar .widget h5, .cms-hidden-sidebar .widget h6 {
color: #fff;
}
.cms-hidden-sidebar .widget h6 {
margin-bottom: 9px;
}
.cms-hidden-sidebar .widget.wg-logo {
margin-bottom: 22px;
}
.cms-hidden-sidebar .widget.wg-logo img {
max-height: 44px;
}
.cms-hidden-sidebar .widget.wg-contact-item {
margin-bottom: 27px;
}
.cms-hidden-sidebar .widget.wg-about-text {
margin-bottom: 132px;
}
.cms-hidden-sidebar .widget-title {
color: #fff;
margin-bottom: 15px;
font-size: 15px;
}
.cms-hidden-sidebar .widget-title:after {
background-color: #fff;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item {
border-color: #535353;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item .entry-title {
color: #fff;
}
.cms-hidden-sidebar .tagcloud a, .cms-hidden-sidebar .entry-tags a {
background-color: #000;
color: #fff;
}
.cms-hidden-sidebar .tagcloud a:hover, .cms-hidden-sidebar .entry-tags a:hover {
background-color: #005ba1;
}
@media screen and (min-width: 992px) {
body.error404 .row {
align-items: center;
}
}
body.error404 .site-content {
padding: 0;
}
body.error404 .content-area {
padding-top: 180px;
text-align: center;
background-image: url(//professionalaccountants.info/wp-content/themes/attonio/assets/images/bg-404.jpg);
background-repeat: no-repeat;
background-size: cover;
}
@media screen and (max-width: 767px) {
body.error404 .content-area {
padding-top: 120px;
}
}
@media screen and (min-width: 576px) {
body.error404 .error-404 {
padding: 100px 0px 110px;
height: 100vh;
max-width: 700px;
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
}
@media screen and (max-width: 767px) {
body.error404 .error-404 {
height: auto;
padding: 50px 15px 100px;
}
}
body.error404 .error-404 header .title-404 {
font-size: 200px;
font-weight: 800;
line-height: 1.2;
color: #fff;
}
@media screen and (min-width: 992px) {
body.error404 .error-404 header .title-404 {
margin-top: -50px;
margin-bottom: 20px;
}
}
@media screen and (max-width: 1199px) {
body.error404 .error-404 header .title-404 {
font-size: 100px;
}
}
body.error404 .error-404 .sub-title-404 {
text-transform: uppercase;
font-weight: 800;
font-size: 40px;
color: #fff;
}
@media screen and (min-width: 768px) {
body.error404 .error-404 .sub-title-404 {
margin-bottom: 41px;
}
}
@media screen and (max-width: 767px) {
body.error404 .error-404 .sub-title-404 {
font-size: 35px;
}
}
body.error404 .error-404 .page-content {
font-size: 22px;
color: #fff;
margin-bottom: 36px;
}
body.error404 .btn-default {
display: inline-block;
padding-left: 28px;
padding-right: 28px;
height: 45px;
font-size: 16px;
cursor: pointer;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
line-height: 45px;
color: #fff;
background-color: #005ba1;
font-family: 'Lato', serif;
}
body.error404 .elementor-column-gap-extended {
margin: 0 auto !important;
}
.hide-nav .cms-slick-carousel .slick-arrow {
opacity: 0;
visibility: hidden;
}
.elementor-widget-wp-widget-search .search-form .searchform-wrap {
position: relative;
max-width: 770px;
}
.elementor-widget-wp-widget-search .search-form .searchform-wrap .search-field {
padding-left: 25px;
width: 100%;
padding-right: 45px;
background-color: #fafafa;
height: 50px;
line-height: 50px;
border: 1px solid #fafafa;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.elementor-widget-wp-widget-search .search-form .searchform-wrap .search-field:focus {
border-color: #005ba1;
}
.elementor-widget-wp-widget-search .search-form .searchform-wrap .search-submit {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 45px;
text-align: center;
right: 0;
font-size: 16px;
background-color: transparent;
color: #005ba1;
}
body img.mfp-img {
padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.9;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
line-height: 40px;
padding: 0;
right: 0;
text-align: center;
top: -44px;
width: 40px;
-webkit-border-radius: 2px 2px 0 0;
-khtml-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
-ms-border-radius: 2px 2px 0 0;
-o-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
body .mfp-bottom-bar {
margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
background-color: #005ba1;
width: 60px;
height: 120px;
opacity: 1;
}
.mfp-wrap .mfp-container .mfp-arrow:before, .mfp-wrap .mfp-container .mfp-arrow:after {
border: none;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
font-family: "Material-Design-Iconic-Font";
font-size: 20px;
color: #fff;
margin: 0;
padding: 0;
line-height: normal;
position: absolute;
top: 50%;
display: block;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 1;
left: 50%;
width: auto;
height: auto;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
content: "\f2ea";
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
content: "\f2ee";
}
@media screen and (min-width: 1200px) {
.mfp-wrap .mfp-container {
padding: 0 120px;
}
}
.revslider-initialised {
margin-bottom: 0 !important; }
.revslider-initialised .rev-btn i.space-left {
margin-left: 10px;
font-size: 14px;
font-weight: 900;
}
.revslider-initialised .cms-video-button {
z-index: 99;
}
@media screen and (max-width: 767px) {
.revslider-initialised .cms-video-player .btn-video-wrap .btn-video-text {
display: none;
}
}
.revslider-initialised .slider-list i {
margin-right: 16px;
color: #005ba1;
}
@media screen and (min-width: 1200px) {
.revslider-initialised .slider-list i {
font-size: 20px;
position: relative;
bottom: -2px;
}
}
@media screen and (max-width: 767px) {
.revslider-initialised .slider-list i {
display: none;
}
}
.revslider-initialised .tparrows.arrow-nustic {
background-color: #f8f8f8;
height: 60px;
width: 60px;
}
.revslider-initialised .tparrows.arrow-nustic:before {
color: #005ba1;
font-size: 20px;
line-height: 60px;
}
.revslider-initialised .tp-bullets.custom .tp-bullet {
height: 5px;
width: 16px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background: rgba(255, 255, 255, 0.5);
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.revslider-initialised .tp-bullets.custom .tp-bullet:before, .revslider-initialised .tp-bullets.custom .tp-bullet:after {
display: none;
}
.revslider-initialised .tp-bullets.custom .tp-bullet.selected {
background-color: #fff;
-webkit-transform: scaleX(1.6);
-khtml-transform: scaleX(1.6);
-moz-transform: scaleX(1.6);
-ms-transform: scaleX(1.6);
-o-transform: scaleX(1.6);
transform: scaleX(1.6);
}
@media screen and (max-width: 991px) {
.revslider-initialised .tp-bullets.custom .tp-bullet {
display: none;
}
}
.revslider-initialised .icon-space-left {
margin-left: 8px;
font-size: 12px;
}
.revslider-initialised i.space-right {
margin-right: 10px;
}
.revslider-initialised .icon-slider {
font-size: 20px;
position: relative;
top: 2px;
}
.revslider-initialised .btn-video-slider {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.revslider-initialised .btn-video-slider i {
height: 60px;
width: 60px;
font-size: 16px;
color: #fff;
-webkit-border-radius: 60px;
-khtml-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
background-color: #005ba1;
text-align: center;
margin-right: 28px;
position: relative;
z-index: 1;
}
.revslider-initialised .btn-video-slider i:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.revslider-initialised .btn-video-slider i:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1.5px solid #005ba1;
-webkit-transform: scale(1.3);
-khtml-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
z-index: -1;
-webkit-border-radius: 60px;
-khtml-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.revslider-initialised .btn-video-slider span {
font-size: 14px;
color: #fff;
font-weight: 700;
}
.revslider-initialised .btn-video-slider:hover i:after {
-webkit-transform: scale(0.8);
-khtml-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.revslider-initialised .btn-video-slider.btn-video-white i {
color: #1a1a1a;
background-color: #fff;
}
.revslider-initialised .btn-video-slider.btn-video-white i:after {
border-color: #fff;
}
.cms-navigation-menu1.style1 li {
display: inline-block;
}
.cms-navigation-menu1.style1 li a {
padding: 0 8px;
display: block;
font-size: 15px;
line-height: 32px;
color: #9b9b9b;
position: relative;
}
@media screen and (max-width: 767px) {
.cms-navigation-menu1.style1 li a {
line-height: 42px;
}
}
.cms-navigation-menu1.style1 li:hover > a, .cms-navigation-menu1.style1 li.current-menu-item > a, .cms-navigation-menu1.style1 li > a.active {
color: #005ba1;
}
.cms-navigation-menu1.style1 li:last-child a {
padding-right: 0;
}
.cms-navigation-menu1.style1 li:first-child {
padding-left: 0;
}
.cms-navigation-menu1.style1 .menu > li + li a {
position: relative;
}
.cms-navigation-menu1.style1 .menu > li + li a:before {
position: absolute;
left: -3px;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
display: inline-block;
width: 1px;
height: 17px;
background-color: #918f8d;
}
.cms-navigation-menu1.style2 li {
line-height: 32px;
}
.cms-navigation-menu1.style2 li a {
padding-left: 18px;
position: relative;
display: block;
color: #fff;
}
.cms-navigation-menu1.style2 li a:before {
position: absolute;
top: 1px;
left: 0;
font-family: "Font Awesome 5 Pro";
content: "\f105";
font-size: 20px;
color: #005ba1;
}
.cms-navigation-menu1.style2 li:hover > a, .cms-navigation-menu1.style2 li.current-menu-item > a, .cms-navigation-menu1.style2 li > a.active {
color: #005ba1;
}
.cms-navigation-menu1.style3 li a {
color: #9b9b9b;
font-size: 14px;
line-height: normal;
padding: 9px 0;
position: relative;
}
.cms-navigation-menu1.style3 li:hover > a, .cms-navigation-menu1.style3 li.current_page_item > a, .cms-navigation-menu1.style3 li.current-menu-item > a, .cms-navigation-menu1.style3 li.current_page_ancestor > a, .cms-navigation-menu1.style3 li.current-menu-ancestor > a {
color: #005ba1;
}
.cms-navigation-wrap.style3 {
height: auto !important;
}
@media screen and (max-width: 1199px) {
.cms-navigation-wrap {
height: auto !important;
}
}
.admin-bar .cms-navigation-menu1.is-sticky {
top: 112px; }
.cms-icon1 {
margin-left: -3px;
margin-right: -3px;
}
.cms-icon1.style-1 a {
display: inline-block;
width: 34px;
height: 34px;
overflow: hidden;
text-align: center;
line-height: 34px;
background-color: #005ba1;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
margin: 3px;
position: relative;
}
.cms-icon1.style-1 a i {
color: #fff;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cms-icon1.style-1 a i:nth-child(1) {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
top: 50%;
}
.cms-icon1.style-1 a i:nth-child(2) {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
top: 100%;
}
.cms-icon1.style-1 a:hover i:nth-child(1) {
opacity: 0;
top: 0;
}
.cms-icon1.style-1 a:hover i:nth-child(2) {
opacity: 1;
top: 50%;
}
.cms-icon1.style-1 a:nth-child(1) {
background-color: #1ab9ff;
}
.cms-icon1.style-1 a:nth-child(2) {
background-color: #ffc000;
}
.cms-icon1.style-1 a:nth-child(3) {
background-color: #f66;
}
.cms-icon1.style-1 a:nth-child(4) {
background-color: #abcd52;
}
.cms-icon1.style-2 a {
display: inline-block;
font-size: 13px;
width: 27px;
height: 27px;
line-height: 27px;
overflow: hidden;
text-align: center;
background-color: #fff;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
margin: 3px;
position: relative;
color: #000;
}
.cms-icon1.style-2 a i {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.cms-icon1.style-2 a i:nth-child(1) {
top: 50%;
}
.cms-icon1.style-2 a i:nth-child(2) {
opacity: 0;
top: 100%;
}
.cms-icon1.style-2 a:hover {
background-color: #005ba1;
color: #fff;
}
.cms-icon1.style-2 a:hover i:nth-child(1) {
opacity: 0;
top: 0;
}
.cms-icon1.style-2 a:hover i:nth-child(2) {
opacity: 1;
top: 50%;
}
.cms-icon1.style-3 a {
display: inline-block;
width: 40px;
height: 40px;
overflow: hidden;
text-align: center;
line-height: 38px;
background-color: #fff;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
margin: 3px;
border: 1px solid #000;
position: relative;
}
.cms-icon1.style-3 a i {
color: #000;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cms-icon1.style-3 a i:nth-child(1) {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
top: 50%;
}
.cms-icon1.style-3 a i:nth-child(2) {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
top: 100%;
}
.cms-icon1.style-3 a:hover {
background-color: #005ba1;
border-color: #005ba1;
}
.cms-icon1.style-3 a:hover i {
color: #fff;
}
.cms-icon1.style-3 a:hover i:nth-child(1) {
opacity: 0;
top: 0;
}
.cms-icon1.style-3 a:hover i:nth-child(2) {
opacity: 1;
top: 50%;
}
.cms-icon1.style-4 a {
display: inline-block;
width: 45px;
height: 45px;
overflow: hidden;
text-align: center;
line-height: 45px;
background-color: #000;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
margin: 3px;
position: relative;
}
.cms-icon1.style-4 a i {
color: #fff;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cms-icon1.style-4 a i:nth-child(1) {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
top: 50%;
}
.cms-icon1.style-4 a i:nth-child(2) {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
top: 100%;
}
.cms-icon1.style-4 a:hover {
background-color: #005ba1;
}
.cms-icon1.style-4 a:hover i {
color: #fff;
}
.cms-icon1.style-4 a:hover i:nth-child(1) {
opacity: 0;
top: 0;
}
.cms-icon1.style-4 a:hover i:nth-child(2) {
opacity: 1;
top: 50%;
}
.cms-icon1.style-4 a:hover:nth-child(1) {
background-color: #3b5998;
}
.cms-icon1.style-4 a:hover:nth-child(2) {
background-color: #1ab9ff;
}
.cms-icon1.style-4 a:hover:nth-child(3) {
background-color: #f66;
}
.cms-icon1.style-4 a:hover:nth-child(4) {
background-color: #abcd52;
}
.cms-icon1.style-5 a {
display: inline-block;
font-size: 13px;
width: 28px;
height: 28px;
line-height: 28px;
overflow: hidden;
text-align: center;
background-color: #005ba1;
margin: 4px;
color: #fff;
position: relative;
}
.cms-icon1.style-5 a i {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.cms-icon1.style-5 a i:nth-child(1) {
top: 50%;
}
.cms-icon1.style-5 a i:nth-child(2) {
opacity: 0;
top: 100%;
}
.cms-icon1.style-5 a:hover {
background-color: #005ba1;
color: #fff;
}
.cms-icon1.style-5 a:hover i:nth-child(1) {
opacity: 0;
top: 0;
}
.cms-icon1.style-5 a:hover i:nth-child(2) {
opacity: 1;
top: 50%;
}
.cms-icon1.style-5.border-5x a {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.cms-icon1.style-6 a {
display: inline-block;
font-size: 13px;
width: 28px;
height: 28px;
line-height: 28px;
overflow: hidden;
text-align: center;
background-color: transparent;
margin: 4px;
color: #005ba1;
border: 2px solid #005ba1;
position: relative;
}
.cms-icon1.style-6 a i {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.cms-icon1.style-6 a i:nth-child(1) {
top: 50%;
}
.cms-icon1.style-6 a i:nth-child(2) {
opacity: 0;
top: 100%;
}
.cms-icon1.style-6 a:hover {
background-color: #005ba1;
color: #fff;
}
.cms-icon1.style-6 a:hover i:nth-child(1) {
opacity: 0;
top: 0;
}
.cms-icon1.style-6 a:hover i:nth-child(2) {
opacity: 1;
top: 50%;
}
.social-member-custom { }
.social-member-custom .cms-icon1 a {
margin-left: 8px;
margin-right: 8px;
}
.cms-contact-info1 {
margin-bottom: 20px;
}
.cms-contact-info1 ul {
margin-bottom: 0;
list-style: none;
}
.cms-contact-info1 li {
display: block;
}
.cms-contact-info1 .inner-content {
display: flex;
align-items: center;
}
.cms-contact-info1 .inner-content:hover .item--icon i, .cms-contact-info1 .inner-content:hover .item--icon img {
-webkit-animation: toTopFromBottom 0.3s forwards;
-khtml-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
-ms-animation: toTopFromBottom 0.3s forwards;
-o-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
.cms-contact-info1 .inner-content .item--icon {
text-align: center;
font-size: 13px;
max-width: 28px;
min-width: 28px;
border-radius: 5px;
line-height: 28px;
height: 28px;
background-color: #005ba1;
color: #fff;
}
.cms-contact-info1 .inner-content .item--icon img {
width: auto;
max-height: 18px;
}
.cms-contact-info1 .inner-content .item--icon + .list-li {
padding-left: 20px;
}
.cms-contact-info1 .inner-content .list-li .el-title {
display: block;
}
.cms-contact-info1 .inner-content .list-li li {
display: inline-block;
}
.cms-contact-info1.icon-block .list-li li {
display: block;
color: #222;
}
.cms-contact-info1.icon-block .list-li li a {
color: #222;
}
.cms-contact-info1.icon-block .list-li li a:hover {
color: #005ba1;
}
.cms-contact-info1.modren .item--icon {
text-align: center;
font-size: 14px;
max-width: 28px;
min-width: 28px;
border-radius: 0px;
line-height: 28px;
height: 28px;
background-color: #005ba1;
color: #fff;
position: relative;
top: 3px;
}
.cms-contact-info1.modren .item--icon img {
width: auto;
max-height: 20px;
}
.cms-contact-info1.modren .item--icon + .list-li {
padding-left: 20px;
}
.cms-contact-info1.modren .list-li .el-title {
font-weight: 500;
font-size: 22px;
color: #000;
}
.cms-contact-info1.modren.morder2 .item--icon {
font-size: 22px;
max-width: 54px;
min-width: 54px;
line-height: 54px;
height: 54px;
}
.cms-contact-info1.modren.morder2 .item--icon img {
width: auto;
max-height: 23px;
}
.cms-contact-info1.modren.morder2 .item--icon + .list-li {
padding-left: 30px;
}
.cms-contact-info1.modren.morder2 .list-li li {
color: #222;
}
.cms-contact-info1.modren.morder2 .list-li li a {
color: #222;
}
.cms-contact-info1.modren.morder2 .list-li li:hover a {
color: #005ba1;
}
.cms-contact-info1.icon-no .inner-content {
display: flex;
align-items: flex-start;
}
.cms-contact-info1.icon-no .item--icon {
text-align: left;
font-size: 13px;
max-width: 23px;
min-width: 23px;
border-radius: 5px;
line-height: 23px;
height: 23px;
background-color: transparent;
color: #005ba1;
}
.cms-contact-info1.icon-no .item--icon i {
font-size: 20px;
}
.cms-contact-info1.icon-no .item--icon img {
width: auto;
max-height: 18px;
}
.cms-contact-info1.icon-no .item--icon + .list-li {
padding-left: 34px;
}
@media screen and (max-width: 767px) {
.cms-contact-info1.icon-no .item--icon + .list-li {
padding-left: 32px;
}
}
.cms-contact-info1.icon-no .list-li li {
display: block;
}
.cms-contact-info1.icon-no .list-li li a {
color: #222;
}
.cms-contact-info1.icon-no .list-li li a:hover {
color: #005ba1;
}
.cms-contact-info2 {
margin-bottom: 15px;
}
.cms-contact-info2 ul {
margin-bottom: 0;
list-style: none;
}
.cms-contact-info2 li {
display: block;
line-height: 22px;
color: #222;
}
.cms-contact-info2 li a {
color: inherit;
}
.cms-contact-info2 li a:hover {
color: #005ba1;
}
.cms-contact-info2 .el-title {
color: #222;
margin-right: 10px;
}
@media screen and (min-width: 992px) {
.cms-contact-info2 .el-title {
min-width: 85px;
max-width: 85px;
}
}
.cms-contact-info2 .inner-content {
display: flex;
margin-bottom: 15px;
}
.cms-contact-info2.line-top {
padding-top: 13px;
border-top: 1px solid #2e2d2d;
}
.cms-contact-info3 { }
.cms-contact-info3 .el-title {
font-size: 22px;
margin-bottom: 35px;
}
.cms-contact-info3 .list-li {
list-style: none;
margin-bottom: 0;
}
.cms-contact-info3 .list-li .item-icon {
max-width: 38px;
min-width: 38px;
color: #005ba1;
}
.cms-contact-info3 .list-li .item-icon i {
font-size: 20px;
}
.cms-contact-info3 .list-li .item-body {
margin-top: -5px;
}
.cms-contact-info3 .list-li .item-body label {
color: #000;
display: block;
font-family: 'Roboto Slab', serif;
margin-bottom: 5px;
}
.cms-contact-info3 .list-li .item-body a {
color: #222;
}
.cms-contact-info3 .list-li .item-row-info {
display: flex;
}
.cms-contact-info3 .list-li .item-row-info + .item-row-info {
margin-top: 25px;
}
.cms-contact-info3 .list-li .item-row-info:hover .item-icon i {
-webkit-animation: icon-bounce 0.5s linear 1;
-khtml-animation: icon-bounce 0.5s linear 1;
-moz-animation: icon-bounce 0.5s linear 1;
-ms-animation: icon-bounce 0.5s linear 1;
-o-animation: icon-bounce 0.5s linear 1;
animation: icon-bounce 0.5s linear 1;
}
.cms-contact-info3 .list-li .item-row-info:hover a {
color: #005ba1;
}
.cms-contact-info3 .inner-content {
padding: 25px 40px 28px;
border: 1px solid #222;
}
@media screen and (max-width: 767px) {
.cms-contact-info3 .inner-content {
padding: 25px 15px;
}
}
.cms-post-list { }
.cms-post-list .el-title {
font-size: 22px;
margin-bottom: 25px;
}
.cms-post-list .entry-title {
font-size: 16px;
line-height: 1.5;
font-family: 'Mulish', sans-serif;
margin-bottom: 3px;
}
.cms-post-list .entry-title a {
color: #000;
}
.cms-post-list .item-date {
font-size: 14px;
}
.cms-post-list .entry-featured {
margin-top: 8px;
max-width: 65px;
min-width: 65px;
margin-bottom: 0;
overflow: hidden;
}
.cms-post-list .entry-featured a {
padding: 1px;
display: block;
}
.cms-post-list .entry-featured img {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-post-list .entry-featured + .entry-body {
margin-left: 18px;
}
.cms-post-list .post-item {
display: flex;
}
.cms-post-list .post-item + .post-item {
margin-top: 20px;
}
.cms-post-list .post-item:hover .entry-featured img {
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.cms-csmcase-list {
padding: 35px 40px 40px;
background-color: #f2f2f2;
margin-bottom: 30px; }
@media screen and (max-width: 767px) {
.cms-csmcase-list {
padding: 30px 15px;
}
}
.cms-csmcase-list .el-title .custom-heading {
font-size: 22px;
}
.cms-csmcase-list .list-items .post-item a {
display: block;
padding: 14px 50px 14px 35px;
background-color: #005ba1;
color: #fff;
position: relative;
}
.cms-csmcase-list .list-items .post-item a:hover {
background-color: #fff;
color: #005ba1;
}
.cms-csmcase-list .list-items .post-item a i {
right: 20px;
font-size: 15px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.cms-csmcase-list .list-items .post-item + .post-item {
margin-top: 20px;
}
.cms-heading-layout1 .item--icon .inner-icon {
display: inline-block;
padding-left: 80px;
padding-right: 80px;
position: relative;
}
.cms-heading-layout1 .item--icon .inner-icon:before, .cms-heading-layout1 .item--icon .inner-icon:after {
border-bottom: 1px solid #005ba1;
display: inline-block;
content: "";
width: 65px;
position: absolute;
top: 20px;
}
.cms-heading-layout1 .item--icon .inner-icon:before {
left: 0;
}
.cms-heading-layout1 .item--icon .inner-icon:after {
right: 0;
}
.cms-heading-layout1 .item--icon img, .cms-heading-layout1 .item--icon i {
display: inline-block;
}
.cms-heading-layout1 .item--icon.icon-font {
margin-bottom: 17px;
}
.cms-heading-layout1 .item--icon.icon-font i {
font-size: 25px;
color: #005ba1;
line-height: 1.2;
}
.cms-heading-layout1 .item--icon.icon-image {
margin-bottom: 15px;
}
.cms-heading-layout1 .item--icon.icon-image img {
max-height: 34px;
}
.cms-heading-layout1 .custom-heading {
font-size: 34px;
line-height: 1.3;
}
@media screen and (max-width: 767px) {
.cms-heading-layout1 .custom-heading {
font-size: 30px;
line-height: 1.2;
}
}
.cms-heading-layout2 .custom-heading {
font-size: 40px;
}
.cms-heading-layout2 .custom-heading-description + .line-bottom {
margin-top: 30px;
}
.cms-heading-layout2 .line-bottom {
margin-top: 30px;
}
.cms-heading-layout2 .line-bottom span {
display: inline-block;
width: 1px;
height: 49px;
background-color: #005ba1;
}
@media screen and (min-width: 992px) {
.heading-custom .cms-heading-layout1 .custom-heading-description {
padding-right: 150px;
}
}
.title-team-custom { }
.title-team-custom .custom-heading {
color: #222;
}
.title-team-custom .custom-heading cite {
color: #005ba1;
font-style: normal;
font-weight: bold;
}
.cms-fancy-box { }
.cms-fancy-box.layout1 {
margin-bottom: 28px;
}
.cms-fancy-box.layout1 .item--icon {
display: inline-block;
text-align: center;
position: relative;
padding: 10px;
width: 100%;
max-width: 80px;
min-width: 80px;
height: 80px;
border: 1px solid #ebebeb;
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 575px) {
.cms-fancy-box.layout1 .item--icon {
margin-bottom: 25px;
}
}
.cms-fancy-box.layout1 .item--icon i {
font-size: 45px;
color: #005ba1;
}
.cms-fancy-box.layout1 .item--icon img {
max-height: 45px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (min-width: 576px) {
.cms-fancy-box.layout1 .item--icon + .item-holder {
margin-left: 30px;
}
}
.cms-fancy-box.layout1 .item--title {
font-size: 22px;
margin-bottom: 13px;
margin-top: -5px;
}
@media screen and (min-width: 576px) {
.cms-fancy-box.layout1 .inner-content {
display: flex;
}
}
.cms-fancy-box.layout1.box-larger {
margin-bottom: 0;
}
.cms-fancy-box.layout1.box-larger .inner-content {
padding-top: 12px;
padding-bottom: 12px;
}
.cms-fancy-box.layout1.box-larger .item--icon {
max-width: 87px;
min-width: 87px;
}
.cms-fancy-box.layout1.box-larger .item--title {
margin-bottom: 5px;
}
@media screen and (min-width: 576px) {
.cms-fancy-box.layout1.box-icon-right .inner-content {
flex-direction: row-reverse;
}
}
@media screen and (min-width: 576px) {
.cms-fancy-box.layout1.box-icon-right .inner-content .item-holder {
margin-left: 0px;
margin-right: 30px;
text-align: right;
}
}
.cms-fancy-box.layout1:hover .item--icon {
border-color: #fff;
}
.cms-fancy-box.layout1:hover .item--icon img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-fancy-box.layout2 {
margin-bottom: 28px;
}
.cms-fancy-box.layout2 .item--icon {
display: inline-block;
text-align: center;
width: 100%;
max-width: 70px;
min-width: 70px;
height: 80px;
line-height: 80px;
background-color: #005ba1;
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: relative;
z-index: 1;
}
@media screen and (max-width: 767px) {
.cms-fancy-box.layout2 .item--icon {
margin-bottom: 25px;
margin-left: auto;
margin-right: auto;
}
}
.cms-fancy-box.layout2 .item--icon img {
max-height: 48px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-fancy-box.layout2 .item--icon i {
font-size: 45px;
color: #fff;
}
@media screen and (min-width: 768px) {
.cms-fancy-box.layout2 .item--icon + .item-holder {
margin-left: 30px;
}
}
@media screen and (max-width: 767px) {
.cms-fancy-box.layout2 .item--icon + .item-holder {
margin-left: 0;
}
}
.cms-fancy-box.layout2 .item--title {
font-size: 22px;
margin-bottom: 10px;
}
.cms-fancy-box.layout2 .inner-content {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 1px solid #005ba1;
margin-bottom: 30px;
padding: 28px 30px;
overflow: hidden;
position: relative;
z-index: 1;
}
@media screen and (max-width: 767px) {
.cms-fancy-box.layout2 .inner-content {
padding-left: 15px;
padding-right: 15px;
text-align: center;
}
}
.cms-fancy-box.layout2 .inner-content:before {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
content: '';
position: absolute;
background: #005ba1;
}
.cms-fancy-box.layout2 .inner-content:after {
z-index: -1;
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
width: 100%;
height: 100%;
background-color: #005ba1;
-webkit-transition: all 0.6s;
-khtml-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
-webkit-transition-duration: 0.9s;
transition-duration: 0.9s;
}
@media screen and (max-width: 767px) {
.cms-fancy-box.layout2 .inner-content:before {
left: 0;
right: 0;
top: 65px;
width: 100%;
height: 1px;
}
}
@media screen and (min-width: 768px) {
.cms-fancy-box.layout2 .inner-content:before {
top: 0;
bottom: 0;
width: 1px;
height: 100%;
}
}
@media screen and (min-width: 768px) {
.cms-fancy-box.layout2 .inner-content {
display: flex;
align-items: center;
}
}
@media screen and (min-width: 768px) {
.cms-fancy-box.layout2.box-icon-left .inner-content:before {
left: 65px;
}
}
@media screen and (min-width: 768px) {
.cms-fancy-box.layout2.box-icon-right .inner-content:before {
right: 65px;
}
}
@media screen and (min-width: 768px) {
.cms-fancy-box.layout2.box-icon-right .inner-content {
flex-direction: row-reverse;
}
}
@media screen and (min-width: 768px) {
.cms-fancy-box.layout2.box-icon-right .inner-content .item-holder {
margin-left: 0px;
margin-right: 30px;
text-align: right;
}
}
.cms-fancy-box.layout2:hover .inner-content {
border-color: #005ba1;
}
.cms-fancy-box.layout2:hover .inner-content:after {
opacity: 1;
}
.cms-fancy-box.layout2:hover .item--title {
color: #fff;
}
.cms-fancy-box.layout2:hover .item--description {
color: #fff;
}
.cms-fancy-box.layout2:hover .item--icon img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-fancy-box.layout3 {
margin-bottom: 28px;
-webkit-transition: all 0.8s;
-khtml-transition: all 0.8s;
-moz-transition: all 0.8s;
-ms-transition: all 0.8s;
-o-transition: all 0.8s;
transition: all 0.8s;
}
.cms-fancy-box.layout3 .item--icon {
display: inline-block;
text-align: center;
width: 100%;
max-width: 87px;
min-width: 87px;
height: 87px;
line-height: 87px;
background-color: #005ba1;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: relative;
z-index: 1;
margin-bottom: 28px;
}
.cms-fancy-box.layout3 .item--icon img {
max-height: 48px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-fancy-box.layout3 .item--icon i {
font-size: 45px;
color: #fff;
vertical-align: middle;
}
.cms-fancy-box.layout3 .item--title {
font-size: 22px;
margin-bottom: 10px;
color: #000;
}
.cms-fancy-box.layout3 .item--description {
color: #222;
}
.cms-fancy-box.layout3 .btn-fcb {
padding-left: 43px;
position: relative;
color: #000;
font-family: 'Roboto Slab', serif;
display: inline-block;
margin-top: 25px;
}
.cms-fancy-box.layout3 .btn-fcb:before {
width: 33px;
display: block;
content: "";
position: absolute;
top: 12px;
left: 0;
height: 1px;
background-color: #000;
}
.cms-fancy-box.layout3 .inner-content {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
background-color: #e4f6ff;
margin-bottom: 30px;
padding: 30px;
position: relative;
overflow: hidden;
z-index: 1;
}
.cms-fancy-box.layout3 .inner-content:before {
transition-delay: 0.09s;
z-index: -1;
content: "";
height: 100%;
width: 0;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
position: absolute;
bottom: 0;
right: 0;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.2s;
-khtml-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
@media screen and (max-width: 767px) {
.cms-fancy-box.layout3 .inner-content {
padding-left: 15px;
padding-right: 15px;
text-align: center;
}
}
.cms-fancy-box.layout3 .cms-bg {
position: absolute;
top: 13px;
right: 30px;
}
.cms-fancy-box.layout3 .cms-bg img {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
max-height: 145px;
}
.cms-fancy-box.layout3:hover {
-webkit-transform: translateY(-15px);
-khtml-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-o-transform: translateY(-15px);
transform: translateY(-15px);
}
.cms-fancy-box.layout3:hover .inner-content:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
background-color: #000;
background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#042c79));
background-image: -webkit-linear-gradient(left, #000, #042c79);
background-image: -moz-linear-gradient(left, #000, #042c79);
background-image: -ms-linear-gradient(left, #000, #042c79);
background-image: -o-linear-gradient(left, #000, #042c79);
background-image: linear-gradient(left, #000, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='#042c79', gradientType='1');
}
.cms-fancy-box.layout3:hover .item--title {
font-size: 22px;
margin-bottom: 10px;
color: #fff;
}
.cms-fancy-box.layout3:hover .item--description {
color: #fff;
}
.cms-fancy-box.layout3:hover .btn-fcb {
color: #fff;
}
.cms-fancy-box.layout3:hover .btn-fcb:before {
background-color: #fff;
}
.cms-fancy-box.layout3:hover .item--icon {
background-color: #fff;
}
.cms-fancy-box.layout3:hover .item--icon i {
color: #005ba1;
transform: rotateY(360deg);
}
.cms-fancy-box.layout3:hover .item--icon img {
transform: rotateY(360deg);
}
.cms-fancy-box.layout3:hover .cms-bg img {
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.cms-fancy-box.layout4 {
margin-bottom: 18px;
}
.cms-fancy-box.layout4 .item--icon {
display: inline-block;
text-align: center;
position: relative;
width: 100%;
max-width: 80px;
min-width: 80px;
height: 80px;
display: flex;
justify-content: flex-start;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-fancy-box.layout4 .item--icon img {
max-height: 58px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (min-width: 576px) {
.cms-fancy-box.layout4 .item--icon + .item-holder {
padding-top: 10px;
}
}
.cms-fancy-box.layout4 .item--title {
font-size: 22px;
margin-bottom: 10px;
}
.cms-fancy-box.layout4 .item--title a {
color: #000;
}
.cms-fancy-box.layout4 .item--description {
margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
.cms-fancy-box.layout4 .inner-content {
display: flex;
}
}
.cms-fancy-box.layout4 .btn-fcb {
display: inline-block;
position: relative;
padding-left: 43px;
color: #000;
}
.cms-fancy-box.layout4 .btn-fcb:before {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
content: "";
position: absolute;
display: block;
left: 0;
top: 12px;
height: 1px;
width: 33px;
background-color: #000;
}
.cms-fancy-box.layout4.box-larger {
margin-bottom: 0;
}
.cms-fancy-box.layout4.box-larger .inner-content {
padding-top: 12px;
padding-bottom: 12px;
}
.cms-fancy-box.layout4.box-larger .item--icon {
max-width: 87px;
min-width: 87px;
}
.cms-fancy-box.layout4.box-larger .item--title {
margin-bottom: 5px;
}
.cms-fancy-box.layout4:hover .item--title a {
color: #005ba1;
}
.cms-fancy-box.layout4:hover .item--icon img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-fancy-box.layout4:hover .btn-fcb {
color: #005ba1;
}
.cms-fancy-box.layout4:hover .btn-fcb:before {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.cms-fancy-box.layout5 {
margin-bottom: 18px;
}
.cms-fancy-box.layout5 .item--icon {
display: inline-block;
text-align: left;
position: relative;
width: 100%;
max-width: 50px;
min-width: 50px;
width: 50px;
height: 50px;
display: flex;
justify-content: flex-start;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-fancy-box.layout5 .item--icon i {
font-size: 35px;
}
.cms-fancy-box.layout5 .item--icon img {
max-height: 37px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-fancy-box.layout5 .item--icon.icon-font {
text-align: center;
line-height: 55px;
justify-content: center;
border-radius: 50%;
border: 1px solid #005ba1;
color: #005ba1;
}
.cms-fancy-box.layout5 .item--icon.icon-font i {
font-size: 25px;
}
.cms-fancy-box.layout5 .item--icon + .item-holder {
margin-top: -10px;
margin-left: 15px;
}
.cms-fancy-box.layout5 .item--title {
font-size: 22px;
margin-bottom: 0;
position: relative;
}
.cms-fancy-box.layout5 .item--description {
margin-bottom: 10px;
}
.cms-fancy-box.layout5 .item--description a {
color: #222;
}
.cms-fancy-box.layout5 .item--description a:hover {
color: #005ba1;
}
@media screen and (min-width: 576px) {
.cms-fancy-box.layout5 .inner-content {
display: flex;
}
}
.cms-fancy-box.layout5:hover .item--icon {
-webkit-animation: icon-bounce 0.5s linear 1;
-khtml-animation: icon-bounce 0.5s linear 1;
-moz-animation: icon-bounce 0.5s linear 1;
-ms-animation: icon-bounce 0.5s linear 1;
-o-animation: icon-bounce 0.5s linear 1;
animation: icon-bounce 0.5s linear 1;
}
.cms-fancy-box.layout6 {
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
position: relative;
}
.cms-fancy-box.layout6 .item--order {
font-size: 80px;
line-height: 1;
font-weight: 700;
}
.cms-fancy-box.layout6 .cms-fancy-main {
background-color: #fff;
padding: 54px 38px 50px;
-webkit-box-shadow: 0 0 40px rgba(12, 12, 12, 0.1);
-khtml-box-shadow: 0 0 40px rgba(12, 12, 12, 0.1);
-moz-box-shadow: 0 0 40px rgba(12, 12, 12, 0.1);
-ms-box-shadow: 0 0 40px rgba(12, 12, 12, 0.1);
-o-box-shadow: 0 0 40px rgba(12, 12, 12, 0.1);
box-shadow: 0 0 40px rgba(12, 12, 12, 0.1);
}
.cms-fancy-box.layout6 .cms-fancy-main .item--title {
font-size: 22px;
margin-bottom: 18px;
color: #000;
}
.cms-fancy-box.layout6 .cms-fancy-main .item--description {
color: #666;
}
.cms-fancy-box.layout6 .cms-fancy-main .item--icon {
height: 86px;
width: 86px;
-webkit-border-radius: 86px;
-khtml-border-radius: 86px;
-moz-border-radius: 86px;
-ms-border-radius: 86px;
-o-border-radius: 86px;
border-radius: 86px;
background-color: ;
line-height: 86px;
text-align: center;
margin-bottom: 24px;
}
.cms-fancy-box.layout6 .cms-fancy-main .item--icon i {
font-size: 51px;
color: #fff;
}
.cms-fancy-box.layout6 .cms-fancy-main .item--order {
color: #f5f3f0;
top: 26px;
right: 40px;
position: absolute;
}
.cms-fancy-box.layout6 .cms-fancy-hover {
padding: 40px;
background-color: #000;
border-top: 7px solid ;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-webkit-transform: scaleY(0);
-khtml-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
}
.cms-fancy-box.layout6 .cms-fancy-hover:before {
z-index: -1;
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
}
.cms-fancy-box.layout6 .cms-fancy-hover .bg-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.cms-fancy-box.layout6 .cms-fancy-hover .item--title {
margin-bottom: 19px;
font-size: 22px;
color: #fff;
}
.cms-fancy-box.layout6 .cms-fancy-hover .item--description {
color: #e1e1e1;
}
.cms-fancy-box.layout6 .cms-fancy-hover .item--link {
font-size: 15px;
font-weight: 700;
flex-grow: 1;
margin-right: 30px;
}
.cms-fancy-box.layout6 .cms-fancy-hover .item--link i {
margin-left: 10px;
-webkit-transition: margin-left 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: margin-left 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: margin-left 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: margin-left 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: margin-left 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: margin-left 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.cms-fancy-box.layout6 .cms-fancy-hover .item--link a {
color: ;
}
.cms-fancy-box.layout6 .cms-fancy-hover .item--link a:hover {
color: ;
}
.cms-fancy-box.layout6 .cms-fancy-hover .item--link a:hover i {
margin-left: 14px;
}
.cms-fancy-box.layout6 .cms-fancy-hover .item--order {
color: #fff;
}
.cms-fancy-box.layout6 .cms-fancy-hover .item--meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.cms-fancy-box.layout6:hover .cms-fancy-hover {
-webkit-transform: scaleY(1);
-khtml-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
}
.cms-accordion .cms-ac-content {
display: none;
}
.cms-accordion.layout1 .cms-ac-title {
padding: 13px 30px;
font-size: 20px;
color: #000;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
position: relative;
cursor: pointer;
padding-right: 50px;
margin: -1px;
margin-bottom: 0;
font-weight: 600;
}
.cms-accordion.layout1 .cms-ac-title:before {
color: #005ba1;
font-weight: 300;
content: '\f067';
font-family: 'Font Awesome 5 Pro';
font-size: 15px;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 25px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
.cms-accordion.layout1 .cms-ac-title.active {
color: #005ba1;
}
.cms-accordion.layout1 .cms-ac-title.active .cms-ac-title {
background-color: #005ba1;
color: #fff;
}
.cms-accordion.layout1 .cms-ac-title.active:before {
content: '\f068';
color: #fff;
}
@media screen and (max-width: 991px) {
.cms-accordion.layout1 .cms-ac-title {
padding-left: 20px;
}
}
.cms-accordion.layout1 .cms-ac-content {
color: #222;
padding: 13px 30px 25px;
font-size: 16px;
line-height: 24px;
margin-top: 0px;
}
@media screen and (max-width: 991px) {
.cms-accordion.layout1 .cms-ac-content {
padding-left: 20px;
}
}
.cms-accordion.layout1 .cms-accordion-item {
border: 1px solid #756e68;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
background-color: transparent;
}
.cms-accordion.layout1 .cms-accordion-item + .cms-accordion-item {
margin-top: 20px;
}
.cms-accordion.layout1 .cms-accordion-item.active .cms-ac-title {
background-color: #005ba1;
color: #fff;
}
.accordion-custom .cms-accordion.layout1 .cms-accordion-item {
border: 1px solid rgba(34, 34, 34, 0.15);
}
.cms-contact-form .nice-select span.current {
line-height: 45px;
}
.cms-contact-form.layout1 .wpcf7-form-control.wpcf7-submit {
border: 1px solid #005ba1;
color: #000;
background-color: transparent;
padding-left: 35px;
padding-right: 35px;
}
@media screen and (max-width: 575px) {
.cms-contact-form.layout1 .wpcf7-form-control.wpcf7-submit {
padding-left: 15px;
padding-right: 15px;
}
}
.cms-contact-form.layout1 .wpcf7-form-control.wpcf7-submit:hover {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
}
.cms-contact-form.layout2 .cms-contact-form-inner {
background-color: #fff;
padding: 35px 30px 30px 30px;
}
@media screen and (max-width: 767px) {
.cms-contact-form.layout2 .cms-contact-form-inner {
padding: 25px 15px;
}
}
.cms-contact-form.layout2 .el--title {
font-size: 30px;
margin-bottom: 37px;
}
.cms-contact-form.layout2 .wpcf7-form-control-wrap {
margin-bottom: 20px;
}
.cms-contact-form.layout2 .wpcf7-form-control-wrap.your-message {
margin-bottom: 15px;
}
.cms-contact-form.layout2 .wpcf7-form-control.wpcf7-submit {
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
padding-left: 35px;
padding-right: 35px;
}
.contact-form-custom { }
.contact-form-custom .cms-contact-form .wpcf7-form-control-wrap {
margin-bottom: 20px;
}
.contact-form-custom .cms-contact-form .wpcf7-form-control-wrap.your-message {
margin-bottom: 15px;
}
.contact-form-custom .cms-contact-form .wpcf7-form-control-wrap.your-email .wpcf7-form-control {
margin-bottom: 0;
}
.contact-form7-custom .cms-contact-form .wpcf7-form-control:not(.wpcf7-submit) {
background-color: transparent;
border-color: #dbdbdb;
}
.contact-form7-custom .cms-contact-form .wpcf7-form-control:not(.wpcf7-submit):focus {
border-color: #005ba1;
}
.contact-form7-custom .cms-contact-form .wpcf7-form-control.wpcf7-submit {
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
background-color: transparent;
}
.contact-form7-custom2 { }
.contact-form7-custom2 .cms-contact-form .wpcf7-form-control:not(.wpcf7-submit) {
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
background-color: transparent;
border-color: #005ba1;
}
.contact-form7-custom2 .cms-contact-form .wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder {
color: #000;
}
.contact-form7-custom2 .cms-contact-form .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
color: #000;
}
.contact-form7-custom2 .cms-contact-form .wpcf7-form-control:not(.wpcf7-submit)::-ms-input-placeholder {
color: #000;
}
.contact-form7-custom2 .cms-contact-form .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
color: #000;
}
.contact-form7-custom2 .cms-contact-form .wpcf7-form-control:not(.wpcf7-submit):focus {
border-color: #005ba1;
}
.contact-form7-custom2 .cms-contact-form .wpcf7-form-control.wpcf7-submit {
padding-left: 35px;
padding-right: 35px;
}
.contact-form7-custom2 .cms-contact-form .wpcf7-form-control.wpcf7-submit:hover {
background-color: #005ba1;
}
.contact-form7-custom2 .cms-contact-form .nice-select span.current {
line-height: 45px;
color: #000;
}
.wp-row-ctf7 { }
.wp-row-ctf7 p {
display: none;
}
.wp-row-ctf7 textarea {
height: 110px;
}
.wp-row-ctf7.ct-v1 .input-filled-btn {
margin-top: 20px;
text-align: center;
}
@media screen and (min-width: 768px) {
.wp-row-ctf7.ct-v1 .input-filled-btn {
margin-top: 40px;
}
}
.wp-row-ctf7.ct-v1 .wpcf7-form-control-wrap {
margin-bottom: 22px;
position: relative;
}
.wp-row-ctf7.ct-v1 .wpcf7-form-control-wrap:before {
font-family: 'Font Awesome 5 Pro';
position: absolute;
top: 12px;
right: 15px;
font-size: 18px;
color: #005ba1;
}
.wp-row-ctf7.ct-v1 .wpcf7-form-control-wrap.your-name:before {
content: "\f007";
}
.wp-row-ctf7.ct-v1 .wpcf7-form-control-wrap.your-email:before {
content: '\f0e0';
}
.wp-row-ctf7.ct-v1 .wpcf7-form-control-wrap.your-subject:before {
content: "\f3e5";
}
.wp-row-ctf7.ct-v1 .wpcf7-form-control-wrap.your-message:before {
top: 12px;
content: "\f059";
}
.wp-row-ctf7.ct-v1 .wpcf7-form-control-wrap .wpcf7-form-control {
padding-right: 45px;
}
.wp-row-ctf7.ct-v1 .wpcf7-submit {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.wp-row-ctf7.ct-v1 input, .wp-row-ctf7.ct-v1 textarea {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.wp-row-ctf7.ct-v1 textarea {
height: 186px;
}
@media screen and (min-width: 768px) {
.wp-row-ctf7.ct-v1 textarea {
min-height: 186px;
}
}
.cms-cmsservice-grid1 .item--icon {
margin-bottom: 25px;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
transition-delay: 0.4s;
}
.cms-cmsservice-grid1 .item--icon img {
max-height: 55px;
}
.cms-cmsservice-grid1 .item--icon i {
font-size: 65px;
}
.cms-cmsservice-grid1 .entry-title {
font-size: 22px;
margin-bottom: 17px;
line-height: 1.7;
}
.cms-cmsservice-grid1 .entry-title a:hover {
color: #fff;
}
.cms-cmsservice-grid1 .entry-readmore {
margin-top: 26px;
}
.cms-cmsservice-grid1 .btn-more {
font-size: 16px;
font-family: 'Roboto Slab', serif;
}
.cms-cmsservice-grid1 .btn-more i {
position: relative;
top: 1px;
margin-left: 5px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-cmsservice-grid1 .grid-item-inner {
background-color: #fff;
box-shadow: 0 4px 40px rgba(0, 0, 0, 0.04);
padding: 45px 25px 28px;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.09);
margin-bottom: 30px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
position: relative;
z-index: 1;
}
.cms-cmsservice-grid1 .grid-item-inner:before {
transition-delay: 0.09s;
z-index: -1;
content: "";
height: 100%;
width: 0;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
position: absolute;
bottom: 0;
right: 0;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.2s;
-khtml-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.cms-cmsservice-grid1 .grid-item-inner:hover {
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
border-color: transparent;
}
.cms-cmsservice-grid1 .grid-item-inner:hover:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
background-color: #000;
background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#042c79));
background-image: -webkit-linear-gradient(left, #000, #042c79);
background-image: -moz-linear-gradient(left, #000, #042c79);
background-image: -ms-linear-gradient(left, #000, #042c79);
background-image: -o-linear-gradient(left, #000, #042c79);
background-image: linear-gradient(left, #000, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='#042c79', gradientType='1');
}
.cms-cmsservice-grid1 .grid-item-inner:hover .entry-title a {
color: #005ba1;
}
.cms-cmsservice-grid1 .grid-item-inner:hover .entry-content {
color: #fff;
}
.cms-cmsservice-grid1 .grid-item-inner:hover .btn-more {
color: #005ba1;
-webkit-transition: all 100ms linear 0ms;
-khtml-transition: all 100ms linear 0ms;
-moz-transition: all 100ms linear 0ms;
-ms-transition: all 100ms linear 0ms;
-o-transition: all 100ms linear 0ms;
transition: all 100ms linear 0ms;
}
.cms-cmsservice-grid1 .grid-item-inner:hover .btn-more i {
margin-left: 7px;
}
.cms-cmsservice-grid1 .grid-item-inner:hover .item--icon {
transform: rotateY(360deg);
}
.cms-cmsservice-grid1 .grid-item-inner:hover .item--icon i {
color: #005ba1;
}
@media screen and (min-width: 768px) {
.cms-cmsservice-grid2 {
overflow: hidden;
}
}
.cms-cmsservice-grid2 .item--icon {
min-width: 65px;
max-width: 65px;
padding: 0 5px 20px;
text-align: center;
border-bottom: 1px solid #005ba1;
border-top: 0;
position: relative;
}
.cms-cmsservice-grid2 .item--icon a {
color: #005ba1;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
display: inline-block;
}
.cms-cmsservice-grid2 .item--icon i {
font-size: 50px;
}
.cms-cmsservice-grid2 .item--icon:before, .cms-cmsservice-grid2 .item--icon:after, .cms-cmsservice-grid2 .item--icon .border-line {
position: absolute;
}
.cms-cmsservice-grid2 .item--icon .border-line {
width: 3px;
height: 1px;
bottom: 46px;
background-color: #005ba1;
}
.cms-cmsservice-grid2 .item--icon:before, .cms-cmsservice-grid2 .item--icon:after {
background-color: #005ba1;
content: "";
width: 1px;
height: 47px;
display: inline-block;
bottom: 0;
}
.cms-cmsservice-grid2 .item--icon:before, .cms-cmsservice-grid2 .item--icon .line1 {
left: 0;
}
.cms-cmsservice-grid2 .item--icon:after, .cms-cmsservice-grid2 .item--icon .line2 {
right: 0;
}
.cms-cmsservice-grid2 .item--icon + .item--content {
margin-left: 20px;
}
.cms-cmsservice-grid2 .entry-title {
font-size: 22px;
margin-bottom: 5px;
}
.cms-cmsservice-grid2 .entry-body {
display: flex;
align-items: flex-start;
}
.cms-cmsservice-grid2 .entry-body:hover .border-line {
background-color: #005ba1;
}
.cms-cmsservice-grid2 .entry-body:hover .item--icon {
border-bottom-color: #005ba1;
}
.cms-cmsservice-grid2 .entry-body:hover .item--icon a {
color: #005ba1;
-webkit-transform: translate(0, -5px);
-khtml-transform: translate(0, -5px);
-moz-transform: translate(0, -5px);
-ms-transform: translate(0, -5px);
-o-transform: translate(0, -5px);
transform: translate(0, -5px);
}
.cms-cmsservice-grid2 .entry-body:hover .entry-title a {
color: #005ba1;
}
@media screen and (min-width: 768px) {
.cms-cmsservice-grid2 .grid-item {
padding-left: 0;
padding-right: 0;
}
}
@media screen and (min-width: 768px) {
.cms-cmsservice-grid2 .cms-grid-inner {
margin-bottom: -7px;
overflow: hidden;
}
}
.cms-cmsservice-grid2 .grid-item-inner {
padding-bottom: 20px;
padding-top: 20px;
border-bottom: 1px solid #374e6d;
}
@media screen and (min-width: 768px) {
.cms-cmsservice-grid2 .grid-item-inner {
margin-bottom: -1px;
border-right: 1px solid #374e6d;
padding-left: 20px;
padding-right: 15px;
}
}
.cms-cmsservice-grid3 { }
.cms-cmsservice-grid3 .item--icon {
display: inline-block;
text-align: center;
position: relative;
width: 100%;
max-width: 80px;
min-width: 80px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
padding-bottom: 10px;
text-align: left;
}
.cms-cmsservice-grid3 .item--icon:before {
content: '';
width: 80%;
height: 19px;
background-image: url(//professionalaccountants.info/wp-content/themes/attonio/assets/images/icon-shadow.png);
position: absolute;
bottom: 0;
left: -10px;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
opacity: 0;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.cms-cmsservice-grid3 .item--icon * {
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.cms-cmsservice-grid3 .item--icon img {
max-height: 58px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-cmsservice-grid3 .item--icon i {
font-size: 50px;
}
.cms-cmsservice-grid3 .item--icon + .item-content {
margin-left: 20px;
}
@media screen and (min-width: 576px) {
.cms-cmsservice-grid3 .item--icon + .item-content {
padding-top: 10px;
}
}
.cms-cmsservice-grid3 .item--icon a {
color: #005ba1;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
display: inline-block;
}
.cms-cmsservice-grid3 .entry-content {
margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
.cms-cmsservice-grid3 .entry-content {
padding-right: 35px;
}
}
.cms-cmsservice-grid3 .entry-title {
font-size: 22px;
margin-bottom: 5px;
}
.cms-cmsservice-grid3 .entry-body {
display: flex;
align-items: flex-start;
}
.cms-cmsservice-grid3 .btn-fcb {
display: inline-block;
position: relative;
padding-left: 43px;
color: #000;
}
.cms-cmsservice-grid3 .btn-fcb:before {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
content: "";
position: absolute;
display: block;
left: 0;
top: 12px;
height: 1px;
width: 33px;
background-color: #000;
}
.cms-cmsservice-grid3 .grid-item {
margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
.cms-cmsservice-grid3 .grid-item {
margin-bottom: 30px;
}
}
.cms-cmsservice-grid3 .grid-item-inner:hover .item--icon:before {
opacity: 1;
}
.cms-cmsservice-grid3 .grid-item-inner:hover .item--icon * {
-webkit-transform: rotate(10deg) translateY(-14px);
-khtml-transform: rotate(10deg) translateY(-14px);
-moz-transform: rotate(10deg) translateY(-14px);
-ms-transform: rotate(10deg) translateY(-14px);
-o-transform: rotate(10deg) translateY(-14px);
transform: rotate(10deg) translateY(-14px);
}
.cms-cmsservice-grid3 .grid-item-inner:hover .entry-title a {
color: #005ba1;
}
.cms-cmsservice-grid3 .grid-item-inner:hover .btn-fcb {
color: #005ba1;
}
.cms-cmsservice-grid3 .grid-item-inner:hover .btn-fcb:before {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.cms-cmscase-grid1 { }
.cms-cmscase-grid1 .item-featured {
overflow: hidden;
}
.cms-cmscase-grid1 .item-featured img {
width: 100%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-cmscase-grid1 .item-body {
padding: 25px 28px 25px 30px;
}
.cms-cmscase-grid1 .item-categories {
margin-bottom: 5px;
}
.cms-cmscase-grid1 .item-title {
font-size: 22px;
margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
.cms-cmscase-grid1 .entry-content {
padding-right: 35px;
}
}
.cms-cmscase-grid1 .entry-content a.btn-more {
color: #005ba1;
}
.cms-cmscase-grid1 .grid-item-inner {
padding: 1px;
border: 1px solid rgba(0, 0, 0, 0.15);
margin-bottom: 30px;
}
.cms-cmscase-grid1 .grid-item-inner:hover .item-featured img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-cmscase-grid1 .grid-item-inner:hover .item-title a {
color: #005ba1;
}
.cms-cmscase-grid1 .grid-filter-wrap {
margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
.cms-cmscase-grid1 .grid-filter-wrap {
margin-bottom: 45px;
}
}
.cms-cmscase-grid1 .grid-filter-wrap span {
margin: 4px 2px;
padding: 12px 30px;
font-family: 'Roboto Slab', serif;
font-size: 16px;
font-weight: 400;
}
.cms-cmscase-grid1 .grid-filter-wrap span.active, .cms-cmscase-grid1 .grid-filter-wrap span:hover {
color: #fff;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.cms-cmscase-grid1 .grid-filter-wrap .inner-filter {
padding-left: 1px;
padding-right: 1px;
border: 1px solid rgba(0, 0, 0, 0.15);
display: inline-block;
}
.cms-gallery-grid { }
.cms-gallery-grid .grid-gallery-item {
margin-bottom: 30px;
overflow: hidden;
text-align: center;
cursor: pointer;
position: relative;
}
.cms-gallery-grid .grid-gallery-item .entry-featured img {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
width: 100%;
}
.cms-gallery-grid .grid-gallery-item .entry-meta {
padding: 2em;
color: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: transparent;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
z-index: 2;
}
.cms-gallery-grid .grid-gallery-item .entry-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
margin: 0 0 10px 0;
color: #fff;
opacity: 0;
font-size: 25px;
font-family: 'Playball', cursive;
}
.cms-gallery-grid .grid-gallery-item .entry-title a {
color: inherit;
}
.cms-gallery-grid .grid-gallery-item .light-box {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-transition: -webkit-transform 0.35s;
width: 30px;
height: 30px;
text-align: center;
font-weight: bold;
line-height: 30px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background-color: #fff;
color: #005ba1;
font-size: 15px;
display: block;
opacity: 0;
}
.cms-gallery-grid.hv-style1 .grid-gallery-item:before {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
display: block;
content: "";
opacity: 0;
top: -120px;
left: -120px;
z-index: 1;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: rgba(0, 0, 0, 0.8);
}
.cms-gallery-grid.hv-style1 .grid-gallery-item:after {
pointer-events: none;
position: absolute;
top: 160px;
right: 0px;
bottom: 0px;
left: 160px;
border: 2px solid #fff;
content: '';
opacity: 0;
z-index: 1;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-gallery-grid.hv-style1 .grid-gallery-item:hover:before {
opacity: 1;
top: -60px;
left: -60px;
}
.cms-gallery-grid.hv-style1 .grid-gallery-item:hover:after {
top: 20px;
bottom: 20px;
left: 20px;
right: 20px;
opacity: 1;
}
.cms-gallery-grid.hv-style1 .grid-gallery-item:hover .entry-featured img {
-webkit-transform: scale(1.08);
-khtml-transform: scale(1.08);
-moz-transform: scale(1.08);
-ms-transform: scale(1.08);
-o-transform: scale(1.08);
transform: scale(1.08);
}
.cms-gallery-grid.hv-style1 .grid-gallery-item:hover .entry-title {
position: relative;
z-index: 2;
opacity: 1;
margin-bottom: 20px;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.cms-gallery-grid.hv-style1 .grid-gallery-item:hover .light-box {
position: relative;
z-index: 2;
opacity: 1;
}
.cms-gallery-grid.hv-style2 .grid-gallery-item:before {
pointer-events: none;
position: absolute;
width: 100%;
height: 50%;
display: block;
content: "";
opacity: 0;
top: 0;
left: 0;
right: 0;
z-index: 1;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: rgba(0, 0, 0, 0.70);
}
.cms-gallery-grid.hv-style2 .grid-gallery-item .light-box {
width: 60px;
height: 60px;
line-height: 60px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.cms-gallery-grid.hv-style2 .grid-gallery-item:hover:before {
opacity: 1;
height: 100%;
}
.cms-gallery-grid.hv-style2 .grid-gallery-item:hover .entry-featured img {
-webkit-transform: scale(1.08);
-khtml-transform: scale(1.08);
-moz-transform: scale(1.08);
-ms-transform: scale(1.08);
-o-transform: scale(1.08);
transform: scale(1.08);
}
.cms-gallery-grid.hv-style2 .grid-gallery-item:hover .entry-title {
position: relative;
z-index: 2;
opacity: 1;
margin-bottom: 20px;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.cms-gallery-grid.hv-style2 .grid-gallery-item:hover .entry-meta {
height: 100%;
}
.cms-gallery-grid.hv-style2 .grid-gallery-item:hover .light-box {
position: relative;
z-index: 2;
opacity: 1;
}
.cms-gallery-grid .grid-filter-wrap {
margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
.cms-gallery-grid .grid-filter-wrap {
margin-bottom: 45px;
}
}
.cms-gallery-grid .grid-filter-wrap span {
margin: 4px 2px;
padding: 12px 30px;
font-family: 'Roboto Slab', serif;
font-size: 16px;
font-weight: 400;
}
.cms-gallery-grid .grid-filter-wrap span.active, .cms-gallery-grid .grid-filter-wrap span:hover {
color: #fff;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.cms-gallery-grid .grid-filter-wrap .inner-filter {
padding-left: 1px;
padding-right: 1px;
border: 1px solid rgba(0, 0, 0, 0.15);
display: inline-block;
}
.cms-team-carousel.layout1 .item--image, .cms-team-grid.layout1 .item--image {
overflow: hidden;
}
.cms-team-carousel.layout1 .item--image img, .cms-team-grid.layout1 .item--image img {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
width: 100%;
}
.cms-team-carousel.layout1 .item-holder, .cms-team-grid.layout1 .item-holder {
width: 100%;
left: 0;
text-align: center;
position: absolute;
bottom: 0px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-team-carousel.layout1 .item--title, .cms-team-grid.layout1 .item--title {
margin-bottom: 10px;
font-size: 22px;
color: #fff;
}
.cms-team-carousel.layout1 .item--title a, .cms-team-grid.layout1 .item--title a {
color: #fff;
display: block;
}
.cms-team-carousel.layout1 .item--position, .cms-team-grid.layout1 .item--position {
color: #fff;
margin-bottom: 10px;
}
.cms-team-carousel.layout1 .item--social, .cms-team-grid.layout1 .item--social {
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-team-carousel.layout1 .item--social a, .cms-team-grid.layout1 .item--social a {
display: inline-block;
margin-left: 8px;
margin-right: 8px;
color: #fff;
}
.cms-team-carousel.layout1 .item--social a:hover, .cms-team-grid.layout1 .item--social a:hover {
color: #005ba1 !important;
}
.cms-team-carousel.layout1 .team-item, .cms-team-grid.layout1 .team-item {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
position: relative;
border: 1px solid transparent;
}
.cms-team-carousel.layout1 .team-item:hover, .cms-team-grid.layout1 .team-item:hover {
border-color: #005ba1;
}
.cms-team-carousel.layout1 .team-item:hover .item--image img, .cms-team-grid.layout1 .team-item:hover .item--image img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-team-carousel.layout1 .team-item:hover .item--social, .cms-team-grid.layout1 .team-item:hover .item--social {
opacity: 1;
}
.cms-team-carousel.layout1 .team-item:hover .item-holder, .cms-team-grid.layout1 .team-item:hover .item-holder {
bottom: 28px;
}
.cms-team-carousel.layout2 .item--image, .cms-team-grid.layout2 .item--image {
overflow: hidden;
margin-bottom: 0;
background-color: #000;
}
.cms-team-carousel.layout2 .item--image img, .cms-team-grid.layout2 .item--image img {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
width: 100%;
-webkit-transform: scale(1.2);
-khtml-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.cms-team-carousel.layout2 .item--title, .cms-team-grid.layout2 .item--title {
margin-bottom: 10px;
font-size: 22px;
color: #fff;
position: relative;
z-index: 2;
}
.cms-team-carousel.layout2 .item--title a, .cms-team-grid.layout2 .item--title a {
color: #fff;
}
.cms-team-carousel.layout2 .item--position, .cms-team-grid.layout2 .item--position {
color: #fff;
position: relative;
z-index: 2;
}
.cms-team-carousel.layout2 .item--social, .cms-team-grid.layout2 .item--social {
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
position: absolute;
text-align: center;
top: -100px;
left: 50%;
width: 100%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.cms-team-carousel.layout2 .item--social a, .cms-team-grid.layout2 .item--social a {
-webkit-transform: scale(3);
-khtml-transform: scale(3);
-moz-transform: scale(3);
-ms-transform: scale(3);
-o-transform: scale(3);
transform: scale(3);
display: inline-block;
margin-left: 20px;
margin-right: 20px;
color: #fff;
}
.cms-team-carousel.layout2 .item--social a:hover, .cms-team-grid.layout2 .item--social a:hover {
color: #005ba1 !important;
}
.cms-team-carousel.layout2 .item-holder, .cms-team-grid.layout2 .item-holder {
width: 100%;
text-align: center;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
position: relative;
}
.cms-team-carousel.layout2 .team-meta, .cms-team-grid.layout2 .team-meta {
background-color: #005ba1;
padding: 15px;
position: relative;
}
.cms-team-carousel.layout2 .team-meta:before, .cms-team-grid.layout2 .team-meta:before {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
display: block;
width: 0%;
height: 100%;
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
opacity: 0;
}
.cms-team-carousel.layout2 .team-item, .cms-team-grid.layout2 .team-item {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
border: 1px solid transparent;
}
.cms-team-carousel.layout2 .team-item:hover, .cms-team-grid.layout2 .team-item:hover {
border-color: #005ba1;
}
.cms-team-carousel.layout2 .team-item:hover .team-meta:before, .cms-team-grid.layout2 .team-item:hover .team-meta:before {
opacity: 1;
width: 100%;
}
.cms-team-carousel.layout2 .team-item:hover .item--image img, .cms-team-grid.layout2 .team-item:hover .item--image img {
opacity: 0.5;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.cms-team-carousel.layout2 .team-item:hover .item--social, .cms-team-grid.layout2 .team-item:hover .item--social {
opacity: 1;
top: -40px;
}
.cms-team-carousel.layout2 .team-item:hover .item--social a, .cms-team-grid.layout2 .team-item:hover .item--social a {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
margin-left: 8px;
margin-right: 8px;
}
.cms-team-carousel.layout2 .cms-slick-carousel .slick-arrow, .cms-team-grid.layout2 .cms-slick-carousel .slick-arrow {
width: 50px;
height: 50px;
background-color: #fff;
color: #000;
line-height: 50px;
border: 1px solid #eee;
text-align: center;
opacity: 1;
}
.cms-team-carousel.layout2 .cms-slick-carousel .slick-arrow:hover, .cms-team-grid.layout2 .cms-slick-carousel .slick-arrow:hover {
background-color: #005ba1;
color: #fff;
border-color: #005ba1;
}
@media screen and (min-width: 1400px) {
.cms-team-carousel.layout2 .cms-slick-carousel .slick-arrow.slick-prev, .cms-team-grid.layout2 .cms-slick-carousel .slick-arrow.slick-prev {
left: -75px;
}
.cms-team-carousel.layout2 .cms-slick-carousel .slick-arrow.slick-next, .cms-team-grid.layout2 .cms-slick-carousel .slick-arrow.slick-next {
right: -75px;
}
}
.cms-team-carousel.layout2 .slick-dots, .cms-team-grid.layout2 .slick-dots {
margin-top: 42px;
}
.cms-team-carousel.layout2 .slick-dots li button, .cms-team-grid.layout2 .slick-dots li button {
height: 5px;
width: 5px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.cms-team-carousel.layout3 .item--image, .cms-team-grid.layout3 .item--image {
padding-left: 5px;
padding-right: 5px;
margin-bottom: -10px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-team-carousel.layout3 .item--image img, .cms-team-grid.layout3 .item--image img {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
width: 100%;
}
.cms-team-carousel.layout3 .item--title, .cms-team-grid.layout3 .item--title {
margin-bottom: 8px;
font-size: 22px;
}
.cms-team-carousel.layout3 .item--social, .cms-team-grid.layout3 .item--social {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
transition-delay: 0.3s;
}
.cms-team-carousel.layout3 .item--social a, .cms-team-grid.layout3 .item--social a {
display: inline-block;
margin-left: 8px;
margin-right: 8px;
color: #fff;
}
.cms-team-carousel.layout3 .item-holder, .cms-team-grid.layout3 .item-holder {
padding-top: 10px;
position: relative;
border: 1px solid #005ba1;
border-top: none;
}
.cms-team-carousel.layout3 .item-holder:before, .cms-team-grid.layout3 .item-holder:before, .cms-team-carousel.layout3 .item-holder:after, .cms-team-grid.layout3 .item-holder:after {
z-index: -1;
width: 6px;
height: 1px;
background-color: #005ba1;
position: absolute;
top: 0;
content: "";
display: block;
}
.cms-team-carousel.layout3 .item-holder:after, .cms-team-grid.layout3 .item-holder:after {
right: 0;
}
.cms-team-carousel.layout3 .item-holder:before, .cms-team-grid.layout3 .item-holder:before {
left: 0;
}
.cms-team-carousel.layout3 .team-meta, .cms-team-grid.layout3 .team-meta {
padding: 18px 15px 15px;
position: relative;
}
.cms-team-carousel.layout3 .cms-team-main .item--title, .cms-team-grid.layout3 .cms-team-main .item--title {
color: #000;
}
.cms-team-carousel.layout3 .cms-team-main .item--title a, .cms-team-grid.layout3 .cms-team-main .item--title a {
color: inherit;
}
.cms-team-carousel.layout3 .cms-team-main .item--position, .cms-team-grid.layout3 .cms-team-main .item--position {
color: #222;
}
.cms-team-carousel.layout3 .cms-team-hover, .cms-team-grid.layout3 .cms-team-hover {
opacity: 0;
text-align: center;
overflow: hidden;
padding: 40px;
background-color: #000;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-webkit-transform: scaleY(0);
-khtml-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
z-index: 22;
}
.cms-team-carousel.layout3 .cms-team-hover:before, .cms-team-grid.layout3 .cms-team-hover:before {
z-index: -1;
background-color: rgba(0, 0, 0, 0.1);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
}
.cms-team-carousel.layout3 .cms-team-hover .bg-image, .cms-team-grid.layout3 .cms-team-hover .bg-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.cms-team-carousel.layout3 .cms-team-hover .item-content, .cms-team-grid.layout3 .cms-team-hover .item-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.cms-team-carousel.layout3 .cms-team-hover .item--title, .cms-team-grid.layout3 .cms-team-hover .item--title {
color: #fff;
}
.cms-team-carousel.layout3 .cms-team-hover .item--title a, .cms-team-grid.layout3 .cms-team-hover .item--title a {
color: inherit;
}
.cms-team-carousel.layout3 .cms-team-hover .item--position, .cms-team-grid.layout3 .cms-team-hover .item--position {
color: #fff;
}
.cms-team-carousel.layout3 .team-item, .cms-team-grid.layout3 .team-item {
text-align: center;
position: relative;
}
.cms-team-carousel.layout3 .team-item:hover .cms-team-hover, .cms-team-grid.layout3 .team-item:hover .cms-team-hover {
opacity: 1;
-webkit-transform: scaleY(1);
-khtml-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
}
.cms-team-carousel.layout3 .slick-dots, .cms-team-grid.layout3 .slick-dots {
margin-top: 42px;
}
.cms-team-carousel.layout3 .slick-dots li button, .cms-team-grid.layout3 .slick-dots li button {
height: 5px;
width: 5px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.cms-team-carousel.layout4 .item-image, .cms-team-grid.layout4 .item-image {
position: relative;
overflow: hidden;
}
.cms-team-carousel.layout4 .item-image img, .cms-team-grid.layout4 .item-image img {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-team-carousel.layout4 .item-social, .cms-team-grid.layout4 .item-social {
position: absolute;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
text-align: center;
bottom: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.cms-team-carousel.layout4 .item-social a, .cms-team-grid.layout4 .item-social a {
display: inline-block;
margin-left: 8px;
margin-right: 8px;
color: #fff;
}
.cms-team-carousel.layout4 .item-social a:hover, .cms-team-grid.layout4 .item-social a:hover {
color: #005ba1 !important;
}
.cms-team-carousel.layout4 .item-position, .cms-team-grid.layout4 .item-position {
color: #005ba1;
font-size: 16px;
margin-bottom: 7px;
}
.cms-team-carousel.layout4 .item-title, .cms-team-grid.layout4 .item-title {
font-size: 22px;
line-height: 1.3;
margin-bottom: 10px;
}
.cms-team-carousel.layout4 .item-title a, .cms-team-grid.layout4 .item-title a {
color: #000;
}
.cms-team-carousel.layout4 .item-excerpt, .cms-team-grid.layout4 .item-excerpt {
font-size: 14px;
margin-bottom: 25px;
line-height: 1.7;
}
.cms-team-carousel.layout4 .btn-contact, .cms-team-grid.layout4 .btn-contact {
background-color: #fafafa;
height: 33px;
font-size: 16px;
font-weight: 500;
line-height: 33px;
padding-left: 35px;
padding-right: 35px;
position: absolute;
bottom: 1px;
left: 50%;
color: #000;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.cms-team-carousel.layout4 .item-body, .cms-team-grid.layout4 .item-body {
padding: 40px 15px 33px;
position: relative;
background-color: #fff;
}
.cms-team-carousel.layout4 .team-item, .cms-team-grid.layout4 .team-item {
text-align: center;
-webkit-box-shadow: 0 0 15px rgba(12, 12, 12, 0.05);
-khtml-box-shadow: 0 0 15px rgba(12, 12, 12, 0.05);
-moz-box-shadow: 0 0 15px rgba(12, 12, 12, 0.05);
-ms-box-shadow: 0 0 15px rgba(12, 12, 12, 0.05);
-o-box-shadow: 0 0 15px rgba(12, 12, 12, 0.05);
box-shadow: 0 0 15px rgba(12, 12, 12, 0.05);
margin-top: 25px;
margin-bottom: 25px;
}
.cms-team-carousel.layout4 .team-item:hover .item-image img, .cms-team-grid.layout4 .team-item:hover .item-image img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-team-carousel.layout4 .team-item:hover .btn-contact, .cms-team-grid.layout4 .team-item:hover .btn-contact {
background-color: #005ba1;
padding-left: 55px;
padding-right: 55px;
color: #fff;
}
.cms-team-carousel.layout4 .team-item:hover .item-social, .cms-team-grid.layout4 .team-item:hover .item-social {
opacity: 0;
bottom: 35px;
}
.cms-team-carousel.layout5 .item--image {
overflow: hidden;
position: relative;
margin-bottom: 20px;
}
.cms-team-carousel.layout5 .item--image:before {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 0;
width: 100%;
opacity: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 44, 121, 0.05)), to(#005ba1));
background-image: -webkit-linear-gradient(top, rgba(4, 44, 121, 0.05), #005ba1);
background-image: -moz-linear-gradient(top, rgba(4, 44, 121, 0.05), #005ba1);
background-image: -ms-linear-gradient(top, rgba(4, 44, 121, 0.05), #005ba1);
background-image: -o-linear-gradient(top, rgba(4, 44, 121, 0.05), #005ba1);
background-image: linear-gradient(top, rgba(4, 44, 121, 0.05), #005ba1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(4, 44, 121, 0.05)', endColorStr='#005ba1');
}
.cms-team-carousel.layout5 .item--image img {
width: 100%;
}
.cms-team-carousel.layout5 .team-meta {
padding-top: 45px;
position: relative;
}
.cms-team-carousel.layout5 .team-meta:before {
width: 2px;
height: 30px;
background-color: #005ba1;
display: block;
content: "";
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.cms-team-carousel.layout5 .item--title {
margin-bottom: 8px;
font-size: 22px;
color: #000;
}
.cms-team-carousel.layout5 .item--title a {
color: #000;
}
.cms-team-carousel.layout5 .item--title a:hover {
color: #005ba1;
}
.cms-team-carousel.layout5 .item--position {
color: #222;
}
.cms-team-carousel.layout5 .item--social {
-webkit-transition: all 100ms linear 0ms;
-khtml-transition: all 100ms linear 0ms;
-moz-transition: all 100ms linear 0ms;
-ms-transition: all 100ms linear 0ms;
-o-transition: all 100ms linear 0ms;
transition: all 100ms linear 0ms;
position: absolute;
text-align: center;
bottom: -10px;
left: 50%;
opacity: 0;
transition-delay: 0.3s;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.cms-team-carousel.layout5 .item--social a {
width: 28px;
font-size: 14px;
height: 28px;
border: 1px solid #005ba1;
line-height: 26px;
text-align: center;
color: #fff;
display: inline-block;
margin-left: 4px;
margin-right: 4px;
}
.cms-team-carousel.layout5 .item--social a:hover {
background-color: #005ba1;
}
.cms-team-carousel.layout5 .team-item {
text-align: center;
margin-bottom: 20px;
}
.cms-team-carousel.layout5 .team-item:hover .team-meta:before {
background-image: -webkit-gradient(linear, left top, left bottom, from(#042c79), to(#005ba1));
background-image: -webkit-linear-gradient(top, #042c79, #005ba1);
background-image: -moz-linear-gradient(top, #042c79, #005ba1);
background-image: -ms-linear-gradient(top, #042c79, #005ba1);
background-image: -o-linear-gradient(top, #042c79, #005ba1);
background-image: linear-gradient(top, #042c79, #005ba1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#042c79', endColorStr='#005ba1');
}
.cms-team-carousel.layout5 .team-item:hover .item--social {
opacity: 1;
bottom: 40px;
}
.cms-team-carousel.layout5 .team-item:hover .item--image:before {
opacity: 1;
height: 100%;
}
.cms-team-grid { }
.cms-team-grid .team-item {
margin-bottom: 20px;
}
.cms-team-grid.layout5 .item--image {
overflow: hidden;
position: relative;
margin-bottom: 20px;
}
.cms-team-grid.layout5 .item--image:before {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 0;
width: 100%;
opacity: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 44, 121, 0.05)), to(#005ba1));
background-image: -webkit-linear-gradient(top, rgba(4, 44, 121, 0.05), #005ba1);
background-image: -moz-linear-gradient(top, rgba(4, 44, 121, 0.05), #005ba1);
background-image: -ms-linear-gradient(top, rgba(4, 44, 121, 0.05), #005ba1);
background-image: -o-linear-gradient(top, rgba(4, 44, 121, 0.05), #005ba1);
background-image: linear-gradient(top, rgba(4, 44, 121, 0.05), #005ba1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(4, 44, 121, 0.05)', endColorStr='#005ba1');
}
.cms-team-grid.layout5 .team-meta {
padding-top: 45px;
position: relative;
}
.cms-team-grid.layout5 .team-meta:before {
width: 2px;
height: 30px;
background-color: #005ba1;
display: block;
content: "";
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.cms-team-grid.layout5 .item--title {
margin-bottom: 8px;
font-size: 22px;
color: #000;
}
.cms-team-grid.layout5 .item--title a {
color: #000;
}
.cms-team-grid.layout5 .item--title a:hover {
color: #005ba1;
}
.cms-team-grid.layout5 .item--position {
color: #222;
}
.cms-team-grid.layout5 .item--social {
-webkit-transition: all 100ms linear 0ms;
-khtml-transition: all 100ms linear 0ms;
-moz-transition: all 100ms linear 0ms;
-ms-transition: all 100ms linear 0ms;
-o-transition: all 100ms linear 0ms;
transition: all 100ms linear 0ms;
position: absolute;
text-align: center;
bottom: -10px;
left: 50%;
opacity: 0;
transition-delay: 0.3s;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.cms-team-grid.layout5 .item--social a {
width: 28px;
font-size: 14px;
height: 28px;
border: 1px solid #005ba1;
line-height: 26px;
text-align: center;
color: #fff;
display: inline-block;
margin-left: 4px;
margin-right: 4px;
}
.cms-team-grid.layout5 .item--social a:hover {
background-color: #005ba1;
}
.cms-team-grid.layout5 .team-item {
text-align: center;
margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.cms-team-grid.layout5 .team-item {
margin-bottom: 30px;
}
}
.cms-team-grid.layout5 .team-item:hover .team-meta:before {
background-image: -webkit-gradient(linear, left top, left bottom, from(#042c79), to(#005ba1));
background-image: -webkit-linear-gradient(top, #042c79, #005ba1);
background-image: -moz-linear-gradient(top, #042c79, #005ba1);
background-image: -ms-linear-gradient(top, #042c79, #005ba1);
background-image: -o-linear-gradient(top, #042c79, #005ba1);
background-image: linear-gradient(top, #042c79, #005ba1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#042c79', endColorStr='#005ba1');
}
.cms-team-grid.layout5 .team-item:hover .item--social {
opacity: 1;
bottom: 40px;
}
.cms-team-grid.layout5 .team-item:hover .item--image:before {
opacity: 1;
height: 100%;
}
.cms-phone-ring .el-title {
font-size: 22px;
margin-bottom: 18px;
}
.cms-phone-ring.layout1 {
padding-top: 15px;
padding-bottom: 30px;
}
.cms-phone-ring.layout1 .el-phone {
position: relative;
padding-left: 45px;
}
.cms-phone-ring.layout1 .item--icon {
position: absolute;
top: -6px;
left: 0;
display: inline-block;
color: #fff;
background-color: #005ba1;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
}
.cms-phone-ring.layout1 .item--icon i, .cms-phone-ring.layout1 .item--icon img {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-phone-ring.layout1 .item--icon.icon-font {
font-size: 20px;
}
.cms-phone-ring.layout1 .item--icon.icon-image img {
max-height: 20px;
width: auto;
}
.cms-phone-ring.layout1 .item--icon.icon-square {
border-radius: 0;
}
.cms-phone-ring.layout1 .item--icon.icon-round {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.cms-phone-ring.layout1 .item--icon a {
margin-left: 10px;
font-size: 18px;
display: inline-block;
margin-right: 10px;
cursor: pointer;
}
.cms-phone-ring.layout1 .item--icon:hover .item--icon i, .cms-phone-ring.layout1 .item--icon:hover .item--icon img {
-webkit-animation: shakeThatBooty 0.3s linear 1;
-khtml-animation: shakeThatBooty 0.3s linear 1;
-moz-animation: shakeThatBooty 0.3s linear 1;
-ms-animation: shakeThatBooty 0.3s linear 1;
-o-animation: shakeThatBooty 0.3s linear 1;
animation: shakeThatBooty 0.3s linear 1;
}
.cms-phone-ring.layout2 .el-phone {
position: relative;
padding-left: 52px;
}
.cms-phone-ring.layout2 .sub-title {
font-size: 16px;
margin-bottom: 0;
font-family: 'Mulish', sans-serif;
}
.cms-phone-ring.layout2 .btn-phone {
line-height: 1;
color: #000;
font-size: 22px;
font-weight: 600;
}
.cms-phone-ring.layout2 .btn-phone:hover {
color: #005ba1;
}
.cms-phone-ring.layout2 .item--icon {
top: 5px;
position: absolute;
left: 0;
display: inline-block;
color: #fff;
background-color: #005ba1;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.cms-phone-ring.layout2 .item--icon i, .cms-phone-ring.layout2 .item--icon img {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-phone-ring.layout2 .item--icon.icon-font {
font-size: 20px;
}
.cms-phone-ring.layout2 .item--icon.icon-image img {
max-height: 20px;
width: auto;
}
.cms-phone-ring.layout2 .item--icon.icon-square {
border-radius: 0;
}
.cms-phone-ring.layout2 .item--icon.icon-round {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.cms-phone-ring.layout2 .item--icon a {
margin-left: 10px;
font-size: 18px;
display: inline-block;
margin-right: 10px;
cursor: pointer;
}
.cms-phone-ring.layout2:hover .item--icon i, .cms-phone-ring.layout2:hover .item--icon img {
-webkit-animation: shakeThatBooty 0.3s linear 1;
-khtml-animation: shakeThatBooty 0.3s linear 1;
-moz-animation: shakeThatBooty 0.3s linear 1;
-ms-animation: shakeThatBooty 0.3s linear 1;
-o-animation: shakeThatBooty 0.3s linear 1;
animation: shakeThatBooty 0.3s linear 1;
}
.cms-fancybox-carousel { }
.cms-fancybox-carousel .item-icon {
text-align: center;
position: relative;
padding: 8px;
width: 100%;
max-width: 60px;
min-width: 60px;
height: 60px;
border: 1px solid #fff;
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 1599px) {
.cms-fancybox-carousel .item-icon {
margin-bottom: 25px;
}
}
.cms-fancybox-carousel .item-icon img {
max-height: 35px;
}
.cms-fancybox-carousel .item-icon i {
font-size: 45px;
}
.cms-fancybox-carousel .item-icon img, .cms-fancybox-carousel .item-icon i {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 575px) {
.cms-fancybox-carousel .item-icon + .entry-content {
margin-left: 0;
margin-top: 15px;
}
}
.cms-fancybox-carousel .item-icon.ico-circle {
border: 1px solid #fff;
border-radius: 0%;
position: relative;
text-align: center;
vertical-align: middle;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-fancybox-carousel .item-icon.ico-circle:before {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.cms-fancybox-carousel .item-icon.ico-circle:after, .cms-fancybox-carousel .item-icon.ico-circle:before {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
content: '';
pointer-events: none;
border: 1px solid #fff;
border-radius: 0%;
}
.cms-fancybox-carousel .item-icon.ico-circle:after {
visibility: hidden;
}
.cms-fancybox-carousel .item--title {
font-size: 22px;
margin-bottom: 5px;
margin-top: -5px;
}
.cms-fancybox-carousel .entry-content {
padding-top: 3px;
}
@media (min-width: 768px) and (max-width: 1199px) {
.cms-fancybox-carousel .entry-content {
padding-right: 50px;
}
}
@media screen and (min-width: 1600px) {
.cms-fancybox-carousel .inner-content {
display: flex;
align-items: center;
}
.cms-fancybox-carousel .inner-content .item-icon + .entry-content {
margin-left: 30px;
}
}
@media screen and (min-width: 1300px) {
.cms-fancybox-carousel .fancybox-item {
padding-right: 25px;
margin-right: 25px;
position: relative;
}
.cms-fancybox-carousel .fancybox-item:before {
content: "";
right: 0;
height: 120px;
width: 1px;
background-color: rgba(255, 255, 255, 0.1);
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.cms-fancybox-carousel .item--title {
margin-top: 0;
}
.cms-fancybox-carousel .item-icon {
padding: 10px;
max-width: 87px;
min-width: 87px;
height: 87px;
}
.cms-fancybox-carousel .item-icon img {
max-height: 45px;
}
}
.cms-fancybox-carousel .slick-slide {
padding-top: 25px;
padding-bottom: 25px;
}
@media screen and (min-width: 1400px) {
.cms-fancybox-carousel .cms-carousel-inner {
margin-left: 45px;
margin-right: 45px;
overflow: hidden;
}
.cms-fancybox-carousel .cms-carousel-inner .cms-slick-carousel {
margin-right: -47px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-fancybox-carousel .cms-carousel-inner {
margin-left: 15px;
margin-right: 15px;
overflow: hidden;
}
.cms-fancybox-carousel .cms-carousel-inner .entry-content {
padding-top: 0px;
}
}
.cms-fancybox-carousel .fancybox-item:hover .item-icon {
border-color: transparent;
}
.cms-fancybox-carousel .fancybox-item:hover .item-icon:before {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
border-width: 1px;
}
.cms-fancybox-carousel .fancybox-item:hover .item-icon img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-post-grid { }
.cms-post-grid.cms-post-grid-layout1 .item-title {
font-size: 22px;
line-height: 1.2;
}
.cms-post-grid.cms-post-grid-layout1 .item-featured {
margin-bottom: 18px;
overflow: hidden;
position: relative;
}
.cms-post-grid.cms-post-grid-layout1 .item-featured img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
width: 100%;
}
.cms-post-grid.cms-post-grid-layout1 .item-featured:before {
-webkit-transition: all 140ms linear 0ms;
-khtml-transition: all 140ms linear 0ms;
-moz-transition: all 140ms linear 0ms;
-ms-transition: all 140ms linear 0ms;
-o-transition: all 140ms linear 0ms;
transition: all 140ms linear 0ms;
z-index: 1;
opacity: 0;
content: "";
display: block;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 20%;
left: 20%;
bottom: 20%;
right: 20%;
}
.cms-post-grid.cms-post-grid-layout1 .cms-light-box {
bottom: 0;
height: 62px;
left: 0;
margin: auto;
overflow: hidden;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 100%;
z-index: 10;
display: flex;
justify-content: center;
}
.cms-post-grid.cms-post-grid-layout1 .cms-light-box a {
opacity: 0;
margin: 0 6px;
z-index: 2;
-webkit-transition: all 350ms linear 0ms;
-khtml-transition: all 350ms linear 0ms;
-moz-transition: all 350ms linear 0ms;
-ms-transition: all 350ms linear 0ms;
-o-transition: all 350ms linear 0ms;
transition: all 350ms linear 0ms;
display: inline-block;
background: #fff;
height: 60px;
line-height: 63px;
text-align: center;
width: 60px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
font-size: 18px;
outline: none;
z-index: 11;
color: #005ba1;
}
.cms-post-grid.cms-post-grid-layout1 .cms-light-box a:hover {
background-color: #005ba1;
color: #fff !important;
}
.cms-post-grid.cms-post-grid-layout1 .cms-light-box a.light-box {
transform: translateX(-100px);
}
.cms-post-grid.cms-post-grid-layout1 .cms-light-box a.link-more {
transform: translateX(100px);
}
.cms-post-grid.cms-post-grid-layout1 .item-meta {
padding: 12px 0px;
border-top: 1px solid #e9e9e8;
border-bottom: 1px solid #e9e9e8;
list-style: none;
margin-bottom: 18px;
}
.cms-post-grid.cms-post-grid-layout1 .item-meta li {
display: inline-block;
margin-right: 15px;
color: #222;
display: inline-block;
}
.cms-post-grid.cms-post-grid-layout1 .item-meta li i {
margin-right: 5px;
color: #005ba1;
}
.cms-post-grid.cms-post-grid-layout1 .item-meta li a {
color: #222;
}
.cms-post-grid.cms-post-grid-layout1 .item-meta li a i {
color: #005ba1;
}
.cms-post-grid.cms-post-grid-layout1 .item-meta li a:hover {
color: #005ba1;
}
.cms-post-grid.cms-post-grid-layout1 .item-title {
line-height: 1.2;
}
@media screen and (min-width: 992px) {
.cms-post-grid.cms-post-grid-layout1 .item-content {
padding-right: 15px;
}
}
.cms-post-grid.cms-post-grid-layout1 .item-readmore {
margin-top: 18px;
}
.cms-post-grid.cms-post-grid-layout1 .item-readmore a {
font-size: 16px;
color: #005ba1;
font-family: 'Roboto Slab', serif;
}
.cms-post-grid.cms-post-grid-layout1 .item-readmore a i {
position: relative;
top: 2px;
margin-left: 5px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-post-grid.cms-post-grid-layout1 .grid-item-inner {
margin-bottom: 30px;
padding-bottom: 28px;
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cms-post-grid.cms-post-grid-layout1 .grid-item-inner:hover .cms-light-box a {
transform: translateX(0px);
opacity: 1;
}
.cms-post-grid.cms-post-grid-layout1 .grid-item-inner:hover .item-featured {
background-color: #000;
}
.cms-post-grid.cms-post-grid-layout1 .grid-item-inner:hover .item-featured:before {
opacity: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.cms-post-grid.cms-post-grid-layout1 .grid-item-inner:hover .item-featured img {
opacity: 0.7;
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.cms-post-grid.cms-post-grid-layout1 .grid-item-inner:hover .item-readmore a i {
opacity: 1;
margin-left: 8px;
}
.cms-post-carousel.layout1 .item-title {
font-size: 22px;
line-height: 1.2;
}
@media screen and (min-width: 1200px) {
.cms-post-carousel.layout1 .item-title {
padding-right: 20px;
}
}
.cms-post-carousel.layout1 .item-title a {
color: #000;
}
.cms-post-carousel.layout1 .item-featured {
margin-bottom: 18px;
overflow: hidden;
position: relative;
}
.cms-post-carousel.layout1 .item-featured img {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
width: 100%;
}
.cms-post-carousel.layout1 .item-featured:before {
-webkit-transition: all 140ms linear 0ms;
-khtml-transition: all 140ms linear 0ms;
-moz-transition: all 140ms linear 0ms;
-ms-transition: all 140ms linear 0ms;
-o-transition: all 140ms linear 0ms;
transition: all 140ms linear 0ms;
z-index: 1;
opacity: 0;
content: "";
display: block;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 20%;
left: 20%;
bottom: 20%;
right: 20%;
}
.cms-post-carousel.layout1 .item-meta {
padding: 12px 0px;
border-top: 1px solid rgba(255, 2555, 255, 0.12);
border-bottom: 1px solid rgba(255, 2555, 255, 0.12);
list-style: none;
margin-bottom: 18px;
}
.cms-post-carousel.layout1 .item-meta li {
display: inline-block;
margin-right: 15px;
font-size: 14px;
color: #222;
display: inline-block;
}
.cms-post-carousel.layout1 .item-meta li i {
margin-right: 5px;
color: #005ba1;
}
.cms-post-carousel.layout1 .item-meta li a {
color: #222;
}
.cms-post-carousel.layout1 .item-meta li a i {
color: #005ba1;
}
.cms-post-carousel.layout1 .item-meta li a:hover {
color: #005ba1;
}
.cms-post-carousel.layout1 .cms-light-box {
bottom: 0;
height: 62px;
left: 0;
margin: auto;
overflow: hidden;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 100%;
z-index: 10;
display: flex;
justify-content: center;
}
.cms-post-carousel.layout1 .cms-light-box a {
margin: 0 6px;
z-index: 2;
-webkit-transition: all 150ms linear 0ms;
-khtml-transition: all 150ms linear 0ms;
-moz-transition: all 150ms linear 0ms;
-ms-transition: all 150ms linear 0ms;
-o-transition: all 150ms linear 0ms;
transition: all 150ms linear 0ms;
display: inline-block;
background: #fff;
height: 62px;
line-height: 65px;
text-align: center;
width: 62px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
font-size: 20px;
outline: none;
z-index: 11;
opacity: 0;
color: #005ba1;
}
.cms-post-carousel.layout1 .cms-light-box a:hover {
background-color: #005ba1;
color: #fff !important;
}
.cms-post-carousel.layout1 .cms-light-box a.light-box {
transform: translateX(-100px);
}
.cms-post-carousel.layout1 .cms-light-box a.link-more {
transform: translateX(100px);
}
.cms-post-carousel.layout1 .item-title {
line-height: 1.2;
}
@media screen and (min-width: 992px) {
.cms-post-carousel.layout1 .item-content {
padding-right: 15px;
}
}
.cms-post-carousel.layout1 .item-readmore {
margin-top: 18px;
}
.cms-post-carousel.layout1 .item-readmore a {
color: #000;
font-size: 16px;
font-family: 'Roboto Slab', serif;
}
.cms-post-carousel.layout1 .item-readmore a i {
position: relative;
top: 2px;
margin-left: 5px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-post-carousel.layout1 .carousel-item-inner {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-top: 15px;
}
.cms-post-carousel.layout1 .carousel-item-inner:hover {
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
}
.cms-post-carousel.layout1 .carousel-item-inner:hover .item-title a {
color: #005ba1;
}
.cms-post-carousel.layout1 .carousel-item-inner:hover .link-more {
opacity: 1;
}
.cms-post-carousel.layout1 .carousel-item-inner:hover .item-featured {
background-color: #000;
}
.cms-post-carousel.layout1 .carousel-item-inner:hover .item-featured img {
opacity: 0.7;
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-post-carousel.layout1 .carousel-item-inner:hover .item-featured:before {
opacity: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.cms-post-carousel.layout1 .carousel-item-inner:hover .item-readmore a {
color: #005ba1;
}
.cms-post-carousel.layout1 .carousel-item-inner:hover .item-readmore a i {
margin-left: 8px;
}
.cms-post-carousel.layout2 .item-title {
font-size: 20px;
line-height: 1.2;
}
.cms-post-carousel.layout2 .item-title a {
color: #000;
}
.cms-post-carousel.layout2 .item-featured {
overflow: hidden;
position: relative;
}
.cms-post-carousel.layout2 .item-featured img {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
width: 100%;
}
.cms-post-carousel.layout2 .item-featured .link-more {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
width: 30px;
height: 5px;
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.cms-post-carousel.layout2 .item-featured .link-more:before, .cms-post-carousel.layout2 .item-featured .link-more:after {
position: absolute;
top: 0;
content: "";
display: block;
width: 5px;
height: 5px;
background-color: #fff;
opacity: 0.8;
}
.cms-post-carousel.layout2 .item-featured .link-more:before {
left: 0;
}
.cms-post-carousel.layout2 .item-featured .link-more:after {
right: 0;
}
.cms-post-carousel.layout2 .item-featured .link-more span {
display: inline-block;
width: 5px;
height: 5px;
background-color: #fff;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.cms-post-carousel.layout2 .item-body {
padding: 20px 30px 25px;
background-color: #e4f6ff;
overflow: hidden;
position: relative;
z-index: 1;
}
@media screen and (max-width: 767px) {
.cms-post-carousel.layout2 .item-body {
padding: 15px;
}
}
.cms-post-carousel.layout2 .item-body:before {
transition-delay: 0.09s;
z-index: -1;
content: "";
height: 100%;
width: 0;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
position: absolute;
bottom: 0;
right: 0;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.2s;
-khtml-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.cms-post-carousel.layout2 .item-meta {
list-style: none;
margin-left: -30px;
margin-right: -30px;
padding-left: 30px;
padding-right: 30px;
position: relative;
z-index: 1;
}
@media screen and (min-width: 576px) {
.cms-post-carousel.layout2 .item-meta {
display: flex;
}
}
.cms-post-carousel.layout2 .item-meta:before {
transition-delay: 0.5s;
z-index: 1;
position: absolute;
right: 0;
height: 1px;
width: 0;
opacity: 0;
display: block;
content: "";
background-color: #374956;
background-image: -webkit-gradient(linear, left top, right top, from(#374956), to(#365694));
background-image: -webkit-linear-gradient(left, #374956, #365694);
background-image: -moz-linear-gradient(left, #374956, #365694);
background-image: -ms-linear-gradient(left, #374956, #365694);
background-image: -o-linear-gradient(left, #374956, #365694);
background-image: linear-gradient(left, #374956, #365694);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#374956', endColorStr='#365694', gradientType='1');
-webkit-transition: all 0.2s;
-khtml-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.cms-post-carousel.layout2 .item-meta li {
display: inline-block;
margin-right: 15px;
display: inline-block;
}
.cms-post-carousel.layout2 .item-meta li i {
margin-right: 5px;
color: #005ba1;
}
.cms-post-carousel.layout2 .item-meta li a {
color: #222;
}
.cms-post-carousel.layout2 .item-meta li a i {
color: #005ba1;
}
.cms-post-carousel.layout2 .item-meta li a:hover {
color: #005ba1;
}
.cms-post-carousel.layout2 .item-meta li:last-child {
margin-right: 0;
}
.cms-post-carousel.layout2 .item-meta.meta-top {
padding-bottom: 18px;
margin-bottom: 18px;
border-bottom: 1px solid #d9e9f1;
}
.cms-post-carousel.layout2 .item-meta.meta-top:before {
bottom: -1px;
}
.cms-post-carousel.layout2 .item-meta.meta-bottom {
margin-bottom: 0;
padding-top: 18px;
border-top: 1px solid #d9e9f1;
justify-content: space-between;
}
.cms-post-carousel.layout2 .item-meta.meta-bottom:before {
top: -1px;
}
.cms-post-carousel.layout2 .item-meta.meta-bottom .item-comment {
font-family: 'Roboto Slab', serif;
}
.cms-post-carousel.layout2 .item-meta.meta-bottom .item-comment a {
color: #000;
}
.cms-post-carousel.layout2 .item-meta.meta-bottom .item-comment a:hover {
color: #005ba1;
}
.cms-post-carousel.layout2 .item-meta.meta-bottom a.btn-more {
color: #000;
font-size: 16px;
cursor: pointer;
font-family: 'Roboto Slab', serif;
}
.cms-post-carousel.layout2 .item-meta.meta-bottom a.btn-more i {
color: #000;
position: relative;
top: 2px;
margin-left: 5px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-post-carousel.layout2 .item-title {
line-height: 1.2;
}
@media screen and (min-width: 992px) {
.cms-post-carousel.layout2 .item-title {
margin-right: -15px;
}
}
.cms-post-carousel.layout2 .item-content {
margin-bottom: 28px;
}
.cms-post-carousel.layout2 .carousel-item-inner {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-top: 15px;
}
.cms-post-carousel.layout2 .carousel-item-inner:hover {
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
}
.cms-post-carousel.layout2 .carousel-item-inner:hover * {
color: #fff;
}
.cms-post-carousel.layout2 .carousel-item-inner:hover .item-body:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
background-color: #000;
background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#042c79));
background-image: -webkit-linear-gradient(left, #000, #042c79);
background-image: -moz-linear-gradient(left, #000, #042c79);
background-image: -ms-linear-gradient(left, #000, #042c79);
background-image: -o-linear-gradient(left, #000, #042c79);
background-image: linear-gradient(left, #000, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='#042c79', gradientType='1');
}
.cms-post-carousel.layout2 .carousel-item-inner:hover .link-more {
opacity: 1;
}
.cms-post-carousel.layout2 .carousel-item-inner:hover .item-featured {
background-color: #000;
}
.cms-post-carousel.layout2 .carousel-item-inner:hover .item-featured img {
opacity: 0.7;
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-post-carousel.layout2 .carousel-item-inner:hover .item-meta:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
}
.cms-post-carousel.layout2 .carousel-item-inner:hover .item-meta a {
color: #fff;
}
.cms-post-carousel.layout2 .carousel-item-inner:hover .item-meta a i {
color: inherit;
}
.cms-post-carousel.layout2 .carousel-item-inner:hover .item-meta a:hover {
color: #005ba1;
}
.cms-post-carousel.layout3 .item-title {
font-size: 20px;
line-height: 1.2;
}
.cms-post-carousel.layout3 .item-title a {
color: #000;
}
.cms-post-carousel.layout3 .item-featured {
overflow: hidden;
position: relative;
}
.cms-post-carousel.layout3 .item-featured .item-date {
position: absolute;
font-size: 14px;
top: 30px;
left: 0;
}
.cms-post-carousel.layout3 .item-featured .item-date span, .cms-post-carousel.layout3 .item-featured .item-date i {
position: relative;
z-index: 1;
}
.cms-post-carousel.layout3 .item-featured .item-date i {
font-size: 12px;
margin-right: 5px;
color: #222;
}
.cms-post-carousel.layout3 .item-featured .item-date .inner-item-date {
position: relative;
overflow: hidden;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
display: inline-block;
padding: 5px 20px 5px 30px;
background-color: #fff;
color: #000;
}
.cms-post-carousel.layout3 .item-featured .item-date .inner-item-date:before {
content: "";
height: 100%;
width: 0;
background-color: #005ba1;
position: absolute;
bottom: 0;
right: 0;
z-index: 0;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-post-carousel.layout3 .item-featured img {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
width: 100%;
}
.cms-post-carousel.layout3 .item-featured .link-more {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
width: 30px;
height: 5px;
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.cms-post-carousel.layout3 .item-featured .link-more:before, .cms-post-carousel.layout3 .item-featured .link-more:after {
position: absolute;
top: 0;
content: "";
display: block;
width: 5px;
height: 5px;
background-color: #fff;
opacity: 0.8;
}
.cms-post-carousel.layout3 .item-featured .link-more:before {
left: 0;
}
.cms-post-carousel.layout3 .item-featured .link-more:after {
right: 0;
}
.cms-post-carousel.layout3 .item-featured .link-more span {
display: inline-block;
width: 5px;
height: 5px;
background-color: #fff;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.cms-post-carousel.layout3 .item-body {
padding: 20px 30px 25px;
background-color: #f9f9f9;
position: relative;
z-index: 1;
}
.cms-post-carousel.layout3 .item-body:before {
transition-delay: 0.09s;
z-index: -1;
content: "";
height: 100%;
width: 0;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
position: absolute;
bottom: 0;
right: 0;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.2s;
-khtml-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.cms-post-carousel.layout3 .item-meta {
list-style: none;
margin-left: -30px;
margin-right: -30px;
padding: 18px 30px 0;
display: flex;
justify-content: space-between;
position: relative;
margin-bottom: 0;
border-top: 1px solid #ececeb;
}
.cms-post-carousel.layout3 .item-meta:before {
transition-delay: 0.5s;
z-index: 1;
position: absolute;
top: -1px;
right: 0;
height: 1px;
width: 0;
opacity: 0;
display: block;
content: "";
background-color: #374956;
background-image: -webkit-gradient(linear, left top, right top, from(#374956), to(#365694));
background-image: -webkit-linear-gradient(left, #374956, #365694);
background-image: -moz-linear-gradient(left, #374956, #365694);
background-image: -ms-linear-gradient(left, #374956, #365694);
background-image: -o-linear-gradient(left, #374956, #365694);
background-image: linear-gradient(left, #374956, #365694);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#374956', endColorStr='#365694', gradientType='1');
-webkit-transition: all 0.2s;
-khtml-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.cms-post-carousel.layout3 .item-meta li {
font-family: 'Roboto Slab', serif;
display: inline-block;
margin-right: 15px;
display: inline-block;
}
.cms-post-carousel.layout3 .item-meta li i {
margin-right: 5px;
color: #005ba1;
}
.cms-post-carousel.layout3 .item-meta li a {
color: #222;
}
.cms-post-carousel.layout3 .item-meta li a i {
color: #005ba1;
}
.cms-post-carousel.layout3 .item-meta li a:hover {
color: #005ba1;
}
.cms-post-carousel.layout3 .item-meta li:last-child {
margin-right: 0;
}
.cms-post-carousel.layout3 .item-meta.meta-bottom .item-comment a {
color: #000;
}
.cms-post-carousel.layout3 .item-meta.meta-bottom .item-comment a:hover {
color: #005ba1;
}
.cms-post-carousel.layout3 .item-meta a.btn-more {
color: #000;
font-size: 16px;
cursor: pointer;
}
.cms-post-carousel.layout3 .item-meta a.btn-more i {
color: #000;
position: relative;
top: 2px;
margin-left: 5px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-post-carousel.layout3 .item-title {
line-height: 1.2;
}
@media screen and (min-width: 992px) {
.cms-post-carousel.layout3 .item-title {
margin-right: -15px;
}
}
.cms-post-carousel.layout3 .item-content {
margin-bottom: 28px;
}
.cms-post-carousel.layout3 .carousel-item-inner {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover {
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .inner-item-date {
color: #fff;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .inner-item-date i {
color: inherit;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .inner-item-date:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .item-title a {
color: #fff;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .item-content {
color: #fff;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .link-more {
opacity: 1;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .item-featured {
background-color: #000;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .item-featured img {
opacity: 0.7;
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .item-meta:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .item-meta a {
color: #fff;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .item-meta a.btn-more {
color: #fff;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .item-meta a.btn-more i {
color: #fff;
margin-left: 8px;
}
.cms-post-carousel.layout3 .carousel-item-inner:hover .item-body:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
}
.cms-rate-star i {
display: inline-block;
font-size: 17px;
color: rgba(34, 34, 34, 0.5);
}
.cms-rate-star.one-star i:nth-child(1) {
color: #ffb81e;
}
.cms-rate-star.two-star i:nth-child(1), .cms-rate-star.two-star i:nth-child(2) {
color: #ffb81e;
}
.cms-rate-star.three-star i:nth-child(1), .cms-rate-star.three-star i:nth-child(2), .cms-rate-star.three-star i:nth-child(3) {
color: #ffb81e;
}
.cms-rate-star.four-star i:nth-child(1), .cms-rate-star.four-star i:nth-child(2), .cms-rate-star.four-star i:nth-child(3), .cms-rate-star.four-star i:nth-child(4) {
color: #ffb81e;
}
.cms-rate-star.five-star i {
color: #ffb81e;
}
.cms-testimonial-carousel1 .testimonial-desc {
font-weight: 400;
font-size: 18px;
font-style: italic;
line-height: 1.6;
margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel1 .testimonial-desc {
font-size: 16px;
margin-bottom: 35px;
line-height: 24px;
font-weight: 400;
}
}
.cms-testimonial-carousel1 .testimonial-title {
font-size: 25px;
margin-bottom: 8px;
color: #005ba1;
}
.cms-testimonial-carousel1 .testimonial-position {
font-size: 16px;
}
.cms-testimonial-carousel1 .testimonial-image {
height: 115px;
width: 115px;
margin: 0 auto;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
text-align: center;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-bottom: 13px;
}
.cms-testimonial-carousel1 .testimonial-image img {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
vertical-align: middle;
}
.cms-testimonial-carousel1 .testimonial-item {
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 768px) {
.cms-testimonial-carousel1 .testimonial-item {
max-width: 800px;
}
}
.cms-testimonial-carousel1 .testimonial-item svg {
max-width: 45px;
fill: #005ba1;
margin-bottom: 35px;
}
.cms-testimonial-carousel1 .testimonial-item:hover .testimonial-image img {
transform: scale(1.1);
}
.cms-testimonial-carousel1 .testimonial-inner {
position: relative;
text-align: center;
padding: 50px 30px 80px;
border: 1px solid rgba(255, 255, 255, 0.1);
margin-left: 50px;
margin-right: 50px;
}
@media screen and (max-width: 575px) {
.cms-testimonial-carousel1 .testimonial-inner {
padding: 30px 15px 40px;
margin-left: 15px;
margin-right: 15px;
}
}
.cms-testimonial-carousel1 .testimonial-inner .slick-arrow {
cursor: pointer;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.cms-testimonial-carousel1 .testimonial-inner .slick-arrow:hover {
color: #005ba1;
}
.cms-testimonial-carousel1 .testimonial-inner .slick-prev {
left: -1px;
border-left: none;
}
.cms-testimonial-carousel1 .testimonial-inner .slick-next {
right: -1px;
border-right: none;
}
.cms-testimonial-carousel1 .slick-list {
padding-top: 25px;
padding-bottom: 12px;
}
.cms-testimonial-carousel1 .slick-dots li {
margin-left: 6px;
margin-right: 6px;
}
.cms-testimonial-carousel1 .slick-dots li button {
line-height: 1;
width: 5px;
height: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border: 1px solid #005ba1;
background-color: transparent;
}
.cms-testimonial-carousel1 .slick-dots li.slick-active button {
width: 5px;
height: 5px;
line-height: 1;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-color: #005ba1;
}
.cms-testimonial-carousel1.dots-white .slick-dots li button {
background-color: transparent;
}
.cms-testimonial-carousel1.dots-white .slick-dots li.slick-active button {
background-color: #fff;
border: 1px solid #fff;
}
.cms-testimonial-carousel1 .slick-dots {
margin-top: 35px;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel1 .slick-dots {
margin-top: 20px;
}
}
.cms-testimonial-carousel1 .cms-slick-carousel {
padding-bottom: 0;
}
.cms-testimonial-carousel2 .testimonial-image {
height: 115px;
width: 115px;
margin: 0 auto;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
text-align: center;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-bottom: 18px;
}
.cms-testimonial-carousel2 .testimonial-image img {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
vertical-align: middle;
}
.cms-testimonial-carousel2 .testimonial-title {
font-size: 22px;
margin-bottom: 8px;
color: #005ba1;
}
.cms-testimonial-carousel2 .testimonial-position {
font-size: 16px;
margin-bottom: 35px;
}
.cms-testimonial-carousel2 .testimonial-desc {
font-weight: 500;
font-size: 18px;
line-height: 1.33;
margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel2 .testimonial-desc {
font-size: 18px;
margin-bottom: 25px;
}
}
.cms-testimonial-carousel2 .testimonial-item {
text-align: center;
}
.cms-testimonial-carousel2 .testimonial-item:hover .testimonial-image img {
transform: scale(1.1);
}
.cms-testimonial-carousel2 .slick-dots {
margin-top: 10px;
}
.cms-testimonial-carousel2 .slick-dots li button {
width: 6px;
height: 6px;
border-radius: 0;
}
.cms-testimonial-carousel2 .testimonial-inner {
position: relative;
}
.cms-testimonial-carousel2 .testimonial-inner .slick-arrow {
cursor: pointer;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 34px;
height: 34px;
z-index: 22;
line-height: 34px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1200px) {
.cms-testimonial-carousel2 .testimonial-inner .slick-arrow {
top: 70%;
}
}
.cms-testimonial-carousel2 .testimonial-inner .slick-arrow:hover {
color: #005ba1;
}
@media screen and (min-width: 1200px) {
.cms-testimonial-carousel2 .testimonial-inner .slick-prev {
left: -25px;
}
.cms-testimonial-carousel2 .testimonial-inner .slick-next {
right: -25px;
}
}
.cms-testimonial-carousel3 {
padding-bottom: 34px;
}
.cms-testimonial-carousel3 .bg-image {
max-width: 280px;
width: 100%;
min-width: 280px;
height: 340px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-color: #f8f8f8;
}
@media (min-width: 768px) and (max-width: 991px) {
.cms-testimonial-carousel3 .bg-image {
min-width: 230px;
max-width: 230px;
width: 100%;
}
}
.cms-testimonial-carousel3 .item-title {
font-size: 22px;
margin-bottom: 5px;
}
.cms-testimonial-carousel3 .item-position {
color: #222;
margin-bottom: 20px;
}
.cms-testimonial-carousel3 .item-desc {
margin-bottom: 35px;
font-size: 18px;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel3 .item-desc {
font-size: 15px;
}
}
.cms-testimonial-carousel3 .item-body {
padding: 35px 30px;
background-color: #fff;
}
@media screen and (min-width: 768px) {
.cms-testimonial-carousel3 .item-body {
display: flex;
flex-direction: column;
justify-content: center;
}
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel3 .item-body {
padding: 15px 20px;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel3 .item-body {
padding-bottom: 30px;
text-align: center;
}
}
.cms-testimonial-carousel3 .testimonial-item {
position: relative;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel3 .testimonial-item {
background-color: #fff;
padding-top: 60px;
margin-top: 60px;
}
.cms-testimonial-carousel3 .testimonial-item .bg-image {
border: 2px solid #005ba1;
top: -60px;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
max-width: 120px;
min-width: 120px;
width: 120px;
height: 120px;
background-position: top center;
background-color: #f8f8f8;
}
}
@media screen and (min-width: 768px) {
.cms-testimonial-carousel3 .testimonial-item {
display: flex;
}
}
@media screen and (min-width: 992px) {
.cms-testimonial-carousel3 .testimonial-item .same-height {
min-height: 340px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.cms-testimonial-carousel3 .testimonial-item .same-height {
min-height: 380px;
}
}
.cms-testimonial-carousel3 .testimonial-inner {
position: relative;
}
.cms-testimonial-carousel3 .testimonial-inner .slick-arrow {
cursor: pointer;
z-index: 22;
color: #f8f8f8;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background-color: rgba(0, 91, 161, 0.5);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
@media screen and (min-width: 992px) {
.cms-testimonial-carousel3 .testimonial-inner .slick-arrow {
width: 140px;
min-height: 340px;
}
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel3 .testimonial-inner .slick-arrow {
width: 40px;
height: 60px;
min-height: 60px;
}
}
.cms-testimonial-carousel3 .testimonial-inner .slick-arrow:after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
display: block;
background-color: rgba(0, 91, 161, 0.5);
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel3 .testimonial-inner .slick-arrow:before {
z-index: 1;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel3 .testimonial-inner .slick-arrow:hover {
color: #fff;
}
.cms-testimonial-carousel3 .testimonial-inner .slick-arrow:hover:after {
background-color: rgba(0, 91, 161, 0.2);
}
.cms-testimonial-carousel3 .testimonial-inner .slick-arrow:hover:before {
color: #fff;
}
.cms-testimonial-carousel3 .testimonial-inner .slick-prev {
left: 0;
}
.cms-testimonial-carousel3 .testimonial-inner .slick-next {
right: 0;
}
.cms-testimonial-carousel3 .cms-slick-carousel {
position: relative;
}
@media screen and (min-width: 992px) {
.cms-testimonial-carousel3 .cms-slick-carousel {
padding-left: 160px;
padding-right: 160px;
}
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel3 .cms-slick-carousel {
padding-left: 50px;
padding-right: 50px;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel3 .cms-slick-carousel {
padding-left: 35px;
padding-right: 35px;
}
}
.cms-testimonial-carousel3 .slick-dots {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.cms-testimonial-carousel4 .testimonial-desc {
font-size: 19px;
line-height: 30px;
color: #1c1c23;
margin-bottom: 25px;
}
.cms-testimonial-carousel4 .testimonial-image img {
max-width: 75px;
min-width: 75px;
max-height: 75px;
margin-right: 20px;
margin-bottom: 5px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.cms-testimonial-carousel4 .entry-body {
display: flex;
align-items: center;
padding-right: 55px;
}
.cms-testimonial-carousel4 .entry-meta {
display: unset;
}
.cms-testimonial-carousel4 .entry-meta .testimonial-title {
font-size: 17px;
margin-bottom: 5px;
}
.cms-testimonial-carousel4 .entry-meta .testimonial-position {
margin-bottom: 0;
font-size: 15px;
letter-spacing: 0.03em;
color: #777;
}
.cms-testimonial-carousel4 .slick-slide {
padding-left: 0;
padding-right: 0;
}
.cms-testimonial-carousel4 .testimonial-inner {
position: relative;
}
.cms-testimonial-carousel4 .testimonial-inner .append-arrows-custom {
position: absolute;
bottom: 20px;
right: 10px;
}
.cms-testimonial-carousel4 .testimonial-inner .append-arrows-custom .slick-arrow {
cursor: pointer;
}
.cms-testimonial-carousel4 .testimonial-inner .append-arrows-custom .slick-prev {
margin-right: 15px;
}
.cms-testimonial-carousel5 {
padding-bottom: 34px;
}
.cms-testimonial-carousel5 .bg-image {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
.cms-testimonial-carousel5 .bg-image {
max-width: 50%;
min-width: 50%;
width: 100%;
min-height: 530px;
}
}
.cms-testimonial-carousel5 .icon-qoute {
position: absolute;
top: 50px;
right: 30px;
z-index: -1;
}
.cms-testimonial-carousel5 .icon-qoute i {
font-size: 60px;
color: rgba(34, 34, 34, 0.3);
}
.cms-testimonial-carousel5 .item--icon .inner-icon {
display: inline-block;
padding-left: 80px;
padding-right: 80px;
position: relative;
margin-bottom: 17px;
}
.cms-testimonial-carousel5 .item--icon .inner-icon:before, .cms-testimonial-carousel5 .item--icon .inner-icon:after {
border-bottom: 1px solid #005ba1;
display: inline-block;
content: "";
width: 65px;
position: absolute;
top: 20px;
}
.cms-testimonial-carousel5 .item--icon .inner-icon:before {
left: 0;
}
.cms-testimonial-carousel5 .item--icon .inner-icon:after {
right: 0;
}
.cms-testimonial-carousel5 .item--icon i {
display: inline-block;
font-size: 25px;
color: #005ba1;
line-height: 1.2;
}
.cms-testimonial-carousel5 .el-title {
font-size: 40px;
line-height: 1.2;
margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
.cms-testimonial-carousel5 .el-title {
padding-right: 30%;
}
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel5 .el-title {
font-size: 30px;
}
}
.cms-testimonial-carousel5 .sub-title {
color: #005ba1;
font-size: 24px;
margin-bottom: 13px;
font-weight: 700;
}
.cms-testimonial-carousel5 .item-meta .item-title {
font-size: 24px;
margin-bottom: 0px;
display: inline-block;
color: #005ba1;
}
.cms-testimonial-carousel5 .item-meta .item-position {
display: inline-block;
color: #222;
margin-left: 15px;
}
.cms-testimonial-carousel5 .item-desc {
margin-bottom: 20px;
font-size: 18px;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel5 .item-desc {
font-size: 15px;
}
}
.cms-testimonial-carousel5 .cms-rate-star {
margin-bottom: 20px;
}
.cms-testimonial-carousel5 .item-body {
position: relative;
z-index: 1;
}
@media screen and (min-width: 768px) {
.cms-testimonial-carousel5 .item-body {
padding: 35px 30px;
background-color: #fff;
max-width: 50%;
min-width: 50%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel5 .item-body {
padding: 15px 20px;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel5 .item-body {
padding-bottom: 30px;
text-align: center;
}
}
.cms-testimonial-carousel5 .testimonial-item {
position: relative;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel5 .testimonial-item {
background-color: #fff;
padding-top: 80px;
margin-top: 80px;
}
.cms-testimonial-carousel5 .testimonial-item .bg-image {
border: 2px solid #005ba1;
top: -60px;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
max-width: 120px;
min-width: 120px;
width: 120px;
height: 120px;
background-position: top center;
background-color: #f8f8f8;
}
}
@media screen and (min-width: 768px) {
.cms-testimonial-carousel5 .testimonial-item {
display: flex;
}
}
@media screen and (min-width: 768px) {
.cms-testimonial-carousel5 .testimonial-item .same-height {
min-height: 530px;
}
}
.cms-testimonial-carousel5 .testimonial-inner {
position: relative;
}
.cms-testimonial-carousel5 .testimonial-inner .cms-slick-carousel {
max-width: 1200px;
margin: 0 auto;
}
@media (min-width: 1300px) {
.cms-testimonial-carousel5 .testimonial-inner .append-arrows-custom {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: flex;
flex-direction: column;
}
}
@media (max-width: 1299px) {
.cms-testimonial-carousel5 .testimonial-inner .append-arrows-custom {
text-align: center;
margin-top: 35px;
}
}
.cms-testimonial-carousel5 .testimonial-inner .slick-arrow {
background-color: #fff;
cursor: pointer;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border: 1px solid #eee;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
font-size: 0;
}
.cms-testimonial-carousel5 .testimonial-inner .slick-arrow:before {
font-family: "Font Awesome 5 Pro";
font-size: 15px;
color: inherit;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel5 .testimonial-inner .slick-arrow.slick-prev:before {
content: "\f053";
}
.cms-testimonial-carousel5 .testimonial-inner .slick-arrow.slick-next:before {
content: "\f054";
}
.cms-testimonial-carousel5 .testimonial-inner .slick-arrow:hover {
background-color: #005ba1;
color: #fff;
border-color: #005ba1;
}
.cms-testimonial-carousel5 .cms-slick-carousel {
position: relative;
}
.cms-testimonial-carousel5 .slick-dots {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.cms-testimonial-carousel6 .testimonial-inner {
position: relative;
}
.cms-testimonial-carousel6 .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 50px;
height: 50px;
background-color: #fff;
color: #000;
line-height: 50px;
border: 1px solid #eee;
text-align: center;
opacity: 1;
}
.cms-testimonial-carousel6 .slick-arrow:hover {
background-color: #005ba1;
color: #fff;
border-color: #005ba1;
}
@media screen and (min-width: 1400px) {
.cms-testimonial-carousel6 .slick-arrow.slick-prev {
left: -75px;
}
.cms-testimonial-carousel6 .slick-arrow.slick-next {
right: -75px;
}
}
@media screen and (min-width: 768px) {
.cms-testimonial-carousel6 .slick-dots {
padding-left: 35px;
margin-top: -31px;
}
}
.cms-testimonial-carousel6 .slick-dots li button {
background-color: #d9effa;
width: 10px;
height: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.cms-testimonial-carousel6 .slick-dots li.slick-active button {
background-color: #005ba1;
}
.cms-testimonial-carousel6 .icon-qoute {
position: absolute;
right: 35px;
bottom: 35px;
}
.cms-testimonial-carousel6 .icon-qoute svg {
height: 38px;
width: 35px;
}
.cms-testimonial-carousel6 .icon-qoute svg path {
fill: #005ba1 !important;
}
.cms-testimonial-carousel6 .el-title {
line-height: 1.2;
margin-bottom: 22px;
font-size: 40px;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel6 .el-title {
font-size: 30px;
}
}
.cms-testimonial-carousel6 .sub-title {
margin-bottom: 25px;
color: #222;
}
.cms-testimonial-carousel6 .item-desc {
color: #000;
margin-bottom: 23px;
}
.cms-testimonial-carousel6 .item-meta .testimonial-title {
font-size: 22px;
margin-bottom: 2px;
}
.cms-testimonial-carousel6 .item-meta .testimonial-position {
color: #005ba1;
}
@media screen and (min-width: 992px) {
.cms-testimonial-carousel6 .testimonial-item {
align-items: center;
}
}
@media screen and (min-width: 768px) {
.cms-testimonial-carousel6 .testimonial-item {
display: flex;
}
.cms-testimonial-carousel6 .testimonial-item .testimonial-image {
min-width: 50%;
max-width: 50%;
padding-right: 45px;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel6 .testimonial-item .testimonial-image {
margin-bottom: 35px;
}
}
.cms-testimonial-carousel6 .item-body {
position: relative;
padding-bottom: 55px;
}
.cms-testimonial-carousel7 .append-arrows-custom {
margin-top: 50px;
text-align: center;
}
.cms-testimonial-carousel7 .append-arrows-custom .slick-arrow {
width: 50px;
height: 50px;
background-color: #fff;
color: #000;
line-height: 50px;
border: 1px solid #eee;
text-align: center;
opacity: 1;
cursor: pointer;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
font-size: 0;
}
.cms-testimonial-carousel7 .append-arrows-custom .slick-arrow:before {
font-family: 'Font Awesome 5 Pro';
font-size: 18px;
}
.cms-testimonial-carousel7 .append-arrows-custom .slick-arrow.slick-prev:before {
content: "\f053";
}
.cms-testimonial-carousel7 .append-arrows-custom .slick-arrow.slick-next:before {
content: "\f054";
}
.cms-testimonial-carousel7 .append-arrows-custom .slick-arrow + .slick-arrow {
margin-left: 10px;
}
.cms-testimonial-carousel7 .append-arrows-custom .slick-arrow:hover {
background-color: #005ba1;
color: #fff;
border-color: #005ba1;
}
.cms-testimonial-carousel7 .testimonial-image img {
width: 100%;
}
@media screen and (min-width: 1200px) {
.cms-testimonial-carousel7 .testimonial-image {
max-width: 280px;
min-width: 280px;
min-height: 280px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.cms-testimonial-carousel7 .testimonial-image img {
display: none;
}
}
.cms-testimonial-carousel7 .icon-qoute {
position: absolute;
right: 30px;
top: 30px;
}
.cms-testimonial-carousel7 .icon-qoute svg {
max-height: 53px;
width: 55px;
fill: #005ba1;
}
.cms-testimonial-carousel7 .testimonial-title {
font-size: 22px;
line-height: 1.2;
margin-bottom: 5px;
}
.cms-testimonial-carousel7 .testimonial-position {
color: #005ba1;
}
.cms-testimonial-carousel7 .item-meta {
margin-bottom: 20px;
}
@media screen and (min-width: 1300px) {
.cms-testimonial-carousel7 .item-desc {
padding-right: 50px;
}
}
.cms-testimonial-carousel7 .item-body {
padding: 30px;
position: relative;
background-color: #ecf7fd;
}
@media screen and (min-width: 768px) {
.cms-testimonial-carousel7 .item-body {
display: flex;
flex-direction: column;
justify-content: center;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel7 .item-body {
padding-top: 45px;
padding-bottom: 35px;
}
}
@media screen and (min-width: 1200px) {
.cms-testimonial-carousel7 .testimonial-item {
display: flex;
}
}
.fcb-padding-custom { }
@media screen and (min-width: 1400px) {
.fcb-padding-custom .cms-testimonial-carousel7 {
padding-left: 5.2%;
padding-right: 5.2%;
}
}
@media screen and (max-width: 767px) {
.cms-pricing.cms-pricing-layout1 {
margin-bottom: 45px;
}
}
.cms-pricing.cms-pricing-layout1 .prc-header {
padding-top: 27px;
padding-bottom: 5px;
text-align: center;
background-color: #005ba1;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.cms-pricing.cms-pricing-layout1 .pricing-title {
font-size: 25px;
margin-bottom: 13px;
line-height: 26px;
color: #fff;
}
@media screen and (max-width: 991px) {
.cms-pricing.cms-pricing-layout1 .pricing-title {
margin-bottom: 31px;
}
}
.cms-pricing.cms-pricing-layout1 .sub-title {
font-size: 14px;
color: #fff;
margin-bottom: 20px;
}
.cms-pricing.cms-pricing-layout1 .pricing-price {
padding: 25px 30px 28px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 3px;
}
.cms-pricing.cms-pricing-layout1 .entry-price {
font-size: 60px;
font-weight: 500;
color: #fff;
display: inline-block;
margin-right: 10px;
}
.cms-pricing.cms-pricing-layout1 .entry-time {
display: block;
font-size: 14px;
color: #fff;
}
.cms-pricing.cms-pricing-layout1 .cms-pricing-feature {
padding-left: 0;
list-style: none;
margin-bottom: 30px;
}
.cms-pricing.cms-pricing-layout1 .cms-pricing-feature li {
position: relative;
padding-left: 20px;
}
.cms-pricing.cms-pricing-layout1 .cms-pricing-feature li + li {
margin-top: 15px;
}
.cms-pricing.cms-pricing-layout1 .cms-pricing-feature li:before {
position: absolute;
top: 10px;
display: block;
background-color: #222;
left: 0;
content: "";
width: 8px;
height: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
}
.cms-pricing.cms-pricing-layout1 .cms-pricing-feature li.no-active {
text-decoration: line-through;
}
.cms-pricing.cms-pricing-layout1 .btn-prc {
color: #000;
font-size: 16px;
display: inline-block;
font-weight: 400;
font-family: 'Roboto Slab', serif;
}
.cms-pricing.cms-pricing-layout1 .btn-prc i {
position: relative;
top: 1px;
margin-left: 0;
font-weight: 500;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
font-size: 15px;
}
.cms-pricing.cms-pricing-layout1 .btn-prc:hover i {
-webkit-animation: toRightFromLeft 0.3s forwards;
-khtml-animation: toRightFromLeft 0.3s forwards;
-moz-animation: toRightFromLeft 0.3s forwards;
-ms-animation: toRightFromLeft 0.3s forwards;
-o-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
.cms-pricing.cms-pricing-layout1 .pricing-meta {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 30px 30px 25px;
}
@media screen and (max-width: 767px) {
.cms-pricing.cms-pricing-layout1 .pricing-meta {
padding-left: 15px;
padding-right: 15px;
}
}
.cms-pricing.cms-pricing-layout1 .cms-pricing-inner {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #fff;
}
.cms-pricing.cms-pricing-layout1 .cms-pricing-inner.pricing-active .btn-prc {
opacity: 1;
color: #005ba1;
}
.cms-pricing.cms-pricing-layout1 .cms-pricing-inner.pricing-active .btn-prc i {
margin-left: 2px;
opacity: 1;
}
.cms-pricing.cms-pricing-layout1 .cms-pricing-inner:hover {
-webkit-transform: translateY(-15px);
-khtml-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-o-transform: translateY(-15px);
transform: translateY(-15px);
-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
}
.cms-pricing.cms-pricing-layout1 .cms-pricing-inner:hover .btn-prc {
color: #005ba1;
}
.cms-pricing.cms-pricing-layout1 .cms-pricing-inner:hover .btn-prc i {
opacity: 1;
margin-left: 2px;
}
.cms-pricing.cms-pricing-layout2 .pricing-price {
overflow: hidden;
position: relative;
margin-left: auto;
margin-right: auto;
display: inline-block;
border: 6px solid #fff;
margin-bottom: -95px;
}
.cms-pricing.cms-pricing-layout2 .pricing-price .inner-price {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
display: flex;
flex-direction: column;
justify-content: center;
}
.cms-pricing.cms-pricing-layout2 .pricing-price .no-holder {
padding: 15px;
max-width: 163px;
min-width: 163px;
width: 100%;
height: 163px;
background-color: #005ba1;
}
.cms-pricing.cms-pricing-layout2 .pricing-price .prc-holder {
position: absolute;
width: 100%;
top: 100%;
height: 100%;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
}
.cms-pricing.cms-pricing-layout2 .entry-price {
line-height: 1.3;
font-size: 40px;
color: #fff;
display: block;
}
.cms-pricing.cms-pricing-layout2 .entry-time {
font-size: 16px;
color: #fff;
}
.cms-pricing.cms-pricing-layout2 .prc-wrapper-title {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
padding: 15px 15px 19px;
padding-top: 115px;
color: #fff;
background-color: #005ba1;
}
.cms-pricing.cms-pricing-layout2 .pricing-title {
margin-bottom: 8px;
font-weight: bold;
font-size: 26px;
color: #fff;
}
.cms-pricing.cms-pricing-layout2 .sub-title {
color: #fff;
}
.cms-pricing.cms-pricing-layout2 .pricing-meta {
padding: 38px 25px 25px;
border: 1px solid #005ba1;
border-top: none;
}
@media screen and (max-width: 991px) {
.cms-pricing.cms-pricing-layout2 .pricing-meta {
padding-left: 15px;
padding-right: 15px;
}
}
.cms-pricing.cms-pricing-layout2 ul {
list-style: none;
margin-bottom: 40px;
}
.cms-pricing.cms-pricing-layout2 ul li + li {
margin-top: 17px;
}
.cms-pricing.cms-pricing-layout2 ul li.no-active {
text-decoration: line-through;
}
.cms-pricing.cms-pricing-layout2 .btn-prc {
color: #000;
cursor: pointer;
font-weight: 400;
font-family: 'Roboto Slab', serif;
}
.cms-pricing.cms-pricing-layout2 .btn-prc:hover {
color: #005ba1;
}
.cms-pricing.cms-pricing-layout2 .cms-pricing-inner {
text-align: center;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-pricing.cms-pricing-layout2 .cms-pricing-inner.pricing-active .pricing-price .inner-price.no-holder {
opacity: 0;
}
.cms-pricing.cms-pricing-layout2 .cms-pricing-inner.pricing-active .pricing-price .inner-price.prc-holder {
background-color: #1a243f;
opacity: 1;
height: 100%;
top: 0;
bottom: 0;
}
.cms-pricing.cms-pricing-layout2 .cms-pricing-inner.pricing-active .prc-wrapper-title {
background-color: #1a243f;
}
.cms-pricing.cms-pricing-layout2 .cms-pricing-inner.pricing-active .btn-prc {
color: #005ba1;
}
.cms-pricing.cms-pricing-layout2 .cms-pricing-inner:hover {
-webkit-transform: translateY(-15px);
-khtml-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-o-transform: translateY(-15px);
transform: translateY(-15px);
}
.cms-pricing.cms-pricing-layout2 .cms-pricing-inner:hover .pricing-price .inner-price.no-holder {
opacity: 0;
}
.cms-pricing.cms-pricing-layout2 .cms-pricing-inner:hover .pricing-price .inner-price.prc-holder {
background-color: #1a243f;
opacity: 1;
height: 100%;
top: 0;
bottom: 0;
}
@media screen and (max-width: 767px) {
.cms-pricing.cms-pricing-layout3 {
margin-bottom: 45px;
}
}
.cms-pricing.cms-pricing-layout3 .prc-header {
padding-top: 27px;
padding-bottom: 5px;
text-align: center;
}
.cms-pricing.cms-pricing-layout3 .pricing-title {
font-weight: bold;
font-size: 25px;
margin-bottom: 13px;
line-height: 26px;
color: #000;
}
@media screen and (max-width: 991px) {
.cms-pricing.cms-pricing-layout3 .pricing-title {
margin-bottom: 31px;
}
}
.cms-pricing.cms-pricing-layout3 .sub-title {
font-size: 14px;
color: #000;
margin-bottom: 23px;
}
.cms-pricing.cms-pricing-layout3 .pricing-price {
padding: 25px 0 15px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid #f8f8f8;
margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
.cms-pricing.cms-pricing-layout3 .pricing-price {
margin-left: 40px;
margin-right: 40px;
}
}
.cms-pricing.cms-pricing-layout3 .entry-currency {
font-size: 20px;
position: relative;
top: -20px;
font-weight: 500;
color: #000;
}
@media screen and (min-width: 992px) {
.cms-pricing.cms-pricing-layout3 .entry-currency {
font-size: 35px;
top: -20px;
}
}
.cms-pricing.cms-pricing-layout3 .entry-price {
line-height: 1;
font-size: 80px;
font-weight: 500;
color: #000;
display: inline-block;
margin-right: 10px;
}
.cms-pricing.cms-pricing-layout3 .entry-time {
position: relative;
text-align: center;
display: block;
font-weight: 500;
font-size: 16px;
color: #000;
}
@media screen and (min-width: 768px) {
.cms-pricing.cms-pricing-layout3 .entry-time {
top: -5px;
padding-right: 35px;
text-align: right;
}
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-feature {
padding-left: 0;
list-style: none;
margin-bottom: 30px;
text-align: center;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-feature li {
padding-left: 20px;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-feature li + li {
margin-top: 15px;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-feature li.no-active {
text-decoration: line-through;
}
.cms-pricing.cms-pricing-layout3 .btn-prc {
color: #000;
font-size: 16px;
display: inline-block;
font-weight: 400;
font-family: 'Roboto Slab', serif;
}
.cms-pricing.cms-pricing-layout3 .btn-prc i {
position: relative;
top: 1px;
margin-left: 0;
font-weight: 500;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
font-size: 15px;
}
.cms-pricing.cms-pricing-layout3 .btn-prc:hover i {
-webkit-animation: toRightFromLeft 0.3s forwards;
-khtml-animation: toRightFromLeft 0.3s forwards;
-moz-animation: toRightFromLeft 0.3s forwards;
-ms-animation: toRightFromLeft 0.3s forwards;
-o-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
.cms-pricing.cms-pricing-layout3 .pricing-meta {
padding: 15px 30px 45px;
text-align: center;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #fff;
-webkit-box-shadow: 0 5px 33px rgba(40, 40, 40, 0.08);
-khtml-box-shadow: 0 5px 33px rgba(40, 40, 40, 0.08);
-moz-box-shadow: 0 5px 33px rgba(40, 40, 40, 0.08);
-ms-box-shadow: 0 5px 33px rgba(40, 40, 40, 0.08);
-o-box-shadow: 0 5px 33px rgba(40, 40, 40, 0.08);
box-shadow: 0 5px 33px rgba(40, 40, 40, 0.08);
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner.pricing-active {
background-color: #005ba1;
}
@media screen and (min-width: 992px) {
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner.pricing-active {
padding-top: 20px;
padding-bottom: 20px;
}
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner.pricing-active .entry-currency {
color: #fff;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner.pricing-active .pricing-price {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner.pricing-active .pricing-title {
color: #fff;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner.pricing-active .sub-title {
color: #fff;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner.pricing-active .entry-price {
color: #fff;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner.pricing-active .entry-time {
color: #fff;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner.pricing-active .cms-pricing-feature li {
color: #fff;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner.pricing-active .btn-prc {
opacity: 1;
color: #fff !important;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner.pricing-active .btn-prc i {
margin-left: 2px;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner:hover .btn-prc {
color: #005ba1;
}
.cms-pricing.cms-pricing-layout3 .cms-pricing-inner:hover .btn-prc i {
opacity: 1;
margin-left: 2px;
}
.cms-pricing.cms-pricing-layout4 .pricing-title {
margin-top: 22px;
margin-bottom: 22px;
font-weight: bold;
font-size: 22px;
text-align: center;
}
.cms-pricing.cms-pricing-layout4 .pricing-price {
padding: 15px;
background-color: #f5f5f5;
text-align: center;
line-height: 1;
}
.cms-pricing.cms-pricing-layout4 .pricing-price .entry-currency, .cms-pricing.cms-pricing-layout4 .pricing-price .entry-price {
font-weight: 500;
font-size: 60px;
color: #000;
}
.cms-pricing.cms-pricing-layout4 .pricing-price .entry-time {
margin-top: 5px;
display: block;
color: #222;
}
.cms-pricing.cms-pricing-layout4 .pricing-meta {
padding: 30px;
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-feature {
margin-bottom: 40px;
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-feature li {
list-style: none;
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-feature li + li {
margin-top: 15px;
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-feature li:before {
position: relative;
top: -3px;
margin-right: 5px;
font-family: "Font Awesome 5 Pro";
content: "\f00c";
font-size: 8px;
text-align: center;
font-weight: bold;
display: inline-block;
color: #fff;
width: 16px;
height: 16px;
line-height: 16px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-feature li.item-active:before {
background-color: green;
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-feature li.no-active:before {
background-color: red;
}
.cms-pricing.cms-pricing-layout4 .btn-prc {
display: block;
height: 45px;
line-height: 45px;
text-align: center;
background-color: #005ba1;
color: #fff;
overflow: hidden;
position: relative;
z-index: 1;
}
.cms-pricing.cms-pricing-layout4 .btn-prc span {
position: relative;
z-index: 2;
}
.cms-pricing.cms-pricing-layout4 .btn-prc:before {
transition-delay: 0.09s;
z-index: 1;
content: "";
height: 100%;
width: 0;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
position: absolute;
bottom: 0;
right: 0;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.2s;
-khtml-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-inner {
border: 1px solid #ebebeb;
background-color: #fff;
position: relative;
z-index: 1;
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-inner:before, .cms-pricing.cms-pricing-layout4 .cms-pricing-inner:after {
content: "";
display: block;
position: absolute;
opacity: 0;
z-index: -1;
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-inner:before {
left: 0px;
right: 0px;
top: 0;
bottom: 0;
transition-delay: 0.09s;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
.cms-pricing.cms-pricing-layout4 .cms-pricing-inner:before {
top: -10px;
bottom: -10px;
}
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-inner:after {
background-color: #fff;
left: 0px;
right: 0px;
top: 0;
bottom: 0;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
.cms-pricing.cms-pricing-layout4 .cms-pricing-inner:after {
top: -10px;
bottom: -10px;
}
}
@media screen and (min-width: 1200px) {
.cms-pricing.cms-pricing-layout4 .cms-pricing-inner:hover, .cms-pricing.cms-pricing-layout4 .cms-pricing-inner.pricing-active {
border-color: transparent;
}
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-inner:hover:before, .cms-pricing.cms-pricing-layout4 .cms-pricing-inner.pricing-active:before, .cms-pricing.cms-pricing-layout4 .cms-pricing-inner:hover:after, .cms-pricing.cms-pricing-layout4 .cms-pricing-inner.pricing-active:after {
opacity: 1;
}
@media screen and (min-width: 1200px) {
.cms-pricing.cms-pricing-layout4 .cms-pricing-inner:hover:before, .cms-pricing.cms-pricing-layout4 .cms-pricing-inner.pricing-active:before {
left: -10px;
right: -10px;
top: -20px;
bottom: -20px;
}
}
.cms-pricing.cms-pricing-layout4 .cms-pricing-inner:hover .btn-prc:before, .cms-pricing.cms-pricing-layout4 .cms-pricing-inner.pricing-active .btn-prc:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
background-color: #000;
background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#042c79));
background-image: -webkit-linear-gradient(left, #000, #042c79);
background-image: -moz-linear-gradient(left, #000, #042c79);
background-image: -ms-linear-gradient(left, #000, #042c79);
background-image: -o-linear-gradient(left, #000, #042c79);
background-image: linear-gradient(left, #000, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', endColorStr='#042c79', gradientType='1');
}
@media screen and (max-width: 767px) {
.cms-pricing.cms-pricing-layout5 {
margin-bottom: 35px;
}
}
.cms-pricing.cms-pricing-layout5 .prc-header {
padding-top: 35px;
padding-bottom: 30px;
text-align: center;
position: relative;
background-color: #005ba1;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-pricing.cms-pricing-layout5 .prc-header div.img-normarl, .cms-pricing.cms-pricing-layout5 .prc-header div.img-active {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
z-index: 1;
}
.cms-pricing.cms-pricing-layout5 .prc-header div.img-normarl img, .cms-pricing.cms-pricing-layout5 .prc-header div.img-active img {
width: auto;
max-width: 100%;
}
.cms-pricing.cms-pricing-layout5 .prc-header div.img-active {
opacity: 0;
}
.cms-pricing.cms-pricing-layout5 .pricing-title {
font-size: 16px;
display: inline-block;
padding: 5px 20px;
margin-bottom: 13px;
line-height: 32px;
background-color: #fff;
text-transform: uppercase;
color: #005ba1;
}
@media screen and (max-width: 991px) {
.cms-pricing.cms-pricing-layout5 .pricing-title {
margin-bottom: 31px;
}
}
.cms-pricing.cms-pricing-layout5 .sub-title {
font-size: 14px;
color: #fff;
margin-bottom: 20px;
}
.cms-pricing.cms-pricing-layout5 .pricing-price {
padding: 3px 30px 28px;
margin-bottom: 3px;
}
.cms-pricing.cms-pricing-layout5 .entry-price {
font-size: 60px;
font-weight: 500;
color: #fff;
display: inline-block;
margin-right: 10px;
}
.cms-pricing.cms-pricing-layout5 .entry-time {
display: block;
font-size: 14px;
color: #fff;
}
.cms-pricing.cms-pricing-layout5 .cms-pricing-feature {
padding-left: 0;
list-style: none;
margin-bottom: 30px;
}
.cms-pricing.cms-pricing-layout5 .cms-pricing-feature li + li {
margin-top: 15px;
}
.cms-pricing.cms-pricing-layout5 .cms-pricing-feature li:before {
position: relative;
top: -2px;
margin-right: 16px;
font-family: "Font Awesome 5 Pro";
content: "\f00c";
font-size: 8px;
text-align: center;
font-weight: bold;
display: inline-block;
color: #fff;
width: 16px;
height: 16px;
line-height: 16px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.cms-pricing.cms-pricing-layout5 .cms-pricing-feature li.item-active:before {
background-color: green;
}
.cms-pricing.cms-pricing-layout5 .cms-pricing-feature li.no-active:before {
background-color: red;
}
.cms-pricing.cms-pricing-layout5 .btn-prc {
color: #000;
font-size: 16px;
display: inline-block;
font-weight: 400;
font-family: 'Roboto Slab', serif;
}
.cms-pricing.cms-pricing-layout5 .btn-prc:before {
width: 33px;
height: 2px;
background-color: #000;
display: inline-block;
content: "";
margin-right: 10px;
position: relative;
top: -4px;
}
.cms-pricing.cms-pricing-layout5 .pricing-meta {
padding: 20px 30px 45px;
}
@media screen and (max-width: 767px) {
.cms-pricing.cms-pricing-layout5 .pricing-meta {
padding: 20px 15px 35px;
}
}
.cms-pricing.cms-pricing-layout5 .cms-pricing-inner {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #fff;
border: 1px solid transparent;
}
@media screen and (max-width: 991px) {
.cms-pricing.cms-pricing-layout5 .cms-pricing-inner {
border: 1px solid #eee;
}
}
.cms-pricing.cms-pricing-layout5 .cms-pricing-inner:hover, .cms-pricing.cms-pricing-layout5 .cms-pricing-inner.pricing-active {
border-color: #042c79;
}
.cms-pricing.cms-pricing-layout5 .cms-pricing-inner:hover .prc-header, .cms-pricing.cms-pricing-layout5 .cms-pricing-inner.pricing-active .prc-header {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.cms-pricing.cms-pricing-layout5 .cms-pricing-inner:hover .prc-header div.img-normarl, .cms-pricing.cms-pricing-layout5 .cms-pricing-inner.pricing-active .prc-header div.img-normarl {
opacity: 0;
}
.cms-pricing.cms-pricing-layout5 .cms-pricing-inner:hover .prc-header div.img-active, .cms-pricing.cms-pricing-layout5 .cms-pricing-inner.pricing-active .prc-header div.img-active {
opacity: 1;
}
.cms-pricing.cms-pricing-layout5 .cms-pricing-inner:hover .btn-prc:before, .cms-pricing.cms-pricing-layout5 .cms-pricing-inner.pricing-active .btn-prc:before {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
@media screen and (max-width: 767px) {
.cms-pricing.cms-pricing-layout6 {
margin-bottom: 45px;
}
}
.cms-pricing.cms-pricing-layout6 .prc-header {
padding-top: 27px;
padding-bottom: 5px;
text-align: center;
}
.cms-pricing.cms-pricing-layout6 .pricing-title {
font-weight: bold;
font-size: 25px;
margin-bottom: 13px;
line-height: 26px;
color: #000;
}
@media screen and (max-width: 991px) {
.cms-pricing.cms-pricing-layout6 .pricing-title {
margin-bottom: 31px;
}
}
.cms-pricing.cms-pricing-layout6 .sub-title {
font-size: 14px;
color: #000;
margin-bottom: 23px;
}
.cms-pricing.cms-pricing-layout6 .pricing-price {
padding: 25px 0 15px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid #f8f8f8;
margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
.cms-pricing.cms-pricing-layout6 .pricing-price {
margin-left: 40px;
margin-right: 40px;
}
}
.cms-pricing.cms-pricing-layout6 .entry-currency {
font-size: 20px;
position: relative;
top: -20px;
font-weight: 500;
color: #000;
}
@media screen and (min-width: 992px) {
.cms-pricing.cms-pricing-layout6 .entry-currency {
font-size: 35px;
top: -20px;
}
}
.cms-pricing.cms-pricing-layout6 .entry-price {
line-height: 1;
font-size: 80px;
font-weight: 500;
color: #000;
display: inline-block;
margin-right: 10px;
}
.cms-pricing.cms-pricing-layout6 .entry-time {
position: relative;
text-align: center;
display: block;
font-weight: 500;
font-size: 16px;
color: #000;
}
@media screen and (min-width: 768px) {
.cms-pricing.cms-pricing-layout6 .entry-time {
top: -5px;
padding-right: 35px;
text-align: right;
}
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-feature {
padding-left: 0;
list-style: none;
margin-bottom: 30px;
text-align: center;
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-feature li + li {
margin-top: 15px;
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-feature li.no-active {
text-decoration: line-through;
}
.cms-pricing.cms-pricing-layout6 .btn-prc {
color: #000;
font-size: 16px;
display: inline-block;
font-weight: 400;
font-family: 'Roboto Slab', serif;
}
.cms-pricing.cms-pricing-layout6 .btn-prc i {
position: relative;
top: 1px;
margin-left: 0;
font-weight: 500;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
font-size: 15px;
}
.cms-pricing.cms-pricing-layout6 .btn-prc:hover i {
-webkit-animation: toRightFromLeft 0.3s forwards;
-khtml-animation: toRightFromLeft 0.3s forwards;
-moz-animation: toRightFromLeft 0.3s forwards;
-ms-animation: toRightFromLeft 0.3s forwards;
-o-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
.cms-pricing.cms-pricing-layout6 .pricing-meta {
padding: 15px 30px 45px;
text-align: center;
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner {
padding-top: 18px;
padding-bottom: 22px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #fff;
}
@media screen and (max-width: 991px) {
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner {
background-color: #f8f8f8;
}
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner:hover, .cms-pricing.cms-pricing-layout6 .cms-pricing-inner.pricing-active {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
@media screen and (min-width: 1200px) {
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner:hover, .cms-pricing.cms-pricing-layout6 .cms-pricing-inner.pricing-active {
margin-left: -15px;
margin-right: -15px;
}
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner:hover .entry-currency, .cms-pricing.cms-pricing-layout6 .cms-pricing-inner.pricing-active .entry-currency {
color: #fff;
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner:hover .pricing-price, .cms-pricing.cms-pricing-layout6 .cms-pricing-inner.pricing-active .pricing-price {
border-top: 1px solid #354e74;
border-bottom: 1px solid #354e74;
color: #fff;
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner:hover .pricing-title, .cms-pricing.cms-pricing-layout6 .cms-pricing-inner.pricing-active .pricing-title {
color: #fff;
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner:hover .sub-title, .cms-pricing.cms-pricing-layout6 .cms-pricing-inner.pricing-active .sub-title {
color: #fff;
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner:hover .entry-price, .cms-pricing.cms-pricing-layout6 .cms-pricing-inner.pricing-active .entry-price {
color: #fff;
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner:hover .entry-time, .cms-pricing.cms-pricing-layout6 .cms-pricing-inner.pricing-active .entry-time {
color: #fff;
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner:hover .cms-pricing-feature li, .cms-pricing.cms-pricing-layout6 .cms-pricing-inner.pricing-active .cms-pricing-feature li {
color: #fff;
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner:hover .btn-prc, .cms-pricing.cms-pricing-layout6 .cms-pricing-inner.pricing-active .btn-prc {
opacity: 1;
color: #fff !important;
}
.cms-pricing.cms-pricing-layout6 .cms-pricing-inner:hover .btn-prc i, .cms-pricing.cms-pricing-layout6 .cms-pricing-inner.pricing-active .btn-prc i {
margin-left: 2px;
}
@keyframes pulse-border { 0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.8);
opacity: 0;
}
}
.cms-video-popup { }
.cms-video-popup .content-inner {
display: flex;
align-items: center;
}
.cms-video-popup .content-inner p.button-text {
margin-bottom: 0;
margin-left: 25px;
}
.cms-video-popup .video-play-button {
position: relative;
display: inline-flex;
width: 66px;
height: 66px;
align-items: center;
justify-content: center;
}
.cms-video-popup .video-play-button:before {
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
}
.cms-video-popup .video-play-button:after {
content: "";
position: absolute;
z-index: 1;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background: #fff;
border-radius: 50%;
transition: all 200ms;
}
.cms-video-popup .video-play-button i {
position: relative;
z-index: 9;
color: #222;
font-size: 30px;
margin-left: 5px;
}
.cms-video-popup.layout2 .image-wrap .cover-image {
padding: 15px;
width: 50%;
}
.cms-video-popup.layout2 .image-wrap .image-above {
display: flex;
position: relative;
}
.cms-video-popup.layout2 .image-wrap .image-above .video-play-button {
width: 66px;
height: 66px;
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%, 50%);
}
.cms-video-popup.layout2 .image-wrap .image-above .video-play-button i {
color: #005ba1;
}
.cms-video-popup.layout2 .image-wrap .image-above .image1 {
display: flex;
align-items: flex-end;
justify-content: flex-end;
}
.cms-video-popup.layout2 .image-wrap .image-above .image1 img {
width: 100%;
}
.cms-video-popup.layout2 .image-wrap .image-above .image2 img {
width: 100%;
}
.cms-video-popup.layout2 .image-wrap .image-below {
display: flex;
}
.cms-video-popup.layout2 .image-wrap .image-below .image3 {
display: flex;
align-items: flex-start;
justify-content: flex-end;
}
.cms-video-popup.layout2 .image-wrap .image-below .image3 img {
width: 100%;
}
.cms-video-popup.layout2 .image-wrap .image-below .image4 {
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.cms-video-popup.layout2 .image-wrap .image-below .image4 img {
width: 100%;
}
.cms-image-single .cms-img-box {
display: inline-block;
position: relative;
}
.cms-image-single .cms-img-box img {
position: relative;
}
.cms-image-single .halo-point {
position: absolute;
top: 6%;
left: 42%;
}
.cms-image-meta .cms-img-box {
position: relative;
padding-bottom: 40px;
padding-left: 50px;
z-index: 1;
display: inline-block;
}
.cms-image-meta .image-big {
display: inline-block;
}
.cms-image-meta .image-big img {
display: inline-block;
}
.cms-image-meta .image11, .cms-image-meta .image12, .cms-image-meta .image13, .cms-image-meta .image14 {
width: 20px;
height: 20px;
z-index: 1;
}
.cms-image-meta .image11 img, .cms-image-meta .image12 img, .cms-image-meta .image13 img, .cms-image-meta .image14 img {
max-height: 20px;
}
.cms-image-meta .image11 {
top: 1%;
right: 1%;
animation: animationFramesOne 12s infinite linear alternate;
}
.cms-image-meta .image12 {
left: 0px;
top: 45%;
}
.cms-image-meta .image13 {
bottom: 5%;
left: 40%;
animation: animationFramesThree 12s infinite linear alternate;
}
.cms-image-meta .image14 {
animation: animationFramesFour 12s infinite linear alternate;
top: 50%;
right: 0px;
}
.cms-image-meta .image21, .cms-image-meta .image22 {
z-index: -1;
}
.cms-image-meta .image21 {
bottom: 20%;
left: -4%;
}
@media screen and (max-width: 767px) {
.cms-image-meta .image21 {
left: 1%;
}
}
.cms-image-meta .image21 img {
-webkit-animation: rotation 5s infinite linear;
max-height: 108px;
}
@media screen and (max-width: 767px) {
.cms-image-meta .image21 img {
max-height: 65px;
}
}
.cms-image-meta .image22 {
top: 10%;
right: 2%;
}
@media screen and (max-width: 767px) {
.cms-image-meta .image22 {
top: 18%;
right: 8%;
}
}
.cms-image-meta .image22 img {
max-height: 95px;
-webkit-animation: rotation 6s infinite linear;
}
@media screen and (max-width: 767px) {
.cms-image-meta .image22 img {
max-height: 45px;
}
}
.cms-image-meta .image23 {
right: 30%;
bottom: 0;
}
.cms-image-meta .image23 img {
max-height: 55px;
-webkit-animation: rotation 2s infinite linear;
}
@media screen and (max-width: 767px) {
.cms-image-meta .image23 img {
max-height: 35px;
}
}
.cms-image-meta .image24 {
right: 20%;
bottom: 8%;
}
.cms-image-meta .image24 img {
max-height: 26px;
-webkit-animation: rotation 0.8s infinite linear;
}
.cms-image-meta .item-image {
position: absolute;
}
.cms-point {
height: 60px;
width: 60px;
position: relative;
font-size: 12px;
color: #fff;
display: inline-block;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.cms-point .line-video-animation {
border: 1px solid rgba(0, 91, 161, 0.5);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
opacity: 0;
}
.cms-point i {
font-size: 20px;
color: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cms-point .line-video-animation {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px dotted rgba(0, 91, 161, 0.5);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
animation: squares 1.5s linear 0s infinite;
-webkit-animation: squares 1.5s linear 0s infinite;
-ms-animation: squares 1.5s linear 0s infinite;
-o-animation: squares 1.5s linear 0s infinite;
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
opacity: 0;
}
.cms-point .line-video-animation.line-video-2 {
border: 1px dotted rgba(0, 91, 161, 0.5);
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.cms-point .line-video-animation.line-video-3 {
border: 2px dotted rgba(0, 91, 161, 0.5);
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.cms-point .line-video-animation.line-video-4 {
border: 1px dotted rgba(0, 91, 161, 0.5);
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}
.cms-counter-layout1 {
display: flex;
}
.cms-counter-layout1 .cms-counter-icon {
text-align: center;
width: 69px;
max-width: 69px;
min-width: 69px;
height: 62px;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
border: 1px solid #fff;
line-height: 56px;
position: relative;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-counter-layout1 .cms-counter-icon:before {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.cms-counter-layout1 .cms-counter-icon:after, .cms-counter-layout1 .cms-counter-icon:before {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
content: '';
pointer-events: none;
border: 1px solid #fff;
border-radius: 0%;
}
.cms-counter-layout1 .cms-counter-icon:after {
visibility: hidden;
}
.cms-counter-layout1 .cms-counter-icon.icon-image img {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
max-height: 44px;
}
.cms-counter-layout1 .cms-counter-icon.icon-font i {
color: #005ba1;
font-size: 35px;
vertical-align: middle;
}
.cms-counter-layout1 .cms-counter-icon + .cms-counter-meta {
margin-left: 20px;
}
.cms-counter-layout1 .cms-counter-number-wrapper {
font-size: 40px;
font-weight: bold;
line-height: 1;
}
@media screen and (max-width: 767px) {
.cms-counter-layout1 .cms-counter-number-wrapper {
font-size: 30px;
}
}
.cms-counter-layout1 .cms-counter-title {
font-size: 22px;
margin-top: -4px;
}
.cms-counter-layout1:hover .cms-counter-icon {
border-color: transparent;
}
.cms-counter-layout1:hover .cms-counter-icon:before {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
border-width: 1px;
}
.cms-counter-layout1:hover .cms-counter-icon img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-counter-layout2 {
display: flex;
}
.cms-counter-layout2 .cms-counter-icon {
text-align: center;
width: 69px;
max-width: 69px;
min-width: 69px;
padding-bottom: 20px;
min-height: 46px;
display: flex;
justify-content: center;
position: relative;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border-bottom: 1px solid #fff;
}
.cms-counter-layout2 .cms-counter-icon img, .cms-counter-layout2 .cms-counter-icon i {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-counter-layout2 .cms-counter-icon.icon-image img {
max-height: 44px;
}
.cms-counter-layout2 .cms-counter-icon.icon-font i {
color: #005ba1;
font-size: 35px;
vertical-align: middle;
}
.cms-counter-layout2 .cms-counter-icon + .cms-counter-meta {
margin-left: 20px;
}
.cms-counter-layout2 .cms-counter-icon:before, .cms-counter-layout2 .cms-counter-icon:after, .cms-counter-layout2 .cms-counter-icon .border-line {
background-color: #fff;
position: absolute;
}
.cms-counter-layout2 .cms-counter-icon .bg-bottom-shadow {
pointer-events: none;
position: absolute;
opacity: 0;
content: '';
bottom: 19px;
left: 20px;
right: 20px;
height: 5px;
display: block;
background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 80%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 80%);
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.cms-counter-layout2 .cms-counter-icon .border-line {
width: 6px;
height: 1px;
bottom: 45px;
}
.cms-counter-layout2 .cms-counter-icon:before, .cms-counter-layout2 .cms-counter-icon:after {
content: "";
width: 1px;
height: 46px;
display: inline-block;
bottom: 0;
}
.cms-counter-layout2 .cms-counter-icon:before, .cms-counter-layout2 .cms-counter-icon .line1 {
left: 0;
}
.cms-counter-layout2 .cms-counter-icon:after, .cms-counter-layout2 .cms-counter-icon .line2 {
right: 0;
}
.cms-counter-layout2 .cms-counter-number-wrapper {
font-size: 40px;
font-weight: bold;
line-height: 1;
}
@media screen and (max-width: 767px) {
.cms-counter-layout2 .cms-counter-number-wrapper {
font-size: 30px;
}
}
.cms-counter-layout2 .cms-counter-title {
font-size: 22px;
margin-top: -4px;
}
.cms-counter-layout2:hover .cms-counter-icon i, .cms-counter-layout2:hover .cms-counter-icon img {
-webkit-transform: translate(0, -5px);
-khtml-transform: translate(0, -5px);
-moz-transform: translate(0, -5px);
-ms-transform: translate(0, -5px);
-o-transform: translate(0, -5px);
transform: translate(0, -5px);
}
.cms-counter-layout2:hover .bg-bottom-shadow {
opacity: 1;
bottom: 15px;
right: 15px;
left: 15px;
}
.cms-newsletter.style1 .tnp-form {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.cms-newsletter.style1 .tnp-field {
margin-right: 20px;
flex-grow: 1;
}
.cms-newsletter.style1 .tnp-field:last-child {
margin-right: 0;
flex-grow: inherit;
}
.cms-newsletter.style1 .tnp-email {
height: 50px;
background-color: #061b49;
color: #51668a;
border-color: #061b49;
}
.cms-newsletter.style1 .tnp-button {
padding: 0 27px;
line-height: 50px;
}
.cms-newsletter.style1 .tnp-button:hover {
background-color: #fff;
color: #000;
}
.cms-newsletter.style2 .tnp-email {
display: block;
height: 48px;
background-color: #fff;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
color: #51668a;
border: none;
padding: 0 25px;
margin-bottom: 20px;
}
.cms-newsletter.style2 .tnp-email:focus {
border-color: #005ba1;
}
.cms-newsletter.style2 .tnp-email::-webkit-input-placeholder {
color: #222;
}
.cms-newsletter.style2 .tnp-email::-moz-placeholder {
color: #222;
}
.cms-newsletter.style2 .tnp-email::-ms-input-placeholder {
color: #222;
}
.cms-newsletter.style2 .tnp-email::-moz-placeholder {
color: #222;
}
.cms-newsletter.style2 .tnp-button {
padding: 0 27px;
line-height: 48px;
border: none;
width: 100%;
background-color: #005ba1;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
.cms-newsletter.style2 .tnp-button:hover {
background-color: #005ba1;
color: #fff;
}
.cms-newsletter.style3 .tnp-form {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
@media screen and (min-width: 768px) {
.cms-newsletter.style3 form {
max-width: 430px;
margin: 0 auto;
}
}
.cms-newsletter.style3 .tnp-field {
margin-right: 0px;
flex-grow: 1;
}
.cms-newsletter.style3 .tnp-field:last-child {
margin-right: 0;
flex-grow: inherit;
}
.cms-newsletter.style3 .tnp-email {
height: 50px;
background-color: #fff;
color: #222;
border-color: #fff;
border-right: none;
margin-bottom: 0;
-webkit-border-radius: 4px 0 0 4px;
-khtml-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-ms-border-radius: 4px 0 0 4px;
-o-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.cms-newsletter.style3 .tnp-button {
padding: 0 27px;
line-height: 50px;
background-color: #005ba1;
-webkit-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-ms-border-radius: 0 4px 4px 0;
-o-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.cms-newsletter.style3 .tnp-button:hover {
background-color: #005ba1;
color: #fff;
}
.cms-image-list {
margin-left: -3px;
margin-right: -3px;
}
.cms-image-list .item-image {
display: inline-block;
margin-left: 2px;
margin-right: 2px;
}
.cms-image-list .item-image a {
display: block;
}
.cms-list {
list-style: none;
margin-bottom: 0;
font-size: 15px;
}
.cms-list.style1 li {
padding-left: 30px;
position: relative;
}
.cms-list.style1 li:before {
content: '';
width: 14px;
height: 2px;
background-color: #005ba1;
position: absolute;
top: 10px;
left: 0;
}
.cms-list.style1 li + li {
margin-top: 15px;
}
.cms-list.style2 li {
padding-left: 25px;
position: relative;
}
.cms-list.style2 li:before {
line-height: 22px;
font-weight: normal;
-webkit-border-radius: 21px;
-khtml-border-radius: 21px;
-moz-border-radius: 21px;
-ms-border-radius: 21px;
-o-border-radius: 21px;
border-radius: 21px;
content: '\f00c';
font-family: 'FontAwesome';
font-size: 12px;
color: #005ba1;
position: absolute;
top: 1px;
left: 0;
}
.cms-list.style2 li + li {
margin-top: 7px;
}
.cms-list.style3 li {
padding-left: 30px;
position: relative;
}
.cms-list.style3 li:before {
width: 21px;
height: 21px;
line-height: 22px;
font-weight: normal;
text-align: center;
background-color: #005ba1;
-webkit-border-radius: 21px;
-khtml-border-radius: 21px;
-moz-border-radius: 21px;
-ms-border-radius: 21px;
-o-border-radius: 21px;
border-radius: 21px;
content: '\f00c';
font-family: 'FontAwesome';
font-size: 10px;
color: #fff;
position: absolute;
top: 1px;
left: 0;
}
.cms-list.style3 li + li {
margin-top: 12px;
}
.cms-list.style4 li {
padding-left: 30px;
position: relative;
}
.cms-list.style4 li:before {
width: 21px;
height: 21px;
line-height: 22px;
font-weight: normal;
text-align: center;
background-color: #fff;
-webkit-border-radius: 21px;
-khtml-border-radius: 21px;
-moz-border-radius: 21px;
-ms-border-radius: 21px;
-o-border-radius: 21px;
border-radius: 21px;
content: '\f00c';
font-family: 'FontAwesome';
font-size: 10px;
color: #005ba1;
position: absolute;
top: 1px;
left: 0;
}
.cms-list.style4 li + li {
margin-top: 15px;
}
.cms-list.style5 li:before {
display: inline-block;
font-weight: bold;
content: '\f054';
font-family: 'Font Awesome 5 Pro';
font-size: 11px;
color: #005ba1;
}
.cms-list.style5 li + li {
margin-top: 15px;
}
.cms-list.style6 li {
position: relative;
padding-left: 13px;
}
.cms-list.style6 li:before {
width: 5px;
height: 5px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
display: inline-block;
content: "";
background-color: #000;
position: absolute;
top: 9px;
left: 0;
}
.cms-list.style6 li + li {
margin-top: 5px;
}
.cms-list.style7 li {
padding-left: 25px;
position: relative;
color: #000;
}
.cms-list.style7 li:before {
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 13px;
height: 13px;
line-height: 11px;
font-weight: normal;
text-align: center;
background-color: transparent;
border: 1px solid #005ba1;
-webkit-border-radius: 13px;
-khtml-border-radius: 13px;
-moz-border-radius: 13px;
-ms-border-radius: 13px;
-o-border-radius: 13px;
border-radius: 13px;
content: '\f00c';
font-family: 'FontAwesome';
font-size: 9px;
color: #005ba1;
position: absolute;
top: 5px;
left: 0;
}
.cms-list.style7 li + li {
margin-top: 10px;
}
.cms-list.style8 li {
padding-left: 45px;
position: relative;
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 30px;
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.cms-list.style8 li:before {
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
line-height: 20px;
font-weight: normal;
text-align: center;
background-color: transparent;
content: '\f178';
font-weight: 400;
font-family: 'Font Awesome 5 Pro';
font-size: 25px;
color: inherit;
position: absolute;
top: 5px;
left: 0;
}
.cms-list.style8 li + li {
margin-top: 25px;
}
@media screen and (max-width: 767px) {
.cms-list.style8 li + li {
margin-top: 15px;
}
}
.cms-list.style8 li:hover a {
color: #005ba1;
}
.cms-list.style8 li:hover:before {
-webkit-animation: toRightFromLeft 0.9s forwards;
-khtml-animation: toRightFromLeft 0.9s forwards;
-moz-animation: toRightFromLeft 0.9s forwards;
-ms-animation: toRightFromLeft 0.9s forwards;
-o-animation: toRightFromLeft 0.9s forwards;
animation: toRightFromLeft 0.9s forwards;
}
.cms-list.style9 li {
padding: 13px;
padding-left: 35px;
position: relative;
color: #000;
font-size: 16px;
font-weight: 400;
-webkit-transition: all 0.5s;
-khtml-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.cms-list.style9 li + li {
margin-top: 5px;
}
.cms-list.style9 li:hover {
background-color: #005ba1;
color: #fff;
}
.cms-attorneys-info {
padding-bottom: 35px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-attorneys-info:hover {
border-bottom-color: #005ba1;
}
@media screen and (max-width: 767px) {
.cms-attorneys-info {
margin-bottom: 25px;
}
}
.cms-attorneys-info .entry-title {
font-size: 20px;
line-height: 24px;
font-weight: bold;
margin-bottom: 22px;
}
.cms-attorneys-info ul {
margin-bottom: 0;
list-style: none;
}
.cms-attorneys-info li {
position: relative;
}
.cms-attorneys-info li label {
color: #000;
font-size: 17px;
font-weight: bold;
}
.cms-attorneys-info li + li {
margin-top: 10px;
}
.cms-attorneys-info .entry-feature {
margin-bottom: 25px;
overflow: hidden;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.cms-attorneys-info .entry-feature img {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.cms-attorneys-info .entry-feature:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.cms-progress-wrapper {
position: relative;
}
.cms-progress-wrapper .elementor-title {
font-size: 15px;
margin-bottom: 13px;
font-family: 'Mulish', sans-serif;
}
.cms-progress-wrapper .elementor-progress-bar {
background-color: #005ba1;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
height: 10px;
bottom: 0;
position: relative;
}
.cms-progress-wrapper .elementor-progress-bar:after {
content: "";
display: block;
width: 10px;
height: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
background-color: #fff;
position: absolute;
right: 0;
}
.cms-progress-wrapper .elementor-progress-wrapper {
height: 10px;
background-color: rgba(0, 91, 161, 0.2);
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
.cms-progress-wrapper .elementor-progress-percentage {
position: absolute;
bottom: 16px;
padding: 0;
right: 0;
font-size: 16px;
color: #000;
}
.cms-progress-wrapper + .cms-progress-wrapper {
margin-top: 32px;
}
.cms-download.layout1 .item--download a {
font-size: 16px;
line-height: 24px;
font-weight: 700;
color: #fff;
background-color: #000;
display: block;
text-align: center;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 18px 24px 18px 30px;
}
@media screen and (max-width: 991px) {
.cms-download.layout1 .item--download a {
padding-left: 20px;
padding-right: 50px;
}
}
.cms-download.layout1 .item--download a .download-file-type {
font-size: 8px;
position: absolute;
top: 0;
left: 35px;
background-color: #fff;
width: 22px;
height: 24px;
color: #000;
text-align: center;
line-height: 24px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
text-transform: uppercase;
}
@media screen and (max-width: 991px) {
.cms-download.layout1 .item--download a .download-file-type {
right: 20px;
}
}
.cms-download.layout1 .item--download a:hover {
background-color: #005ba1;
}
.cms-download.layout1 .item--download a:hover .download-file-type {
color: #005ba1;
}
.cms-download.layout1 .item--download + .item--download {
margin-top: 30px;
}
.cms-download.layout2 {
padding-top: 43px;
padding-bottom: 40px;
background-color: #f3f3f3;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-download.layout2 .inner-box {
border-left: 3px solid #000;
padding-left: 37px;
padding-right: 40px;
}
@media screen and (max-width: 991px) {
.cms-download.layout2 .inner-box {
border-left-width: 2px;
padding-left: 15px;
padding-right: 15px;
}
}
.cms-download.layout2 .entry-title {
position: relative;
top: -5px;
margin-bottom: 23px;
font-size: 22px;
font-weight: bold;
line-height: 30px;
color: #000;
}
.cms-download.layout2 .item--download a {
font-size: 16px;
line-height: 24px;
font-weight: 700;
color: #fff;
background-color: #000;
display: block;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 38px 24px 18px 30px;
position: relative;
}
@media screen and (max-width: 991px) {
.cms-download.layout2 .item--download a {
padding-left: 20px;
padding-right: 50px;
}
}
.cms-download.layout2 .item--download a:before {
content: '';
width: 22px;
left: 30px;
top: 0;
height: 3px;
background-color: #0b2653;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
position: absolute;
}
.cms-download.layout2 .item--download a .download-file-type {
font-size: 8px;
position: absolute;
top: 0;
left: 30px;
background-color: #fff;
width: 22px;
height: 24px;
color: #000;
text-align: center;
line-height: 24px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
text-transform: uppercase;
}
@media screen and (max-width: 991px) {
.cms-download.layout2 .item--download a .download-file-type {
right: 20px;
}
}
.cms-download.layout2 .item--download a:hover {
background-color: #005ba1;
}
.cms-download.layout2 .item--download a:hover:before {
background-color: #005ba1;
}
.cms-download.layout2 .item--download a:hover .download-file-type {
color: #005ba1;
}
.cms-download.layout2 .item--download + .item--download {
margin-top: 30px;
}
.cms-client1 .client-image a {
text-align: center;
display: block;
position: relative;
overflow: hidden;
}
.cms-client1 .client-image a img {
display: block;
width: auto;
margin: 0 auto;
-webkit-transition: transform 0.4s ease;
-khtml-transition: transform 0.4s ease;
-moz-transition: transform 0.4s ease;
-ms-transition: transform 0.4s ease;
-o-transition: transform 0.4s ease;
transition: transform 0.4s ease;
position: relative;
max-height: 100px;
}
.cms-client1 .client-image a img:nth-child(2) {
position: absolute;
top: 0;
left: 50%;
width: auto;
-webkit-transform: translate(-50%, -100%);
-khtml-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
-o-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
}
.cms-client1 .client-image a:hover img:nth-child(1) {
-webkit-transform: translateY(100%);
-khtml-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.cms-client1 .client-image a:hover img:nth-child(2) {
-webkit-transform: translate(-50%, 0%);
-khtml-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.cms-client1 .slick-track {
display: flex;
flex-wrap: wrap;
align-items: center;
}
@media screen and (min-width: 992px) {
.cms-client1 .slick-track .slick-slide {
padding-left: 35px;
padding-right: 35px;
}
}
.list-style-custom {
list-style: none; }
.list-style-custom li:before {
height: 2px;
width: 15px;
display: inline-block;
content: "";
background-color: #005ba1;
margin-right: 10px;
position: relative;
top: -3px;
}
.cms-product-grid .item-featured, .cms-product-carousel .item-featured {
position: relative;
background-color: #f3f3f3;
overflow: hidden;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-product-grid .item-title, .cms-product-carousel .item-title {
font-size: 22px;
margin-bottom: 2px;
}
.cms-product-grid .item-title a, .cms-product-carousel .item-title a {
color: #000;
}
.cms-product-grid .item-title a:hover, .cms-product-carousel .item-title a:hover {
color: #005ba1;
}
.cms-product-grid .woocommerce-add-to-cart, .cms-product-carousel .woocommerce-add-to-cart {
position: absolute;
bottom: -56px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
width: 100%;
opacity: 0;
text-align: center;
background-color: #005ba1;
}
.cms-product-grid .woocommerce-add-to-cart i, .cms-product-carousel .woocommerce-add-to-cart i {
font-size: 20px;
margin-right: 5px;
color: #fff;
}
.cms-product-grid .woocommerce-add-to-cart a, .cms-product-carousel .woocommerce-add-to-cart a {
line-height: 56px;
padding: 0;
display: inline-block;
height: 56px;
color: #fff;
background-color: transparent;
}
.cms-product-grid .woocommerce-add-to-cart a.added, .cms-product-carousel .woocommerce-add-to-cart a.added {
display: none;
}
.cms-product-grid .woocommerce-add-to-cart a.wc-forward, .cms-product-carousel .woocommerce-add-to-cart a.wc-forward {
padding-top: 0;
padding-bottom: 0;
}
.cms-product-grid .woocommerce-add-to-cart a.wc-forward:before, .cms-product-carousel .woocommerce-add-to-cart a.wc-forward:before {
content: "\f06e";
}
.cms-product-grid .woocommerce-add-to-cart a.loading, .cms-product-carousel .woocommerce-add-to-cart a.loading {
opacity: 1;
padding-right: 25px;
}
.cms-product-grid .woocommerce-add-to-cart a.loading:after, .cms-product-carousel .woocommerce-add-to-cart a.loading:after {
letter-spacing: 0;
top: 0;
right: 0;
}
.cms-product-grid .woocommerce-add-to-cart a:hover, .cms-product-carousel .woocommerce-add-to-cart a:hover {
color: #fff;
}
.cms-product-grid .woocommerce-add-to-cart a.wc-forward, .cms-product-carousel .woocommerce-add-to-cart a.wc-forward {
width: 100%;
color: #fff;
font-size: 15px;
text-align: center;
overflow: hidden;
display: block;
text-transform: uppercase;
background-color: #005ba1;
padding-top: 0;
font-weight: 600;
padding-bottom: 0;
}
.cms-product-grid .woocommerce-add-to-cart a.wc-forward:before, .cms-product-carousel .woocommerce-add-to-cart a.wc-forward:before {
margin-right: 5px;
content: "\f291";
font-family: "Font Awesome 5 Pro";
display: inline-block;
}
.cms-product-grid .woocommerce-add-to-cart:hover, .cms-product-carousel .woocommerce-add-to-cart:hover {
background-color: #005ba1;
}
.cms-product-grid .woocommerce-add-to-cart:hover a, .cms-product-carousel .woocommerce-add-to-cart:hover a {
background-color: transparent;
color: #fff;
}
.cms-product-grid .item-price, .cms-product-carousel .item-price {
color: #005ba1;
}
.cms-product-grid .item-price, .cms-product-carousel .item-price {
font-size: 18px;
font-weight: 600;
}
.cms-product-grid .item-price del + ins, .cms-product-carousel .item-price del + ins {
margin-left: 10px;
}
.cms-product-grid .entry-holder, .cms-product-carousel .entry-holder {
padding: 20px 0 13px;
}
.cms-product-grid .woocommerce-meta-top, .cms-product-carousel .woocommerce-meta-top {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cms-product-grid .woocommerce-meta-top .woosq-btn, .cms-product-carousel .woocommerce-meta-top .woosq-btn, .cms-product-grid .woocommerce-meta-top .woosw-btn, .cms-product-carousel .woocommerce-meta-top .woosw-btn {
display: block;
font-size: 0;
width: 54px;
padding: 0;
height: 54px;
opacity: 0;
line-height: 54px;
margin: 10px;
text-align: center;
background-color: #000;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-product-grid .woocommerce-meta-top .woosq-btn:before, .cms-product-carousel .woocommerce-meta-top .woosq-btn:before, .cms-product-grid .woocommerce-meta-top .woosw-btn:before, .cms-product-carousel .woocommerce-meta-top .woosw-btn:before {
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
color: #fff;
margin-right: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-product-grid .woocommerce-meta-top .woosq-btn:before, .cms-product-carousel .woocommerce-meta-top .woosq-btn:before {
content: "\f06e";
}
.cms-product-grid .woocommerce-meta-top .woosw-btn:before, .cms-product-carousel .woocommerce-meta-top .woosw-btn:before {
content: "\f004";
}
.cms-product-grid .woocommerce-meta-top, .cms-product-carousel .woocommerce-meta-top {
display: flex;
align-items: center;
justify-content: center;
}
.cms-product-grid span.onsale, .cms-product-carousel span.onsale {
opacity: 0;
top: 85px !important;
left: 45px !important;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-product-grid .grid-item-inner, .cms-product-carousel .grid-item-inner {
margin-bottom: 30px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-product-grid .grid-item-inner:hover, .cms-product-carousel .grid-item-inner:hover {
-webkit-transform: translate(0, -6px);
-khtml-transform: translate(0, -6px);
-moz-transform: translate(0, -6px);
-ms-transform: translate(0, -6px);
-o-transform: translate(0, -6px);
transform: translate(0, -6px);
}
.cms-product-grid .grid-item-inner:hover .item-featured, .cms-product-carousel .grid-item-inner:hover .item-featured {
-webkit-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
-khtml-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
-moz-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
-ms-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
-o-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
}
.cms-product-grid .grid-item-inner:hover .item-title a, .cms-product-carousel .grid-item-inner:hover .item-title a {
color: #005ba1;
}
.cms-product-grid .grid-item-inner:hover .woocommerce-add-to-cart, .cms-product-carousel .grid-item-inner:hover .woocommerce-add-to-cart {
bottom: 0px;
opacity: 1;
}
.cms-product-grid .grid-item-inner:hover .woocommerce-meta-top .woosq-btn, .cms-product-carousel .grid-item-inner:hover .woocommerce-meta-top .woosq-btn, .cms-product-grid .grid-item-inner:hover .woocommerce-meta-top .woosw-btn, .cms-product-carousel .grid-item-inner:hover .woocommerce-meta-top .woosw-btn {
margin: 2px;
opacity: 1;
}
.cms-product-grid .grid-item-inner:hover .woocommerce-meta-top .woosq-btn:hover, .cms-product-carousel .grid-item-inner:hover .woocommerce-meta-top .woosq-btn:hover, .cms-product-grid .grid-item-inner:hover .woocommerce-meta-top .woosw-btn:hover, .cms-product-carousel .grid-item-inner:hover .woocommerce-meta-top .woosw-btn:hover {
background-color: #005ba1;
color: #fff;
}
.cms-product-grid .posts-pagination, .cms-product-carousel .posts-pagination {
margin-top: 20px;
}
.cms-product-grid .posts-page-links, .cms-product-carousel .posts-page-links {
justify-content: center;
}
.cms-product-grid .grid-filter-wrap, .cms-product-carousel .grid-filter-wrap {
margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
.cms-product-grid .grid-filter-wrap, .cms-product-carousel .grid-filter-wrap {
margin-bottom: 30px;
}
}
.cms-product-grid .grid-filter-wrap .filter-item, .cms-product-carousel .grid-filter-wrap .filter-item {
border: none;
font-size: 25px;
color: #000;
}
@media screen and (min-width: 1200px) {
.cms-product-grid .grid-filter-wrap .filter-item, .cms-product-carousel .grid-filter-wrap .filter-item {
padding: 4px 38px;
}
}
@media screen and (max-width: 1199px) {
.cms-product-grid .grid-filter-wrap .filter-item, .cms-product-carousel .grid-filter-wrap .filter-item {
padding-left: 15px;
padding-right: 15px;
}
}
.cms-product-grid .grid-filter-wrap .filter-item.active, .cms-product-carousel .grid-filter-wrap .filter-item.active, .cms-product-grid .grid-filter-wrap .filter-item:hover, .cms-product-carousel .grid-filter-wrap .filter-item:hover {
color: #005ba1;
}
@media (max-width: 1600px) {
.title-slide-shadow0 {
text-shadow: 1px 1px #fff;
}
}
@media (max-width: 1600px) {
.title-slide-shadow1 {
text-shadow: 2px 3px #fff;
}
}
@media screen and (max-width: 767px) {
.title-slide-shadow1 {
text-shadow: 1px 2px #fff;
}
}
@media (max-width: 1600px) {
.title-slide-shadow2 {
text-shadow: 1px 1px #fff;
}
}
.bg-column-custom { }
@media screen and (min-width: 992px) {
.bg-column-custom {
position: relative;
}
.bg-column-custom:before {
content: "";
background-color: #ecf7fd;
display: block;
width: 100%;
top: 65px;
bottom: 65px;
position: absolute;
left: 0;
right: 0;
}
}
body.home .cshlg-popup {
background-color: rgba(0, 91, 161, 0.05);
}
body.home .cshlg-popup .pass_and_register a.go_to_register_link {
display: inline-block;
line-height: 32px;
padding: 0 10px;
border-radius: 5px;
border: 1px solid #005ba1;
}
body.home .cshlg-popup .pass_and_register a.go_to_lostpassword_link {
line-height: 32px;
border: 1px solid #005ba1;
display: inline-block;
padding: 0 10px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
body.home .cshlg-popup .pass_and_register a.back_login {
line-height: 32px;
border: 1px solid #005ba1;
display: inline-block;
padding: 0 10px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
body.home .cshlg-popup .login_dialog {
background-color: #f8f8f8;
}
.swadmb-options { }
.swadmb-options .fa-shopping-bag:before {
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
}
.swadmb-options .fa-long-arrow-left:before {
content: "\f177";
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
}
.sidebar-sticky {
position: -webkit-sticky;
position: sticky;
top: 30px;
}
@media screen and (max-width: 991px) {
.sidebar-sticky {
top: 0;
}
}
.admin-bar .sidebar-sticky {
top: 60px;
}
@media screen and (max-width: 991px) {
.admin-bar .sidebar-sticky {
top: 0;
}
}
.header-sticky .sidebar-sticky {
top: 110px;
}
@media screen and (max-width: 991px) {
.header-sticky .sidebar-sticky {
top: 0;
}
}
.admin-bar.header-sticky .sidebar-sticky {
top: 140px;
}
@media screen and (max-width: 991px) {
.admin-bar.header-sticky .sidebar-sticky {
top: 0;
}
}
.entry-content .page-links {
clear: left;
padding-top: 10px;
}
.entry-content .page-links span {
text-align: center;
display: inline-block;
height: 26px;
width: 26px;
line-height: 26px;
color: #fff;
-webkit-border-radius: 26px;
-khtml-border-radius: 26px;
-moz-border-radius: 26px;
-ms-border-radius: 26px;
-o-border-radius: 26px;
border-radius: 26px;
background-color: #005ba1;
font-size: 14px;
font-weight: 500;
margin: 0 3px;
-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.entry-content .page-links a span {
background-color: #e0e3e8;
color: #000;
}
.entry-content .page-links a span:hover {
background-color: #005ba1;
color: #fff;
}
.entry-content .page-links .post-page-numbers {
margin: 0 3px;
}
.entry-content .page-links .post-page-numbers span {
margin: 0;
}
@media screen and (min-width: 1400px) {
body .container {
max-width: 1200px;
}
body #primary.content-has-sidebar {
-ms-flex: 0 0 68.3%;
flex: 0 0 68.3%;
max-width: 68.3%;
}
body #primary.content-has-sidebar.float-left + #secondary {
padding-left: 15px;
}
body #primary.content-has-sidebar.float-right + #secondary {
padding-right: 15px;
}
body #secondary.widget-has-sidebar {
-ms-flex: 0 0 31.7%;
flex: 0 0 31.7%;
max-width: 31.7%;
}
body.site-boxed .site {
max-width: 960px;
margin: 0 auto;
background-color: transparent;
}
body.site-boxed .site-content .container {
padding-left: 0;
padding-right: 0;
}
body.site-boxed .site-header-main {
background-color: #fff;
}
body.site-boxed .site-footer-custom .container {
padding-left: 0;
padding-right: 0;
}
body.site-boxed #site-header-wrap #site-header {
-webkit-box-shadow: none !important;
-khtml-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
}
body.site-boxed #site-header-wrap .site-header-top {
background-color: #005ba1;
}
body.site-rustic {
position: relative;
margin-top: 15px;
margin-bottom: 15px;
}
body.site-rustic:before, body.site-rustic:after {
content: "";
display: block;
width: 15px;
height: 100%;
background-color: #fff;
position: absolute;
z-index: 12000;
top: 0;
}
body.site-rustic:before {
left: 0;
}
body.site-rustic:after {
right: 0;
}
}
@media screen and (max-width: 1199px) {
body .container {
max-width: 100%;
}
}
@media screen and (max-width: 767px) {
#primary + #secondary {
margin-top: 60px;
}
}
.site-content {
padding: 100px 0;
position: relative;
}
@media screen and (max-width: 991px) {
.site-content {
padding-top: 55px;
overflow: hidden;
padding-bottom: 55px;
}
}
.layout-container {
background-color: #fcfcfc;
padding-bottom: 55px;
}
.widget .widget-content ul:not(.entry-meta) {
margin: 0;
list-style: none;
}
.page-template-default .entry-footer {
text-align: center;
}
.page-template-default .entry-footer i {
padding-right: 8px;
}
@media screen and (min-width: 992px) {
.content-has-sidebar.float-right {
order: 2;
-webkit-order: 2;
-ms-order: 2;
}
.content-has-sidebar.float-right + #secondary {
order: 1;
-webkit-order: 1;
-ms-order: 1;
}
}
.cms-widget-cart-sidebar {
-webkit-transition: transform 0.4s ease 0s;
-khtml-transition: transform 0.4s ease 0s;
-moz-transition: transform 0.4s ease 0s;
-ms-transition: transform 0.4s ease 0s;
-o-transition: transform 0.4s ease 0s;
transition: transform 0.4s ease 0s;
-webkit-transform: translateX(100%);
-khtml-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
padding-top: 30px;
padding-bottom: 137px;
background-color: #fff;
position: fixed;
overflow-y: scroll;
top: 0;
right: 0;
height: 100%;
-webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
-khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
-moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
-ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
-o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
z-index: 9999;
width: 320px;
overflow: hidden;
}
.cms-widget-cart-sidebar .widget_shopping_title {
border-bottom: 1px solid #e2e2e2;
margin-bottom: 18px;
padding-bottom: 14px;
font-size: 20px;
font-weight: 600;
color: #111;
}
.cms-widget-cart-sidebar .cms-close {
background-color: #000;
color: #fff;
position: absolute;
top: 0;
left: 0;
height: 44px;
width: 44px;
line-height: 44px;
text-align: center;
font-size: 18px;
cursor: pointer;
}
.cms-widget-cart-sidebar .cms-close:hover {
background-color: #042c79;
background-image: -webkit-gradient(linear, left top, right top, from(#042c79), to(#005ba1));
background-image: -webkit-linear-gradient(left, #042c79, #005ba1);
background-image: -moz-linear-gradient(left, #042c79, #005ba1);
background-image: -ms-linear-gradient(left, #042c79, #005ba1);
background-image: -o-linear-gradient(left, #042c79, #005ba1);
background-image: linear-gradient(left, #042c79, #005ba1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#042c79', endColorStr='#005ba1', gradientType='1');
}
.cms-widget-cart-sidebar .widget_shopping_cart {
padding: 30px 30px 0 30px;
height: 100%;
width: 100%;
overflow-y: scroll;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
padding: 20px 15px 15px 0;
display: flex;
flex-wrap: nowrap;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
border: none;
padding-bottom: 0;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
font-size: 16px;
margin-top: 40px;
padding: 0 !important;
text-align: center;
display: block;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
text-align: center;
margin-bottom: 20px;
display: block;
margin-top: 20px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
font-size: 60px;
color: #0d2335;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
line-height: 50px;
width: 100%;
font-weight: 600;
background: #111;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
color: #fff;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
width: 45px;
min-width: 45px;
margin-right: 15px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
display: inline-block;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
margin: 0;
width: inherit;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
padding-right: 12px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
font-size: 16px;
line-height: normal;
margin-bottom: 3px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
color: inherit;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
color: #555;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
font-size: 14px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
opacity: 0;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 0;
width: 18px;
height: 18px;
text-align: center;
-webkit-border-radius: 18px;
-khtml-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
border-radius: 18px;
line-height: 17px;
color: #005ba1;
font-size: 18px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button i {
vertical-align: middle;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
opacity: 1;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
padding: 30px;
position: absolute;
left: 0;
right: 0;
background-color: #fff;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 15px;
padding-bottom: 0;
color: #111;
font-weight: 700;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
margin: 0;
display: flex;
flex-wrap: wrap;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
flex-grow: 1;
background-color: #005ba1;
color: #fff;
padding-left: 15px;
padding-right: 15px;
margin: 0;
height: 45px;
line-height: 45px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn + .btn {
background-color: #000;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:hover {
background-color: #000;
border-color: #000;
}
.cms-widget-cart-sidebar .woocommerce-mini-cart__buttons .buttons {
width: 100%;
}
.cms-widget-cart-wrap.open .cms-widget-cart-overlay {
-webkit-transform: scaleX(1);
-khtml-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
transition-delay: 0s;
-webkit-transition-delay: 0s;
}
.cms-widget-cart-wrap.open .cms-widget-cart-sidebar {
-webkit-transform: translateX(0px);
-khtml-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
}
@media screen and (min-width: 992px) {
.admin-bar .cms-widget-cart-sidebar {
top: 32px;
}
.admin-bar .cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
bottom: 32px;
position: absolute;
}
}
.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
text-align: center;
}
body.woocommerce #primary.content-has-sidebar.float-left + #secondary {
padding-left: 15px;
}
.woocommerce .pswp--open {
display: none !important;
}
.woocommerce #secondary .widget_product_search {
margin-bottom: 30px !important;
}
.woocommerce #secondary .widget_product_search .search-field {
padding-right: 70px;
border-width: 1px;
height: 57px;
}
.woocommerce #secondary .widget_product_search .search-field:focus {
border-color: #005ba1;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
position: relative;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
content: "\f002";
font-family: 'Font Awesome 5 Pro';
font-size: 14px;
color: #005ba1;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 20px;
font-weight: bold;
}
.woocommerce #secondary .widget_product_search button {
border: none;
background-color: transparent;
padding: 0;
height: 51px;
line-height: 51px;
width: 50px;
font-size: 14px;
color: #005ba1;
position: absolute;
top: 0;
right: 0;
opacity: 0;
z-index: 99;
}
body.woocommerce #secondary .widget, body.woocommerce-page #secondary .widget {
background-color: transparent;
margin-bottom: 48px;
}
body.woocommerce #secondary .widget:last-child, body.woocommerce-page #secondary .widget:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 769px) {
body.woocommerce .coupon #coupon_code, body.woocommerce-page .coupon #coupon_code {
width: 100% !important;
margin-bottom: 10px;
}
body.woocommerce .coupon .button, body.woocommerce-page .coupon .button {
width: 100% !important;
}
}
body.woocommerce form .form-row, body.woocommerce-page form .form-row {
padding: 0 0 10px;
}
body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text {
margin-right: 15px;
}
body.woocommerce #respond input#submit, body.woocommerce-page #respond input#submit, body.woocommerce a.button, body.woocommerce-page a.button, body.woocommerce a.wc-forward, body.woocommerce-page a.wc-forward, body.woocommerce button.button, body.woocommerce-page button.button, body.woocommerce input.button, body.woocommerce-page input.button, body.woocommerce .cart button.button, body.woocommerce-page .cart button.button, body.woocommerce a.button.alt, body.woocommerce-page a.button.alt {
background-color: #005ba1;
border: none;
color: #fff;
text-transform: uppercase;
padding: 0 34px;
line-height: 54px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
text-transform: uppercase;
font-size: 13px;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
}
body.woocommerce #respond input#submit:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce-page a.button:hover, body.woocommerce a.wc-forward:hover, body.woocommerce-page a.wc-forward:hover, body.woocommerce button.button:hover, body.woocommerce-page button.button:hover, body.woocommerce input.button:hover, body.woocommerce-page input.button:hover, body.woocommerce .cart button.button:hover, body.woocommerce-page .cart button.button:hover, body.woocommerce a.button.alt:hover, body.woocommerce-page a.button.alt:hover, body.woocommerce #respond input#submit:focus, body.woocommerce-page #respond input#submit:focus, body.woocommerce a.button:focus, body.woocommerce-page a.button:focus, body.woocommerce a.wc-forward:focus, body.woocommerce-page a.wc-forward:focus, body.woocommerce button.button:focus, body.woocommerce-page button.button:focus, body.woocommerce input.button:focus, body.woocommerce-page input.button:focus, body.woocommerce .cart button.button:focus, body.woocommerce-page .cart button.button:focus, body.woocommerce a.button.alt:focus, body.woocommerce-page a.button.alt:focus, body.woocommerce #respond input#submit:active, body.woocommerce-page #respond input#submit:active, body.woocommerce a.button:active, body.woocommerce-page a.button:active, body.woocommerce a.wc-forward:active, body.woocommerce-page a.wc-forward:active, body.woocommerce button.button:active, body.woocommerce-page button.button:active, body.woocommerce input.button:active, body.woocommerce-page input.button:active, body.woocommerce .cart button.button:active, body.woocommerce-page .cart button.button:active, body.woocommerce a.button.alt:active, body.woocommerce-page a.button.alt:active {
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
outline: medium none;
text-decoration: none;
color: #fff;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
body.woocommerce button, body.woocommerce-page button {
z-index: 1;
overflow: hidden;
}
body.woocommerce button:hover, body.woocommerce-page button:hover, body.woocommerce button:focus, body.woocommerce-page button:focus {
background-color: #005ba1;
color: #fff;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
border-color: #005ba1;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
color: #005ba1;
}
.woocommerce .quantity {
position: relative;
display: inline-block;
}
.woocommerce .quantity .qty {
padding: 0 40px;
background-color: #fafafa;
color: #222;
-moz-appearance: textfield;
height: 46px;
width: 150px;
font-size: 18px;
font-weight: 500;
}
.woocommerce .quantity-icon i {
top: 2px;
bottom: 0;
width: 42px;
height: 42px;
background-color: #f2f2f2;
color: rgba(34, 34, 34, 0.7);
font-size: 18px;
line-height: 42px;
text-align: center;
position: absolute;
cursor: pointer;
}
.woocommerce .quantity-icon i.quantity-down {
left: 2px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce .quantity-icon i.quantity-up {
right: 2px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce table.shop_table {
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce table.shop_table td {
padding: 12px 15px;
}
@media screen and (min-width: 992px) {
.woocommerce table.shop_table td {
padding: 12px 25px;
}
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
width: 50px;
}
.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
width: 100% !important;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
border: 1px solid #eaeaea;
height: 51px;
background-color: #fff;
outline: none;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
line-height: 50px;
padding-left: 20px;
color: #222;
outline: none;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
right: 20px;
top: 50%;
color: #222;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__clear, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__clear {
height: 20px;
line-height: 20px;
position: absolute;
right: 30px;
text-align: center;
top: 50%;
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
width: 20px;
color: #747da1;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
color: #747da1;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown, .woocommerce-page .select2-container.select2-container--open .select2-dropdown {
border-color: #e7e8e9;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field, .woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
border: 1px solid #e7e8e9;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
background-color: #005ba1;
}
.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: #f7f7f7;
}
@media screen and (min-width: 992px) {
.woocommerce #primary.content-has-sidebar {
flex: 0 0 75%;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
-o-flex: 0 0 75%;
max-width: 75%;
}
.woocommerce #secondary.widget-has-sidebar {
flex: 0 0 25%;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
-o-flex: 0 0 25%;
max-width: 25%;
}
}
#shop-newsletter {
text-align: center;
padding: 40px 30px 30px 30px;
color: rgba(255, 255, 255, 0.87);
-webkit-border-radius: 14px;
-khtml-border-radius: 14px;
-moz-border-radius: 14px;
-ms-border-radius: 14px;
-o-border-radius: 14px;
border-radius: 14px;
margin-top: 60px;
}
#shop-newsletter h3 {
font-size: 32px;
color: #fff;
margin-bottom: 13px;
}
#shop-newsletter .shop-newsletter-introduction {
color: #fff;
text-transform: uppercase;
}
#shop-newsletter .shop-newsletter-introduction, #shop-newsletter .shop-newsletter-desc {
max-width: 590px;
margin: auto;
}
#shop-newsletter .ct-newsletter-inner {
margin-top: 33px;
margin-bottom: 18px;
}
#shop-newsletter .ct-newsletter-inner .tnp-email {
background-color: #fff;
color: rgba(0, 0, 0, 0.33);
}
#shop-newsletter .ct-newsletter-inner .tnp-field-button {
position: absolute;
top: 0;
right: 0;
}
.woocommerce #secondary .widget_price_filter .widget-title {
margin-bottom: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-content-inner {
padding-top: 30px;
}
.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
height: 4px;
background-color: #eee;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
background-color: #005ba1;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
height: 10px;
width: 10px;
background-color: #005ba1;
top: -3px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
margin-left: -2px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount {
display: flex;
flex-wrap: nowrap;
flex-direction: row-reverse;
padding-top: 25px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label {
text-align: left;
font-size: 14px;
line-height: 1;
flex-grow: 1;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
float: none;
max-width: 110px;
border: none;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
line-height: 1;
padding: 5px 10px;
font-weight: 700;
font-size: 14px;
text-transform: capitalize;
}
body .widget_products ul.product_list_widget li {
display: flex;
flex-wrap: nowrap;
margin-bottom: 30px;
padding: 0;
}
body .widget_products ul.product_list_widget li:last-child {
margin-bottom: 0;
}
body .widget_products ul.product_list_widget li .product-title {
font-size: 15px;
line-height: 20px;
margin-top: -5px;
margin-bottom: 0px;
}
body .widget_products ul.product_list_widget li .product-title a {
color: inherit;
}
body .widget_products ul.product_list_widget li .product-title a:hover {
color: #005ba1;
}
body .widget_products ul.product_list_widget li .amount {
font-size: 13px;
color: #222;
}
body .widget_products ul.product_list_widget li del {
color: #005ba1;
}
body .widget_products ul.product_list_widget li del .amount {
color: inherit;
}
body .widget_products ul.product_list_widget li .star-rating-wrap {
margin-bottom: 6px !important;
display: none;
}
body .widget_products ul.product_list_widget li .star-rating-wrap .count-rating {
display: none;
}
body .widget_products ul.product_list_widget li .wg-product-image {
width: 50px;
margin-right: 15px;
min-width: 50px;
}
body .widget_products ul.product_list_widget li .wg-product-image img {
float: none;
width: 100%;
margin: 0;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.widget_rating_filter .wc-layered-nav-rating a {
font-size: 0px;
display: block;
padding-left: 28px !important;
position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
content: "";
height: 18px;
width: 18px;
border: 1px solid #e6e6e6;
-webkit-border-radius: 18px;
-khtml-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
border-radius: 18px;
position: absolute;
top: 1px;
left: 0;
-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
border-color: #005ba1;
background-color: #005ba1;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
border-color: #005ba1;
background-color: #005ba1;
}
#shop-topbar {
border-bottom: 1px solid #e5e5e5;
background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
margin: 11px 0;
position: relative;
padding-left: 76px;
color: #000;
font-size: 16px;
min-height: 56px;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
#shop-topbar .shop-topbar-item i {
height: 56px;
width: 56px;
-webkit-border-radius: 56px;
-khtml-border-radius: 56px;
-moz-border-radius: 56px;
-ms-border-radius: 56px;
-o-border-radius: 56px;
border-radius: 56px;
border: 1px solid #e5e5e5;
line-height: 54px;
text-align: center;
font-size: 24px;
position: absolute;
top: 0;
left: 0;
}
#shop-topbar .shop-topbar-item span {
font-weight: 500;
}
#shop-breadcrumb {
padding: 23px 0;
}
#shop-breadcrumb ul {
list-style: none;
margin: 0;
}
#shop-breadcrumb ul li {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: #005ba1;
margin: 10px 0;
padding: 0 12px;
position: relative;
}
#shop-breadcrumb ul li::after {
content: '/';
color: #e9e9e9;
position: absolute;
top: 0;
right: -4px;
}
#shop-breadcrumb ul li:first-child {
padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
display: none;
}
#shop-breadcrumb ul li a {
color: #282828;
}
#shop-breadcrumb ul li a:hover {
color: #005ba1;
}
.woocommerce .star-rating-wrap {
display: flex;
align-items: center;
flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
font-size: 14px;
margin-left: 8px;
color: #808a98;
}
.woocommerce .woocommerce-product-category {
display: none;
}
.woocommerce .woocommerce-product-category a {
font-size: 12px;
color: #222;
margin-bottom: 8px;
display: inline-block;
}
.woocommerce .woocommerce-product-category a:hover {
color: #005ba1;
}
.woocommerce span.onsale {
height: 40px;
width: 40px;
min-width: inherit;
min-height: inherit;
font-size: 13px;
color: #fff;
padding: 0;
text-align: center;
line-height: 40px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
margin: 0 !important;
top: 14px !important;
left: 29px !important;
right: auto !important;
font-weight: normal;
z-index: 1;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.woocommerce .star-rating {
margin: 0;
letter-spacing: 0.2em;
width: 90px;
height: 18px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating:before {
content: "\f27d\f27d\f27d\f27d\f27d";
font-family: 'Material-Design-Iconic-Font';
font-size: 18px;
}
.woocommerce .star-rating span::before {
color: #ffab00;
}
.woocommerce .star-rating:before {
color: #d4d4d4;
}
.woocommerce ul.products {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.woocommerce ul.products li.product {
margin-bottom: 47px;
margin-right: 0;
padding: 0 15px;
}
.woocommerce ul.products li.product.last {
margin-right: 0;
}
.woocommerce ul.products li.product .woosq-btn, .woocommerce ul.products li.product .woosw-btn {
display: none;
}
@media screen and (min-width: 992px) {
.woocommerce ul.products.columns-4 li.product {
width: 25%;
}
}
@media screen and (min-width: 992px) {
.woocommerce ul.products.columns-3 li.product {
width: 33.33%;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.woocommerce ul.products li.product {
width: 50% !important;
}
}
@media screen and (max-width: 575px) {
.woocommerce ul.products li.product {
width: 100% !important;
}
}
@media screen and (min-width: 992px) {
.woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
width: 33.33%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
width: 50%;
}
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
font-size: 22px;
font-family: inherit;
font-weight: 400;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
color: #000;
}
.woocommerce ul.products li.product .price {
font-size: 15px;
color: #005ba1;
padding-bottom: 18px;
border-bottom: 1px solid #d6d6d6;
margin-bottom: 20px;
}
.woocommerce ul.products li.product .price del {
color: #c4c9dc;
}
.woocommerce ul.products li.product .price ins {
color: #005ba1;
}
.woocommerce .woocommerce-topbar {
margin-bottom: 30px;
position: relative;
z-index: 99;
border: 1px solid rgba(34, 34, 34, 0.15);
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 3px 15px;
}
@media screen and (min-width: 576px) {
.woocommerce .woocommerce-topbar {
display: flex;
align-items: center;
flex-wrap: wrap;
}
}
@media screen and (max-width: 575px) {
.woocommerce .woocommerce-topbar {
padding-bottom: 30px;
}
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
margin: 15px 30px 15px 0px;
flex-grow: 1;
color: #222;
font-size: 13px;
font-weight: 700;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
float: none;
margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
background-color: #fff;
border: 1px solid #dbdbdb;
font-size: 12px;
color: #222;
text-transform: none;
padding: 0 8px;
height: 30px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select:after {
right: 8px;
color: #222;
font-size: 14px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
color: #222;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select span.current {
line-height: 28px;
}
.woocommerce .woocommerce-product-inner {
border: 1px solid rgba(34, 34, 34, 0.15);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
position: relative;
overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
width: auto;
display: inline-block;
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woosq-btn, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woosw-btn {
display: block !important;
height: 54px;
padding: 0;
width: 100%;
font-size: 0;
line-height: 54px;
text-align: center;
background-color: #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woosq-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woosw-btn:before {
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
color: #000;
margin-left: 0;
margin-right: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woosq-btn:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woosw-btn:hover {
background-color: #005ba1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woosq-btn:hover:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woosw-btn:hover:before {
color: #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woosq-btn:before {
content: "\f06e";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woosw-btn:before {
content: "\f004";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
position: absolute;
width: 100%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
display: flex;
bottom: -54px;
left: 0;
right: 0;
opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta > div {
flex-grow: 1;
min-width: 33.33%;
height: 54px;
border-right: 1px solid #eee;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta > div:last-child {
border-right: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
font-size: 0;
width: 100%;
height: 100%;
border-radius: 0;
line-height: 54px;
padding-left: 0;
padding-right: 0;
height: 54px;
background-color: #fff;
color: #000;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a:before {
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
color: #000;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
content: "\f07a";
display: inline-block;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
padding-right: 35px;
background-color: rgba(0, 91, 161, 0.7);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
font-size: 16px;
margin: 0;
top: 0;
color: #000;
padding-left: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:before {
color: #005ba1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a:hover {
background-color: #005ba1;
color: #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a:hover:before {
color: #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
background-color: #f8f8f8;
color: #005ba1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward:before {
color: #005ba1;
content: "\f217";
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
bottom: 0;
opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
border-top: 1px solid rgba(34, 34, 34, 0.15);
padding: 20px 30px 15px;
text-align: center;
position: relative;
z-index: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder:before {
z-index: -1;
content: "";
height: 100%;
width: 0;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
position: absolute;
bottom: 0;
right: 0px;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
display: block;
padding-left: 15px;
padding-right: 15px;
}
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
display: inline-block;
width: 100%;
font-weight: bold;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
float: none;
margin: 0 auto 8px auto;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
font-size: 14px;
color: rgba(0, 0, 0, 0.5);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
padding: 0px !important;
margin-bottom: 13px;
line-height: 1.3;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
color: #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
font-size: 14px;
margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
width: auto !important;
margin: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap {
display: block;
position: relative;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap .count-rating {
opacity: 0;
z-index: -1;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
bottom: 20px;
height: 35px;
line-height: 35px;
padding: 0 15px;
background-color: #fff;
color: #000;
display: inline-block;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap .count-rating:after {
content: "";
bottom: -8px;
left: 40px;
position: absolute;
display: block;
border-top: 0 solid transparent;
border-bottom: 10px solid transparent;
border-left: 12px solid #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap:hover .count-rating {
z-index: 1;
opacity: 1;
bottom: 35px;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
display: none !important;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-holder .woocommerce-product-title a {
color: #fff;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-holder .price {
border-bottom-color: #375075;
color: #fff;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-holder:before {
opacity: 1;
width: 100%;
left: 0px;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
display: none !important;
}
.woocommerce nav.woocommerce-pagination {
margin-top: 0;
margin-bottom: -20px;
text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
border: none;
margin: 0 0 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
text-align: center;
height: 50px;
width: 50px;
padding: 0;
line-height: 48px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: inherit;
background-color: #fff;
font-size: 20px;
font-weight: 700;
margin: 0 10px 0 0;
border: 1px solid #e9e9e9;
color: #000;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
margin-left: 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before {
font-size: 16px;
content: '\f2ee';
font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
margin-right: 20px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
font-size: 16px;
content: '\f2ea';
font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
color: #fff;
border-color: #005ba1;
}
.woocommerce .woocommerce-thankyou-order-received {
color: #fff;
font-size: 20px;
padding: 10px 15px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
@media screen and (min-width: 1200px) {
.woocommerce .woocommerce-thankyou-order-details {
padding: 15px;
margin-bottom: 35px !important;
border: 1px solid #eee;
}
}
.woocommerce .order_details thead tr th {
border-top: none;
}
.woocommerce .order_details thead tr th + th {
border-right: none;
}
.woocommerce .order_details tbody tr td + td, .woocommerce .order_details tfoot tr td + td, .woocommerce .order_details tbody tr th + td, .woocommerce .order_details tfoot tr th + td {
border-right: none;
}
.single-product #shop-breadcrumb {
padding-bottom: 46px;
}
.single-product #shop-newsletter {
margin-top: 30px;
}
.single-product section.related h2 {
font-size: 36px;
text-align: center;
margin-bottom: 35px;
}
.single-product section.related ul.products {
margin-bottom: 0;
}
.single-product section.related ul.products li.product {
margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
.single-product section.related ul.products.columns-4 {
margin-top: -40px;
}
.single-product section.related ul.products.columns-4 li.product {
width: 50%;
margin-top: 50px;
}
}
@media screen and (max-width: 575px) {
.single-product section.related ul.products.columns-4 li.product {
width: 100%;
}
}
.single-product #primary div.product .woocommerce-product-details__short-description {
font-size: 15px;
line-height: 26px;
margin-bottom: 9px;
}
@media screen and (min-width: 1200px) {
.single-product #primary div.product .woocommerce-product-details__short-description {
max-width: 480px;
}
}
.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-product-details__short-description ul.product-list-custom {
list-style: none;
margin-top: 25px;
}
.single-product #primary div.product .woocommerce-product-details__short-description ul.product-list-custom li {
padding-left: 35px;
position: relative;
}
.single-product #primary div.product .woocommerce-product-details__short-description ul.product-list-custom li + li {
margin-top: 7px;
}
.single-product #primary div.product .woocommerce-product-details__short-description ul.product-list-custom li:before {
font-size: 18px;
position: absolute;
top: 1px;
left: 0;
font-family: "Font Awesome 5 Pro";
content: "\f30b";
color: #005ba1;
}
.single-product #primary div.product form.cart {
padding-top: 10px;
padding-bottom: 22px;
border-bottom: 1px solid #eee;
margin-bottom: 25px;
}
.single-product #primary div.product form.cart label {
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
font-weight: 700;
color: #232323;
}
@media screen and (max-width: 767px) {
.single-product #primary div.product form.cart label {
font-size: 15px;
line-height: normal;
}
}
.single-product #primary div.product form.cart .reset_variations {
display: none !important;
}
.single-product #primary div.product form.cart .variations {
margin-bottom: 10px;
}
.single-product #primary div.product form.cart .variations td {
padding-bottom: 20px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
background-color: #f3f3f3;
border: none;
line-height: 40px;
color: #1b1a1a;
text-transform: uppercase;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin: 0 5px 5px 0;
width: 40px;
height: 40px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
font-size: 14px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
background-color: #005ba1;
color: #fff;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
padding: 0;
border: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
margin: 0 5px 5px 0;
opacity: 0.5;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
border: 2px solid rgba(0, 0, 0, 0.2);
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
opacity: 1;
}
.single-product #primary div.product form.cart:not(.grouped_form) {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
margin-top: 0;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
height: 46px;
line-height: 46px;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button:before {
background-color: #000;
}
.single-product #primary div.product .woocommerce-gallery span.onsale {
display: none;
}
.single-product #primary div.product .woocommerce-product-gallery {
width: 100% !important;
margin-bottom: 22px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
right: 20px;
top: 20px;
display: none;
}
@media screen and (min-width: 1200px) {
.single-product #primary div.product .woocommerce-product-gallery {
padding-right: 15px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
right: 35px;
}
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
margin-top: 30px;
margin-left: -15px;
margin-right: -15px;
}
@media screen and (max-width: 575px) {
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
margin-top: 10px;
margin-left: -5px;
margin-right: -5px;
}
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
padding: 0 15px;
}
@media screen and (max-width: 575px) {
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
padding: 0 5px;
}
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
opacity: 1;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
outline: 5px solid rgba(0, 0, 0, 0.1);
outline-offset: -9px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
position: relative;
display: block;
}
.single-product #primary div.product .entry-summary {
width: 100% !important;
margin-bottom: 69px;
padding-top: 32px;
}
@media screen and (min-width: 768px) {
.single-product #primary div.product .entry-summary {
position: sticky;
top: 62px;
}
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating {
margin-bottom: 5px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-price {
margin-bottom: 10px;
}
.single-product #primary div.product .entry-summary .entry-title {
font-size: 20px;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: 700;
}
.single-product #primary div.product .entry-summary .price {
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
justify-content: flex-end;
margin-bottom: 0;
color: #222;
align-items: center;
}
.single-product #primary div.product .entry-summary .price .amount {
color: #005ba1;
}
.single-product #primary div.product .entry-summary .price ins {
font-size: 30px;
margin-right: 12px;
}
.single-product #primary div.product .entry-summary .price ins span {
font-weight: 400;
}
.single-product #primary div.product .entry-summary .price del {
color: #222;
font-size: 18px;
}
.single-product #primary div.product .entry-summary .price del .amount {
color: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt > h3 {
font-size: 30px;
margin-bottom: 11px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt p {
font-size: 14px;
line-height: 23px;
}
.single-product #primary div.product .entry-summary .woosw-btn {
display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta {
margin-top: 10px;
margin-bottom: 20px;
font-size: 15px;
color: #222;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta > div {
margin-bottom: 20px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta > div:last-child {
margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a {
color: inherit;
font-size: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a:hover {
color: #005ba1;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta label {
color: #282828;
font-size: 16px;
padding-right: 10px;
font-weight: 700;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category, .single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-tag {
display: block;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category a, .single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-tag a {
margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category:before, .single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-tag:before {
color: #005ba1;
position: relative;
top: 1px;
font-size: 15px;
margin-right: 10px;
display: inline-block;
font-family: "FontAwesome";
content: "\f07b";
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-wishlist .woosw-btn {
display: block;
background-color: transparent;
padding: 0;
text-transform: uppercase;
font-weight: 600;
color: #000;
padding-left: 1px;
margin-left: -2px;
line-height: 23px;
margin-bottom: 12px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-wishlist .woosw-btn:before {
color: #005ba1;
margin-right: 10px;
font-family: 'Font Awesome 5 Pro';
content: "\f004";
display: inline-block;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-wishlist .woosw-btn:hover {
color: #005ba1;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
font-size: 16px;
font-weight: 700;
color: #282829;
margin-right: 0px;
padding-right: 0px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label i {
margin-right: 10px;
color: #005ba1;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a {
font-size: 13px;
display: inline-block;
margin: 0 4px;
color: #222;
text-align: center;
width: 25px;
height: 25px;
line-height: 25px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
border: 1px solid #222;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
border-color: #005ba1;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover i {
color: #005ba1;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button {
clear: left;
margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button.loading {
padding-right: 35px;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button.loading:after {
top: 0;
margin-left: 0;
margin-right: 0;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button.added + .wc-forward {
margin-left: 10px;
height: 46px;
line-height: 46px;
color: #fff;
font-weight: bold;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button.added + .wc-forward:hover {
background-color: #005ba1;
color: #fff;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder {
flex-grow: 1;
}
.single-product #primary div.product .woocommerce-tabs {
margin: 45px auto 40px auto;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
overflow: visible;
background-color: #f9f9f9;
border: 1px solid #eee;
border-bottom: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
margin: 0;
padding: 0;
border: none;
display: inline-block;
background-color: #f9f9f9;
border-right: 1px solid #eee;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
font-size: 14px;
display: block;
color: #000;
font-weight: 400;
padding: 0 20px;
line-height: 60px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
position: relative;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active {
background-color: #fff;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
margin-bottom: 0;
font-size: 14px;
line-height: 25px;
padding: 30px 20px;
border: 1px solid #eee;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
border: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
border-bottom: 1px solid #dee2e6;
font-family: inherit;
color: #1b1a1a;
font-weight: normal;
font-style: normal;
padding: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
border-left: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
font-size: 18px;
line-height: 34px;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
font-weight: 600;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
margin: 0;
width: 100%;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-noreviews {
margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
font-size: 15px;
line-height: 26px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
margin-bottom: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
margin-bottom: 8px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
font-size: 18px;
margin-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
padding-top: 15px;
height: 120px;
padding-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
padding: 30px;
border: 1px solid #e9e9e9;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond {
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .form-submit input {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .form-submit input:hover {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
padding: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
position: relative;
margin-bottom: 20px;
padding: 20px;
border: 1px solid #eee;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
position: absolute;
right: 10px;
top: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
display: none;
}
@media screen and (max-width: 991px) {
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
position: static;
margin-bottom: 6px;
}
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
position: relative;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
padding: 0;
width: 80px;
-webkit-border-radius: 80px;
-khtml-border-radius: 80px;
-moz-border-radius: 80px;
-ms-border-radius: 80px;
-o-border-radius: 80px;
border-radius: 80px;
border: 5px solid #fff;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
width: 40px;
border: none;
}
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
border: none;
margin: 0;
padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
float: none;
}
}
@media screen and (max-width: 575px) {
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
padding-left: 60px;
}
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
display: flex;
align-items: center;
margin: 0 0 8px;
font-size: 16px;
}
@media screen and (max-width: 575px) {
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
display: block;
}
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
display: block;
font-size: 14px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
color: #282828;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
content: "\f017";
font-family: 'Font Awesome 5 Pro';
margin: 0 4px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
margin: 0;
}
@media  {
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
max-width: 50%;
width: 100%;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
margin-top: 49px;
max-width: 50%;
padding-right: 30px;
width: 100%;
}
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .comment-respond .comment-form {
margin-bottom: 12px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation {
text-align: center;
margin-bottom: 57px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next {
display: inline-block;
position: relative;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a {
height: 50px;
width: 50px;
line-height: 50px;
background-color: #222;
display: inline-block;
color: #fff;
font-size: 16px;
margin: 0 3px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a:hover {
background-color: #005ba1;
}
.single-product #primary div.product .quantity {
margin-right: 15px;
}
.single-product #primary div.product .product_meta .sku_wrapper, .single-product #primary div.product .product_meta .posted_in, .single-product #primary div.product .product_meta .tagged_as {
display: block;
font-weight: 600;
font-size: 15px;
}
.single-product #primary div.product .product_meta .sku_wrapper span, .single-product #primary div.product .product_meta .posted_in span, .single-product #primary div.product .product_meta .tagged_as span, .single-product #primary div.product .product_meta .sku_wrapper a, .single-product #primary div.product .product_meta .posted_in a, .single-product #primary div.product .product_meta .tagged_as a {
color: #005ba1;
margin-left: 7px;
}
.single-product #primary div.product .product_meta .sku_wrapper a:hover, .single-product #primary div.product .product_meta .posted_in a:hover, .single-product #primary div.product .product_meta .tagged_as a:hover {
color: #000;
}
.single-product #primary div.product .product_meta .posted_in {
display: none;
}
@media screen and (min-width: 768px) {
.single-product.header-sticky #primary div.product .entry-summary {
top: 120px;
}
.single-product.header-sticky.admin-bar #primary div.product .entry-summary {
top: 150px;
}
}
body.woocommerce-cart .woocommerce-cart-form .actions .button, body.woocommerce-wishlist .woocommerce-cart-form .actions .button, body.woocommerce-cart #yith-wcwl-form .actions .button, body.woocommerce-wishlist #yith-wcwl-form .actions .button {
padding: 0 20px !important;
color: #fff !important;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text, body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
width: 180px !important;
height: 54px;
line-height: 54px;
padding: 0 25px;
font-size: 15px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table, body.woocommerce-wishlist .woocommerce-cart-form .shop_table, body.woocommerce-cart #yith-wcwl-form .shop_table, body.woocommerce-wishlist #yith-wcwl-form .shop_table {
border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart #yith-wcwl-form .shop_table thead th, body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
color: #000;
padding: 10px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 3px solid #005ba1;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
text-align: left;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td.actions, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td.actions, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td.actions {
border-bottom: none;
padding-left: 0;
padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a, body.woocommerce-cart #yith-wcwl-form tbody .product-name a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
color: #000;
font-size: 16px;
font-weight: 400;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
color: #005ba1;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price, body.woocommerce-cart #yith-wcwl-form tbody .product-price, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
color: #1b1a1a;
font-size: 14px;
font-weight: 400;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart #yith-wcwl-form tbody .product-price ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
color: #1b1a1a;
background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
text-align: center !important;
min-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
width: 100%;
max-width: 60px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
position: relative;
min-width: 35px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
font-size: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
content: "\f136";
font-family: "Material-Design-Iconic-Font";
font-size: 11px;
height: 19px;
width: 19px;
line-height: 18px;
color: #fff;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
font-weight: normal;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 0;
right: 0;
margin: auto;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
color: #fff;
background-color: red;
}
@media screen and (max-width: 769px) {
body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
min-height: 57px;
}
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table, body.woocommerce-cart #yith-wcwl-form table.shop_table, body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
margin-bottom: 40px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
@media screen and (max-width: 769px) {
body.woocommerce-cart .woocommerce-cart-form table.shop_table td, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td, body.woocommerce-cart #yith-wcwl-form table.shop_table td, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
background-color: #fff !important;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td.product-remove, body.woocommerce-cart #yith-wcwl-form table.shop_table td.product-remove, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td.product-remove {
background-color: #f8f8f8 !important;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td.actions, body.woocommerce-cart #yith-wcwl-form table.shop_table td.actions, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td.actions {
padding-left: 15px;
padding-right: 15px;
border-bottom: 1px solid #eee;
}
}
@media screen and (max-width: 767px) {
body.woocommerce-cart .woocommerce-cart-form table.shop_table tr, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table tr, body.woocommerce-cart #yith-wcwl-form table.shop_table tr, body.woocommerce-wishlist #yith-wcwl-form table.shop_table tr {
border: 1px solid #eee;
margin-bottom: 20px;
border-bottom: none;
}
}
body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
background-color: #fff;
padding: 40px 50px;
-webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
width: 33.33%;
}
@media screen and (max-width: 991px) {
body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
width: 50%;
padding-left: 40px;
padding-right: 40px;
}
}
@media screen and (max-width: 991px) {
body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
padding: 30px;
width: 100%;
}
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2, body.woocommerce-wishlist .cart-collaterals .cart_totals > h2 {
font-size: 24px;
border-bottom: 1px solid rgba(96, 101, 104, 0.15);
margin-bottom: 20px;
padding-bottom: 14px;
text-transform: capitalize;
}
body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-wishlist .cart-collaterals .cart_totals th {
vertical-align: middle !important;
border: none !important;
color: inherit;
font-weight: normal;
padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td, body.woocommerce-wishlist .cart-collaterals .cart_totals th + td {
border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td, body.woocommerce-wishlist .cart-collaterals .cart_totals td {
border: none !important;
padding: 12px 10px;
text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong, body.woocommerce-wishlist .cart-collaterals .cart_totals strong {
font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
color: #111;
font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table, body.woocommerce-wishlist .cart-collaterals .cart_totals .shop_table {
border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
color: #005ba1;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
content: '\f2f9';
margin-left: 9px;
font-family: "Material-Design-Iconic-Font";
position: relative;
top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
color: #005ba1;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 15px;
font-weight: 400;
width: 100%;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
border: 1px solid #eee;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
width: 50%;
padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
width: 50%;
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon .input-text {
line-height: 54px;
height: 54px;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce-checkout #customer_details {
margin: 0 -15px;
width: inherit;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
width: 50%;
flex: inherit;
max-width: 100%;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout #customer_details {
margin: 0;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
width: 100%;
}
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
width: 100%;
display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
padding: 0 25px;
margin-bottom: 36px;
border: 1px solid #e0e1e3;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
color: #fff;
margin-left: -26px;
margin-right: -26px;
padding: 10px 25px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
font-size: 20px;
text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
padding: 0 25px;
margin-bottom: 36px;
border: 1px solid #e0e1e3;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
color: #fff;
margin-left: -26px;
margin-right: -26px;
padding: 10px 25px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
font-size: 20px;
font-weight: normal;
}
@media screen and (min-width: 992px) {
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
margin-bottom: 45px;
}
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields .form-row .input-text {
min-height: 250px;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
font-size: 28px;
cursor: pointer;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
color: #005ba1;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
position: absolute;
opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
content: "\f01a";
font-family: 'Font Awesome 5 Pro';
margin-left: 14px;
font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
color: #fff;
padding: 10px 25px;
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
font-size: 20px;
text-transform: capitalize;
margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
color: #1b1a1a;
vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
font-weight: 600;
color: #1b1a1a;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
margin-bottom: 60px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead th {
border-top: none;
border-right: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot th {
border-right: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
border-right: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
background-color: #f7f8fa;
border: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
padding: 20px;
border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
padding: 20px;
margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
background-color: #005ba1;
float: none;
margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
background-color: #000;
}
.woocommerce-checkout #payment label {
font-size: 16px;
color: rgba(0, 0, 0, 0.87);
font-weight: 600;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
font-size: 22px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
font-size: 22px;
}
.woocommerce-checkout .woocommerce-order address {
border-bottom-width: 1px;
border-right-width: 1px;
border-radius: 0;
padding: 20px 15px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
margin: 0;
list-style: none;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid #eaeaea;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
font-size: 16px;
padding: 10px 0;
color: #747da1;
position: relative;
display: block;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
color: #005ba1;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
content: "\f178";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
display: block;
font-family: "'Font Awesome 5 Pro'";
color: #005ba1;
margin-left: -16px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
color: inherit;
padding-left: 26px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
margin-left: 0;
opacity: 1;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1, .woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
flex: inherit;
max-width: inherit;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-form {
background-color: #f7f8fa;
border: 1px solid #eee;
padding: 30px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
max-width: 670px;
margin: 0px auto 30px auto;
}
.woocommerce-account .site-content #primary .woocommerce-form label {
font-weight: 500;
margin-bottom: 2px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
margin-right: 16px;
height: auto;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
margin-bottom: 0;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
color: #005ba1;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
color: #000;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
padding: 0;
line-height: 50px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
font-size: 15px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
position: relative;
top: -1px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
height: 42px;
}
.woocommerce-account .site-content #primary .woocommerce-notices-wrapper + h2 {
text-align: center;
font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login {
margin: 0 -15px;
width: inherit;
display: flex;
flex-wrap: wrap;
}
.woocommerce-account .site-content #primary #customer_login h2 {
font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
width: 50%;
flex: inherit;
max-width: 100%;
}
@media screen and (max-width: 767px) {
.woocommerce-account .site-content #primary #customer_login {
margin: 0;
}
.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
width: 100%;
padding: 0;
}
}
.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
background-color: transparent;
padding: 8px 0;
}
@media screen and (min-width: 576px) {
.woocommerce-author-info {
display: flex;
}
}
.woocommerce-author-info .author-avatar {
min-width: 173px;
max-width: 173px;
min-height: 173px;
max-height: 173px;
height: 173px;
overflow: hidden;
}
.woocommerce-author-info .author-avatar img {
width: 100%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.woocommerce-author-info .author-avatar + .author-description {
margin-left: 10px;
}
.woocommerce-author-info .author-description {
display: flex;
flex-direction: column;
justify-content: center;
background-color: #f2f1f1;
padding: 15px 30px;
flex-grow: 1;
}
.woocommerce-author-info .author-description .author-name {
margin-bottom: 15px;
margin-top: -2px;
font-size: 20px;
font-weight: 600;
}
.woocommerce-author-info .author-description .author-name label {
color: #000;
}
.woocommerce-author-info .author-description p {
margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
.woocommerce-author-info .author-description p {
max-width: 550px;
}
}
.woocommerce-author-info:hover .author-avatar img {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
body #yith-wcwl-popup-message {
margin-left: -108px;
display: none;
bottom: 30px;
top: auto;
right: 30px;
left: auto;
background-color: #005ba1;
border-radius: 3px;
border: none;
color: #fff;
padding: 0 20px;
}
.woocommerce-wishlist tfoot td {
display: none;
}
.woocommerce-wishlist .product-stock-status {
font-size: 16px;
font-weight: 600;
}
.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
color: #000 !important;
}
.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
padding: 0 20px;
background-color: #005ba1;
color: #fff;
line-height: 42px;
font-size: 16px;
display: inline-block !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
background-color: #000;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
padding-right: 30px;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
top: 0;
right: 8px;
}
@media screen and (max-width: 767px) {
.woocommerce-wishlist #yith-wcwl-form {
overflow-x: scroll;
}
.woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
min-width: 767px;
}
}
.woocommerce-grouped-product-list {
border: none;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-rating {
margin-bottom: 5px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-rating .woocommerce-review-link {
display: none;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-price {
margin-bottom: 12px;
}
.mfp-woosq .mfp-content .entry-summary .entry-title {
font-size: 22px;
margin-bottom: 10px;
font-weight: 600;
text-transform: uppercase;
}
.mfp-woosq .mfp-content .entry-summary .price {
margin-left: -5px;
margin-right: -5px;
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
color: #222;
align-items: center;
}
.mfp-woosq .mfp-content .entry-summary .price > span {
font-size: 25px;
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}
.mfp-woosq .mfp-content .entry-summary .price .amount {
color: #005ba1;
font-weight: 700;
}
.mfp-woosq .mfp-content .entry-summary .price ins {
margin-left: 5px;
margin-right: 5px;
font-size: 25px;
}
.mfp-woosq .mfp-content .entry-summary .price del {
margin-left: 5px;
margin-right: 5px;
color: #005ba1;
font-size: 25px;
}
.mfp-woosq .mfp-content .entry-summary .price del .amount {
color: inherit;
}
.mfp-woosq .mfp-content .entry-summary .price del + ins {
color: #222;
}
.mfp-woosq .mfp-content .entry-summary .price del + ins:before {
content: " - ";
display: inline-block;
margin-right: 8px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-excerpt > h3 {
font-size: 30px;
margin-bottom: 11px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-excerpt p {
font-size: 14px;
line-height: 23px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta {
margin-top: 10px;
margin-bottom: 20px;
font-size: 14px;
color: #222;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta > div {
margin-bottom: 8px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta a {
color: inherit;
font-size: inherit;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta a:hover {
color: #005ba1;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta label {
color: #282828;
padding-right: 10px;
min-width: 120px;
font-weight: 700;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category {
display: block;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category a {
margin-bottom: 0;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share {
padding-top: 15px;
border-top: 2px solid #e5e5e5;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-label {
font-size: 14px;
font-weight: 700;
color: #282829;
display: block;
margin-bottom: 5px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a {
z-index: 1;
font-size: 16px;
display: inline-block;
margin: 0 3px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
color: #fff;
background-color: #000;
position: relative;
overflow: hidden;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:before {
z-index: -1;
content: "";
height: 100%;
width: 0;
background-color: #005ba1;
position: absolute;
bottom: 0;
right: 0;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
color: #fff;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:hover:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .list-icon {
margin-left: -3px;
margin-right: -3px;
}
.mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button {
clear: left;
margin-top: 30px;
text-transform: uppercase;
font-size: 14px;
border-radius: 0;
}
.mfp-woosq .mfp-content .entry-summary .woosw-btn {
display: none;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn {
display: block;
background-color: transparent;
padding: 0;
color: #000;
padding-left: 2px;
line-height: 23px;
margin-bottom: 12px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:before {
margin-right: 5px;
font-family: 'Font Awesome 5 Pro';
content: "\f004";
display: inline-block;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:hover {
color: #005ba1;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:hover:before {
color: #005ba1;
-webkit-animation: icon-bounce 0.5s linear 1;
-khtml-animation: icon-bounce 0.5s linear 1;
-moz-animation: icon-bounce 0.5s linear 1;
-ms-animation: icon-bounce 0.5s linear 1;
-o-animation: icon-bounce 0.5s linear 1;
animation: icon-bounce 0.5s linear 1;
}
.mfp-woosq .mfp-content .entry-summary .product_meta > span {
display: block;
}
.mfp-woosq .mfp-content .entry-summary .product_meta > span + span {
padding-top: 10px;
margin-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mfp-woosq .mfp-content .entry-summary .product_meta .posted_in:before, .mfp-woosq .mfp-content .entry-summary .product_meta .tagged_as:before {
width: 20px;
display: inline-block;
margin-right: 5px;
content: '\f660';
font-family: 'Font Awesome 5 Pro';
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart {
display: flex;
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart .single_add_to_cart_button {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
text-transform: uppercase !important;
opacity: 1 !important;
margin-top: 0;
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
background-color: #000 !important;
}
.mfp-woosq .mfp-content form.cart .single_add_to_cart_button {
background-color: #005ba1;
background-image: -webkit-gradient(linear, left top, right top, from(#005ba1), to(#042c79));
background-image: -webkit-linear-gradient(left, #005ba1, #042c79);
background-image: -moz-linear-gradient(left, #005ba1, #042c79);
background-image: -ms-linear-gradient(left, #005ba1, #042c79);
background-image: -o-linear-gradient(left, #005ba1, #042c79);
background-image: linear-gradient(left, #005ba1, #042c79);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005ba1', endColorStr='#042c79', gradientType='1');
text-transform: uppercase !important;
opacity: 1 !important;
margin-top: 0;
}
.mfp-woosq .mfp-content form.cart .single_add_to_cart_button:hover {
background-color: #000 !important;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow {
height: 55px;
width: 35px;
text-align: center;
line-height: 55px;
background-color: #000;
opacity: 1;
display: flex;
align-items: center;
justify-content: center;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow:before {
color: #fff;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow:hover {
background-color: #005ba1;
}
.mfp-woosq .mfp-content #woosq-popup .summary-content form.cart {
display: flex;
}
.mfp-woosq .mfp-content #woosq-popup ul.product-list-custom {
list-style: none;
margin-top: 25px;
}
.mfp-woosq .mfp-content #woosq-popup ul.product-list-custom li {
padding-left: 35px;
position: relative;
}
.mfp-woosq .mfp-content #woosq-popup ul.product-list-custom li + li {
margin-top: 7px;
}
.mfp-woosq .mfp-content #woosq-popup ul.product-list-custom li:before {
font-size: 18px;
position: absolute;
top: 1px;
left: 0;
font-family: "Font Awesome 5 Pro";
content: "\f30b";
color: #005ba1;
}
.mfp-woosq .mfp-close {
background-color: #000;
color: #fff;
opacity: 1;
width: 80px;
height: 80px;
top: -40px;
right: -40px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.mfp-woosq .mfp-close:before {
color: #fff;
font-size: 15px;
position: absolute;
left: 10px;
bottom: 10px;
z-index: 1;
}
.mfp-woosq .mfp-close:hover {
background-color: #005ba1;
}
body #yith-wcwl-popup-message {
margin-left: -108px;
display: none;
bottom: 30px;
top: auto;
right: 30px;
left: auto;
background-color: #005ba1;
border-radius: 3px;
border: none;
color: #fff;
padding: 0 20px;
}
.woocommerce-wishlist tfoot td {
display: none;
}
.woocommerce-wishlist .product-stock-status {
font-size: 16px;
font-weight: 600;
}
.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
color: #000 !important;
}
.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
padding: 0 20px;
background-color: #005ba1;
color: #fff;
line-height: 42px;
font-size: 16px;
display: inline-block !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
background-color: #000;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
padding-right: 30px;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
top: 0;
right: 8px;
}
@media screen and (max-width: 767px) {
.woocommerce-wishlist #yith-wcwl-form {
overflow-x: scroll;
}
.woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
min-width: 767px;
}
}
.woocommerce-grouped-product-list {
border: none;
}
.woosw-content-item .woosw-content-item--add .add_to_cart_button {
height: 35px;
line-height: 35px;
padding-top: 0 !important;
padding-bottom: 0 !important;
font-size: 12px !important;
text-transform: uppercase;
font-weight: 400;
border-radius: 0;
}
.woosw-content-item .woosw-content-item--add .add_to_cart_button:hover {
color: #fff;
}
.mfp-woosq .mfp-content .entry-summary .entry-title {
font-size: 25px;
text-transform: uppercase;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-rating {
margin-bottom: 5px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-rating .woocommerce-review-link {
display: none;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-price {
margin-bottom: 12px;
}
.mfp-woosq .mfp-content .entry-summary .entry-title {
font-size: 22px;
margin-bottom: 10px;
font-weight: 700;
}
.mfp-woosq .mfp-content .entry-summary .price {
margin-left: -5px;
margin-right: -5px;
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
color: #222;
align-items: center;
}
.mfp-woosq .mfp-content .entry-summary .price > span {
font-size: 25px;
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}
.mfp-woosq .mfp-content .entry-summary .price .amount {
color: #005ba1;
font-weight: 700;
}
.mfp-woosq .mfp-content .entry-summary .price ins {
margin-left: 5px;
margin-right: 5px;
font-size: 25px;
}
.mfp-woosq .mfp-content .entry-summary .price del {
margin-left: 5px;
margin-right: 5px;
color: #005ba1;
font-size: 25px;
}
.mfp-woosq .mfp-content .entry-summary .price del .amount {
color: inherit;
}
.mfp-woosq .mfp-content .entry-summary .price del + ins {
color: #222;
}
.mfp-woosq .mfp-content .entry-summary .price del + ins:before {
content: " - ";
display: inline-block;
margin-right: 8px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-excerpt > h3 {
font-size: 30px;
margin-bottom: 11px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-excerpt p {
font-size: 14px;
line-height: 23px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta {
margin-top: 10px;
margin-bottom: 20px;
font-size: 14px;
color: #222;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta > div {
margin-bottom: 8px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta a {
color: inherit;
font-size: inherit;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta a:hover {
color: #005ba1;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta label {
color: #282828;
padding-right: 10px;
min-width: 120px;
font-weight: 700;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category {
display: block;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category a {
margin-bottom: 0;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share {
padding-top: 15px;
border-top: 2px solid #e5e5e5;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-label {
font-size: 14px;
font-weight: 700;
color: #282829;
display: block;
margin-bottom: 5px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a {
z-index: 1;
font-size: 16px;
display: inline-block;
margin: 0 3px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
color: #fff;
background-color: #000;
position: relative;
overflow: hidden;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:before {
z-index: -1;
content: "";
height: 100%;
width: 0;
background-color: #005ba1;
position: absolute;
bottom: 0;
right: 0;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
color: #fff;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:hover:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .list-icon {
margin-left: -3px;
margin-right: -3px;
}
.mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button {
clear: left;
margin-top: 30px;
text-transform: uppercase;
font-size: 14px;
border-radius: 0;
}
.mfp-woosq .mfp-content .entry-summary .woosw-btn {
display: none;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn {
display: block;
background-color: transparent;
padding: 0;
color: #000;
padding-left: 2px;
line-height: 23px;
margin-bottom: 12px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:before {
margin-right: 5px;
font-family: 'Font Awesome 5 Pro';
content: "\f004";
display: inline-block;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:hover {
color: #005ba1;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:hover:before {
color: #005ba1;
-webkit-animation: icon-bounce 0.5s linear 1;
-khtml-animation: icon-bounce 0.5s linear 1;
-moz-animation: icon-bounce 0.5s linear 1;
-ms-animation: icon-bounce 0.5s linear 1;
-o-animation: icon-bounce 0.5s linear 1;
animation: icon-bounce 0.5s linear 1;
}
.mfp-woosq .mfp-content .entry-summary .product_meta > span {
display: block;
}
.mfp-woosq .mfp-content .entry-summary .product_meta > span + span {
padding-top: 10px;
margin-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mfp-woosq .mfp-content .entry-summary .product_meta .posted_in:before, .mfp-woosq .mfp-content .entry-summary .product_meta .tagged_as:before {
width: 20px;
display: inline-block;
margin-right: 5px;
content: '\f660';
font-family: 'Font Awesome 5 Pro';
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart {
display: flex;
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart .single_add_to_cart_button {
background-color: #005ba1 !important;
text-transform: uppercase !important;
opacity: 1 !important;
margin-top: 0;
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
background-color: #000 !important;
}
.mfp-woosq .mfp-content form.cart .single_add_to_cart_button {
background-color: #005ba1 !important;
text-transform: uppercase !important;
opacity: 1 !important;
margin-top: 0;
}
.mfp-woosq .mfp-content form.cart .single_add_to_cart_button:hover {
background-color: #000 !important;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow {
height: 55px;
width: 35px;
text-align: center;
line-height: 55px;
background-color: #000;
opacity: 1;
display: flex;
align-items: center;
justify-content: center;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow:before {
color: #fff;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow:hover {
background-color: #005ba1;
}
.mfp-woosq .mfp-content #woosq-popup .summary-content form.cart {
display: flex;
}
.mfp-woosq .mfp-content #woosq-popup .summary-content form.cart .input-text.qty {
width: 100px;
padding-left: 15px;
padding-right: 15px;
}
.mfp-woosq .mfp-content #woosq-popup .summary-content form.cart .single_add_to_cart_button {
height: 46px;
line-height: 46px;
}
.mfp-woosq .mfp-content #woosq-popup .summary-content form.cart .single_add_to_cart_button.loading {
padding-left: 15px;
padding-right: 45px;
}
.mfp-woosq .mfp-content #woosq-popup .summary-content form.cart .single_add_to_cart_button.loading:after {
top: 0;
}
.mfp-woosq .mfp-close {
background-color: #000;
color: #fff;
opacity: 1;
width: 80px;
height: 80px;
top: -40px;
right: -40px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.mfp-woosq .mfp-close:before {
color: #fff;
font-size: 15px;
position: absolute;
left: 10px;
bottom: 10px;
z-index: 1;
}
.mfp-woosq .mfp-close:hover {
background-color: #005ba1;
}
.woosw-content-items .woosw-content-item .woosw-content-item--title {
font-weight: 600;
font-size: 13px;
line-height: 1.3;
}
.woosw-content-items .woosw-content-item .woosw-content-item--title a {
color: #000;
}
.woosw-content-items .woosw-content-item .woosw-content-item--title a:hover {
color: #005ba1;
}
.woosw-area.woosw-open .add_to_cart_inline a.loading {
padding-left: 10px;
padding-right: 25px;
}
.woosw-area.woosw-open .add_to_cart_inline a.loading:after {
top: 0;
}
.woosw-area.woosw-open .add_to_cart_inline a.added {
display: none !important;
}
.woosw-area.woosw-open .add_to_cart_inline a.added_to_cart {
line-height: 32px;
text-align: center;
padding: 0 5px !important;
font-size: 11px !important;
color: #fff;
}
.woosw-area.woosw-open .add_to_cart_inline a.added_to_cart:hover {
background-color: #005ba1;
color: #fff;
}
.woosw-area.woosw-open .woosw-content {
max-width: 580px;
}
.woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn {
margin-left: 15px;
padding-left: 25px;
padding-right: 25px;
background-color: #005ba1;
line-height: 51px;
height: 51px;
}
.woosw-list .woosw-actions .woosw-copy-url + .woosw-copy-btn #woosw_copy_btn {
color: #fff;
background-color: transparent;
border: none;
}
.woosw-list .woosw-content-items .woosw-content-item--actions {
text-align: center;
}
.woosw-list .woosw-content-items .add_to_cart_inline .button {
display: inline-block !important;
}
.search-results .single-hentry.type-product .entry-meta, .search-results .single-hentry.type-portfolio .entry-meta, .search-results .single-hentry.type-cmsservice .entry-meta {
display: none;
}
.search-results .single-hentry.type-product .entry-featured + .entry-body, .search-results .single-hentry.type-portfolio .entry-featured + .entry-body, .search-results .single-hentry.type-cmsservice .entry-featured + .entry-body {
margin-top: 25px;
}
.cms-carousel-inner {
margin: 0 -15px;
}
.slick-slide {
padding: 0 15px;
}
#elementor-panel-get-pro-elements {
display: none !important;
}
.elementor-icons-manager__tab__item {
height: 80px !important;
}
.elementor-element .elementor-widget:not(:last-child) {
margin-bottom: 0;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
max-width: 1190px;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 1200px;
}
.site-content .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-container.elementor-column-gap-default {
margin: 0 -10px;
}
.site-content .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-container.elementor-column-gap-extended {
margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended {
margin: 0 -10px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended {
margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended {
position: relative;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-khtml-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
margin: 0;
}
.site-content .elementor-widget-text-editor, .site-footer-custom .elementor-widget-text-editor {
color: inherit;
font-family: inherit;
font-weight: inherit;
}
.single-footer #masthead, .elementor_library-template-default.single-elementor_library #masthead, .single-footer #pagetitle, .elementor_library-template-default.single-elementor_library #pagetitle, .single-footer #colophon, .elementor_library-template-default.single-elementor_library #colophon {
display: none;
}
@media screen and (min-width: 1400px) {
.elementor-section-full_width .elementor-inner-section > .elementor-container {
left: 50%;
-webkit-transform: translate(-50%, 0);
-khtml-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
}
@media screen and (max-width: 1199px) {
.col-offset-left > .elementor-column-wrap .elementor-widget-wrap {
padding-left: 15px !important;
}
.col-offset-right > .elementor-column-wrap .elementor-widget-wrap {
padding-right: 15px !important;
}
.col-offset-left > .elementor-column-wrap .elementor-column-wrap .elementor-widget-wrap {
padding-left: 0 !important;
}
.col-offset-right > .elementor-column-wrap .elementor-column-wrap .elementor-widget-wrap {
padding-right: 0 !important;
}
.col-offset-left > .elementor-column-wrap .elementor-widget-wrap .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 100%;
}
}
@media screen and (max-width: 991px) {
.site-footer-custom {
overflow: hidden;
}
}
.elementor-editor-active #site-header-wrap {
display: none;
}
.elementor-editor-active #site-header-wrap .site-header-main.h-fixed {
position: static !important;
}
.elementor-editor-active .site-footer-custom {
display: none;
}
.elementor-editor-active .cms-navigation-menu1.is-sticky {
position: static;
}
.carousel-el-custom .swiper-pagination-bullets .swiper-pagination-bullet {
height: 15px;
width: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
background-color: #e8e8e8;
margin-left: 4px;
margin-right: 4px;
opacity: 1;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.carousel-el-custom .swiper-pagination-bullets .swiper-pagination-bullet:focus {
outline: none;
}
.carousel-el-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover, .carousel-el-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #005ba1;
}