/*
Theme Name: Dynamite Fitness
Description: A Responsive Bootstrap Wordpress Theme for Business, Blog Websites.
Version: 1.0
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Typography               */
/*   02 - General & Basic Styles   */
/*   03 - Accessibility            */
/*   04 - Header                   */
/*   05 - Navigation               */
/*   06 - Front Page Styles        */
/*   07 - Form Styles              */
/*   08 - Single Page Styles       */
/*   09 - Single post Styles       */
/*   10 - Blog Styles              */
/*   11 - Comments Styles          */
/*   12 - Sidebar Styles           */
/*   13 - Footer Styles 		       */
/*   14 - 404 Page Styles	  	     */
/*   15 - Media Styles             */



/*------------------------------------------*/
/*	     01 - Typography
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
  	color: #551f7a;
}

h1 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    font-size: 46px;
	line-height: 40px;
	text-transform: uppercase;
    font-weight: bold;
	margin-bottom: 10px;
}

h3 {
    font-size: 30px;
	line-height: 28px;

}

h4 {
    font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

h5 {
    font-size: 20px;
  	line-height: 24px;
}

h6 {
    font-size: 18px;
	  line-height: 20px;
}
a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: #f1b41d !important;
    text-decoration: none;
}

/*------------------------------------------*/
/*	     02 - General & Basic Styles
/*------------------------------------------*/
html {
    overflow-y:scroll;
    overflow-x: hidden;
}
body {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #666;
    background: #ffffff;
}
p {
    color: #666;
    line-height: 30px;
    margin: 0;
}
p strong {
	  font-weight: 600;
}
.page-content p {
	  margin-bottom: 15px;
}
strong, b {
    font-weight: 600;
}
i {
	  font-size: 1.1em;
}
img{
	border-style:none;
	vertical-align:top;
	max-width:100%;
	height:auto;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
}
object{
	max-width:100%;
}
ul, ol {
    list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
iframe[src="about:blank"] {
    display: none;
}
[class*="span"] {
    margin-left: 0px;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.widget {
    list-style-type: none;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.white {
	color:#ffffff !important;
}

.button, input[type="submit"] {
	  display: inline-block;
	  color: #fff;
	  margin-right: 5px;
	  border-radius: 3px;
	  -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
  	  border:0;
  	  text-transform: uppercase;
  	  font-weight: 400;
	  padding: 5px 15px;
	  background: #f1b41d;
}
.vc_btn3.vc_btn3-size-sm {
    font-size: 16px !important;
    padding-top: 5px !important;
    padding-bottom: 7px !important;
    font-weight: bold !important;
}
.vc_btn3.vc_btn3-size-sm:hover{ 
	color:#ffffff !important;
}
/*------------------------------------------*/
/*	     03 - Accessibility
/*------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #000 !important;
	color: #ffd200 !important;
	clip: auto !important;
	display: block;
	font-size: 14px;
	font-size: 18px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/*------------------------------------------*/
/*	     04 - Header
/*------------------------------------------*/
.sticky {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: #fff !important;
	top: 0;
	border-bottom: 1px solid #d2d3d4;
}
.top-bar {
  padding: 10px 0;
  background: #561f7a;
  color: #ffffff;
  font-weight: bold;
}
.top-bar li {
  display: inline-block;
}
.top-bar .social-networks {
  text-align: right;
}
.top-bar li a {
  padding: 10px 0 10px 10px;
  color: #ffffff;
}
.top-bar .contact-details li a:before {
	position: relative;
	content: "|";
	padding: 0 10px 0 0;
	top: -1px;
}
.top-bar .contact-details li:first-child a:before {
	display: none;
}
.main-header {
  padding: 10px 0;
}
.header-logo img {
    max-width:200px;
}
.sticky .header-logo img {
    max-width:160px;
}
/*------------------------------------------*/
/*	     05 - Navigation
/*------------------------------------------*/
.nav{
	padding: 20px 0px 0;
}
.sticky .nav{
	padding: 10px 0px 0;
}
.navbar {
  float: right !important;
}
.nav > li {
	padding:0 6px;
}
.nav > li > a{
	font-size: 18px;
    font-weight: bold;
	font-family: 'Muli', sans-serif;
	text-transform: capitalize;
	color: #551f7a;
	padding:10px 8px !important;
    letter-spacing: 1px;
    background: transparent; !important;
}
.nav > li > a:hover {
    background: #fada4b !important;
    color: #551f7a !important;
    border-radius: 3px;
}
ul.nav li.dropdown:hover ul.dropdown-menu{
	display: block;
	border:0;
}
.dropdown-menu {
    font-size: 16px !important;
}
.dropdown-menu > li > a {
    padding: 6px 20px !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #FFF !important;
}
#nav-mobile-btn{
    background-color: transparent;
    border: 0;
    color: #551f7a;
    font-size: 28px;
    width: 40px;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    float: right;
    margin-top: 0;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#nav-mobile-btn:active,
#nav-mobile-btn:hover{
    background-color: transparent;
    opacity: 0.8;
}
#nav-mobile-btn i {
   color: #551f7a !important
}
.nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #F7F8FA;
    padding: 15px;
    overflow: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-mobile > i{
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	  color: #551f7a !important;
}
.nav-mobile > i:hover,
.nav-mobile > i:active{
    color: #551f7a;
    background-color: transparent;
}
.nav-mobile h2{
    text-align: center;
    margin: 10px 0 25px;
    color: #551f7a;
}
.nav-mobile h2 i{
    margin-right: 10px;
    color: #551f7a !important;
}
.nav-mobile a {
    color: #333333;
}
.nav-mobile a:hover{
    text-decoration: none;
}
.nav-mobile a:focus{
    text-decoration: none;
}
.nav-mobile ul {
    list-style: none;
}
.nav-mobile > ul{
    padding: 0;
}
.nav-mobile > ul li{
    margin-bottom: 10px;
}
.nav-mobile > ul li > a{
    margin-bottom: 10px;
    display: block;
}
.nav-mobile > ul > li{
    margin-bottom: 20px;
    padding-left: 10px;
}
.nav-mobile > ul ul{
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-mobile::after{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    display: none;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.nav-mobile.open{
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.nav-mobile.open::after{
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}


/*------------------------------------------*/
/*	     06 - Front Page Styles
/*------------------------------------------*/
.section-overlay-layer {
    background: rgba(86, 31, 122, 0.7);
}
.section-overlay-layer  p {
    color: #ffffff;
}

/*------------------------------------------*/
/*	     07 - Form Styles
/*------------------------------------------*/

input[type="text"], input[type="email"], select {
    height: 40px;
}
textarea {
    height: 300px;
}
.wpcf7-form label, .wpcf7-response-output {
	color:#ffffff !important;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"],.wpcf7-form input[type="tel"],
.wpcf7-form textarea, .wpcf7-form select {
    border: 1px solid #f1b41d;
    color: #ffffff !important;
    padding: 10px 15px;
    width: 100%;
    margin: 30px auto;
    display: block;
    background: rgb(0,0,0,0.4);
}
.wpcf7-form input[type="submit"] {
    width: 100%;
    margin: 30px auto;
    display: block;
    font-weight: bold;
    padding: 10px 0;
    font-size: 24px;
    letter-spacing: 1px;
}
.wpcf7-form .Idliketoattend select {
	margin: 0px auto 30px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, .wpcf7-form select {
	color: #ffffff !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 0;
}
/*------------------------------------------*/
/*	     08 - Single Page Styles
/*------------------------------------------*/
.page-title-bar {
	clear: both;
	padding: 25px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	border-top: 1px solid #d2d3d4;
	border-bottom: 1px solid #d2d3d4;
}
.page-breadcrumbs li {
    display: inline-block;
	padding: 0 3px;
	font-size: 11px;
	color:#561f7a;
}
.page-breadcrumbs li a {
	color:#561f7a;
}
.content-wrapper {
	padding: 20px 0;
}


/*------------------------------------------*/
/*	     09 - Single Post Styles
/*------------------------------------------*/

/*------------------------------------------*/
/*	     10 - Blog Styles
/*------------------------------------------*/
.blog-list .blog-head-line h2 {
    font-size: 26px;
}
.blog-list .blog-head-line h2 a { color: #00847e; }
.blog-list .blog-image {
    padding: 15px 0;
}
.read-more {
	 color:#00847e;
	 text-decoration: none;
	 font-weight: 600;
}
.blog-box {
	margin-bottom: 40px;
}
.blog-box .post_metadata {
    border-top: 1px solid #eee;
    padding: 4px 0;
}
.blog-box .post_metadata, .blog-box .post_metadata a {
    font-size: 12px;
    color: #00847e;
    text-decoration: none;
		font-weight: 500;
}
.blog-box .post_metadata > span {
    border-color: #eee;
    border-width: 0 1px 0 0;
    border-style: solid;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
}
.blog-box .post_metadata span:last-child {
    border-right: 0;
}

/*------------------------------------------*/
/*	     11 - Comments Styles
/*------------------------------------------*/
.at_comments {
    margin: 0;
    width: 100%;
    overflow: hidden;
}
.at_comments .comments-title {
    margin: 0;
    line-height: 100% !important;
    padding: 0 0 20px;
    font-size: 16px;
		color: #666;
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
}
.at_comments ol.commentlist {
    list-style: none outside none;
    margin: 0;
    position: relative;
		padding: 0;
}
.at_comments ol.commentlist > li {
    list-style-position: outside;
    float: none;
    clear: both;
    display: block;
    border: 0;
    padding: 0;
    margin: 0 0 20px;
}
.at_comments .comment-holder {
    background: none repeat scroll 0 0 #fff;
    border-color: #EFEFEF;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
    position: relative;
    z-index: 2;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -o-box-shadow: 0 4px 2px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.02);
    -moz-box-shadow: 0 4px 2px rgba(0,0,0,0.02);
    box-shadow: 0 4px 2px rgba(0,0,0,0.02);
}
.at_comments ol.commentlist li .comment-avatar {
    float: left;
    padding: 0;
    width: 75px;
}
.at_comments ol.commentlist  li .comment-avatar img {
    display: block;
		border: 1px solid #e8e8e8;
}
.at_comments ol.commentlist li .comment-body {
    margin-left: 80px;
    position: relative;
}
.at_comments ol.commentlist li .comment-body .comment-author {
    font-size: 16px;
}
.at_comments .comment-author {
    display: block;
    height: 30px;
}
.at_comments ol.commentlist li .comment-body .author-name {
    font-size: 16px;
    float: left;
    font-weight: bold;
    color: #ab2929;
}
.at_comments ol.commentlist li .comment-body .comment-meta, #cancel-comment-reply-link {
    position: relative;
    float: right;
}
.at_comments ol.commentlist li .comment-body .comment-meta, .cancel-reply {
    color: #818181;
}
.at_comments ol.commentlist li a, .rt_comments ol.commentlist li a:hover {
    text-decoration: none;
}
.at_comments ol.commentlist li a, .cancel-reply a {
    color: #551f7a;
}
.at_comments ol.commentlist li .comment-body .comment-meta .comment-reply {
    padding: 4px 8px;
    margin: 0 0 0 5px;
    background: #E4E4E4;
    text-decoration: none;
}
.at_comments ol.commentlist li .comment-body .comment-meta a, #cancel-comment-reply-link {
    color: #9F9F9F;
		font-weight: 500;
}
.at_comments ol.commentlist li p {
    color: #818181;
}
.at_comments .comment-text {
    display: inline-block;
    padding: 10px 0 0 0;
}
#respond {
    clear: both;
    display: block;
		margin: 20px 0;
}
#respond h3#reply-title {
    margin: 0;
    line-height: 100% !important;
    padding: 0 0 20px;
    font-size: 20px;
		color:#666;
}
.comment-notes {
    font-style: italic;
    color: #aaa;
		padding: 0 0 16px 0;
		font-weight: 500;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea,
.comment-form input[type="url"] {
    position: relative;
    outline: none;
    padding: 14px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #8C8C8C;
    border: 1px solid #eee;
    background: #fff;
    -moz-box-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #eee;
    -webkit-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #eee;
    box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #eee;
    width: 100%;
		margin: 10px 0;
}
.comment-form .form-submit {
	  padding: 20px 0;
}


/*------------------------------------------*/
/*	     12 - Sidebar Styles
/*------------------------------------------*/
.sidebar {
	padding-right: 0;
}
.sidebar h2, .sidebar h3, .sidebar h4 {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    border-bottom: 3px solid #00847e;
    text-align: left;
		color: #00847e;
}
.sidebar ul li {
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #00847e;
}
.sidebar ul {
    margin-bottom: 40px;
}
.sidebar .contact-form {
	background: #00a59b;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.sidebar .contact-form .callus-text, .sidebar .contact-form h2 {
	color: #fff;
}


/*------------------------------------------*/
/*	     13 - Footer Styles
/*------------------------------------------*/
#footer .footer-content {
	background: #ffffff;
    padding: 30px 0;
    font-size:18px;
}
#footer .footer-content p {
	color: #561f7a;
}
#footer .footer-content a{
	color: #561f7a;
}
#footer .footer-content h3 {
	color: #561f7a;
	margin-bottom: 20px;
    font-weight:bold;
    padding-bottom: 10px;
    border-bottom:2px solid;
}
#footer .footer-content .footer-logo {
    padding: 40px 0 0;
}
#footer .footer-copyright {
	background: #561f7a;
	padding: 15px 0;
	color: #ffffff;
}
#footer .social-networks {
	text-align: right;
}
#footer .social-networks li {
	display: inline-block;
}
#footer .social-networks li a {
	padding: 0 10px;
	color: #ffffff;
}

