/*================= MASTER STYLESHEET =================================

	Project     :	FITNESS Page
	Version     :	1.0
	Last Change : 	01/11/2017
	Primary Use :   FITNESS HTML Page

=======================================================================*/
/*========================================== LAYOUT ===================================================================

		1.NAVIGATION
		2.HEADER
		3.LEFT-SIDEBAR
		4.BOTH-SIDEBAR
		5.FOOTER
		6.MEDIA QUERY

=========================================================================================================*/
/*========================================== COLOR CODES ==============================================


	Theme Color	       :#ec3642
	Main Heading Color :#333333
	SubHeading Color   :#333333
	Content Color      :#666666

=====================================================================================================*/
/*========================================== TYPOGRAPHY ==============================================
	
	HEADING    :font-family: 'Montserrat', Helvathika, Arial sans-serif;
	CONTENT    :font-family: 'Roboto', Helvathika, Arial sans-serif;

====================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/
/* CUSTOM STYLES */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body {
    font-family: 'Roboto', Helvathika, Arial, sans-serif;
    font-size: 14px;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4 {
    margin: 0px;
}
/* elements */

p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
.menu-fs,
.products-price {
    font-family: 'Montserrat', Helvathika, Arial, sans-serif;
}
h1,
h2,
h3,
h4 {
    color: #333333;
    letter-spacing: 1px;
}
h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}
h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
}
h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
}
h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p,
.white-text-separate {
    color: #f3f3f3;
}
.h2-bottom {
    margin-bottom: 15px;
}
.h4-bottom {
    margin-bottom: 15px;
}
#primary .h2-bottom {
    margin-bottom: 10px;
}
.p-white-text {
    color: #ffffff;
}
.p-bottom {
    margin-bottom: 20px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.section-space {
    padding: 80px 0 80px 0;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
#primary .image-bottom {
    margin: 0 0 20px 0;
}
#secondary .image-bottom,
#secondary-both .image-bottom {
    margin: 0 0 20px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.no-fs {
    font-size: 0;
}
.common-row-space {
    padding-bottom: 40px;
}
.section-bg-1 {
    background-color: #ffffff;
}
.section-bg-2 {
    background-color: #f6f6f6;
}
iframe {
    border: 0px;
}
.distab {
    display: table;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.single p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.ls,
#secondary .widget_tags .tags li p,
#secondary .widget_archive .archive li p,
#secondary .widget_categories .categories li p,
#secondary .widget_archive .archive-fs,
#comments .comment-meta .comments-date span,
#comments .comment-meta .comments-date {
    letter-spacing: 0.6px;
}
.footer-ls p,
#comments .comment-meta p,
.btn-1 {
    letter-spacing: 1px;
}
.pos-rel {
    position: relative;
}
/*========================================== NAVIGATION START ===========================================*/

.menu-underline a::before {
    background: #f3f3f3;
    background: linear-gradient(to right, #ec3642 0%, #ec3642 50%, #ffffff 50%, #ffffff 100%);
    bottom: -3px;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease 0s, opacity 0.33s ease 0s;
}
.menu-underline a:hover::before {
    opacity: 1;
    transform: translateX(0px);
}
.menu-fs {
    color: #f3f3f3;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}
.menu-bg {
    background-color: #000000;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #f3f3f3 !important;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #f3f3f3 !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #ec3642 !important;
}
.navigation-tb {
    margin-top: 30px;
    margin-bottom: 30px;
}
.nav > li {
    display: table;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default {
    border-color: transparent;
}
.navbar {
    min-height: 80px;
}
.navbar-default .navbar-nav li {
    padding: 15px 0 0 0;
    margin: 0 15px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content a {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
}
.dropdown-content a:hover {
    color: #f3f3f3;
    background-color: #333333;
}
.navbar-default .navbar-nav li {
    padding: 15px 0 0 0;
    margin: 0 15px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-top: 4px solid #ec3642;
    right: 0;
}
.dropbtn {
    cursor: pointer;
    padding-bottom: 20px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/*========================================== NAVIGATION END ===========================================*/
/*========================================== HEADER START =========================================*/

.header h1 {
    color: #ffffff;
    letter-spacing: 5px;
}
#header-featured-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#header-featured-image {
    background-image: url("../../images/1500x400.jpg");
}
.header-section-space {
    padding: 170px 0 170px 0;
}
/*========================================== HEADER END ===========================================*/
/*========================================== LEFT-SIDEBAR START =========================================*/

.side_bar h2 {
    color: #ffffff;
    background-color: #ec3642;
    display: table;
    padding: 5px 10px 5px 10px;
}
#primary .entry-meta .date {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
#primary .entry-meta h2,
#secondary h2,
.footer-h2 h2 {
    text-transform: capitalize;
}
#primary .entry-meta h2 {
    margin-bottom: 10px;
}
#primary .entry-meta h2 a:hover {
    color: #ec3642;
}
.date-bottom {
    margin-bottom: 10px;
}
#primary .link-read,
#secondary .link-read {
    color: #ec3642;
}
#primary .link-read,
#secondary .link-read {
    font-size: 13px;
    font-weight: 700;
    padding-left: 10px;
}
.link-underline {
    display: inline-block;
    text-decoration: none;
}
.link-underline::after {
    background-color: #ec3642;
    content: '';
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 0;
    transition: width 1s;
    -ms-transition: width 1s;
    -webkit-transition: width 1s;
}
.link-underline:hover::after {
    width: 100%;
    transition: width 1s;
    -webkit-transition: width 1s;
    -ms-transition: width 1s;
}
.three-link-top {
    padding-top: 5px
}
.three-link-top ul li {
    padding-top: 15px
}
.three-link {
    list-style: none;
    display: inline-block;
}
.three-right li {
    padding-right: 10px;
}
.three-right:last-child {
    padding-right: 0;
}
#primary .entry-meta .category {
    border: 1px solid #f2f2f2;
    font-size: 13px;
    font-weight: 600;
    padding: 0 10px;
}
#primary .entry-meta .category:hover {
    color: #ec3642;
}
.lsb-br {
    border-bottom: 1px solid #dcdcdc;
}
.lsb-br-bottom {
    padding-bottom: 40px;
}
.lsb-br-top {
    padding-top: 40px;
}
.srch-width {
    width: 100%;
}
.search-box {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 0px 3px 3px 0;
}
.search-box:hover {
    color: #ec3642;
}
.secondary-bg-1 {
    background-color: #f6f6f6;
}
.both-about-bg-top {
    padding-top: 10px;
}
.search-bg-pad {
    padding: 40px 10px 40px 10px;
}
.popular-bg-pad {
    padding: 0 10px 10px 10px;
}
.popular-pad {
    padding: 40px 10px 40px 10px;
}
.tags-bg-pad,
.archive-bg-pad,
.categories-bg-pad,
.about-bg-pad,
.instagram-bg-pad {
    padding: 0 10px 40px 10px;
}
.both-about-bg-pad {
    padding: 10px 10px 10px 10px;
}
.secondary-bg-2 {
    background-color: #ffffff;
    padding: 30px 20px 30px 20px;
    padding: 30px 20px 30px 20px;
}
#secondary.widget_tags .tags li p,
#secondary .widget_archive .archive li p,
#secondary .widget_categories .categories li p,
#secondary .widget_archive .archive-fs {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
#secondary .widget_archive .archive li p:hover,
#secondary .widget_categories .categories li p:hover {
    color: #ec3642;
}
#secondary .widget_archive .archive li {
    margin-bottom: 10px;
}
#secondary .widget_archive .archive:last-child {
    margin-bottom: 0;
}
#secondary .widget_tags .tags li,
#secondary .widget_categories .categories li {
    background-color: #f5f5f5;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
    margin: 0 10px 10px 0;
    padding: 10px 8px 10px 8px;
    border-radius: 3px;
    transition: .5s all ease;
}
#secondary .widget_tags .tags li:hover {
    background-color: #ec3642;
}
#secondary .widget_tags .tags li:hover p {
    color: #ffffff;
}
#secondary .widget_tags .tags li,
#secondary .widget_categories .categories li {
    list-style: none;
    display: inline-block;
}
#secondary .widget_archive .archive li {
    list-style: none;
    display: block;
}
.archive-icon-right {
    padding-right: 10px;
}
.categories-right {
    padding-right: 5px;
}
.categories-num-bg {
    color: #555555;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.instagram-lr-pad-1 {
    padding: 0 15px;
}
.instagram-right-pad {
    padding-right: 4px;
}
.instagram-lr-pad-2 {
    padding: 0 2px;
}
.instagram-left-pad {
    padding-left: 4px;
}
.instagram-top-pad {
    padding-top: 6px;
}
.shadow:hover {
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.3);
}
.shadow {
    transition: all 0.2s ease 0s;
}
.right-arrow {
    padding-left: 10px;
}
/*========================================== LEFT-SIDEBAR END ===========================================*/
/*========================================== BOTH-SIDEBAR START ===========================================*/

