/*
Theme Name: Sport Zdrowie Pasja
Theme URI: https://sportzdrowiepasja.pl
Author: 83Brand
Author URI: https://83brand.pl
Description: Sport Zdrowie Pasja 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 83brand
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*









/* 
========================================== 
01-MAIN-CONTAINER 
02-CONTAINER MENULOGO
03-MENU
 03a-MENU HAMBURGER ANIMATION
 03b-MENU CONTAINER BOX ROLL
 03c MENU ROLL LIST
 03d MENU X
04-CONTAINER-CENTER
05-CONTAINER-FOOTER
06-BACKGROUND-IMAGE
07-CONTAINER FORM
========================================== 
*/










/* 
========================================== 
FONT LATO
==========================================

font-family: 'Lato', sans-serif;


*/


/* 
========================================== 
FONT WEIGH 
========================================== 
*/

h1{
    font-size:600%;
    font-weight:900;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
    line-height: 0.8;
    text-transform: uppercase;
   
}

h2{
    font-size:150%;
    font-weight:900;
    margin:10px 0px -10px 0px;
	padding: 0;
	border: 0;
	vertical-align: baseline;
    

}

p{
     
    font-weight:400;
	margin:0;
	padding:0;
	border:0;
	font-size: 100%;
	vertical-align: baseline;
    line-height: 1.3;

}

/* 
========================================== 
RESET CSS
========================================== 
*/

html, body, div, span, applet, object, iframe,
  h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



















body{
    line-height: 1;
    height: 100%;
    margin: 0 auto;
    background-color: #13172B;
    overflow: hidden;
    font-family:'Lato', sans-serif; 
    
}


/* 
========================================== 
01-MAIN-CONTAINER 
========================================== 
*/

.main-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height:100%;
    
    
}
.container-left{
    
    width: 50%;
}

.container-right{
    position: absolute;
    z-index: -333;
    right: 0px;
    width: 50%;
}


.container-inside{
    position: absolute;
    display: flex;
    flex-direction: column;
    max-width: 1024px;
    width:60%;
    height: 100%;

}

/* 
========================================== 
02-CONTAINER MENULOGO
========================================== 
*/


.container-inside-menulogo{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}



.logo{
    width:110px;
    min-width:110px;
}

/* 
========================================== 
03-MENU 
========================================== 
*/


.menu{
    display: flex;
    
}

.menu-container-box{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    z-index: 200;
    
    
}

ul li a:hover{
    transition-duration:0.5s;
    color:gray;
}

.displayNone{
    display: none;
}

.menu-line{
    background-color:white;
  
    width:35px;
    height: 2px;
}

.one{
     transition-duration:0.1s;
}
.two{
    margin-top: 6px;
     transition-duration:0.5s;
}
.three{
    margin-top: 6px;
     transition-duration:0.5s;
     
}

.textmenu{
    font-size: 14px;
    color: white;
    transition-duration:1s;
    display:none;
     opacity: 0;
}


/* 
========================================== 
03a-MENU HAMBURGER ANIMATION
========================================== 
*/

.menu-container-box:hover .two{
    
    transition-duration:0.1s;
    opacity: 0;
}

.menu-container-box:hover .one{
    
    transition-duration:0.5s;
    margin-top:-5px;
    
}

.menu-container-box:hover .three{
    
    transition-duration:0.5s;
    margin-top:10px;
    
}

.menu-container-box:hover .textmenu{
    
    transition-duration:1s;
    display:block;
    opacity: 1;
}


/* 
========================================== 
03b-MENU CONTAINER BOX ROLL
========================================== 
*/


.menu-container-box-roll{
    position: absolute;
    top:0px;
    right:-2000px;
    display: flex;
    background-color:#13172B;
    width:1200px;
    height: 100%;
    animation-duration: 0.5s;
    transition-duration:0.9s; 
    
}
/* 
========================================== 
03c MENU ROLL LIST
========================================== 
*/


.menu-container-box-roll ul{
    text-decoration: none;
    list-style: none;
    color:white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing:border-box;
    padding-left: 10px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.menu-container-box-roll ul a{
    text-decoration: none;
    color: white;
}

.menu-container-box-roll ul li{
    text-transform: uppercase;
    padding-top: 8px;
}


/* 
========================================== 
03d MENU X
========================================== 
*/



.menu-container-box-x{
    z-index: 999;
    display: none;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.menu-container-box-x .one{
    transition-duration:0.9s;
    transform: rotate(45deg);
}

.menu-container-box-x .two{
    transition-duration:0.9s;
    transform: rotate(-45deg);
        margin-top:-1px;
        
}

.displayFlex{
    display: flex;
}








/* 
========================================== 
04-CONTAINER-CENTER
========================================== 
*/



.container-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
    color:white;
    height:100%;
    width: 100%;
   
}


.container-center-box{
    width: 80%;
    margin-top:-100px;
    overflow: hidden;
    
}



/* 
========================================== 
05-CONTAINER-FOOTER
========================================== 
*/
.container-footer{
    position:relative;
    display: flex;
    justify-content: space-between;
    bottom:10px;
    width: 100%;
    font-size:12px;
    color:white;
    
}


.container-footer-left{
    align-content: flex-end
    text-align: left;
}

.container-footer-right{
    align-self: flex-end;
    text-align: right;
}

.container-footer-right a{
    text-decoration: none;
    color: white;
}

.container-footer-right a:hover{
    color: darkgray;
}

/* 
========================================== 
06-BACKGROUND-IMAGE 
========================================== 
*/

.image{
    z-index: -11;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 130%;
   -webkit-width: 200%;
    opacity: 0.3;
}


/* 
========================================== 
07-CONTAINER FORM
========================================== 
*/

.container-form{
    display: flex;
    justify-content: flex-start;
}

.container-form-box{
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    
}

input{
    border:0px;
    border-bottom: solid white 1px; 
    background-color: #13172B;
    background: none;
    box-shadow: none;
    margin-top: 10px;
    color:white;
    
}
::placeholder{
    color:darkgrey;
}

.wiadomosc{
    border:0px;
    color:white;
    background-color: #13172B;
    background:none;
    box-shadow: none;
    margin-top: 10px;
    height: 100px;
}

.wyslij{
    background-color:white;
    color:#13172B;
    width:80px;
    font-weight: 600;
    margin-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.wyslij:hover{
    background-color:#13172B;
    color:white;
    border:solid white 1px;
    transition-duration:0.4s;
    box-sizing: border-box;
}
















