/*
Theme Name:   Motywm Potomny Accelerate
Description:  MP TRANS
Author:       webzileo Agencja Interaktywna
Author URL:   https://webzileo.pl/
Template:     accelerate
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  motywm-potomny-accelerate
*/

/* Write here your own personal stylesheet */
img.alignleft, img.alignright, img.aligncenter {
    border: solid 1px #ddd;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
}
.entry-content img, .comment-content img, .widget img {
    border: solid 1px #ddd;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
}
.posted-on {
    display: none;
}
#header-text-nav-container {
    background-color:#FFF;
}
#header-logo-image {
   float: none;
}
#site-title a {
   display: none;
}
.entry-meta {
   display: none;
}
#site-description {
  color: #959595;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; 
}
/*--menu--*/
.topnav {
  overflow: hidden;
  background-color: #5eb754;
  padding: 5px 40px 5px;
}
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;	
}
.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.topnav .current-menu-item a{
  background-color: #48953f;
  color: #fff;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #48953f;
  color: #fff;;
}
.dropdown-content a:hover {
  background-color: #48953f;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.topnav a.icon {
    display: none;
}
@media screen and (max-width: 767px) {
  .topnav{
	padding: 5px 5px 5px;	
  }
  .topnav a{
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 10px;
	top: 4px;
	border: solid 1px #fff;
	background:#468c3e;
  }
  .topnav.responsive li a {
	width:80%;	
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	color:#fff;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
#featured-slider, #featured-slider .slider-cycle {
    position: relative;
    width: 100%;
    max-width: 100%;
}
#featured-slider .entry-content p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
#featured-slider .entry-content {
    max-width: 600px;
}
.post-featured-image img {
    border: solid 1px #ddd;
    padding: 5px;
	border-radius:3px 3px 3px 3px;
}
.post .entry-content {
    border-bottom: solid 1px #ddd;
}
.footer-widgets-area p {
    text-align: left;
    color: #fff;
}
.footer-widgets-wrapper {
    background-color: #313131;
}