.container {
position: relative;
width: 90%;
}
@media only screen and (max-width: 980px) {
.et_mobile_menu li a, .nav li li a {
font-size: 17px;
}
}
@media only screen and (min-width: 981px) {
#main-header.et-fixed-header {
position: fixed;
padding-top:0px;
}
#page-container {
padding-top:135px;
}
.logo_container #logo {
max-height: 100%;
}
}
#divi-sticky-header {
top: 0;
width: 100%;
z-index: 99 !important;
}
.et_pb_fullwidth_menu .et-menu>li, .et_pb_menu .et-menu>li {
padding-right: 21px;
padding-left: 21px;
}
#main-header {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
@keyframes moveInBottom {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#logo {
animation: moveInBottom 1s ease-in-out 0s;
animation-fill-mode: backwards;
}
#et-top-navigation {
animation: moveInBottom 1s ease-in-out 0.2s;
animation-fill-mode: backwards;
}
#et-main-area {
animation: moveInBottom 1s ease-in-out 0.4s;
animation-fill-mode: backwards;
}
.et_mobile_menu {
border-top: 3px solid #d66f00;
}
#main-content .gallery-item .gallery-icon img {
border: 5px solid #eee;
transition: all .4s ease-in-out;
}
#main-content .gallery-item .gallery-icon img:hover {
border: 5px solid #ccc;
}
.fb-float-likebox {
display: none;
}
@media (min-width: 1079px) {
.fb-float-likebox {
background: url(//dziennydompobytu.pl/wp-content/themes/domseniora/img/fb.png) no-repeat scroll left 11px transparent !important;
display: block;
float: right;
height: 350px;
padding: 23px 0px 0 35px;
width: 375px;
z-index: 99999;
position: fixed;
right: -326px;
top: 20px;
}
.fb-float-likebox div {
border: none;
position: relative;
display: block;
}
.fb-float-likebox span {
bottom: 12px;
font: 8px verdana, arial, sans-serif;
position: absolute;
right: 6px;
text-align: right;
z-index: 99999;
}
.fb-float-likebox span a {
color: #808080;
text-decoration: none;
}
.fb-float-likebox span a:hover {
text-decoration: underline;
}
.fb2 {
padding: 0 0 0 20px;
}
}