@charset "UTF-8";
/* CSS Document */
h1 {
    font-family: "Sentinel A", "Sentinel B";
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 2rem;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
}
h2 {
    font-family: "Sentinel A", "Sentinel B";
	font-weight: 400;
	font-size: 2.2rem;
	font-style:normal;
	line-height:2.4rem;
	-webkit-font-smoothing: antialiased;
}
h3 {
    font-family: "Sentinel A", "Sentinel B";
	font-style: italic;
	font-weight: 700;
	font-size: 1.3rem;
	margin-top: 2rem;
	line-height:1.5rem;
	-webkit-font-smoothing: antialiased;
}
h4 {
    font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 700;
	font-size: 1.3rem;
	line-height:1.5rem;
	-webkit-font-smoothing: antialiased;
}
body  {
    font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
	-webkit-font-smoothing: antialiased;
}
strong {
	font-weight: 700;
}
.rtl-nonlat {
	font-family: sans-serif;
	direction:rtl;	
}
.navbar-brand-ef {
    font-family: "Sentinel A", "Sentinel B"; 
	font-weight: 700;
	font-size: 1.5rem;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
}
.nav-item-ef {
    font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.nav-link a {
    color: #fff;
}
.nav-link, .nav-item {
    font-size: 0.8rem;
    line-height: 1.0rem;
    text-transform: uppercase;
    
}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.row {
  margin-bottom: 1rem;
}
.row .row {
  margin-top: 1rem;
  margin-bottom: 0;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ss-result {
    margin-bottom: 2em;
}
.ss-result__aside {
    float: right;
    margin-left: .5em;
}
.ss-result__title {
    font-weight: bold;
    margin-bottom: .5em;
}
.ss-result__badge {
    font-size: .7em;
    padding: .2em .5em;
    margin-left: .75em;
    background: #eee;
    display: inline-block;
}
.ss-result__text {
    margin-bottom: .5em;
}
.info {
    font-size: .8em;
}
.pagination {
    font-size: .7em;
}
.post-list {
    list-style-type:none;
}
.btn-ef {
    color: white !important;
    border: 1px solid rgb(255, 0, 102);
    background-color: rgb(204, 0, 82); 
    
}
.btn-ef:hover {
    color: white !important;
    border: 1px solid rgb(235, 0, 82);
    background-color: rgb(164, 0, 42); 
}
.btn-outline-ef {
    color: rgb(204, 0, 82);
    border: 1px solid rgb(255, 0, 102);
}
.btn-outline-ef:hover {
    color: rgb(164, 0, 42);
    border: 1px solid rgb(235, 0, 82);
}
li{
    margin-top: .3em;
}
