/**
 * Theme Name: serenti Child
 * Description: Themename Child Theme
 * Theme URI: https://labs.ahmadawais.com/_child/
 * Author: mrahmadawais, WPTie
 * Author URI: http://ahmadawais.com/
 * Template: serenti
 * Version: 130.1.0.0
 */
 
/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
.blog.home article.post {width:100%;float:none;}
.header {margin: 20px 0;}

.site-title {
	font-family: 'Dancing Script', sans-serif;
	font-size: 54px;	
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	font-style: italic;
	letter-spacing: 0.2px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}

   .transport-logo {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

   .transport-logo ul {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

   .transport-logo ul li {
    text-align: center;
    width: 14%;
    display: inline-flex;
    border-bottom: 4px solid #23527c;
    transition: all 0.5s;
    margin: 10px;
}


   .transport-logo ul li:hover {
    border-bottom: 4px solid #e0164c;
    transition: all 0.5s;
}

   .transport-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media(max-width:780px) {

    .transport-logo {
        flex-wrap: nowrap;
    }

    .transport-logo ul li {
        width: 30%;
    }
}


@media(max-width:489px) {

    .transport-logo {
        flex-wrap: nowrap;
    }

    .transport-logo ul li {
        width: 43%;
    }

}

.navbar {
  background-color: #f4f4f7;
  border-top: 1px solid #efefef;
  margin: 0 auto;
}
.navbar-toggle {
  background: #e0164c;
}
@media only screen and (max-width: 524.5px) {
  .header h1, .site-title {
    font-family: 'Dancing Script', sans-serif;
    font-size: 32px;
    margin: 0;
  }
  .header {
    margin: 12px 0;
  }
  .post-header {
    text-align: center;
    margin: 0 0 18px;
  }
  #content {
    margin-top: 12px;
  }
  .entry-title {
    font-size: 28px !important;
    margin: 0 auto 12px;
  }
  
  
}