/*
 Theme Name:   Simplo
 Theme URI:    http://studiosimplo.pl
 Description:  StudioSimplo.pl
 Author:       StudioSimplo.pl
 Author URI:   StudioSimplo.pl
 Template:     Divi
 Version:      1

*/

.s-fb-new {
    position: fixed;
    top: calc(43vh - 50px);
    right: 0;
    border-radius: 3px;
}
.s-fb-new:hover {
    filter: invert(1);
}

#fb-tabx {
  display:block;
  width:350px;
  height:450px;
  background: #fff;
  position: fixed;
  right:-350px;
  top:312px;
  z-index:99999;
  transition-property: right;
  transition-duration: 1s;
}
@media only screen and (max-width: 800px) {
	/* Remove toolbar on small screens */
	#fb-tabx {
		display: none;
	}
}


#fb-tabx:hover {
  right:5px;
}

.fb-tabx-ikona {
  display:block;
  width: 52px;
  height:52px;
  background: #e3e3e3 url("http://lgd.studiosimplo.pl/wp-content/uploads/2018/07/fb-ico-40.png") no-repeat center;
  position: relative;
  right:52px;
  border-radius:4px 0 0 4px;
  }

.fb-tabx-content {
  position: relative;
  top:-50px;
  padding:5px;
  }

/*** sidebar off ***/
#main-content .container:before {background: none;}
#sidebar {display:none;}
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}
/*** end of sidebar off ***/

.creditsy a {
opacity: 0.7;
}

.creditsy a:hover {
opacity: 1;
}

.podwojny-wiersz-menu {
line-height: 15px !important;
}

/*------------------------------------------------*/
/*--------wyglad skrotu posta------------*/
/*------------------------------------------------*/
.et_pb_posts .et_pb_post, #left-area .et_pb_post {
border-top: dotted #e6e6e6 2px;
padding-top: 5px;
}
    .et_pb_posts .et_pb_post a img, 
    .archive .et_pb_post a img, 
    .search .et_pb_post a img {
        max-width: 210px!important;
		min-height:200px;
		float: left;
        padding-right: 20px;
		object-fit: contain;
}

	.et_pb_post {
 			   margin-bottom: 8px;
}
 
    @media only screen and (max-width: 980px) {
        .et_pb_posts .et_pb_post a img, 
        .archive .et_pb_post a img, 
        .search .et_pb_post a img{
            float:none;
            max-width: 250px!important;
		
		}
		.et_pb_post {
 			   margin-bottom: 8px;
}
}

@media only screen and (max-width: 767px) {
			.et_pb_post {
 			   margin-bottom: 8px;
}
}


 .more-link {
padding: 5px 10px;
border-radius: 5px;
background-color:#e6e6e6;
color: #000;
float: right;
border: solid 1px #e6e6e6;
}

 .more-link:hover{
background-color: white;
color: #8d8d8d;
border: solid 1px #8d8d8d;
}

.et_post_meta_wrapper img {
display: none;
}

/*przyciski galerii*/
.et_pb_gallery_title {
display: none;
}

.polityka p {
	margin-bottom: 15px;
	text-align: justify;
}

/*tytul posta*/

.et_pb_post .entry-title a, .et_pb_post h2 a{
	 text-transform: uppercase !important;
  }

