/*-----------------------------------------------------------------------------------



	Theme Name: ENERGY - Fitness WordPress Theme

	Theme URI: http://www.microthemes.ca

	Description: Premium Fitness Theme produced by Micro Themes

	Author: Micro Themes

	Author URI: http://www.microthemes.ca

	Version: 1.5.3

	Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready

	License: GNU General Public License

	License URI: license.txt





General comments (optional).

-----------------------------------------------------------------------------------------*/

  .pm-footer-triangle-data {

    display: table;

    margin: 0 auto;

    padding-top: 0px !important;

    position: relative;

    z-index: 0;

} 





footer {

    height: 0px !important;

}



.pm-footer-copyright {

    background-color: #272d36;

    margin-top: -80px !important;

    padding: 20px 0 0 !important;

}







header {

     height: 170px;

    padding: 40px 0;

}



header {

    background-position: 0 -50px;

    background-repeat: repeat-x;

    position: absolute;

    transition: all 0.3s ease 0s;

    width: 100%;

    z-index: 9999;

}



header.fixed {

background-color: rgba(255, 255, 255, 1) !important;

}





.pm-sub-header-title-bg {

    background-color: rgba(0, 0, 0, 0.4)!important;

}




/*
.col-md-6 {
    float: right !important;
    width: 33% !important;
}
*/


.sf-menu a:hover{

color: #e01f27 !important;

}



button, input, optgroup, select, textarea {

background-color: #f7ba17;

    border: 0 none;}



label{

color: #000000!important;

padding-bottom: 10px !important;



}







/*------------------------------------------------------------------

Header Styles 

-------------------------------------------------------------------*/

body .pm-header-logo-container {

  max-width: 180px;

}





.header.fixed .pm-header-logo {

  max-width: 128px;

  height: auto;

  margin-right: auto;

}





.pm-header-logo {

    max-width: 100px;

}



/* Top bar */

.pm-sub-menu-container {

    border-bottom: 1px solid #f6d600;

}



/* Menu - normal state */













/*------------------------------------------------------------------

Content

------------------------------------------------------------------*/



/* Contact Form 7 */

body .wpcf7 label {

  font-size: 0.9em ;

  color: #333 !important;

  text-transform: uppercase;

}



body .wpcf7 input {

  font-size: 1.2em ;

  padding: 5px 5px;

  color: #222;

  background-color: #ffb606;

  border-radius: 5px;

  transition: 0.2s all ease-in-out;

}



body .wpcf7 input:focus {

  outline: none;

  box-shadow: 0 0 0px 2px #ffda2ba1;

}



body .wpcf7 .wpcf7-submit {

  display: block;

  width: 180px;

  margin: 0 auto;

  border-radius: 10px;

  text-transform: uppercase;

  font-weight: 600;

  background-color: #000;

  color: #ffda2b;

  transition: 0.2s all ease-in-out;

}



body .wpcf7 .wpcf7-submit:hover {

  color: #000;

  background-color: #ffda2b;

}



/*

* Specific Contact Forms

*/



/* Contact form in sidebar, in content */

body .wpcf7#wpcf7-f2004-p1661-o2 label,

body .wpcf7#wpcf7-f2004-p1661-o1 label {

  color: #222 !important;

}





/*------------------------------------------------------------------

Footer Styles

------------------------------------------------------------------*/

body .pm-fat-footer {

	background-color: #222;

}







body .pm-footer-copyright {

    background-color: #111;

    margin: 0;

    margin-top: 0px !important;

    padding: 40px 0 !important;

}



#pm-back-to-top {

  color: #ccc;

}



#pm-back-to-top:hover {

  color: #ffda2b;

}





/*-----------------------------------------------------------
CUSTOM STYLES BY TECHSPERIA
 - Header
 - Social Media Icons
*-----------------------------------------------------------/

/*
* Header
*
*/

/* Mobile Header Logo */
.pm-sub-menu-mobile-logo {
  max-width: 180px;
}


/* Header Search Bar */
.pm-search-field-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.pm-search-field-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.pm-search-field-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.pm-search-field-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


/*
* Custom Social Media Icons - Techsperia
*/

.social-media-icons-custom  {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 1em 0;
  padding-bottom: 0;
}

.social-media-icons-custom a.social {
  position: relative;
  display: inline-block;
  margin: 10px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  
  color: #fff;
  background-color: #333;
  border: 1px solid #ffb60622;
  
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.social-media-icons-custom a.social i {
  position: relative;
}

.social-media-icons-custom a.social:hover {
  border-color: rgba(0,0,0,0.25);
  color: #fff;
}

.social-media-icons-custom a.social::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  opacity: 0;
  mix-blend-mode: color-dodge;
}
.social-media-icons-custom a.social:hover::before {
  opacity: 0.5;
}

.social-media-icons-custom a.facebook {
  background-color: #3b5998;
}

.social-media-icons-custom a.twitter {
  background-color: #1da1f2;
}

.social-media-icons-custom a.instagram {
  background-color: #e1306c;
}

.social-media-icons-custom a.linkedin {
  background-color: #0077b5;
}
.social-media-icons-custom a.youtube {
  background-color: #ff0000;
}



/* MeanMenu CSS Styles */
.mean-container .mean-nav ul li li a {
  text-transform: none;
  opacity: .75;
}

.mean-container .mean-nav ul li li:hover a {
  opacity: 1;
}



/* WPF7 Footer */
body .pm-fat-footer .wpcf7 label {
  color: #fff !important;
}



/* pm footer styles */
.pm-widget-footer h6 {
    font-family: Oswald;
    text-transform: uppercase;
    line-height: 1.6px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 15px;
}



/* Custom PM Footer Sitemap Links - Techsperia */
/* .custom-footer-widget-col ul.pm-sitemap-links {
  padding: 0;
}
.custom-footer-widget-col ul.pm-sitemap-links > li {
  padding: 0;
  padding-left: 20px;
  border-bottom: 1px solid #313131;
}

.custom-footer-widget-col ul.pm-sitemap-links > li > a {
  display: inline-block;
  padding: 4px 0;
  color: #fff !important;
} 

.custom-footer-widget-col ul.pm-sitemap-links > li > a:hover {
  color: #f6d600 !important;
}


.custom-footer-widget-col .footer-links-no-ul > div > a {
  display: block;
  padding: 4px 0;
  padding-left: 0px;
  color: #fff !important;
}

.custom-footer-widget-col .footer-links-no-ul > div > a:hover {
  color: #f6d600 !important;
} */




/* pm Sub Menu */
.pm-sub-menu-container {
    background-color: #242B34;
}


@media screen and ( max-width: 768px ) {
    body .pm-sub-menu-container {
        background-color: #1f89ce;
    }
}



/* MeanMenu Stick to Top */
body.mean-container {
  margin-top: 53px;
}

body.mean-container .mean-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
