.grecaptcha-badge {
display: none !important;
}
@font-face {
font-family: "uni_sans";
src: url(//brokentoothgym.pl/wp-content/themes/btg/assets/fonts/uni_sans_heavy-webfont.woff2) format("woff2"), url(//brokentoothgym.pl/wp-content/themes/btg/assets/fonts/uni_sans_heavy-webfont.woff) format("woff"), url(//brokentoothgym.pl/wp-content/themes/btg/assets/fonts/uni_sans_heavy-webfont.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
::-moz-selection {
background: #ed1c25;
color: #fff !important;
}
::selection {
background: #ed1c25;
color: #fff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Ropa Sans;
}
h1 {
font-size: 60px !important;
line-height: 71px !important;
letter-spacing: 0px;
}
h2 {
font-size: 48px !important;
line-height: 57px !important;
letter-spacing: 0px;
}
h3 {
font-size: 28px !important;
line-height: 33px !important;
letter-spacing: 0px;
}
a,
a:hover,
a:active,
a:visited {
text-decoration: none;
}
.centerit {
text-align: center;
}
body {
font: normal normal normal 1rem/1.5rem;
font-family: "Ropa Sans", sans-serif;
letter-spacing: 0;
color: #00445c;
}
#page {
min-height: 100vh;
}
.site-content {
min-height: 50vh;
}
.wrapper {
max-width: 1280px;
margin: 0 auto;
padding: 0 15px;
}
@media screen and (min-width: 992px) {
.site-hamburger {
display: none;
}
}
.site-hamburger #nav-icon3 {
width: 30px;
height: 23px;
position: absolute;
right: 20px;
top: 20px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
}
.site-hamburger #nav-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
background: #000;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
.site-hamburger #nav-icon3 span:nth-child(1) {
top: 0px;
}
.site-hamburger #nav-icon3 span:nth-child(2),
.site-hamburger #nav-icon3 span:nth-child(3) {
top: 9px;
}
.site-hamburger #nav-icon3 span:nth-child(4) {
top: 18px;
}
.site-hamburger #nav-icon3.open span:nth-child(1) {
top: 9px;
width: 0%;
left: 50%;
}
.site-hamburger #nav-icon3.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.site-hamburger #nav-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.site-hamburger #nav-icon3.open span:nth-child(4) {
top: 9px;
width: 0%;
left: 50%;
}
.site-header {
position: fixed;
width: 100%;
padding: 60px 0 40px !important;
z-index: 1000;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 992px) {
.site-header.nav-up {
transform: translateY(0%);
}
.site-header.nav-down {
transform: translateY(-100%);
}
}
.site-header .wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media screen and (min-width: 992px) {
.site-header .wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.site-header .wrapper .site-branding a img {
width: 170px;
height: auto;
}
@media screen and (min-width: 1199px) {
.site-header .wrapper .site-branding a img {
width: 100px;
}
}
.site-header .wrapper .main-navigation ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
margin: 0;
}
@media screen and (min-width: 992px) {
.site-header .wrapper .main-navigation ul {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.site-header .wrapper .main-navigation ul li {
list-style-type: none;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
ul li.inactive {
opacity: 0.3;
pointer-events: none !important;
}
.site-header .wrapper .main-navigation ul li a {
font: normal normal normal 1rem/1.1875rem Ropa Sans;
color: var(--unnamed-color-00445c);
}
.main-navigation {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
background: #fff;
width: 100%;
height: 50px;
position: relative;
}
.main-navigation:after {
content: "";
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-width: 50px 50px 0 0;
border-color: #ffffff transparent transparent transparent;
transform: rotate(0deg);
right: -50px;
}
.main-navigation:before {
content: "";
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 50px 50px 0;
border-color: transparent #ffffff transparent transparent;
transform: rotate(0deg);
left: -50px;
}
.site-branding {
position: absolute;
}
@media screen and (min-width: 992px) {
.site-header .wrapper .main-navigation ul li {
margin-left: 0px;
}
.site-header .wrapper .main-navigation .menu-menu-prawa-container ul li {
margin-right: 0px;
margin-left: 0px;
}
}
.menu-menu-prawa-container {
margin-left: 100px;
}
.menu-menu-lewa-container {
margin-right: 100px;
}
.site-header .wrapper .main-navigation ul li a {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
font-size: 18px;
line-height: 50px;
text-decoration: none;
height: 50px;
padding: 0 15px;
border-bottom: 3px solid #fff;
color: #000;
}
.site-header .wrapper .main-navigation ul li a:hover,
.site-header .wrapper .main-navigation ul li a:active {
border-bottom: 3px solid #a40000;
} .section.page_slider {
height: 100vh;
min-height: 900px;
position: relative;
overflow: hidden;
background-color: #000;
background-image: url(//brokentoothgym.pl/wp-content/themes/btg/assets/images/slider_bg.jpg);
background-size: cover;
}
.section.page_slider .wrapper {
max-width: 100%;
padding: 0;
background: #000;
}
.slick-list {
overflow: visible;
}
.home_slider .slick-slide {
height: 100vh;
min-height: 900px;
transform-origin: 50% 50% !important;
transform: rotate(5deg);
position: relative;
overflow: hidden;
background: #000;
}
.slick-slider {
transform-origin: 50% 50%;
transform: rotate(-5deg);
background: #000;
}
.slider_img_cont {
background-color: #000;
background-image: url(//brokentoothgym.pl/wp-content/themes/btg/assets/images/slider_bg.jpg);
background-size: cover;
position: absolute;
top: -10%;
left: 0;
width: 100%;
height: auto;
opacity: 1;
}
.slider_img {
mix-blend-mode: plus-lighter;
left: 50%;
width: auto;
height: 100%;
opacity: 1;
filter: brightness(0.4);
min-height: 120vh;
position: relative;
transform: translatex(-50%);
}
.slider_cont {
height: 100vh;
min-height: 900px;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
width: 100%;
position: relative;
text-align: center;
}
.slider_tit {
font-size: 70px;
color: #fff;
font-family: uni_sans;
line-height: 65px;
margin: 0 0 30px;
}
.slider_lead {
font-family: Ropa sans;
color: #fff;
font-size: 20px;
max-width: 600px;
line-height: 24px;
margin: 0px;
}
.slider_link {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
color: #fff;
background: #a40000;
padding: 8px 15px;
font-family: Ropa sans;
font-size: 18px;
text-decoration: none !important;
}
.slider_link:hover,
.slider_link:focus {
color: #a40000;
background: #fff;
text-decoration: none !important;
}
.slider_link > i {
font-style: normal;
font-size: 20px;
vertical-align: text-bottom;
line-height: 16px;
margin: 0 0 0 7px;
display: inline-block;
}
.slider-controls {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
position: absolute;
bottom: 130px;
width: 100%;
transform-origin: 50% 50%;
transform: rotate(-5deg);
}
.slick-dots {
position: relative;
display: block;
width: 100%;
padding: 0 100px;
list-style: none;
text-align: center;
bottom: 0;
}
.slick-dots li {
margin: 0 3px;
}
.slick-dots li button {
font-size: 0;
display: block;
width: 20px;
height: 20px;
padding: 0px;
cursor: pointer;
outline: 0;
background: 0 0;
border-radius: 50%;
line-height: 10px;
border: 2px solid transparent;
}
.slick-dots li button::before {
font-family: slick;
font-size: 10px;
line-height: 20px;
position: absolute;
top: 1px;
left: 0;
width: 20px;
height: 20px;
content: "•";
text-align: center;
opacity: 1;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
border: 2px solid #a40000;
}
.slick-dots li.slick-active button::before {
opacity: 1;
color: #a40000;
}
.slide-m-next,
.slide-m-prev {
color: #fff;
font-size: 25px;
line-height: 18px;
padding: 6px 0 0;
cursor: pointer;
-webkit-user-select: none; -ms-user-select: none; user-select: none; }
.btg_arc_topcorner_cont {
position: absolute;
overflow-x: hidden;
pointer-events: none;
min-width: 100%;
top: 0;
}
.btg_arc_topcorner {
position: relative;
width: auto;
min-width: 101%;
pointer-events: none;
transform: translatex(-50%);
left: 50%;
}
.top_arc_cont {
position: relative;
overflow-x: hidden;
pointer-events: none;
min-width: 100%;
transform: translateY(-80%);
margin-bottom: -150px;
}
.top_arc {
position: relative;
width: auto;
min-width: 101%;
pointer-events: none;
transform: translatex(-50%);
left: 50%;
}
.section.home {
background-color: #fff;
overflow: hidden;
}
.section.home .wrapper {
display: block;
padding: 0px 15px 100px;
position: relative;
}
.wrapper.home_intro {
padding: 0 15px 60px !important;
}
.section_title {
font-size: 38px;
margin: 80px auto 30px;
text-align: center;
width: 50%;
min-width: 650px;
line-height: 36px;
font-family: uni_sans;
color: #000;
position: relative;
}
.section_title.no_orn {
margin: 0 auto 30px;
}
.kmg_black_logo_small {
width: 100px;
margin: 0px 0 30px;
}
.section_title::before {
content: "";
display: block;
position: absolute;
top: 0;
background-image: url(//brokentoothgym.pl/wp-content/themes/btg/assets/images/heading_orn.png);
background-size: cover;
width: 82px;
height: 75px;
left: 50%;
transform: translate(-50%, -100%);
}
.section_title.no_orn::before {
display: none;
}
.section_desc {
color: #222;
margin: 0 auto 30px;
text-align: center;
max-width: 700px;
min-width: 650px;
font-weight: 400;
font-size: 18px !important;
line-height: 24px;
} .zaj_box {
text-align: center;
}
.zaj_foto {
width: 100%;
}
.zaj_title {
font-weight: 5;
font-size: 20px;
margin: 0;
text-align: center;
width: 100%;
line-height: 20px;
font-family: uni_sans;
color: #fff;
background: #a40000;
padding: 10px 0;
transform-origin: center;
transform: rotate(-5deg) translate(-10px, -20px);
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.zaj_box:hover .zaj_title {
transform: scale(1.1) rotate(5deg) translate(-2px, -20px);
}
.zaj_opis {
text-align: center;
line-height: 20px;
padding: 5px 15px 0;
margin: 0 0 20px;
}
.zaj_link {
color: #000;
text-decoration: none;
text-align: center;
}
.zaj_link:hover,
.zaj_link:focus {
color: #000;
text-decoration: none;
text-align: center;
}
.zaj_link > i {
font-style: normal;
font-size: 20px;
vertical-align: text-bottom;
line-height: 14px;
margin: 0 0 0 2px;
display: inline-block;
color: #a40000;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.zaj_link:hover > i,
.zaj_link:focus > i {
margin: 0 0 0 10px;
} .atut_logo_cont {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: flex-start;
align-content: flex-start;
-webkit-align-items: center;
align-items: center;
height: 100%;
}
.atut_box {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-content: flex-start;
align-content: flex-start;
-webkit-align-items: center;
align-items: center;
margin: 0 0 30px;
}
.atut_box.atut_box_bottom {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
text-align: center;
margin: -30px 0 30px;
}
.atut_title {
font-size: 20px;
margin: 0;
text-align: center;
width: 100%;
line-height: 20px;
font-family: uni_sans;
color: #000;
padding: 10px 0;
transform-origin: center;
}
.atut_ico {
width: 60px;
height: 60px;
}
.atut_box_bottom .atut_ico {
margin-bottom: 30px;
}
.atutbox_l .atut_ico {
margin-left: 30px;
}
.atutbox_r .atut_ico {
margin-right: 30px;
}
.onas_header {
font-size: 25px;
margin: 30px 0 20px;
width: 100%;
line-height: 25px;
font-family: uni_sans;
color: #000;
padding: 10px 0;
text-align: center;
}
.onas_lead {
font-size: 18px;
margin: 0 0 20px;
}
.kmg_photo {
width: 95%;
margin: 40px 0 0;
transform: rotate(-3deg);
}
.kmg_black_logo {
display: block;
margin: 30px auto 35px;
}
.line_separator {
border-bottom: 1px solid #ccc;
width: 100%;
margin: 30px 0;
display: block;
} .ewa_bartosz {
width: 100%;
}
.kadra_name {
font-size: 25px;
margin: 0 0 20px;
text-align: center;
width: 100%;
line-height: 20px;
font-family: uni_sans;
color: #fff;
background: #a40000;
padding: 10px 0;
transform-origin: center;
}
.kadra_title {
margin: 0 0 15px;
}
.kadra_left {
text-align: right;
}
.kadra_right .kadra_opis,
.kadra_right .kadra_title {
text-align: left;
}
.kadra_left .kadra_name {
transform: rotate(2deg);
}
.kadra_right .kadra_name {
transform: rotate(-2deg);
}
.kadra_left .kadra_social {
text-align: right;
}
.kadra_social {
margin: 20px 0 0;
}
.kadra_social a {
color: #000;
text-decoration: none !important;
margin: 20px 0 0;
}
.kadra_social a:hover,
.kadra_social a:focus {
color: #420000;
text-decoration: none !important;
}
.kadra_smicons {
height: 20px;
vertical-align: text-bottom;
margin-right: 5px;
}
.kadra_team {
font-size: 25px;
margin: 0 0 30px;
text-align: center;
width: 100%;
line-height: 20px;
font-family: uni_sans;
color: #fff;
background: #a40000;
padding: 10px 0;
transform-origin: center;
transform: rotate(-3deg) translateY(-50%);
} .section.grafik {
background-color: #000;
background-image: url(//brokentoothgym.pl/wp-content/themes/btg/assets/images/grafik_bg.jpg);
background-position: center;
background-size: cover;
padding: 140px 0;
margin: -50px 0 20px;
position: relative;
}
.top_angle {
width: 100%;
position: absolute;
top: 0;
}
.bot_angle {
width: 100%;
position: absolute;
bottom: 0;
}
.section.grafik .wrapper {
padding: 0px 15px 70px;
}
.dark_section .section_title,
.dark_section .section_desc {
color: #fff;
}
.grafik_day {
font-size: 20px;
margin: 0 0 30px;
text-align: center;
width: 100%;
line-height: 20px;
font-family: uni_sans;
color: #fff;
background: #a40000;
padding: 10px 0;
transform-origin: center;
}
.grafik_box {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
background: #fff;
margin: 0 0 30px;
text-align: center;
padding: 0 15px;
position: relative;
line-height: 18px;
height: 100px;
font-size: 18px;
}
.grafik_box.graik_brak {
opacity: 0.5;
}
.grafik_godz {
font-weight: 5;
font-size: 14px;
margin: 0;
text-align: center;
width: auto;
line-height: 16px;
font-family: uni_sans;
color: #fff;
background: #a40000;
padding: 5px 10px;
transform-origin: center;
position: absolute;
bottom: 0;
right: 0;
transform: translate(7px, 10px) rotate(-5deg);
} .cennik_header {
font-size: 25px;
margin: 30px 0;
text-align: center;
width: 100%;
line-height: 20px;
font-family: uni_sans;
color: #000;
padding: 10px 0;
transform-origin: center;
}
.cennik_header.cennik_header_first {
margin: 0 0 30px;
}
.cennik_head {
font-size: 20px;
margin: 0;
text-align: center;
width: 100%;
line-height: 20px;
font-family: uni_sans;
color: #fff;
background: #a40000;
padding: 10px 0;
transform-origin: center;
}
.cennik_head_mini {
font-size: 15px;
margin: 0;
text-align: center;
width: 100%;
line-height: 20px;
font-family: uni_sans;
color: #fff;
background: #a40000;
padding: 10px 0;
transform-origin: center;
}
.cennik_box {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
background: #fff;
margin: 0;
text-align: center;
padding: 0 10px;
position: relative;
line-height: 18px;
height: 75px;
font-size: 18px;
border-bottom: 1px solid #ccc;
}
p.cennik_box {
height: 50px;
margin: 0 0 15px;
}
.cennik_box2 {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
background: #fff;
margin: 0;
text-align: center;
padding: 0 10px;
position: relative;
line-height: 18px;
height: 95px;
font-size: 18px;
border-bottom: 1px solid #ccc;
}
.cena {
display: block;
font-family: uni_sans;
font-size: 22px;
height: 22px;
line-height: 22px;
margin: 8px 0 0;
}
.cennik_box.przelew {
display: block;
padding: 0 10px 40px;
height: auto;
} .newsy_index .post-inner {
margin: 0 0 60px;
}
.section.home_news {
background-color: #efefef;
background-image: url(//brokentoothgym.pl/wp-content/themes/btg/assets/images/news_bg.jpg);
background-position: center;
padding: 150px 0 200px;
margin: 0 0 20px;
position: relative;
}
.wp-post-image {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
width: 100%;
height: auto;
}
.wp-post-image:hover {
opacity: 0.7;
}
a.post_title {
width: 170px;
height: auto;
font-size: 22px;
color: #000;
line-height: 26px;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
width: 100%;
margin: 10px auto 0px;
text-align: center;
padding: 0 15px;
text-decoration: none !important;
font-family: uni_sans;
height: 70px;
}
a.post_title:hover,
a.post_title:focus {
color: #a40000;
}
.post-thumbnail {
position: relative;
}
.post-date {
font-weight: 5;
font-size: 14px;
margin: 0;
text-align: center;
width: auto;
line-height: 16px;
font-family: uni_sans;
color: #fff;
background: #a40000;
padding: 5px 10px;
transform-origin: center;
position: absolute;
top: 0;
left: 0;
transform: translate(-7px, -7px) rotate(-5deg);
}
.readmore_link {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
color: #fff;
background: #a40000;
padding: 8px 15px;
font-family: Ropa sans;
font-size: 18px;
text-decoration: none !important;
margin: 50px 0 0;
display: inline-block;
}
.readmore_link:hover,
.readmore_link:focus {
color: #a40000;
background: #fff;
text-decoration: none !important;
}
.readmore_link > i {
font-style: normal;
font-size: 20px;
vertical-align: text-bottom;
line-height: 16px;
margin: 0 0 0 7px;
display: inline-block;
} .section.subpage_cover {
min-height: 500px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.single_title {
font-size: 38px !important;
margin: 30px auto 50px;
min-width: 650px;
line-height: 36px !important;
font-family: uni_sans;
color: #000;
position: relative;
text-align: center;
}
.subpage_cover .page_cover_title > h1,
.page_title_bar > h1 {
font-size: 30px !important;
line-height: 36px !important;
color: #fff;
font-weight: 500;
text-transform: none !important;
padding: 30px;
margin: 0;
}
.section.page_cont .wrapper {
max-width: 1280px;
padding: 100px 15px 0;
}
.section.single_page.page_cont .wrapper {
max-width: 1280px;
padding: 200px 15px 0;
}
.section.page_cont h2 {
font-size: 20px !important;
}
.cont_box_image {
height: 150px;
width: 100%;
background-size: cover;
background-position: center;
}
.post_det_cont {
margin: 30px 0 -30px;
text-align: center;
}
.post_det_cont .single_title {
font-size: 25px !important;
line-height: 20px !important;
margin-bottom: 60px;
}
.cont_box_title {
font-size: 18px;
margin: 10px 0 0;
} .section.newsy_index {
padding: 200px 15px 0px;
} .bottom_arc_cont {
position: relative;
overflow-x: hidden;
pointer-events: none;
transform: translatey(90%);
min-width: 100%;
margin: -150px 0 0;
}
.bottom_arc {
position: relative;
width: auto;
min-width: 101%;
pointer-events: none;
transform: translatex(-50%);
left: 50%;
}
.site-footer {
margin: 10;
padding: 220px 0 30px;
background: #010101;
min-height: 200px;
}
.fotter_logo {
max-height: 150px;
}
.kmg_logo {
height: 70px;
margin-left: 30px;
}
.footer_boxes {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.footer_box {
height: 100%;
padding: 25px 0 0;
margin-left: 100px;
}
.footer_box_tit {
font-weight: 5;
font-size: 20px;
margin: 0 0 10px;
width: auto;
line-height: 16px;
font-family: uni_sans;
color: #fff;
}
.footer_box_text {
color: #bbb;
font-size: 18px;
}
.sm_link {
color: #bbb;
display: inline-block;
text-decoration: none;
}
.sm_link:hover,
.sm_link:focus {
color: #fff;
text-decoration: none;
}
.sm_link > i {
font-style: normal;
font-size: 20px;
vertical-align: text-bottom;
line-height: 14px;
margin: 0 0 0 2px;
display: inline-block;
color: #a40000;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.sm_link:hover > i,
.sm_link:focus > i {
margin: 0 0 0 10px;
}
.footer-navigation {
height: 100%;
}
.footer-navigation > div {
margin: 0 50px 0 0;
width: 50% !important;
}
.footer-navigation .menu {
margin: 0;
padding: 0;
}
.footer-navigation .menu {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
}
.footer-navigation .menu li a {
color: #fff;
text-decoration: none !important;
font-size: 18px;
}
.copyright {
margin: 80px 0 0;
font-size: 14px;
font-weight: 300;
line-height: 24px;
font-family: Ropa Sans;
color: #bbb;
}
.footer_links {
float: right;
margin: 80px 0 0;
}
.footer_links a {
font-size: 16px;
font-weight: 300;
line-height: 24px;
font-family: Ropa Sans;
color: #fff;
text-decoration: underline;
}
.footer_links a.foot_link {
font-size: 14px;
font-weight: 300;
line-height: 24px;
font-family: Ropa Sans;
color: #bbb;
text-decoration: none;
margin-left: 30px;
}
.footer_links a.foot_link:hover,
.footer_links a.foot_link:focus {
color: #fff;
}
.site-hamburger #nav-icon3 {
z-index: 99999;
}
.site-hamburger #nav-icon3 span {
background: #fff !important;
}
.site-hamburger #nav-icon3.open span {
background: #fff !important;
}
.wa_logo {
height: 20px !important;
}
.wpcf7-form-control {
width: 100%;
}
.wpcf7-text,
.wpcf7-textarea {
margin: 0 0 10px;
padding: 10px;
border-radius: 10px;
border: 2px solid #ddd;
outline: none !important;
font-family: Ropa Sans;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
border: 2px solid #1b1b1c;
}
.wpcf7-textarea {
max-height: 190px;
font-family: Ropa Sans;
}
.wpcf7-submit {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
color: #fff;
background: #a40000;
padding: 8px 15px;
font-family: Ropa sans;
font-size: 18px;
text-decoration: none !important;
margin: 30px 0 0;
display: inline-block;
border: none;
}
.wpcf7-submit:hover {
color: #a40000;
background: #fff;
cursor: pointer;
}
.wpcf7 .ajax-loader {
background-color: #1b1b1c !important;
position: absolute !important;
top: 10px !important;
right: 10px !important;
}
.wpcf7-not-valid-tip {
font-size: 12px !important;
margin: -10px 0 0 10px !important;
}
.zgoda_cont {
position: relative;
display: flex;
width: 100%;
margin: 10px 0 0;
}
.form_zgoda {
max-width: calc(100% - 25px);
line-height: 16px !important;
display: inline-block;
position: relative;
left: 10px;
font-size: 12px;
top: 0px;
margin: 0px 0;
color: #000;
padding: 4px 0 0;
}
.form_zgoda a {
color: #a40000;
text-decoration: underline;
}
.zgoda,
.zgoda2 {
margin: 10px 0;
width: auto !important;
vertical-align: top;
}
.form_heading {
color: #222;
margin: 20px auto;
text-align: center;
max-width: 700px;
min-width: 650px;
font-weight: 400;
font-size: 18px !important;
line-height: 24px;
}
.wpcf7-list-item {
margin: 0 0 0 30px !important;
}
.wpcf7-list-item-label {
font-size: 18px;
margin-left: 3px;
}
.form_separator {
height: 1px;
width: 100%;
background: #ccc;
margin: 20px 0;
display: block;
}
.mobonly {
display: none;
}
.deskonly {
display: block;
}
@media screen and (max-width: 990px) {
.site-header.nav-down {
transform: translateY(-100%);
}
.mobonly {
display: block;
}
.deskonly {
display: none;
}
.site-hamburger #nav-icon3 {
top: 48px !important;
}
.site-content {
padding-top: 0px;
}
.section.sec_slider {
padding: 20px 0;
}
.wrapper {
padding: 0 15px !important;
}
body.menu_opened {
overflow: hidden !important;
}
.site-branding {
position: relative;
}
.site-header.py-3 {
position: fixed;
width: 100%;
z-index: 9999;
background: #fff;
padding: 0 0 1rem !important;
}
.main-navigation {
z-index: 9999;
background-color: #000;
background-image: url(//brokentoothgym.pl/wp-content/themes/btg/assets/images/slider_bg.jpg);
background-size: cover;
color: #fff;
width: 100%;
height: 100%;
position: fixed;
overflow: hidden;
opacity: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
pointer-events: none;
}
.main-navigation.opened {
opacity: 1;
pointer-events: auto;
pointer-events: all;
}
.site-header .wrapper .main-navigation ul li a {
color: #fff !important;
margin: 0 0 20px;
}
h1 {
font-size: 48px !important;
line-height: 57px !important;
letter-spacing: 0px;
}
.site-header .wrapper .site-branding a img {
width: 60px;
height: auto;
}
.btg_arc_topcorner_cont {
display: none;
}
.site-header {
background: none;
padding: 20px 0 !important;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.slick-slider {
transform: none;
}
.home_slider .slick-slide {
transform: none;
min-height: 110vh;
}
.slider-controls {
transform: none;
}
.section.page_slider .wrapper {
padding: 0 !important;
}
.slider_tit {
font-size: 40px;
line-height: 45px;
margin: 0 0 30px;
}
.form_heading {
min-width: 0px;
}
.section_title {
min-width: 0px;
width: 100%;
font-size: 28px;
line-height: 28px;
margin: 100px auto 30px;
}
.section_desc {
min-width: 0px;
width: 100%;
font-size: 16px !important;
line-height: 22px;
}
.wrapper.home_intro {
padding: 0 15px 0px !important;
}
.zaj_title {
margin: 0 0 20px;
transform: none;
}
.zaj_box:hover .zaj_title {
transform: none;
}
.atut_logo {
display: none;
}
.kmg_photo {
transform: none;
width: 100%;
}
.kadra_left .kadra_name {
transform: none;
}
.kadra_right .kadra_name {
transform: none;
}
.kadra_left .kadra_opis,
.kadra_left .kadra_title {
text-align: center;
}
.kadra_left .kadra_social {
text-align: center;
}
.kadra_right .kadra_opis,
.kadra_right .kadra_title {
text-align: center;
}
.kadra_social {
margin: 20px 0;
text-align: center;
}
.kadra_single {
width: 100%;
}
.section.grafik {
padding: 80px 0;
margin: 30px 0 30px;
}
.grafik_box {
margin: 40px 0 20px;
text-align: center;
padding: 10px 25px;
position: relative;
line-height: 18px;
height: auto;
font-size: 18px;
background: none;
color: #fff;
}
.grafik_box br {
display: none;
}
.grafik_godz {
transform: translate(-50%, -60%) !important;
bottom: auto;
top: 0;
left: 50%;
right: auto;
background: none;
}
.section.home_news {
padding: 80px 0;
margin: 40px 0 20px;
}
.post-date {
transform: none;
}
.wpcf7-list-item {
margin: 0 0 0 10px !important;
}
.slider_cont {
padding: 0 20px;
min-height: 100vh;
}
.slider_img_cont {
top: 0;
}
.slide-m-next,
.slide-m-prev {
display: none !important;
}
.atut_box_bottom .atut_ico {
margin: 30px 0 10px !important;
}
.atut_ico {
margin: 30px 0 10px !important;
}
.atut_box.atut_box_bottom {
text-align: left;
}
.atut_box.atut_box_bottom,
.atut_box.atutbox_r {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
text-align: center;
margin: 0;
}
.atut_box.atutbox_l {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
text-align: center;
margin: 0;
}
.footer_logos {
text-align: center;
}
.footer_boxes {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-content: stretch;
align-content: stretch;
-webkit-align-items: center;
align-items: center;
}
.footer_box {
height: 100%;
padding: 25px 0 0;
margin: 20px 0 0;
text-align: center;
}
.footer_links a.foot_link {
margin: 0 auto 20px;
display: block;
}
.footer_links {
float: none;
margin: 60px 0 0;
text-align: center;
}
.copyright {
font-size: 12px;
text-align: center;
}
.bottom_arc_cont {
margin: -220px 0 0;
}
.single_title {
font-size: 28px !important;
margin: 50px auto 50px;
line-height: 28px !important;
min-width: 0px;
}
.single .section.page_cont .wrapper {
padding: 0 15px 100px !important;
}
a.post_title {
width: 100%;
margin: 10px auto 0px;
height: auto;
}
.section.newsy_index {
padding: 80px 15px 0px;
}
.section.page_slider {
height: 100vh;
min-height: 110vh;
}
.site-header .wrapper .main-navigation ul li {
display: block;
margin: 0;
text-align: center;
}
.site-header .wrapper .main-navigation ul li a {
color: #fff !important;
margin: 0 0 0px;
padding: 5px 15px;
border-bottom: none;
line-height: 40px;
}
.site-header .wrapper .main-navigation ul li a:hover,
.site-header .wrapper .main-navigation ul li a:active,
.site-header .wrapper .main-navigation ul li.current_page_item a {
border-bottom: none;
color: #a40000 !important;
}
.menu-menu-lewa-container,
.menu-menu-prawa-container {
margin: 0;
}
}