html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
a:focus {
outline: 0px solid;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
input::-webkit-input-placeholder {
opacity: 1;
}
input::-moz-placeholder {
opacity: 1;
}
input:-moz-placeholder {
opacity: 1;
}
input:-ms-input-placeholder {
opacity: 1;
}
input::-ms-input-placeholder {
opacity: 1;
}
input::placeholder {
opacity: 1;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
} body,
button,
input,
select,
textarea {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color: #666666;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: 'Roboto', sans-serif;
margin: 0 0 15px;
font-weight: 500;
color: inherit;
}
p {
margin: 0 0 20px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff; }
blockquote,
q {
quotes: """";
}
blockquote:before,
q:before,
blockquote:after,
q:after {
content: "";
}
blockquote {
margin: 0 1.5em 20px;
border-left: 5px solid #fb5b21;
padding: 10px 20px;
font-size: 17.5px;
line-height: 1.5;
}
blockquote cite {
font-size: 17.5px;
line-height: 1.3;
font-style: italic;
color: #666;
margin: 5px 0 0;
}
img {
max-width: 100%;
height: auto;
}
ul,
ol {
margin: 0 0 1em 1em;
padding-left: 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
margin-bottom: 10px;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }  a:link,
a:visited {
color: #fb5b21;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #b0360a;
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .clear {
clear: both;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} @media (min-width: 1200px) {
.auto-clear>.col-lg-1:nth-child(12n+1) {
clear: left;
}
.auto-clear>.col-lg-2:nth-child(6n+1) {
clear: left;
}
.auto-clear>.col-lg-3:nth-child(4n+1) {
clear: left;
}
.auto-clear>.col-lg-4:nth-child(3n+1) {
clear: left;
}
.auto-clear>.col-lg-6:nth-child(odd) {
clear: left;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.auto-clear>.col-md-1:nth-child(12n+1) {
clear: left;
}
.auto-clear>.col-md-2:nth-child(6n+1) {
clear: left;
}
.auto-clear>.col-md-3:nth-child(4n+1) {
clear: left;
}
.auto-clear>.col-md-4:nth-child(3n+1) {
clear: left;
}
.auto-clear>.col-md-6:nth-child(odd) {
clear: left;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.auto-clear>.col-sm-1:nth-child(12n+1) {
clear: left;
}
.auto-clear>.col-sm-2:nth-child(6n+1) {
clear: left;
}
.auto-clear>.col-sm-3:nth-child(4n+1) {
clear: left;
}
.auto-clear>.col-sm-4:nth-child(3n+1) {
clear: left;
}
.auto-clear>.col-sm-6:nth-child(odd) {
clear: left;
}
}
@media (max-width: 767px) {
.auto-clear>.col-xs-1:nth-child(12n+1) {
clear: left;
}
.auto-clear>.col-xs-2:nth-child(6n+1) {
clear: left;
}
.auto-clear>.col-xs-3:nth-child(4n+1) {
clear: left;
}
.auto-clear>.col-xs-4:nth-child(3n+1) {
clear: left;
}
.auto-clear>.col-xs-6:nth-child(odd) {
clear: left;
}
} hr,
.wp-block-separator {
background-color: #ccc;
border: none;
height: 1px;
margin: 22px auto;
}
hr.is-style-dots,
.wp-block-separator.is-style-dots {
height: 0;
text-align: center;
}
table,
.wp-block-table {
border-collapse: collapse;
border-spacing: 0;
margin: 15px 0;
width: 100%;
}
table th,
.wp-block-table th,
table td,
.wp-block-table td {
border: 1px solid #ddd;
padding: 10px;
}
table .wp-block-table__cell-content,
.wp-block-table .wp-block-table__cell-content {
padding: 0;
}
.wp-block-latest-posts.is-grid {
list-style: disc;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
list-style: disc;
padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
margin-bottom: 7px;
}
.wp-block-audio {
margin: 15px 0;
}
.wp-block-audio figcaption {
color: #555d66;
font-size: 13px;
text-align: center;
}
.wp-block-categories,
.wp-block-archives {
margin: 0 0 20px;
list-style-position: inside;
}
.wp-block-categories ul,
.wp-block-archives ul {
margin: 0;
padding: 0;
list-style-position: inside;
}
.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
padding: 0;
}
.wp-block-image.alignleft {
margin-right: 20px;
}
.wp-block-image.alignright {
margin-left: 20px;
}
.wp-block-gallery {
margin: 0 0 20px 0;
padding: 0;
}
.wp-block-gallery figure {
margin: 0;
}
.wp-block-button__link {
cursor: pointer;
-webkit-transition: inherit !important;
transition: inherit !important;
}
.wp-block-button__link:hover {
opacity: 0.8;
}
.wp-block-cover p {
color: #fff;
}
.wp-block-quote {
color: #333;
position: relative;
margin: 30px 30px 30px 40px;
padding: 0 0 0 30px;
border: none;
}
.wp-block-quote p {
font-size: 18px;
line-height: 1.5;
font-style: italic;
font-weight: 600;
}
.wp-block-quote p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation {
display: block;
font-weight: 400;
color: #666;
font-size: 16px;
line-height: 1.3;
font-style: italic;
margin: 10px 0 0;
}
.wp-block-quote:before {
content: '';
width: 5px;
background-color: #fb5b21;
position: absolute;
left: 0;
top: 4px;
white-space: pre;
height: 100%;
border-radius: 5px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 30px 30px 30px 40px;
padding: 0 0 0 30px;
font-size: 22px;
line-height: 1.5;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 22px;
line-height: 1.5;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-style-large .wp-block-quote__citation {
font-size: 16px;
line-height: 1.3;
text-align: left;
}
.wp-block-pullquote {
border: 2px solid #fb5b21;
border-width: 2px 0;
padding: 40px 0;
background: none;
font-size: 28px;
line-height: 1.5;
color: #333;
font-style: italic;
quotes: none;
font-weight: 600;
margin: 0 0 20px;
}
.wp-block-pullquote blockquote {
background-color: inherit;
border: none;
font-size: inherit;
line-height: inherit;
font-style: inherit;
font-weight: inherit;
padding: 0;
margin: 0;
color: inherit;
quotes: none;
}
.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
content: none;
}
.wp-block-pullquote p {
font-size: 28px;
line-height: 1.5;
font-style: italic;
font-weight: 600;
}
.wp-block-pullquote p:last-of-type {
margin-bottom: 0;
}
.wp-block-pullquote p:before,
.wp-block-pullquote p:after {
content: none;
}
.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
font-size: 13px;
line-height: 1.3;
font-weight: 400;
font-style: italic;
margin: 10px 0 0;
color: #333;
text-transform: inherit;
display: block;
}
.wp-block-pullquote:before {
content: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
text-align: inherit;
max-width: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
color: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
position: relative;
z-index: 1;
padding: 20px 0;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 20px;
}
.wp-block-pullquote.alignleft {
margin: 15px 20px 15px 0;
display: block;
}
.wp-block-pullquote.alignright {
margin: 15px 0 15px 20px;
display: block;
}.rt-owl-nav-1 .section-title {
margin-bottom: 60px;
}
.rt-owl-nav-1 .owl-custom-nav-title {
color: #111111;
float: left;
font-size: 30px;
}
.rt-owl-nav-1 .owl-custom-nav {
float: right;
padding-left: 30px;
margin-top: 2px;
}
.rt-owl-nav-1 .owl-custom-nav-bar {
border-color: #e8e8e8;
border-style: solid;
border-width: 1px 0;
float: right;
margin-top: 16px;
}
.rt-owl-nav-1 .owl-custom-nav .owl-prev,
.rt-owl-nav-1 .owl-custom-nav .owl-next {
background-color: #fb5b21;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
height: 33px;
opacity: 1;
padding: 2px 0;
text-align: center;
width: 33px;
}
.rt-owl-nav-1 .owl-custom-nav .owl-next {
margin-left: 4px;
}
.rt-owl-nav-1 .owl-custom-nav .owl-prev:hover,
.rt-owl-nav-1 .owl-custom-nav .owl-next:hover {
background-color: #000;
}
.rt-owl-nav-1 .owl-custom-nav i {
font-size: 20px;
font-weight: 400;
line-height: 28px;
}
@media all and (max-width: 991px) {
.rt-owl-nav-1 .section-title {
margin-bottom: 30px;
}
.rt-owl-nav-1 .owl-custom-nav-title {
font-size: 25px;
margin-bottom: 0;
}
}
@media all and (max-width: 480px) {
.rt-owl-nav-1 .owl-custom-nav-bar {
display: none;
}
.rt-owl-nav-1 .owl-custom-nav {
padding-left: 20px;
}
} .rt-owl-nav-2 .owl-theme .owl-nav {
margin-top: 0;
}
.rt-owl-nav-2 .owl-theme .owl-nav > div {
background-color: #fb5b21 !important;
border-radius: 0 !important;
font-size: 16px !important;
height: 36px;
margin: 5px !important;
opacity: 1;
padding: 6px 0 !important;
position: absolute;
top: 37%;
width: 30px;
line-height: 22px;
}
.rt-owl-nav-2 .owl-theme .owl-nav > div:hover {
background-color: #000 !important;
}
.rt-owl-nav-2 .owl-nav .owl-prev {
left: -40px;
}
.rt-owl-nav-2 .owl-nav .owl-next {
right: -40px;
}
@media all and (max-width: 1240px) {
.slider-nav-enabled.rt-owl-nav-2 {
padding: 0 50px;
}
} .rt-owl-dot-1 .owl-theme .owl-dots {
margin-top: 20px !important;
}
.rt-owl-dot-1 .owl-theme .owl-dots .owl-dot.active span,
.rt-owl-dot-1 .owl-theme .owl-dots .owl-dot:hover span {
background-color: #fb5b21;
} .rt-owl-title-1 .owl-title {
color: #111111;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
text-align: center;
}
.rt-owl-title-1 .owl-title::after {
background-color: #fb5b21;
bottom: 0;
content: "";
height: 3px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 50px;
}
.rt-owl-title-1 .owl-description {
color: #111111;
margin: 0 auto;
max-width: 800px;
text-align: center;
}
.rt-owl-title-1.style2 .owl-title {
text-align: left;
font-size: 36px;
line-height: 1.3;
}
.rt-owl-title-1.style2 .owl-description {
text-align: left;
max-width: inherit;
margin: 0;
}
.rt-owl-title-1.style2 .owl-title::after {
right: inherit;
} .rt-owl-post-1 .single-item {
margin: 15px 0 0;
position: relative;
}
.rt-owl-post-1 .single-item .single-item-content h3 {
margin: 30px 0 20px;
}
.rt-owl-post-1 .single-item.vc-nothumb .single-item-content h3 {
margin: 20px 0 10px;
}
.rt-owl-post-1 .single-item .single-item-content h3 a {
color: #111111;
}
.rt-owl-post-1 .single-item .single-item-content h3 a:hover {
color: #fb5b21;
transition: all 0.5s;
}
.rt-owl-post-1 .single-item-meta {
box-shadow: none;
position: relative;
transition: all 0.5s;
}
.rt-owl-post-1 .single-item-meta .date {
left: 15px;
background-color: #fb5b21;
color: #ffffff;
font-weight: 600;
line-height: 18px;
padding: 9px 15px;
position: absolute;
text-align: center;
top: -15px;
z-index: 9;
}
.rt-owl-post-1 .vc-nothumb .single-item-meta .date {
left: 0;
}
.rt-owl-post-1 .single-item-meta .single-item-image {
overflow: hidden;
background-color: #f5f5f5;
min-height: 57px;
display: block;
cursor: pointer;
}
.rt-owl-post-1 .single-item-meta .single-item-image img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .5s ease-in-out;
width: 100%;
}
.rt-owl-post-1 .single-item-meta .single-item-image:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
@media all and (max-width: 991px) {
.rt-owl-post-1 .single-item-meta .single-item-image {
min-height: 47px;
}
.rt-owl-post-1 .single-item-meta .date {
font-size: 13px;
line-height: 1.3;
padding: 5px 10px;
}
.rt-owl-post-1 .single-item.single-item-content {
font-size: 13px;
}
.rt-owl-post-1 .single-item .single-item-content h3 {
margin: 15px 0 5px;
}
.rt-owl-post-1 .single-item .single-item-content h3 a {
color: #111111;
font-size: 17px;
}
} .rt-owl-post-2 .single-item {
background: #f5f5f5;
border-bottom: 1px solid #eee;
box-shadow: 0 0 9px #eee;
transition: all 0.3s ease 0s;
overflow: hidden;
}
.rt-owl-post-2 .single-item:hover {
box-shadow: 0 0 10px #ccc;
}
.rt-owl-post-2 .single-item .single-item-content {
position: relative;
}
.rt-owl-post-2 .single-item .single-item-content::after {
background-color: rgba(0, 0, 0, 0.5);
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
transition: all 0.3s ease 0s;
transform: translateX(-100%);
}
.rt-owl-post-2 .single-item .single-item-content:hover::after {
opacity: 1;
transform: translateX(0%);
}
.rt-owl-post-2 .single-item .single-item-content .overly {
position: absolute;
left: 0;
bottom: 0;
z-index: 9;
}
.rt-owl-post-2 .single-item .single-item-content .overly ul {
margin: 0;
padding: 0;
list-style-type: none;
opacity: 0;
}
.rt-owl-post-2  .single-item:hover .single-item-content .overly ul {
opacity: 1;
transition: all 0.5s;
}
.rt-owl-post-2 .single-item .single-item-content .overly .class-slider-ul-child li {
display: inline-block;
font-size: 14px;
font-weight: 600;
padding: 5px 10px;
text-transform: uppercase;
}
.rt-owl-post-2 .single-item .single-item-content .overly .class-slider-ul-child li:first-child {
background-color: #fb5b21;
color: #ffffff;
width: 60px;
}
.rt-owl-post-2 .single-item .single-item-content .overly .class-slider-ul-child li:last-child {
background: #ffffff;
color: #121212;
margin-left: -4px;
width: 76px;
}
.rt-owl-post-2 .single-item-content .single-item-image {
background-color: #f5f5f5;
min-height: 85px;
}
.rt-owl-post-2 .single-item-content .date {
background-color: #fb5b21;
color: #ffffff;
font-weight: 600;
left: 5px;
line-height: 18px;
padding: 6px 11px;
position: absolute;
text-align: center;
top: 5px;
z-index: 9;
}
.rt-owl-post-2 .single-item .details {
position: absolute;
text-align: center;
top: 43%;
width: 100%;
z-index: 11;
opacity: 0;
transform: translateX(-100%);
transition: all 0.3s ease 0s;
}
.rt-owl-post-2 .single-item .single-item-content:hover .details {
opacity: 1;
transform: translateX(0%);
} 
.rt-owl-post-2 .single-item .details a {
border: 2px solid #fb5b21;
border-radius: 108px;
color: #fff;
font-weight: 600;
padding: 7px 10px;
}
.rt-owl-post-2 .single-item .single-item-meta {
overflow: hidden;
padding: 25px 20px;
transition: all 0.3s ease 0s;
background-color: #fff;
}
.rt-owl-post-2 .single-item:hover .single-item-meta {
opacity: 1;
background-color: #fff !important;
}
.rt-owl-post-2 .single-item .single-item-meta h3 {
margin-bottom: 12px;
}
.rt-owl-post-2 .single-item .single-item-meta h3 a {
color: #111111;
font-size: 18px;
}
.rt-owl-post-2 .single-item .single-item-meta h3 a:hover {
color: #ffffff;
}
.rt-owl-post-2 .single-item:hover .single-item-meta h3 a {
color: #111;
transition: all 0.3s ease 0s;
} .rt-owl-post-3 .single-item {
margin: 15px 0 0;
position: relative;
}
.rt-owl-post-3 .single-item .single-item-content h3 {
margin: 23px 0 10px;
}
.rt-owl-post-3 .single-item.vc-nothumb .single-item-content h3 {
margin: 20px 0 10px;
}
.rt-owl-post-3 .single-item .single-item-content h3 a {
color: #111111;
}
.rt-owl-post-3 .single-item .single-item-content h3 a:hover {
color: #fb5b21;
transition: all 0.5s;
}
.rt-owl-post-3 .single-item-meta {
box-shadow: none;
position: relative;
transition: all 0.5s;
}
.rt-owl-post-3 .single-item-meta .date {
background-color: #fb5b21;
bottom: 0;
color: #ffffff;
font-weight: 600;
left: 0;
line-height: 18px;
padding: 9px 15px;
position: absolute;
text-align: center;
z-index: 9;
}
.rt-owl-post-3 .vc-nothumb .single-item-meta .date {
left: 0;
}
.rt-owl-post-3 .single-item-meta .single-item-image {
overflow: hidden;
background-color: #f5f5f5;
min-height: 57px;
display: block;
cursor: pointer;
}
.rt-owl-post-3 .single-item-meta .single-item-image img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .5s ease-in-out;
width: 100%;
}
.rt-owl-post-3 .single-item-meta .single-item-image:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
@media all and (max-width: 991px) {
.rt-owl-post-3 .single-item-meta .single-item-image {
min-height: 47px;
}
.rt-owl-post-3 .single-item-meta .date {
font-size: 13px;
line-height: 1.3;
padding: 5px 10px;
}
.rt-owl-post-3 .single-item.single-item-content {
font-size: 13px;
}
.rt-owl-post-3 .single-item .single-item-content h3 {
margin: 15px 0 5px;
}
.rt-owl-post-3 .single-item .single-item-content h3 a {
color: #111111;
font-size: 17px;
}
} .rt-post-grid .single-item {
margin-bottom: 20px;
}
.rt-post-grid .single-item h3 {
font-size: 18px;
line-height: 1.4;
margin: 7px 0 0;
}
.rt-post-grid .single-item h3 a {
color: #222222; 
}
.rt-post-grid .single-item .rt-date {
background-color: #fb5b21;
color: #ffffff;
display: inline-block;
font-size: 12px;
margin-top: 15px;
margin-bottom: 5px;
padding: 0 15px;
text-transform: uppercase;
}
.rt-post-grid .single-item .single-item-image {
overflow: hidden;
display: block;
}
.rt-post-grid .single-item img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .5s ease-in-out;
width: 100%;
}
.rt-post-grid .single-item:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.rt-post-grid .single-item .rt-noimg {
background-color: #f5f5f5;
height:77px;
}
@media all and (max-width: 767px) {
.rt-post-grid .single-item {
text-align: center;
max-width: 410px;
margin: 0 auto 20px;
}
.rt-post-grid .single-item .rt-date {
display: none;
}
} .rt-vc-post-list .rtin-item {
box-shadow: 0 0 3px rgba(0,0,0,.1);
margin: 2px 0 15px;
background-color: #fff;
}
.rt-vc-post-list .rtin-item .rtin-left {
padding: 0;
float: left;
width: 37%;
overflow: hidden;
}
.rt-vc-post-list .rtin-item .rtin-left img {
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .5s ease-in-out;
}
.rt-vc-post-list .rtin-item .rtin-left img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.rt-vc-post-list .rtin-item .rtin-right {
padding: 15px 15px 15px 20px;
float: left;
width: 63%;
}
.rt-vc-post-list .rtin-item .rtin-right .rtin-date {
color: #fb5b21;
font-size: 15px;
font-weight: 600;
line-height: 1.3;
margin-bottom: 10px;
}
.rt-vc-post-list .rtin-item .rtin-right .rtin-title {
font-size: 18px;
line-height: 1.3;
margin-bottom: 0;
}
.rt-vc-post-list .rtin-item .rtin-right .rtin-title a {
color: #000;
margin: 0;
}
.rt-vc-post-list.elmaxwidth-520 .rtin-item .rtin-left {
width: 40%;
}
.rt-vc-post-list.elmaxwidth-520 .rtin-item .rtin-right {
width: 60%;
}
.rt-vc-post-list.elmaxwidth-480 .rtin-item .rtin-left {
float: none;
width: 100%;
}
.rt-vc-post-list.elmaxwidth-480 .rtin-item .rtin-right {
float: none;
width: 100%;
padding: 20px;
}
@media all and (min-width: 768px) and (max-width: 768px) {
.rt-vc-post-list .rtin-item:last-child {
display: none;
}
} .rt-owl-team-1 .vc-item-wrap {
overflow: hidden;
}
.rt-owl-team-1 .vc-item {
position: relative;
text-align: center;
}
.rt-owl-team-1 .vc-item img {
border-radius: 10px;
margin-bottom: 40px;
}
.rt-owl-team-1 .vc-item .vc-overly {
background: rgba(0, 0, 0, 0.5);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
transform: translateX(-100%);
transition: all 0.3s ease 0s;
border-radius: 10px;
transform-style: preserve-3d;
}
.rt-owl-team-1 .vc-item:hover .vc-overly {
opacity: 1;
transform: translateX(0%);
}
.rt-owl-team-1 .vc-overly > ul {
margin: 0;
padding: 0;
list-style-type: none;
bottom: 0;
left: 0;
position: absolute;
right: 0;
text-align: center;
top: 45%;
z-index: 99;
}
.rt-owl-team-1 .vc-overly ul li {
display: inline-block;
margin-bottom: 10px;
margin-right: 5px;
}
.rt-owl-team-1 .vc-overly ul li a {
border: 2px solid #fb5b21;
border-radius: 50%;
display: block;
height: 40px;
line-height: 37px;
text-align: center;
width: 40px;
}
.rt-owl-team-1 .vc-overly ul li a:hover {
background-color: #fb5b21;
}
.rt-owl-team-1 .vc-overly ul li a .fa {
color: #ffffff;
}
.rt-owl-team-1 .vc-team-meta {
background-color: #fb5b21;
border-radius: 30px;
color: #ffffff;
left: 0;
bottom: -40px;
margin: 0 auto;
padding: 15px 0;
position: absolute;
right: 0;
width: 83%;
}
.rt-owl-team-1 .vc-team-meta h3 {
margin-bottom: 5px;
}
.rt-owl-team-1 .vc-team-meta h3 a {
color: #ffffff;
font-size: 20px;
}
.rt-owl-team-1 .vc-team-meta div {
font-size: 14px;
}
@media all and (max-width: 991px) {
.rt-owl-team-1 .vc-item img {
margin-bottom: 30px;
}
.rt-owl-team-1 .vc-overly > ul {
top: 40%;
}
.rt-owl-team-1 .vc-overly ul li {
margin-bottom: 8px;
margin-right: 2px;
}
.rt-owl-team-1 .vc-overly ul li a {
height: 30px;
line-height: 25px;
width: 30px;
}
.rt-owl-team-1 .vc-team-meta {
padding: 8px 0;
bottom: -30px;
}
.rt-owl-team-1 .vc-team-meta h3 {
margin-bottom: 0;
}
.rt-owl-team-1 .vc-team-meta h3 a {
font-size: 17px;
}
.rt-owl-team-1 .vc-team-meta div {
font-size: 13px;
}
} .rt-owl-team-2 .vc-item {
position: relative;
text-align: center;
overflow: hidden;
}
.rt-owl-team-2 .vc-item .vc-overly {
background-color: rgba(251, 91, 33, 0.8);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
transform: translateX(-100%);
transition: all 0.3s ease 0s;
}
.rt-owl-team-2 .vc-item:hover .vc-overly {
opacity: 1;
transform: translateX(0%);
}
.rt-owl-team-2 .vc-item .vc-overly ul {
margin: 0;
list-style-type: none;
text-align: center;
padding: 30px 0 0;
}
.rt-owl-team-2 .vc-item .vc-overly ul li {
display: inline-block;
margin-bottom: 10px;
margin-right: 5px;
}
.rt-owl-team-2 .vc-item .vc-overly ul li a {
display: block;
height: 40px;
line-height: 37px;
text-align: center;
background-color: #fff;
border: none;
color: #000;
height: 36px;
width: 36px;
}
.rt-owl-team-2 .vc-item .vc-overly ul li a:hover {
background-color: #000;
}
.rt-owl-team-2 .vc-overly ul li a .fa {
color: #000;
}
.rt-owl-team-2 .vc-item .vc-overly ul li a:hover .fa {
color: #fff;
}
.rt-owl-team-2 .vc-overly-content {
color: #fff;
margin: 0 auto;
padding-top: 50px;
width: 90%;
}
.rt-owl-team-2 .vc-overly-content .title {
margin-bottom: 0;
}
.rt-owl-team-2 .vc-overly-content .title a {
color: #fff;
font-family: Roboto;
font-weight: 600;
}
.rt-owl-team-2 .vc-overly-content .title a:hover {
color: #fff;
}
.rt-owl-team-2 .vc-overly-content .designation {
font-family: Open Sans;
font-size: 14px;
padding-top: 4px;
}
.rt-owl-team-2 .vc-overly-content .seperator {
background-color: #fff;
height: 3px;
margin: 15px auto 0;
width: 40px;
}
.rt-owl-team-2 .vc-overly-content .description {
font-size: 13px;
padding-top: 15px;
}
.rt-owl-team-2 .vc-team-meta {
bottom: 40px;
color: #ffffff;
left: 0;
position: absolute;
text-align: left;
}
.rt-owl-team-2 .vc-item:hover .vc-team-meta {
display: none;
}
.rt-owl-team-2 .vc-team-meta .name {
background-color: #fb5b21;
display: inline-block;
margin-bottom: 3px;
padding: 5px 10px;
color: #fff;
}
.rt-owl-team-2 .vc-team-meta .designation {
background-color: #000000;
display: inline-block;
padding: 4px 10px;
}
@media all and (max-width: 1199px) {
.rt-owl-team-2 .vc-overly-content {
padding-top: 45px;
}
}
@media all and (max-width: 991px) {
.rt-owl-team-2 .vc-overly-content {
padding-top: 15px;
}
.rt-owl-team-2 .vc-overly-content .seperator {
margin: 6px auto 0;
}
.rt-owl-team-2 .vc-overly-content .designation {
font-size: 12px;
padding-top: 0;
line-height: 1.1;
}
.rt-owl-team-2 .vc-overly-content .description {
padding-top: 6px;
line-height: 1.3;
}
.rt-owl-team-2 .vc-item .vc-overly ul {
max-height: 82px;
overflow: hidden;
padding: 10px 0 0;
}
.rt-owl-team-2 .vc-item .vc-overly ul li a {
height: 31px;
line-height: 31px;
width: 31px;
}
} .rt-owl-team-3 .vc-item {
position: relative;
text-align: center;
overflow: hidden;
}
.rt-owl-team-3 .vc-item img {
border-radius: 200px;
}
.rt-owl-team-3 .vc-item .vc-overly {
background-color: rgba(251, 91, 33, 0.8);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
transform: translateX(-100%);
transition: all 0.3s ease 0s;
border-radius: 200px;
}
.rt-owl-team-3 .vc-item:hover .vc-overly {
opacity: 1;
transform: translateX(0%);
}
.rt-owl-team-3 .vc-overly > ul {
margin: 0;
padding: 0 2px;
list-style-type: none;
bottom: 0;
left: 0;
position: absolute;
right: 0;
text-align: center;
top: 42%;
}
.rt-owl-team-3 .vc-overly ul li {
display: inline-block;
margin-bottom: 10px;
margin-right: 5px;
}
.rt-owl-team-3 .vc-overly ul li a {
border: 2px solid #ffffff;
border-radius: 50%;
display: block;
text-align: center;
border-color: #ffffff;
height: 35px;
line-height: 31px;
width: 35px;
}
.rt-owl-team-3 .vc-overly ul li a:hover {
background-color: #fff;
}
.rt-owl-team-3 .vc-overly ul li a .fa {
color: #ffffff;
}
.rt-owl-team-3 .vc-overly ul li a:hover .fa {
color: #000;
}
.rt-owl-team-3 .vc-team-meta {
margin-top: 20px;
text-align: center;
}
.rt-owl-team-3 .vc-team-meta .name {
margin-bottom: 0;
}
.rt-owl-team-3 .vc-team-meta .name a {
color: #000;
}
.rt-owl-team-3 .vc-team-meta .designation {
margin-top: 6px;
}
@media all and (max-width: 991px) {
.rt-owl-team-3 .vc-overly > ul {
top: 40%;
}
} .rt-owl-team-4 .vc-item {
position: relative;
text-align: center;
overflow: hidden;
display: block;
}
.rt-owl-team-4 .vc-item > a {
display: block;
}
.rt-owl-team-4 .vc-item .vc-overly {
background-color: rgba(0, 0, 0, 0.5);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
transition: all 0.3s ease 0s;
}
.rt-owl-team-4 .vc-item:hover {
box-shadow: 0 0 10px #ccc;
}
.rt-owl-team-4 .vc-item:hover .vc-overly {
background-color: unset !important;
}
.rt-owl-team-4 .vc-team-meta {
bottom: 50px;
position: absolute;
text-align: center;
width: 100%;
color: #fff;
padding: 10px;
}
.rt-owl-team-4 .vc-team-meta .name {
margin-bottom: 0;
text-transform: uppercase;
}
.rt-owl-team-4 .vc-item:hover .vc-team-meta {
background-color: #fff;
}
.rt-owl-team-4 .vc-item:hover .name {
color: #fb5b21;
}
.rt-owl-team-4 .vc-item:hover .designation {
color: #444444;
} .rt-team-grid-1 .vc-item-wrap {
overflow: hidden;
}
.rt-team-grid-1 .vc-item {
position: relative;
text-align: center;
}
.rt-team-grid-1 .vc-item img {
border-radius: 10px;
display: block;
margin-bottom: 80px;
width: 100%;
}
.rt-team-grid-1 .vc-item .vc-overly {
background: rgba(0, 0, 0, 0.5);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
transform: translateX(-100%);
transition: all 0.3s ease 0s;
border-radius: 10px;
}
.rt-team-grid-1 .vc-item:hover .vc-overly {
opacity: 1;
transform: translateX(0%);
}
.rt-team-grid-1 .vc-overly > ul {
margin: 0;
padding: 0;
list-style-type: none;
bottom: 0;
left: 0;
position: absolute;
right: 0;
text-align: center;
top: 45%;
}
.rt-team-grid-1 .vc-overly ul li {
display: inline-block;
margin-bottom: 10px;
margin-right: 5px;
}
.rt-team-grid-1 .vc-overly ul li a {
border: 2px solid #fb5b21;
border-radius: 50%;
display: block;
height: 40px;
line-height: 37px;
text-align: center;
width: 40px;
}
.rt-team-grid-1 .vc-overly ul li a:hover {
background-color: #fb5b21;
}
.rt-team-grid-1 .vc-overly ul li a .fa {
color: #ffffff;
}
.rt-team-grid-1 .vc-meta {
background-color: #fb5b21;
border-radius: 30px;
color: #ffffff;
left: 0;
bottom: -40px;
margin: 0 auto;
padding: 15px 0;
position: absolute;
right: 0;
width: 83%;
}
.rt-team-grid-1 .vc-meta h3 {
margin-bottom: 5px;
}
.rt-team-grid-1 .vc-meta h3 a {
color: #ffffff;
font-size: 20px;
}
.rt-team-grid-1 .vc-meta div {
font-size: 14px;
}
@media all and (max-width: 991px) {
.rt-team-grid-1 .vc-item img {
margin-bottom: 70px;
}
.rt-team-grid-1 .vc-overly > ul {
top: 37%;
}
.rt-team-grid-1 .vc-overly ul li {
margin-bottom: 8px;
margin-right: 2px;
}
.rt-team-grid-1 .vc-overly ul li a {
height: 30px;
line-height: 25px;
width: 30px;
}
.rt-team-grid-1 .vc-meta {
padding: 8px 0;
bottom: -30px;
}
.rt-team-grid-1 .vc-meta h3 {
margin-bottom: 0;
}
.rt-team-grid-1 .vc-meta h3 a {
font-size: 17px;
}
.rt-team-grid-1 .vc-meta div {
font-size: 13px;
}
}
.rt-team-grid-common .vc-item-wrap {
margin-bottom: 30px;
}
.rt-team-grid-4 .vc-item {
margin-bottom: 30px;
}
.rt-team-grid-common .pagination-area {
margin-top: 30px;
} .rt-vc-team-single .trainer-info {
margin-top: 20px;
}
.rt-vc-team-single .trainer-info ul {
margin-top: 0;
}
.rt-vc-team-single .description {
margin-top: 20px;
color: #444;
}
.rt-vc-team-single .trainer-skills {
margin-top: 20px;
}
.rt-vc-team-single .trainer-skills .progress:last-child {
margin-bottom: 10px;
} .rt-owl-class-1 .single-item {
background: #f5f5f5;
border-right: 1px solid #ffffff;
transition: all 0.3s ease 0s;
}
.rt-owl-class-1 .single-item .single-item-content {
position: relative;
}
.rt-owl-class-1 .single-item .single-item-content::after {
background: rgba(0, 0, 0, 0.5);
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
transition: all 0.3s;
transform: scaleY(0);
}
.rt-owl-class-1 .single-item:hover .single-item-content::after {
opacity: 1;
transform: scaleY(1);
}
.rt-owl-class-1 .single-item .single-item-content .overly {
position: absolute;
left: 0;
bottom: 0;
z-index: 9;
}
.rt-owl-class-1 .single-item .single-item-content .overly ul {
margin: 0;
padding: 0;
list-style-type: none;
opacity: 0;
}
.rt-owl-class-1 .single-item:hover .single-item-content .overly ul {
opacity: 1;
transition: all 0.5s;
}
.rt-owl-class-1 .single-item .single-item-content .overly .class-slider-ul-child li {
display: inline-block;
font-size: 14px;
font-weight: 600;
padding: 5px 10px;
text-transform: uppercase;
}
.rt-owl-class-1 .single-item .single-item-content .overly .class-slider-ul-child li:first-child {
background-color: #fb5b21;
color: #ffffff;
width: 60px;
}
.rt-owl-class-1 .single-item .single-item-content .overly .class-slider-ul-child li:last-child {
background: #ffffff;
color: #121212;
margin-left: -4px;
width: 76px;
}
.rt-owl-class-1 .single-item .single-item-meta {
overflow: hidden;
padding: 25px 20px;
transition: all 0.3s ease 0s;
}
.rt-owl-class-1 .single-item:hover .single-item-meta {
background-color: #fb5b21;
opacity: 0.9;
}
.rt-owl-class-1 .single-item .single-item-meta h3 {
margin-bottom: 12px;
}
.rt-owl-class-1 .single-item .single-item-meta h3 a {
color: #111111;
font-size: 20px;
}
.rt-owl-class-1 .single-item .single-item-meta h3 a:hover {
color: #ffffff;
}
.rt-owl-class-1 .single-item .single-item-meta .author {
font-size: 14px;
}
.rt-owl-class-1 .single-item .single-item-meta .author .fa {
padding-right: 10px;
color: #fb5b21;
}
.rt-owl-class-1 .single-item:hover .single-item-meta h3 a,
.rt-owl-class-1 .single-item:hover .single-item-meta .author,
.rt-owl-class-1 .single-item:hover .single-item-meta .author .fa {
color: #ffffff;
}
@media all and (max-width: 991px) {
.rt-owl-class-1 .single-item .single-item-content .overly .class-slider-ul-child li {
font-size: 12px;
padding: 2px 9px;
}
.rt-owl-class-1 .single-item .single-item-content .overly .class-slider-ul-child li:last-child {
width: 70px;
}
.rt-owl-class-1 .single-item .single-item-meta {
padding: 10px 15px;
}
.rt-owl-class-1 .single-item .single-item-meta h3 {
margin-bottom: 3px;
}
.rt-owl-class-1 .single-item .single-item-meta h3 a {
font-size: 18px;
}
.rt-owl-class-1 .single-item .single-item-meta .author {
font-size: 13px;
line-height: 1;
}
} .rt-owl-class-2 .single-item {
background: #f5f5f5;
border-bottom: 1px solid #eee;
box-shadow: 0 0 9px #eee;
transition: all 0.3s ease 0s;
overflow: hidden;
}
.rt-owl-class-2 .single-item:hover {
box-shadow: 0 0 10px #ccc;
}
.rt-owl-class-2 .single-item .single-item-content {
position: relative;
}
.rt-owl-class-2 .single-item .single-item-content::after {
background-color: rgba(251, 91, 33, 0.8);
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
transition: all 0.3s ease 0s;
transform: translateX(-100%);
}
.rt-owl-class-2 .single-item:hover .single-item-content::after {
opacity: 1;
transform: translateX(0%);
}
.rt-owl-class-2 .single-item .single-item-content .overly {
position: absolute;
left: 0;
bottom: 0;
z-index: 9;
}
.rt-owl-class-2 .single-item .single-item-content .overly ul {
margin: 0;
padding: 0;
list-style-type: none;
opacity: 0;
}
.rt-owl-class-2  .single-item:hover .single-item-content .overly ul {
opacity: 1;
transition: all 0.5s;
}
.rt-owl-class-2 .single-item .single-item-content .overly .class-slider-ul-child li {
display: inline-block;
font-size: 14px;
font-weight: 600;
padding: 5px 10px;
text-transform: uppercase;
}
.rt-owl-class-2 .single-item .single-item-content .overly .class-slider-ul-child li:first-child {
background-color: #fb5b21;
color: #ffffff;
width: 60px;
}
.rt-owl-class-2 .single-item .single-item-content .overly .class-slider-ul-child li:last-child {
background: #ffffff;
color: #121212;
margin-left: -4px;
width: 76px;
}
.rt-owl-class-2 .single-item .details {
position: absolute;
text-align: center;
top: 40%;
width: 100%;
z-index: 11;
opacity: 0;
transform: translateX(-100%);
transition: all 0.3s ease 0s;
}
.rt-owl-class-2 .single-item:hover .details{
opacity: 1;
transform: translateX(0%);
} 
.rt-owl-class-2 .single-item .details a {
border: 1px solid #fff;
border-radius: 50px;
color: #fff;
font-weight: 600;
padding: 5px 20px;
text-transform: uppercase;
font-size: 14px;
}
.rt-owl-class-2 .single-item .single-item-meta {
overflow: hidden;
padding: 25px 20px;
transition: all 0.3s ease 0s;
background-color: #fff;
}
.rt-owl-class-2 .single-item:hover .single-item-meta {
opacity: 1;
background-color: #fff !important;
}
.rt-owl-class-2 .single-item .single-item-meta h3 {
margin-bottom: 12px;
}
.rt-owl-class-2 .single-item .single-item-meta h3 a {
color: #111111;
}
.rt-owl-class-2 .single-item .single-item-meta h3 a:hover {
color: #ffffff;
}
.rt-owl-class-2 .single-item .single-item-meta .author .fa {
padding-right: 10px;
}
.rt-owl-class-2 .single-item:hover .single-item-meta .author .fa {
color: #fb5b21;
}
.rt-owl-class-2 .single-item:hover .single-item-meta h3 a,
.rt-owl-class-2 .single-item:hover .single-item-meta .author {
color: #111;
transition: all 0.3s ease 0s;
}
@media all and (max-width: 991px) {
.rt-owl-class-2 .single-item .details a {
font-size: 12px;
padding: 3px 12px;
}
.rt-owl-class-2 .single-item .single-item-meta {
padding: 10px 15px;
}
.rt-owl-class-2 .single-item .single-item-meta h3 {
margin-bottom: 3px;
}
.rt-owl-class-2 .single-item .single-item-meta h3 a {
font-size: 18px;
}
.rt-owl-class-2 .single-item .single-item-meta .author {
font-size: 13px;
line-height: 1;
}
} .rt-class-grid-1  .vc-item-wrap {
margin: 0 0 80px;
}
.rt-class-grid-1 .vc-item {
margin: 0 auto;
max-width: 360px;
position: relative;
text-align: center;
}
.rt-class-grid-1 .vc-item .vc-overly {
background: rgba(0, 0, 0, 0.5);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
transform: scaleY(0.5);
transform-origin: 0;
transition: all 0.3s ease 0s;
}
.rt-class-grid-1 .vc-item:hover .vc-overly {
opacity: 1;
transform: scaleY(1);
}
.rt-class-grid-1 .vc-overly ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.rt-class-grid-1 .vc-overly > ul {
bottom: 0;
left: 0;
position: absolute;
right: 0;
text-align: center;
top: 45%;
opacity: 0;
}
.rt-class-grid-1 .vc-item:hover .vc-overly ul {
opacity: 1;
transition: all 0.5s;
}
.rt-class-grid-1 .vc-item .vc-overly ul.vc-grid-ul-parent {
position: relative;
bottom: inherit;
top: 50%;
transform: translateY(-50%);
}
.rt-class-grid-1 .vc-overly ul li {
display: inline-block;
margin: 0;
}
.rt-class-grid-1 .vc-item .vc-overly ul.vc-grid-ul-parent > li {
display: block;
margin: 0 0 3px;
}
.rt-class-grid-1 .vc-item .vc-overly .vc-grid-ul-child li {
display: inline-block;
font-size: 14px;
font-weight: 600;
padding: 5px 10px;
text-transform: uppercase;
}
.rt-class-grid-1 .vc-item .vc-overly .vc-grid-ul-child li:first-child {
background-color: #fb5b21;
color: #ffffff;
width: 60px;
}
.rt-class-grid-1 .vc-item .vc-overly .vc-grid-ul-child li:last-child {
background: #ffffff;
color: #121212;
margin-left: -4px;
width: 76px;
}
.rt-class-grid-1 .vc-overly ul li a {
border: 2px solid #fb5b21;
border-radius: 50%;
display: block;
height: 40px;
line-height: 37px;
text-align: center;
width: 40px;
}
.rt-class-grid-1 .vc-overly ul li a:hover {
background-color: #fb5b21;
}
.rt-class-grid-1 .vc-overly ul li a .fa {
color: #ffffff;
}
.rt-class-grid-1 a.vc-meta {
background-color: #fff;
color: #fb5b21;
box-shadow: 0 1px 0 #eee;
font-size: 20px;
font-family: "Roboto", sans-serif;
font-weight: 500;
border-radius: 30px;
left: 0;
bottom: -40px;
margin: 0 auto;
padding: 15px 0;
position: absolute;
right: 0;
width: 83%;
}
.rt-class-grid-1 .vc-item:hover a.vc-meta {
background-color: #fb5b21;
color: #fff;
}
.rt-class-grid-1 .vc-meta h3 {
margin-bottom: 5px;
}
.rt-class-grid-1 .vc-meta h3 a {
color: #ffffff;
}
@media all and (max-width: 991px) {
.rt-class-grid-1 a.vc-meta {
bottom: -20px;
font-size: 16px;
padding: 8px 0;
}
} .rt-class-grid-2 .single-item {
background-color: #f5f5f5;
border-bottom: 1px solid #eee;
box-shadow: 0 0 9px #eee;
margin: 0 auto 30px;
max-width: 360px;
overflow: hidden;
transition: all 0.3s ease 0s;
}
.rt-class-grid-2 .single-item:hover {
box-shadow: 0 0 10px #ccc;
}
.rt-class-grid-2 .single-item .single-item-content {
position: relative;
}
.rt-class-grid-2 .single-item .single-item-content::after {
background-color: rgba(251, 91, 33, 0.8);
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
transition: all 0.3s ease 0s;
transform: translateX(-100%);
}
.rt-class-grid-2 .single-item:hover .single-item-content::after {
opacity: 1;
transform: translateX(0%);
}
.rt-class-grid-2 .single-item .single-item-content .overly {
position: absolute;
left: 0;
bottom: 0;
z-index: 9;
}
.rt-class-grid-2 .single-item .details {
position: absolute;
text-align: center;
top: 43%;
width: 100%;
z-index: 11;
opacity: 0;
transform: translateX(-100%);
transition: all 0.3s ease 0s;
}
.rt-class-grid-2 .single-item:hover .details{
opacity: 1;
transform: translateX(0%);
} 
.rt-class-grid-2 .single-item .details a {
background-color: #fff;
border-radius: 50px;
color: #111;
font-size: 14px;
font-weight: 600;
padding: 5px 20px;
text-transform: uppercase;
}
.rt-class-grid-2 .single-item .single-item-meta {
background-color: #fff;
font-size: 14px;
overflow: hidden;
padding: 20px;
transition: all 0.3s ease 0s;
text-align: center;
}
.rt-class-grid-2 .single-item .single-item-meta h3 {
margin-bottom: 5px;
}
.rt-class-grid-2 .single-item .single-item-meta h3 a {
color: #fb5b21;
}
.rt-class-grid-2 .single-item .single-item-meta .author {
font-size: 13px;
}
@media all and (max-width: 991px) {
.rt-class-grid-2 .single-item .details a {
font-size: 12px;
padding: 3px 12px;
}
.rt-class-grid-2 .single-item .single-item-meta {
padding: 10px;
}
.rt-class-grid-2 .single-item .single-item-meta h3 {
margin-bottom: 3px;
}
.rt-class-grid-2 .single-item .single-item-meta h3 a {
font-size: 18px;
}
} .rt-class-grid-nopag-2 .rtin-item {
position: relative;
margin-bottom: 30px;
min-height: 150px;
}
.rt-class-grid-nopag-2 .rtin-image::after {
background: linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.9) 10%,rgba(0,0,0,.1));
content: "";
height: 100%;
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
.rt-class-grid-nopag-2 .rtin-content {
position: absolute;
left: 0;
bottom: 0;
color: #fff;
padding: 45px;
width: 100%;
}
.rt-class-grid-nopag-2 .rtin-content .rtin-content-inner {
display: flex;
align-items: flex-end;
justify-content: space-between;
}
.rt-class-grid-nopag-2 .rtin-content h3 {
font-size: 25px;
line-height: 1.3;
margin-bottom: 0;
position: relative;
padding-bottom: 15px;
}
.rt-class-grid-nopag-2 .rtin-content h3::after {
background-color: #fb5b21;
bottom: 0;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 50px;
}
.rt-class-grid-nopag-2 .rtin-content ul {
list-style-type: none;
margin: 20px 0 0;
padding: 0;
color: #ddd;
}
.rt-class-grid-nopag-2 .rtin-content ul i {
padding-right: 15px;
}
.rt-class-grid-nopag-2 .rtin-btn a {
border: 2px solid #fb5b21;
border-radius: 65px;
display: inline-block;
color: #ffffff;
font-size: 18px;
font-weight: 600;
padding: 12px 35px;
line-height: 1.2;
text-align: center;
width: -moz-max-content;
width: -webkit-max-content;
width: -o-max-content
}
.rt-class-grid-nopag-2 .rtin-btn a:hover {
background-color: #fb5b21;
}
.rt-class-grid-nopag-2 .rtin-btn a i {
font-size: 20px;
padding-left: 10px;
font-weight: 600;
line-height: 1;
} .rt-class-grid-nopag-2 .elmaxwidth-530 .rtin-btn a {
font-size: 15px;
padding: 10px 25px;
}
.rt-class-grid-nopag-2 .elmaxwidth-530 .rtin-btn a i {
display: none;
}
.rt-class-grid-nopag-2 .elmaxwidth-450 .rtin-content {
padding: 20px;
}
.rt-class-grid-nopag-2 .elmaxwidth-450 .rtin-content .rtin-content-inner {
display: block;
}
.rt-class-grid-nopag-2 .elmaxwidth-450 .rtin-btn a {
margin-top: 20px;
padding: 10px 25px;
}
.rt-class-grid-nopag-2 .elmaxwidth-450 .rtin-content ul {
margin: 15px 0 0;
}
.rt-class-grid-nopag-2 .elmaxwidth-450 .rtin-content h3 {
padding-bottom: 10px;
}
.rt-class-grid-nopag-2 .elmaxwidth-300 .rtin-content ul {
display: none;
} .rt-owl-testimonial-1 {
position: relative;
}
.rt-owl-testimonial-1 .section-title h2 {
color: #111111;
margin-bottom: 60px;
font-size: 28px;
}
.rt-owl-testimonial-1 .rt-vc-item {
margin-right: 30px;
}
.rt-owl-testimonial-1 .rt-vc-item .rt-vc-img img {
background: #ececec;
border-radius: 50%;
padding-left: 7px;
padding-top: 3px;
height: 100px;
width: 100px;
transition: all 0.3s ease 0s;
}
.rt-owl-testimonial-1 .rt-vc-item .testimonial-img img:hover {
opacity: 0.8;
transition: all 0.3s ease 0s;
}
.rt-owl-testimonial-1 .rt-vc-item .rt-vc-content {
padding-left: 20px;
}
.rt-owl-testimonial-1 .rt-vc-item .rt-vc-content h3 {
color: #111111;
font-size: 20px;
margin-right: 12%;
}
.testimonial-item .rt-vc-content h3 span {
color: #5e5e5e;
}
.rt-owl-testimonial-1 .rt-vc-item .rt-vc-content h3:after {
background-color: #fb5b21;
content: "";
display: block;
height: 2px;
left: 0;
margin: 20px 0;
top: 0;
width: 44px;
}
.rt-owl-testimonial-1 .rt-vc-item .rt-vc-content h3:before {
color: #e2e2e1;
content:"\f10d";
font-family:'FontAwesome';
position: absolute;
right: 10%;
}
@media all and (max-width: 991px) {
.rt-owl-testimonial-1 .section-title h2 {
font-size: 22px;
margin-bottom: 35px;
}
.rt-owl-testimonial-1 .rt-vc-item .rt-vc-img img {
height: 80px;
width: 80px;
}
.rt-owl-testimonial-1 .rt-vc-item .rt-vc-content {
padding-left: 20px;
}
.rt-owl-testimonial-1 .rt-vc-item .rt-vc-content h3 {
font-size: 18px;
}
.rt-owl-testimonial-1 .rt-vc-item .rt-vc-content h3::after {
margin: 10px 0;
}
} .rt-owl-testimonial-2 {
color: #f5f5f5;
text-align: center;
}
.rt-owl-testimonial-2 .rt-vc-item {
margin: 0 auto;
max-width: 700px;
}
.rt-owl-testimonial-2 .rt-vc-content {
margin-bottom: 28px;
}
.rt-owl-testimonial-2 .rt-vc-content p {
margin: 0;
}
.rt-owl-testimonial-2 .rt-vc-title {
font-size: 21px;
line-height: 27px;
margin: 0;
}
.rt-owl-testimonial-2 .rt-vc-designation {
color: #b7b7b7;
}
.rt-owl-testimonial-2 .rt-vc-thumb {
margin: 0 auto 13px;
width: 80px;
}
.rt-owl-testimonial-2 .rt-vc-thumb img {
border-radius: 50%;
}
.rt-owl-testimonial-2 .owl-theme .owl-dots .owl-dot span {
background-color: #636363;
margin: 5px;
}
.rt-owl-testimonial-2.dark,
.rt-owl-testimonial-2.dark .rt-vc-designation {
color: #222222;
} .rt-vc-testimonial-3 {
color: #fff;
}
.rt-vc-testimonial-3 .rtin-title {
font-size: 36px;
line-height: 1.3;
position: relative;
padding-bottom: 20px;
margin-bottom: 0;
}
.rt-vc-testimonial-3 .rtin-title::after {
background-color: #fff;
bottom: 0;
content: "";
height: 3px;
left: 0;
margin: 0 auto;
position: absolute;
width: 50px;
}
.rt-vc-testimonial-3 .rtin-subtitle {
margin-top: 20px;
}
.rt-vc-testimonial-3 .rtin-content {
margin-top: 50px;
}
.rt-vc-testimonial-3 .rtin-content .rtin-item {
position: relative;
}
.rt-vc-testimonial-3 .rtin-content .rtin-item-title {
font-size: 22px;
line-height: 1.2;
margin-bottom: 0;
}
.rt-vc-testimonial-3 .rtin-content .rtin-designation {
font-weight: 600;
margin-top: 5px;
}
.rt-vc-testimonial-3 .rtin-content .rtin-item-content {
margin-top: 10px;
}
.rt-vc-testimonial-3 .rtin-content .rtin-icon {
position: absolute;
right: 0;
top: 0;
}
.rt-vc-testimonial-3 .rtin-content .rtin-icon i {
color: rgba(255,255,255,.3);
font-size: 50px;
line-height: 1;
}
.rt-vc-testimonial-3 .owl-wrap .owl-dots {
text-align: left;
}
.rt-vc-testimonial-3 .owl-wrap .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 0 3px;
background-color: rgba(256,256,256, .3);
}
.rt-vc-testimonial-3 .owl-wrap .owl-dots .owl-dot.active span,
.rt-vc-testimonial-3 .owl-wrap .owl-dots .owl-dot span:hover {
background-color: #fff;
}
.rt-vc-testimonial-3.rtin-light {
color: #222;
}
.rt-vc-testimonial-3.rtin-light .rtin-title::after {
background-color: #fb5b21;
}
.rt-vc-testimonial-3.rtin-light .rtin-content .rtin-icon i {
color: #ddd;
}
.rt-vc-testimonial-3.rtin-light .owl-wrap .owl-dots .owl-dot span {
background-color: rgba(34,34,34,.3);
}
.rt-vc-testimonial-3.rtin-light .owl-wrap .owl-dots .owl-dot.active span,
.rt-vc-testimonial-3.rtin-light .owl-wrap .owl-dots .owl-dot span:hover {
background-color: #222;
} .media > .pull-left {
padding-right: 10px;
}
.rt-info-text-1 {
margin-top: 0;
}
.rt-info-text-1 i {
color: #fb5b21;
font-size: 34px;
}
.rt-info-text-1 .rounded img {
border-radius: 50%;
}
.rt-info-text-1 .media-heading {
margin-bottom: 0;
font-size: 22px;
color: #111111;
}
.rt-info-text-1 .media-heading a {
color: #111111;
}
.rt-info-text-1 .media-heading a:hover {
color: #fb5b21;
}
.rt-info-text-1 .rt-spacing {
height: 1px;
}
.rt-info-text-1 .rt-separator {
background-color: #fb5b21;
height: 3px;
width: 38px;
} .rt-info-text-2 {
margin-top: 0;
}
.rt-info-text-2.media > .pull-left {
padding-right: 18px;
}
.rt-info-text-2 i {
background-color: #fb5b21;
border-radius: 50%;
color: #fff;
font-size: 34px;
padding: 15px 18px;
}
.rt-info-text-2 .rounded img {
border-radius: 50%;
}
.rt-info-text-2 .media-heading {
font-size: 22px;
color: #111111;
margin-bottom: 0;
}
.rt-info-text-2 .media-heading a {
color: #111111;
}
.rt-info-text-2 .media-heading a:hover {
color: #fb5b21;
}
.rt-info-text-2 .rt-spacing {
height: 1px;
}
.rt-info-text-2 .rt-separator {
background-color: #fb5b21;
height: 3px;
width: 38px;
} .rt-info-text-3 {
text-align: center;
}
.rt-info-text-3.rt-alignleft {
text-align: left;
}
.rt-info-text-3 .title {
padding-bottom: 20px;
}
.rt-info-text-3 i {
color: #fb5b21;
font-size: 34px;
}
.rt-info-text-3 .rounded img {
border-radius: 50%;
}
.rt-info-text-3 .media-heading {
font-size: 22px;
color: #111111;
margin-bottom: 0;
}
.rt-info-text-3 .media-heading a {
color: #111111;
}
.rt-info-text-3 .media-heading a:hover {
color: #fb5b21;
}
.rt-info-text-3 .rt-spacing {
height: 1px;
}
.rt-info-text-3 .rt-separator {
background-color: #fb5b21;
height: 3px;
width: 38px;
} .rt-class-schedule-1 {
background-color: #fb5b21;
padding: 65px 50px;
}
.rt-class-schedule-1 ul.nav-tabs {
border: none;
margin-bottom: 45px;
}
.rt-class-schedule-1 .nav-tabs {
text-align: center;
}
.rt-class-schedule-1 .nav-tabs li {
display: inline-block;
float: inherit;
margin: 0;
}
.rt-class-schedule-1 .nav-tabs li a {
background-color: rgba(0, 0, 0, 0.15);
border: none;
border-radius: 30px;
color: #ffffff;
margin-right: 10px;
margin-bottom: 5px;
padding: 12px 34px;
display: inline-block;
}
.rt-class-schedule-1 .nav-tabs li a.active,
.rt-class-schedule-1 .nav-tabs li a.active:hover,
.rt-class-schedule-1 .nav-tabs li a:hover {
background-color: #ffffff;
color: #111111;
border: none;
outline: none;
}
.rt-class-schedule-1 .nav-tabs li:last-child a {
margin-right: 0;
}
.rt-class-schedule-1 .class-schedule-tab ul {
background-color: rgba(0, 0, 0, 0.05);
margin: 3px 0 0;
padding: 15px 0 15px 10px;
border-radius: 20px;
}
.rt-class-schedule-1 .class-schedule-tab ul:nth-child(2n) {
background-color: rgba(0, 0, 0, 0.1);
}
.rt-class-schedule-1 .class-schedule-tab ul li {
display: inline-block;
color: #ffffff;
font-size: 16px;
width: 24.2%;
vertical-align: middle;
text-align: center;
}
.rt-class-schedule-1.schedule-no-button .class-schedule-tab ul li {
width: 32.7%;
}
.rt-class-schedule-1 .class-schedule-tab ul li:first-child{
padding-left: 20px;
text-align: left;
}
.rt-class-schedule-1 .class-schedule-tab ul li.rtin-btn {
text-align: right;
}
.rt-class-schedule-1 .class-schedule-tab ul li.rtin-btn a {
background-color: #ffffff;
border-radius: 30px;
font-size: 15px;
color: #666666;
padding: 12px 20px;
text-align: center;
}
.rt-class-schedule-1 .class-schedule-tab ul li.rtin-btn a:hover {
background-color: #000000;
color: #ffffff;
}
.rt-class-schedule-1.schedule-no-background {
background-color: transparent;
padding: 0;
}
.rt-class-schedule-1.schedule-no-background .nav-tabs {
text-align: center;
}
.rt-class-schedule-1.schedule-no-background .class-schedule-tab ul {
background-color: #fb5b21;
}
.rt-class-schedule-1.schedule-no-background .nav-tabs li {
display: inline-block;
float: none;
}
.rt-class-schedule-1.schedule-no-background .nav-tabs li a.active {
background-color: #fb5b21;
color: #ffffff;
}
.rt-class-schedule-1.schedule-no-background .nav-tabs li a {
background: #f5f5f5;
color: #333333;
font-size: 14px;
font-weight: 600;
}
.rt-class-schedule-1.schedule-no-background .nav-tabs li a.active:hover,
.rt-class-schedule-1.schedule-no-background .nav-tabs li a:hover {
background-color: #fb5b21;
color: #ffffff;
}
@media all and (max-width: 1199px) {
.rt-class-schedule-1 .nav-tabs li a {
margin-right: 5px;
padding: 12px 25px;
}
}
@media all and (max-width: 991px) {
.rt-class-schedule-1 .nav-tabs li a {
margin-right: 3px;
padding: 7px 15px;
}
.rt-class-schedule-1.schedule-has-background .class-schedule-tab ul li.rtin-btn a {
margin-top: 10px;
padding: 8px 15px;
}
}
@media all and (max-width: 767px) {
.rt-class-schedule-1 .class-schedule-tab ul {
padding: 15px 10px;
}
.rt-class-schedule-1 .class-schedule-tab ul li,
.rt-class-schedule-1.schedule-no-button .class-schedule-tab ul li {
display: block;
text-align: center;
width: inherit;
}
.rt-class-schedule-1 .class-schedule-tab ul li:first-child {
padding-left: 0;
text-align: center;
}
.rt-class-schedule-1 .class-schedule-tab ul li.rtin-btn {
text-align: center;
}
.rt-class-schedule-1 .class-schedule-tab ul li.rtin-btn a {
padding: 8px 15px;
margin-top: 10px;
display: inline-block;
}
}
@media all and (max-width: 480px) {
.rt-class-schedule-1 {
padding: 65px 30px;
}
} .rt-owl-upcoming-1 {
visibility: hidden;
}
.rt-owl-upcoming-1 .rt-heading {
color: #ffffff;
display: table;
float: left;
table-layout: fixed;
width: 300px;
}
.rt-owl-upcoming-1 .rt-heading-left {
background-color: #fb5b21;
display: table-cell;
font-family: Roboto;
font-size: 18px;
font-weight: 700;
overflow: hidden;
overflow-wrap: break-word;
padding: 30px 20px;
text-align: center;
vertical-align: middle;
width: 250px;
}
.rt-owl-upcoming-1 .rt-heading-right {
display: table-cell;
text-align: center;
width: 50px;
vertical-align: top;
height: 100%;
background-color: #fb5b21;
}
.rt-owl-upcoming-1 .owl-wrap {
float: left;
width: calc(100% - 300px);
}
.rt-owl-upcoming-1 .rt-item {
padding: 20px;
}
.rt-owl-upcoming-1 .rt-item.rt-odd {
background-color: #F8F8F8;
}
.rt-owl-upcoming-1 .rt-item.rt-even {
background-color: #EDEDED;
}
.rt-owl-upcoming-1 .rt-title {
color: #222222;
font-weight: 700;
margin-bottom: 10px;
font-size: 18px;
}
.rt-owl-upcoming-1 .rt-meta {
color: #444444;
font-size: 14px;
}
.rt-owl-upcoming-1 .rt-meta i {
color: #fb5b21;
padding-right: 7px;
}
.rt-owl-upcoming-1 .rt-arrow {
align-items: center;
color: #ffffff;
cursor: pointer;
display: flex;
height: 50%;
}
.rt-owl-upcoming-1 .rt-arrow i {
margin: 0 auto;
}
.rt-owl-upcoming-1 .rt-arrow-1 {
background-color: rgba(255, 255, 255, 0.1);
}
.rt-owl-upcoming-1 .rt-arrow-1:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.rt-owl-upcoming-1 .rt-arrow-2 {
background-color: rgba(0, 0, 0, 0.1);
}
.rt-owl-upcoming-1 .rt-arrow-2:hover {
background-color: rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
.rt-owl-upcoming-1 .rt-heading,
.rt-owl-upcoming-1 .rt-heading-left,
.rt-owl-upcoming-1 .rt-heading-right,
.rt-owl-upcoming-1 .owl-wrap,
.rt-owl-upcoming-1 .rt-item {
display: block;
float: none;
height: inherit !important;
width: inherit;
}
.rt-owl-upcoming-1 .rt-heading-right::after {
clear: both;
content: "";
display: table;
}
.rt-owl-upcoming-1 .rt-arrow {
display: block;
float: left;
height: inherit;
text-align: center;
width: 50%;
padding: 7px 0;
}
.rt-owl-upcoming-1 .rt-item {
text-align: center;
}
} .rt-routine {
border: none;
margin: 0;
width: 99.9%;
}
.rt-routine::-webkit-scrollbar {
-webkit-appearance: none;
width: 14px;
height: 14px;
}
.rt-routine::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 3px solid #fb5b21;
background-color: rgba(0, 0, 0, .3);
}
.rt-routine .nav-tabs {
border: none;
margin-bottom: 45px;
margin-left: 0;
text-align: center;
}
.rt-routine .nav-tabs {
text-align: center;
}
.rt-routine .nav-tabs li {
display: inline-block;
float: inherit;
margin: 0;
}
.rt-routine .nav-tabs li a {
background-color: #fff;
border: none;
border-radius: 30px;
color: #111111;
margin-right: 10px;
margin-bottom: 10px;
padding: 12px 34px;
display: inline-block;
}
.rt-routine .nav-tabs li.active a,
.rt-routine .nav-tabs li.active a:hover,
.rt-routine .nav-tabs li a:hover {
background-color: #fb5b21;
color: #ffffff;
border: none;
outline: none;
}
.rt-routine .nav-tabs li:last-child a {
margin-right: 0;
}
.rt-routine table {
margin: 0 0 5px;
}
.rt-routine th,
.rt-routine td {
border: 1px dotted rgba(255, 255, 255, 0.2);
padding: 1px;
text-align: center;
}
.rt-routine .rt-col-title {
margin: 0;
}
.rt-routine .rt-col-title > div {
background-color: #fb5b21;
color: #fff;
font-weight: 400;
padding: 20px 10px;
}
.rt-routine .rt-row-title {
color: #fff;
font-weight: 400;
padding: 10px 20px;
}
.rt-routine .rt-item {
background-color: #fff;
margin-top: 1px;
padding: 20px 10px;
font-weight: 600;
display: block;
}
.rt-routine td .rt-item:first-child {
margin-top: 0;
}
.rt-routine .rt-item-title {
color: #fb5b21;
margin-bottom: 2px;
}
.rt-routine .rt-item-time,
.rt-routine .rt-item-trainer {
color: #222222;
font-size: 13px;
}
.rt-routine.rt-light .nav-tabs li a {
background-color: #f5f5f5;
color: #333333;
}
.rt-routine.rt-light .nav-tabs li.active a,
.rt-routine.rt-light .nav-tabs li.active a:hover,
.rt-routine.rt-light .nav-tabs li a:hover {
background-color: #fb5b21;
color: #ffffff;
}
.rt-routine.rt-light th,
.rt-routine.rt-light td {
border-color: rgba(0, 0, 0, 0.2);
}
.rt-routine.rt-light .rt-col-title > div {
background-color: #222;
}
.rt-routine.rt-light .rt-row-title {
color: #222222;
}
.rt-routine.rt-light .rt-item {
background-color: #fb5b21;
}
.rt-routine.rt-light .rt-item-title,
.rt-routine.rt-light .rt-item-time,
.rt-routine.rt-light .rt-item-trainer {
color: #fff;
}
@media all and (max-width: 767px) {
.rt-routine .rt-col-title > div,
.rt-routine .rt-row-title,
.rt-routine .rt-item {
padding: 10px;
}
} .rt-routine-2 th,
.rt-routine-2 td {
border: 5px solid #fff;
border-radius: 10px;
text-align: center;
background-color: #f2f2f2;
padding: 0;
margin: 0;
}
.rt-routine-2 .rt-col-title,
.rt-routine-2 .rt-row-title {
color: #212121;
font-weight: 600;
padding: 15px 10px;
}
.rt-routine-2 .rt-row-title {
padding: 10px 20px;
}
.rt-routine-2 .rtin-first {
background-color: #444444;
color: #fff;
}
.rt-routine-2 .rt-item {
background-color: #fb5b21;
color: #fff;
padding: 10px;
font-weight: 600;
border-radius: 5px;
margin-top: 5px;
display: block;
font-size: 14px;
line-height: 1.8;
}
.rt-routine-2 td .rt-item:first-child {
margin-top: 0;
} .rt-cta-1 {
padding: 60px 0;
}
.rt-cta-1 .rt-cta-button {
text-align: right;
}
.rt-cta-1 .rt-cta-title {
font-size: 32px;
margin: 0;
line-height: 1.4;
}
.rt-cta-1.rt-no-sub .rt-cta-title {
font-size: 30px;
}
.rt-cta-1 .rt-cta-subtitle {
font-weight: 600;
font-size: 15px;
line-height: 24px;
}
.rt-cta-1.rt-has-sub .rt-cta-subtitle {
margin-top: 5px;
}
.rt-cta-1.default {
background-color: #fb5b21;
color: #fff;
}
.rt-cta-1.default .rt-cta-title {
color: #fff;
}
.rt-cta-1.light {
background-color: #f8f8f8;
}
.rt-cta-1.light .rt-cta-title {
color: #222222;
}
.rt-cta-1.light .rt-cta-subtitle {
color: #707070;
}
.rt-cta-1.dark {
background-color: #263238;
}
.rt-cta-1.dark .rt-cta-title {
color: #fff;
}
.rt-cta-1.dark .rt-cta-subtitle {
color: #c5c5c5;
}
@media all and (max-width: 767px) {
.rt-cta-1 {
padding: 50px 0;
text-align: center;
}
.rt-cta-1 .rt-cta-button {
text-align: center;
margin-top: 20px;
}
} .rt-cta-signup-1 {
overflow: hidden;
position: relative;
}
.rt-cta-signup-1 .rt-left {
position: relative;
z-index: 9;
}
.rt-cta-signup-1 .rt-left img:hover {
opacity: 0.8;
transition: all 0.3s ease 0s;
}
.rt-cta-signup-1 .rt-right {
position: relative;
left: -110px;
}
.rt-cta-signup-1 .rt-right .rt-right-content {
position: absolute;
padding-top: 156px;
padding-bottom: 20px;
}
.rt-cta-signup-1 .rt-right .rt-right-content h2 {
font-size: 100px;
line-height: 110px;
margin-bottom: 2px;
color: #111;
}
.rt-cta-signup-1 .rt-right .rt-right-content div {
color: #d2d2d2;
font-size: 48px;
font-weight: 600;
letter-spacing: 52px;
line-height: 40px;
margin-bottom: 25px;
}
.rt-cta-signup-1 .rt-right .rt-right-content a.rt-button {
background-color: #fb5b21;
border-radius: 49px;
color: #ffffff;
font-size: 16px;
font-weight: 600;
padding: 15px 60px;
}
.rt-cta-signup-1 .rt-right .rt-right-content a.rt-button:hover {
opacity: 0.8;
}
@media all and (max-width: 1199px) {
.rt-cta-signup-1 .rt-right {
left: inherit !important;
}
.rt-cta-signup-1 .rt-right .rt-right-content {
padding-top: 90px;
}
.rt-cta-signup-1 .rt-right .rt-right-content h2 {
font-size: 70px;
line-height: 70px;
}
.rt-cta-signup-1 .rt-right .rt-right-content div {
font-size: 40px;
letter-spacing: 35px;
line-height: 35px;
}
.rt-cta-signup-1 .rt-right .rt-right-content a.rt-button {
padding: 15px 50px;
}
}
@media all and (max-width: 991px) {
.rt-cta-signup-1 .rt-right .rt-right-content {
padding-top: 70px;
}
.rt-cta-signup-1 .rt-right .rt-right-content h2 {
font-size: 60px;
line-height: 60px;
}
.rt-cta-signup-1 .rt-right .rt-right-content div {
font-size: 30px;
letter-spacing: 28px;
line-height: 30px;
margin-bottom: 20px;
}
.rt-cta-signup-1 .rt-right .rt-right-content a.rt-button {
padding: 10px 30px;
}
}
@media all and (max-width: 767px) {
.rt-cta-signup-1 .rt-right {
text-align: center;
}
.rt-cta-signup-1 .rt-right .rt-right-content {
position: relative;
padding-top: 50px;
}
} .rt-cta-discount-1 {
text-align: center;
position: relative;
}
.rt-cta-discount-1 .rt-content {
display: inline-block;
text-align: center;
}
.rt-cta-discount-1 .rt-content h3 {
color: #CD1818;
font-size: 36px;
font-weight: 700;
margin-bottom: 30px;
line-height: 1.1;
}
.rt-cta-discount-1 .rt-content div {
color: #CD1818;
font-size: 34px;
font-weight: 400;
line-height: 48px;
margin-bottom: 20px;
}
.rt-cta-discount-1 .rt-content .rt-button {
border: 2px solid #fb5b21;
border-radius: 65px; color: #CD1818;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
margin-top: 20px;
padding: 15px 35px;
position: relative;
overflow: hidden;
}
.rt-cta-discount-1 .rt-button:hover {
background-color: #fb5b21;
color: #ffffff;
}
.rt-cta-discount-1.rtin-style2 {
text-align: right;
}
.rt-cta-discount-1.rtin-style2 .rt-content h3 {
font-weight: 400;
margin: 0;
}
.rt-cta-discount-1.rtin-style2 .rt-content div {
margin: 0;
}
.rt-cta-discount-1.rtin-style2 .rt-content .rt-button {
margin-top: 40px;
background-color: #fb5b21;
line-height: 1.2;
font-weight: 400;
font-size: 15px;
position: relative;
padding: 15px 40px 15px 30px;
}
.rt-cta-discount-1.rtin-style2 .rt-content .rt-button::after {
content:"\f105";
font-family: 'FontAwesome';
position: absolute;
right: 20px;
font-size: 20px;
line-height: 0.89;
}
.rt-cta-discount-1.rtin-style2 .rt-content .rt-button:hover {
background-color: transparent;
}
@media all and (max-width: 1199px) {
.rt-cta-discount-1.rtin-style2 {
text-align: center;
}
}
@media all and (max-width: 767px) {
.rt-cta-discount-1 .rt-content {
text-align: center;
}
.rt-cta-discount-1 .rt-content h3 {
font-size: 32px;
line-height: 1.3;
margin-bottom: 20px;
}
.rt-cta-discount-1 .rt-content div {
font-size: 28px;
line-height: 1.2;
margin-bottom: 0;
}
.rt-cta-discount-1 .rt-content .rt-button {
padding: 10px 25px;
}
.rt-cta-discount-1.rtin-style2 .rt-content .rt-button {
margin-top: 30px;
padding: 10px 25px 10px 15px;
}
.rt-cta-discount-1.rtin-style2 .rt-content .rt-button::after {
right: 10px;
}
} .rt-vc-intro {
color: #fff;
}
.rt-vc-intro .rtin-title-area {
position: relative;
padding-bottom: 25px;
margin-bottom: 25px;
}
.rt-vc-intro .rtin-title-area:after {
background-color: #fff;
bottom: 0;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 50px;
}
.rt-vc-intro .rtin-before-title {
font-size: 35px;
line-height: 1.3;
}
.rt-vc-intro .rtin-title {
font-size: 65px;
line-height: 1.3;
font-weight: 700;
margin-bottom: 0;
}
.rt-vc-intro .rtin-after-title {
font-size: 18px;
line-height: 1.2;
font-weight: 600;
}
.rt-vc-intro .rtin-socials {
margin-top: 20px;
font-size: 0;
}
.rt-vc-intro .rtin-socials a {
color: #fff;
border: 1px solid #fff;
border-radius: 50%;
padding: 12px 10px;
font-size: 20px;
margin: 10px 10px 0 0;
line-height: 1;
font-weight: 700;
display: inline-block;
}
.rt-vc-intro .rtin-socials a:hover {
background-color: #fff;
color: #111;
}
.rt-vc-intro a.rtin-btn {
color: #fff;
border: 1px solid #fff;
border-radius: 30px;
padding: 10px 30px;
display: inline-block;
margin-top: 40px;
font-weight: 600;
}
.rt-vc-intro a.rtin-btn:hover {
background-color: #fff;
color: #111;
}
.rt-vc-intro a.rtin-btn i {
padding-left: 10px;
font-weight: 600;
}
.rt-vc-intro.rtin-light {
color: #444;
}
.rt-vc-intro.rtin-light .rtin-title {
color: #fb5b21;
}
.rt-vc-intro.rtin-light .rtin-title-area:after {
background-color: #fb5b21;
}
.rt-vc-intro.rtin-light .rtin-socials a,
.rt-vc-intro.rtin-light a.rtin-btn {
background-color: #fb5b21;
border-color: #fb5b21;
color: #fff;
}
.rt-vc-intro.rtin-light .rtin-socials a:hover,
.rt-vc-intro.rtin-light a.rtin-btn:hover {
background-color: transparent;
color: #111;
} .rt-about-1 {
line-height: 1;
margin: 0 auto;
}
.rt-about-1 .rt-left {
padding-top: 15px;
}
.rt-about-1 .rt-left .rt-title {
color: #aeaeae;
font-size: 48px;
letter-spacing: 5px;
margin-bottom: 15px;
font-family: Roboto;
}
.rt-about-1 .rt-left .rt-subtitle {
color: #222222;
font-family: Roboto;
font-size: 70px;
font-weight: 700;
margin-bottom: 30px;
}
.rt-about-1 .rt-left .rt-des {
line-height: 1.6;
margin-bottom: 30px;
}
.rt-about-1 .rt-left a.rt-button {
background-color: #fb5b21;
border-radius: 30px;
color: #ffffff;
font-size: 14px;
font-weight: 600;
padding: 15px 56px;
}
.rt-about-1 .rt-left a.rt-button:hover {
opacity: 0.8;
}
@media all and (max-width: 991px) {
.rt-about-1 {
text-align: center;
}
.rt-about-1 .rt-left {
padding-bottom: 50px;
}
.rt-about-1 .rt-left .rt-des {
margin-bottom: 20px;
}
} .rt-about-2 {
color: #ffffff;
}
.rt-about-2 .row {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: flex-end;
}
.rt-about-2 .rt-left {
margin-bottom: 70px;
}
.rt-about-2 .rt-left .rt-title {
font-size: 50px;
font-weight: 600;
line-height: 1.2;
}
.rt-about-2 .rt-left .rt-des {
margin-bottom: 35px;
}
.rt-about-2 .rt-left a.rt-button {
background-color: transparent;
border: 2px solid #ffffff;
color: #ffffff;
border-radius: 100px;
display: inline-block;
font-size: 16px;
font-weight: 600;
padding: 15px 40px;
}
@media all and (max-width: 767px) {
.rt-about-2 .row {
display: block;
}
} .rt-about-3 {
color: #ffffff;
text-align: center;
}
.rt-about-3 .rt-title {
font-size: 36px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 20px;
color:#CD1818;
}
.rt-about-3 .rt-des {
font-size: 18px;
line-height: 1.2;
}
.rt-about-3 a.rt-button {
background-color: #fb5b21;
color: #ffffff;
border-radius: 100px;
display: inline-block;
font-weight: 600;
padding: 15px 40px;
margin-top: 40px;
}
.rt-about-3 a.rt-button:hover {
opacity: 0.9;
} .rt-pricing-box-1 {
background-color: #fff;
height: 100%;
padding: 70px 20px 75px;
position: relative;
text-align: center;
margin: 0 auto;
box-shadow: 0 0 1px transparent;
transform: perspective(1px) translateZ(0px);
transition-duration: 0.3s;
transition-property: transform;
}
.rt-pricing-box-1:active,
.rt-pricing-box-1:focus,
.rt-pricing-box-1:hover {
transform: translateY(-5px);
}
.rt-pricing-box-1::before {
background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(255, 255, 255, 0.35) 0px, transparent 80%) repeat scroll 0 0;
content: "";
height: 10px;
left: 5%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 100%;
transition-duration: 0.3s;
transition-property: transform, opacity;
width: 90%;
z-index: -1;
}
.rt-pricing-box-1:active::before,
.rt-pricing-box-1:focus::before,
.rt-pricing-box-1:hover::before {
opacity: 1;
transform: translateY(5px);
}
.rt-pricing-box-1 .rt-title {
color: #333333;
font-size: 18px;
font-weight: 600;
letter-spacing: 4px;
margin-bottom: 33px;
}
.rt-pricing-box-1 .rt-price {
color: #fb5b21;
font-size: 36px;
font-weight: 400; line-height: normal;
margin-bottom: 35px;
}
.rt-pricing-box-1 .rt-price span {
color: #a4a4a4;
font-size: 18px;
}
.rt-pricing-box-1 .rt-features {
color: #333333;
font-size: 15px;
font-weight: 600;
line-height: 24px;
margin-bottom: 45px;
}
.rt-pricing-box-1 .rt-features > div {
margin-bottom: 10px;
}
.rt-pricing-box-1 .rt-btn a {
border: 2px solid #fb5b21;
border-radius: 65px;
color: #333333;
display: inline-block;
font-family: Roboto;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
line-height: 24px;
padding: 12px 35px;
}
.rt-pricing-box-1 .rt-btn a:hover {
background-color: #fb5b21;
color: #fff;
} .rt-vc-pricing-box-2 .rtin-item {
border: 1px solid #ccc;
border-radius: 5px;
padding: 3px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.rt-vc-pricing-box-2 .rtin-left {
width: 70%;
width: calc(100% - 200px);
padding: 30px;
}
.rt-vc-pricing-box-2 .rtin-right {
width: 200px;
background-color: #fb5b21;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.rt-vc-pricing-box-2 .rtin-title {
font-size: 25px;
line-height: 1.5;
margin-bottom: 0;
color: #000;
}
.rt-vc-pricing-box-2 .rtin-features {
color: #444444;
font-weight: 600;
margin-top: 2px;
}
.rt-vc-pricing-box-2 .rtin-price {
color: #fff;
font-size: 50px;
line-height: 1;
font-weight: 600;
}
.rt-vc-pricing-box-2 .rtin-price span {
font-size: 25px;
font-weight: 400;
}
.rt-vc-pricing-box-2.elmaxwidth-435 .rtin-item {
display: block;
}
.rt-vc-pricing-box-2.elmaxwidth-435 .rtin-item .rtin-left {
width: 100%;
padding: 25px;
text-align: center;
}
.rt-vc-pricing-box-2.elmaxwidth-435 .rtin-item .rtin-right {
width: 100%;
padding: 25px 10px;
} .rt-counter-1 {
border: 2px solid #eeeeee;
padding: 20px 20px 10px 30px;
}
.rt-counter-1 .rt-left {
float: left;
margin-bottom: 10px;
margin-right: 20px;
}
.rt-counter-1 .rt-left .fa {
background-color: #fb5b21;
border-radius: 50px;
color: #fff;
}
.rt-counter-1 .rt-right {
float: left;
line-height: 1.1;
margin-bottom: 10px;
}
.rt-counter-1 .rt-title {
color: #222222;
font-size: 25px;
font-weight: 700;
margin-bottom: 3px;
}
.rt-counter-1 .rt-subtitle {
color: #777676;
font-size: 14px;
} .rt-counter-2 {
text-align: center;
}
.rt-counter-2 .rt-icon .fa {
color: #fb5b21;
font-size: 60px;
}
.rt-counter-2 .rt-title {
color: #111111;
font-size: 35px;
font-weight: 700;
margin-top: 15px;
line-height: 1.2;
margin-bottom: 0;
}
.rt-counter-2 .rt-subtitle {
color: #646464;
font-size: 14px;
font-weight: 600;
line-height: 1.2;
margin-top: 10px;
} .rt-vc-experience .rtin-item {
border-bottom: 1px solid #2d2d2d;
padding-bottom: 25px;
margin-bottom: 25px;
}
.rt-vc-experience .rtin-item:last-child {
margin: 0;
border: none;
}
.rt-vc-experience .rtin-title {
color: #fff;
margin: 0;
font-size: 22px;
line-height: 1.2;
}
.rt-vc-experience .rtin-description {
color: #ccc;
margin-top: 5px;
}
.rt-vc-experience.rtin-light .rtin-item {
border-color: #ccc;
}
.rt-vc-experience.rtin-light .rtin-title {
color: #111;
}
.rt-vc-experience.rtin-light .rtin-description {
color: #444;
} .rt-vc-skills .rtin-item {
margin-bottom: 25px;
}
.rt-vc-skills .rtin-item:last-child {
margin-bottom: 0;
}
.rt-vc-skills .rtin-title {
float: left;
margin: 0;
color: #111;
font-size: 18px;
line-height: 1.2;
}
.rt-vc-skills .rtin-number {
float: right;
color: #444;
font-weight: 600;
font-size: 16px;
line-height: 1.2;
}
.rt-vc-skills .progress {
background-color: #e1e1e1;
border-radius: 5px;
box-shadow: none;
height: 10px;
margin: 12px 0 0;
}
.rt-vc-skills .progress .progress-bar {
background-color: #fb5b21;
border-radius: 5px;
} .rt-gallery-1 .rt-section-title {
color: #111111;
font-family: Roboto;
font-size: 30px;
font-weight: 500;
margin-top: 10px;
margin-bottom: 25px;
}
.rt-gallery-1 .rt-gallery-wrapper {
margin-left: -5px;
margin-right: -5px;
}
.rt-gallery-1 .rt-gallery-wrapper > div {
padding: 0 3px;
}
.rt-gallery-1 .rt-gallery-box {
margin-bottom: 6px;
position: relative;
max-width: 400px;
}
.rt-gallery-1 .rt-gallery-box img {
max-width: 400px;
width: 100%;
}
.rt-gallery-1 .rt-gallery-box:before {
opacity: 0;
content: "";
background-color: rgba(17, 17, 17, 0.7);
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
height: 100%;
width: 100%;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.rt-gallery-1 .rt-gallery-box .rt-gallery-content {
opacity: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
left: 0;
right: 0;
margin: 0 auto;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.rt-gallery-1 .rt-gallery-box .rt-gallery-content a {
background-color: #ffffff;
height: 55px;
width: 55px;
line-height: 60px;
display: inline-block;
border-radius: 50%;
}
.rt-gallery-1 .rt-gallery-box .rt-gallery-content a:hover {
background-color: #fb5b21;
}
.rt-gallery-1 .rt-gallery-box .rt-gallery-content a:hover i {
color: #ffffff;
}
.rt-gallery-1 .rt-gallery-box .rt-gallery-content a i {
color: #fb5b21;
font-size: 18px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.rt-gallery-1 .rt-gallery-box:hover:before {
opacity: 1;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.rt-gallery-1 .rt-gallery-box:hover .rt-gallery-content {
opacity: 1;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.rt-gallery-1 .rt-gallery-tab {
text-align: right;
margin-bottom: 45px;
}
.rt-gallery-1.style2 .rt-gallery-tab {
text-align: center;
}
.rt-gallery-1 .rt-gallery-tab:after {
display: none;
}
.rt-gallery-1 .rt-gallery-tab a {
background-color: transparent;
padding: 8px 30px;
font-size: 15px;
color: #333333;
margin: 0 5px 5px 0;
text-transform: uppercase;
display: inline-block;
border: 1px solid #fb5b21;
border-radius: 30px;
font-weight: 600;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.rt-gallery-1 .rt-gallery-tab a:hover,
.rt-gallery-1 .rt-gallery-tab .current {
border: 1px solid #fb5b21;
background-color: #fb5b21;
color: #ffffff;
}
.rt-gallery-1 .rt-gallery-tab a:hover {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.rt-gallery-1 .fancybox-overlay {
z-index: 999999;
}
@media all and (max-width: 991px) {
.rt-gallery-1 .rt-gallery-tab,
.rt-gallery-1 .rt-section-title {
text-align: center;
}
}
@media all and (max-width: 767px) {
.rt-gallery-1 .rt-gallery-box {
margin: 0 auto 6px;
}
} .fitness-col::after {
background-color: #fb5b21;
content: "";
display: block;
height: 40px;
position: absolute;
right: -16px;
top: 46%;
transform: rotate(220deg);
width: 40px;
}
.rt-fitness-wrap {
position: relative;
text-align: right;
}
.rt-fitness {
color: #ffffff;
font-size: 68px;
font-weight: 300;
line-height: 70px;
font-family: "Roboto",sans-serif;
position: absolute;
top: 25%;
right: 3%;
}
.rt-fitness-wrap.noimg .rt-fitness {
position: relative;
} .rt-bmi-calculator .rt-title {
color: #ffffff;
font-size: 34px;
line-height: 1.2;
margin-bottom: 10px;
}
.rt-bmi-calculator .rt-subtitle {
color: #c9c9c9;
}
.rt-bmi-calculator .rt-bmi-form {
margin-top: 20px;
}
.rt-bmi-calculator .rt-bmi-radio {
color: #f5f5f5;
margin-bottom: 20px;
}
.rt-bmi-calculator .rt-bmi-radio input {
margin: 0;
cursor: pointer;
}
.rt-bmi-calculator .rt-bmi-radio label {
cursor: pointer;
margin: 0;
padding-left: 10px;
padding-right: 30px;
}
.rt-bmi-calculator .rt-bmi-fields {
margin-bottom: 30px;
}
.rt-bmi-calculator .rt-bmi-fields .rt-hide {
display: none;
}
.rt-bmi-calculator .rt-bmi-fields input {
background-color: transparent;
border: 1px solid #4b4b4b;
border-radius: 90px;
color: #fff;
padding: 7px 15px;
width: 130px;
margin-right: 5px;
}
.rt-bmi-calculator .rt-bmi-fields input:focus {
color: #fff;
}
.rt-bmi-calculator .rt-bmi-fields input::-webkit-input-placeholder {
color: #a5a5a5;
}
.rt-bmi-calculator .rt-bmi-fields input::-moz-placeholder {
color: #a5a5a5;
}
.rt-bmi-calculator .rt-bmi-fields input:-moz-placeholder {
color: #a5a5a5;
}
.rt-bmi-calculator .rt-bmi-fields input:-ms-input-placeholder {
color: #a5a5a5;
}
.rt-bmi-calculator .rt-bmi-fields input::placeholder {
color: a5a5a5;
}
.rt-bmi-calculator .rt-bmi-submit {
font-size: 16px;
padding: 10px 25px;
border-radius: 100px;
}
.rt-bmi-calculator .rt-bmi-submit:hover {
background-color: #fb5b21;
opacity: 0.9;
}
.rt-bmi-calculator .rt-bmi-result,
.rt-bmi-calculator .rt-bmi-error {
color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 1.3;
margin-left: 3px;
margin-top: 30px;
}
.rt-bmi-calculator .rt-bmi-error {
color: #ff0000;
}
.rt-bmi-calculator .rt-right {
padding-top: 30px;
}
.rt-bmi-calculator .bmi-chart {
color: #fff;
font-weight: 600;
margin: 0;
border-collapse: separate;
border-spacing: 1px;
}
.rt-bmi-calculator .bmi-chart th,
.rt-bmi-calculator .bmi-chart td {
background-clip: padding-box;
background-color: rgba(251, 91, 33,.9);
padding: 10px 10px 10px 30px;
border: none;
}
.rt-bmi-calculator .bmi-chart th {
font-size: 18px;
padding-bottom: 13px;
padding-top: 13px;
}
.rt-bmi-calculator .bmi-chart th:first-child {
border-top-left-radius: 20px;
}
.rt-bmi-calculator .bmi-chart th:last-child {
border-top-right-radius: 20px;
}
.rt-bmi-calculator .bmi-chart tr:last-child td:first-child {
border-bottom-left-radius: 20px;
}
.rt-bmi-calculator .bmi-chart tr:last-child td:last-child {
border-bottom-right-radius: 20px;
}
.rt-bmi-calculator.rt-light .rt-title {
color: #111111;
}
.rt-bmi-calculator.rt-light .rt-subtitle {
color: #666666;
}
.rt-bmi-calculator.rt-light .rt-bmi-radio {
color: #666;
}
.rt-bmi-calculator.rt-light .rt-bmi-fields input {
border-color: #aaaaaa;
color: #222;
}
.rt-bmi-calculator.rt-light .rt-bmi-result {
color: #222;
} .rt-vc-button-1 {
border-radius: 100px;
display: inline-block;
font-size: 16px;
font-weight: 600;
padding: 15px 40px;
} .rt-product-slider-2.rt-owl-nav-2 .owl-theme .owl-nav > div {
top: 24%;
} .vc_tta-style-classic .vc_tta-panel-heading {
border: none !important;
background-color: inherit !important;
}
.vc_tta-style-classic .vc_tta-panel-body {
font-size: 13px;
}
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
background-color: #fff !important;
border: 1px solid #e0e0e0 !important;
border-radius: 30px;
color: #222222 !important;
font-size: 14px;
transition: none !important;
}
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover,
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
background-color: #fb5b21 !important;
border-color: #fb5b21 !important;
color: #fff !important;
}
.vc_tta-style-classic .vc_tta-controls-icon::after, 
.vc_tta-style-classic .vc_tta-controls-icon::before {
border-color: #222222 !important;
transition: none !important;
}
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon::after, 
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon::before,
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon::after,
.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover .vc_tta-controls-icon::before {
border-color: #fff !important;
} .vc_pie_chart {
color: #fff;
} .vc_progress_bar .vc_single_bar .vc_label {
padding-top: 0;
padding-bottom: 0;
} .wpb_gmaps_widget .wpb_wrapper {
padding: 0;
}body {
background: #ffffff;
}
html, body {
height: 100%;
}
body.boxed_layout {
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
body.boxed_layout #page {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
margin: 0 auto;
max-width: 1230px;
overflow: hidden;
position: relative;
}
#page {
overflow: hidden !important;
}
.floatleft {
float: left
}
.floatright {
float: right
}
.padding-space {
padding-top: 100px;
padding-bottom: 100px;
}
.padding-top {
padding-top: 100px;
}
.padding-bottom {
padding-bottom: 100px;
}
.fix {
overflow: hidden;
}
.acurate {
padding:0;
}
.padding-left {
padding-left: 0;
}
.padding-right {
padding-right: 0;
}
.section-top {
margin-top: 40px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background-color: #fb5b21;
border: medium none;
color: #fff;
padding: 2px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background-color: #000;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
}
select {
border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
textarea {
width: 100%;
}
#preloader {
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
height: 100%;
left: 0;
overflow: visible;
position: fixed;
top: 0;
width: 100%;
z-index: 9999999;
}
.mt0 {margin-top: 0;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mb0 {margin-bottom: 0;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}
.vc-m-auto {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.vc-mw-500 { max-width: 500px;}
.vc-mw-550 { max-width: 550px;}
.vc-mw-600 { max-width: 600px;}
.vc-mw-650 { max-width: 650px;}
.vc-mw-700 { max-width: 700px;}
.vc-mw-750 { max-width: 750px;}
.vc-mw-800 { max-width: 800px;}
.vc-mw-850 { max-width: 850px;}
.vc-mw-900 { max-width: 900px;}
.vc-mw-950 { max-width: 950px;}
.vc-mw-1000 { max-width: 1000px;}
.vc-mw-1050 { max-width: 1050px;}
.vc-mw-1100 { max-width: 1100px;}
.vc-mw-1150 { max-width: 1150px;}
.vc-mw-1200 { max-width: 1200px;}
.vc_inner.vc_row-o-equal-height .wpb_wrapper,
.compose-mode .vc_inner.vc_row-o-equal-height .wpb_wrapper > .vc_element {
height: 100%;
}
.vc-row-2coulum > .vc_column_container > .vc_column-inner > .wpb_wrapper {
max-width: 650px;
}
.vc-row-2coulum > .vc_column_container:first-child > .vc_column-inner > .wpb_wrapper {
-ms-flex-item-align: end;
align-self: flex-end;
padding: 0 100px 0 25px;
}
.vc-row-2coulum > .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper {
padding: 0 25px 0 100px;
}
@media all and (max-width: 1199px) {
.vc-row-2coulum > .vc_column_container > .vc_column-inner .wpb_wrapper,
.vc-row-2coulum > .vc_column_container:first-child > .vc_column-inner > .wpb_wrapper,
.vc-row-2coulum > .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper {
max-width: inherit;
-ms-flex-item-align: inherit;
-ms-grid-row-align: inherit;
align-self: inherit;
padding: 0 30px ;
}
}
.vc-column-right > .vc_column-inner > .wpb_wrapper {
padding: 0 25px 0 100px;
max-width: 650px;
}
@media all and (max-width: 991px) {
.vc-column-right > .vc_column-inner > .wpb_wrapper {
padding: 0 30px;
max-width: inherit;
}
}
.site-header ul,
.pagination-area ul,
.widget_gymedge_about ul,
.comments-area ul,
.widget_gymedge_address ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.gym-button-1 {
font-family: Roboto;
font-weight: bold;
}
.gym-primary-color {
color: #fb5b21;
}
.gym-primary-bgcolor {
background-color: #fb5b21;
}
.ls-bar-timer {
background-color: #fb5b21;
border-bottom-color: #fb5b21;
} .rdtheme-button-2 {
background-color: #fb5b21;
border-radius: 3px;
color: #ffffff !important;
display: inline-block;
font-size: 16px;
font-weight: 600;
padding: 10px 30px;
text-align: center;
}
.rdtheme-button-2:hover {
opacity: 0.9;
color: #ffffff !important;
}
.rdtheme-button-3 {
background-color: #ffffff;
color: #222222 !important;
font-size: 16px;
border-radius: 3px;
display: inline-block;
font-weight: 600;
padding: 12px 25px;
text-align: center;
}
.rdtheme-button-3:hover {
color: #fb5b21 !important;
} .stick #tophead {
display: none;
}
#tophead {
background-color: #222222;
font-size: 90%;
color: #fff;
padding: 6px 0;
}
#tophead .tophead-contact {
float: left;
}
#tophead .tophead-contact > div {
display: inline-block;
}
#tophead div.seperator {
margin-left: 10px;
margin-right: 10px;
}
#tophead .tophead-contact a {
color: #fff;
}
#tophead .tophead-contact a:hover {
text-decoration: underline;
}
#tophead .tophead-contact .fa {
color: #fb5b21;
padding-right: 5px;
}
#tophead .tophead-right {
float: right;
}
#tophead .tophead-right > div,
#tophead .tophead-right > ul {
display: inline-block;
}
#tophead .tophead-links ul {
margin: 0;
list-style-type: none;
padding: 0;
}
#tophead .tophead-links ul li {
display: inline;
margin-left: 10px;
}
#tophead .tophead-links ul li a {
color: #f1f1f1;
}
#tophead .tophead-links ul li a:hover {
text-decoration: underline;
}
#tophead .tophead-social {
list-style-type: none;
margin: 0;
padding-left: 0;
}
#tophead .tophead-social li {
display: inline;
padding-left: 10px;
}
#tophead .tophead-social li a {
color: #fff;
}
#tophead .tophead-social li a:hover {
color: #fb5b21;
}
.stick #meanmenu {
width: 100%;
position: fixed;
top: 0;
z-index: 9999;
}
.mean-stick  #meanmenu {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
.mean-stick.admin-bar .mean-container {
top: 32px !important;
}
@media all and (max-width: 782px) {
.mean-stick.admin-bar .mean-container {
top: 46px !important;
}
} .stick .site-header {
width: 100%;
background: #ffffff none repeat scroll 0 0;
border-bottom: 2px solid #fb5b21;
position: fixed;
top: 0;
z-index: 40;
}
.admin-bar.stick .site-header{
top: 32px !important;
}
.site-header .site-branding {
display: table;
height: 90px;
}
.site-header .site-branding a {
display: table-cell;
vertical-align: middle;
}
.site-header .site-branding a img {
display: block;
max-height: 53px;
width: auto;
}
.site-header .site-branding a.light-logo {
display: none;
}
.logo-fixed-height-disabled .site-header .site-branding a img {
max-height: inherit;
padding: 10px 0;
}
.stick .site-header .site-branding,
.rdthemeSticky .site-header .site-branding {
height: 65px;
}
.stick .site-header .site-branding a img,
.rdthemeSticky .site-header .site-branding a img {
max-height: 35px;
padding: 0;
}
.stick.logo-fixed-height-sticky-disabled .site-header .site-branding a img,
.rdthemeSticky.logo-fixed-height-sticky-disabled .site-header .site-branding a img  {
max-height: inherit;
padding: 5px 0;
} .site-header .main-navigation ul {
text-align: right;
}
.site-header .main-navigation ul li {
display: inline-block;
position: relative;
}
.site-header .main-navigation ul li a {
display: block;
text-decoration: none;
text-transform: uppercase;
transition: all 0.3s ease 0s;
color: #000000;
padding: 34px 15px;
}
.stick .site-header .main-navigation ul li a,
.rdthemeSticky .site-header .main-navigation ul li a {
padding-top: 22px;
padding-bottom: 22px;
}
.site-header .main-navigation ul li a:hover {
color: #fb5b21;
}
.site-header .main-navigation ul li a.active {
color: #fb5b21 !important;
}
.site-header .main-navigation ul.menu > li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
color: #fb5b21;
outline: none;
} .site-header .main-navigation ul li ul {
left: 0;
opacity: 0;
visibility: hidden;
transform: scaleY(0);
position: absolute;
top: 100%;
transform-origin: 0 0 0;
transition: all 0.3s ease 0s;
z-index: 99 !important;
width: 200px;
text-align: left;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.site-header .main-navigation ul > li:hover > ul {
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.site-header .main-navigation ul li .sub-menu li.menu-item-has-children:after{
color: #fff;
content: "\f105";
font-family: FontAwesome;
font-size: 16px;
position: absolute;
right: 6px;
top: 10px;
}
.site-header .main-navigation ul li ul li {
display: block;
border-bottom: 1px solid #ffffff;
border-left: none;
transition: all 0.3s ease 0s;
background-color: #fb5b21;
}
.site-header .main-navigation ul li ul li:hover {
background-color: #b0360a;
}
.site-header .main-navigation ul li ul li:hover a {
color: #ffffff;
}
.site-header .main-navigation ul li ul li:last-child {
border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
display: block;
color: #ffffff;
text-transform: inherit;
padding: 10px 15px !important;
} .site-header .main-navigation ul li ul li ul {
left: 201px;
top: 0;
width: 200px;
}
.site-header .main-navigation ul > li > ul > li:hover > ul {
opacity: 1;
visibility: visible;
transform: scaleY(1);
} .site-header .main-navigation ul li.mega-menu:hover ul {
opacity: 1;
visibility: visible;
transform: scaleY(1);    
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
background-color: #fb5b21;
padding: 10px 0;
width: 420px;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
background-color: inherit;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
display: block;
float: left;
margin: 0 5px;
width: 220px;
border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
position: relative;
width: inherit;
left: inherit;
box-shadow: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul.sub-menu a:hover {
background-color: #b0360a;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
background-color: #b0360a;
font-weight: 600;
margin-bottom: 1px;
}
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
display: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
content: '';
} .mean-container .mega-menu.hide-header > ul > li {
border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
display: block !important;
} .header-icon-area {
position: relative;
}
.cart-icon-area,
.header-icon-seperator,
.search-box-area {
padding-top: 31px;
padding-bottom: 31px;
}
.stick .cart-icon-area,
.stick .header-icon-seperator,
.stick .search-box-area,
.rdthemeSticky .cart-icon-area,
.rdthemeSticky .header-icon-seperator,
.rdthemeSticky .search-box-area {
padding-top: 19px;
padding-bottom: 19px;
}
.header-icon-area .search-box-area,
.header-icon-area .header-icon-seperator,
.header-icon-area .cart-icon-area {
float: right;
}
.header-icon-seperator {
color: #d3d3d3;
font-size: 18px;
padding-left: 10px;
padding-right: 10px;
}
.site-header .search-box .search-text {
background: #f5f5f5;
border: 1px solid #fb5b21;
color: #666666;
height: 34px;
left: 0;
margin-right: 3px;
opacity: 0;
padding: 0;
position: absolute;
top: 100%;
visibility: hidden;
width: 0;
z-index: 99;
transition: all 0.3s ease 0s;
box-shadow: none;
}
.site-header .search-box .search-text.active {
left: -112px;
opacity: 1;
padding: 0 10px;
visibility: visible;
width: 180px;
}
.stick .site-header .search-box .search-text,
.rdthemeSticky .site-header .search-box .search-text {
margin-top: 2px;
}
.site-header .search-box .search-button i {
color: #fb5b21;
}
.header-icon-area .cart-icon-area a {
display: block;
color: #666666;
}
.header-style-2.non-stick .site .header-icon-area .cart-icon-area > a {
color: #fff;
}
.header-icon-area .cart-icon-area .cart-icon-num {
background-color: #fb5b21;
border-radius: 50%;
color: #ffffff;
font-size: 12px;
line-height: 18px;
min-height: 19px;
min-width: 19px;
position: absolute;
text-align: center;
top: 22px;
right: -18px;
}
.stick .header-icon-area .cart-icon-area .cart-icon-num,
.rdthemeSticky .header-icon-area .cart-icon-area .cart-icon-num {
top: 9px;
}
.cart-icon-area .cart-icon-products {
font-size: 13px;
line-height: 20px;
background-color: #fff;
position: absolute;
right: 0;
top: 100%;
width: 270px;
z-index: 99999;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
opacity: 0;
transform: scaleY(0);
transform-origin: 0 0 0;
transition: all 0.5s ease 0s;
visibility: hidden; 
}
.cart-icon-area:hover .cart-icon-products {
opacity: 1;
transform: scaleY(1);
visibility: visible;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart {
padding: 10px 15px 0;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart .widgettitle {
display: none;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li,
.cart-icon-products .widget_shopping_cart .mini_cart_item {
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
padding-top: 10px;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item:last-child {
border-bottom: none;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a {
color: #666;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a:hover {
color: #fb5b21;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .widget_shopping_cart .mini_cart_item a.remove {
line-height: 1;
top: 12px;
}
.cart-icon-products .woocommerce.widget_shopping_cart ul.product_list_widget li img {
width: 40px;
} .main-header-sticky-wrapper {
position: fixed;
top: 0;
left: 0;
z-index: 90;
width: 100%;
margin-top: -120px;
transition: all 0.5s ease-out;
border-bottom: 2px solid #fb5b21;
}
.admin-bar .main-header-sticky-wrapper {
top: 32px;
}
.main-header-sticky-wrapper .header-sticky {
background: #fff;
}
.main-header-sticky-wrapper .header-sticky #tophead {
display: none;
}
.rdthemeSticky .main-header-sticky-wrapper {
transition: all 0.5s ease-out;
margin-top: 0 !important;
} .header-style-2 .site #tophead {
background-color: rgba(34, 34, 34, 0.5);
}
.header-style-2.non-stick .site .site-header {
left: 0;
position: absolute;
right: 0;
z-index: 99;
}
.header-style-2.non-stick .site .site-header .main-navigation ul li a {
color: #fff;
}
.header-style-2.non-stick .site .site-header .main-navigation ul.menu > li > a:hover {
color: #fb5b21;
}
.header-style-2.non-stick .site .main-navigation > div > ul > li > ul {
padding-top: 20px;
}
.header-style-2.non-stick .site .site-header .site-branding a.dark-logo {
display: none;
}
.header-style-2.non-stick .site .site-header .site-branding a.light-logo {
display: table-cell;
}
.header-style-2.non-stick.st3 .site .site-header .main-navigation ul.menu > li > a:hover,
.header-style-2.non-stick.st3 .site .site-header .search-box .search-button i {
color: #fff !important;
}
.header-style-2.non-stick.st3 .site .header-icon-area .cart-icon-area .cart-icon-num {
background-color: #fff;
color: #222;
} .footer-top-area {
background-color: #121212;
padding: 80px 0 30px;
}
.footer-bottom-area {
background: #000000;
padding: 20px 0;
}
.footer-bottom-area .footer-bottom p {
text-align: center;
color: #ffffff;
margin: 0;
}
.footer-2-area {
text-align: center;
background-color: #161616;
padding: 100px 0;
}
.footer-2-area .footer2-social {
margin-top: 30px;
font-size: 0;
}
.footer-2-area .footer2-social a {
border: 1px solid #464646;
border-radius: 50%;
padding: 10px 8px;
font-size: 20px;
margin: 10px 10px 0 0;
line-height: 1;
font-weight: 700;
display: inline-block;
}
.footer-2-area .footer2-social a:last-child {
margin-right: 0;
}
.footer-2-area .footer2-contents {
color: #cccccc;
max-width: 650px;
margin: 35px auto 0;
font-size: 16px;
line-height: 1.5;
}
.footer-2-area .footer2-contact {
margin-top: 30px;
}
.footer-2-area .footer2-contact .footer2-contact-item {
color: #fb5b21;
padding-right: 40px;
display: inline;
}
.footer-2-area .footer2-contact .footer2-contact-item:last-child {
padding-right: 0;
}
.footer-2-area .footer2-contact .footer2-contact-item i {
color: #fb5b21;
vertical-align: middle;
font-size: 40px;
line-height: 1.2;
padding-right: 15px;
}
.footer-2-area .footer2-contact .footer2-contact-item a {
color: #fff;
font-size: 25px;
line-height: 1.2;
vertical-align: middle;
font-weight: 600;
}
.footer-2-area .footer2-contact .footer2-contact-item a:hover {
text-decoration: underline;
}
@media all and (max-width: 767px) {
.footer-2-area {
padding: 70px 0;
}
.footer-2-area .footer2-contents {
margin-top: 25px;
}
.footer-2-area .footer2-social a {
padding: 8px 6px;
font-size: 18px;
margin: 5px 5px 0 0;
}
.footer-2-area .footer2-contact {
margin-top: 25px;
}
.footer-2-area .footer2-contact .footer2-contact-item {
padding-right: 0;
display: block;
}
.footer-2-area .footer2-contact .footer2-contact-item i {
font-size: 22px;
padding-right: 10px;
}
.footer-2-area .footer2-contact .footer2-contact-item a {
font-size: 18px;
}
} .entry-banner .entry-banner-content h1 {
font-size: 48px;
line-height: 1;
color: #ffffff;
padding-bottom: 75px;
padding-top: 120px;
text-align: center;
}
.breadcrumb-area {
text-align: center;
}
.breadcrumb-area .entry-breadcrumb {
position: relative;
top: 22px;
background-color: #fb5b21;
display: inline-block;
border-radius: 30px;
border: none;
margin-bottom: 0;
padding: 12px 30px;
}
.breadcrumb-area .entry-breadcrumb span,
.breadcrumb-area .entry-breadcrumb span a {
color: #ffffff;
}
.breadcrumb-area .entry-breadcrumb a:hover,
.breadcrumb-area .entry-breadcrumb a:hover span {
color: #333333;
}
.breadcrumb-area .entry-breadcrumb .breadcrumb-seperator{
color: #ccc;
padding: 0 8px;
}
.breadcrumb-area ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.breadcrumb-area ul li {
display: inline;
}
.breadcrumb-area ul li:after {
content: "/";
color: #ccc;
padding: 0 8px;
}
.breadcrumb-area ul li:last-of-type::after {
display: none;
}
.header-style-2 .site .entry-banner .entry-banner-content {
padding-top: 30px;
}
.header-style-2.has-topbar .site .entry-banner .entry-banner-content {
padding-top: 65px;
}
.header-style-2.mean-activated .site .entry-banner .entry-banner-content {
padding-top: 0;
} .scrollToTop {
display: block;
bottom: 6px;
border: 1px solid #fb5b21;
right: 12px;
cursor: pointer;
height: 38px;
line-height: 38px;
position: fixed;
text-align: center;
text-decoration: none;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
-webkit-animation: flash 3000ms infinite;
-moz-animation: flash 3000ms infinite;
-ms-animation: flash 3000ms infinite;
-o-animation: flash 3000ms infinite;
animation: flash 3000ms infinite;
width: 38px;
z-index: 9999;
}
.scrollToTop:after {
color: #fb5b21;
content: "\f102";
font-family: "FontAwesome";
font-size: 25px;
}
.scrollToTop:hover {
-webkit-animation: flash 0s infinite;
-moz-animation: flash 0s infinite;
-ms-animation: flash 0s infinite;
-o-animation: flash 0s infinite;
animation: flash 0s infinite;
} .has-sidebar .post-samehight:nth-child(2n+1),
.no-sidebar .post-samehight:nth-child(4n) {
clear: both;
}
.content-area {
padding: 80px 0;
}
.entry-header {
background-color: #f5f5f5;
min-height: 57px;
overflow: hidden;
}
.entry-header img {
transform: scale(1);
transition: all 0.5s ease 0s;
width: 100%;
}
.entry-header img:hover {
transform: scale(1.1);
}
.entry-header .entry-meta {
background-color: #fb5b21;
color: #ffffff;
font-weight: 600;
left: 25px;
line-height: 18px;
padding: 9px 15px;
position: absolute;
text-align: center;
top: -15px;
z-index: 9;
}
.entry-summary {
margin-bottom: 50px;
}
.sticky .entry-summary {
background-color: #f2f2f2;
padding: 1px 20px 20px;
}
.entry-summary h3 {
margin-bottom: 15px;
margin-top: 25px;
}
.entry-summary h3 a:link,
.entry-summary h3 a:visited {
color: #111111;
}
.entry-summary h3 a:hover,
.entry-summary h3 a:active {
color: #fb5b21;
}
.entry-summary a.read-more:link,
.entry-summary a.read-more:visited {
display: inline-block;
border: 2px solid #fb5b21;
border-radius: 30px;
padding: 8px 20px;
position: relative;
font-weight: 600;
}
.entry-summary a.read-more:hover,
.entry-summary a.read-more:active {
background-color: #fb5b21;
border-radius: 30px;
color: #ffffff;
}
.rt-team-archive .vc-item {
max-width: 360px;
margin: 0 auto;
} .entry-header-single .entry-thumbnail {
margin-bottom: 30px;
position: relative;
overflow: hidden;
}
.page .entry-thumbnail {
margin-bottom: 50px;
}
.entry-header-single .entry-meta ul,
.class-footer ul {
margin: 0;
padding: 0;
}
.entry-header-single .entry-meta ul li,
.class-footer ul li {
display: inline-block;
margin-right: 30px;
}
.entry-header-single .entry-meta ul li .fa,
.class-footer ul li .fa {
color: #fb5b21;
padding-right: 10px;
}
.entry-header-single .entry-meta {
border-bottom: 1px solid #e7e7e7;
margin-bottom: 20px;
padding-bottom: 20px;
}
.entry-footer {
border-top: 1px solid #e7e7e7;
margin-top: 30px;
padding: 30px 0;
}
.entry-footer h3 {
font-size: 24px;
color: #111111;
} .pagination-area ul {
text-align: center;
font-size: 0;
}
.pagination-area ul li,
.woocommerce nav.woocommerce-pagination ul li {
display: inline-block;
margin-right: 2px;
margin-top: 10px;
}
.pagination-area ul li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
background-color: #bfbfbf;
color: #ffffff;
display: block;
font-size: 18px;
height: 36px;
line-height: 36px;
text-decoration: none;
transition: all 0.3s ease 0s;
width: 40px;
}
.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
background-color: #fb5b21;
color: #ffffff;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
border: none;
margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
padding: 0;
min-width: inherit;
} .comments-area {
border-top: 1px solid #e7e7e7;
padding-top: 20px;
}
.comments-area h3 {
color: #111111;
font-size: 24px;
margin-bottom: 0;
}
.comments-area .main-comments .imgholder {
margin-right: 30px;
margin-bottom: 10px;
}
.comments-area .main-comments .comments-body p {
margin-bottom: 10px;
}
.comments-area .main-comments .comments-body .replay-area {
padding-top: 10px;
}
.comments-area .main-comments .comments-body .replay-area a {
color: #666666;
}
.comments-area .main-comments .comments-body .replay-area a:hover {
color: #fb5b21;
}
.comments-area .main-comments .comments-body .replay-area a i {
color: #fb5b21;
margin-right: 8px;
}
.comment-time{
color: #979797;
margin-bottom: 15px;
}
.main-comments {
border-bottom: 1px solid #e3e3e3;
}
.each-comment{
padding: 30px 0;
}
.main-comments ul.children{
margin-left: 100px;
}
.avatar-disabled .main-comments ul.children{
margin-left: 50px;
}
.children .main-comments{
border-bottom: medium none;
border-top: 1px solid #e3e3e3;
}
.no-comments{
font-size: 16px;
font-style: italic;
font-weight: bold;
padding-top: 20px;
}
.comment-awaiting-moderation{
font-size: 16px;
font-style: italic;
font-weight: bold;
}
.comment-navigation ul{
margin-top: 30px;
}
.comment-navigation ul li{
margin-right: 5px;
margin-top: 0;
}
.comment-navigation ul li a{
display: inline;
font-size: 12px;
height: 49px;
line-height: inherit;
padding: 10px;
width: inherit;
}
#respond .comment-reply-title {
color: #000000;
margin-bottom: 10px;
}
#respond .comment-notes,
#respond .logged-in-as {
margin-bottom: 30px;
}
#respond .form-group {
margin-bottom: 25px;
}
#respond form input,
#respond form textarea{
border: none;
background-color: #f5f5f5;
border-radius: 0;
margin-right: 20px;
box-shadow: none
}
#respond form input {
height: 45px;
}
#respond form input[type="submit"] {
height: inherit;
}
#respond form input:focus,
#respond form textarea:focus {
border: 0 none;
box-shadow: none;
}
#respond form .btn-send {
background-color: #fff;
border: 2px solid #fb5b21;
border-radius: 30px;
box-shadow: none;
color: #fb5b21;
font-size: 14px;
font-weight: 600;
line-height: 1.42857;
margin: 0;
padding: 15px 35px;
text-shadow: initial;
text-transform: uppercase;
}
#respond form .btn-send:focus {
border: 2px solid #fb5b21;
}
#respond form .btn-send:hover {
color: #fff;
background-color: #fb5b21;
} .widget_gymedge_about ul li {
display: inline-block;
margin: 0 8px 5px 0;
border: none !important;
}
.widget_gymedge_about ul li a {
background-color: #fb5b21;
border-radius: 50%;
color: #ffffff;
display: block !important;
padding: 0 !important;
height: 32px;
line-height: 32px;
text-align: center;
width: 32px;
}
.widget_gymedge_about ul li a:hover {
background-color: #fff;
color: #fb5b21;
}
.widget_gymedge_address ul li {
display: block;
color: #b3b3b3;
margin: 0 0 15px 0;
}
.widget_gymedge_address ul li i {
color: #fb5b21;
padding-right: 8px;
}
.widget_gymedge_address ul li a:link,
.widget_gymedge_address ul li a:visited {
color: #b3b3b3;
}
.widget_gymedge_address ul li a:hover,
.widget_gymedge_address ul li a:active {
color: #fb5b21;
}
.search-form .custom-search-input input.search-query {
background-color: #f5f5f5;
border: medium none;
border-radius: 0;
box-shadow: none;
height: 40px;
}
.search-form .custom-search-input button.btn {
background-color: #fb5b21;
border: 0 none;
border-radius: 0;
margin: 0;
padding: 5px 13px;
}
.search-form .custom-search-input button.btn:hover {
background-color: #b0360a;
}
.widget_nav_menu ul {
padding-left: 20px !important;
}
.widget .tagcloud a {
background-color: #fb5b21;
color: #ffffff;
display: inline-block;
margin: 0 2px 2px 0;
padding: 6px 8px;
transition: all 0.3s ease 0s;
}
.widget .tagcloud a:hover {
background-color: #b0360a;
color: #ffffff;
}
.widget select {
padding: 8px 10px;
width: 100%;
}
.widget > form,
.widget > .tagcloud {
padding-top: 10px;
}
.widget > select {
margin-top: 10px;
}
.widget ul.children {
padding-left: 20px;
} .footer-top-area .widget {
color: #b3b3b3; }
.footer-top-area .widget h3 {
color: #ffffff;
font-size: 22px;
line-height: 1.5;
margin-bottom: 20px;
}
.footer-top-area .widget ul{
margin: 0;
padding: 0;
list-style-type: none; 
}
.footer-top-area .widget_archive select,
.footer-top-area .widget_categories select,
.footer-top-area .widget_calendar table {
max-width: 500px;
} .sidebar-widget-area ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.sidebar-widget-area ul li {
border-bottom: 1px solid #dddddd;
margin-bottom: 5px;
}
.sidebar-widget-area ul li:last-child{
border: none;
}
.sidebar-widget-area ul li a {
color: #666666;
text-decoration: none;
display: inline-block;
padding: 8px 0;
transition: all 0.3s ease 0s;
}
.sidebar-widget-area ul li a:hover {
color: #fb5b21;
}
.sidebar-widget-area .widget {
margin-bottom: 50px;
}
.sidebar-widget-area .widget h3 {
color: #000000;
font-size: 24px;
margin-bottom: 15px;
position: relative;
}
.sidebar-widget-area .widget h3:after {
background-color: #fb5b21;
content: "";
display: block;
height: 3px;
margin-top: 15px;
width: 70px;
}
.sidebar-widget-area .search-form {
padding-top: 10px;
}
.sidebar-widget-area .widget_gymedge_about ul li a {
color: #ffffff;
}
.sidebar-widget-area .widget_gymedge_about ul li a:hover {
background-color: #000;
}
.sidebar-widget-area .widget_gymedge_address ul li,
.sidebar-widget-area .widget_gymedge_address ul li a:link,
.sidebar-widget-area .widget_gymedge_address ul li a:visited {
color: #666666;
}
.sidebar-widget-area .widget_gymedge_address ul li a:hover,
.sidebar-widget-area .widget_gymedge_address ul li a:active {
color: #fb5b21;
}
.sidebar-widget-area .widget_gymedge_address ul li {
padding: 10px 0;
}
.sidebar-widget-area .widget_gymedge_address ul li a{
padding: 0;
} .trainer-info {
margin-top: 38px;
}
.trainer-info p {
margin-bottom: 8px;
}
.trainer-info span {
color: #111111;
font-size: 18px;
padding-right: 8px;
}
.trainer-info a {
color: #666666;
}
.trainer-info a:hover {
color: #fb5b21;
}
.trainer-info ul {
margin: 38px 0 0;
padding: 0;
list-style-type: none;
}
.trainer-info li {
display: inline-block;
}
.trainer-info li a {
border: 2px solid #fb5b21;
border-radius: 50%;
display: block;
height: 40px;
line-height: 35px;
margin-right: 5px;
text-align: center;
width: 40px;
color: #666;
}
.trainer-info li a:hover {
background-color: #fb5b21;
color: #ffffff;
}
.trainer-detail-content .detail-heading .title {
color: #fb5b21;
display: block;
font-size: 24px;
margin-bottom: 15px;
}
.trainer-detail-content .detail-heading h2 {
color: #111111;
font-size: 30px;
margin-bottom: 10px;
}
.trainer-skills {
overflow:hidden;
}
.trainer-skills h3 {
color: #fb5b21;
display: inline-block;
font-size: 24px;
margin-bottom: 30px;
}
.trainer-skills .skill .progress .lead {
color: #444;
font-size: 15px;
font-weight: 400;
left: 0;
position: absolute;
top: -30px;
line-height: 1.4;
margin-bottom: 20px;
}
.trainer-skills .skill .progress {
background-color: #f0f0f0;
border-radius: 0;
box-shadow: none;
height: 5px;
margin: 30px 0 50px 0;
overflow: visible;
position: relative;
}
.trainer-skills .skill .progress-bar > span {
background: #333;
font-size: 11px;
position: absolute;
padding: 10px 5px;
top: -26px;
right: 0;
}
.trainer-skills .skill .progress-bar > span:before,
.trainer-skills .skill .progress-bar > span:after {
border: medium solid transparent;
content: " ";
height: 0;
position: absolute;
top: 100%;
width: 0;
}
.trainer-skills .skill .progress-bar > span:before{
border-top-color: #333;
border-width: 5px;
left: 50%;
margin-left: -5px;
}
.trainer-skills .skill .progress .progress-bar {
background-color: #fb5b21;
position: relative;
overflow: visible;
} .class-footer ul {
margin-bottom: 3px;
}
.class-footer ul li {
min-width: 330px;
} .error-page-area {
padding: 80px 0;
}
.error-page-content {
text-align: center;
}
.error-page-area .error-page {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 100PX;
}
.error-page-area .error-page h1 {
font-size: 300px;
color: #ffffff;
line-height: 300px;
}
.error-page-area .error-page p {
color: #ffffff;
font-size: 30px;
letter-spacing: 3px;
}
.error-page-area .error-page-message {
margin-top: 60px;
}
.error-page-area .error-page-message p {
font-size: 18px;
color: #7a7a7a;
}
.error-page-area .error-page-message .home-page a {
display: inline-block;
text-decoration: none;
font-size: 18px;
color: #ffffff;
background-color: #fb5b21;
padding: 14px 25px;
transition: all 0.3s ease 0s;
}
.error-page-area .error-page-message .home-page a:hover {
background-color: #000000;
color: #ffffff;
} .search-no-thumbnail .entry-summary h3{
margin-top: 0;
} .woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
padding: 10px 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper,
.woocommerce .widget_price_filter .price_slider_amount {
margin-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #fb5b21;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #B0360A;
}
.woocommerce ul.product_list_widget li img {
width: 60px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
line-height: 7px;
top: 9px;
}
.woocommerce.widget_product_search .search-field {
background-color: #f5f5f5;
border: medium none;
border-radius: 0;
box-shadow: none;
height: 40px;
padding: 6px 12px;
width: 100%;
}
.woocommerce.widget_product_search input[type="submit"] {
display: block;
line-height: 1;
margin-top: 11px;
padding: 10px 25px;
} .woo-shop-top {
border: 1px solid #e7e7e7;
overflow: hidden;
padding: 20px;
margin-bottom: 30px;
}
.woo-shop-top .view-mode {
margin-right: 5px;
padding: 5px 0;
}
.woo-shop-top ul {
margin: 0;
padding: 0;
}
.woo-shop-top .view-mode ul li {
display: inline-block;
margin-right: 5px;
}
.woo-shop-top .view-mode ul li .fa {
color: #666666;
}
.product-grid-view .woo-shop-top .view-mode ul li:first-child .fa {
color: #fb5b21;
}
.product-list-view .woo-shop-top .view-mode ul li:last-child .fa {
color: #fb5b21;
}
.woo-shop-top .limit-show {
text-align: right;
}
.woo-shop-top .limit-show > div {
font-weight: 400;
display: inline-block;
}
.woo-shop-top .sort-list {
text-align: right;
}
.woo-shop-top .sort-list select {
background: #f5f5f5;
border: 1px solid #e7e7e7;
padding: 6px 18px;
}
.woocommerce .woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-result-count {
margin-bottom: 0;
}
.woocommerce .woo-shop-top .woocommerce-ordering {
float: none;
}
.woocommerce .woo-shop-top .woocommerce-result-count {
line-height: 28px;  
} .woocommerce ul.products li.product {
margin: 0 1% 40px 0;
overflow: hidden;
}
.woocommerce.has-sidebar ul.products li.product {
width: 32%;
}
.woocommerce.no-sidebar ul.products li.product {
width: 24%;
}
.woocommerce.no-sidebar ul.products li.product .product-thumb-area img {
width: 100%;
}
.woocommerce ul.products li.product h3 {
margin: 30px 0 12px;
padding: 0;
}
.woocommerce ul.products li.product h3 a {
color: #111111;
font-size: 20px;
}
.woocommerce ul.products li.product h3 a:hover {
color: #fb5b21;
}
.woocommerce .star-rating {
color: #f7c51d;
}
.woocommerce .products .star-rating {
margin: 0 0 8px;
}
.woocommerce ul.products li.product .star-rating {
font-size: 13px;
}
.woocommerce ul.products li.product .price {
color: #fb5b21;
font-size: inherit;
font-weight: 600;
margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
display: inline;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
background-color: #fb5b21;
padding: 0;
}
.woocommerce ul.products li.product .button {
margin-top: 10px;
padding: 10px 15px;
}
.woocommerce a.added_to_cart {
background-color: #fb5b21;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 600;
padding: 4px 12px;
}
.woocommerce a.added_to_cart:hover {
background-color: #000000;
}
.woocommerce .product-thumb-area {
position: relative;
}
.woocommerce ul.products li.product .onsale {
margin: 0;
}
.woocommerce .product-thumb-area .overlay {
background-color: rgba(251, 91, 33, 0.8);
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: all 0.5s ease 0s;
transform: scaleY(0);
width: 100%;
}
.woocommerce .product-thumb-area:hover .overlay {
opacity: 1;
transform: scaleY(1);
}
.woocommerce .product-thumb-area .product-info {
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 40%;
transition: all 0.3s ease 0s;
transform: translateX(-100%);
z-index: 9;
}
.woocommerce .product-thumb-area:hover .product-info {
opacity: 1;
transform: translateX(0%);
}
.woocommerce .product-thumb-area .product-info ul {
margin: 0;
text-align: center;
font-size: 0;
}
.woocommerce .product-thumb-area .product-info ul li {
display: inline-block;
font-size: 15px;
padding: 0 2px;
}
.woocommerce .product-thumb-area .product-info ul li a {
background: #ffffff;
display: block;
height: 38px;
padding: 8px;
min-width: 38px;
line-height: 1.3;
position: relative;
}
.woocommerce .product-thumb-area .product-info ul li a .loader-image-container {
position: absolute;
top: 12px;
left: 12px;
}
.woocommerce .product-thumb-area .product-info ul li a .fa {
color: #111111;
}
.woocommerce .product-thumb-area .product-info ul li a:hover .fa {
color: #fb5b21;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist {
position: relative;
margin-top: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon {
border-radius: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon i {
margin: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist img {
background-color: #fff;
left: 11px;
margin: 0;
position: absolute;
top: 11px;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist .feedback {
display: none;
}
.woocommerce #yith-wcwl-popup-message {
background-color: #000;
border: none;
border-radius: 0;
color: #fff;
font-weight: 600;
line-height: 1.2;
padding: 10px;
}
@media all and (max-width: 767px) {
.rt-owl-carousel ul.products li.product {
float: none;
}
} .woocommerce ul.products .grid-hide {
display: none;
}
.woocommerce.product-list-view ul.products .grid-hide {
display: block;
}
.woocommerce.product-list-view .product-thumb-area {
float: left;
margin-right: 20px;
border: 1px solid #e7e7e7;
}
.woocommerce.product-list-view .product-info-area {
overflow: hidden;
}
.woocommerce.product-list-view ul.products li.product,
.woocommerce-page.product-list-view ul.products li.product {
width: 100%;
}
.woocommerce.product-list-view ul.products li.product h3 {
margin: 0 0 12px;
}
.woocommerce.product-list-view .product-info-area .shop-excerpt {
margin-top: 10px;
}
.woocommerce.product-list-view ul.products li.product .button {
margin-top: 0;
} .woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin-bottom: 40px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
margin-bottom: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
margin-right: 7px;
width: 31%;
width: calc((100% - 14px) / 3);
max-width: 195px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(3n+1) {
margin-right: 0;
}
.woocommerce div.product .product_title {
color: #222222;
font-size: 24px;
line-height: 1.1;
margin-bottom: 10px;
}
.woocommerce a.woocommerce-review-link {
color: #666666;
}
.woocommerce a.woocommerce-review-link:hover {
color: #fb5b21;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 12px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #fb5b21;
font-size: 24px;
font-weight: 600;
margin-bottom: 20px;
display: inline-block;
}
.woocommerce div.product .product_meta {
color: #222222;
font-weight: 600;
margin-bottom: 15px;
}
.woocommerce div.product .short-description {
border-bottom: 1px solid #e7e7e7;
border-top: 1px solid #e7e7e7;
margin-bottom: 20px;
padding: 15px 0;
}
.woocommerce div.product form.cart .variations {
margin-top: 0;
margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
display: table-cell;
padding-bottom: 10px;
padding-top: 0;
text-align: left;
vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
color: #222;
font-size: 16px;
margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
padding: 8px 10px;
}
.woocommerce .quantity .qty {
border: 1px solid #e7e7e7;
border-radius: 0;
box-shadow: none;
height: 46px;
text-align: center;
padding: 1px;
background-color: #fff;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 8px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
margin-bottom: 17px;
}
.woocommerce div.product .product-meta {
}
.woocommerce div.product .product-meta span {
color: #222222;
font-weight: 600;
}
.woocommerce div.product .product-meta a {
color: #666666;
}
.woocommerce div.product .product-meta a:hover {
color: #fb5b21;
}
.woocommerce .quantity .input-group-btn-vertical {
float: left;
position: relative;
vertical-align: middle;
white-space: nowrap;
}
.woocommerce .quantity .input-group-btn-vertical > .btn {
border-radius: 0;
display: block;
float: none;
height: 23px;
line-height: 14px;
margin-left: -1px;
max-width: 100%;
outline: medium none;
padding: 0 7px;
position: relative;
width: 100%;
}
.woocommerce .quantity .input-group-btn-vertical > .btn:hover,
.woocommerce .quantity .input-group-btn-vertical > .btn:active,
.woocommerce .quantity .input-group-btn-vertical > .btn:focus {
background-color: #fff;
border-color: #ccc;
color: #333;
}
.woocommerce div.product form.cart .button {
background-color: #fb5b21;
border-radius: 0;
color: #ffffff;
font-size: 14px;
font-weight: 600;
padding: 16px 25px;
text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover {
background-color: #111111;
}
.woocommerce div.product .woocommerce-tabs {
border: 1px solid #e7e7e7;
margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin-bottom: 0;
padding-left: 0;
display: -webkit-box;
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-flex;
display: flex; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
border: medium none;
box-shadow: none;
margin: 0;
padding: 30px 30px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: #f5f5f5;
border-color: #e7e7e7;
border-radius: 0;
border-width: 0 1px 1px;
margin: 0;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
border-left-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
border: 0;
border-radius: 0;
box-shadow: none;
content: none;
height: inherit;
left: inherit;
position: inherit;
width: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #222222;
font-weight: 600;
padding: 12px 30px;
text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
color: #222222;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #fb5b21;
}
.woocommerce div.product .woocommerce-tabs h2 {
color: #111111;
font-size: 24px;
}
.woocommerce table.shop_attributes td {
padding: 0 8px;
}
.woocommerce div.product .up-sells {
margin-bottom: 35px;
}
.woocommerce div.product .up-sells h2 {
color: #111111;
font-size: 26px;
margin-bottom: 20px;
}
.woocommerce #reviews #comments {
margin-bottom: 20px;
}
.woocommerce #reviews #comments h2 {
margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border: 1px solid #e7e7e7;
border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
padding: 0;
}
#review_form_wrapper {
padding-top: 20px;
}
.woocommerce #reviews h3 {
font-size: 24px;
margin-bottom: 10px;
}
.woocommerce p.stars a {
color: #f7c51d;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
background-color: #fb5b21;
border-radius: 0;
box-shadow: none;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 600;
padding: 10px 25px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background-color: #111111;
color: #ffffff;
}
#review_form .form-group {
margin-bottom: 10px;
}
.woocommerce #review_form #respond .comment-notes,
.woocommerce #review_form #respond .comment-form-rating {
margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-form-rating {
margin-top: 20px;
}
.woocommerce #review_form #respond .comment-form-rating label {
color: #111111;
}
.woocommerce #review_form #respond .form-submit {
margin: 5px 0 10px;
}
.woocommerce .related.products ul.products li.product {
margin: 0;
padding: 0;
width: inherit !important;
}
.woocommerce .related.products ul.products li.product .onsale {
margin: 0;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
border: 1px solid #e7e7e7;
margin-right: 1.8%;
width: 32%;
} p.demo_store {
background-color: #fb5b21;
}
.woocommerce-message::before,
.woocommerce-info::before {
color: #fb5b21;
}
.woocommerce-message,
.woocommerce-info {
border-color: #fb5b21;
}
.woocommerce table.shop_table {
border-radius: 0;
}
.woocommerce-cart .woocommerce table.shop_table {
border-width: 1px 1px 0 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart {
margin: 0 0 100px;
}
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td {
border-width: 0 0 1px 1px;
color: #111;
text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-name,
.woocommerce-cart .woocommerce table.shop_table td.product-name {
text-align: left;
}
.woocommerce-cart table.cart img {
width: 50px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity,
.woocommerce-cart .woocommerce table.shop_table td.product-remove > a {
margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name > a {
color: #111;
font-weight: 700;
}
.woocommerce-cart .woocommerce .quantity .qty {
height: 30px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity input {
color: #111;
}
.woocommerce-cart .woocommerce .actions {
padding: 10px 12px;
}
.woocommerce-cart .woocommerce .actions input.button {
padding: 10px 15px;
}
.woocommerce-page .woocommerce .actions #coupon_code {
border-color: #ddd;
margin-right: 10px;
padding: 9px;
width: 160px !important;
}
.woocommerce-page table.cart td.actions .coupon button {
padding-top: 14px;
padding-bottom: 14px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
padding: 15px;
}
.woocommerce .cart-collaterals .cross-sells ul {
max-width: 560px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li .product-thumb-area li{
width: inherit;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
color: #fff;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit[disabled]:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button[disabled]:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button[disabled]:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button[disabled]:disabled:hover {
background-color: #fb5b21;
color: #fff;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2 {
color: #111;
font-size: 24px;
margin-bottom: 35px;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table {
border-width: 1px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #fb5b21;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: #000;
} .woocommerce-checkout .checkout_coupon .button {
padding: 12px 25px;
}
.woocommerce-checkout h3 {
color: #111;
font-size: 20px;
margin-bottom: 25px;
}
.woocommerce form.woocommerce-checkout .form-row {
margin-bottom: 20px;
}
.woocommerce form.woocommerce-checkout .form-row .select2-choice {
padding: 4px 8px;
}
.woocommerce-checkout label {
color: #111; 
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
line-height: 1.2;
padding: 10px;
}
.woocommerce-checkout .select2-container .select2-choice {
border-radius: 0;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
margin-bottom: 40px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
border-color: #ccc;
background-color: #f5f5f5;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
border-color: 1px solid #ccc;
border-width: 0 0 1px 1px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
border-width: 1px 1px 0 0;
color: #111;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background-color: #ededed;
border-radius: 0;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
flex: 0 0 48%;
max-width: 48%;
padding: 0;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
flex: 0 0 48%;
max-width: 48%;
padding: 0;
}
.woocommerce-address-fields .woocommerce-input-wrapper,
.woocommerce-billing-fields .woocommerce-input-wrapper,
.woocommerce-additional-fields .woocommerce-input-wrapper {
display: block;
width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-EditAccountForm .password-input,
.woocommerce-form .password-input {
display: block;
width: 100%;
}
@media all and (max-width: 767px) {
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
flex: 100%;
max-width: 100%;
padding: 0;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
flex: 100%;
max-width: 100%;
padding: 0;
}
} .woocommerce-order-received .woocommerce {
color: #111;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
font-size: 20px;
margin-bottom: 40px;
}
.woocommerce-order-received .woocommerce .order_details li {
font-size: 1em;
}
.woocommerce-order-received .woocommerce h2 {
font-size: 20px;
}
.woocommerce-order-received .woocommerce .shop_table {
margin-bottom: 40px;
border-color: #ccc;
border-width: 1px 1px 0 0;
}
.woocommerce-order-received .woocommerce .shop_table th,
.woocommerce-order-received .woocommerce .shop_table td {
border-color: #ccc;
border-width: 0 0 1px 1px;
}
.woocommerce-order-received .title h3 {
margin-bottom: 10px;
} .woocommerce-account {
color: #111;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
float: none;
width: inherit;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
margin-bottom: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
color: #fff;
display: inline-block;
margin-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
color: #fff;
padding: 10px 20px;
background-color: #fb5b21;
display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
background-color: #000;
}
.woocommerce-account .woocommerce .shop_table {
margin-bottom: 0;
border-color: #ccc;
border-width: 1px 1px 0 0;
font-size: 1em;
}
.woocommerce-account .woocommerce .shop_table th,
.woocommerce-account .woocommerce .shop_table td {
border-color: #ccc;
border-width: 0 0 1px 1px;
}
.woocommerce-account .woocommerce table .button {
padding: 8px 14px;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders .order-actions,
.woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads .order-actions {
text-align: center;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > p,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row {
margin-bottom: 30px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button {
margin-top: 30px;
} .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border-radius: 0;
}
.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
margin-bottom: 20px;
} .woocommerce .wishlist-title h2 {
color: #111;
margin-bottom: 25px;
padding: 0;
}
.woocommerce .shop_table.wishlist_table {
border-color: #ccc;
border-width: 1px 1px 0 0;
color: #111;
font-size: 14px;
margin-bottom: 40px;
}
.woocommerce .shop_table.wishlist_table th,
.woocommerce .shop_table.wishlist_table td {
border-color: #ccc;
border-width: 0 0 1px 1px;
text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
border-radius: 0;
}
.woocommerce .shop_table.wishlist_table tfoot td {
text-align: left;
} .rt-wpls .slick-track {
padding: 0;
}
.wpls-carousel {
margin: 0 30px;
}
.rt-wpls .wpls-carousel .slick-list {
margin: 0 15px;
}
.rt-wpls .wpls-carousel .slick-prev::before, 
.rt-wpls .wpls-carousel .slick-next::before {
background-color: transparent !important;
color: #fff !important;
font-family: FontAwesome;
opacity: 1;
}
.rt-wpls .wpls-carousel .slick-prev::before {
content: "\f104";
}
.rt-wpls .wpls-carousel .slick-next::before {
content: "\f105";
}
.rt-wpls .wpls-carousel .slick-prev,
.rt-wpls .wpls-carousel .slick-next {
background-color: #fb5b21;
border-radius: 0 !important;
height: inherit;
padding: 6px 13px;
width: 34px;
}
.rt-wpls .wpls-carousel .slick-prev:hover,
.rt-wpls .wpls-carousel .slick-next:hover {
background-color: #000 !important;
} div.wpcf7-response-output {
margin: 15px 0 0;
}
div.wpcf7-validation-errors {
border-color: #ff0000;
}
.wpcf7 .form-group {
margin: 0 0 15px 0;
}
.wpcf7 .form-group .media-body {
display: table-cell;
vertical-align: top;
}
.wpcf7 label.control-label {
border: 1px solid #e7e7e7;
border-right: none;
text-align: center;
line-height: 44px;
height: 48px;
padding-top: 0;
width: 48px;
}
.wpcf7 label.control-label .fa {
color: #fb5b21;
}
.wpcf7 input.form-control {
border: 1px solid #e7e7e7;
border-radius: 0;
box-shadow: none;
height: 48px;
}
.wpcf7 textarea.form-control {
border: 1px solid #e7e7e7;
border-radius: 0;
box-shadow: none;
min-height: 71px;
}
.wpcf7 .submit-button {
background-color: #fb5b21;
border: none;
border-radius: 0;
box-shadow: none;
color: #ffffff;
font-size: 18px;
padding: 20px 0;
text-align: center;
text-transform: uppercase;
width: 100%;
transition: all 0.5s ease 0s;
}
.wpcf7 .submit-button:hover,
.wpcf7 .submit-button:focus {
background: #111111;
color: #ffffff;
transition: all 0.5s ease 0s;
} .widget.mks_flickr_widget ul.flickr li {
margin: 0 5px 5px 0;
}
.widget.mks_flickr_widget ul.flickr li img {
opacity: 1;
}  .gymedge-accordian .elementor-accordion .elementor-tab-title {
border-radius: 30px;
border: 1px solid #E0E0E0;
margin: 5px 0;
}
.gymedge-accordian .elementor-accordion .elementor-tab-title.elementor-active,
.gymedge-accordian .elementor-accordion .elementor-tab-title:hover {
background-color: #fb5b21 !important;
}
.gymedge-accordian .elementor-accordion .elementor-tab-title:hover .elementor-accordion-title,
.gymedge-accordian .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon i:before {
color: #ffffff !important;
}
.gymedge-accordian .elementor-accordion .elementor-tab-content p {
margin-bottom: 0;
}
.elementor-para p {
margin-bottom: 0;
} .elementor-arrows-position-outside .swiper-container {
width: calc(100% - 90px);
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure:hover {
-webkit-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #ccc;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure img {
max-width: 213px;
margin: 0 auto;
}
.elementor-image-carousel-wrapper .elementor-swiper-button i {
background-color: #fb5b21;
color: #fff;
font-size: 16px;
font-weight: 400;
line-height: 26px;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 30px;
opacity: 1;
padding: 2px 0;
text-align: center;
width: 30px;
}
.elementor-image-carousel-wrapper .elementor-swiper-button i:hover {
background-color: #000;
} @media all and (min-width: 768px) {
.box-col-left .elementor-column-wrap {
justify-content: flex-end;
}
.box-col-left .elementor-column-wrap .elementor-widget-wrap,
.box-col-right .elementor-column-wrap .elementor-widget-wrap {
max-width: 525px;
}
}
@media all and (max-width: 991px) {
.box-col-left .rt-vc-pricing-box-2 .rtin-item {
display: block;
}
.box-col-left .rt-vc-pricing-box-2 .rtin-left {
width: 100%;
}
.box-col-left .rt-vc-pricing-box-2 .rtin-right {
width: 100%;
padding: 25px 10px;
}
} .mobile-offscreen-menu .mean-bar {
position: relative;
background: #fff;
padding: 12px 10px;
}
.mobile-offscreen-menu .mean-bar .mobile-logo img {
max-height: 32px;
width: auto;
}
.offscreen-navigation .sub-menu {
padding-left: 20px;
padding-top: 8px;
padding-bottom: 8px;
display: none;
}
.offscreen-navigation li > a {
display: block;
position: relative;
color: black;
font-size: 16px;
font-weight: 500;
}
.offscreen-navigation .sub-menu li > a {
font-size: 14px;
font-weight: 500;
}
.offscreen-navigation .menu > li {
padding-bottom: 8px;
}
.offscreen-navigation li.menu-item-has-children > a:after {
content: '\f067';
display: inline-block;
font-family: "fontawesome";
transition: .1s;
right: 0;
position: absolute;
font-size: 13px;
}
.offscreen-navigation li.menu-item-has-children > a.opened:after {
content: '\f068';
}
.mean-bar .header-btn-new.mobile-btn {
position: absolute;
right: 12%;
top: 8px;
}
.mean-bar .sidebarBtn {
position: absolute;
font-size: 20px;
right: 22px;
top: 13px;
cursor: pointer;
}
.header-style-2 .rt-header-menu {
background: transparent;
}
.rt-slide-nav {
position: absolute;
background: white;
width: 100%;
left: 0;
display: none;
padding: 30px 30px 15px;
max-height: calc(100vh - 200px);
overflow-y: auto;
box-shadow: 0px 0px 27px 0px #00000036;
z-index: 999;
}
.rt-slide-nav ul {
list-style-type: none;
margin: 0px;
}
body.slidemenuon {
overflow: hidden;
}
@media only screen and (min-width: 1024px) {
#meanmenu {
display: none;
}
}
@media only screen and (max-width: 1024px) {
#header-menu, #masthead-container {
display: none;
}
}
@media (max-width: 1023px) {
header.site-header {
display: none !important;
}
}  .rt-swiper-slider .slider-dark-button {
display: inline-block;
font-weight: 600;
font-style: normal;
text-decoration: none;
color: rgb(255, 255, 255);
border: 2px solid rgb(251, 91, 33);
border-radius: 30px;
padding: 17px 35px;
font-size: 15px;
}
.rt-swiper-slider .slider-dark-button:hover {
background-color:rgb(251, 91, 33);
}
.rt-slider-wrapper .slider-inner-wrapper {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: nowrap;
align-content: center;
align-items: center;
text-align: center;
position: absolute;
}
.rt-slider-wrapper .slider-inner-wrapper .bg {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
z-index: -1;
transform: scale(1);
transition: 1500ms;
}
.rt-slider-wrapper .swiper-slide-active {
z-index: 10;
}
.rt-slider-wrapper .swiper-slide-active .slider-inner-wrapper .bg.zoom-out {
transform: scale(1.1);
transition-delay: 0.1s;
}
.rt-slider-wrapper .slider-inner-wrapper .bg::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.rt-slider-wrapper .elementor-swiper-button {
text-align: center;
display: inline-block;
box-sizing: content-box;
transition: all 0.4s;
} .rt-slider-content-wrap {
margin-bottom: 10px;
}
.rt-slider-content-wrap * {
margin: 0; line-height: 1.2;
} .rt-slider-wrapper.visible-on-hover .elementor-swiper-button {
visibility: hidden;
opacity: 0;
transition: 0.4s;
}
.rt-slider-wrapper.visible-on-hover:hover .elementor-swiper-button {
visibility: visible;
opacity: 1;
}
.rt-slider-wrapper .slider-btn {
display: inline-block;
}
.rt-slider-wrapper .slider-title-wrap h2 {
font-size: 72px;
line-height: 82px;
font-weight: 700;
color: #ffffff;
font-family: "Open Sans", sans-serif;
}
.rt-slider-wrapper .slider-subtitle-wrap h4 {
font-size: 20px;
line-height: 28px;
color: #ffffff;
margin-bottom: 25px;
}
@media (max-width: 1023px) {
.rt-slider-wrapper .slider-title-wrap h2 {
font-size: 45px;
line-height: 55px;
}
.rt-slider-wrapper .slider-subtitle-wrap h4 {
font-size: 18px;
line-height: 25px;
}
}
@media (max-width: 600px) {
.rt-slider-wrapper .slider-title-wrap h2 br,
.rt-slider-wrapper .slider-subtitle-wrap h4 br {
display: none;
}
} @media (max-width: 600px) {
.remove-br br {
display: none;
}
}@media all and (max-width: 1199px) {
.site-header .main-navigation ul li a {
padding-left: 12px;
padding-right: 12px;
}
.main-comments ul.children {
margin-left: 50px;
}
.header-icon-seperator {
padding-left: 6px;
padding-right: 6px;
}
}
@media all and (max-width: 991px) {
#tophead .container {
width: 100%;
}
.header-icon-seperator {
display: none;
}
.search-box-area {
margin-right: 3px;
}
.header-style-2.non-stick .site .site-header {
position: relative;
border-bottom: none;	
}
.main-comments ul.children {
margin-left: 40px;
}
.comments-area .main-comments .imgholder {
margin-right: 15px;
max-width: 80px;
}
.entry-banner .entry-banner-content h1 {
padding: 90px 0 45px;
}
.error-page-area .error-page {
padding: 50px;
}
.error-page-area .error-page h1 {
font-size: 200px;
line-height: 200px;
}
.has-sidebar .trainer-detail-image {
margin-bottom: 50px;
}
.flickr-badge-wrapper .flickr_badge_image {
height: 68px;
width: 68px;
} .woo-shop-top {
padding: 10px 0 15px;
}
.woo-shop-top .sort-list select {
margin-top: 5px;
width: 100%;
}
.woocommerce .woo-shop-top .woocommerce-result-count {
line-height: 1.1;
padding-top: 7px;
}
.woocommerce.has-sidebar.product-grid-view ul.products li.product {
width: 49%;
}
.woocommerce.product-grid-view ul.products li.product.first {
clear: none;
}
.woocommerce.has-sidebar.product-grid-view ul.products li.product:nth-child(2n+1) {
clear: both;
}
.woocommerce.no-sidebar.product-grid-view ul.products li.product {
width: 32.3%;
}
.woocommerce.no-sidebar.product-grid-view ul.products li.product:nth-child(3n+1) {
clear: both;
}
.woocommerce.has-sidebar.product-list-view .product-thumb-area {
max-width: 200px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
float: none;
width: 100%;
}
}
@media all and (max-width: 767px) {
.gallery-columns-3 .gallery-item {
max-width: inherit;
}
#tophead .tophead-contact,
#tophead .tophead-right {
float: none;
text-align: center;
}
#tophead .tophead-right .seperator {
display: none;
}
.tophead-links {
margin-right: 25px;
}
.site-branding {
margin: 0 auto;
}
.site-header .main-navigation ul {
text-align: center;
}
.site-header .main-navigation ul li a {
padding: 10px;
}
.header-icon-area {
display: none;
}
.sidebar-widget-area {
padding-top: 20px;
}
.footer-top-area {
padding: 40px 0 10px;
}
.footer-top-area .widget {
margin-bottom: 35px;
}
.entry-banner .entry-banner-content h1 {
padding: 70px 0 25px;
font-size: 45px;
}
.breadcrumb-area .entry-breadcrumb {
padding: 8px 25px;
}
.each-comment {
padding: 20px 0;
}
.each-comment .media-heading {
margin-bottom: 3px;
}
.comments-area .main-comments .comments-body p {
margin-bottom: 0;
}
.comments-area .main-comments .comments-body .replay-area {
padding-top: 5px;
}
.comments-area .main-comments .imgholder {
margin-right: 10px;
max-width: 50px;
}
#respond form .btn-send {
padding: 10px 25px;
}
.error-page-area .error-page {
padding: 30px;
}
.error-page-area .error-page h1 {
font-size: 120px;
line-height: 120px;
}
.error-page-area .error-page-message {
margin-top: 30px;
}
.error-page-area .error-page-message p {
font-size: 16px;
}
.error-page-area .error-page-message .home-page a {
padding: 7px 20px;
}
.trainer-detail-image {
margin-bottom: 50px;
}
.class-footer ul li {
min-width: 300px;
} .woocommerce.product-grid-view ul.products {
margin-left: auto;
margin-right: auto;
max-width: 565px;
}
.woocommerce ul.products li.product h3 {
margin: 15px 0 9px;
}
.woocommerce.no-sidebar.product-grid-view ul.products li.product {
width: 49%;
}
.woocommerce.product-list-view .product-thumb-area {
max-width: 200px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
padding: 10px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 10px 20px;
}
.woocommerce div.product div.images img {
width: inherit;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
width: inherit;
max-width: 32%;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin-bottom: 40px;
}
.woocommerce-cart .woocommerce table.shop_table_responsive.cart {
margin-bottom: 50px;
}
.woocommerce-cart .woocommerce table.shop_table_responsive.cart,
.woocommerce-account .woocommerce .shop_table_responsive {
border: 1px solid #ccc;
padding: 10px 20px 20px;
}
.woocommerce-cart .woocommerce table.shop_table_responsive.cart tr,
.woocommerce-account .woocommerce table.shop_table_responsive tr {
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
margin-top: 10px;
}
.woocommerce-cart .woocommerce table.shop_table_responsive a.remove {
display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals {
margin-bottom: 30px;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2 {
margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li {
margin-bottom: 20px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
padding: 5px 10px;
}
.woocommerce-account .woocommerce table.shop_table_responsive tr td.order-actions {
text-align: right !important;
}
}
@media all and (max-width: 480px) {
.main-comments ul.children {
margin-left: 20px;
} .woocommerce.product-list-view ul.products {
max-width: 280px;
margin-left: auto;
margin-right: auto;
}
.woocommerce.has-sidebar ul.products li.product,
.woocommerce.no-sidebar ul.products li.product,
.woocommerce ul.products li.product {
width: 100%;
text-align: center;
}
.woocommerce ul.products li.product .star-rating {
display: inline-block;
}
.woocommerce.product-list-view .product-thumb-area {
float: none;
margin-right: 0;
}
.woocommerce.product-list-view .product-thumb-area,
.woocommerce.has-sidebar.product-list-view .product-thumb-area {
max-width: inherit;
}
.woocommerce.product-list-view ul.products li.product h3 {
margin: 15px 0 9px;
}
}