/*!
Theme Name: tanmia_sorat


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tanmia_sorat is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 /* .page-path a {line-height: 1;} */
.single-page .share span{float: right;}
/* .page-path ol{overflow: hidden;text-align: center;}
.page-path li{display: inline-block;}
.page-path li:not(:last-child):after{content: '/';} */
.pagination{display: block;}
.pagination li{display: inline-block;}
.pagination a, .pagination span{color: #0f6f7f;    background: #f4f4f4;}
.pagination .active a, .pagination .active span{background: #0f6f7f;color: #fff;}
.pagination a:hover, .pagination span:hover{background: #0f6f7f;color: #fff;}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  background-color: transparent;
  color: #06aebf;
}

ul.lang{display: inline-block;margin: 0px 10px;}

.ltr .form-control,.ltr .form-group{direction: ltr;text-align: left;}
[role="search"]{    flex-flow: row;}
.timeline-Footer{display: none!important;}
.main-nav .navbar-nav .nav-item .nav-link{padding: 15px 20px;}
body.ltr  {
    direction: ltr;
    font-family: 'indielabs';
    text-align: left;
}
.ltr .main-footer .footer-links ul li:after{left: auto;right: -15px;}
.ltr .main-nav .navbar-nav .nav-item .nav-link:after{left: auto;right: 0;}
.ltr .section-title .heading{
  -webkit-border-top-right-radius: 53px;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 53px;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 53px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.ltr .section-title .heading:after{right: auto;left: 0;}

.pray-times{margin: 20px 0;}
.pray-times img {
    width: 100%
}

.pray-times .card {
    background: #1274a4;
    padding: 20px 0;
    border: none !important
}

.pray-times .card .title {
    padding: 0 20px 10px
}

.pray-times .card .box {
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #2dadeb;
    background: #2194cc
}

.pray-times .card .box span {
    color: #fff
}

.pray-times .card .box b {
    color: #fff;
    font-family: 'Tahoma'
}

.pray-times h4 {
    color: #fff
}

.pray-times h4 i {
    margin-left: 5px
}

.pray-times p {
    color: #fff
}

.pray-times p:last-child {
    margin-bottom: 0
}
.main-nav .navbar-nav .nav-item .nav-link:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 10px;
    margin: auto;
    width: 1px;
    height: auto;
    background: transparent;
    top: calc(50% - 2px);
}