.both-table-bottom-pad {
    padding-bottom: 20px;
}
.both-table-top-pad {
    padding-top: 20px;
}
.both-table-left-pad {
    padding-left: 15px;
}
.popular-br {
    border-bottom: 1px solid #cccccc;
}
/*========================================== BOTH-SIDEBAR END ===========================================*/
/*========================================== PAGINATION START =========================================*/

.pagination {
    margin: 40px 0 0 0;
    display: inline-block;
}
.pagination a {
    color: #333333;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}
.pagination a.active {
    background-color: #ec3642;
    color: white;
}
.pagination a:hover:not(.active) {
    background-color: #333333;
    color: #ffffff;
}
/*========================================== PAGINATION END ===========================================*/
/*========================================== ARCHIVE START =========================================*/

#secondary .widget_archive .archive-fs {
    display: table;
}
.list-group.panel > .list-group-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.list-group-submenu {
    margin-left: 20px;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #666666;
}
.list-group-item {
    background-color: transparent;
    border: none;
    display: block;
    margin-bottom: -1px;
    padding: 7px 0;
    position: relative;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    background-color: transparent;
    color: #666666;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    background-color: transparent;
    color: #666666;
    text-decoration: none;
}
a.list-group-item,
button.list-group-item {
    color: #666666;
}
.panel {
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 3px;
}
/*========================================== ARCHIVE END ===========================================*/
/*========================================== COMMENTS START =========================================*/

