/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */
.mystyle {}


/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}

#Music-title-box img {
width: 0px !important;
height:0px !important;
}

.single-post p.post-byline {
    display: none;
}

.entry.share { padding-right: 0; }
.sharrre-container { position: relative; float: left; width: auto; padding: 0; margin: 20px 0 0; }
.sharrre-container span { text-align: left; }
.sharrre-container > div { float: left; margin-right: 10px; }

.intro-text  {	
	color:#444 !important;
	text-align: justify !important;
	//font-size:15px !important;
}
.intro-text  span {	
	color:#444 !important;
	text-align: justify !important;
	//font-size:15px !important;
}

.excerpt  {	
	color:#444 !important;
	text-align: justify !important;
	//font-size:15px !important;
}

.menu-item {
    font-weight: bold !important;
}

img {
      padding-right: 10px !important; 
}

.mg_qt_quote {
    font-size: 30px;
    line-height: .9em;
    text-align: justify;
    color: rgb(68, 68, 68);
    font-family: "Tangerine",serif;
    font-weight: bold;
}

.widget  h3  {
    color:#fff;
    background-color: #1e73be;
}

.mg_qt_quote a {
    color: #3b8dbd;
}

.mg_qt_quote p {
    margin-bottom: 0 !important;
}
.mg_qt_quote a:hover {
    color: #444;
}

.mg_qt_quote  img {
    width: 100% !important;
    height: 150px !important;
}

.mg_qt_quote  iframe {
    width: 100% !important;
    height: 150px !important;
}

.mg_qt_quote  h3 {
    color:#fff;
    font-family: Titillium,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    word-wrap: break-word;
    background-color: #1e73be;
}

.mg_qt_quote h4 {
     font-size: 17px;
     font-family: Titillium,Arial,sans-serif;
     color:#444;
}

.mg_qt_quote cite {
    font-size: 16px;
    color: #666;
    font-family: Titillium,Arial,sans-serif;
    font-style: normal;
}

# mg_qt_widget_random_quote h3 {
 font-size: 26px;
}

.featured, .featured.flexslider {
    padding-bottom: 10px !important;
}

.fa-youtube-play {
    background-color: #000;
    color: #fff;
}

/* Logo Title */
.site-title {
    font-size: 50px;
    font-family: Oswald;
}

/* ramadan timetable */
table.timetable {
    margin-top: 0px;
    color: #fff;
    background-color: #1e73be;
}
table.timetable span {
    font-size: 10px !important;
}
table.noBorder th.nextPrayer, table.noBorder td.nextPrayer {
    background: rgba(232, 251, 232, 0.34);
    color: #fff;
}
table.noBorder td.fasting, table.noBorder th.fasting {
   background-color: #6b9e2c;
   color: #fff;
}
table.noBorder th.jummah {
   background-color: #1e73be;
}

.menu-top-menu-active {
    border-bottom:3px #FFF solid;
}

/* always display header widgets */
#header-widgets {
    display: block !important;
}
/* changes for iPad viewport */
@media only screen and (max-width: 960px){
    /* remove top padding */
    #header .pad {
        padding-top: 0;
    }
    /* adjust and center title */
    .site-title {
        padding: 30px 0;
        width: 100%;
        float: none;
        line-height: 50px;
    }
    .site-title a {
        text-align: center;
    }
    /* hide description */
    .site-description {
	display: none;
    }
    /* center ads widget container */
    #header-widgets {
        max-width: 728px;
        width: 100%;
	float: none;
	margin: 0 auto;
    }
}

