/*
Theme Name: Maiza
Theme URI: http://maiza.lodse.com
Author: Waqass Khalid
Author URI: https://profiles.wordpress.org/waqasskhalid
Description: Maiza is a WordPress theme based on Foundation 5 by Zurb.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maiza
Tags: white, light, two-columns, right-sidebar, fluid-layout, custom-menu, editor-style, post-formats, responsive-layout,  featured-images, translation-ready, threaded-comments, one-column, custom-background, custom-colors
*/

body {
    font-family: 'Exo 2', sans-serif;;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 400 !important;
}

h2 {
    font-size: 30px;
}
h2 a 
{
    color: rgba(60, 77, 86, 0.84) !important;
}
.featured-thumbnail
{
    width:200px;
    margin-right: 20px;
    float: left;
}

/*Footer*/
.social
{
   color:#666 !important;
}
.footer .columns:nth-child(n+2) {
    border-left: none;
    min-height: 0px;
}

.bottom
{
    background: #113457 url("http://foundation.zurb.com/assets/img/marquee-stars.svg") repeat scroll 0px 0px;
    color: #666;
    padding: 25px;
}

.grey a 
{
    color:#666 !important;
}

.bottom ul.home-social li a:hover {
    opacity: 0.8;
}

.logo
{
    display: block;
    margin: 0px auto;
}

.bottom ul li {
    text-transform: uppercase;

}
.links
{
    line-height: 7;
}
.inline-list i
{
    font-size: 40px;
}
.inline-list i:hover
{
    
    color:white;
}
@media only screen and (min-width: 767px)
{
     .copyright
  {
      margin: -15px 3px 0px 2px
  }

}
@media only screen and (min-width: 767px) and  (max-width:800px)
{
    .slide-content{
      top: 0px;
  }  

}
@media only screen and (max-width: 767px) {
  .social {
    float:none;
    text-align: center;
  }

  .links
  {
      line-height: 2;
      display: inline-block;
  }
  .slide-content{
      visibility: hidden;
  }
  .bottom
  {
      text-align: center !important;
  }
}
.gallery-caption  
{
   font-size: 20px;
}
.sticky .entry-date {
	display: none;
}
.commentlist .bypostauthor {border-top: 10px solid #e18728;}
.commentlist li ul.children li.bypostauthor {border-top: 10px solid #e18728;}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.entry-content .wp-caption
{
    width: 100% !important;
}