.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//fitnish.com/wp-content/themes/fitnish2016/css/vendor/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,300,900");  body {
font-family: 'Roboto', sans-serif;
background-color: #f1f1f1; }
body img {
max-width: 100%;
height: auto; }
body a {
-webkit-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear; }
body h1, body h2, body h3, body h4, body h5, body h6 {
font-family: 'Lato', sans-serif;
font-weight: 900;
margin: .5em 0; }
.animate_quick, .offcanvas-primary, .offcanvas-menu, .sticky-menu-wrap, .post-item img {
-webkit-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear; }
.animate_normal {
-webkit-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear; } .offcanvas-primary {
position: fixed;
top: 0;
left: 0;
background-color: rgba(29, 134, 173, 0.9);
height: 100%;
width: 25%;
margin-left: -75%;
z-index: 1000;
padding: 1em;
font-size: 1.25em;
overflow-y: scroll; }
.offcanvas-primary.open {
margin-left: 0; }
.offcanvas-primary nav ul {
list-style: none;
margin: 0;
padding: 0; }
.offcanvas-primary nav ul li {
margin-bottom: .5em; }
.offcanvas-primary nav ul li:before {
content: "\f18e";
font-family: "FontAwesome";
padding-right: .5em;
color: #fff;
float: left; }
.offcanvas-primary nav ul li a {
display: block;
color: #fff;
font-size: 1.10em; }
.offcanvas-primary nav ul li a:hover {
color: #1e1e1e; }
.offcanvas-primary nav ul li ul {
margin: .5em 1em; }
.offcanvas-menu {
display: block;
position: fixed;
background-color: rgba(30, 30, 30, 0.9);
top: 0;
bottom: 0;
right: 0;
z-index: 100;
width: 25%;
margin-right: -75%;
z-index: 999;
padding: 1em;
font-size: 1.25em;
overflow-y: scroll; }
.offcanvas-menu.open {
margin-right: 0; }
.offcanvas-menu ul {
list-style: none;
margin: 0;
padding: 0; }
.offcanvas-menu ul li {
margin-bottom: .5em; }
.offcanvas-menu ul li:before {
content: "\f18e";
font-family: "FontAwesome";
padding-right: .5em;
color: #fff;
float: left; }
.offcanvas-menu ul li a {
display: block;
color: #fff;
font-size: 1.10em; }
.offcanvas-menu ul li a:hover {
color: #1d86ad; }
.offcanvas-menu ul li ul {
margin: .5em 1em; }
.toggle-cats {
position: fixed;
background-color: #1d86ad;
color: #fff;
padding: 3px 0 0 0;
bottom: 1em;
left: .5em;
z-index: 999;
border-radius: 50%;
width: 48px;
height: 48px;
text-align: center;
font-size: 2em;
text-decoration: none !important; }
.toggle-cats.open {
margin-right: 250px; }
.toggle-cats:hover, .toggle-cats:focus {
color: #1e1e1e; }
.toggle-menu {
display: none;
float: right;
margin-right: .5em;
color: #fff;
font-size: 2em; }
.toggle-menu:hover {
color: #1d86ad; }
.toggle-menu:focus {
color: #fff; }
.sticky-menu-wrap {
display: table;
position: fixed;
top: 0;
left: 0;
width: 100%;
margin-top: -100px;
padding: .5em;
background-color: rgba(30, 30, 30, 0.9);
z-index: 100;
-webkit-transition: .25s all linear;
-o-transition: .25s all linear;
transition: .25s all linear; }
.sticky-menu-wrap.sticky-menu-show {
margin-top: 0; }
.sticky-menu-wrap .sticky-logo,
.sticky-menu-wrap .sticky-nav {
display: table-cell;
vertical-align: middle; }
.sticky-menu-wrap .sticky-logo {
width: 200px;
padding-left: 1em; }
.sticky-menu-wrap .sticky-nav nav ul {
margin: 0;
padding: 0;
list-style: none;
text-align: right; }
.sticky-menu-wrap .sticky-nav nav ul li {
display: inline-block; }
.sticky-menu-wrap .sticky-nav nav ul li a {
display: block;
color: #fff;
padding: .5em 1em;
text-decoration: none;
border-radius: 5px; }
.sticky-menu-wrap .sticky-nav nav ul li a:hover {
background-color: #1d86ad; }
.main-navigation ul {
margin: .5em 0;
padding: 0;
list-style: none;
text-align: right; }
.main-navigation ul li {
display: inline-block;
margin-right: 1em; }
.main-navigation ul li:last-child {
margin-right: 0; }
.main-navigation ul li a {
color: #fff;
display: block;
padding: .5em 1em;
text-decoration: none;
border-radius: 5px; }
.main-navigation ul li a:hover {
background-color: #1d86ad; }
.main-navigation ul li.current_page_item a, .main-navigation ul li.current-menu-item a {
background-color: #1d86ad; }  .header-wrap {
background-color: #1e1e1e;
padding: .5em 0 0;
border-bottom: 5px solid #1d86ad; }
.header-wrap .header-logo-wrap {
display: table;
width: 100%; }
.header-wrap .header-logo-wrap .header-left,
.header-wrap .header-logo-wrap .header-right {
display: table-cell; }
.header-wrap .header-logo-wrap .header-left {
width: 200px;
vertical-align: top;
padding: 5px 0; }
.header-wrap .header-logo-wrap .header-right {
text-align: right;
vertical-align: bottom; }
.header-wrap .header-logo-wrap .header-right .header-meta {
margin-bottom: .5em; }
.header-wrap .header-logo-wrap .header-right .header-social,
.header-wrap .header-logo-wrap .header-right .header-search {
display: inline-block;
vertical-align: middle; }
.header-wrap .header-logo-wrap .header-right .header-social label,
.header-wrap .header-logo-wrap .header-right .header-search label {
margin: 0; }
.header-wrap .header-logo-wrap .header-right .header-social {
margin-right: 1em; }
.header-wrap .header-logo-wrap .header-right .header-search {
margin-left: 1em; }
.header-wrap .header-logo-wrap .header-right .header-search label {
display: block; }
.header-wrap .header-logo-wrap .header-right .header-search .search-field {
min-width: 300px;
max-width: 100%;
width: 100%; }
.header-wrap .header-logo-wrap .header-right .advert-header {
text-align: right;
max-height: 90px; }
.header-wrap .header-logo-wrap .header-right .advert-header section, .header-wrap .header-logo-wrap .header-right .advert-header div {
display: inline-block; }
.slider-wrap .slider-item {
height: 70vh;
background-repeat: no-repeat;
background-color: #fff;
background-position: center center;
background-size: cover; }
.slider-wrap .slider-item .slider-item-title {
position: absolute;
max-width: 800px;
top: 40%;
right: 0;
left: 0;
margin: auto;
text-align: center;
padding: .5em 1em;
font-size: 3em;
color: #fff;
text-shadow: 0px 1px 5px rgba(30, 30, 30, 0.9); }
.slider-wrap .slider-item .slider-item-title a {
display: block;
color: #fff;
text-decoration: none;
padding: .5em;
text-shadow: 1px 1px 1px rgba(30, 30, 30, 0.9) .slider-wrap .slider-item .slider-item-title a; }
.slider-wrap .slider-item .slider-item-title a :hover {
color: #1d86ad; }
.services-wrap {
background-color: #ccc;
padding: 3em 0; }
.services-wrap .services-inner .service-item .textwidget div {
text-align: center;
width: 100%;
height: 250px;
border-radius: 5px;
margin: 0 auto;
border: 10px solid #1d86ad;
position: relative; }
.services-wrap .services-inner .service-item .textwidget div:hover > a {
color: #1d86ad;
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25); }
.services-wrap .services-inner .service-item .textwidget div h3 {
padding-top: 1.5em;
font-size: 2.25em; }
.services-wrap .services-inner .service-item .textwidget div h4 {
font-size: 1.5em; }
.services-wrap .services-inner .service-item .textwidget div a {
position: absolute;
bottom: -30px;
left: 0;
right: 0;
margin: auto;
display: inline-block;
width: 60px;
height: 60px;
background-color: #1e1e1e;
border-radius: 50%;
color: #fff;
line-height: 60px;
font-size: 2em; }
.main-wrap {
padding: 2em 0; }
.footer-wrap {
background-color: #1e1e1e;
padding: 2em 0; }
.footer-wrap .widget iframe {
width: 100%;
max-width: 100%;
min-height: 250px; }
.footer-wrap .widget .widget-title {
color: #fff;
font-size: 1.5em; }
.footer-wrap ul {
margin: 0;
padding: 0;
list-style: none; }
.footer-wrap ul li {
margin-bottom: .5em; }
.footer-wrap ul li a {
color: #fff; }
.copyright-wrap {
padding: 1em 0;
text-align: center; }
.copyright-wrap p {
margin: 0; } .breadcrumbs-wrap p {
margin: 0;
padding: 5px 0; }
.breadcrumbs-wrap p a {
color: #696969; }
.page-wrap {
background-color: #fff;
border: 1px solid #ddd;
padding: 2em;
border-radius: 5px; } .entry-featured {
position: relative;
height: 70vh;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-color: #1e1e1e; }
.entry-featured .featured-title {
position: absolute;
max-width: 800px;
top: 40%;
right: 0;
left: 0;
margin: auto;
text-align: center;
padding: .5em 1em;
font-size: 3em;
color: #fff;
text-shadow: 0px 1px 5px rgba(30, 30, 30, 0.9); }
.entry-review {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border: 5px solid #ddd; }
.entry-review .inner-review {
background-color: rgba(29, 134, 173, 0.8);
color: #fff;
height: 100%;
padding: 1em;
font-weight: 300;
font-size: 1.1em; }
.entry-review .inner-review ul {
list-style: none;
margin: 0;
padding: 0;
max-width: 70%; }
.entry-review .inner-review ul li {
margin-bottom: .5em; }
.entry-review .inner-review ul li:before {
font-family: FontAwesome;
padding-right: 1em; }
.entry-review .inner-review ul li.con:before {
content: "\f068"; }
.entry-review .inner-review ul li.pro:before {
content: "\f067"; }
.entry-review .inner-review blockquote {
position: relative;
border: none;
width: 100%;
left: 1em;
margin: 0 0 1em 0; }
.entry-review .inner-review blockquote:before {
content: "\f10d";
font-family: "FontAwesome";
position: absolute;
font-size: 1.25em;
top: 10px;
left: -.5em; }
.entry-review .inner-review .review-author {
font-size: 1.25em;
text-align: right; }
.entry-review .inner-review .entry-subtitle {
border-bottom: 1px solid #fff; }
.entry-review .review-score-wrap {
width: 175px;
height: 100px;
position: absolute;
background-color: #1e1e1e;
color: #fff;
right: 0;
bottom: 0; }
.entry-review .review-score-wrap .review-score {
position: absolute;
text-align: center;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
font-size: 2.5em;
text-shadow: 0px 1px 5px rgba(29, 134, 173, 0.9); }
.entry-review .review-score-wrap .review-score strong {
font-size: 2em; }
.entry-header .entry-meta .entry-date,
.entry-header .entry-meta .entry-social {
margin: 0;
padding: 0;
display: inline-block;
width: 30%;
vertical-align: middle; }
.entry-header .entry-meta .entry-social {
width: 69%; }
.entry-header .entry-meta .entry-date {
font-size: 1.2em; }
.entry-header .entry-meta .entry-date .entry-author a {
font-size: 1.25em;
font-weight: bold;
color: #1d86ad; }
.entry-content h2,
.entry-content h3 {
text-transform: uppercase;
font-size: 1.5em; }
.entry-content img {
display: block;
margin: .5em auto; }
.entry-content ul,
.entry-content ol {
margin: 1em 0 1em 2em;
padding: 0; }
.entry-content iframe {
width: 100%;
max-width: 100%; }
.entry-content .gallery {
text-align: center; }
.entry-content .gallery .gallery-item {
display: inline-block;
margin-right: .5em;
padding: 0; }
.entry-content .gallery .gallery-item:last-child {
margin-right: 0; }
.entry-content .gallery .gallery-item img {
margin: 0;
padding: 5px;
border: 1px solid #ddd; }
.entry-footer {
border-top: 1px solid #ddd;
padding: 1em 0; }
.entry-footer .cat-links {
display: block;
margin-bottom: 1em; }
.entry-footer .cat-links a {
display: inline-block;
background-color: #696969;
color: #fff;
padding: 1px 5px;
margin-bottom: 5px;
text-decoration: none;
border-radius: 5px; }
.entry-footer .cat-links a:hover {
background-color: #1d86ad; }
.entry-footer .tags-links a {
display: inline-block;
background-color: #696969;
color: #fff;
padding: 1px 5px;
margin-bottom: 5px;
text-decoration: none;
border-radius: 5px; }
.entry-footer .tags-links a:hover {
background-color: #1d86ad; } .post-item {
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #ddd; }
.post-item a {
text-decoration: none;
color: #696969; }
.post-item a:hover {
color: #1d86ad; }
.post-item h3 {
margin: 0;
padding: 0; }
.post-item img {
padding: 5px;
border: 2px solid #ddd;
border-radius: 50%; }
.post-item img:hover {
border-color: #1d86ad;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.post-navigation {
padding-top: 1em;
border-top: 1px solid #ddd; }
.post-navigation h2 {
margin: 0;
padding: .5em 0;
font-size: 1.5em; }
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
display: block; }
.post-navigation .nav-links .nav-previous:before, .post-navigation .nav-links .nav-previous:after,
.post-navigation .nav-links .nav-next:before,
.post-navigation .nav-links .nav-next:after {
font-family: "FontAwesome"; }
.post-navigation .nav-links .nav-previous {
text-align: left; }
.post-navigation .nav-links .nav-previous:before {
content: "\f053";
padding-right: .5em; }
.post-navigation .nav-links .nav-next {
text-align: right; }
.post-navigation .nav-links .nav-next:after {
content: "\f054";
padding-left: .5em; } .section-title, .entry-subtitle, .widget .widget-title {
margin: 0 0 .5em 0;
padding: 0 0 .5em 0;
border-bottom: 1px solid #1d86ad; }
.entry-title {
margin: 0 0 .5em 0; }
.widget.sidebar01 {
margin-bottom: 1em; }
input,
select,
textarea {
padding: .5em 1em;
border: 1px solid #1d86ad;
border-radius: 5px; }
blockquote {
border-left: 2px solid #1d86ad; }
blockquote p {
margin: 0; } .social-links-wrap {
margin: 0;
padding: 0;
list-style: none; }
.social-links-wrap li {
display: inline-block;
text-align: center; }
.social-links-wrap li a {
font-size: 1.5em;
border-radius: 50%;
width: 30px;
height: 30px;
display: block;
text-decoration: none; }
.social-links-wrap li a:before {
font-family: "FontAwesome"; }
.social-links-wrap li a:hover {
background-color: #fff; }
.social-facebook:before {
content: "\f09a";
color: #3b5998; }
.social-twitter:before {
content: "\f099";
color: #55acee; }
.social-google:before {
content: "\f099";
color: #dd4b39; }
.social-youtube:before {
content: "\f16a";
color: #bb0000; }
.social-instagram:before {
content: "\f16d";
color: #125688; }
.social-pinterest:before {
content: "\f231";
color: #cb2027; }
.social-vimeo:before {
content: "\f27d";
color: #aad450; }
img.alignright {
float: right;
margin: 0 0 1em 1em; }
img.alignleft {
float: left;
margin: 0 1em 1em 0; }
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
.alignright {
float: right; }
.alignleft {
float: left; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
.screen-reader-text {
display: none; }
.post-pagination-wrap {
clear: both; }
.post-pagination-wrap ul {
margin: 0;
padding: 0;
list-style: none;
clear: both; }
.post-pagination-wrap ul li {
float: left; }
.post-pagination-wrap ul li:last-child {
float: right; }
.post-pagination-wrap ul li a {
text-decoration: none;
background-color: #696969;
color: #fff;
border-radius: 5px;
padding: 5px 1em; }
.post-pagination-wrap ul li a:hover {
background-color: #1d86ad; }
.posts-navigation {
clear: both; }
.posts-navigation .nav-links {
text-align: center;
clear: both; }
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
float: left; }
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
text-decoration: none;
background-color: #696969;
color: #fff;
border-radius: 5px;
padding: 5px 1em; }
.posts-navigation .nav-links .nav-previous a:hover,
.posts-navigation .nav-links .nav-next a:hover {
background-color: #1d86ad; }
.posts-navigation .nav-links .nav-next {
float: right; }
figure.wp-caption {
display: block;
max-width: 100%; }
figure.wp-caption .wp-caption-text {
text-align: center; }  .owl-prev,
.owl-next {
position: absolute;
font-size: 2em;
color: #fff;
height: 50px;
top: 0;
bottom: 0;
margin: auto; }
.owl-prev:before,
.owl-next:before {
font-family: 'FontAwesome';
color: #fff;
font-size: 2em;
-webkit-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear; }
.owl-prev:hover:before,
.owl-next:hover:before {
color: #1d86ad; }
.owl-prev {
left: 1%; }
.owl-prev:before {
content: '\f053'; }
.owl-next {
right: 1%; }
.owl-next:before {
content: '\f054'; }
div#mc_embed_signup {
border: 1px solid #ddd;
text-align: center;
padding: 1em;
clear: both; }
div#mc_embed_signup label {
display: block; }
div#mc_embed_signup input, div#mc_embed_signup div {
display: inline-block; }
div#mc_embed_signup input[type=submit] {
background-color: transparent; }
div#mc_embed_signup br, div#mc_embed_signup p {
display: none; } .single-post-advert {
margin-top: 1em; } @media (max-width: 1024px) {
.offcanvas-primary,
.offcanvas-menu {
width: 50%; }
.single-sidebar,
.main-sidebar,
.header-nav {
display: none; }
.header-wrap {
padding-top: 52px; }
.header-wrap .header-logo-wrap {
display: block; }
.header-wrap .header-logo-wrap .header-left,
.header-wrap .header-logo-wrap .header-right {
display: block; }
.header-wrap .header-logo-wrap .header-left {
width: 100%;
display: none; }
.header-wrap .header-logo-wrap .header-right .header-search,
.header-wrap .header-logo-wrap .header-right .header-social {
display: block;
text-align: center;
width: 100%;
margin: .5em 0; }
.header-wrap .header-logo-wrap .advert-header {
display: none; }
.toggle-menu {
display: block; }
.sticky-menu-wrap {
margin-top: 0; }
.sticky-menu-wrap .sticky-nav nav {
display: none; } .services-wrap .services-inner .service-item .textwidget div {
width: 200px;
height: 200px; }
.services-wrap .services-inner .service-item .textwidget div h3 {
font-size: 2em;
padding-top: 1em; }
.services-wrap .services-inner .service-item .textwidget div h4 {
font-size: 1.25em; } }
@media (max-width: 600px) {
.toggle-cats {
bottom: 3em; }
.offcanvas-primary,
.offcanvas-menu {
width: 75%;
font-size: 1em; } .owl-prev,
.owl-next {
font-size: 1em; } .post-item {
text-align: center; }
.post-item img {
margin-bottom: 1em; } .entry-featured .featured-title {
top: 20%;
font-size: 2em; }
.entry-header .entry-meta .entry-date,
.entry-header .entry-meta .entry-social {
display: block;
width: 100%; }
.entry-workout table tr td:first-child {
width: 35%; }
.entry-review .inner-review ul {
max-width: 100%; }
.entry-review .review-score-wrap {
position: static;
width: 100%; }
.entry-review .review-score-wrap .review-score {
position: static; }
.single-post-advert {
display: none; } }