#comments h1,
.comment-reply-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
#comments .comment-meta p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
#comments .comment-meta span,
#comments .comment-meta .comments-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.comments-text-left {
    padding-left: 15px;
}
#comments .comment-meta .comments-date {
    margin-top: 5px;
}
#comments .comment-meta .comments-date span {
    font-size: 15px;
    font-weight: 500;
}
#comments .text-top {
    padding-top: 20px;
}
#comments .comments-row-space {
    padding-bottom: 30px;
}
#comments .comments-left-pad {
    padding-left: 60px;
}
.comments-section-top {
    padding-top: 30px;
}
/*========================================== COMMENTS END ===========================================*/
/*========================================== COMMENTS-FORM START =========================================*/

.comment-form label {
    font-size: 14px;
    font-weight: 600;
}
.comment-form-bottom {
    padding-bottom: 100px;
}
.comment-form input {
    height: 40px;
}
.form-pad-right {
    padding-right: 30px;
}
.textarea-bottom {
    padding-bottom: 30px;
}
.btn-1 {
    background-color: #ec3642;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    transition: 300ms ease-in;
}
/*========================================== COMMENTS-FORM END ===========================================*/
/*========================================== GRID-TWO-COLUMN =========================================*/

.twocol-row-space {
    padding-bottom: 30px;
}
.zoom-area {
    overflow: hidden;
}
.find-image {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.content-body {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    right: 0;
}
.zoom-area:hover .find-image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.content-header {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 30px 30px 30px;
}
.two-col-lr-pad {
    padding-right: 15px;
}
.two-col-icon-right {
    padding-right: 5px;
}
/*========================================== GRID-TWO-COLUMN =========================================*/
/*========================================== SIDEBAR =========================================*/

.secondary-bg-2 {
    border-top: 5px solid #ec3642;
    position: relative;
}
.side-bar-circle-icon {
    position: absolute;
    width: 24px;
    left: 0;
    right: 0;
    top: -13px;
    margin: 0 auto;
}
.main-circle-icon {
    position: absolute;
    bottom: -12px;
    left: 45%;
}
#secondary .secondary-bg-1:last-child,
.both_common .secondary-bg-1:last-child {
    padding-bottom: 10px;
}
/*========================================== SIDEBAR =========================================*/
/*========================================== FOOTER START ===========================================*/

.footer_common p a {
    transition: 300ms ease-in;
}
.footer_common p a:hover {
    color: #ec3642;
}
.footer-icon {
    list-style: none;
    display: inline-block;
}
.footer-lr-pad {
    padding-left: 10px;
}
.footer-p-bottom {
    margin-bottom: 10px;
}
.footer-bg {
    background-color: #222222;
}
.footer-col-center {
    display: table;
    margin: 0 auto;
}
.footer-bg {
    background-color: #333333;
}
.footer-section-space {
    padding: 80px 0 40px 0;
}
.posts-bottom {
    margin-bottom: 25px;
}
.posts-bottom:last-child {
    margin-bottom: 0;
}
.posts-heading-bottom {
    margin-bottom: 20px;
}
.footer-list-bk li {
    list-style: none;
    display: block;
}
.footer-list-bottom li {
    padding-bottom: 15px;
}
.footer-list-bottom li:last-child {
    padding-bottom: 0;
}
.footer-dot-right {
    padding-right: 10px;
}
.footer-contact-left {
    padding-left: 15px;
}
.footer-contact-bottom {
    margin-bottom: 25px;
}
.footer-br {
    border-bottom: 1px solid #555555;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.footer-icon li {
    list-style: none;
    display: inline-block;
}
.footer-left-pad li {
    margin-left: 10px;
}
.footer-left-pad li:first-child {
    margin-left: 0;
}
.posts-left-pad {
    padding-left: 15px;
}
.workout-events .date-bottom {
    padding-bottom: 5px;
}
.workout-events .date-bottom:last-child {
    padding-bottom: 0;
}
.icon-br {
    border: 1px solid #f3f3f3;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    transition: 300ms ease-in;
}
.fw-icon {
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 400;
    transition: 300ms ease-in;
    position: absolute;
    top: 33%;
    left: 33%;
}
.fa-behance {
    left: 24%;
}
.icon-br:hover {
    border: 1px solid #ec3642;
}
.icon-br:hover .fw-icon {
    color: #ec3642;
}
.footer-date-width {
    width: 48%;
}
.footer-dot-width {
    width: 4%;
}
.footer-time-width {
    width: 48%;
}
.workout-events-width {
    width: 90%;
}
/*========================================== FOOTER END ===========================================*/
/*========================================== MEDIA QUERY START =========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .popular_common .posts {
        width: 40px;
        padding-top: 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .both-res-primary-bottom {
        padding-bottom: 40px;
    }
    .both-about-bg-pad {
        padding: 0 10px 10px 10px;
    }
    .res-clear-left {
        clear: left;
    }
    .res-common-bottom {
        padding-bottom: 40px;
    }
    .footer_common .res-br {
        border-top: 1px solid #555555;
        padding-top: 40px;
    }
    .both_common .secondary-bg-1 {
        width: 60%;
    }
    .popular-pad {
        padding: 30px 10px 40px 10px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
    .navbar-toggle {
        margin-right: 0;
    }
    .navbar-default .navbar-nav li {
        margin: 10px 15px;
    }
    .primary-res-bottom {
        padding-bottom: 40px;
    }
    .res-text-center,
    .footer-text-res-center h2,
    .footer-text-res-center p {
        text-align: center;
    }
    .both-res-primary-bottom {
        padding-bottom: 40px;
    }
    .both-about-bg-pad {
        padding: 0 10px 10px 10px;
    }
    .footer_common .res-br {
        border-top: 1px solid #555555;
        padding-top: 40px;
    }
    .res-clear-left {
        clear: left;
    }
    .res-common-bottom-1 {
        padding-bottom: 40px;
    }
    .twocol_common .res-twocol-row-space {
        padding-bottom: 30px;
    }
    .dropdown-content {
        left: 0;
        z-index: 1;
    }
    .dropbtn {
        padding-bottom: 10px;
    }
    .navigation-tb {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .secondary-bg-1 {
        width: 60%;
    }
    .popular-pad {
        padding: 30px 10px 40px 10px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 639px) {
    .footer-full {
        width: 100% !important;
    }
    .footer-res-bottom {
        padding-bottom: 40px;
    }
    .footer_common .res-br {
        border-top: 1px solid transparent;
        padding-top: 0;
    }
    .res-common-bottom-2 {
        padding-bottom: 40px;
    }
    h1 {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
    }
    h4 {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    #comments .comments-left-pad {
        padding-left: 30px;
    }
    .content-body {
        position: relative;
        background: rgba(0, 0, 0, 0.8);
    }
    .content-header {
        position: relative;
        padding: 20px 20px 20px 20px;
    }
    .zoom-area:hover .find-image {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .secondary-bg-1 {
        width: 80%;
    }
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
    .comments-fixed {
        width: 100% !important;
    }
    .form-pad-right {
        padding-right: 0;
    }
    .comment-form-bottom {
        padding-bottom: 200px;
    }
    .res-name-bottom {
        padding-bottom: 30px;
    }
    .secondary-bg-1 {
        width: 100%;
    }
}
/*========================================== MEDIA QUERY END =========================================*/