html {
font-size: 16px;
}
body {
font-family: "Source Sans Pro", sans-serif;
background-color: #fff;
font-size: 16px;
font-size: 1rem;
color: #7e8690;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
@media (max-width: 767px) {
body {
font-size: 15px;
font-size: 0.9375rem;
}
}
p {
color: #7e8690;
line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato", sans-serif;
font-weight: bold;
color: #2b2e3a;
}
ul {
padding-left: 0;
margin: 0;
}
a {
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
text-decoration: none;
}
img {
max-width: 100%;
} .page-wrapper {
position: relative;
overflow: hidden;
}
.box-style {
padding: 0 40px;
}
@media (max-width: 1199px) {
.box-style {
padding: 0 30px;
}
}
@media (max-width: 991px) {
.box-style {
padding: 0;
}
}
.wow {
visibility: hidden;
}
.fi:before {
margin: 0;
}
.section-padding {
padding: 110px 0;
}
@media (max-width: 991px) {
.section-padding {
padding: 90px 0;
}
}
@media (max-width: 767px) {
.section-padding {
padding: 80px 0;
}
} .contact-validation-active .error-handling-messages {
width: 100% !important;
margin-top: 15px !important;
}
.contact-validation-active label.error {
color: red;
font-size: 0.875rem;
font-weight: normal;
margin: 5px 0 0 0;
text-align: left;
display: block;
}
.contact-validation-active #loader {
display: none;
margin-top: 10px;
}
.contact-validation-active #loader i {
font-size: 30px;
font-size: 1.875rem;
color: #87d271;
display: inline-block;
-webkit-animation: rotating linear 2s infinite;
animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #error {
width: 100%;
color: #fff;
padding: 5px 10px;
font-size: 16px;
text-align: center;
display: none;
}
@media (max-width: 767px) {
.contact-validation-active #success,
.contact-validation-active #error {
font-size: 15px;
}
}
.contact-validation-active #success {
background-color: #009a00;
border-left: 5px solid green;
margin-bottom: 5px;
}
.contact-validation-active #error {
background-color: #ff1a1a;
border-left: 5px solid red;
}
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotating {
-webkit-animation: rotating 5s alternate infinite;
animation: rotating 5s alternate infinite;
} .back-to-top {
background-color: #1d1d1d;
width: 45px;
height: 45px;
line-height: 45px;
border: 1px solid rgba(255, 255, 255, 0.05);
text-align: center;
position: absolute;
z-index: 999;
left: calc(50% - 22.5px);
top: -22.5px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
@media (max-width: 991px) {
.back-to-top {
width: 40px;
height: 40px;
line-height: 40px;
}
}
.back-to-top:hover {
background-color: #87d271;
}
.back-to-top i {
font-size: 18px;
font-size: 1.125rem;
color: #fff;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
.back-to-top i {
font-size: 15px;
font-size: 0.9375rem;
}
} .mfp-wrap {
background-color: rgba(0, 0, 0, 0.9);
z-index: 99999;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
} .fancybox-overlay {
background: rgba(0, 0, 0, 0.9);
z-index: 9999 !important;
}
.fancybox-wrap {
z-index: 99999 !important;
}
.section-title {
text-align: center;
margin-bottom: 50px;
}
.section-title > span {
font-size: 16px;
font-size: 1rem;
color: #87d271;
display: block;
margin-top: -6px;
text-transform: capitalize;
}
.section-title h3 {
font-size: 26px;
font-size: 1.625rem;
font-weight: normal;
line-height: 1.3em;
margin: 0.45em 0 0;
}
@media (max-width: 991px) {
.section-title h3 {
font-size: 22px;
font-size: 1.375rem;
}
}
@media (max-width: 767px) {
.section-title h3 {
font-size: 20px;
font-size: 1.25rem;
}
}
.section-title-s2, .section-title-s4 {
margin-bottom: 40px;
}
@media (max-width: 991px) {
.section-title-s2, .section-title-s4 {
margin-bottom: 25px;
}
}
.section-title-s2 > span, .section-title-s4 > span {
font-size: 16px;
font-size: 1rem;
color: #87d271;
display: block;
margin-top: -6px;
text-transform: capitalize;
position: relative;
}
.section-title-s2 > span:before, .section-title-s4 > span:before {
content: "";
background: #87d271;
width: 45px;
height: 1px;
position: absolute;
left: -65px;
top: 12px;
}
.section-title-s2 h2, .section-title-s4 h2 {
font-size: 38px;
font-size: 2.375rem;
font-weight: bold;
line-height: 1.2em;
margin: 0.2em 0 0;
text-transform: capitalize;
}
@media (max-width: 991px) {
.section-title-s2 h2, .section-title-s4 h2 {
font-size: 32px;
font-size: 2rem;
}
}
@media (max-width: 767px) {
.section-title-s2 h2, .section-title-s4 h2 {
font-size: 28px;
font-size: 1.75rem;
}
}
.section-title-s3 {
margin-bottom: 60px;
text-align: center;
}
@media (max-width: 991px) {
.section-title-s3 {
margin-bottom: 50px;
}
}
.section-title-s3 > span {
font-size: 16px;
font-size: 1rem;
color: #87d271;
display: block;
margin-top: -6px;
text-transform: capitalize;
position: relative;
}
.section-title-s3 h2 {
font-size: 38px;
font-size: 2.375rem;
font-weight: bold;
line-height: 1.2em;
margin: 0.2em 0 0.5em;
text-transform: capitalize;
}
@media (max-width: 991px) {
.section-title-s3 h2 {
font-size: 32px;
font-size: 2rem;
}
}
@media (max-width: 767px) {
.section-title-s3 h2 {
font-size: 28px;
font-size: 1.75rem;
}
}
.section-title-s3 p {
font-size: 17px;
font-size: 1.0625rem;
}
@media (max-width: 767px) {
.section-title-s3 p {
font-size: 15px;
font-size: 0.9375rem;
}
}
.section-title-s4 h2 {
color: #fff;
}
.theme-btn, .theme-btn-s2 {
background-color: #87d271;
color: #fff;
font-size: 16px;
font-size: 1rem;
font-weight: 600;
padding: 16px 22px;
display: inline-block;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
text-transform: uppercase;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
background-color: #77cc5e;
color: #fff;
}
@media (max-width: 991px) {
.theme-btn, .theme-btn-s2 {
font-size: 16px;
font-size: 1rem;
padding: 10px 18px;
}
}
@media (max-width: 767px) {
.theme-btn, .theme-btn-s2 {
font-size: 14px;
font-size: 0.875rem;
padding: 10px 18px;
}
}
.view-cart-btn {
background: #87d271;
color: white;
padding: 5px 13px 7px;
display: block;
text-align: center;
margin-top: 15px;
}
.view-cart-btn:hover {
background: #66c64a;
color: #fff;
}
.theme-btn-s2 {
background: #87d271;
color: #fff;
padding: 15px 30px;
}
.theme-btn-s2:hover {
background-color: #313131;
}
@media (max-width: 991px) {
.theme-btn-s2 {
padding: 12px 20px;
}
}
@media (max-width: 767px) {
.theme-btn-s2 {
padding: 10px 18px;
}
}
.form input,
.form textarea,
.form select {
border-color: #bfbfbf;
border-radius: 0;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #595959;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
border-color: #87d271;
-webkit-box-shadow: 0 0 5px 0 #a8de98;
-moz-box-shadow: 0 0 5px 0 #a8de98;
-o-box-shadow: 0 0 5px 0 #a8de98;
-ms-box-shadow: 0 0 5px 0 #a8de98;
box-shadow: 0 0 5px 0 #a8de98;
}
.form ::-webkit-input-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form :-moz-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form ::-moz-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form :-ms-input-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form select {
font-style: italic;
background: url(//ytm.se/wp-content/themes/jhair/assets/images/select-icon.png) no-repeat right center;
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
cursor: pointer;
}
.form select::-ms-expand { display: none;
}
.social-links {
overflow: hidden;
}
.social-links li {
float: left;
width: 35px;
height: 35px;
margin-right: 1px;
}
.social-links li a {
background-color: #a8de98;
width: 35px;
height: 35px;
line-height: 35px;
display: block;
color: #fff;
text-align: center;
}
.social-links li a:hover {
background-color: #87d271;
} .page-title {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: local;
width: 100%;
height: 420px;
text-align: center;
position: relative;
}
@media (max-width: 991px) {
.page-title {
height: 300px;
}
}
.page-title:before {
content: "";
background-color: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.page-title .container {
height: 100%;
display: table;
}
.page-title .container > .row {
vertical-align: middle;
display: table-cell;
}
.page-title h2 {
font-size: 50px;
font-size: 3.125rem;
color: #fff;
margin: 0 0 0.30em;
text-transform: capitalize;
}
@media (max-width: 991px) {
.page-title h2 {
font-size: 45px;
font-size: 2.8125rem;
}
}
@media (max-width: 767px) {
.page-title h2 {
font-size: 40px;
font-size: 2.5rem;
}
}
.page-title .breadcrumb {
background-color: transparent;
padding: 0;
margin-bottom: 0;
}
@media (max-width: 767px) {
.page-title .breadcrumb {
text-align: center;
}
}
.page-title .breadcrumb li {
font-size: 16px;
font-size: 1rem;
color: #fff;
margin-right: 5px;
position: relative;
}
@media (max-width: 767px) {
.page-title .breadcrumb li {
font-size: 14px;
font-size: 0.875rem;
}
}
.page-title .breadcrumb li a {
color: #fff;
}
.page-title .breadcrumb li a:hover {
color: #77cc5e;
}
.page-title .breadcrumb > li + li {
margin-left: 20px;
padding-left: 15px;
}
.page-title .breadcrumb > li + li:before {
font-family: Flaticon;
content: "\f103";
padding: 0;
position: absolute;
left: -14px;
top: 1px;
color: #fff;
}
.preloader {
background-color: #fff;
width: 100%;
height: 100%;
position: fixed;
z-index: 1000;
}
.preloader .sk-folding-cube {
margin: 20px auto;
width: 60px;
height: 60px;
position: absolute;
left: calc(50% - 30px);
top: calc(50% - 50px);
-webkit-transform: rotateZ(45deg);
-ms-transform: rotate(45deg);
transform: rotateZ(45deg);
}
.preloader .sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.preloader .sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #87d271;
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.preloader .sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
-ms-transform: scale(1.1) rotate(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.preloader .sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
-ms-transform: scale(1.1) rotate(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.preloader .sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
-ms-transform: scale(1.1) rotate(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.preloader .sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.preloader .sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.preloader .sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
} .blog-sidebar {     }
@media (max-width: 991px) {
.blog-sidebar {
margin-top: 80px;
max-width: 400px;
}
}
@media (max-width: 767px) {
.blog-sidebar {
margin-top: 60px;
max-width: 400px;
}
}
.blog-sidebar .widget h3 {
font-size: 16px;
font-size: 1rem;
border-bottom: 1px solid #f1f1f1;
margin: 0 0 1.3em;
padding-bottom: 0.5em;
position: relative;
text-transform: uppercase;
}
.blog-sidebar > .widget + .widget {
margin-top: 65px;
}
.blog-sidebar .search-widget form div {
position: relative;
}
.blog-sidebar .search-widget input {
background-color: #f8f8f8;
height: 50px;
font-size: 16px;
font-size: 1rem;
padding: 6px 50px 6px 20px;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.blog-sidebar .search-widget input:focus {
background-color: rgba(135, 210, 113, 0.1);
}
.blog-sidebar .search-widget form button {
background: transparent;
font-size: 20px;
font-size: 1.25rem;
color: #87d271;
border: 0;
outline: 0;
position: absolute;
right: 10px;
top: 55%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-sidebar .about-widget .img-holder {
margin-bottom: 20px;
}
.blog-sidebar .about-widget a {
font-family: "Lato", sans-serif;
color: #2b2e3a;
}
.blog-sidebar .about-widget a:hover {
color: #87d271;
}
.blog-sidebar .category-widget ul {
list-style: none;
}
.blog-sidebar .category-widget ul li {
font-size: 16px;
font-size: 1rem;
padding-left: 20px;
position: relative;
}
@media (max-width: 767px) {
.blog-sidebar .category-widget ul li {
font-size: 16px;
font-size: 1rem;
}
}
.blog-sidebar .category-widget ul li span {
position: absolute;
right: 0;
}
.blog-sidebar .category-widget ul li:before {
content: "";
background: #7e8690;
width: 6px;
height: 6px;
font-size: 10px;
position: absolute;
left: 0;
top: 8px;
}
.blog-sidebar .category-widget ul li:hover:before {
background: #87d271;
}
.blog-sidebar .category-widget ul > li + li {
margin-top: 15px;
}
.blog-sidebar .category-widget ul a {
display: block;
color: #666;
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
color: #87d271;
}
.blog-sidebar .recent-post-widget .post {
overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #f1f1f1;
}
.blog-sidebar .recent-post-widget .post .img-holder {
width: 70px;
float: left;
}
.blog-sidebar .recent-post-widget .post .details {
width: calc(100% - 70px);
float: left;
padding-left: 25px;
}
.blog-sidebar .recent-post-widget .post h4 {
font-size: 16px;
font-size: 1rem;
font-weight: normal;
line-height: 1.3em;
margin: 0 0 0.2em;
}
@media (max-width: 1199px) {
.blog-sidebar .recent-post-widget .post h4 {
margin: 0;
}
}
.blog-sidebar .recent-post-widget .post h4 a {
display: inline-block;
color: #627381;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
color: #87d271;
}
.blog-sidebar .recent-post-widget .post .details .date {
font-size: 14px;
font-size: 0.875rem;
color: #8e9696;
}
.blog-sidebar .tag-widget ul {
overflow: hidden;
list-style: none;
}
.blog-sidebar .tag-widget ul li {
float: left;
margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
background: #f3f3f3;
font-size: 14px;
font-size: 0.875rem;
display: inline-block;
padding: 5px 14px;
color: #8e9696;
border-radius: 0;
}
.blog-sidebar .tag-widget ul li a:hover {
background: #87d271;
color: #fff;
} .pagination-wrapper {
text-align: center;
margin-top: 60px;
}
@media (max-width: 991px) {
.pagination-wrapper {
text-align: left;
}
}
.pagination-wrapper .pg-pagination {
display: inline-block;
overflow: hidden;
list-style-type: none;
text-align: center;
}
.pagination-wrapper .pg-pagination li {
float: left;
margin-right: 10px;
}
@media (max-width: 767px) {
.pagination-wrapper .pg-pagination li {
margin-right: 5px;
}
}
.pagination-wrapper .pg-pagination li:last-child {
margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
background-color: transparent;
width: 50px;
height: 50px;
line-height: 47px;
font-size: 20px;
font-size: 1.25rem;
font-weight: 600;
color: #a9b8c4;
border: 2px solid #c9cfd4;
display: block;
}
@media (max-width: 991px) {
.pagination-wrapper .pg-pagination li a {
width: 40px;
height: 40px;
line-height: 37px;
font-size: 18px;
font-size: 1.125rem;
}
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
background: #87d271;
border-color: #87d271;
color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
font-size: 15px;
font-size: 0.9375rem;
}
.pagination-wrapper-left {
text-align: left;
}
.pagination-wrapper-right {
text-align: right;
}
@media screen and (min-width: 1200px) {
.pagination-wrapper-right {
padding-right: 50px;
}
}
@media (max-width: 991px) {
.pagination-wrapper-right {
margin-top: 45px;
text-align: left;
}
}
.theme-accordion-s1 {
margin-bottom: 0;
}
.theme-accordion-s1 .panel-default {
background: transparent;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.theme-accordion-s1 .panel-heading {
background-color: transparent;
padding: 0;
border-radius: 0;
}
.theme-accordion-s1 .panel {
border: 1px solid #e6e5e5;
padding: 25px;
}
.theme-accordion-s1 .panel + .panel {
margin-top: 15px;
}
.theme-accordion-s1 .panel-heading a.collapsed:before {
content: "\e61a";
}
.theme-accordion-s1 .panel-heading a {
font-size: 20px;
font-size: 1.25rem;
color: #87d271;
display: block;
padding: 0 0 0 45px;
position: relative;
}
@media (max-width: 991px) {
.theme-accordion-s1 .panel-heading a {
font-size: 16px;
font-size: 1rem;
padding: 5px 25px 5px 45px;
}
}
@media (max-width: 767px) {
.theme-accordion-s1 .panel-heading a {
padding: 5px 25px 5px 45px;
}
}
.theme-accordion-s1 .panel-heading a:before {
font-family: "themify";
content: "\e622";
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
color: #87d271;
font-size: 15px;
font-size: 0.9375rem;
border: 1px solid #87d271;
border-radius: 50%;
position: absolute;
left: 0;
top: -2px;
}
@media (max-width: 991px) {
.theme-accordion-s1 .panel-heading a:before {
font-size: 18px;
font-size: 1.125rem;
left: 0;
}
}
.theme-accordion-s1 .panel-heading a:focus {
text-decoration: none;
}
.theme-accordion-s1 .panel-heading .collapsed {
background-color: transparent;
color: #2b2e3a;
}
.theme-accordion-s1 .panel-heading .collapsed:before {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
background-color: transparent;
border: 0;
padding: 20px 0 0 25px;
}
@media (max-width: 991px) {
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
font-size: 16px;
font-size: 1rem;
}
}
@media (max-width: 767px) {
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
padding: 10px 0 0;
}
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
margin-bottom: 1.3em;
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p:last-child {
margin-bottom: 0;
} .service-sidebar {    }
@media (max-width: 991px) {
.service-sidebar {
max-width: 300px;
margin-top: 80px;
}
}
.service-sidebar > .widget + .widget {
margin-top: 60px;
}
.service-sidebar .service-list-widget ul {
font-family: "Lato", sans-serif;
list-style: none;
border: 2px solid #f7f7f7;
border-bottom: 0;
}
.service-sidebar .service-list-widget ul li {
border-bottom: 2px solid #f7f7f7;
}
.service-sidebar .service-list-widget a {
display: block;
color: #0a172b;
padding: 12px 24px;
}
.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
background-color: #87d271;
color: #fff;
}
.service-sidebar .download-widget ul {
list-style: none;
}
.service-sidebar .download-widget ul > li + li {
margin-top: 5px;
}
.service-sidebar .download-widget ul a {
background: #87d271;
color: #fff;
padding: 15px 25px;
font-weight: 600;
display: block;
}
.service-sidebar .download-widget ul i {
display: inline-block;
padding-right: 10px;
color: #fff;
}
.service-sidebar .download-widget ul a:hover {
background: #66c64a;
}
.service-sidebar .contact-widget {
background: url(//ytm.se/wp-content/themes/jhair/assets/images/service-single-contact-widget-bg.jpg) center center/cover no-repeat local;
padding: 45px 30px;
position: relative;
}
.service-sidebar .contact-widget:before {
content: "";
background-color: rgba(135, 210, 113, 0.9);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.service-sidebar .contact-widget > div {
position: relative;
z-index: 1;
}
.service-sidebar .contact-widget h4 {
font-size: 18px;
font-size: 1.125rem;
color: #fff;
margin: 0 0 0.8em;
text-transform: capitalize;
}
.service-sidebar .contact-widget p {
color: #fff;
}
.service-sidebar .contact-widget ul li {
font-size: 14px;
font-size: 0.875rem;
position: relative;
padding-left: 25px;
}
.service-sidebar .contact-widget ul li i {
position: absolute;
left: 0;
top: 3px;
color: #87d271;
}
.service-sidebar .contact-widget ul > li + li {
margin-top: 12px;
}
.service-sidebar .contact-widget a {
background-color: #fff;
font-size: 14px;
font-size: 0.875rem;
font-weight: 600;
color: #7e8690;
padding: 7px 15px;
display: inline-block;
margin-top: 15px;
}
.service-sidebar .contact-widget a:hover {
color: #87d271;
}
.service-sidebar .service-features-widget {
padding: 45px 30px;
position: relative;
border: 2px solid #f7f7f7;
}
.service-sidebar .service-features-widget:before {
font-family: "Themify";
content: "\e61f";
font-size: 25px;
font-size: 1.5625rem;
color: #87d271;
position: absolute;
right: 30px;
top: 40px;
opacity: 0.5;
}
.service-sidebar .service-features-widget h3 {
font-size: 18px;
font-size: 1.125rem;
margin: 0 0 0.8em;
text-transform: capitalize;
}
.service-sidebar .service-features-widget ol {
list-style-position: inside;
padding-left: 0;
margin: 0;
}
.service-sidebar .service-features-widget ol > li + li {
margin-top: 8px;
} .shop-sidebar {    }
@media (max-width: 991px) {
.shop-sidebar {
max-width: 300px;
margin-top: 70px;
}
}
.shop-sidebar > .widget + .widget {
margin-top: 65px;
}
.shop-sidebar .widget > h3 {
font-size: 20px;
font-size: 1.25rem;
text-transform: capitalize;
margin: 0 0 1.5em;
}
.shop-sidebar .widget ul {
list-style: none;
}
.shop-sidebar .search-widget div {
position: relative;
}
.shop-sidebar .search-widget button {
background: transparent;
font-size: 20px;
font-size: 1.25rem;
color: #87d271;
border: 0;
outline: 0;
padding: 0;
margin: 0;
position: absolute;
right: 15px;
top: 55%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.shop-sidebar .search-widget input {
background-color: #f3f3f3;
height: 50px;
padding: 6px 40px 6px 20px;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.shop-sidebar .categories-widget ul li {
position: relative;
color: #727780;
}
.shop-sidebar .categories-widget ul li span {
text-align: right;
color: #8b8b8b;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.shop-sidebar .categories-widget ul li a {
color: #727780;
}
.shop-sidebar .categories-widget ul > li + li {
margin-top: 15px;
}
.shop-sidebar .categories-widget ul li a:hover {
color: #87d271;
}
.shop-sidebar .popular-product-widget ul li {
overflow: hidden;
}
.shop-sidebar .popular-product-widget ul > li + li {
margin-top: 20px;
}
.shop-sidebar .popular-product-widget .product-image {
width: 70px;
float: left;
}
.shop-sidebar .popular-product-widget .product-info {
width: calc(100% - 70px);
float: left;
padding-left: 20px;
}
.shop-sidebar .popular-product-widget .product-info > a {
color: #2b2e3a;
display: block;
margin-bottom: 4px;
}
.shop-sidebar .popular-product-widget .product-info > a:hover {
color: #87d271;
}
.shop-sidebar .popular-product-widget .star-rating {
margin-bottom: 5px;
}
.shop-sidebar .popular-product-widget .star-rating i {
font-size: 12px;
font-size: 0.75rem;
color: #87d271;
}
.shop-sidebar .tag-widget .tagcloud a {
font-size: 14px;
font-size: 0.875rem;
color: #727780;
display: inline-block;
border: 1px solid #e8e8e8;
padding: 6px 15px;
margin: 0 5px 5px 0;
}
.shop-sidebar .tag-widget .tagcloud a:hover {
background-color: #87d271;
border-color: #87d271;
color: #fff;
} .site-header {   }
.site-header .navbar-brand {
margin-top: 7px;
}
.site-header .navbar-brand img {
max-width: 175px;
}
@media (max-width: 991px) {
.site-header .navbar-brand {
margin-top: 0;
padding-top: 0;
}
}
.site-header .navigation {
background-color: #fff;
margin-bottom: 0;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.site-header .navigation > .container {
position: relative;
}
.site-header #navbar {
font-family: "Lato", sans-serif;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s; }
.site-header #navbar ul {
list-style: none;
}
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus,
.site-header #navbar > ul > li .sub-menu a:hover {
text-decoration: none;
color: #87d271;
}
.site-header #navbar > ul > .menu-item-has-children > a {
position: relative;
}
.site-header #navbar > ul > .menu-item-has-children > a:before {
font-family: "themify";
content: "\e61a";
font-size: 8px;
font-size: 0.5rem;
position: absolute;
right: 2px;
top: 42%;
}
@media screen and (min-width: 1200px) {
.site-header #navbar > ul > .menu-item-has-children > a:before {
right: 6px;
}
}
@media screen and (min-width: 992px) {
.site-header #navbar { }
.site-header #navbar li {
position: relative;
}
.site-header #navbar > ul > li > a {
font-size: 16px;
font-size: 1rem;
color: #2b2e3a;
padding: 37px 20px;
}
.site-header #navbar > ul .sub-menu {
background-color: #fff;
width: 220px;
text-align: left;
padding: 10px 25px;
position: absolute;
left: 0;
top: 100%;
z-index: 10;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
text-transform: capitalize;
}
.site-header #navbar > ul > li .sub-menu li {
border-bottom: 1px solid #f2f2f2;
}
.site-header #navbar > ul > li .sub-menu li:last-child {
border-bottom: 0;
}
.site-header #navbar > ul > li .sub-menu a {
display: block;
padding: 10px 0;
color: #2b2e3a;
font-size: 14px;
font-size: 0.875rem;
}
.site-header #navbar > ul > li > .sub-menu .sub-menu {
left: 112%;
top: 0;
}
.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
position: relative;
}
.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
font-family: "themify";
content: "\e649";
font-size: 11px;
font-size: 0.6875rem;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-header #navbar > ul > li:hover > .sub-menu {
top: 100%;
visibility: visible;
opacity: 1;
}
.site-header #navbar .sub-menu > li:hover > .sub-menu {
left: 114%;
visibility: visible;
opacity: 1;
}
}
@media (max-width: 991px) {
.site-header #navbar > ul > li a {
display: block;
font-size: 14px;
font-size: 0.875rem;
}
.site-header #navbar > ul > li .sub-menu li {
border-bottom: 1px solid #e6e6e6;
}
.site-header #navbar > ul .sub-menu > li:last-child {
border-bottom: 0;
}
.site-header #navbar > ul > li > .sub-menu a {
padding: 8px 15px 8px 45px;
}
.site-header #navbar > ul > li > .sub-menu .sub-menu a {
padding: 8px 15px 8px 65px;
}
.site-header #navbar > ul .menu-item-has-children > a {
position: relative;
}
.site-header #navbar > ul .menu-item-has-children > a:before {
font-family: "themify";
content: "\e61a";
font-size: 11px;
font-size: 0.6875rem;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media screen and (min-width: 992px) {
.site-header #navbar { }
.site-header #navbar .has-mega-menu {
position: static;
}
.site-header #navbar .mega-menu,
.site-header #navbar .half-mega-menu {
background-color: #fff;
padding: 20px;
border-top: 2px solid #87d271;
position: absolute;
right: 0;
top: 100%;
z-index: 10;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.site-header #navbar .mega-menu {
width: 1140px;
right: 15px;
}
.site-header #navbar .half-mega-menu {
width: 585px;
}
.site-header #navbar .mega-menu-box-title {
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
font-weight: bold;
display: block;
padding-bottom: 7px;
margin-bottom: 7px;
border-bottom: 1px solid #e6e6e6;
}
.site-header #navbar .mega-menu-list-holder li a {
font-size: 14px;
font-size: 0.875rem;
display: block;
padding: 7px 8px;
margin-left: -8px;
}
.site-header #navbar .has-mega-menu:hover > ul {
top: 100%;
visibility: visible;
opacity: 1;
}
}
@media (max-width: 1199px) {
.site-header #navbar > ul .mega-menu {
width: 950px;
right: 15px;
}
.site-header #navbar > ul .half-mega-menu {
width: 485px;
}
}
@media (max-width: 991px) {
.site-header #navbar > ul .mega-menu,
.site-header #navbar > ul .half-mega-menu {
width: auto;
}
.site-header #navbar > ul .mega-menu .row,
.site-header #navbar > ul .half-mega-menu .row {
margin: 0;
}
.site-header #navbar .mega-menu-content > .row > .col {
margin-bottom: 25px;
}
}
@media (max-width: 991px) {
.site-header #navbar .mega-menu .mega-menu-list-holder a {
padding: 5px 15px 5px 40px;
}
.site-header #navbar .mega-menu .mega-menu-box-title {
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
display: block;
border-bottom: 1px dotted #b3b3b3;
padding: 0 0 4px 5px;
margin: 0 25px 8px 25px;
}
}
@media screen and (min-width: 992px) {
.site-header .navbar-header .open-btn {
display: none;
}
.site-header #navbar .close-navbar {
display: none;
}
}
@media (max-width: 991px) {
.site-header { }
.site-header .container {
width: 100%;
}
.site-header .navbar-header button {
background-color: #87d271;
width: 40px;
height: 35px;
border: 0;
padding: 5px 10px;
outline: 0;
position: absolute;
right: 15px;
top: calc(50% - 17.5px);
z-index: 20;
}
.site-header .navbar-header button span {
background-color: #fff;
display: block;
height: 2px;
margin-bottom: 5px;
}
.site-header .navbar-header button span:last-child {
margin: 0;
}
.site-header #navbar {
background: #fff;
display: block !important;
width: 280px;
height: 100% !important;
margin: 0;
padding: 0;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
position: fixed;
right: -330px;
top: 0;
z-index: 100;
}
.site-header #navbar ul a {
color: #000;
}
.site-header #navbar ul a:hover,
.site-header #navbar ul li.current a {
color: #87d271;
}
.site-header #navbar .navbar-nav {
height: 100%;
overflow: auto;
}
.site-header #navbar .close-navbar {
background-color: #fff;
width: 40px;
height: 40px;
color: #000;
border: 0;
outline: none;
position: absolute;
left: -41px;
top: 90px;
z-index: 20;
}
.site-header #navbar .close-navbar .ti-close {
position: relative;
top: 1px;
}
.site-header #navbar > ul > li {
border-bottom: 1px solid #f2f2f2;
}
.site-header #navbar > ul > li > a {
padding: 10px 15px 10px 35px;
}
.site-header .slideInn {
right: 0 !important;
}
}
@media (max-width: 767px) {
.site-header .navbar-header .navbar-brand {
font-size: 24px;
}
.site-header #navbar .navbar-nav {
margin: 0;
}
}
@media (max-width: 991px) {
.site-header .navbar-collapse.collapse {
display: none;
}
.site-header .navbar-collapse.collapse.in {
display: block;
}
.site-header .navbar-header .collapse,
.site-header .navbar-toggle {
display: block;
}
.site-header .navbar-header {
float: none;
}
.site-header .navbar-right {
float: none;
}
.site-header .navbar-nav {
float: none;
}
.site-header .navbar-nav > li {
float: none;
}
}
@media (max-width: 991px) {
.page-wrapper {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.body-overlay:before {
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
position: absolute;
left: 0;
top: 0;
z-index: 10;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
} .header-style-1, .header-style-2, .header-style-3 { }
@media screen and (min-width: 992px) {
.header-style-1, .header-style-2, .header-style-3 {
position: absolute;
width: 100%;
z-index: 100;
}
.header-style-1:before, .header-style-2:before, .header-style-3:before {
background: rgba(255, 255, 255, 0.1);
content: "";
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 4px;
}
.header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
background: transparent;
}
.header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
text-align: center;
}
.header-style-1 #navbar > ul > li a, .header-style-2 #navbar > ul > li a, .header-style-3 #navbar > ul > li a {
color: #fff;
}
.header-style-1 #navbar > ul, .header-style-2 #navbar > ul, .header-style-3 #navbar > ul {
float: none;
display: inline-block;
}
.header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
padding: 39px 15px;
}
}
@media screen and (min-width: 1200px) {
.header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
padding: 39px 20px;
}
}
@media (max-width: 991px) {
.header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
background: #313131;
padding: 17px 0;
}
}
.header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
position: absolute;
right: 27px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
}
@media (max-width: 991px) {
.header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
right: 95px;
}
}
@media (max-width: 450px) {
.header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
right: 80px;
}
}
.header-style-1 .cart-search-contact button, .header-style-2 .cart-search-contact button, .header-style-3 .cart-search-contact button {
background: transparent;
padding: 0;
border: 0;
outline: 0;
}
.header-style-1 .cart-search-contact .fi, .header-style-2 .cart-search-contact .fi, .header-style-3 .cart-search-contact .fi {
font-size: 30px;
font-size: 1.875rem;
color: #fff;
}
.header-style-1 .cart-search-contact > div, .header-style-2 .cart-search-contact > div, .header-style-3 .cart-search-contact > div {
float: left;
position: relative;
}
.header-style-1 .cart-search-contact > div + div, .header-style-2 .cart-search-contact > div + div, .header-style-3 .cart-search-contact > div + div {
margin-left: 20px;
}
.header-style-1 .cart-search-contact .header-search-form, .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
position: absolute;
width: 250px;
right: 0;
top: 70px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
-webkit-box-shadow: 0px 15px 60px -19px black;
box-shadow: 0px 15px 60px -19px black;
}
@media (max-width: 991px) {
.header-style-1 .cart-search-contact .header-search-form, .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
top: 68px;
}
}
@media (max-width: 767px) {
.header-style-1 .cart-search-contact .header-search-form, .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
top: 63px;
right: 15px;
}
}
.header-style-1 .cart-search-contact .header-search-form-wrapper .fi:before, .header-style-2 .cart-search-contact .header-search-form-wrapper .fi:before, .header-style-3 .cart-search-contact .header-search-form-wrapper .fi:before {
font-size: 22px;
font-size: 1.375rem;
}
.header-style-1 .cart-search-contact form div, .header-style-2 .cart-search-contact form div, .header-style-3 .cart-search-contact form div {
position: relative;
}
.header-style-1 .cart-search-contact form div button, .header-style-2 .cart-search-contact form div button, .header-style-3 .cart-search-contact form div button {
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-style-1 .cart-search-contact input, .header-style-2 .cart-search-contact input, .header-style-3 .cart-search-contact input {
width: 100%;
height: 50px;
padding: 6px 20px;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
@media (max-width: 450px) {
.header-style-1 .cart-search-contact .mini-cart, .header-style-2 .cart-search-contact .mini-cart, .header-style-3 .cart-search-contact .mini-cart {
display: none;
}
}
.header-style-1 .cart-search-contact .mini-cart .fi:before, .header-style-2 .cart-search-contact .mini-cart .fi:before, .header-style-3 .cart-search-contact .mini-cart .fi:before {
font-size: 25px;
font-size: 1.5625rem;
}
.header-style-1 .cart-search-contact .mini-cart .cart-count, .header-style-2 .cart-search-contact .mini-cart .cart-count, .header-style-3 .cart-search-contact .mini-cart .cart-count {
background: #87d271;
width: 22px;
height: 22px;
line-height: 22px;
font-size: 10px;
font-size: 0.625rem;
color: white;
position: absolute;
top: 0;
right: -11px;
border-radius: 50%;
}
.header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
background: #fff;
width: 300px;
z-index: 10;
position: absolute;
right: 0;
top: 70px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
-webkit-box-shadow: 0px 15px 60px -19px black;
box-shadow: 0px 15px 60px -19px black;
}
@media (max-width: 991px) {
.header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
top: 68px;
}
}
@media (max-width: 767px) {
.header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
top: 63px;
}
}
@media (max-width: 450px) {
.header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
right: auto;
left: -185px;
}
}
.header-style-1 .cart-search-contact .mini-cart-content p, .header-style-2 .cart-search-contact .mini-cart-content p, .header-style-3 .cart-search-contact .mini-cart-content p {
font-family: "Lato", sans-serif;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 500;
color: #2b2e3a;
margin: 0;
text-transform: uppercase;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
padding: 25px 20px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
padding-top: 15px;
margin-top: 15px;
border-top: 1px solid #efefef;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
padding-top: 0;
margin-top: 0;
border-top: 0;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
width: 50px;
height: 50px;
border: 2px solid #f3f3f3;
float: left;
margin-right: 15px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
display: block;
width: 46px;
height: 46px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
position: relative;
overflow: hidden;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
font-size: 14px;
font-size: 0.875rem;
font-weight: 500;
text-align: left;
color: #2b2e3a;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
color: #87d271;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
font-size: 13px;
font-size: 0.8125rem;
color: #888;
display: block;
margin-top: 3px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
font-size: 12px;
font-size: 0.75rem;
color: #444;
display: block;
position: absolute;
right: 0;
top: 2px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
padding: 20px;
border-top: 1px solid #efefef;
text-align: center;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2 {
float: right;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
font-family: "Lato", sans-serif;
font-size: 18px;
font-size: 1.125rem;
font-weight: 600;
color: #2b2e3a;
display: inline-block;
}
.header-style-1 .cart-search-contact .mini-cart-content-toggle, .header-style-2 .cart-search-contact .mini-cart-content-toggle, .header-style-3 .cart-search-contact .mini-cart-content-toggle,
.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle,
.header-style-3 .cart-search-contact .header-search-content-toggle {
opacity: 1;
visibility: visible;
right: 0;
} .header-style-2 {
position: static;
}
@media screen and (min-width: 992px) {
.header-style-2 .navigation {
width: calc(100% - 60px);
left: 30px;
}
}
@media screen and (min-width: 1200px) {
.header-style-2 .navigation {
width: calc(100% - 80px);
left: 40px;
}
}
@media screen and (min-width: 992px) {
.header-style-2 .navigation {
position: absolute;
z-index: 100;
}
}
.header-style-2 .topbar {
padding: 18px 0;
}
@media (max-width: 991px) {
.header-style-2 .topbar {
padding: 12px 15px;
}
}
@media (max-width: 767px) {
.header-style-2 .topbar {
text-align: center;
}
}
.header-style-2 .topbar .contact-info {
display: inline-block;
float: left;
position: relative;
top: -2px;
}
@media (max-width: 767px) {
.header-style-2 .topbar .contact-info {
display: block;
float: none;
}
}
.header-style-2 .topbar .contact-info a {
text-decoration: underline;
color: #87d271;
}
.header-style-2 .topbar .contact-info a:hover {
color: #66c64a;
}
.header-style-2 .topbar .contact-info ul {
overflow: hidden;
list-style: none;
}
.header-style-2 .topbar .contact-info ul li {
float: left;
}
@media (max-width: 767px) {
.header-style-2 .topbar .contact-info ul li {
float: none;
margin-bottom: 8px;
}
}
.header-style-2 .topbar .contact-info ul > li + li {
margin-left: 50px;
}
@media (max-width: 767px) {
.header-style-2 .topbar .contact-info ul > li + li {
margin-left: 0;
}
}
.header-style-2 .topbar .social {
display: inline-block;
float: right;
}
@media (max-width: 767px) {
.header-style-2 .topbar .social {
display: block;
float: none;
}
}
.header-style-2 .topbar .social ul {
overflow: hidden;
list-style: none;
}
@media (max-width: 991px) {
.header-style-2 .topbar .social ul {
display: inline-block;
}
}
.header-style-2 .topbar .social ul li {
float: left;
}
.header-style-2 .topbar .social ul > li + li {
margin-left: 15px;
}
.header-style-2 .topbar .social ul a {
font-size: 14px;
font-size: 0.875rem;
color: #7e8690;
}
.header-style-2 .topbar .social ul a:hover {
color: #87d271;
} .header-style-3 {
position: relative;
}
@media screen and (min-width: 992px) {
.header-style-3 #navbar > ul > li a,
.header-style-3 .cart-search-contact .fi {
color: #2b2e3a;
}
}
@media (max-width: 991px) {
.header-style-3 .navigation {
background: #fff;
}
.header-style-3 .cart-search-contact .fi {
color: #2b2e3a;
}
} .hero-slider {
width: 100%;
height: 850px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 0;
}
@media (max-width: 991px) {
.hero-slider {
height: 600px;
}
}
@media (max-width: 767px) {
.hero-slider {
height: 500px;
}
}
.hero-slider .swiper-slide {
overflow: hidden;
}
.hero-slider .swiper-container,
.hero-slider .hero-container {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.hero-slider .slide-inner,
.hero-slider .hero-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: left;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
background: transparent;
width: auto;
height: auto;
opacity: 0.3;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
opacity: 0.8;
}
@media (max-width: 767px) {
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
display: none;
}
}
.hero-slider .swiper-button-prev {
left: 25px;
}
.hero-slider .swiper-button-prev:before {
font-family: "Flaticon";
content: "\f106";
font-size: 40px;
color: #fff;
}
.hero-slider .swiper-button-next {
right: 25px;
}
.hero-slider .swiper-button-next:before {
font-family: "Flaticon";
content: "\f103";
font-size: 40px;
color: #fff;
}
@media (max-width: 991px) {
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
display: none;
}
}
.hero-slider .swiper-pagination-bullet {
width: 12px;
height: 12px;
text-align: center;
line-height: 12px;
font-size: 12px;
color: #000;
opacity: 1;
background: rgba(255, 255, 255, 0.2);
}
.hero-slider .swiper-pagination-bullet-active {
color: #fff;
background: #87d271;
width: 15px;
height: 15px;
text-align: center;
line-height: 15px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
bottom: 30px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 8px;
} .hero-style-1 .slide-title, .hero-style-2 .slide-title {
max-width: 600px;
}
@media (max-width: 767px) {
.hero-style-1 .slide-title, .hero-style-2 .slide-title {
max-width: 420px;
}
}
.hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2 {
font-size: 70px;
font-size: 4.375rem;
font-weight: bold;
line-height: 1em;
color: #fff;
margin: 0 0 0.42em;
}
@media (max-width: 991px) {
.hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2 {
font-size: 50px;
font-size: 3.125rem;
}
}
@media (max-width: 767px) {
.hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2 {
font-size: 40px;
font-size: 2.5rem;
}
}
.hero-style-1 .slide-text, .hero-style-2 .slide-text {
max-width: 560px;
}
@media (max-width: 767px) {
.hero-style-1 .slide-text, .hero-style-2 .slide-text {
max-width: 500px;
}
}
.hero-style-1 .slide-text p, .hero-style-2 .slide-text p {
font-size: 24px;
font-size: 1.5rem;
color: #fff;
margin: 0 0 1.8em;
}
@media (max-width: 991px) {
.hero-style-1 .slide-text p, .hero-style-2 .slide-text p {
font-size: 20px;
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.hero-style-1 .slide-text p, .hero-style-2 .slide-text p {
font-size: 18px;
font-size: 1.125rem;
}
}
@media screen and (min-width: 992px) {
.hero-style-1 .swiper-slide .container, .hero-style-2 .swiper-slide .container {
padding-top: 10px;
}
} .hero-style-2 .container {
text-align: center;
}
@media screen and (min-width: 992px) {
.hero-style-2 .container {
margin-top: -20px;
padding-top: 0;
}
}
.hero-style-2 .slide-title,
.hero-style-2 .slide-text {
margin: auto;
}
.hero-style-2 .slide-text {
max-width: 650px;
}
.static-hero {
background: url(//ytm.se/wp-content/themes/jhair/assets/images/slider/slide-1.jpg) center center/auto no-repeat local;
} .site-footer {
background-color: #1d1d1d;
position: relative;     }
.site-footer ul {
list-style: none;
}
.site-footer p,
.site-footer li {
color: #b6b6b6;
}
.site-footer .upper-footer {
padding: 90px 0;
}
@media (max-width: 991px) {
.site-footer .upper-footer {
padding: 90px 0 20px;
}
}
@media (max-width: 767px) {
.site-footer .upper-footer {
padding: 80px 0 10px;
}
}
@media (max-width: 991px) {
.site-footer .upper-footer .col {
min-height: 235px;
margin-bottom: 70px;
}
}
@media (max-width: 767px) {
.site-footer .upper-footer .col {
min-height: auto;
margin-bottom: 60px;
}
}
.site-footer .widget-title {
margin-bottom: 30px;
}
@media (max-width: 767px) {
.site-footer .widget-title {
margin-bottom: 20px;
}
}
.site-footer .widget-title h3 {
font-size: 18px;
font-size: 1.125rem;
font-weight: blod;
color: #fff;
margin: 0;
padding-bottom: 0.4em;
text-transform: capitalize;
position: relative;
}
.site-footer .about-widget .logo {
max-width: 180px;
}
.site-footer .about-widget p {
margin-bottom: 0.8em;
line-height: 1.9em;
}
.site-footer .about-widget p:last-child {
margin-bottom: 0;
}
.site-footer .link-widget {
overflow: hidden;
}
@media screen and (min-width: 1200px) {
.site-footer .link-widget {
padding-left: 20px;
}
}
@media (max-width: 1199px) {
.site-footer .link-widget {
padding-left: 20px;
}
}
@media (max-width: 991px) {
.site-footer .link-widget {
padding-left: 0;
}
}
@media (max-width: 767px) {
.site-footer .link-widget {
max-width: 350px;
}
}
.site-footer .link-widget ul {
width: 50%;
float: left;
}
.site-footer .link-widget ul li {
position: relative;
}
.site-footer .link-widget ul a {
color: #b6b6b6;
}
.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
color: #87d271;
}
.site-footer .link-widget ul > li + li {
margin-top: 15px;
}
@media screen and (min-width: 1200px) {
.site-footer .contact-widget {
padding-left: 25px;
}
}
.site-footer .contact-widget ul li {
position: relative;
}
.site-footer .contact-widget ul > li + li {
margin-top: 15px;
}
.site-footer .newsletter-widget form {
margin-top: 25px;
position: relative;
}
.site-footer .newsletter-widget form input {
background-color: #2e2e2e;
height: 50px;
color: #fff;
padding: 6px 20px;
border-radius: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.site-footer .newsletter-widget form .submit {
position: absolute;
right: 20px;
top: 55%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-footer .newsletter-widget form .submit button {
background: transparent;
border: 0;
outline: 0;
font-size: 20px;
color: #87d271;
margin-top: -2px;
position: relative;
right: -5px;
}
.site-footer .lower-footer {
text-align: center;
position: relative;
}
.site-footer .lower-footer .row {
padding: 20px 0;
position: relative;
}
.site-footer .lower-footer .row .separator {
background: rgba(255, 255, 255, 0.05);
width: calc(100% - 30px);
height: 1px;
position: absolute;
left: 15px;
top: 0;
}
.site-footer .lower-footer .copyright {
display: inline-block;
float: left;
font-size: 14px;
font-size: 0.875rem;
margin: 0;
}
@media (max-width: 991px) {
.site-footer .lower-footer .copyright {
float: none;
display: block;
margin: 0 0 20px;
}
}
.site-footer .lower-footer .social-icons {
display: inline-block;
float: right;
overflow: hidden;
}
@media (max-width: 991px) {
.site-footer .lower-footer .social-icons {
float: none;
display: block;
text-align: center;
}
}
.site-footer .lower-footer .social-icons ul {
overflow: hidden;
list-style: none;
}
@media (max-width: 991px) {
.site-footer .lower-footer .social-icons ul {
display: inline-block;
}
}
.site-footer .lower-footer .social-icons ul li {
float: left;
}
.site-footer .lower-footer .social-icons ul > li + li {
margin-left: 15px;
}
.site-footer .lower-footer .social-icons ul a {
font-size: 14px;
font-size: 0.875rem;
color: #b6b6b6;
}
.site-footer .lower-footer .social-icons ul a:hover {
color: #87d271;
}
.sticky-header,
.header-style-2 .sticky-header {
width: 100%;
position: fixed;
left: 0;
top: -200px;
z-index: 9999;
opacity: 0;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
-ms-transition: all 0.7s;
transition: all 0.7s;
}
.sticky-on,
.header-style-2 .sticky-on {
opacity: 1;
top: 0;
}
.header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header {
background: #2e3238;
background: -webkit-linear-gradient(top, #2e3238 98px, transparent 98px);
background: -moz-linear-gradient(top, #2e3238 98px, transparent 98px);
background: -o-linear-gradient(top, #2e3238 98px, transparent 98px);
background: -ms-linear-gradient(top, #2e3238 98px, transparent 98px);
background: linear-gradient(top, #2e3238 98px, transparent 98px);
}
@media screen and (min-width: 992px) {
.header-style-2 .sticky-header {
width: calc(100% - 60px);
left: 30px;
}
}
@media screen and (min-width: 1200px) {
.header-style-2 .sticky-header {
width: calc(100% - 80px);
left: 40px;
}
}
.header-style-3 .sticky-header {
background: #fff;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
} .work-process-section {
padding-bottom: 100px;
}
@media (max-width: 991px) {
.work-process-section {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.work-process-section {
padding-bottom: 70px;
}
}
.work-process-section .work-process-grids {
margin: 0 -25px;
position: relative;
}
.work-process-section .work-process-grids:before {
background: url(//ytm.se/wp-content/themes/jhair/assets/images/workprocess-line.png) center center/auto no-repeat local;
content: "";
width: 100%;
height: 1px;
position: absolute;
left: 0;
top: 55px;
}
@media (max-width: 991px) {
.work-process-section .work-process-grids:before {
display: none;
}
}
.work-process-section .work-process-grids .grid {
width: 33.33%;
float: left;
text-align: center;
padding: 0 25px;
}
@media (max-width: 991px) {
.work-process-section .work-process-grids .grid {
padding: 0 12.5px;
}
}
@media (max-width: 767px) {
.work-process-section .work-process-grids .grid {
width: 100%;
padding: 0 25px;
float: none;
}
}
@media (max-width: 767px) {
.work-process-section .work-process-grids > .grid + .grid {
margin-top: 45px;
}
}
.work-process-section .grid .icon {
background-color: #fff;
width: 100px;
height: 100px;
line-height: 100px;
margin: 0 auto 35px;
-webkit-box-shadow: 0px 5px 14.4px 3.6px rgba(0, 0, 0, 0.05);
box-shadow: 0px 5px 14.4px 3.6px rgba(0, 0, 0, 0.05);
border-radius: 50%;
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.work-process-section .grid .icon {
width: 80px;
height: 80px;
line-height: 80px;
margin: 0 auto 25px;
}
}
.work-process-section .fi:before {
font-size: 40px;
font-size: 2.5rem;
color: #87d271;
}
@media (max-width: 991px) {
.work-process-section .fi:before {
font-size: 30px;
font-size: 1.875rem;
}
}
.work-process-section .grid h3 {
font-size: 18px;
font-size: 1.125rem;
font-weight: normal;
margin: 0 0 0.7em;
}
@media (max-width: 991px) {
.work-process-section .grid h3 {
font-size: 17px;
font-size: 1.0625rem;
}
}
@media (max-width: 767px) {
.work-process-section .grid h3 {
font-size: 17px;
font-size: 1.0625rem;
}
}
.work-process-section .grid p {
margin: 0;
} .about-section, .about-section-s2 {
padding-bottom: 0;
}
.about-section .about-content h4, .about-section-s2 .about-content h4 {
font-size: 20px;
font-size: 1.25rem;
font-weight: normal;
color: #2b2e3a;
line-height: 1.4em;
margin: -0.4em 0 1em;
}
.about-section .about-content h5, .about-section-s2 .about-content h5 {
font-size: 18px;
font-size: 1.125rem;
font-weight: normal;
margin: 1.5em 0 0;
}
@media (max-width: 767px) {
.about-section .about-content h5, .about-section-s2 .about-content h5 {
font-size: 16px;
font-size: 1rem;
}
}
.about-section .about-content p, .about-section-s2 .about-content p {
font-size: 17px;
font-size: 1.0625rem;
line-height: 1.7em;
}
@media (max-width: 767px) {
.about-section .about-content p, .about-section-s2 .about-content p {
font-size: 15px;
font-size: 0.9375rem;
}
}
.about-section .img-holder, .about-section-s2 .img-holder {
max-width: 450px;
margin-left: auto;
position: relative;
}
@media (max-width: 991px) {
.about-section .img-holder, .about-section-s2 .img-holder {
margin: 70px 0 0;
}
}
.about-section .experience-text, .about-section-s2 .experience-text {
background-color: rgba(255, 255, 255, 0.95);
width: calc(100% - 50px);
font-size: 22px;
font-size: 1.375rem;
color: #2b2e3a;
padding: 25px;
text-align: center;
position: absolute;
left: 25px;
bottom: 25px;
}
@media (max-width: 500px) {
.about-section .experience-text, .about-section-s2 .experience-text {
display: none;
}
}
.about-section .experience-text span, .about-section-s2 .experience-text span {
display: block;
}
.about-section .experience-text:before, .about-section-s2 .experience-text:before {
content: "";
width: 0;
height: 0;
border-bottom: 25px solid rgba(255, 255, 255, 0.9);
border-left: 40px solid transparent;
position: absolute;
right: 25px;
top: -25px;
}
.about-section .img-holder a, .about-section-s2 .img-holder a {
background-color: #87d271;
width: 75px;
height: 75px;
border-radius: 75px;
display: inline-block;
position: absolute;
left: -37px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-animation: spineer 2s infinite;
animation: spineer 2s infinite;
}
@media (max-width: 991px) {
.about-section .img-holder a, .about-section-s2 .img-holder a {
width: 65px;
height: 65px;
border-radius: 65px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
.about-section .img-holder a:before, .about-section-s2 .img-holder a:before {
content: "";
width: 0px;
height: 0px;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid white;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@-webkit-keyframes spineer {
0% {
-webkit-box-shadow: 0 0 0 0 #87d271;
}
70% {
-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
}
}
@keyframes spineer {
0% {
-webkit-box-shadow: 0 0 0 0 #87d271;
box-shadow: 0 0 0 0 #87d271;
}
70% {
-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
}
} .services-section {
padding-bottom: 50px;
}
@media (max-width: 991px) {
.services-section {
padding-bottom: 40px;
}
}
.services-section .services-grids .grid {
width: 50%;
float: left;
position: relative;
padding: 0 35px 0 70px;
margin: 0 0 45px;
}
@media (max-width: 991px) {
.services-section .services-grids .grid {
padding: 0 35px 0 60px;
}
}
@media (max-width: 767px) {
.services-section .services-grids .grid {
padding: 0 0 0 60px;
width: 100%;
float: none;
margin: 0 0 35px;
}
}
.services-section .grid .icon {
position: absolute;
left: 0;
top: -10px;
}
.services-section .grid .fi:before {
font-size: 45px;
font-size: 2.8125rem;
color: #929191;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
@media (max-width: 991px) {
.services-section .grid .fi:before {
font-size: 35px;
font-size: 2.1875rem;
}
}
.services-section .grid h3 {
font-size: 20px;
font-size: 1.25rem;
font-weight: bold;
margin: 0 0 0.7em;
}
@media (max-width: 991px) {
.services-section .grid h3 {
font-size: 18px;
font-size: 1.125rem;
}
}
.services-section .grid h3 a {
color: #2b2e3a;
}
.services-section .grid:hover .fi:before {
color: #87d271;
}
.services-section .grid:hover h3 a {
color: #87d271;
} .testimonials-section, .testimonials-section-s2 {
background-color: #434952;
text-align: center;
}
.testimonials-section .testimonials-area, .testimonials-section-s2 .testimonials-area {
position: relative;
padding-top: 85px;
}
.testimonials-section .testimonials-area:before, .testimonials-section-s2 .testimonials-area:before {
content: "";
background: url(//ytm.se/wp-content/themes/jhair/assets/images/quote.png) center center/auto no-repeat local;
width: 76px;
height: 54px;
position: absolute;
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.testimonials-section .testimonials-area p, .testimonials-section-s2 .testimonials-area p {
font-size: 24px;
font-size: 1.5rem;
font-style: italic;
color: #fff;
margin: 0 0 1em;
}
@media (max-width: 991px) {
.testimonials-section .testimonials-area p, .testimonials-section-s2 .testimonials-area p {
font-size: 22px;
font-size: 1.375rem;
}
}
@media (max-width: 767px) {
.testimonials-section .testimonials-area p, .testimonials-section-s2 .testimonials-area p {
font-size: 18px;
font-size: 1.125rem;
}
}
.testimonials-section .testimonials-area p + span, .testimonials-section-s2 .testimonials-area p + span {
color: #87d271;
text-transform: uppercase;
}
@media (max-width: 991px) {
.testimonials-section .testimonials-area p + span, .testimonials-section-s2 .testimonials-area p + span {
font-size: 14px;
font-size: 0.875rem;
}
}
@media (max-width: 767px) {
.testimonials-section .testimonials-area p + span, .testimonials-section-s2 .testimonials-area p + span {
font-size: 12px;
font-size: 0.75rem;
}
} .projects-section {
position: relative;
padding-bottom: 100px;
}
@media (max-width: 991px) {
.projects-section {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.projects-section {
padding-bottom: 70px;
}
}
.projects-section:before {
content: "";
background-color: #434952;
width: 100%;
height: 40%;
position: absolute;
left: 0;
top: 0;
}
.projects-section .img-holder img {
width: auto;
}
.projects-section .grid {
position: relative;
}
.projects-section .grid .hover-content {
width: 100%;
height: 100%;
padding: 45px;
position: absolute;
left: 0;
top: 100px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
}
@media (max-width: 991px) {
.projects-section .grid .hover-content {
padding: 25px;
}
}
.projects-section .grid .hover-content:before {
content: "";
background: rgba(29, 29, 29, 0.9);
width: calc(100% + 2px);
height: 100%;
position: absolute;
left: -1px;
top: 0;
}
.projects-section .grid:hover .hover-content {
top: 0;
opacity: 1;
}
.projects-section .hover-content .details {
position: absolute;
left: 45px;
bottom: 45px;
z-index: 2;
}
@media (max-width: 991px) {
.projects-section .hover-content .details {
left: 25px;
bottom: 25px;
}
}
.projects-section .details h3 {
font-size: 20px;
font-size: 1.25rem;
color: #fff;
margin: 0 0 0.2em;
}
@media (max-width: 991px) {
.projects-section .details h3 {
font-size: 18px;
font-size: 1.125rem;
}
}
.projects-section .details .cat {
color: #87d271;
}
.projects-section .top-link {
position: relative;
z-index: 2;
}
.projects-section .top-link .fi:before {
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.projects-section .top-link .fi:before {
font-size: 25px;
font-size: 1.5625rem;
color: #fff;
}
.projects-section .top-link a:hover .fi:before {
color: #87d271;
}
.projects-section .owl-controls {
margin-top: 50px;
}
.projects-section .owl-theme .owl-dots .owl-dot.active span,
.projects-section .owl-theme .owl-dots .owl-dot:hover span {
background: #87d271;
}
.projects-pg-section {
position: relative;
padding-bottom: 100px;
}
@media (max-width: 991px) {
.projects-pg-section {
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.projects-pg-section {
padding-bottom: 70px;
}
}
.projects-pg-section:before {
display: none;
} .fun-fact-section {
padding-bottom: 100px;
}
@media (max-width: 991px) {
.fun-fact-section {
padding-bottom: 40px;
}
}
@media (max-width: 767px) {
.fun-fact-section {
padding-bottom: 30px;
}
}
.fun-fact-section .fun-fact-grids .grid {
width: 25%;
float: left;
position: relative;
padding: 0 0 0 65px;
}
@media (max-width: 991px) {
.fun-fact-section .fun-fact-grids .grid {
width: 50%;
margin: 0 0 50px;
}
}
@media (max-width: 767px) {
.fun-fact-section .fun-fact-grids .grid {
padding: 0 0 0 50px;
}
}
@media (max-width: 500px) {
.fun-fact-section .fun-fact-grids .grid {
width: 200px;
float: none;
margin: 0 auto 50px;
}
}
.fun-fact-section .icon {
position: absolute;
left: 0;
top: 0;
}
.fun-fact-section .fi:before {
font-size: 45px;
font-size: 2.8125rem;
color: #87d271;
}
@media (max-width: 767px) {
.fun-fact-section .fi:before {
font-size: 35px;
font-size: 2.1875rem;
}
}
.fun-fact-section .info {
border-left: 1px solid #efefef;
padding-left: 20px;
}
@media (max-width: 767px) {
.fun-fact-section .info {
padding-left: 15px;
}
}
.fun-fact-section .info h3 {
font-size: 48px;
font-size: 3rem;
font-weight: bold;
margin: 0;
}
@media (max-width: 1199px) {
.fun-fact-section .info h3 {
font-size: 40px;
font-size: 2.5rem;
}
}
@media (max-width: 767px) {
.fun-fact-section .info h3 {
font-size: 35px;
font-size: 2.1875rem;
}
} .cta-with-team-section {
position: relative;
}
@media (max-width: 991px) {
.cta-with-team-section {
padding-bottom: 75px;
}
}
@media (max-width: 767px) {
.cta-with-team-section {
padding-bottom: 65px;
}
}
.cta-with-team-section .bg {
background: url(//ytm.se/wp-content/themes/jhair/assets/images/cta-team-bg.jpg) center top/cover no-repeat local;
width: 100%;
height: 70%;
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 767px) {
.cta-with-team-section .bg {
height: 50%;
}
}
.cta-with-team-section .bg:before {
content: "";
background-color: rgba(29, 29, 29, 0.8);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 767px) {
.cta-with-team-section .bg:before {
background-color: #1d1d1d;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
}
.cta-with-team-section .cta-content {
text-align: center;
}
.cta-with-team-section .cta-content .fi:before {
font-size: 85px;
font-size: 5.3125rem;
color: #fff;
}
@media (max-width: 991px) {
.cta-with-team-section .cta-content .fi:before {
font-size: 70px;
font-size: 4.375rem;
}
}
.cta-with-team-section .cta-content h3 {
font-size: 38px;
font-size: 2.375rem;
color: #fff;
margin: 0.3em 0 0;
}
@media (max-width: 991px) {
.cta-with-team-section .cta-content h3 {
font-size: 30px;
font-size: 1.875rem;
}
}
@media (max-width: 767px) {
.cta-with-team-section .cta-content h3 {
font-size: 25px;
font-size: 1.5625rem;
}
}
.cta-with-team-section .video-holder {
margin-top: -17px;
}
.cta-with-team-section .video-holder span {
font-size: 18px;
font-size: 1.125rem;
color: #87d271;
display: block;
}
.cta-with-team-section .team-section {
margin-top: 100px;
padding-top: 100px;
position: relative;
}
@media (max-width: 991px) {
.cta-with-team-section .team-section {
margin-top: 80px;
padding-top: 80px;
}
}
.cta-with-team-section .team-section:before {
content: "";
background: rgba(255, 255, 255, 0.1);
width: calc(100% - 30px);
height: 1px;
position: absolute;
left: 15px;
top: 0;
}
.cta-with-team-section .title-text {
text-align: right;
margin-top: 25px;
}
@media (max-width: 991px) {
.cta-with-team-section .title-text {
text-align: left;
margin: 25px 0 50px;
}
}
.cta-with-team-section .title-text p {
color: #fff;
margin: 0;
}
.cta-with-team-section .team-grids .grid {
width: 25%;
float: left;
}
@media (max-width: 991px) {
.cta-with-team-section .team-grids .grid {
width: 50%;
margin: 0 0 25px;
}
}
@media (max-width: 500px) {
.cta-with-team-section .team-grids .grid {
width: 100%;
float: none;
}
}
.cta-with-team-section .team-grids .details {
background: #fff;
padding: 30px 25px;
-webkit-box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
.cta-with-team-section .team-grids .details {
padding: 20px 15px;
}
}
.cta-with-team-section .details h5 {
font-size: 16px;
font-size: 1rem;
margin: 0 0 0.3em;
}
.cta-with-team-section .details h5 + span {
font-size: 14px;
font-size: 0.875rem;
} .cta-with-partners {
padding-bottom: 110px;
}
@media (max-width: 991px) {
.cta-with-partners {
padding-bottom: 90px;
}
}
@media (max-width: 767px) {
.cta-with-partners {
padding-bottom: 80px;
}
}
.cta-with-partners .section-title-s2, .cta-with-partners .section-title-s4 {
margin-bottom: 30px;
}
@media (max-width: 991px) {
.cta-with-partners .section-title-s2, .cta-with-partners .section-title-s4 {
margin-bottom: 20px;
}
}
.cta-with-partners .cta-text p {
margin-bottom: 2.5em;
}
@media (max-width: 991px) {
.cta-with-partners .partner-grids {
margin-top: 60px;
}
}
.cta-with-partners .partner-grids .grid {
width: 50%;
float: left;
border: 1px solid #f0efef;
text-align: center;
padding: 35px 15px;
margin-top: -1px;
margin-left: -1px;
}
.cta-with-partners .partner-grids img {
display: inline-block;
} .blog-section {
padding: 0 0 60px;
}
@media (max-width: 991px) {
.blog-section {
padding: 0 0 40px;
}
}
@media (max-width: 767px) {
.blog-section {
padding: 0 0 30px;
}
}
.blog-section .section-title-text {
text-align: right;
margin-top: 25px;
}
@media (max-width: 991px) {
.blog-section .section-title-text {
text-align: left;
margin: 25px 0 50px;
}
}
.blog-section .section-title-text p {
margin: 0;
}
.blog-section .blog-grids {
margin: 0 -15px;
}
@media (max-width: 767px) {
.blog-section .blog-grids {
margin: 0 -7.5px;
}
}
.blog-section .blog-grids .grid {
width: calc(33.33% - 30px);
float: left;
margin: 0 15px 50px;
}
@media (max-width: 1199px) {
.blog-section .blog-grids .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 767px) {
.blog-section .blog-grids .grid {
width: calc(50% - 15px);
margin: 0 7.5px 50px;
}
}
@media (max-width: 550px) {
.blog-section .blog-grids .grid {
width: calc(100% - 15px);
float: none;
}
}
.blog-section .entry-date {
border-bottom: 1px solid #ececec;
padding: 15px 0;
margin: 0 0 25px;
}
.blog-section .entry-date h4 {
display: inline-block;
font-size: 38px;
font-size: 2.375rem;
margin: 0;
}
@media (max-width: 991px) {
.blog-section .entry-date h4 {
font-size: 32px;
font-size: 2rem;
}
}
.blog-section .entry-date span {
position: absolute;
padding-left: 15px;
margin-left: 15px;
border-left: 1px solid #ececec;
}
.blog-section .grid h3 {
font-size: 22px;
font-size: 1.375rem;
font-weight: normal;
line-height: 1.3em;
margin: 0;
}
@media (max-width: 1199px) {
.blog-section .grid h3 {
font-size: 20px;
font-size: 1.25rem;
}
}
@media (max-width: 991px) {
.blog-section .grid h3 {
font-size: 18px;
font-size: 1.125rem;
}
}
.blog-section .grid h3 a {
color: #2b2e3a;
}
.blog-section .grid h3 a:hover {
color: #87d271;
}  .features-section .feature-grids {
background-color: #fff;
margin: -80px -15px 0;
-webkit-box-shadow: 0px 2px 18.9px 2.1px rgba(0, 0, 0, 0.04);
box-shadow: 0px 2px 18.9px 2.1px rgba(0, 0, 0, 0.04);
}
@media (max-width: 991px) {
.features-section .feature-grids {
margin: 90px -15px 0;
}
}
@media (max-width: 767px) {
.features-section .feature-grids {
margin: 0 -15px 0;
padding: 70px 0 20px;
}
}
.features-section .feature-grids .grid {
width: 33.33%;
float: left;
margin: 0 0 0;
padding: 120px 35px 55px;
position: relative;
}
@media (max-width: 991px) {
.features-section .feature-grids .grid {
width: 50%;
}
}
@media (max-width: 767px) {
.features-section .feature-grids .grid {
width: 100%;
float: none;
padding: 0 0 0 60px;
margin: 0 15px 40px;
}
}
.features-section .feature-grids > .grid:nth-child(2) {
background-color: #f5f5f5;
}
@media (max-width: 767px) {
.features-section .feature-grids > .grid:nth-child(2) {
background: #fff;
}
}
.features-section .grid .icon {
position: absolute;
left: 28px;
top: 35px;
}
@media (max-width: 767px) {
.features-section .grid .icon {
left: 0;
top: -8px;
}
}
.features-section .fi:before {
font-size: 47px;
font-size: 2.9375rem;
color: #87d271;
}
@media (max-width: 767px) {
.features-section .fi:before {
font-size: 40px;
font-size: 2.5rem;
}
}
.features-section .grid h3 {
font-size: 18px;
font-size: 1.125rem;
margin: 0 0 0.7em;
}
@media (max-width: 767px) {
.features-section .grid h3 {
font-size: 16px;
font-size: 1rem;
}
}
.features-section .grid p {
margin: 0;
} .about-section-s2 {
background: #fafafb;
padding-top: 145px;
padding-bottom: 150px;
}
@media (max-width: 1199px) {
.about-section-s2 {
padding-bottom: 130px;
}
}
@media (max-width: 991px) {
.about-section-s2 {
padding-top: 90px;
padding-bottom: 90px;
}
}
.about-section-s2 .img-holder {
margin-left: 0;
position: relative;
}
.about-section-s2 .img-holder img {
position: relative;
}
.about-section-s2 .img-holder:before {
content: "";
background: url(//ytm.se/wp-content/themes/jhair/assets/images/about-s2-bg.jpg) center center/auto no-repeat local;
width: 378px;
height: 523px;
position: absolute;
right: -35px;
top: -35px;
}
@media (max-width: 1199px) {
.about-section-s2 .img-holder:before {
right: auto;
left: -35px;
}
}
@media (max-width: 991px) {
.about-section-s2 .img-holder:before {
display: none;
}
}
.about-section-s2 .img-holder a {
left: auto;
right: -37px;
}
@media (max-width: 991px) {
.about-section-s2 .img-holder a {
width: 65px;
height: 65px;
border-radius: 65px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
@media screen and (min-width: 1200px) {
.about-section-s2 .section-title-s2, .about-section-s2 .section-title-s4 {
padding-top: 10px;
}
}
.about-section-s3 {
padding-top: 5px;
} .services-section-s2 {
padding: 110px 0 80px;
}
@media (max-width: 991px) {
.services-section-s2 {
padding: 90px 0 60px;
}
}
@media (max-width: 767px) {
.services-section-s2 {
padding: 80px 0 50px;
}
}
.services-section-s2 .services-grids .grid:hover {
background: url(//ytm.se/wp-content/themes/jhair/assets/images/service-bg.jpg) center 0/auto no-repeat local;
}
.services-section-s2 .services-grids .grid {
width: calc(33.33% - 30px);
float: left;
margin: 0 15px 30px;
padding: 40px;
border: 1px solid #e9f7e5;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
position: relative;
}
@media (max-width: 991px) {
.services-section-s2 .services-grids .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 767px) {
.services-section-s2 .services-grids .grid {
width: calc(100% - 30px);
float: none;
padding: 20px 25px;
}
}
.services-section-s2 .services-grids .grid:before {
content: "";
background: rgba(255, 255, 255, 0.97);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.services-section-s2 .grid .fi:before {
font-size: 50px;
font-size: 3.125rem;
color: #87d271;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
@media (max-width: 991px) {
.services-section-s2 .grid .fi:before {
font-size: 35px;
font-size: 2.1875rem;
}
}
.services-section-s2 .services-grids .grid .icon,
.services-section-s2 .services-grids .grid h3,
.services-section-s2 .services-grids .grid p {
position: relative;
}
.services-section-s2 .grid h3 {
font-size: 20px;
font-size: 1.25rem;
font-weight: bold;
margin: 0.7em 0 0.7em;
}
@media (max-width: 991px) {
.services-section-s2 .grid h3 {
font-size: 18px;
font-size: 1.125rem;
}
}
.services-section-s2 .grid h3 a {
color: #2b2e3a;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.services-section-s2 .grid:hover .fi:before {
color: #fff;
}
.services-section-s2 .grid:hover h3 a,
.services-section-s2 .grid:hover p {
color: #fff;
}
.services-section-s2 .grid p {
margin: 0;
}
.services-section-s2 .grid:hover:before {
background: rgba(135, 210, 113, 0.97);
}
.service-s2-pg-section {
padding: 110px 0 80px;
}
@media (max-width: 991px) {
.service-s2-pg-section {
padding: 90px 0 60px;
}
}
@media (max-width: 767px) {
.service-s2-pg-section {
padding: 80px 0 50px;
}
} .contact-section {
margin-bottom: 110px;
}
.contact-section .section-title-s2 span:before, .contact-section .section-title-s4 span:before {
display: none;
}
.contact-section .content-area {
background-color: #f7f7f7;
overflow: hidden;
position: relative;
}
.contact-section .content-area .left-col,
.contact-section .content-area .right-col {
width: 50%;
}
@media (max-width: 991px) {
.contact-section .content-area .left-col,
.contact-section .content-area .right-col {
width: 100%;
float: none;
}
}
.contact-section .content-area .left-col {
background: url(//ytm.se/wp-content/themes/jhair/assets/images/contact-bg.jpg) center center/cover no-repeat local;
float: left;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 991px) {
.contact-section .content-area .left-col {
float: none;
position: relative;
height: 400px;
}
}
.contact-section .content-area .right-col {
float: right;
padding: 100px 70px 55px;
}
@media (max-width: 1199px) {
.contact-section .content-area .right-col {
padding: 100px 60px 55px;
}
}
@media (max-width: 991px) {
.contact-section .content-area .right-col {
float: none;
padding: 90px 50px 45px;
}
}
@media (max-width: 767px) {
.contact-section .content-area .right-col {
padding: 80px 20px 35px;
}
}
.contact-section .contact-message {
background-color: rgba(255, 255, 255, 0.9);
max-width: 400px;
padding: 25px;
text-align: center;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 80px;
}
@media (max-width: 767px) {
.contact-section .contact-message {
width: 300px;
}
}
.contact-section .contact-message h4 {
font-size: 22px;
font-size: 1.375rem;
line-height: 1.5em;
}
@media (max-width: 767px) {
.contact-section .contact-message h4 {
font-size: 18px;
font-size: 1.125rem;
}
}
.contact-section .contact-message:before {
content: "";
width: 0;
height: 0;
border-bottom: 25px solid rgba(255, 255, 255, 0.9);
border-left: 40px solid transparent;
position: absolute;
right: 25px;
top: -25px;
}
.contact-section .contact-form input,
.contact-section .contact-form textarea {
background: #fdfdfd;
width: 100%;
height: 50px;
font-size: 15px;
font-size: 0.9375rem;
border: 2px solid #f5f5f5;
color: #fff;
border-radius: 0;
padding: 6px 18px;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-section .contact-form input:focus,
.contact-section .contact-form textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #87d271;
}
.contact-section .contact-form form {
margin: 0 -15px;
overflow: hidden;
}
.contact-section .contact-form form ::-webkit-input-placeholder {
font-style: 16px;
font-style: normal;
color: #b0b0b0;
}
.contact-section .contact-form form :-moz-placeholder {
font-style: 16px;
font-style: normal;
color: #b0b0b0;
}
.contact-section .contact-form form ::-moz-placeholder {
font-style: 16px;
font-style: normal;
color: #b0b0b0;
}
.contact-section .contact-form form :-ms-input-placeholder {
font-style: 16px;
font-style: normal;
color: #b0b0b0;
}
.contact-section .contact-form form > div {
width: calc(50% - 30px);
float: left;
margin: 0 15px 30px;
}
@media (max-width: 1199px) {
.contact-section .contact-form form > div {
width: calc(100% - 30px);
float: none;
}
}
@media (max-width: 550px) {
.contact-section .contact-form form > div {
width: calc(100% - 30px);
float: none;
}
}
.contact-section .contact-form form > div:nth-child(3) {
width: calc(100% - 30px);
float: none;
clear: both;
}
.contact-section .contact-form form > .submit-area {
margin-bottom: 0;
}
.contact-section .contact-form form .comment-area {
width: calc(100% - 30px);
float: none;
clear: both;
}
.contact-section .contact-form form .comment-area textarea {
height: 170px;
}
.contact-section .contact-form form .comment-area textarea:focus {
border-color: #87d271;
outline: none;
}  .services-section-s3 {
padding-bottom: 50px;
}
@media (max-width: 991px) {
.services-section-s3 {
padding-bottom: 40px;
}
}
.services-section-s3 .services-grids .grid {
width: 50%;
float: left;
position: relative;
padding: 0 35px 0 95px;
margin: 0 0 45px;
}
@media (max-width: 991px) {
.services-section-s3 .services-grids .grid {
padding: 0 35px 0 95px;
}
}
@media (max-width: 767px) {
.services-section-s3 .services-grids .grid {
padding: 0 0 0 85px;
width: 100%;
float: none;
margin: 0 0 35px;
}
}
.services-section-s3 .grid .icon {
width: 68px;
height: 68px;
line-height: 68px;
text-align: center;
position: absolute;
left: 0;
top: -10px;
border-radius: 50%;
-webkit-box-shadow: 0px 7px 15.75px 5.25px rgba(0, 0, 0, 0.04);
box-shadow: 0px 7px 15.75px 5.25px rgba(0, 0, 0, 0.04);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
@media (max-width: 767px) {
.services-section-s3 .grid .icon {
width: 60px;
height: 60px;
line-height: 60px;
}
}
.services-section-s3 .services-grids > .grid:last-child i {
position: relative;
left: 5px;
}
@media (max-width: 767px) {
.services-section-s3 .services-grids > .grid:last-child i {
left: 3px;
}
}
.services-section-s3 .grid .fi:before {
font-size: 33px;
font-size: 2.0625rem;
color: #87d271;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
@media (max-width: 767px) {
.services-section-s3 .grid .fi:before {
font-size: 28px;
font-size: 1.75rem;
}
}
.services-section-s3 .grid h3 {
font-size: 20px;
font-size: 1.25rem;
font-weight: bold;
margin: 0 0 0.7em;
}
@media (max-width: 991px) {
.services-section-s3 .grid h3 {
font-size: 18px;
font-size: 1.125rem;
}
}
.services-section-s3 .grid h3 a {
color: #2b2e3a;
}
.services-section-s3 .grid:hover .fi:before {
color: #fff;
}
.services-section-s3 .grid:hover h3 a {
color: #87d271;
}
.services-section-s3 .grid:hover .icon {
background-color: #87d271;
} .projects-sections-s2 .project-grids .grid {
width: 33.33%;
float: left;
position: relative;
overflow: hidden;
}
@media (max-width: 991px) {
.projects-sections-s2 .project-grids .grid {
width: 50%;
}
}
@media (max-width: 600px) {
.projects-sections-s2 .project-grids .grid {
width: 100%;
float: none;
}
}
.projects-sections-s2 .grid .hover-content {
width: 100%;
height: 100%;
padding: 30px;
position: absolute;
left: 0;
top: 100px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
}
@media (max-width: 991px) {
.projects-sections-s2 .grid .hover-content {
padding: 25px;
}
}
.projects-sections-s2 .grid .hover-content:before {
content: "";
background: rgba(29, 29, 29, 0.9);
width: calc(100% + 2px);
height: 100%;
position: absolute;
left: -1px;
top: 0;
}
.projects-sections-s2 .grid:hover .hover-content {
top: 0;
opacity: 1;
}
.projects-sections-s2 .hover-content .details {
position: absolute;
left: 30px;
bottom: 30px;
z-index: 2;
}
@media (max-width: 991px) {
.projects-sections-s2 .hover-content .details {
left: 25px;
bottom: 25px;
}
}
.projects-sections-s2 .details h3 {
font-size: 20px;
font-size: 1.25rem;
color: #fff;
margin: 0 0 0.2em;
}
@media (max-width: 991px) {
.projects-sections-s2 .details h3 {
font-size: 20px;
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.projects-sections-s2 .details h3 {
font-size: 18px;
font-size: 1.125rem;
font-weight: normal;
}
}
.projects-sections-s2 .details .cat {
color: #87d271;
}
.projects-sections-s2 .top-link {
position: relative;
z-index: 2;
}
.projects-sections-s2 .top-link .fi:before {
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.projects-sections-s2 .top-link .fi:before {
font-size: 25px;
font-size: 1.5625rem;
color: #fff;
}
.projects-sections-s2 .top-link a:hover .fi:before {
color: #87d271;
}
.projects-sections-s2 .all-projects {
font-family: "Lato", sans-serif;
text-align: center;
margin-top: 40px;
}
.projects-sections-s2 .all-projects a {
color: #2b2e3a;
}
.projects-sections-s2 .all-projects a:hover {
color: #87d271;
}
.projects-sections-s2 .all-projects i {
position: relative;
top: 1px;
left: 4px;
}
.projects-sections-s2 .all-projects i:before {
font-size: 14px;
font-size: 0.875rem;
}  .mission-vision-section {
padding-bottom: 55px;
}
@media (max-width: 991px) {
.mission-vision-section {
padding-bottom: 35px;
}
}
@media (max-width: 767px) {
.mission-vision-section {
padding-bottom: 25px;
}
}
.mission-vision-section .mission-vision-grids {
margin: 0 -15px;
}
@media (max-width: 767px) {
.mission-vision-section .mission-vision-grids {
margin: 0 -7.5px;
}
}
.mission-vision-section .mission-vision-grids .grid {
width: calc(33.33% - 30px);
float: left;
margin: 0 15px 50px;
}
@media (max-width: 991px) {
.mission-vision-section .mission-vision-grids .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 767px) {
.mission-vision-section .mission-vision-grids .grid {
width: calc(50% - 15px);
margin: 0 7.5px 50px;
}
}
@media (max-width: 600px) {
.mission-vision-section .mission-vision-grids .grid {
width: calc(100% - 15px);
float: none;
}
}
.mission-vision-section .title-area {
text-align: center;
margin-bottom: 50px;
}
.mission-vision-section .title-area h2 {
font-size: 26px;
font-size: 1.625rem;
font-weight: normal;
line-height: 1.4em;
margin: -0.38em 0 0;
}
@media (max-width: 991px) {
.mission-vision-section .title-area h2 {
font-size: 22px;
font-size: 1.375rem;
}
}
.mission-vision-section .grid .img-holder {
margin-bottom: 30px;
}
.mission-vision-section .grid h3 {
font-size: 22px;
font-size: 1.375rem;
margin: 0 0 0.6em;
}
@media (max-width: 991px) {
.mission-vision-section .grid h3 {
font-size: 18px;
font-size: 1.125rem;
}
}
.mission-vision-section .grid p {
margin-bottom: 0;
} .experience-section { }
.experience-section .content-area {
background-color: #fafaf9;
overflow: hidden;
position: relative;
}
.experience-section .content-area .left-col,
.experience-section .content-area .right-col {
width: 50%;
}
@media (max-width: 991px) {
.experience-section .content-area .left-col,
.experience-section .content-area .right-col {
width: 100%;
float: none;
}
}
.experience-section .content-area .left-col {
background: url(//ytm.se/wp-content/themes/jhair/assets/images/about/skill-left-col.jpg) center center/cover no-repeat local;
float: left;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 991px) {
.experience-section .content-area .left-col {
float: none;
position: relative;
height: 400px;
}
}
.experience-section .content-area .right-col {
float: right;
padding: 100px 70px;
}
@media (max-width: 1199px) {
.experience-section .content-area .right-col {
padding: 100px 60px;
}
}
@media (max-width: 991px) {
.experience-section .content-area .right-col {
float: none;
padding: 90px 50px;
}
}
@media (max-width: 767px) {
.experience-section .content-area .right-col {
padding: 80px 20px;
}
}
.experience-section .content-area h2 {
font-size: 36px;
font-size: 2.25rem;
margin: -0.19em 0 0.6em;
}
@media (max-width: 991px) {
.experience-section .content-area h2 {
font-size: 30px;
font-size: 1.875rem;
}
}
@media (max-width: 767px) {
.experience-section .content-area h2 {
font-size: 26px;
font-size: 1.625rem;
}
}
.experience-section .content-area p {
margin-bottom: 2em;
}
.experience-section .content-area ul {
font-size: 18px;
font-size: 1.125rem;
font-style: italic;
list-style-type: none;
margin-bottom: 35px;
}
@media (max-width: 991px) {
.experience-section .content-area ul {
font-size: 16px;
font-size: 1rem;
}
}
.experience-section .content-area ul li {
padding-left: 35px;
position: relative;
}
@media (max-width: 991px) {
.experience-section .content-area ul li {
padding-left: 25px;
}
}
.experience-section .content-area ul > li + li {
margin-top: 15px;
}
.experience-section .content-area ul i {
position: absolute;
left: 0;
top: 5px;
color: #87d271;
}
.experience-section .skills {
padding-top: 20px;
}
.experience-section .skills .skill {
margin-bottom: 30px;
}
.experience-section .skills .skill:last-child {
margin-bottom: 0;
}
.experience-section .skills .skill:last-child .progress {
margin-bottom: 0;
}
.experience-section .skills h6 {
font-size: 16px;
font-size: 1rem;
margin: 0 0 0.6em;
}
@media (max-width: 991px) {
.experience-section .skills h6 {
font-size: 14px;
font-size: 0.875rem;
}
}
.experience-section .skills .progress {
background-color: #e6e6e6;
height: 5px;
-webkit-box-shadow: none;
box-shadow: none;
overflow: visible;
box-shadow: none;
position: relative;
border-radius: 0;
}
.experience-section .skills .progress > span {
font-size: 16px;
font-size: 1rem;
color: #7e8690;
padding: 2px 6px;
text-align: center;
position: absolute;
right: 20px;
top: -32px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
@media (max-width: 991px) {
.experience-section .skills .progress > span {
padding: 0 6px;
}
}
@media (max-width: 767px) {
.experience-section .skills .progress > span {
font-size: 14px;
font-size: 0.875rem;
}
}
.experience-section .skills .progress-bar {
background: #87d271;
position: relative;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
} .testimonials-section-s2 {
background-color: #fff;
}
.testimonials-section-s2 .testimonials-area p {
color: #646c77;
}
.testimonials-section-s2 .owl-theme .owl-controls {
margin-top: 40px;
}
.testimonials-section-s2 .owl-theme .owl-dots .owl-dot.active span,
.testimonials-section-s2 .owl-theme .owl-dots .owl-dot:hover span {
background: #87d271;
}
.about-pg-project-section {
padding-top: 0;
} .team-section {
padding-top: 0;
}
.team-section .title-text {
text-align: right;
margin-top: 25px;
}
@media (max-width: 991px) {
.team-section .title-text {
text-align: left;
margin: 25px 0 50px;
}
}
.team-section .title-text p {
margin: 0;
}
.team-section .team-grids .grid {
width: 25%;
float: left;
}
@media (max-width: 991px) {
.team-section .team-grids .grid {
width: 50%;
margin: 0 0 25px;
}
}
@media (max-width: 500px) {
.team-section .team-grids .grid {
width: 100%;
float: none;
}
}
.team-section .team-grids .details {
background: #fff;
padding: 30px 25px;
-webkit-box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
.team-section .team-grids .details {
padding: 20px 15px;
}
}
.team-section .details h5 {
font-size: 16px;
font-size: 1rem;
margin: 0 0 0.3em;
}
.team-section .details h5 + span {
font-size: 14px;
font-size: 0.875rem;
}
.team-pg-section {
padding: 110px 0;
}
@media (max-width: 991px) {
.team-pg-section {
padding: 90px 0;
}
}
@media (max-width: 767px) {
.team-pg-section {
padding: 80px 0;
}
} .partners-section {
background-color: #f9f9f9;
padding: 70px 0 58px;
text-align: center;
}
.partners-section .grid {
border: 1px solid #e8e8e8;
padding-bottom: 1px;
margin-bottom: 1px;
padding: 25px;
}
.partners-section .grid img {
width: auto;
margin: 0 auto;
}  .contact-pg-section .submit-btn-wrapper {
text-align: center;
}
.contact-pg-section form {
overflow: hidden;
margin: 0 -15px;
}
@media (max-width: 767px) {
.contact-pg-section form {
margin: 0 0 0 -15px;
}
}
.contact-pg-section form .one-third-col {
width: 33.33%;
float: left;
}
@media (max-width: 600px) {
.contact-pg-section form .one-third-col {
width: 100%;
float: left;
}
}
.contact-pg-section form div {
padding: 0 15px 30px;
}
@media (max-width: 767px) {
.contact-pg-section form div {
padding: 0 0 15px 15px;
}
}
.contact-pg-section form .submit-btn-wrapper {
padding-bottom: 0;
}
.contact-pg-section form input,
.contact-pg-section form textarea {
background: #fdfdfd;
font-size: 16px;
font-size: 1rem;
height: 55px;
padding: 6px 15px;
border: 2px solid #f2f2f2;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
@media (max-width: 767px) {
.contact-pg-section form input,
.contact-pg-section form textarea {
height: 45px;
}
}
.contact-pg-section form input:focus,
.contact-pg-section form textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #87d271;
}
.contact-pg-section form textarea {
height: 200px;
padding: 15px;
}
.contact-pg-section .contact-info {
padding: 60px 35px;
margin-top: 75px;
-webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
}
@media (max-width: 991px) {
.contact-pg-section .contact-info {
padding: 60px 35px 40px;
margin-top: 60px;
}
}
@media (max-width: 767px) {
.contact-pg-section .contact-info {
padding: 50px 25px 30px;
margin-top: 50px;
}
}
.contact-pg-section .contact-info > div {
width: 33.33%;
float: left;
position: relative;
padding-left: 65px;
}
@media (max-width: 991px) {
.contact-pg-section .contact-info > div {
width: 50%;
padding-left: 55px;
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.contact-pg-section .contact-info > div {
width: 100%;
float: none;
}
}
.contact-pg-section .contact-info .icon {
position: absolute;
left: 0;
top: 0;
}
.contact-pg-section .contact-info .icon i {
font-size: 50px;
font-size: 3.125rem;
color: #87d271;
}
@media (max-width: 991px) {
.contact-pg-section .contact-info .icon i {
font-size: 40px;
font-size: 2.5rem;
}
}
@media (max-width: 767px) {
.contact-pg-section .contact-info .icon i {
font-size: 35px;
font-size: 2.1875rem;
}
}
.contact-pg-section .contact-info h5 {
font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
font-size: 1.125rem;
margin: 0 0 0.05em;
}
.contact-pg-section .contact-map {
height: 450px;
margin-top: 100px;
}
@media (max-width: 991px) {
.contact-pg-section .contact-map {
margin-top: 80px;
}
}
@media (max-width: 767px) {
.contact-pg-section .contact-map {
height: 350px;
margin-top: 70px;
}
}
.contact-pg-section .contact-map iframe {
width: 100%;
height: 100%;
border: 0;
outline: 0;
}  .blog-pg-section {    }
@media screen and (min-width: 1200px) {
.blog-pg-section .blog-content {
padding-right: 50px;
}
}
.blog-pg-section .blog-content .post {
margin-bottom: 100px;
}
@media (max-width: 991px) {
.blog-pg-section .blog-content .post {
margin-bottom: 80px;
}
}
@media (max-width: 767px) {
.blog-pg-section .blog-content .post {
margin-bottom: 70px;
}
}
.blog-pg-section .entry-meta {
list-style: none;
overflow: hidden;
margin: 35px 0;
}
@media (max-width: 767px) {
.blog-pg-section .entry-meta {
margin: 25px 0;
}
}
.blog-pg-section .entry-meta li {
float: left;
font-size: 15px;
font-size: 0.9375rem;
}
@media (max-width: 767px) {
.blog-pg-section .entry-meta li {
font-size: 14px;
font-size: 0.875rem;
}
}
@media (max-width: 767px) {
.blog-pg-section .entry-meta li {
float: none;
}
}
.blog-pg-section .entry-meta li i {
display: inline-block;
padding-right: 7px;
}
.blog-pg-section .entry-meta > li + li {
margin-left: 15px;
padding-left: 15px;
position: relative;
}
@media (max-width: 767px) {
.blog-pg-section .entry-meta > li + li {
margin-left: 13px;
padding-left: 13px;
}
}
@media (max-width: 767px) {
.blog-pg-section .entry-meta > li + li {
margin: 3px 0 0;
padding: 3px 0 0;
}
}
.blog-pg-section .entry-meta li a {
color: #797979;
}
.blog-pg-section .entry-meta li a:hover {
color: #87d271;
}
.blog-pg-section .entry-meta > li:last-child i {
position: relative;
top: 2px;
}
.blog-pg-section .post h3 {
font-size: 30px;
font-size: 1.875rem;
line-height: 1.2em;
font-weight: 600;
margin: -0.27em 0 0.7em;
}
@media (max-width: 991px) {
.blog-pg-section .post h3 {
font-size: 25px;
font-size: 1.5625rem;
}
}
@media (max-width: 767px) {
.blog-pg-section .post h3 {
font-size: 22px;
font-size: 1.375rem;
}
}
.blog-pg-section .post h3 a {
color: #2b2e3a;
}
.blog-pg-section .post h3 a:hover {
color: #87d271;
}
.blog-pg-section .post p {
font-size: 18px;
font-size: 1.125rem;
margin-bottom: 1.5em;
}
@media (max-width: 991px) {
.blog-pg-section .post p {
font-size: 16px;
font-size: 1rem;
}
}
.blog-pg-section .post .more {
font-family: "Lato", sans-serif;
font-size: 16px;
font-size: 1rem;
font-weight: 600;
color: #2b2e3a;
display: inline-block;
line-height: 0.5em;
padding-left: 50px;
position: relative;
}
.blog-pg-section .post .more:before {
content: "";
background: #87d271;
width: 32px;
height: 2px;
position: absolute;
left: 0;
top: 5px;
}
@media (max-width: 991px) {
.blog-pg-section .post .more {
font-size: 15px;
font-size: 0.9375rem;
}
}
.blog-pg-section .post .more:hover {
color: #87d271;
}
.blog-pg-section .post .more .fi:before {
font-size: 14px;
font-size: 0.875rem;
position: relative;
top: 1px;
left: 2px;
}
.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
background-color: #f8f8f8;
padding: 25px 35px 45px;
}
@media (max-width: 767px) {
.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
padding: 25px 20px 45px;
}
}
.blog-pg-section .format-gallery {
position: relative;
}
.blog-pg-section .format-gallery .owl-controls {
width: 100%;
margin: 0;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
background: #87d271;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
background: rgba(133, 133, 133, 0.5);
width: 50px;
height: 50px;
line-height: 50px;
padding: 0;
margin: 0;
border-radius: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
left: 15px;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
right: 15px;
}
.blog-pg-section .format-quote {
position: relative;
}
.blog-pg-section .format-quote:before {
content: "";
background: url(//ytm.se/wp-content/themes/jhair/assets/images/blog/quote.png) center center/auto no-repeat local;
width: 57px;
height: 41px;
position: absolute;
right: 45px;
bottom: 35px;
}
.blog-pg-section .format-video .video-holder {
position: relative;
text-align: center;
}
.blog-pg-section .format-video .video-holder:before {
content: "";
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.blog-pg-section .format-video .video-holder:hover:before {
background-color: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.blog-pg-section .format-video .video-holder a {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.blog-pg-section .format-video .video-holder .fi:before {
font-size: 80px;
font-size: 5rem;
color: #fff;
}
@media (max-width: 767px) {
.blog-pg-section .format-video .video-holder .fi:before {
font-size: 60px;
font-size: 3.75rem;
}
}
@media screen and (min-width: 1200px) {
.blog-pg-left-sidebar .blog-content {
padding-right: 0;
padding-left: 50px;
}
}
@media screen and (min-width: 1200px) {
.blog-pg-fullwidth .blog-content {
padding: 0;
}
}  .blog-single-section {     }
@media screen and (min-width: 1200px) {
.blog-single-section .blog-content {
padding-right: 50px;
}
}
.blog-single-section .entry-meta {
list-style: none;
overflow: hidden;
margin: 35px 0;
}
@media (max-width: 767px) {
.blog-single-section .entry-meta {
margin: 25px 0;
}
}
.blog-single-section .entry-meta li {
float: left;
font-size: 15px;
font-size: 0.9375rem;
}
@media (max-width: 767px) {
.blog-single-section .entry-meta li {
font-size: 14px;
font-size: 0.875rem;
}
}
@media (max-width: 767px) {
.blog-single-section .entry-meta li {
float: none;
}
}
.blog-single-section .entry-meta li i {
display: inline-block;
padding-right: 7px;
}
.blog-single-section .entry-meta > li + li {
margin-left: 15px;
padding-left: 15px;
position: relative;
}
@media (max-width: 767px) {
.blog-single-section .entry-meta > li + li {
margin-left: 13px;
padding-left: 13px;
}
}
@media (max-width: 767px) {
.blog-single-section .entry-meta > li + li {
margin: 3px 0 0;
padding: 3px 0 0;
}
}
.blog-single-section .entry-meta li a {
color: #797979;
}
.blog-single-section .entry-meta li a:hover {
color: #87d271;
}
.blog-single-section .entry-meta > li:last-child i {
position: relative;
top: 2px;
}
.blog-single-section .post h2 {
font-size: 36px;
font-size: 2.25rem;
font-weight: 600;
margin: -0.22em 0 0.7em;
line-height: 1.3em;
}
@media (max-width: 991px) {
.blog-single-section .post h2 {
font-size: 30px;
font-size: 1.875rem;
}
}
@media (max-width: 767px) {
.blog-single-section .post h2 {
font-size: 25px;
font-size: 1.5625rem;
}
}
.blog-single-section .post p {
font-size: 18px;
font-size: 1.125rem;
margin-bottom: 1.5em;
}
@media (max-width: 991px) {
.blog-single-section .post p {
font-size: 16px;
font-size: 1rem;
}
}
.blog-single-section .post h3 {
font-size: 24px;
font-size: 1.5rem;
font-weight: 600;
line-height: 1.3em;
margin: 1.8em 0 1em;
}
@media (max-width: 991px) {
.blog-single-section .post h3 {
font-size: 22px;
font-size: 1.375rem;
}
}
@media (max-width: 767px) {
.blog-single-section .post h3 {
font-size: 20px;
font-size: 1.25rem;
}
}
.blog-single-section .post blockquote {
background-color: #87d271;
color: #fff;
line-height: 1.6em;
padding: 120px 45px 65px;
margin-top: 60px;
border: 0;
position: relative;
}
@media (max-width: 767px) {
.blog-single-section .post blockquote {
padding: 55px 25px;
}
}
.blog-single-section .post blockquote:before {
content: "";
background: url(//ytm.se/wp-content/themes/jhair/assets/images/blog/quote-2.png) center center/auto no-repeat local;
width: 62px;
height: 44px;
position: absolute;
left: 45px;
top: 40px;
}
@media (max-width: 767px) {
.blog-single-section .post blockquote:before {
display: none;
}
}
.blog-single-section .post blockquote .quoter {
font-size: 14px;
font-size: 0.875rem;
display: block;
margin-top: 15px;
}
.blog-single-section .tag-share {
border: 1px solid #f1f1f1;
padding: 25px 25px 35px;
margin: 55px 0 0;
color: #2b2e3a;
font-weight: 600;
}
.blog-single-section .tag-share ul {
list-style: none;
display: inline-block;
overflow: hidden;
}
.blog-single-section .tag-share ul li {
float: left;
}
@media (max-width: 767px) {
.blog-single-section .tag-share ul li {
margin: 2px;
}
}
.blog-single-section .tag-share ul > li + li {
margin-left: 10px;
}
@media (max-width: 767px) {
.blog-single-section .tag-share ul > li + li {
margin: 2px;
}
}
.blog-single-section .tag-share .tag ul {
list-style: none;
position: relative;
top: 5px;
left: 8px;
}
.blog-single-section .tag-share .tag a {
font-size: 14px;
font-size: 0.875rem;
font-weight: normal;
color: #627381;
display: block;
}
@media (max-width: 767px) {
.blog-single-section .tag-share .tag a {
font-size: 13px;
font-size: 0.8125rem;
}
}
.blog-single-section .tag-share .tag a:hover {
color: #87d271;
}
.blog-single-section .tag-share .share {
margin-top: 15px;
}
.blog-single-section .tag-share .share ul {
position: relative;
top: 15px;
left: 8px;
}
.blog-single-section .tag-share .share ul > li + li {
margin-left: 10px;
}
@media (max-width: 767px) {
.blog-single-section .tag-share .share ul > li + li {
margin-left: 8px;
}
}
@media (max-width: 767px) {
.blog-single-section .tag-share .share ul > li {
margin: 5px;
}
}
.blog-single-section .tag-share .share a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border: 1px solid #eae6e6;
border-radius: 50%;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
color: #627381;
}
@media (max-width: 767px) {
.blog-single-section .tag-share .share a {
font-size: 13px;
font-size: 0.8125rem;
}
}
.blog-single-section .tag-share .share a:hover {
background: #87d271;
border-color: #87d271;
color: #fff !important;
}
.blog-single-section .tag-share .share ul > li:first-child a {
color: #3c5ba4;
}
.blog-single-section .tag-share .share ul > li:nth-child(2) a {
color: #47a0d9;
}
.blog-single-section .tag-share .share ul > li:nth-child(3) a {
color: #0073b1;
}
.blog-single-section .tag-share .share ul > li:nth-child(4) a {
color: #933f94;
}
.blog-single-section .author-box {
padding: 35px 40px 25px;
margin: 70px 0;
border: 1px solid #f2f2f2;
}
@media (max-width: 991px) {
.blog-single-section .author-box {
padding: 35px 40px;
}
}
@media (max-width: 767px) {
.blog-single-section .author-box {
padding: 25px;
}
}
.blog-single-section .author-box .author-avatar {
float: left;
}
@media (max-width: 767px) {
.blog-single-section .author-box .author-avatar {
float: none;
}
}
.blog-single-section .author-box .author-content {
display: block;
overflow: hidden;
padding-left: 25px;
}
@media (max-width: 767px) {
.blog-single-section .author-box .author-content {
padding: 0;
margin: 15px 0 0 0;
}
}
.blog-single-section .author-box .author-content p {
font-size: 17px;
font-size: 1.0625rem;
color: #949494;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.blog-single-section .author-box .author-content p {
font-size: 15px;
font-size: 0.9375rem;
}
}
.blog-single-section .author-box .author-name {
font-size: 18px;
font-size: 1.125rem;
font-weight: 600;
display: inline-block;
margin-bottom: 10px;
color: #2b2e3a;
}
.blog-single-section .author-box .social-link {
display: inline-block;
list-style: none;
}
.blog-single-section .author-box .social-link li {
float: left;
margin-right: 15px;
}
.blog-single-section .author-box .social-link a {
display: block;
font-size: 15px;
font-size: 0.9375rem;
color: #2b2e3a;
}
.blog-single-section .author-box .social-link a:hover {
color: #87d271;
}
.blog-single-section .more-posts {
overflow: hidden;
border: 1px solid #f2f2f2;
}
.blog-single-section .more-posts > div {
width: 50%;
float: left;
}
.blog-single-section .more-posts > div > a {
display: inline-block;
}
.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
font-size: 18px;
font-size: 1.125rem;
color: #939ba2;
padding: 30px;
}
@media (max-width: 767px) {
.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
padding: 20px;
font-size: 16px;
font-size: 1rem;
}
}
@media (max-width: 450px) {
.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
font-size: 14px;
font-size: 0.875rem;
}
}
.blog-single-section .more-posts .previous-post i,
.blog-single-section .more-posts .next-post i {
position: relative;
top: 2px;
}
@media (max-width: 450px) {
.blog-single-section .more-posts .previous-post i,
.blog-single-section .more-posts .next-post i {
display: none;
}
}
.blog-single-section .more-posts .next-post {
text-align: right;
border-left: 1px solid #e8e8e8;
}
.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
display: block;
}
.blog-single-section .more-posts .post-control-link {
color: #939ba2;
font-weight: 600;
}
.blog-single-section .more-posts .next-post i {
left: 2px;
}
.blog-single-section .more-posts a:hover .post-control-link {
color: #87d271;
}
.blog-single-section .comments-area {
margin-top: 70px;
}
.blog-single-section .comments-area .comments {
-webkit-box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
border-bottom: 0;
}
.blog-single-section .comments-area li > div {
border-bottom: 1px solid #f1f1f1;
padding: 35px;
}
@media (max-width: 991px) {
.blog-single-section .comments-area li > div {
padding: 35px 25px;
}
}
.blog-single-section .comments-area ol {
list-style-type: none;
padding-left: 0;
}
.blog-single-section .comments-area ol ul {
padding-left: 30px;
list-style-type: none;
}
.blog-single-section .comments-area ol > li:last-child div {
border-bottom: 0;
}
.blog-single-section .comments-area .comments-title {
font-size: 22px;
font-size: 1.375rem;
font-weight: 600;
margin: 0 0 1.5em;
}
@media (max-width: 991px) {
.blog-single-section .comments-area .comments-title {
font-size: 20px;
font-size: 1.25rem;
}
}
.blog-single-section .comments-area li > div {
position: relative;
}
.blog-single-section .comments-area .comment-theme {
position: absolute;
left: 35px;
}
@media (max-width: 767px) {
.blog-single-section .comments-area .comment-theme {
position: static;
}
}
.blog-single-section .comments-area .comment-main-area {
padding-left: 100px;
}
@media (max-width: 767px) {
.blog-single-section .comments-area .comment-main-area {
padding-left: 0;
margin-top: 25px;
}
}
.blog-single-section .comments-area .comment-main-area p {
margin-bottom: 20px;
}
.blog-single-section .comments-area .comments-meta h4 {
font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
font-size: 1.125rem;
color: #6d6d6d;
font-weight: bold;
margin: 0 0 1em;
}
.blog-single-section .comments-area .comments-meta h4 span {
font-family: "Source Sans Pro", sans-serif;
font-weight: normal;
font-style: italic;
color: #949494;
text-transform: none;
display: inline-block;
padding-left: 5px;
font-size: 16px;
font-size: 1rem;
}
@media (max-width: 767px) {
.blog-single-section .comments-area .comments-meta h4 span {
padding-left: 0;
}
}
.blog-single-section .comments-area .comment-reply-link {
background: #b8e4ab;
font-size: 14px;
font-size: 0.875rem;
font-weight: 600;
color: #fff;
display: inline-block;
padding: 4px 14px;
display: inline-block;
}
.blog-single-section .comments-area .comment-reply-link:hover {
background-color: #87d271;
}
.blog-single-section .comment-respond {
margin-top: 70px;
}
.blog-single-section .comment-respond .comment-reply-title {
font-size: 22px;
font-size: 1.375rem;
margin: 0 0 1.5em;
}
@media (max-width: 991px) {
.blog-single-section .comment-respond .comment-reply-title {
font-size: 20px;
font-size: 1.25rem;
}
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
background-color: #f8f8f8;
width: 100%;
height: 50px;
border: 1px solid #f8f8f8;
padding: 6px 15px;
margin-bottom: 15px;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #87d271;
}
@media (max-width: 991px) {
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
height: 40px;
}
}
.blog-single-section .comment-respond form textarea {
height: 220px;
padding: 15px;
}
@media (max-width: 991px) {
.blog-single-section .comment-respond form textarea {
height: 150px;
}
}
.blog-single-section .comment-respond .form-inputs {
overflow: hidden;
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
width: 49%;
float: left;
}
@media (max-width: 767px) {
.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
width: 100%;
float: none;
}
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
width: 49%;
float: right;
}
@media (max-width: 767px) {
.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
width: 100%;
float: none;
}
}
.blog-single-section .comment-respond .form-submit input {
max-width: 180px;
background-color: #87d271;
color: #fff;
font-weight: bold;
margin-bottom: 0;
border: 0;
outline: 0;
text-transform: uppercase;
}
.blog-single-section .comment-respond .form-submit input:hover {
background-color: #313131;
}
@media screen and (min-width: 1200px) {
.blog-single-left-sidebar-section .blog-content {
padding-right: 0;
padding-left: 50px;
}
}
@media screen and (min-width: 1200px) {
.blog-single-fullwidth .blog-content {
padding: 0;
}
}  @media screen and (min-width: 1200px) {
.project-sigle-section .content-area {
width: calc(100% - 200px);
margin: 0 auto;
}
}
.project-sigle-section .project-info {
background-color: rgba(135, 210, 113, 0.9);
max-width: 485px;
padding: 45px;
margin-top: -100px;
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.project-sigle-section .project-info {
margin: 50px 0 0;
padding: 25px;
}
}
.project-sigle-section .project-info ul {
list-style: none;
}
.project-sigle-section .project-info ul > li + li {
margin-top: 8px;
}
.project-sigle-section .project-info li {
color: #fff;
}
.project-sigle-section .project-info li span {
font-weight: 600;
}
.project-sigle-section .content-area h2 {
font-size: 32px;
font-size: 2rem;
margin: 2em 0 0.8em;
}
@media (max-width: 991px) {
.project-sigle-section .content-area h2 {
font-size: 28px;
font-size: 1.75rem;
}
}
@media (max-width: 767px) {
.project-sigle-section .content-area h2 {
font-size: 25px;
font-size: 1.5625rem;
}
}
.project-sigle-section .content-area p {
margin-bottom: 1.7em;
}
.project-sigle-section .challange-solution-section {
margin-top: 70px;
}
.project-sigle-section .challange-solution-section ul {
list-style: none;
}
.project-sigle-section .challange-solution-section ul li {
font-size: 18px;
font-size: 1.125rem;
}
@media (max-width: 991px) {
.project-sigle-section .challange-solution-section ul li {
font-size: 16px;
font-size: 1rem;
}
}
.project-sigle-section .challange-solution-section ul > li + li {
margin-top: 8px;
}
.project-sigle-section .challange-solution-section li i {
color: #87d271;
display: inline-block;
padding-right: 7px;
position: relative;
top: 2px;
}
.project-sigle-section .challange-solution-section .panel-heading a {
font-family: "Lato", sans-serif;
}
.project-sigle-section .prev-next-project {
background: #fbfbfb;
padding: 28px 22px;
margin-top: 80px;
overflow: hidden;
}
@media (max-width: 767px) {
.project-sigle-section .prev-next-project {
text-align: center;
padding: 35px 22px;
}
}
.project-sigle-section .prev-next-project > div {
display: inline-block;
position: relative;
padding-left: 75px;
}
@media (max-width: 767px) {
.project-sigle-section .prev-next-project > div {
display: block;
float: none;
padding: 0;
}
}
.project-sigle-section .prev-next-project > div:first-child {
float: left;
}
@media (max-width: 767px) {
.project-sigle-section .prev-next-project > div:first-child {
display: block;
float: none;
margin-bottom: 25px;
}
}
.project-sigle-section .prev-next-project > div:last-child {
float: right;
padding: 0 75px 0 0;
}
@media (max-width: 767px) {
.project-sigle-section .prev-next-project > div:last-child {
display: block;
float: none;
padding: 0;
}
}
.project-sigle-section .prev-next-project .icon {
position: absolute;
left: 0;
top: 5px;
border-right: 1px solid #e8e8e8;
padding-right: 18px;
}
@media (max-width: 767px) {
.project-sigle-section .prev-next-project .icon {
display: none;
}
}
.project-sigle-section .prev-next-project .icon .fi:before {
font-size: 30px;
font-size: 1.875rem;
color: #87d271;
}
.project-sigle-section .prev-next-project > div:last-child .icon {
left: auto;
right: 0;
border-left: 1px solid #e8e8e8;
padding-left: 18px;
border-right: 0;
padding-right: 0;
}
.project-sigle-section .prev-next-project a {
display: block;
}
.project-sigle-section .prev-next-project a > span {
color: #7b7b7b;
}
.project-sigle-section .prev-next-project a > h5 {
font-size: 16px;
font-size: 1rem;
color: #2b2e3a;
margin: 0.3em 0 0;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
@media (max-width: 767px) {
.project-sigle-section .prev-next-project a > h5 {
font-size: 16px;
font-size: 1rem;
margin: 0.1em 0 0;
}
}
.project-sigle-section .prev-next-project a:hover h5 {
color: #87d271;
}  .service-single-section { }
@media screen and (min-width: 1200px) {
.service-single-section .service-single-content {
padding-left: 20px;
}
}
.service-single-section .service-single-content .service-pic {
margin-bottom: 50px;
}
.service-single-section .service-single-content .theme-btn, .service-single-section .service-single-content .theme-btn-s2 {
margin-top: 20px;
}
.service-single-section .service-single-content h2 {
font-size: 28px;
font-size: 1.75rem;
margin: 1em 0;
text-transform: capitalize;
}
@media (max-width: 767px) {
.service-single-section .service-single-content h2 {
font-size: 25px;
font-size: 1.5625rem;
}
}
.service-single-section .service-single-content h3 {
font-size: 18px;
font-size: 1.125rem;
text-transform: capitalize;
margin: 1.7em 0 1em;
}
.service-single-section .service-single-content p {
margin-bottom: 1.3em;
}
.service-single-section .service-single-content ul {
list-style: none;
}
@media (max-width: 767px) {
.service-single-section .service-single-content ul {
font-size: 15px;
font-size: 0.9375rem;
}
}
.service-single-section .service-single-content ul li {
position: relative;
padding-left: 25px;
line-height: 1.7em;
color: #121212;
}
.service-single-section .service-single-content ul > li + li {
margin-top: 8px;
}
.service-single-section .service-single-content ul li i {
display: inline-block;
color: #87d271;
position: absolute;
left: 0;
top: 5px;
}
.service-single-section .service-single-content .service-features {
overflow: hidden;
}
.service-single-section .service-single-content .service-features ul {
width: 50%;
display: inline-block;
float: left;
}
@media (max-width: 767px) {
.service-single-section .service-single-content .service-features ul {
width: 100%;
float: none;
display: block;
margin-top: 10px;
}
}
.service-single-section .service-single-tab {
margin-top: 70px;
margin-bottom: 40px;
}
@media (max-width: 991px) {
.service-single-section .service-single-tab {
margin-top: 40px;
}
}
@media (max-width: 767px) {
.service-single-section .service-single-tab {
margin-top: 40px;
}
}
.service-single-section .service-single-tab .nav {
overflow: hidden;
margin: 0;
}
.service-single-section .service-single-tab .nav li {
float: left;
padding-left: 0;
}
.service-single-section .service-single-tab .nav > li + li {
margin-top: 0;
margin-left: 3px;
}
@media (max-width: 767px) {
.service-single-section .service-single-tab .nav > li + li {
margin-left: 1px;
}
}
.service-single-section .service-single-tab .nav a {
font-family: "Lato", sans-serif;
font-size: 16px;
font-size: 1rem;
font-weight: 600;
color: #2b2e3a;
text-transform: uppercase;
padding: 10px 25px;
border: 1px solid rgba(135, 210, 113, 0.5);
}
@media (max-width: 767px) {
.service-single-section .service-single-tab .nav a {
font-size: 14px;
font-size: 0.875rem;
padding: 8px 12px;
}
}
@media (max-width: 350px) {
.service-single-section .service-single-tab .nav a {
padding: 8px;
}
}
.service-single-section .service-single-tab .nav .active a,
.service-single-section .service-single-tab .nav a:hover {
background: #87d271;
color: #fff;
}
.service-single-section .tab-content {
background-color: rgba(135, 210, 113, 0.1);
padding: 35px 40px;
}
@media (max-width: 767px) {
.service-single-section .tab-content {
padding: 25px 20px;
}
}
.service-single-section .tab-content .tab-pane p {
margin-bottom: 20px;
}
@media (max-width: 767px) {
.service-single-section .tab-content .tab-pane p {
margin-bottom: 15px;
}
}
.service-single-section .tab-content .tab-pane p:last-child {
margin-bottom: 0;
}
.service-single-section .request-service {
background: url(//ytm.se/wp-content/themes/jhair/assets/images/service-single-form-bg.jpg) center center/cover no-repeat local;
padding: 45px 50px 25px;
margin-top: 80px;
position: relative;
}
@media (max-width: 1199px) {
.service-single-section .request-service {
padding: 45px 50px;
}
}
@media (max-width: 991px) {
.service-single-section .request-service {
padding: 35px 30px;
}
}
.service-single-section .request-service:before {
content: "";
background-color: rgba(135, 210, 113, 0.95);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.service-single-section .request-service > form,
.service-single-section .request-service h3 {
position: relative;
z-index: 1;
}
.service-single-section .request-service h3 {
font-size: 22px;
font-size: 1.375rem;
color: #fff;
margin: 0 0 1em;
}
@media (max-width: 991px) {
.service-single-section .request-service h3 {
font-size: 18px;
font-size: 1.125rem;
}
}
.service-single-section .request-service input,
.service-single-section .request-service textarea {
background: transparent;
width: 100%;
height: 45px;
font-size: 15px;
font-size: 0.9375rem;
border: 1px solid #fff;
color: #fff;
border-radius: 0;
padding: 6px 18px;
-webkit-box-shadow: none;
box-shadow: none;
}
.service-single-section .request-service input:focus,
.service-single-section .request-service textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #87d271;
}
.service-single-section .request-service form {
margin: 0 -15px;
overflow: hidden;
}
.service-single-section .request-service form ::-webkit-input-placeholder {
font-style: 16px;
font-style: normal;
color: #fff;
}
.service-single-section .request-service form :-moz-placeholder {
font-style: 16px;
font-style: normal;
color: #fff;
}
.service-single-section .request-service form ::-moz-placeholder {
font-style: 16px;
font-style: normal;
color: #fff;
}
.service-single-section .request-service form :-ms-input-placeholder {
font-style: 16px;
font-style: normal;
color: #fff;
}
.service-single-section .request-service form > div {
width: calc(50% - 30px);
float: left;
margin: 0 15px 30px;
}
@media (max-width: 1199px) {
.service-single-section .request-service form > div {
width: calc(100% - 30px);
float: none;
}
}
@media (max-width: 550px) {
.service-single-section .request-service form > div {
width: calc(100% - 30px);
float: none;
}
}
.service-single-section .request-service form > .submit-area {
margin-bottom: 0;
}
.service-single-section .request-service form > .submit-area button {
background: #fff;
color: #2b2e3a;
font-weight: 600;
height: 45px;
line-height: 45px;
text-align: center;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
padding: 0 45px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.service-single-section .request-service form > .submit-area button:hover {
background: #87d271;
}  .shop-section .shop-grids {
margin: 0 -10px;
}
.shop-section .shop-grids .grid {
width: calc(33.33% - 20px);
float: left;
margin: 0 10px 25px;
}
@media (max-width: 767px) {
.shop-section .shop-grids .grid {
width: calc(50% - 20px);
}
}
@media (max-width: 550px) {
.shop-section .shop-grids .grid {
width: calc(100% - 20px);
float: none;
}
}
.shop-section .img-add-cart {
position: relative;
overflow: hidden;
}
.shop-section .img-add-cart .add-cart {
width: 100%;
position: absolute;
left: 0;
bottom: -62px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.shop-section .img-add-cart a {
background: #87d271;
text-align: center;
padding: 20px;
display: block;
color: #fff;
font-weight: 600;
}
.shop-section .img-add-cart a i {
display: inline-block;
padding-left: 5px;
}
.shop-section .shop-grids .grid:hover .add-cart {
bottom: 0;
}
.shop-section .grid .details {
text-align: center;
padding: 25px 15px;
-webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
}
.shop-section .grid .details h4 {
font-size: 16px;
font-size: 1rem;
line-height: 1.4em;
margin: 0 0 0.3em;
text-transform: capitalize;
}
.shop-section .grid .details h4 a {
color: #2b2e3a;
}
.shop-section .grid .details h4 a:hover {
color: #87d271;
}
.shop-section .grid .details .price {
font-family: "Lato", sans-serif;
font-size: 16px;
font-size: 1rem;
color: #87d271;
}
@media (max-width: 991px) {
.shop-section .grid .details .price {
font-size: 18px;
font-size: 1.125rem;
}
}
.shop-section .grid .details del {
font-weight: 400;
color: #aaa;
font-size: 14px;
display: inline-block;
padding-left: 8px;
}  .shop-single-section {  }
.shop-single-section .shop-single-slider .slider-for {
text-align: center;
}
.shop-single-section .shop-single-slider .slider-for img {
display: inline-block;
}
.shop-single-section .shop-single-slider .slider-nav {
padding: 0 25px;
margin-top: 35px;
}
.shop-single-section .shop-single-slider .slider-nav > i {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 100;
}
.shop-single-section .shop-single-slider .slider-nav > i:hover {
cursor: pointer;
}
.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
left: auto;
right: 0;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide {
text-align: center;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
display: inline-block;
}
.shop-single-section .product-details {
padding: 30px 30px 93px; }
@media (max-width: 1199px) {
.shop-single-section .product-details {
padding: 40px 30px 85px;
}
}
@media (max-width: 991px) {
.shop-single-section .product-details {
margin-top: 45px;
padding: 40px 30px;
}
}
@media (max-width: 767px) {
.shop-single-section .product-details {
padding: 0;
}
}
.shop-single-section .product-details h2 {
font-size: 28px;
font-size: 1.75rem;
font-weight: 600;
line-height: 1.4em;
margin: 0 0 0.33em;
}
@media (max-width: 767px) {
.shop-single-section .product-details h2 {
font-size: 22px;
font-size: 1.375rem;
}
}
.shop-single-section .product-details .price {
font-size: 36px;
font-size: 2.25rem;
color: #87d271;
margin: 7px 0 14px;
}
@media (max-width: 991px) {
.shop-single-section .product-details .price {
font-size: 30px;
font-size: 1.875rem;
}
}
@media (max-width: 767px) {
.shop-single-section .product-details .price {
font-size: 25px;
font-size: 1.5625rem;
}
}
.shop-single-section .product-details .price .old {
font-size: 24px;
font-size: 1.5rem;
font-weight: normal;
color: #b5b9bf;
text-decoration: line-through;
display: inline-block;
margin-left: 5px;
}
@media (max-width: 991px) {
.shop-single-section .product-details .price .old {
font-size: 20px;
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.shop-single-section .product-details .price .old {
font-size: 18px;
font-size: 1.125rem;
}
}
.shop-single-section .product-details p {
margin-bottom: 1.3em;
}
.shop-single-section .product-details p:last-child {
margin: 0;
}
.shop-single-section .product-details .product-option {
margin-top: 45px;
}
.shop-single-section .product-details .product-option .product-row {
overflow: hidden;
}
.shop-single-section .product-details .product-option .product-row > div {
height: 35px;
display: inline-block;
float: left;
}
.shop-single-section .product-details .product-option .product-row > div + div {
margin-left: 15px;
}
.shop-single-section .product-details .product-option .product-row > div:first-child {
width: 85px;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s2:hover {
background: #87d271;
border-color: #87d271;
color: #fff;
}
.shop-single-section .product-details .product-option .theme-btn, .shop-single-section .product-details .product-option .theme-btn-s2 {
background-color: #87d271;
color: #fff;
font-size: 14px;
font-size: 0.875rem;
padding: 0 20px;
height: 35px;
line-height: 31px;
outline: 0;
}
.shop-single-section .product-details .product-option .theme-btn:hover, .shop-single-section .product-details .product-option .theme-btn-s2:hover {
background-color: #87d271;
color: #fff;
}
@media (max-width: 767px) {
.shop-single-section .product-details .product-option .theme-btn, .shop-single-section .product-details .product-option .theme-btn-s2 {
font-size: 14px;
font-size: 0.875rem;
}
}
.shop-single-section .product-details .product-option .theme-btn:before, .shop-single-section .product-details .product-option .theme-btn-s2:before {
display: none;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s2 {
background-color: #fff;
font-size: 18px;
font-size: 1.125rem;
color: #7e8690;
border: 1px solid #e6e6e6;
}
.shop-single-section .product-details #product-count {
border-radius: 0;
border: 1px solid #e6e6e6;
}
.shop-single-section .product-details #product-count:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
border-radius: 0;
border-color: #e6e6e6;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
background-color: #87d271;
color: #fff;
}
.shop-single-section .product-info {
margin-top: 75px;   }
.shop-single-section .product-info h4 {
font-size: 15px;
font-size: 0.9375rem;
margin: 0;
line-height: 1.7em;
}
.shop-single-section .product-info p {
margin-bottom: 1.3em;
}
.shop-single-section .product-info .tab-pane p:last-child {
margin-bottom: 0;
}
.shop-single-section .product-info .nav-tabs {
border: 0;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.shop-single-section .product-info .nav-tabs {
margin-bottom: 20px;
}
}
.shop-single-section .product-info .nav-tabs li {
border: 1px solid #eaeaea;
margin-right: 1px;
}
.shop-single-section .product-info .nav-tabs li.active a {
border: 0;
outline: 0;
}
.shop-single-section .product-info .nav-tabs a {
font-size: 15px;
font-size: 0.9375rem;
font-weight: 600;
color: #7e8690;
border: 0;
border-radius: 0;
margin: 0;
display: block;
padding: 10px 15px 11px;
text-transform: uppercase;
}
@media (max-width: 767px) {
.shop-single-section .product-info .nav-tabs a {
font-size: 14px;
font-size: 0.875rem;
font-weight: normal;
padding: 9px 10px;
}
}
.shop-single-section .product-info .nav-tabs a:hover,
.shop-single-section .product-info .nav-tabs .active a {
background: #87d271;
color: #fff;
}
.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
border-color: #87d271;
}
.shop-single-section .product-info .client-rv {
overflow: hidden;
margin-bottom: 30px;
}
.shop-single-section .product-info .client-rv:last-child {
margin-bottom: 0;
}
.shop-single-section .product-info .client-rv .client-pic {
width: 60px;
float: left;
}
@media (max-width: 767px) {
.shop-single-section .product-info .client-rv .client-pic {
width: 100%;
float: none;
margin-bottom: 10px;
}
}
.shop-single-section .product-info .client-rv .details {
width: calc(100% - 80px);
float: right;
}
@media (max-width: 767px) {
.shop-single-section .product-info .client-rv .details {
width: 100%;
float: none;
}
}
.shop-single-section .product-info .client-rv .name-rating-time {
border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
.shop-single-section .product-info .client-rv .name-rating-time {
padding-bottom: 3px;
}
}
.shop-single-section .product-info .client-rv .name-rating-time > div,
.shop-single-section .product-info .client-rv .name-rating > div {
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
}
@media (max-width: 767px) {
.shop-single-section .product-info .client-rv .name-rating-time > div,
.shop-single-section .product-info .client-rv .name-rating > div {
font-size: 12px;
font-size: 0.75rem;
display: block;
}
}
.shop-single-section .product-info .client-rv .rating {
font-size: 12px;
color: #87d271;
padding-left: 12px;
}
@media (max-width: 767px) {
.shop-single-section .product-info .client-rv .rating {
padding-left: 0;
margin: 4px 0 7px;
}
}
.shop-single-section .product-info .client-rv .name-rating-time .time {
float: right;
color: #b3b3b3;
text-transform: uppercase;
}
@media (max-width: 767px) {
.shop-single-section .product-info .client-rv .name-rating-time .time {
float: none;
}
}
.shop-single-section .product-info .client-rv .review-body {
padding-top: 12px;
}
@media screen and (min-width: 1200px) {
.shop-single-section .product-info .review-form-wrapper {
padding-left: 45px;
}
}
@media (max-width: 991px) {
.shop-single-section .product-info .review-form {
margin-top: 45px;
}
}
.shop-single-section .product-info .review-form h4 {
margin-bottom: 1.73em;
}
.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
background: #fbfbfb;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
height: 40px;
border: 1px solid #efefef;
}
.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.shop-single-section .product-info .review-form form textarea {
height: 130px;
}
.shop-single-section .product-info .review-form form > div {
margin-bottom: 27px;
}
.shop-single-section .product-info .review-form form > div:last-child {
margin-bottom: 0;
}
.shop-single-section .product-info .review-form form .rating-wrapper > div {
display: inline-block;
}
@media (max-width: 767px) {
.shop-single-section .product-info .review-form form .rating-wrapper > div {
display: block;
float: none !important;
}
}
.shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
float: right;
}
@media (max-width: 767px) {
.shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
margin-top: 20px;
}
}
.shop-single-section .product-info .review-form form .rating a {
font-size: 14px;
color: #cccccc;
display: inline-block;
margin-right: 10px;
}
@media (max-width: 767px) {
.shop-single-section .product-info .review-form form .rating a {
font-size: 12px;
margin-right: 5px;
}
}
.shop-single-section .product-info .review-form form .rating a:last-child {
margin: 0;
}
.shop-single-section .product-info .review-form form .rating a:hover {
color: #87d271;
}
.shop-single-section .product-info .review-form form .theme-btn-s4 {
background-color: transparent;
color: #908f8f;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
background-color: #87d271;
color: #fff;
}
@media screen and (min-width: 767px) {
.shop-single-section .product-info .review-form form .theme-btn-s4 {
font-size: 15px;
font-size: 0.9375rem;
padding: 0 20px;
}
}
.shop-single-section .slider-nav .slick-slide:focus {
outline: none;
}  .error-404-section .error {
width: 50%;
float: left;
}
@media (max-width: 991px) {
.error-404-section .error {
width: 100%;
float: none;
text-align: center;
}
}
.error-404-section .error h2 {
font-size: 200px;
font-size: 12.5rem;
margin: 0;
}
@media (max-width: 991px) {
.error-404-section .error h2 {
font-size: 150px;
font-size: 9.375rem;
}
}
@media (max-width: 767px) {
.error-404-section .error h2 {
font-size: 100px;
font-size: 6.25rem;
}
}
.error-404-section .error-message {
width: 50%;
float: left;
margin-top: 40px;
}
@media (max-width: 991px) {
.error-404-section .error-message {
width: 100%;
float: none;
text-align: center;
margin-top: 0;
}
}
.error-404-section .error-message h3 {
font-size: 20px;
font-size: 1.25rem;
margin: 0 0 0.8em;
}
.error-404-section .error-message p {
margin-bottom: 1.8em;
}a {
color: #87d271;
}
a:hover {
color: #87d271;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 20px;
margin-bottom: 20px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
img {
max-width: 100%;
height: auto;
}
span.text-logo a {
color: #66c64a;
}
span.text-logo a:hover {
color: #66c64a;
} table {
width: 100%;
}
table th {
background: #66c64a;
color: #fff;
transition: .3s;
font-weight: 500;
}
table th:hover {
background: #87d271;
}
td,
th {
border: 1px solid #ebebf1;
padding: 10px;
font-size: 15px;
color: #838383;
}
table+h2 {
padding-top: 20px;
}
ul+h2 {
padding-top: 20px;
}
ol+h2 {
padding-top: 20px;
}
th a,
th a:hover {
color: #fff;
font-size: 15px;
}
dd,
dt {
line-height: 1.8em;
color: #838383;
padding: 5px 0;
}
dt {
font-weight: 500;
}
address {
line-height: 1.8em;
color: #838383;
background: #f8f8f8;
padding: 20px;
}
code {
line-height: 1.8em;
color: #fff;
background-color: #66c64a;
}
kbd {
color: #fff;
background-color: #66c64a;
}
strong {
font-weight: 600;
}
pre {
background: #f8f8f8;
font-family: "Courier 10 Pitch", Courier, monospace;
color: #5d6d7a;
}
ul {
list-style: disc;
padding-left: 40px;
}
.blog-sidebar ul {
list-style: none;
padding-left: 0px;
}
.sticky-badge h2 {
width: 135px;
height: 51px;
line-height: 50px;
text-align: center;
background: rgba(135, 210, 113, 0.9);
padding-left: 30px;
color: #fff;
font-size: 14px;
display: inline-block;
position: absolute;
right: 24px;
top: 42px;
margin: 0;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
z-index: 50;
}
.sticky-badge:hover h2 {
background: #87d271;
}
.sticky-badge h2:before {
position: absolute;
left: -2px;
top: -2px;
border-top: 27px solid transparent;
border-left: 35px solid #f8f8f8;
border-bottom: 28px solid transparent;
content: "";
z-index: 9;
}
.sticky {
border: 1px solid #f1f1f1;
padding: 25px;
}
@media (max-width: 767px) {
.sticky-badge h2 {
width: 95px;
height: 46px;
line-height: 46px;
right: -7px;
top: 25px;
padding-left: 20px;
}
.sticky-badge h2:before {
position: absolute;
left: -1px;
top: 0px;
border-top: 23px solid transparent;
border-left: 19px solid #f8f8f8;
border-bottom: 23px solid transparent;
content: "";
z-index: 9;
}
}
@media (max-width: 1199px) {
.calendar_wrap table#wp-calendar th,
.calendar_wrap table#wp-calendar td {
padding: 6px;
}
} .blog-sidebar .widget_archive ul li {
font-size: 15px;
font-size: 1rem;
position: relative;
}
@media (max-width: 767px) {
.blog-sidebar .widget_archive ul li {
font-size: 15px;
font-size: 1rem;
}
}
.blog-sidebar .widget_archive ul>li+li {
margin-top: 15px;
}
.blog-sidebar .widget_archive ul a {
color: #727780;
}
.blog-sidebar .widget_archive ul a:hover,
.blog-sidebar .widget_archive ul li:hover:before {
color: #66c64a;
}
select {
height: 44px;
width: 100%;
border: 1px solid #e9e7e1;
padding-left: 10px;
} .calendar_wrap table#wp-calendar tr,
.calendar_wrap table#wp-calendar td {
border: 1px solid #e1dfd9;
}
.calendar_wrap table#wp-calendar th,
.calendar_wrap table#wp-calendar td {
padding: 8px;
text-align: center;
font-weight: 400;
} .widget_categories ul ul {
padding-left: 20px;
}
.widget_categories ul li a {
width: 86%;
padding: 4px 0;
}
.widget_categories ul li ul li {
border-bottom: none;
}
.widget_categories ul li:last-child {
border-bottom: none;
}
.widget_categories select {
height: 40px;
padding-left: 10px;
}
.widget_categories ul li a {
position: relative;
padding-left: 0px;
font-size: 15px;
font-size: 1rem;
color: #727780;
}
@media (max-width: 991px) {
.widget_categories ul li a {
width: 86%;
}
}
.widget_categories ul li a:hover {
color: #66c64a;
}
@media (max-width: 767px) {
.widget_categories ul li a {
font-size: 15px;
font-size: 1rem;
}
}
.widget_categories ul>li+li {
margin-top: 15px;
}
.widget_categories ul.children {
margin-top: 15px;
}
.widget_categories ul li {
position: relative;
display: block;
}
.widget_categories>ul>li a+span {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 13px;
font-size: 0.86667rem;
text-align: center;
color: #828282;
border-radius: 50%;
right: 0;
top: 0;
}
.widget_categories ul li ul li a+span {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 13px;
font-size: 0.86667rem;
text-align: center;
color: #fff;
border-radius: 50%;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.widget_categories ul.children li a+span {
top: 20%;
}
.widget_categories ul.children li li a+span {
top: 20%;
}
.widget_categories ul li:first-child a+span {} .widget_pages ul ul {
padding-left: 20px;
}
.widget_pages ul li a {
display: inline-block;
width: 90%;
padding: 9px 0;
}
.widget_pages ul>li {
border-bottom: 1px solid #f0f0f0;
}
.widget_pages ul li ul li {
border-bottom: none;
border-top: 1px solid #f0f0f0;
}
.widget_pages ul li:last-child {
border-bottom: none;
}
.widget_pages ul li a {
position: relative;
font-size: 15px;
font-size: 1rem;
color: #666;
}
.widget_pages ul li a:hover {
color: #66c64a;
}
@media (max-width: 767px) {
.widget_pages ul li a {
font-size: 15px;
font-size: 1rem;
}
} .widget_meta ul li {
font-size: 15px;
font-size: 1rem;
padding-left: 0px;
position: relative;
}
@media (max-width: 767px) {
.widget_meta ul li {
font-size: 15px;
font-size: 1rem;
}
}
.widget_meta ul>li+li {
margin-top: 15px;
}
.widget_meta ul a {
color: #666;
}
.widget_meta ul a:hover,
.widget_meta ul li:hover:before {
color: #66c64a;
} .widget_recent_comments ul li {
color: #666;
list-style: none;
border-radius: 60px;
border-bottom-left-radius: 0;
padding-top: 25px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-left: 20px;
padding-right: 20px;
background: #f8f8f8;
position: relative;
}
.widget_recent_comments ul li a {
color: #666;
}
.widget_recent_comments ul li a:hover {
color: #66c64a;
} .widget_recent_entries ul li {
font-size: 15px;
font-size: 1rem;
position: relative;
}
@media (max-width: 767px) {
.widget_recent_entries ul li {
font-size: 15px;
font-size: 1rem;
}
}
.widget_recent_entries ul>li+li {
margin-top: 15px;
}
.widget_recent_entries ul a {
color: #2b2e3a;
font-weight: 600;
}
.widget_recent_entries ul a:hover,
.widget_recent_entries ul li:hover:before {
color: #66c64a;
}
.widget_recent_comments ul li {
border-radius: 0;
}
.widget_recent_comments ul li a {
color: #2b2e3a;
} .widget_rss {}
.widget_rss ul li {
font-size: 15px;
font-size: 1rem;
padding-left: 15px;
position: relative;
line-height: 28px;
color: #666;
}
@media (max-width: 767px) {
.widget_rss ul li {
font-size: 15px;
font-size: 1rem;
}
}
.widget_rss ul li:before {
content: "-";
position: absolute;
left: 0;
top: 0;
}
.widget_rss ul>li+li {
margin-top: 20px;
}
.widget_rss ul a {
color: #666;
}
.widget_rss ul a:hover,
.widget_rss ul li:hover:before {
color: #66c64a;
} .textwidget img {
max-width: 100%;
height: auto;
}
.widget_text ul li p {
font-size: 15px;
font-size: 1rem;
position: relative;
line-height: 28px;
color: #666;
}
@media (max-width: 767px) {
.widget_text ul li p {
font-size: 15px;
font-size: 1rem;
}
} .widget_tag_cloud .tagcloud a {
font-size: 14px !important;
color: #949494;
display: inline-block;
padding: 6px 15px;
border-radius: 0;
margin: 0 3px 6px 0;
background: #efefef;
}
.widget_product_tag_cloud .tagcloud a {
font-size: 14px;
font-size: 0.875rem;
color: #727780;
display: inline-block;
border: 1px solid #e8e8e8;
padding: 6px 15px;
margin: 0 5px 5px 0;
border-radius: 0;
}
.widget_product_tag_cloud .tagcloud a:hover {
background-color: #87d271;
border-color: #87d271;
color: #fff;
}
.widget_tag_cloud .tagcloud a:hover {
background-color: #66c64a;
color: #fff;
}
.tag-share .tag ul {
padding-left: 0px;
} .widget_nav_menu ul ul {
padding-left: 10px;
}
.widget_nav_menu ul li a {
display: inline-block;
width: 90%;
padding: 9px 0;
}
.widget_nav_menu ul>li {
border-bottom: 1px solid #f0f0f0;
}
.widget_nav_menu ul li ul li {
border-bottom: none;
border-top: 1px solid #f0f0f0;
}
.widget_nav_menu ul li:last-child {
border-bottom: none;
}
.widget_nav_menu ul li a {
font-size: 15px;
font-size: 1rem;
position: relative;
padding-left: 0;
color: #666;
}
.widget_nav_menu ul a:hover,
.widget_nav_menu ul li:hover:before {
color: #66c64a;
}
@media (max-width: 767px) {
.widget_nav_menu ul li a {
font-size: 15px;
font-size: 1rem;
}
} .wp-pagenavi {
padding-bottom: 0;
padding-top: 25px;
margin-top: 50px;
}
.wp-pagenavi a,
.wp-pagenavi span {
text-decoration: none;
border: 1px solid #d0c8b0;
background: #d0c8b0;
padding: 14px 18px;
margin-right: 10px;
margin-bottom: 0px;
color: #fff;
display: inline-block;
margin-left: -1px;
line-height: 1;
font-weight: 600;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
background: #b2a47c;
color: #fff !important;
border-color: #b2a47c;
}
.wp-pagenavi span.current {
color: #fff !important;
}
ul.page-numbers {
display: inline-block;
overflow: hidden;
list-style-type: none;
text-align: center;
padding-left: 0;
margin-top: 100px;
}
ul.page-numbers li {
float: left;
margin-right: 10px;
}
ul.page-numbers li span.page-numbers.current {
width: 50px;
height: 50px;
line-height: 45px;
font-size: 20px;
font-size: 1.25rem;
font-weight: 600;
border: 2px solid #87d271;
display: block;
background: #87d271;
color: #fff;
}
ul.page-numbers li a {
background-color: transparent;
width: 50px;
height: 50px;
line-height: 45px;
font-size: 20px;
font-size: 1.25rem;
font-weight: 600;
color: #a9b8c4;
border: 2px solid #c9cfd4;
display: block;
}
ul.page-numbers li:hover a {
background: #87d271;
border-color: #87d271;
color: #fff;
}
ul.page-numbers li a i {
line-height: 1;
}
ul.page-numbers li a i:before {
font-size: 15px;
margin-left: 0px;
}
ul.page-numbers li a div {
line-height: 45px;
} .wp-link-pages a,
.wp-link-pages>span {
display: inline-block;
padding: 8px 16px;
border: 1px solid #66c64a;
background: #66c64a;
color: #fff;
}
.wp-link-pages>span,
.wp-link-pages a:hover {
background: #87d271;
border: 1px solid #87d271;
}
.wp-link-pages {
margin-top: 35px;
} .pagination {
margin-top: 100px;
}
.nav-links .page-numbers {
display: block;
overflow: hidden;
list-style-type: none;
text-align: center;
padding-left: 0;
border: 2px solid #c9cfd4;
width: 50px;
height: 50px;
line-height: 47px;
color: #a9b8c4;
font-weight: 600;
font-size: 20px;
}
.nav-links .page-numbers {
float: left;
margin-right: 10px;
}
.nav-links .page-numbers.current {
width: 50px;
height: 50px;
line-height: 45px;
font-size: 20px;
font-size: 1.25rem;
font-weight: 600;
border: 2px solid #87d271;
display: block;
background: #87d271;
color: #fff;
}
.nav-links .page-numbers  a {
background-color: transparent;
width: 50px;
height: 50px;
line-height: 45px;
font-size: 20px;
font-size: 1.25rem;
font-weight: 600;
color: #a9b8c4;
border: 2px solid #c9cfd4;
display: block;
}
.nav-links .page-numbers:hover {
background: #87d271;
border-color: #87d271;
color: #fff;
}
.nav-links .page-numbers a i {
line-height: 1;
}
.nav-links .page-numbers a i:before {
font-size: 15px;
margin-left: 0px;
}
.nav-links .page-numbers a div {
line-height: 45px;
} .post-password-form>p {
padding-top: 10px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.post-password-form {
position: relative;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}
.post-password-form label {
display: block;
font-weight: 500;
}
.post-password-form input[type="password"] {
width: 50%;
height: 50px;
padding: 10px 20px;
margin-top: 15px;
background-color: #ffffff;
color: #888888;
border: 1px solid #ececec;
outline: none;
border-radius: 0;
box-shadow: none;
transition: all 0.3s ease 0s;
appearance: none;
}
.password-form p {
position: relative;
}
.post-password-form input[type="submit"] {
padding: 12px 29px;
position: absolute;
right: 100px;
top: 25px;
border: none;
background: #66c64a;
outline: none;
transition: .3s;
color: #fff;
}
@media (max-width: 767px) {
.post-password-form input[type="submit"] {
right: 0;
}
}
.post-password-form input[type="submit"]:hover {
background: #87d271;
;
}
.gallery-caption {
color: #838383;
line-height: 1.8em;
}
.blog-single-section p.form-submit {
margin-bottom: 0;
margin-top: 10px;
}
.page-wraper .comments-area p.form-submit {
margin-top: 10px;
} .page-wrapper p {
line-height: 1.7em;
margin: 0 0 1.5em;
}
.page-wrapper ul li,
.page-wrapper ol li {
line-height: 1.8em;
}
ol.comments #respond {
padding: 0 20px;
}
.page-wrapper blockquote {
background-color: #87d271;
color: #fff;
padding: 120px 45px 65px;
margin-top: 60px;
border: 0;
position: relative;
}
.page-wrapper blockquote:before {
content: "";
background: url(//ytm.se/wp-content/themes/jhair/assets/images/blog/quote-2.png) center center/auto no-repeat local;
width: 62px;
height: 55px;
position: absolute;
left: 45px;
top: 40px;
}
.page-wrapper blockquote p {
color: #fff;
margin-bottom: 0px;
}
.page-wrapper blockquote  a {
color: #fff;
}
.page-wraper .comments-area {
margin-top: 70px;
}
.page-wraper .comments-area .comments {
border: 1px solid #ebebf1;
}
.page-wraper .comments-area ol>li:last-child article {
border-bottom: 0;
}
.page-wraper .comments-area li>div {
border-bottom: 1px solid #ebebf1;
padding: 35px 25px;
}
.page-wraper .comments-area ol {
list-style-type: none;
padding-left: 0;
}
.page-wraper .comments-area ol li {
padding-left: 30px;
}
.page-wraper .comments-area .comments-title {
font-size: 26px;
font-size: 1.625rem;
margin: 0 0 1.5em;
}
@media (max-width: 991px) {
.page-wraper .comments-area .comments-title {
font-size: 22px;
font-size: 1.375rem;
}
}
.page-wraper .comments-area li>div {
position: relative;
}
.page-wraper .comments-area .comment-theme {
position: absolute;
left: 25px;
}
@media (max-width: 767px) {
.page-wraper .comments-area .comment-theme {
position: static;
}
}
.page-wraper .comments-area .comment-theme img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.page-wraper .comments-area .comment-main-area {
padding-left: 100px;
}
@media (max-width: 767px) {
.page-wraper .comments-area .comment-main-area {
padding-left: 0;
margin-top: 25px;
}
}
.page-wraper .comments-area .comment-main-area p {
margin-bottom: 20px;
}
.page-wraper .comments-area .comments-meta h4 {
font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
font-size: 1.125rem;
color: #6d6d6d;
font-weight: 500;
margin: 0 0 1em;
display: inline-block;
}
.page-wraper .comments-area .comments-meta span {
font-family: "Source Sans Pro", sans-serif;
font-weight: normal;
color: #949494;
text-transform: none;
display: inline-block;
margin-left: 15px;
font-size: 16px;
font-size: 1rem;
}
@media (max-width: 991px) {
.page-wraper .comments-area .comments-meta span {
margin-left: 0;
}
}
.page-wraper .comments-area .comments-meta span.caps {
margin-left: 5px;
}
.page-wraper .comments-area .comment-reply-link {
background: #66c64a;
font-size: 14px;
font-size: 0.875rem;
color: #fff;
display: inline-block;
padding: 0 5px;
}
.page-wraper .comments-area .comment-reply-link:hover {
background-color: #87d271;
}
.page-wraper .comment-respond {
margin-top: 70px;
}
.page-wraper .comment-respond .comment-reply-title {
font-size: 26px;
font-size: 1.625rem;
margin: 0 0 1.5em;
}
@media (max-width: 991px) {
.page-wraper .comment-respond .comment-reply-title {
font-size: 22px;
font-size: 1.375rem;
}
}
.page-wraper .comment-respond form input,
.page-wraper .comment-respond form textarea {
background-color: #f8f8f8;
width: 100%;
height: 50px;
border: 1px solid #f8f8f8;
padding: 6px 15px;
margin-bottom: 15px;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.page-wraper .comment-respond form input:focus,
.page-wraper .comment-respond form textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #c1b696;
}
@media (max-width: 991px) {
.page-wraper .comment-respond form input,
.page-wraper .comment-respond form textarea {
height: 40px;
}
}
.page-wraper .comment-respond form textarea {
height: 220px;
padding: 15px;
}
@media (max-width: 991px) {
.page-wraper .comment-respond form textarea {
height: 150px;
}
}
.page-wraper .comment-respond .form-inputs {
overflow: hidden;
}
.page-wraper .comment-respond .form-inputs>input:nth-child(2) {
width: 49%;
float: left;
}
@media (max-width: 767px) {
.page-wraper .comment-respond .form-inputs>input:nth-child(2) {
width: 100%;
float: none;
}
}
.page-wraper .comment-respond .form-inputs>input:nth-child(3) {
width: 49%;
float: right;
}
@media (max-width: 767px) {
.page-wraper .comment-respond .form-inputs>input:nth-child(3) {
width: 100%;
float: none;
}
}
.page-wraper .comment-respond .form-submit input {
max-width: 180px;
background-color: #66c64a;
color: #fff;
font-weight: 500;
margin-bottom: 0;
border: 0;
outline: 0;
text-transform: uppercase;
}
.page-wraper .comment-respond .form-submit input:hover {
background-color: #87d271;
}
.comment-area article {
padding: 35px 25px;
border-bottom: 1px solid #ebebf1;
position: relative;
}
.blog-single-section .comments-area .trackback  .comment-main-area {
padding-left: 0px;
}
#wp-comment-cookies-consent {
display: inline-block;
width: auto;
height: auto;
margin-right: 5px;
position: relative;
top: 1px;
}
#wp-comment-cookies-consent+label {
font-weight: 400;
padding-left: 5px;
}
p.comment-form-cookies-consent {
margin-bottom: 10px;
display: none;
}
.blog-single-section .comment-respond form textarea {
background-color: #fdfdfd;
border: 2px solid #ececec;
}
.blog-single-section .entry-details ul li {
color: #838383;
line-height: 1.9em;
}
.blog-single-section .entry-details p {
margin-bottom: 1.5em;
}
.blog-single-section .post blockquote p {
color: #fff;
font-size: 17px;
margin-bottom: 0px;
}
.blog-single-section .post blockquote {
margin-bottom: 35px;
}
.blog-single-section .post blockquote a {
text-decoration: underline;
color: #fff;
}
.blog-single-section .post blockquote a:hover {
text-decoration: none;
}
.blog-single-section .entry-details p strong {
color: #5d6d7a;
}
.blog-single-section .entry-details blockquote p strong {
color: #fff;
}
.blog-single-section .single-content-wrap .entry-details pre {
margin-bottom: 35px;
}
.blog-pg-section .blog-content>.post+.post {
margin-top: 100px;
}
@media (max-width: 991px) {
.admin-bar .site-header #navbar {
top: 46px;
}
}
.admin-bar .header-style-1 .sticky-header.sticky-on,
.admin-bar .header-style-2 .sticky-header.sticky-on,
.admin-bar .header-style-3 .sticky-header.sticky-on {
top: 32px;
}
@media (max-width: 600px) {
.admin-bar .header-style-1 .sticky-header.sticky-on,
.admin-bar .header-style-2 .sticky-header.sticky-on,
.admin-bar .header-style-3 .sticky-header.sticky-on {
top: 0px;
}
}
.blog-single-section .comment-content ol {
list-style: decimal !important;
padding-left: 40px;
}
.blog-single-section .comments-area .comment-theme {
position: absolute;
left: 25px;
}
@media (max-width: 767px) {
.blog-single-section .comments-area .comment-theme {
position: static;
}
}
.blog-single-section .comments-area .pingback .comment-main-area {
padding-left: 0px;
}
ol.comments #respond {
padding: 0 20px 20px;
}
.page-wrapper ol.comments #respond {
padding: 0 20px 8px;
}
.page-wraper .comments-area ol.comments>li {
padding-left: 0;
}
.comments-area .rvrmrplo-nav-previous {
padding-bottom: 20px;
}
@media (max-width: 991px) {
.site-header #navbar .navbar-nav ul {
padding-left: 0;
}
}
@media (max-width: 767px) {
.header-style-1 .topbar,
.header-style-2 .topbar,
.header-style-3 .topbar {
padding-top: 0px;
}
.header-style-1 .topbar .contact-info,
.header-style-2 .topbar .contact-info,
.header-style-3 .topbar .contact-info {
padding-top: 20px;
}
} @media (max-width: 767px) {
.site-footer .lower-footer .site-map {
display: block;
float: none;
}
}
.case-studies-section .grid-filters li {
line-height: 1.3em;
}
@media screen and (min-width: 992px) {
.site-header .has-cart.has-search {
margin-right: 85px;
}
.site-header .not-has-cart.has-search {
margin-right: 40px;
}
}
@media (max-width:1199px) and (min-width:992px) {
.site-header #navbar>ul>li a {
font-size: 14px;
padding: 39px 14px;
}
}
.blog-single-section .comment-respond .form-submit input.submit {
line-height: 0;
}
.blog-single-section .comment-respond .comment-form p a {
color: #66c64a;
}
.blog-pg-section .post .meta li {
font-size: 15px;
font-size: 1rem;
}
.blog-single-section .post h3 {
margin-top: 20px;
}
.blog-single-section .post h2 {
margin-top: 20px;
margin-bottom: 20px;
}
.blog-single-section .post h2.post-title {
margin: 0 0 1em;
font-size: 32px;
}
.blog-single-section .post h3.post-title {
margin: 1.8em 0 1em;
}
.blog-single-section .tag-share {
margin-top: 30px;
padding-bottom:25px;
}
.blog-single-section .tag-share .tag ul li,
.blog-single-section .tag-share ul li {
list-style: none;
line-height: 20px;
margin-bottom: 8px;
}
.blog-single-section .tag-share .tag ul {
padding-left: 5px;
}
.blog-single-section .tag-share .tag span {
position: relative;
top: -8px;
}
.blog-single-section .tag-share .share span {
position: relative;
top: -17px;
padding-right: 8px;
}
.blog-single-section .tag-share .tag {
margin-bottom: -10px;
}
.blog-single-section .tag-share .share {
margin-top: 15px;
}
@media (max-width: 767px) {
.section-padding {
padding: 80px 15px;
}
.section-padding .container.content-area {
padding-left: 0px;
padding-right: 0px;
}
.shop-section .blog-sidebar {
padding-left: 0px;
}
}
.padding-default.full-width {
padding-top: 100px;
padding-bottom: 80px;
}
.tagcloud a {
font-size: 14px !important;
color: #727780;
display: inline-block;
padding: 6px 15px;
border-radius: 32px;
margin: 0 5px 5px 0;
}
.tagcloud a:hover {
background-color: #cee002;
border-color: #cee002;
color: #fff;
}
.blog-single-section .comments-area .comment-content ul {
list-style: disc;
}
.blog-single-section .author-box {
margin-bottom: 0px;
}
.blog-single-section .more-posts {
margin-top: 70px;
}
.blog-single-section .author-box .social-link {
list-style: none;
padding-left: 0;
}
.blog-single-section .author-box .author-avatar {
max-width: 80px;
}
.blog-single-section .more-posts .previous-post i {
position: relative;
top: 3px;
padding-right: 5px;
}
.blog-single-section .more-posts .next-post i {
padding-left: 5px;
} .woocommerce div.product form.cart div.quantity {
border: 1px solid #e6e6e6;
margin-right: 10px;
position: relative;
}
.woocommerce div.product form.cart div.quantity:before {
position: absolute;
right: 22px;
top: 0;
content: "";
height: 100%;
width: 1px;
background: #e6e6e6;
}
.woocommerce div.product form.cart div.quantity:after {
position: absolute;
right: 0px;
top: 50%;
content: "";
height: 1px;
width: 22px;
background: #e6e6e6;
}
.woocommerce-account .woocommerce form .form-row label.inline {
margin-left: 20px;
margin-top: 15px;
}
.mini-cart-item-des a.remove {
position: absolute;
right: 7px;
top: 0;
color: #8c0000;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
font-family: 'Glyphicons Halflings';
content: "\e113";
background: transparent;
border: none;
height: 50%;
font-weight: normal;
font-size: 9px;
right: 0px;
top: 0px;
padding-top: 0px;
position: absolute;
outline: none;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
font-family: 'Glyphicons Halflings';
content: "\e114";
background: transparent;
border: none;
height: 50%;
font-weight: normal;
font-size: 9px;
right: 0px;
position: absolute;
bottom: 0px;
outline: none;
}
.woocommerce .cart_item .quantity .minus {
bottom: 5px;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
width: 70px;
height: 33px;
font-weight: 400;
border: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
background-color: #fff;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
width: calc(33.33% - 20px);
float: left;
margin: 0 10px 25px;
}
@media (max-width: 767px) {
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
width: calc(50% - 20px);
}
}
@media (max-width: 550px) {
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
width: calc(100% - 0px);
float: none;
margin: auto;
}
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
width: calc(25% - 20px);
float: left;
margin: 0 10px 25px;
}
@media (max-width: 767px) {
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
width: calc(50% - 20px);
}
}
@media (max-width: 550px) {
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
width: calc(100% - 0px);
float: none;
margin: auto;
}
}
@media (max-width: 768px) {
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
float: left;
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
clear: none;
}
}
.woocommerce ul.products li h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 20px;
font-size: 1.33333rem;
font-weight: 400;
line-height: 1.4em;
margin: 0 0 0.3em;
transition: .3s;
margin-bottom: 0px;
padding: 25px 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
padding-bottom: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
color: #66c64a;
}
.woocommerce ul.products li.product .price {
font-family: "Source Sans Pro", sans-serif;
font-size: 20px;
font-size: 1.33333rem;
color: #66c64a;
padding-bottom: 25px;
margin-top: -10px;
margin-bottom: 0;
}
.woocommerce ul.products li.product a.button {
background-color: #66c64a;
line-height: 28px;
text-align: center;
font-size: 18px;
color: #fff;
font-family: "Source Sans Pro", sans-serif;
}
.woocommerce ul.products li.product a.button:before {
margin-left: -3px;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
}
.woocommerce ul.products li.product:hover a.button {
opacity: 1;
visibility: visible;
bottom: 99px;
}
.woocommerce ul.products li.product a.button {
width: 100%;
list-style: none;
overflow: hidden;
position: absolute;
left: 0;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
bottom: 90px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0;
}
.woocommerce ul.products li.product a.button.ajax_add_to_cart.added {
display: none;
}
.woocommerce .woocommerce-product-search input {
background-color: #f3f3f3;
height: 50px;
padding: 6px 40px 6px 20px;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce .woocommerce-product-search input:focus {
outline: none;
}
.woocommerce .woocommerce-product-search {
position: relative;
width: 100%;
background: #f3f3f3;
}
.woocommerce .woocommerce-product-search button {
background: transparent;
font-size: 20px;
font-size: 1.33333rem;
color: #66c64a;
border: 0;
outline: 0;
padding: 0;
margin: 0;
position: absolute;
right: 15px;
top: 52%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce .product-categories li a {
color: #727780;
padding: 4px 0px;
display: block;
}
.woocommerce .product-categories li {
position: relative;
}
.woocommerce .product-categories li span {
position: absolute;
right: 0;
top: 5px;
}
.woocommerce .product-categories li a:hover {
color: #66c64a;
}
.woocommerce ul.product_list_widget li img {
width: 70px;
float: left;
}
.woocommerce ul.product_list_widget li a {
color: #727780;
display: block;
margin-bottom: 4px;
font-weight: 400;
}
.woocommerce ul.product_list_widget li a span,
.woocommerce ul.product_list_widget li del span.woocommerce-Price-amount {
padding-left: 20px;
}
.woocommerce ul.product_list_widget li ins {
text-decoration: none;
}
.woocommerce ul.product_list_widget li {
margin-bottom: 15px;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
left: 20px;
padding-bottom: 22px;
}
.woocommerce .star-rating span::before {
color: #66c64a;
}
.woocommerce ul.products li.product .star-rating {
margin: auto;
padding-bottom: 19px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
background: #fff;
margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
line-height: 22px;
border: 1px solid #0a172b;
border-radius: 50%;
background: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a {
line-height: 27px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
border: 1px solid #0a172b;
border-radius: 50%;
background: #fff;
}
.woocommerce span.onsale {
display: none;
}
.woocommerce.single-product .woocommerce-Price-amount {
font-size: 32px;
color: #66c64a;
margin: 7px 0 14px;
}
.woocommerce .mini-cart-item-price span {
font-size: 13px !important;
}
.woocommerce .mini-cart-action .mini-checkout-price .woocommerce-Price-amount {
font-size: 18px !important;
}
.woocommerce div.product p.price del {
color: black;
}
.woocommerce.single-product .related.products .woocommerce-Price-amount {
font-size: 20px;
}
.woocommerce.single-product p.price ins span {
font-size: 24px;
font-size: 1.6rem;
font-weight: normal;
color: #a7abb1;
text-decoration: line-through;
display: inline-block;
margin-left: 5px;
text-decoration: none;
}
.woocommerce div.product p.price {
padding-top: 12px;
margin-bottom: 0px;
}
.woocommerce div.product form.cart .button {
font-family: "Source Sans Pro", sans-serif;
background-color: #66c64a;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #fff;
padding: 0 24px;
border-radius: 50px;
display: block;
font-weight: 400;
text-transform: uppercase;
transition: .3s;
}
.woocommerce div.product form.cart .button:hover {
background: #66c64a;
}
.woocommerce div.product form.cart {
margin-top: 43px;
}
.woocommerce .product_meta span {
display: block;
padding-bottom: 15px;
}
.woocommerce .product_meta span a {
color: #66c64a;
}
.woocommerce #reviews #comments h2.woocommerce-Reviews-title,
.woocommerce div.product .woocommerce-tabs .panel>h2 {
font-size: 25px;
}
.woocommerce #review_form #respond form {
margin-top: 25px;
}
.woocommerce #review_form #respond form textarea {
height: 200px;
border: 1px solid #dad9d9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding-left: 7px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none;
background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border: none;
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 1px solid #eaeaea;
border-radius: 0px;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border: 1px solid #66c64a;
border-radius: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
background: #66c64a;
color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 15px;
font-size: 1rem;
font-weight: 500;
color: #727780;
border: 0;
border-radius: 0;
margin: 0;
display: block;
padding: 10px 15px;
text-transform: uppercase;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
clear: both;
padding-top: 15px;
}
.woocommerce .related.products {
padding-top: 50px;
}
.woocommerce .related h2 {
padding-bottom: 35px;
padding-left: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0 0 2em;
padding: 0;
border: none;
box-shadow: none;
}
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-prev,
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-next {
background: #ffffff00 !important;
}
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-prev {
left: -34px;
top: 36%;
}
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-next {
right: -34px;
top: 36%;
}
@media (max-width: 991px) {
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-prev {
left: -19px;
top: 40%;
}
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-next {
right: -19px;
top: 40%;
}
}
@media (max-width: 991px) {
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-prev {
left: -19px;
top: 30%;
}
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-next {
right: -19px;
top: 30%;
}
}
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-prev i,
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-next i {
color: #333;
}
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-prev i.fa.fa-angle-left:before {
content: "\e629";
font-family: 'themify';
}
.woocommerce .shop-details-section .thumbnails .owl-nav .owl-next i.fa.fa-angle-right:before {
content: "\e628";
font-family: 'themify';
}
.woocommerce .shop-details-section .wpgs-nav .slick-prev::before {
content: "\e629";
font-family: 'themify';
}
.woocommerce .shop-details-section .wpgs-nav .slick-next::before {
content: "\e628";
font-family: 'themify';
color:#c5c2c2;
}
.woocommerce .shop-details-section .wpgs-for .slick-arrow {
display: none !important;
}
.woocommerce .shop-details-section .wpgs-nav .slick-prev {
margin-left: -10px;
}
.woocommerce .shop-details-section .wpgs-nav .slick-next {
right: -25px;
}
.shop-details-section {
padding-bottom: 60px;
}
@media (max-width: 767px) {
.shop-details-section {
padding-bottom: 40px;
}
}
.woocommerce #review_form #respond .form-submit input {
font-family: "Source Sans Pro", sans-serif;
background-color: #66c64a;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #fff;
padding: 0 24px;
border-radius: 50px;
display: block;
font-weight: 400;
text-transform: uppercase;
transition: .3s;
}
.woocommerce #review_form #respond .form-submit input {
background: #66c64a;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
text-align: center;
-webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
}
.woocommerce-message {
border: 1px solid #eee;
background: #fff;
line-height: 40px;
}
.woocommerce-message::before {
color: #66c64a;
}
.woocommerce .woocommerce-message .button {
font-family: "Source Sans Pro", sans-serif;
background-color: #66c64a;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #fff;
padding: 0 24px;
border-radius: 50px;
display: block;
font-weight: 400;
text-transform: uppercase;
transition: .3s;
}
.woocommerce .woocommerce-message .button:hover {
background: #66c64a;
color: #fff;
} .woocommerce .woocommerce-cart-form table.shop_table {
border: none;
box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .08);
padding: 25px;
}
.woocommerce table.shop_table th {
background: #fff;
color: #333;
border: none;
border-bottom: 1px solid #ededed;
font-weight: 500;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table th {
background: #fdfdfd;
font-weight: 500;
}
.woocommerce table.shop_table tr {
border-bottom: 1px solid #ededed;
}
.woocommerce table.shop_table tr td {
border: none;
border-bottom: 1px solid #eee;
}
.woocommerce table.shop_table tr td a {
color: #838383;
}
.woocommerce.woocommerce-cart table.shop_table .product-thumbnail img,
.woocommerce-cart table.cart img {
width: 80px;
}
.woocommerce a.remove {
font-weight: 400;
}
.woocommerce .quantity,
.woocommerce-page .quantity {
border: 1px solid #eee;
position: relative;
display: inline-block;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
font-family: "Source Sans Pro", sans-serif;
background-color: #66c64a;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #fff;
padding: 0 24px;
border-radius: 50px;
font-weight: 400;
text-transform: uppercase;
transition: .3s;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
background: #66c64a;
color: #fff;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
padding-top: 0px;
color: #fff;
}
.woocommerce-page table.cart td.actions {
padding: 15px 0px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
padding: 6px 20px;
border: 1px solid #eee;
width: 150px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .08);
padding: 25px;
}
.woocommerce .cart-collaterals .cart_totals h2 {
padding-left: 10px;
}
.woocommerce .cart-collaterals table.shop_table {
border: none;
}
.woocommerce .cart-collaterals table.shop_table tr {
border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
border-bottom: 1px solid #eee;
border-top: none;
font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
border-bottom: 1px solid #eee;
border-top: none;
padding: 13px 0;
}
.cart_totals .woocommerce-shipping-calculator p {
margin-bottom: 0px;
}
.woocommerce a.button.alt,
.woocommerce .return-to-shop a {
font-family: "Source Sans Pro", sans-serif;
background-color: #66c64a;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #fff;
padding: 0 24px;
border-radius: 50px;
font-weight: 400;
text-transform: uppercase;
transition: .3s;
display: inline-block;
}
.woocommerce a.button.alt:hover,
.woocommerce .return-to-shop a:hover {
background: #66c64a;
color: #fff;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
float: left;
width: 100%;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
font-size: 5px;
padding-right: 15px;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
font-size: 7px;
}
.woocommerce a.button.loading::before,
.woocommerce button.button.loading::before,
.woocommerce input.button.loading::before {
content: none;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
right: 15px;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
padding-top: 0px;
margin-bottom: 0;
margin-top: 25px;
} .woocommerce-checkout .woocommerce-info {
padding: 16px 20px;
border: 1px solid #eeeeee;
margin-bottom: 28px;
border-radius: 2px;
font-size: 15px;
letter-spacing: .3px;
background: #fff;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
width: 100%;
}
.woocommerce-billing-fields h3 {
font-size: 24px;
}
.woocommerce-additional-fields h3 {
font-size: 24px;
}
.woocommerce .woocommerce-info::before {
color: #1e85be;
display: none;
}
.woocommerce .woocommerce-checkout #customer_details {
width: 58.333333%;
float: left;
}
.woocommerce-checkout-review-order {
width: 41.666667%;
float: right;
background: #fdfdfd;
padding: 25px;
}
.woocommerce .woocommerce-checkout #customer_details .col-1 {
margin-bottom: 50px;
max-width: 100%;
width: 100%;
float: none;
display: flex;
padding-left: 0px;
padding-right: 50px;
}
.woocommerce .woocommerce-checkout #customer_details .col-2 {
max-width: 100%;
width: 100%;
float: none;
display: flex;
margin-left: 0px;
flex-wrap: wrap;
padding-right: 50px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
width: auto;
}
.woocommerce .woocommerce-checkout input {
background: #f9f9f9 !important;
border: 1px solid #eee;
padding: 12px 16px;
font-size: 14px;
background: none;
width: 100%;
transition: all .5s;
color: #999;
border-radius: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields textarea {
background: #f9f9f9 !important;
}
.woocommerce .woocommerce-checkout input:focus {
border-color: #66c64a;
}
.woocommerce .select2-container--default .select2-selection--single {
background: #f9f9f9 !important;
border: 1px solid #eee !important;
border-radius: 0;
}
.woocommerce .select2-container--default .select2-selection--single {
display: block;
height: auto;
min-height: 50px;
padding-top: 10px;
padding-left: 10px;
border: 1px solid #ececec;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 12px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper p {
margin-bottom: 20px;
}
.woocommerce .woocommerce-additional-fields {
width: 100%;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields textarea {
height: 120px;
border: 1px solid #eee;
padding: 15px;
} .woocommerce-checkout form.woocommerce-checkout .els-order-review {
background: #fdfdfd;
border: 1px solid #f1f1f1;
border-radius: 2px;
padding: 48px 36px;
}
.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table td {
border: none;
padding-bottom: 18px !important;
border-bottom: 1px dotted #d0d0d0;
padding-right: 0 !important;
padding-left: 0 !important;
}
.woocommerce .woocommerce-checkout-review-order-table th {
padding-top: 0 !important;
}
.woocommerce table.shop_table {
border: none;
}
.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table td {
border: none;
padding-bottom: 18px !important;
padding-right: 0 !important;
padding-left: 0 !important;
}
.woocommerce .woocommerce-checkout-review-order-table td {
letter-spacing: .3px;
color: #777777;
padding-top: 21px;
}
.woocommerce table.shop_table td {
padding-top: 15px;
}
.woocommerce table.shop_table strong {
color: #777777;
}
.woocommerce table.shop_table tr.cart-subtotal th {
padding-top: 15px !important;
}
.woocommerce .woocommerce-checkout-review-order-table th:nth-child(2),
.woocommerce .woocommerce-checkout-review-order-table td:nth-child(2) {
text-align: right;
}
.woocommerce h5.order_review_heading {
padding-bottom: 25px;
}
.woocommerce-checkout .woocommerce-checkout-payment {
padding-top: 40px;
}
.woocommerce-checkout #payment {
background: #FDFDFD;
border-radius: 5px;
}
.woocommerce-checkout .woocommerce-checkout-payment li label {
display: block;
color: #727780;
font-weight: 500;
}
.woocommerce-checkout-payment li.wc_payment_method {
position: relative;
padding-left: 25px;
}
.woocommerce-checkout-payment li.wc_payment_method label {
margin-bottom: 0 !important;
}
.woocommerce-checkout-payment input.input-radio {
width: auto;
position: absolute;
left: 0;
top: 7px;
margin-right: 0 !important;
}
.woocommerce-checkout-payment li.payment_method_paypal input.input-radio {
top: 17px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
font-family: "Source Sans Pro", sans-serif;
background-color: #66c64a;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #fff;
padding: 0 24px;
border-radius: 50px;
font-weight: 400;
text-transform: uppercase;
transition: .3s;
}
.woocommerce #payment #place_order:hover {
background: #66c64a;
}
h5#order_review_heading {
margin-bottom: 35px;
}
.woocommerce-checkout-review-order-table th {
background: #FDFDFD;
}
.woocommerce .woocommerce-grouped-product-list-item__label label {
font-weight: normal;
margin-top: 5px;
} table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
border: 1px solid #eee;
padding: 25px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
border-bottom: none;
padding-left: 15px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr {
border-bottom: none;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
border-bottom: none;
border-color: #eee;
}
h2.woocommerce-column__title {
font-size: 25px;
}
h2.woocommerce-order-details__title {
font-size: 25px;
padding-bottom: 25px;
}
.woocommerce .woocommerce-customer-details address {
padding: 15px 15px;
border-bottom-width: 1px;
border-right-width: 1px;
}
.woocommerce form .form-row label {
line-height: 2;
font-weight: normal;
color: #6d6d6d;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
padding-left: 25px;
}
.woocommerce table.shop_table tfoot th {
border-top: none;
}
.woocommerce table.shop_table tfoot td {
font-weight: 500;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
background: #f3f3f3;
}
.woocommerce ul.order_details {
padding-left: 0px;
}
.woocommerce a.remove {
color: #66c64a !important;
}
.woocommerce a.remove:hover {
background: #66c64a;
}
.woocommerce .woocommerce-grouped-product-list .woocommerce-Price-amount.amount {
font-size: 16px;
color: #4c4c4c;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
display: inline-block;
padding-left: 30px;
padding-right: 20px;
}
.woocommerce div.product form.cart .group_table td {
display: inline-block;
vertical-align: inherit;
}
.woocommerce .woocommerce-grouped-product-list.group_table {
margin-bottom: 25px;
}
.woocommerce div.product form.cart .variations select {
width: auto !important;
min-width: auto !important;
}
.woocommerce div.product form.cart .variations label {
color: #06163a;
font-size: 15px;
padding-top: 12px;
}
.page-wrapper .woocommerce-product-details__short-description p {
padding-top: 20px;
margin: 0px;
}
.woocommerce .woocommerce-result-count {
padding-left: 12px;
}
.shop-section.section-padding {
padding-bottom: 70px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label.woocommerce-form__label-for-checkbox {
position: relative;
padding-left: 25px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
position: absolute;
left: 0;
top: 5px;
}
.woocommerce .shipping-calculator-form p .button,
.checkout_coupon .form-row-last .button {
font-family: "Source Sans Pro", sans-serif;
background-color: #66c64a;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #fff;
padding: 0 24px;
border-radius: 50px;
font-weight: 400;
text-transform: uppercase;
transition: .3s;
display: inline-block;
}
.woocommerce .shipping-calculator-form p input,
.woocommerce .checkout_coupon p input {
padding-top: 10px;
padding-left: 10px;
border: 1px solid #ececec;
}
.woocommerce .woocommerce-error {
border-color: #66c64a;
background-color: #f9f9f9;
}
.woocommerce-error::before,
.woocommerce form .form-row .required {
color: #66c64a;
}
.woocommerce .checkout_coupon p .button {
font-family: "Source Sans Pro", sans-serif;
background-color: #66c64a;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #fff;
padding: 0 24px;
border-radius: 50px;
font-weight: 400;
text-transform: uppercase;
transition: .3s;
display: inline-block;
}
.woocommerce ul.products li.product .price del {
color: #66c64a;
}
.woocommerce form.woocommerce-checkout {
overflow: hidden;
clear: both;
} .no-products {
padding: 25px 15px;
display: block;
}
.added_to_cart.wc-forward {
text-transform: uppercase;
font-size: 15px;
margin-bottom: 25px;
font-family: "Source Sans Pro", sans-serif;
border: 1px solid #66c64a;
border-radius: 24px;
padding: 3px 20px 2px;
}
.added_to_cart.wc-forward:hover {
background-color: #66c64a;
color: white;
text-decoration: none;
}
.woocommerce .shipping-calculator-form p .button {
margin-top: 20px;
}
.woocommerce .woocommerce-Tabs-panel table td {
padding: 0 10px;
}
.woocommerce .woocommerce-Tabs-panel table tbody>tr:nth-child(even) th {
color: #838383;
}
.woocommerce ul.products li.product a img {
margin: 0;
}
.woocommerce .shop-details-section .woocommerce-grouped-product-list.group_table label a {
color: #4c4c4c;
}
.woocommerce .shop-details-section .woocommerce-Price-amount {
font-size: 26px;
}
.shop-sidebar.blog-sidebar .widget>h3 {
font-size: 18px;
}
.shop-sidebar .widget {
padding-left: 20px;
}
.woocommerce ul.product_list_widget li a span {
font-size: 14px;
padding-left: 18px;
}
.woocommerce ul.product_list_widget li:last-child {
margin-bottom: 0px;
}
.woocommerce .wcppec-checkout-buttons {
text-align: left;
}
.mini-cart-title {
padding: 20px;
border-bottom: 1px solid #eee;
}  .slick-slide {
cursor: auto !important;
} .contact-section .contact-form .wpcf7-form-control.wpcf7-submit {
font-family: "Source Sans Pro", sans-serif;
background-color: #87d271;
height: 52px;
line-height: initial;
font-size: 16px;
color: #fff;
padding: 0 30px;
display: inline-block;
text-transform: uppercase;
border: none;
width:auto;
}
.contact-section .contact-form .wpcf7-form-control.wpcf7-submit:hover {
background-color: #313131;
color: #fff;
}
.contact-form input[type=submit] {
background-color: #87d271;
color: #fff;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0px;
text-transform: capitalize;
display: inline-block;
line-height: 1;
transition: .3s;
height: 50px;
border: none;
}
.attorny-single-section .contact-form input[type=submit] {
background-color: #87d271;
color: #fff;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0px;
text-transform: capitalize;
display: inline-block;
line-height: 43px;
padding: 0 30px;
transition: .3s;
height: 53px;
}
.contact-form input[type=submit]:hover {
background-color: #b32d22;
}
.attorny-single-section .contact-form input[type=submit]:hover {
background-color: #b32d22;
} .blog-pg-section .entry-meta {
padding-left: 0;
margin-bottom: 35px;
margin-top: 25px;
}
.blog-pg-section .entry-meta li {
list-style: none;
} .comments-area .jhair-nav-previous {
padding-bottom: 0px;
}
.blog-single-section .comment-respond {
margin-top: 60px;
}
.blog-single-section .jhair-comment-navigation+ol.comments {
margin: 30px 0 30px;
}
.blog-single-section .comments-area .comment-reply-link {
padding: 0 8px 1px 8px;
}
.blog-single-section .entry-meta li {
list-style: none;
}
.blog-single-section .entry-meta {
padding-left: 0px;
text-transform: capitalize;
}
.blog-pg-section .post h3 {
margin-top: -0.33em;
}
@media (max-width: 991px) {
.blog-pg-section .entry-details p {
font-size: 15px;
}
}
.blog-pg-section .format-standard.has-post-thumbnail {
background-color: transparent;
padding: 0px;
}
.wp-link-pages+a {
display: inline-block;
margin-top: 35px;
}
.blog-pg-section .post .meta,
.blog-single-section .post .meta {
padding-left: 0px;
}
.blog-single-section .tag-share ul {
padding-left: 0px;
}
.blog-single-section .tag-share .share ul {
top: 7px;
}
.blog-single-section .tag-share .tag a {
text-transform: capitalize;
}
.blog-sidebar .search-widget input {
width: 100%;
}
h2.jhair-screen-reader-text {
font-size: 20px;
}
.blog-section .grid ul {
padding-left: 0;
list-style: none;
}
.blog-single-section .comments-area ol ul {
list-style: none;
}
.blog-pg-section .blog-content .post {
word-break: break-all;
}
.comments-area #comment-nav-above {
margin-bottom: 20px;
}
.header-search-form {
z-index: 999;
}
.blog-pg-section .post p.date {
font-size: 13px;
}
.blog-pg-section .post p.date i {
padding-right: 5px;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav i:before {
margin-left: 0px;
}
.blog-pg-section .blog-content .post:last-of-type {
margin-bottom: 0px;
}
.blog-pg-section .left-sidebar .blog-content {
padding-left: 50px;
padding-right: 0px;
}
@media (max-width: 991px) {
.blog-pg-section .left-sidebar .blog-content {
padding-left: 0px;
padding-right: 0px;
}
}
.blog-sidebar .recent-post-widget .post h4 {
font-weight: normal;
}
.blog-sidebar .recent-post-widget .post .details .date {
color: #9e9c9c;
}
.blog-content .entry-details ul ,
.blog-content .entry-details ol {
margin-bottom: 1.5em;
} .site-header .site-logo.dont_has_menu a.navbar-brand {
margin-top: 0px;
padding: 25px 0;
}
@media (max-width: 991px) {
.site-header .site-logo.dont_has_menu a.navbar-brand {
padding-top: 0;
margin-left: 0px;
}
}
@media (max-width: 767px) {
.site-header .site-logo.dont_has_menu a.navbar-brand {
margin-left: 15px;
}
}
.header-search-form form .btn i:before {
margin-left: 15px;
}
@media screen and (min-width: 1200px) {
.site-header .navigation #navbar.not-has-cta {
margin-right: 50px;
}
.site-header .navigation #navbar.dont-has-menu {
min-height: 100px;
}
}
@media (max-width:1199px) and (min-width:992px) {
.site-header .navigation #navbar.not-has-cta>ul>li>a {
padding: 40px 10px;
}
.site-header .navigation #navbar.not-has-cta {
margin-right: 35px;
}
.site-header .navigation #navbar.dont-has-menu {
min-height: 100px;
}
}
@media screen and (min-width: 992px) {
.site-header #navbar ul {
list-style: none;
padding-left: 0;
}
}
.topbar .contact-info ul,
.topbar .social ul {
padding-left: 0;
list-style: none;
} .page-title {
word-break: break-all;
}
.page-title .breadcrumb li {
line-height: 1;
} .site-footer .lower-footer p {
margin-bottom: 0px;
font-size: 14px;
font-size: 0.875rem;
} .comming-soon-section {
height: 100vh;
background: #f9f7f2;
}
.comming-soon-section .container {
height: 100%;
display: table;
padding: 0;
border: 15px solid #eeeae0;
}
.comming-soon-section .row {
display: table-cell;
vertical-align: middle;
}
.comming-soon-section .icon i:before {
font-size: 100px;
color: #eeeae0;
}/*/*/.hero-slider.hero-style-2 .swiper-button-prev {
left: 70px;
}
.hero-slider.hero-style-2 .swiper-button-next {
right: 70px;
}
.features-section .feature-grids {
margin-top: 0px;
}
.about-section, 
.about-section-s2 ,
.testimonials-section,
.testimonials-section-s2,
.partners-section {
background: transparent;
}
.about-section-s2 {
padding-top: 0px;
}
.fun-fact-section {
padding-bottom: 0px;
}
.team-section .section-title-s2 h2,
.team-section .section-title-text p {
color: #fff;
}
.cta-with-team-section .team-section .border-line:before {
content: "";
background: rgba(255, 255, 255, 0.1);
width: calc(100% - 30px);
height: 1px;
position: absolute;
left: 15px;
top: 0;
}
.cta-with-team-section .team-section .border-line {
margin-top: 100px;
padding-top: 100px;
position: relative;
}
@media (max-width: 991px) {
.cta-with-team-section {
padding-bottom: 0px; 
} 
}
.cta-with-team-section .team-section {
margin-top: 0px;
padding-top: 0px;
}
.cta-with-team-section .team-section:before {
content:none;
}
.service-single-section .service-single-content .service-features ul,
.project-sigle-section .challange-solution-section ul,
.project-sigle-section .project-info ul  {
padding-left: 0px;
}
.service-single-section .service-single-tab {
margin-bottom: 0px;
}
.services-section-s2 {
padding: 0px;
}
.project-sigle-section .challange-solution-section {
margin-top: 40px;
margin-bottom: 80px;
}
.service-single-section .request-service form > .submit-area input[type=submit] {
background: #fff;
color: #2b2e3a;
font-weight: 600;
height: 45px;
line-height: 45px;
text-align: center;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
padding: 0 45px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
width: auto;
}
.team-section .title-text p {
color: #fff;
}
.contact-pg-section form div {
overflow: hidden;
}
.contact-section .contact-form form > div:nth-child(2) {
width: calc(50% - 30px);
float: left;
margin: 0 15px 30px;
}
.contact-section .contact-form form > div:nth-child(3) {
width: calc(50% - 30px);
float: left;
margin: 0 15px 30px;
clear: none; 
}
.contact-section .contact-form form > div:nth-child(4) {
width: calc(100% - 30px);
float: none;
clear: both;
}
.blog-sidebar .category-widget ul li {
line-height: 1em;
}
.news-wrap {
position: relative;
}
.about-widget p {
margin-bottom: 10px;
}
.site-footer .form-area {
position: relative;
}
.link-widget ul {
padding-left: 0px;
}
.contact-form input[type=submit].wpcf7-submit.theme-btn-s2 {
text-transform: uppercase;
font-size: 16px;
padding: 15px 30px;
}
.contact-form input[type=submit].wpcf7-submit.theme-btn-s2:hover {
background-color: #313131;
}
.contact-pg-section .contact-info {
margin-top: 0px;
}
.contact-pg-section .contact-info p {
margin-bottom: 10px;
}
.experience-section .content-area ul {
padding-left: 0px;
}
.about-team .section-title-s4 h2 {
color: #2b2e3a;
}
.team-section.about-team .title-text p {
color: #2b2e3a;
}
.cta-with-team-section .team-section.about-team .border-line {
display: none;
}
.services-section-s3 {
padding-bottom: 0px;
}
.service-sidebar .service-list-widget ul {
padding-left: 0px;
}
.service-sidebar .service-list-widget ul li.current-menu-item {
background-color: #87d271;
}
.service-sidebar .service-list-widget ul li.current-menu-item a {
color: #fff;
}
.service-sidebar .service-features-widget ol li,
.service-sidebar .download-widget ul li a {
line-height: 23px;
}
.service-sidebar .download-widget ul {
padding-left: 0px;
}
.service-sidebar .contact-widget p {
margin-bottom: 10px;
}
.lower-footer a {
color: #fff;
}
.site-footer .newsletter-widget input {
background-color: #2e2e2e;
height: 50px;
color: #fff;
padding: 6px 25px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.site-footer .newsletter-widget .submit {
position: absolute;
right: 20px;
top: 55%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-footer .newsletter-widget button {
border: none;
background: transparent;
color: #fff;
}
.site-footer .lower-footer .copyright {
display: inline-block;
}
.site-footer .lower-footer .site-map {
display: inline-block;
float: right;
}
.site-footer .lower-footer .site-map ul {
padding-left: 0px;
}
.site-footer .lower-footer .site-map li {
line-height: 20px;
}
.site-footer ul {
padding-left: 0px;
}
.service-single-section .request-service input:focus, 
.service-single-section .request-service textarea:focus {
border-color: white;
}
.service-single-section .request-service .submit-area {
position: relative;
}
.hero-style-home-2.hero-slider .swiper-button-prev {
left: 60px;
}
.hero-style-home-2.hero-slider .swiper-button-next {
right: 60px;
}
.about-section-s2,
.work-process-section {
padding-bottom:0px;
}
.services-grids p {
margin-bottom: 10px;
}/**/.blog-single-section .more-posts .post-name {
font-size: 18px;
color: #274054;
margin: 0.8em 0 0;
font-weight: 600;
}
.blog-single-section .more-posts .post-control-link {
color: #bbb;
font-weight: normal;
}
.blog-single-section .tag-share .tag a {
position:relative;
}
.blog-single-section .tag-share .tag a:after {
position: absolute;
content: ',';
right: -5px;
color: #627381;
} .blog-single-section .post-navigation {
overflow: hidden;
border: 1px solid #f2f2f2;
margin-top: 70px;
}
.blog-single-section .post-navigation .nav-previous ,
.blog-single-section .post-navigation .nav-next {
font-size: 18px;
font-size: 1.125rem;
color: #939ba2;
padding: 30px;
width: 50%;
float: left;
}
.blog-single-section .post-navigation .nav-next {
text-align: right;
border-left: 1px solid #e8e8e8;
}
.blog-single-section .post-navigation .meta-nav {
color: #bbb;
font-weight: normal;
}
.blog-single-section .post-navigation .post-title {
font-size: 18px;
color: #274054;
margin: 0.8em 0 0;
font-weight: 600;
display: block;
word-break: break-all;
}
.blog-single-section .post-navigation .nav-previous .meta-nav {
position: relative;
padding-left: 20px;
}
.blog-single-section .post-navigation .nav-next .meta-nav {
position: relative;
padding-right: 20px;
}
.blog-single-section .post-navigation .nav-previous .meta-nav:before {
position: absolute;
left: 0px;
top: 0;
content: "\e662";
font-family: 'themify';
}
.blog-single-section .post-navigation .nav-next .meta-nav:before {
position: absolute;
right: 0px;
top: 0;
content: "\e661";
font-family: 'themify';
}
@media (max-width: 767px) {
.blog-single-section .post-navigation {
border-left: 1px solid #ebebf1;
border-right: 1px solid #ebebf1;
}
}
@media (max-width: 767px) {
.blog-single-section .post-navigation .nav-previous, 
.blog-single-section .post-navigation .nav-next {
width: 100%;
float: none;
}
}
@media (max-width: 767px) {
.blog-single-section .post-navigation .previous-post,
.blog-single-section .post-navigation .next-post {
padding: 25px 15px !important;
}
}
@media (max-width: 767px) {
.blog-single-section .post-navigation .nav-next {
border-left: 0;
text-align: left;
border-top: 1px solid #e8e8e8;
}
}
@media (max-width: 991px) {
.blog-single-section .more-posts .post-name {
font-size: 18px;
font-size: 1.2rem;
}
}
@media only screen and (min-width: 991px) {
.blog-single-section .post-navigation .nav-links .nav-previous + .nav-next {
width: 50%;
float: left;
text-align: right;
}
.blog-single-section .post-navigation .nav-links .nav-next {
width: 100%;
float: none;
text-align: left;
}
} @media screen and (min-width: 1200px) {
.page-wrap .page-content {
padding-right: 50px;
}   
}
.wp-block-image {
margin-bottom: 1.5em;
margin-top: 1.5em;
}
.wp-block-archives.wp-block-archives-dropdown {
margin-bottom: 1em;
}
.wp-block-media-text .wp-block-media-text__content {
padding-top: 1em;
}
.wp-block-media-text {
margin-bottom: 25px;
}
.site-header .header-search-form .searchform button i {
color: #87d271;
}.wp-block,
.edit-post-visual-editor .editor-block-list__block[data-align=full],
.edit-post-visual-editor .editor-block-list__block[data-align=wide] {
max-width: 843px;
}
.left-sidebar .edit-post-visual-editor .editor-block-list__block[data-align=full],
.right-sidebar .edit-post-visual-editor .editor-block-list__block[data-align=full] {
margin-left: auto;
margin-right: auto;
}
.left-sidebar .editor-block-list__layout .editor-block-list__block[data-align=full] > .editor-block-list__block-edit,
.right-sidebar .editor-block-list__layout .editor-block-list__block[data-align=full] > .editor-block-list__block-edit {
margin-left: -28px;
margin-right: -28px;
}
.left-sidebar .editor-block-list__layout .editor-block-list__block[data-align=full] > .editor-block-list__block-edit:before,
.right-sidebar .editor-block-list__layout .editor-block-list__block[data-align=full] > .editor-block-list__block-edit:before {
left: -14px;
right: -14px;
}
.left-sidebar .editor-block-list__layout .editor-block-list__block[data-align=wide] > .editor-block-mover,
.left-sidebar .editor-block-list__layout .editor-block-list__block[data-align=full] > .editor-block-mover,
.right-sidebar .editor-block-list__layout .editor-block-list__block[data-align=wide] > .editor-block-mover,
.right-sidebar .editor-block-list__layout .editor-block-list__block[data-align=full] > .editor-block-mover {
left: -30px;
top: -15px;
width: 30px;
}
.fullwidth .edit-post-visual-editor .editor-block-list__block[data-align=wide] {
max-width: 1083px;
}
.fullwidth .edit-post-visual-editor .editor-block-list__block[data-align=full] {
max-width: none;
}
@media only screen and (min-width: 768px) {
.editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit,
.editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit {
max-width: 43%;
}
}
@media only screen and (max-width: 767px) {
.editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit {
float: none;
margin-right: 0;
}
.editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit {
float: none;
margin-left: 0;
}
.editor-block-list__layout .editor-block-list__block[data-align=left],
.editor-block-list__layout .editor-block-list__block[data-align=right] {
height: auto;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
max-width: 100%;
}
}
.edit-post-visual-editor a,
.editor-rich-text__tinymce a {
color: #E04F62;
}
.editor-rich-text__tinymce a {
text-decoration: none;
}
.edit-post-visual-editor .editor-block-list__block-edit,
.edit-post-visual-editor {
font-family: "Source Sans Pro", sans-serif;
font-size: 1rem;
color: #4e4e4e;
}
.edit-post-visual-editor .editor-block-list__block,
.edit-post-visual-editor .editor-block-list__block p {
font-size: 1rem;
}
.edit-post-visual-editor p,
.edit-post-visual-editor,
.blocks-rich-text__tinymce.mce-content-body {
font-size: inherit;
} .edit-post-visual-editor .editor-post-title__block .editor-post-title__input,
.edit-post-visual-editor .editor-block-list__block h1,
.edit-post-visual-editor .editor-block-list__block h2,
.edit-post-visual-editor .editor-block-list__block h3,
.edit-post-visual-editor .editor-block-list__block h4,
.edit-post-visual-editor .editor-block-list__block h5,
.edit-post-visual-editor .editor-block-list__block h6 {
font-family: "Lato", sans-serif;
color: #444444;
letter-spacing: 0.11em;
text-transform: uppercase;
font-weight: 400;
}
.editor-post-title__block .editor-post-title__input {
font-size: 2rem;
}
.edit-post-visual-editor .wp-block-heading h1 {
font-size: 1.75rem;
}
.edit-post-visual-editor .wp-block-heading h2 {
font-size: 1.625rem;
}
.edit-post-visual-editor .wp-block-heading h3 {
font-size: 1.75rem;
}
.edit-post-visual-editor .wp-block-heading h4 {
font-size: 1.5rem;
}
.edit-post-visual-editor .wp-block-heading h5 {
font-size: 1.25rem;
}
.edit-post-visual-editor .wp-block-heading h6 {
font-size: 1rem;
}
@media only screen and (max-width: 767px) {
.edit-post-visual-editor .wp-block-heading h1 {
font-size: 2rem !important;
}
.edit-post-visual-editor .wp-block-heading h2 {
font-size: 1.7rem !important;
}
.edit-post-visual-editor .wp-block-heading h3 {
font-size: 1.5rem !important;
}
.edit-post-visual-editor .wp-block-heading h4 {
font-size: 1.35rem !important;
}
} dd, li {
margin-bottom: 0;
}
.block-library-list .editor-rich-text__tinymce,
.block-library-list .editor-rich-text__tinymce ol,
.block-library-list .editor-rich-text__tinymce ul {
margin-left: 0;
padding-left: 1.2em;
} .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100%;
}
.wp-block-separator {
border-bottom: 1px solid #EBEBEB;
}
.wp-block-separator.is-style-dots::before {
font-weight: 700;
} .editor-block-list__block table {
border-spacing: 0;
}
.editor-block-list__block td,
.editor-block-list__block th {
border-color: #EBEBEB;
}
.editor-block-list__block th {
text-align: left;
}
.editor-block-list__block .wp-block-table__cell-content {
padding: 10px;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
background-color: #f7f7f7;
} .edit-post-visual-editor .wp-block-cover-image .wp-block-cover-image-text,
.edit-post-visual-editor .wp-block-cover-image .wp-block-cover-text,
.edit-post-visual-editor .wp-block-cover-image h2,
.edit-post-visual-editor .wp-block-cover .wp-block-cover-image-text,
.edit-post-visual-editor .wp-block-cover .wp-block-cover-text,
.edit-post-visual-editor .wp-block-cover h2 {
font-size: 2em;
} .wp-block-image figcaption {
color: #AEAEAE;
} blockquote {
margin: 0;
}
.edit-post-visual-editor .wp-block-quote {
border-left: 0 !important;
background-color: #f7f7f7;
padding: 40px !important;
}
.edit-post-visual-editor .wp-block-quote p {
color: #444444;
line-height: 1.8 !important;
font-size: 1.2rem !important;
margin-bottom: 5px;
}
.edit-post-visual-editor .wp-block-quote__citation {
font-size: 0.9375rem;
font-style: italic;
color: #AEAEAE;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-style: normal;
}
.edit-post-visual-editor .wp-block-quote.is-large p,
.edit-post-visual-editor .wp-block-quote.is-style-large p {
font-size: 1.5rem !important;
line-height: 1.6 !important;
} .wp-block-pullquote {
border-color: #EBEBEB;
text-align: left;
color: #444444;
margin-top: .5em;
}
.wp-block-pullquote p {
margin-bottom: 5px;
line-height: 28px;
}
.wp-block-pullquote .wp-block-pullquote__citation {
text-transform: none;
opacity: 0.7;
font-style: italic;
font-size: 0.9375rem;
margin-top: 1em;
}
.wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p {
font-size: 28px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-bottom: 5px;
} .edit-post-visual-editor .wp-block-button .wp-block-button__link {
padding: 18px 34px;
font-size: 0.8125rem;
text-transform: uppercase;
letter-spacing: 0.14em;
border-radius: 0;
font-weight: 300;
line-height: 1.1 !important;
font-family: "Lato", sans-serif;
}
.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover {
background-color: #87d271;
} .block-editor .wp-block-latest-posts,
.block-editor .wp-block-categories ul {
padding-left: 18px;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
padding: 120px 45px 50px;
}
blockquote cite {
margin-top: 1em;
display: inline-block;
}
blockquote ,
.page-wrapper blockquote {
margin-bottom: 40px;
margin-top: 40px;
padding: 120px 45px 50px;
}
.wp-block-pullquote:not(.is-style-solid-color) {
padding-top: 0;
padding-bottom: 0;
}