/*
Theme Name: Good Fit Health Club
Theme URI: https://www.nunofidalgo.com/wordpress-themes/
Author: Nuno Fidalgo
Author URI: https://www.nunofidalgo.com/
Description: Tema personalizado para o ginásio Good Fit Health Club.

Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: good-Fit-Health-Club
Tags: light-blue, light-orange, light-green, white,one-column,two-columns,no-sidebar,responsive-layout

Good Fit Health Club theme WordPress Theme is released under the terms of GNU GPL
*/

body { margin:0; padding:0; font-family: 'Exo 2', sans-serif; }

a { text-decoration:none; color:#f78f20; }
a:hover { color:#04b9d2; }

/* ol, ul { margin:0; padding:0; }
ul li ul, ul li ul li ul, ol li ol, ol li ol li ol { margin-left: 10px; } */

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    font-weight: normal;
    /* word-wrap: break-word; */
}
h1 { font-size:36px; }
h2 { font-size:30px; }
h3 { font-size:24px; }
h4 { font-size:20px; }
h5 { font-size:18px; }
h6 { font-size:14px; }

/* header menu mobile */
.toggle { display: block; }
.toggle a { color:#000000; background:url(images/mobile_nav_right.png) no-repeat right center #3e3e3e; left: 20px; padding:0px 0px 0px 0px; margin-top:0px; font-size:16px; }
.toggle a:hover { color:#ffffff !important; }
.nav { display: none; }

/* nav menu */
.header { width:100%; position:absolute; height:auto; z-index:999999; opacity : 0.99; background-image: url(images/menuWhite.png); background-repeat: no-repeat; background-size: cover; }

/* logo text */
/* .header .header-inner .logo { float:left; position:absolute; left:200px; top:0px; padding:0px; } */
.header .header-inner .logo { float:left; position:absolute; left:135px; top:0px; padding:0px; }
/* .header .header-inner .logo { float:right; position:absolute; right:220px; top:0px; padding:0px; } */
.header .header-inner .logo img { height:84px; background-position: center; }
.header .header-inner { margin:0 auto; padding:0; position:relative; width:1100px; }

/* .nav { margin-right: 125px; padding:0; text-align:right; float:right; } */
/* .nav { margin-left: 125px; padding:0; text-align:left; float:left; } */
.nav { margin-left: 350px; padding:0; text-align:left; float:left; }
.nav ul { float:right; margin:0; padding:0; font-family: 'Exo 2', sans-serif; font-weight:400; font-size:15px; }
.nav ul li { display:inline-block; margin:0; position:relative; text-align:center; }
.nav ul li a { padding:33px 13px; display:block; color: #58595b; }
.nav ul li ul li { display:block; position:relative; float:none; top:-1px; }
.nav ul li ul li a { display:block; padding-top:10px; padding-bottom:10px; position:relative; top:1px; text-align:left; border-top:1px solid #fff; }
.nav ul li a:hover,  .nav ul li.current_page_item a { background-color:#f78f20; color:#fff; }

.nav ul li ul { display:none; z-index:9999999; position:relative; }
.nav ul li:hover > ul { display:block; width:200px; position:absolute; left:0; text-align:left; background-color:rgba(2555, 255, 255, 0.8); box-shadow:0 1px 1px #fff; }
.nav ul li:hover ul li ul { display:none; position:relative; }
.nav ul li:hover ul li:hover > ul { display:block; position:absolute; left:200px; top:1px; }

/* Nivo Slider center info  */
/* .slide_info h2 { font-size:32pt; font-weight: bold; color:#fff; font-family: 'Exo 2', sans-serif; margin:0 0 20px 0; text-transform:uppercase; text-shadow:2px 2px 2px #000;} */
/* .slide_info p  { /* left:34%; width:32%; position: relative; background-color:rgba(0, 0, 0, 0.3); // font-size:18pt; font-weight: normal; color:#fff; font-family: 'Exo 2', sans-serif; margin-bottom:10px; text-shadow:1px 1px 1px #000;} */
/* .ReadMore { font-size:10pt; font-weight: bold; font-family: 'Exo 2', sans-serif; text-transform:uppercase; padding:10px 25px; background-color:transparent; border:3px solid #eab175; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; text-shadow:1px 1px 1px #000000; display:inline-block; }
.ReadMore:hover { background-color: #f78f20; color: #fff; }
.nivo-caption { left:35%; width:30%; background-color:rgba(0, 0, 0, 0.3); } */

/* Generic center background */
.container-background { margin: 0 auto; padding: 120px 0px 40px 0px; position:relative; opacity : 0.75; background-image: url(images/main_center_background.png); background-repeat: repeat; background-size: contain; }
.container-background-home-logo { margin: 0 auto; padding: 0; background-image: url(images/logo_cortado.png); background-repeat: no-repeat; background-size: contain; background-position: left; }
.container-info { padding: 40px 0px 40px 0px; min-height: 450px; text-align: left; margin: 0 auto; width: 80%; }
.container-info h1 { text-align: center; }

.square-box{
    position: relative;
    /* width: 50%; */
    overflow: hidden;
    /* background: #4679BD; */
    background-image: url(images/designSiteGoodfit4-55.png); background-repeat: no-repeat center; background-size: cover;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: regular;
    font-size: 14pt;
}
.square-content h3 { color: #fff; font-weight: bold; font-size: 42pt; text-align: center; }

.container-actividades {
  position: absolute;
  margin: 0 auto;
}
.actividades {
    position: relative;
    overflow: hidden;
    opacity: 0.75;
}
.actividades:before{
    content: "";
    display: block;
    padding-top: 30%;
}
.actividades-box {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
}
.actividades-box div {
    display: table;
    margin: 1px;
    background: #fff;
    float: left;
    height: 10vw;
    width: 23%;
}

.actividades-box a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #f78f20;
    font-weight: bold;
    font-size: 22pt;
}

/* posts */
.blog_lists { padding: 0px; margin: 0 auto; min-height: 450px}
.post { background-color: #fff; opacity: 0.9; color: #58595b; margin: 50px;  overflow: hidden; }
.entry-header { padding: 25px 25px 0px 25px; }
.entry-header a { color: #7e8c1b; }

/* .entry-content { padding: 20px; } */
.entry-content li { list-style-position: outside; }
.entry-content ul { padding-left: 2em; }
.entry-content { padding: 25px; font-size:13pt !important; font-weight: regular; font-family: 'Exo 2', sans-serif;}
.post-thumb { float: left; margin-right: 25px; margin-bottom: 25px; }
.postmeta { font-size:14pt; font-weight: regular; font-family: 'Exo 2', sans-serif; }


/* .entry-summary { padding: 20px;  text-align: justify right; margin-left: 25px; } */
.entry-summary p { text-align: justify; margin: 25px 25px 25px 25px; padding: 25px; font-size:14pt; font-weight: regular; font-family: 'Exo 2', sans-serif; }
.entry-summary p:nth-child(2) { float: right; }

.read-more { font-size:11pt !important; font-weight: regular; font-family: 'Exo 2', sans-serif; margin: 10px 25px; padding: 10px !important; background-color:transparent; border:2px solid #c4d22d; border-radius:2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; text-shadow: 1px 1px 1px #000000; display: inline-block;}
.read-more:hover { background-color: #c4d22d; }
.read-more a { color: #c4d22d; }
/* .read-more p:nth-child(2) { text-align: right; } */
.screen-reader-text { visibility: hidden; }

/* Page */
.container-page { padding: 40px 40px 40px 40px; min-height: 450px; background-image: url(images/logo_watermark_orange.png); background-repeat: no-repeat; background-position: right; background-size: contain; background-color: #fff; opacity: 0.75; }
.container-page h1, h2, h3, h4, h5 { color: #58595b;  text-transform: uppercase; text-align: left;  }
.container-page h1 { font-weight: bold; font-size: 42pt; }
.container-page p { margin: 0; padding: 0; }
/* .post-comment { display: none !important; } */

/* .schedule_img { background-color: #000; opacity: 0.9; } */
.schedule_days { padding: 0; font-weight:regular; text-transform:uppercase; font-size: x-large !important; }
.schedule_hours { padding: 0; font-weight:bolder; text-transform:uppercase; font-size: x-large !important; }

.activity_img { float: left; margin-right: 50px; position: relative; }
/* margin: top right bottom left */
/* .page_row { padding: 25px; margin: 25px 50px 25px 25px; } */
/* .container-page p { padding-left: 75px; } */

/* Footer */
#footer-wrapper { margin: 0 auto; background:url(images/footerGray.png); background-repeat: no-repeat; background-size: cover;}
.container-footer { margin: 0 auto; padding: 25px 52px 25px 52px; position:relative; }
.container-footer h5  { font-weight:bold; font-size:large; color:#fff; text-transform:uppercase; }
.container-footer p   { font-weight:regular; font-size: small; color:#fff; }
.container-footer a   { font-weight:regular; font-size:small; color:#fff; color:#fff; }

.copyright-wrapper { background-color:#272727; position:relative; padding:6px 25px; font-size: xx-small}
.copyright-txt { font-size: x-small; float:left; }
.copyright-txt span { font-size: xx-small; color:#f78f20; }
.design-by { color:#fff; float:right; padding: 0px 10px 0px 10px; }

/* helpers  */
.space25 { clear:both; height:25px; }
.space50 { clear:both; height:50px; }
.menu_space { clear:both; height:86px; }

/* .row-no-padding {
  margin-left: 0;
  margin-right: 0;
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
} */
.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}
.no-right-padding {
    width: auto !important;
    margin-right: 8px !important;
    padding-right: 8px !important;
}
