/* -------------------------------- 

Primary style

-------------------------------- */

@font-face {
    font-family: "nassim-bold";
    src: url("../fonts/nassim-bold.eot?#") format("eot"), url("../fonts/nassim-bold.woff") format("woff"), url("../fonts/nassim-bold.ttf") format("truetype");
}

body {
    font-size: 1.6rem;
    font-family: nassim-bold, Tahoma, "Open Sans", sans-serif;
    color: #331d35;
    background-color: #e7e7e7;
    direction: rtl;
    padding: 0;
}

h1 {
    margin: 0;
}

a {
    color: #41307c;
    text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.header {
    position: relative;
    height: 69px;
    background-color: #8745ba;
    font-size: 30px;
    color: #fff;
}
.header .row {
    padding-top: 18px;
}
.header small {
    font-size: 16px;
}
.header2 {
    position: relative;
    height: 40px;
    line-height: 40px;
    background-color: #a552a7;
    color: #fff;
    font-size: 16px;
}
.header2 a {
    color: #fff;
    font-size: 20px;
}
.header2 a:hover {
    color: #000;
}
.cd-header h1 {
    color: #fff;
    line-height: 150px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300;
}
/*

.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}
*/

@import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");

.podcast-list {
    list-style: none;
    font-family: nassim-bold, tahoma,'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}
    .podcast-list h2 {
        font-family: nassim-bold, tahoma, sans-serif;
    }
    .podcast-list > li {
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 5px rgb(51, 51, 51);
        box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
        padding: 0px;
        margin: 0px 0px 20px;
    }

        .podcast-list > li > time {
            display: inline-block;
            width: 100%;
            color: rgb(255, 255, 255);
            background-color: rgb(197, 44, 102);
            padding: 5px;
            text-align: center;
            text-transform: uppercase;
        }

        .podcast-list > li:nth-child(even) > time {
            background-color: rgb(165, 82, 167);
        }

        .podcast-list > li > time > span {
/*            display: none;*/
        }

        .podcast-list > li > time > .day {
            display: block;
            font-size: 43pt;
            font-weight: 100;
            line-height: 0.9em;
            padding-top: 10px;
        }

        .podcast-list > li time > .month {
            display: block;
            font-size: 24pt;
            font-weight: 900;
            line-height: 1;
        }
        .podcast-list > li time > .yeer {
            display: block;
            font-size: 24pt;
            font-weight: 900;
            line-height: 1;
        }

        .podcast-list > li > img {
            width: 100%;
        }

        .podcast-list > li > .info {
            padding-top: 5px;
            text-align: center;
        }

            .podcast-list > li > .info > .title {
                font-size: 17pt;
                font-weight: 700;
                margin: 0px;
            }

            .podcast-list > li > .info > .desc {
                font-size: 13pt;
                font-weight: 300;
                margin: 0px;
            }

            .podcast-list > li > .info > ul,
            .podcast-list > li > .social > ul {
                display: table;
                list-style: none;
                margin: 10px 0px 0px;
                padding: 0px;
                width: 100%;
                text-align: center;
            }

        .podcast-list > li > .social > ul {
            margin: 0px;
        }

            .podcast-list > li > .info > ul > li,
            .podcast-list > li > .social > ul > li {
                display: table-cell;
                cursor: pointer;
                color: rgb(30, 30, 30);
                font-size: 11pt;
                font-weight: 300;
                padding: 3px 0px;
            }

                .podcast-list > li > .info > ul > li > a {
                    display: block;
                    width: 100%;
                    color: rgb(30, 30, 30);
                    text-decoration: none;
                }

            .podcast-list > li > .social > ul > li {
                padding: 0px;
            }

                .podcast-list > li > .social > ul > li > a {
                    padding: 3px 0px;
                }

                .podcast-list > li > .info > ul > li:hover,
                .podcast-list > li > .social > ul > li:hover {
                    color: rgb(30, 30, 30);
                    background-color: rgb(200, 200, 200);
                }

.facebook a,
.twitter a,
.google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
}

.twitter a {
    color: rgb(79, 213, 248) !important;
}

.google-plus a {
    color: rgb(221, 75, 57) !important;
}

.facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
}

.twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
}

.google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
}

@media (min-width: 768px) {
    .podcast-list > li {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        padding: 0px;
    }

        .podcast-list > li > time,
        .podcast-list > li > img {
            display: inline-block;
        }

        .podcast-list > li > time,
        .podcast-list > li > img {
            width: 120px;
            float: right;
        }

        .podcast-list > li > .info {
            background-color: rgb(245, 245, 245);
            overflow: hidden;
        }

        .podcast-list > li > time,
        .podcast-list > li > img {
            width: 120px;
            height: 120px;
            padding: 0px;
            margin: 0px;
        }

        .podcast-list > li > .info {
            position: relative;
            height: 120px;
            text-align: right;
            padding-right: 40px;
        }

            .podcast-list > li > .info > .title,
            .podcast-list > li > .info > .desc {
                padding: 0px 10px;
            }

            .podcast-list > li > .info > ul {
                position: absolute;
                right: 0px;
                bottom: 0px;
            }

        .podcast-list > li > .social {
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            width: 40px;
        }

            .podcast-list > li > .social > ul {
                border-right: 1px solid rgb(230, 230, 230);
            }

                .podcast-list > li > .social > ul > li {
                    display: block;
                    padding: 0px;
                }

                    .podcast-list > li > .social > ul > li > a {
                        display: block;
                        width: 40px;
                        padding: 10px 0px 9px;
                    }
}
p{ text-align: justify;}
footer p{ text-align: center;}
