/*
Theme Name: Park Cafe
Author: Artur Kosiński
Version: 0.0.1
*/


/*    

	#2b1306 - brązowy
	#e2d7bf = beżowy jasny
	#febc80 = beżowy ciemny
 
    */


/* FONT */
body { font-family: Helvetica, Arial, sans-serif; }
input, textarea, select { font-family: Helvetica, Arial, sans-serif; }



/* COLOR */
#menu ul li a:hover, header.fixed #menu ul li a:hover, .social a:hover, #content a { color: #2b1306; -webkit-transition-duration: .3s; transition-duration: .3s;}
.btn.color { color: red; border-color: red; }
.btn.white { color: white; border-color: white; }
header.fixed #menu ul li.current_page_item a, input[type="submit"] { background: red; }
input[type="submit"]:hover { background-color: grey;}



/*    ==========    */


/* reset5 © 2011 opensource.736cs.com MIT */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #7f0000;margin:5px 10px 0 10px;padding:0;}input,select,a img{vertical-align:middle;} ul { list-style: none; }

/* COOKIES */
#cookies { position: fixed; bottom: 0; left: 0; width: 100%;  background: white; font-size: 14px; z-index: 999; }
.cookiesEU-text { width: 90%; float: left; }
.cookiesEU-close { content: "Zamknij"; width: 16px; float: right; text-align: right; display: block; font-size: 16px; line-height: 1; color: #333; }
.cookiesEU-inner { padding: 20px 0; overflow: hidden; }

 /* CSS */
* { box-sizing: border-box;  -webkit-transition-duration: .3s; transition-duration: .3s; }
body { font-size: 14px; line-height: 1.5; color: #111; -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
img { max-width: 100%; }
ul, ol { padding-left: 15px; }
p, ul, ol, blockquote { margin-bottom: 15px; }
.container, .row { overflow: hidden; clear: both; margin: 0 auto; }
#gotop { position: fixed; bottom: 20px; right: 20px; background: rgba(0,0,0,.2); color: #fff; width: 40px; height: 40px; text-align: center; line-height: 35px; font-size: 16px; display: none; -webkit-transition-duration: 0s; transition-duration: 0s;  z-index: 9999;}
#gotop:hover { background: rgba(0,0,0,.6); -webkit-transition-duration: .3s; transition-duration: .3s;  }
.container { width: 90%; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
footer { font-size: 14px; background: #333; color: #666; padding: 45px 0 30px 0; margin-top: 70px; }
footer a { text-decoration: none; color: #666; }
footer a:hover { color: #999; }
ul.menu { padding-left: 0; }
.footer-social a, .top-social a { font-size: 18px; margin-left: 7px; }
.row.copyright { border-top: 1px solid #666; padding-top: 30px; margin-top: 15px; }
footer ul li { display: inline; }
footer ul li:after { content : ' / '; }
footer ul li:last-child:after { content : ''; }
.sub-menu { position: absolute; top: 34px; left: -10px; min-width: 280px; padding: 10px; background: none; z-index: 999999; visibility: hidden; transition: 0.2s .2s; opacity: 0; text-align: left; -webkit-border-radius: 5px; border-radius: 5px; font-size: 14px; }
#menu ul li a { color: #fff; text-decoration: none; padding: 5px 0; display: inline-block; cursor: pointer; }
#menu .sub-menu li { margin: 0 0; }
.current_page_item { border-bottom: 1px solid #fff; }
.menu-item-has-children { position: relative; }
.menu-item-has-children:hover ul.sub-menu {  visibility: visible; opacity: 1; transition-delay: 0s;  }
header .container , header .row { overflow: visible; }
ul.menu li { display: inline-block; }
#menu ul li.menu-item-has-children > a::after { content: ' \f107'; font-family: FontAwesome; margin-left: 4px;}
#menu ul li { display: inline-block; margin: 0 0 0 30px; }
#menu ul li .sub-menu a { padding: 0 0 5px 0; }
#menu ul li .sub-menu li:last-child a { padding: 0; }
#intro { color: white;  }
#intro-content { text-align: center; padding: 15% 0 200px 0; }
h1 { font-size: 42px;  margin: 0 0 30px 0; line-height: 1.2; }
#intro-content p { margin: 0 0 30px 0; }
#openMenu { display: none; float: right; width: 26px; }
#closeMenu { display: none; float: right; width: 26px; margin-bottom: 20px; }
#overlay { display: none; z-index: 99; width: 100%; height: 100%; background: rgba(0,0,0,.7); position: fixed; top: 0; left: 0; }
#content ul { list-style: disc; margin-left: 30px; }
#content ol { margin-left: 30px; }
#content a:hover { text-decoration: none; }
#content blockquote p { margin-bottom: 0px; }
#content blockquote { padding: 20px; background: #f4f4f4; margin-bottom: 15px; -webkit-border-radius: 4px; border-radius: 4px; }
#content .row { padding: 15px 0; }
#content h1, #content h2, #content h3, #content h4 { margin: 10px 0 20px; font-family: "Courgette"; }
#content h1 { font-size: 32px; }
#content h2 { font-size: 26px; }
#content h3 { font-size: 22px; }
#content h4 { font-size: 18px; }
input, textarea, select { -webkit-appearance: none; }
input, select, .selectric-wrapper { width: 280px!important; height :44px!important; line-height: 44px; border: 1px solid #ccc; -webkit-border-radius: 4px!important; border-radius: 4px!important; padding-left: 15px; margin-top: 5px; font-size: 14px;  background: #f8f8f8; }
textarea { width: 480px; height: 140px; line-height: 22px; font-size: 14px; padding: 15px; margin-top: 5px; border: 1px solid #ccc; -webkit-border-radius: 4px; border-radius: 4px; background: #f8f8f8; }
input:focus, textarea:focus, .selectric-wrapper:focus { border-color: #666; }
input[type="submit"] { padding-left: 0; color: #fff; border:none; line-height: 32px; cursor: pointer;  margin-bottom: 30px; -webkit-transition: background-color 0.3s ease; transition: background-color 0.3s ease; }
input[type="submit"]:focus { border:none; }
.container { width: 940px; }
.row { margin: 0 -10px; } .col { float: left; margin: 0 10px; display: block; } .col-1 { width: 60px; } .col-2 { width: 140px; } .col-3 { width: 220px; } .col-4 { width: 300px; } .col-5 { width: 380px; } .col-6 { width: 460px; } .col-7 { width: 540px; } .col-8 { width: 620px; } .col-9 { width: 700px; } .col-10 { width: 780px; } .col-11 { width: 860px; } .col-12 { width: 940px; } .span-1 { margin-left: 90px; } .span-2 { margin-left: 170px; } .span-3 { margin-left: 250px; } .span-4 { margin-left: 330px; } .span-5 { margin-left: 410px; } .span-6 { margin-left: 490px; } .span-7 { margin-left: 570px; } .span-8 { margin-left: 650px; } .span-9 { margin-left: 730px; } .span-10 { margin-left: 810px; } .span-11 { margin-left: 890px; }

/* ************** */

.slideshow li span {  width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; color: transparent; background-size: cover; background-position: 50% 50%; background-repeat: none; opacity: 0; z-index: -1; animation: imageAnimation 20s linear infinite 0s; }
.slideshow li:nth-child(1) span { background-image: url(images/supersized/bg1.jpg) }
.slideshow li:nth-child(2) span { background-image: url(images/supersized/bg2.jpg) ; animation-delay: 5s; }
.slideshow li:nth-child(3) span { background-image: url(images/supersized/bg3.jpg) ; animation-delay: 10s; }
.slideshow li:nth-child(4) span { background-image: url(images/supersized/bg4.jpg) ; animation-delay: 15s; }
@keyframes imageAnimation { 0% { opacity: 0; animation-timing-function: ease-in; } 10% { opacity: 1; animation-timing-function: ease-out; } 20% { opacity: 1 } 30% { opacity: 0 } 100% { opacity: 0 } }

#footer { background: url(images/bg-node.png) repeat; padding: 25px 0; color: #2b1306; margin: 50px 0; }
hr { margin: 20px 0; background: #2b1306; border: none; height: 1px; }
#header { background: url(images/bg-top.png) repeat-x; -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.4); box-shadow: 0 0 15px 0 rgba(0,0,0,.4);}
#logo { margin: 15px auto; display: block; width: 160px; }
#top-icons { float: right; margin-top: -60px; }
#top-icons a { margin-left: 3px; display: inline-block; width: 28px; }
#top-icons a:hover { opacity: .5; }
.row.menu-wrapper { border-top: 1px solid #e2d7bf; }
.menu-wrapper { text-align: center; padding: 15px 0 1px; }
.menu-wrapper ul li { display: inline-block; margin: 0 15px; }
.menu-wrapper a { font-family: 'Courgette'; color: #2b1306; font-size: 20px; text-decoration: none;}
.menu-wrapper a:hover { opacity: .5; }
#header .row, #header .container { overflow: visible; }
.sub-menu { background: url(images/bg-node.png) repeat;  }
.menu-wrapper .sub-menu li { display: block; font-size: 14px;  }
.menu-wrapper .sub-menu a { font-size: 16px; margin-bottom: 3px; }
#romb { width: 451px; height: 451px; margin: 0px auto; background: url(images/romb.png) top center no-repeat; text-align: center; padding-top: 80px; color: #febc80; text-shadow: 1px 1px rgba(0,0,0,.4);}
#content #romb h1 { font-size: 50px; }
#oferta-specjalna {  padding: 20px; background: #2b1306; color: #e2d7bf; /* -webkit-border-radius: 5px; border-radius: 5px; */ }
#content #oferta-specjalna a { color: #e2d7bf; text-decoration: underline; }
#content #oferta-specjalna a:hover { text-decoration: none; }
.home-h2 { background: url(images/oferty.png) top center no-repeat; text-align: center; color: white; }
.home-h2 h2 span { color : #febc80; }
#content .home-h2 h2 { text-shadow: 1px 1px rgba(0,0,0,.4); margin: 0; padding: 0; }
#content .home-h2 { padding: 3px 0 35px; }
.oferta-item { padding: 15px; background: url(images/bg-node.png); border: 1px solid #e2d7bf; text-shadow: 1px 1px rgba(255,255,255,.8); }
.oferta-item .btn { display: block; background: #e2d7bf; text-align: center; padding: 10px 0; }
.oferta-item { margin-bottom: 20px; }
.page-content .container { padding: 15px; background: url(images/bg-node.png) repeat; margin: 30px auto 0; text-shadow: 1px 1px rgba(255,255,255,.8) }
.page-content .sidebar { width: 200px; }
.page-content .main { width: 680px; }
.oferta-item img { height: auto; margin-bottom: 10px; }
.oferta-item { min-height: 330px; }
.main .wp-post-image { margin-bottom: 20px; }

#gallery-1 img { border: none!important; }
#gallery-1 img:hover { opacity: .6; }