/*------------------------------------------*/
/*	     14 - 404 Page Styles
/*------------------------------------------*/
.error-page {
    padding: 90px 0;
    text-align: center;
}
.error-banner {
   background: #f1b41d;
	 height: 90px;
   padding: 30px;
}
.error-banner h2 {
	 padding: 0 30px;
	 margin: 0;
	 color: #ffffff;
}
.error-page h1 {
    font-size: 160px;
    line-height: 150px;
    font-weight: 700;
    color: #f1b41d;
}
.error-page h3 {
    font-weight: 400;
}
.error-banner .page-breadcrumbs li,
.error-banner .page-breadcrumbs li a {
    color: #ffffff;
}
.error-page p {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 25px;
		margin-top:12px;
}
.error-page .button {
	 background: #f1b41d;
	 color: #ffffff !important;
}

/*------------------------------------------*/
/*	    15 - Media Styles
/*------------------------------------------*/
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .hide-desktop{
    display:none;
}

}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 991px) {
	 .nav{
	    display: none;
	 }
	 #nav-mobile-btn {
	    display: block;
	 }
	 .header-logo {
	  	width: 70% !important;
        float: left !important;
     }
     .header-navigation {
	  	width: 30% !important;
        float: left !important;
     }
     .content-wrapper {
        padding: 0 0 20px;
     }
     .main-header {
        padding: 0;
     }
     #banner, .hero-image { min-height: auto !important; }
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
.fullwidth img{
	    width: 100vw!important;
}