/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.page-header{
    margin-top: -102px !important;
    padding-top:121px !important;
}

footer input[name="email"]{
    height: 38px;
}

.entry-title.title-sm h3 {
    font-size: 16px;
}
.entry-title h2, .entry-title h3, .entry-title h4 {
    text-transform: unset;
}



[dir="rtl"] .entry-title.title-sm h3 {
    font-size: 18px;
}
[dir="rtl"] .entry-title h2, .entry-title h3, .entry-title h4 {
    text-transform: unset;
}

[dir="rtl"] .top-search-form input{
    font-family: unset !important;
    letter-spacing: 0 !important;
}

[dir="rtl"] .top-links-item > a > i.icon-angle-down {
    margin: 0 5px 0 0 !important;
}

[dir="rtl"] .full-header #logo {
    padding-right: 0 !important;
    border-left: unset;
    margin-right: 0;
    border-right: unset;
}

.hidden{
    display: none !important;
}

.team-info a h3{
    color: #fff !important;
}
.team-info h3{
    color: #fff !important;
}

.post-content a{
    color: #337ab7 !important;
}

.tweetabletext:after {
    font-family: FontAwesome;
    content: "\f099";
    text-decoration: none;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.flipster__button{
    background-color: #ffffff !important;
    border-radius: 5px !important;
}
#slider li{
    position: relative;
}
#slider li:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    /*background: rgb(0, 0, 0);*/
    /*background: -webkit-linear-gradient(left,#000,transparent);*/
    /*background: linear-gradient(to right,#000,transparent);*/
}
.entry-title h4 {
    font-weight: 100;
}

a.menu-link div {
    font-weight: 700;
}

