/*
Theme Name: Casacinema 2.0
Author: Unknown
Version: 1.0
*/

body {
	font-family: 'Open Sans', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #222
}

body.home {
	background: #151515
}

.clear {
	clear: both
}

a, a:hover {
	color: #3CB2F6;
}

#home-form {
	border-radius: 25px;
	background: #333;
	margin-top: 3em;
}

#search-box {
	width: 100%;
	border-radius: 25px;
	font-size: 1.8em;
	background: #fff;
	padding: .3em .8em
}

#search-box input {
	font-family: inherit;
	width: 84%;
	border: 0;
	color: #000;
	padding: .2em 0;
}

#search-box input:focus {
	box-shadow: none
}

#search-box button {
	color: #000;
	padding: 0 .5em;
	background: 0;
	border: 0;
}

#home-form .mmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

#home-form .mmenu > li a {
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: .7em;
	font-size: 1.4em;
}

.home-cats h2 {
	margin-top: 1.5em;
	margin-bottom: 0;
	text-align: center;
	background: #444;
	border-radius: 25px 25px 0 0;
	padding: .3em;
}

.home-cats ul {
	background: #333;
	border-radius: 0 0 25px 25px;
	list-style: none;
	padding: 1em 1.5em;
	overflow: auto;
}

.home-cats li {
	overflow: auto;
	display: inline;
}

.home-cats li a {
	width: 16%;
	float: left;
	box-sizing: border-box;
	padding: .5em;
	font-size: 1.2em;
	display: block;
}

.home-cats li a:hover {
	text-decoration: none;
	color: #337AB7
}

.home-cats li a:before {
    content: '\f061';
    color: #fff;
    font-family: FontAwesome;
    font-size: .9em;
    line-height: .9em;
    margin-right: .5em;
}

#logo {
	display: block;
	margin-top: 2em
}

header nav ul {
	list-style: none;
	padding: 0;
}

header #nav ul li {
	overflow: auto;
	display: inline
}

header #nav ul li a {
	display: block;
	float: left;
	font-size: .95em;
	padding: .4em;
	margin: .1em;
	text-decoration: none;
}

header #nav ul li a:hover {
	color: #eee;
	text-decoration: none;
	border-bottom: 2px solid #555
}

header #search-box {
	font-size: 1.4em;
	margin: 1.5em 1em;
	box-sizing: border-box;
}

header {
	padding-bottom: 1.5em;
	border-bottom: .5em solid #333;
}

#nav {
	margin-top: 3em
}

div.main {
	background: #444
}

.posts {float: left;width: 25%;/* padding: .4em .3em; */box-sizing: border-box;text-align: center;overflow: hidden;}
.posts a {
    display: block;
    /* background: #353535; */
    margin: 0 .45em;
    overflow: auto;
    color: #fff;
}
.posts a:first-child {
    border-radius: 20px 20px 0 0;
}

.posts a:last-child {
    border-radius: 0 0 20px 20px
}

.posts a:hover {
    text-decoration: none;
}
.posts  a > div {
    margin: .55em auto;
    position: relative;
    width: 149px;
    height: 257px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
}

.posts a > p {
    background: #ccc;
    display: block;
    padding: .5em;
    margin: 0 1.5em .5em 1.5em;
    text-decoration: none;
    color: #000;
}

.posts .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .4em;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.posts .episode {
    position: absolute;
    top: 0;
    left: 0;
    padding: .3em .6em;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    border-radius: 0 0 5px 0
}

.posts .hd {
    position: absolute;
    top: 0;
    right: 0;
    padding: .2em .4em;
    font-size: 1.4em;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    border-radius: 0 0 0 10px;
    font-weight: bold
}

.main h1 {
	font-weight: 300;
	padding-left: .5em;
	padding-bottom: .3em;
	border-bottom: 2px solid #555;
	margin-bottom: .35em
}

.main aside {
    margin: 1em 0;
    background-color: #333;
}

.main aside .title {
    background: #111;
    font-size: 1.3em;
    padding: .6em;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333
}

.main aside .subtitle {
    background: #555;
    font-size: .9em;
    padding: .3em .7em
}

.main aside .widget-title {
    background: #111;
    font-size: 1.4em;
    padding: .7em;
    margin: 0;
}

.main aside a {}

.main aside p {
    border-bottom: 2px solid cornflowerblue;
    margin: 0.8em 2em;
    padding-bottom: 0.5em;
}

.main aside ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main aside li {
    margin: 0
}

.main aside li a:before {
    content: '\f054';
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
}

.main aside li > a {
    color: #fff;
    text-decoration: none;
    padding: .5em;
    display: block;
    padding-left: 1.3em;
    text-decoration: none
}
.main aside li > a:hover {
    background: rgba(0, 0, 0, 0.3)
}

.main aside li > a small {
    float: right;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0% 0%;
    padding: 0.3em 0.6em;
    border-radius: 0.75em;
    margin-top: -.15em;
    margin-left: .3em
}

.pad {
	text-align: justify;
	line-height: 1.7em;
	padding: 1em;
}

#embeds {
    background: #111
}

#embeds .swappable {
    display: none
}


#embeds .swappable.active {
    display: block
}

#embeds button {
	width: 100%;
	font-size: 1.2em;
	font-family: inherit;
	background: #000;
	border: 0;
	padding: 1.2em;
	border-bottom: 1px dotted rgba(255,255,255,.25);
}

#embeds button:hover {
	background: #337AB7
}

#embeds button.active {
	background: #0088d9
}

#embeds h2 {

font-size: 1.5em;

padding: .5em;

background: #222;

margin: 0;
}

#embeds ul {
	list-style: none;
	padding: 0
}

#embeds li {
	background: #050505;
	border-bottom: 2px solid #222;
	padding: .5em;
	font-size: 1.2em
}

#links {
	height: 400px;
	overflow: auto
}
#embeds h1 {

margin: 0;

padding: .7em;

font-size: 1.7em;

background: #191919;
}


.main .meta {
    display: table;
    border-collapse: separate;
    border-spacing: .8em;
    font-size: 1.1em;
}

.main .meta > div {
    display: table-cell;
    vertical-align: top
}

.main .meta > div:first-child {
    width: 25%;
    margin-right: 1em
}

.main .meta > div:first-child p {
    background: #F0702B;
    display: block;
    padding: .5em;
    margin: 0;
    text-decoration: none;
    text-align: center;
    color: #fff
}

.main .subtitle {
    float: left;
    color: #fff;
    background: #555;
    font-size: .9em;
    padding: .3em .7em;
    margin-right: .5em;
}

.main .element {
    background: #333;
    font-size: .9em;
    padding: .3em .7em;
    border-bottom: 1px solid #444;
    box-sizing: border-box;
}

.main .element:after{
    clear: both
}

.main .thumbnail {
    width: 100%
}

.main .rating {
    color: #fff;
    box-sizing: border-box;
    background-color: #111;
    overflow: auto;
}

.main .rating .value {
    float: left;
    background-color: cornflowerblue;
    font-size: 1.7em;
    padding: .5em;
    margin-right: .4em
}

.main .rating p {
    margin: .6em 0 .2em 0
}


.stars {
    background: repeat-x url(../images/stars.png);
    background-position: 0 0;
    background-size: 110px;
    height: 17px;
    width: 215px;
    display: inline-block;
    margin-right: .45em
}

.fs {
    float: left;
    background-position: 0 100%
}

.navigation {
  overflow: auto;
  list-style: none;
  margin: .5em 0 0;
  padding: 0
}

.navigation span {
  display: none !important;
}

.navigation a,
.navigation span {
  display: block;
  padding: .3em .6em;
  text-decoration: none;
  background: 0 0;
  border-radius: 10px;
  float: left;
  margin: 0 .1em
}

.navigation a:hover {
  background-color: #BD0000;
  transition: all .3s ease
}

.navigation .pages span {
  background-color: #BD0000;
  cursor: default;
  display: block !important;
}


.main img {
    max-width: 100%;
    height: auto;
}

aside > div {
	overflow: auto
}

aside > div > div {
	background: #333;
	padding: 1em
}

aside > div div.col-xs-6 {
	text-align: center
}

.facebook {color: #3b5998;margin-bottom: .25em;}
.gplus {color: #db4437;margin-bottom: .25em;}


.home-cat h2 {
	/* margin-top: 1.5em; */
	margin-bottom: 0;
	text-align: center;
	background: #444;
	border-radius: 25px 25px 0 0;
	padding: .3em;
}

.home-cat ul {
	background: #333;
	border-radius: 0 0 25px 25px;
	list-style: none;
	padding: 1em 1.5em;
	overflow: auto;
}


.postsh { list-style: none; padding: 0; margin: 0; overflow: auto }
.postsh li {float: left;/* width: 25%; */padding: .4em .3em;box-sizing: border-box;text-align: center;overflow: hidden;}
.postsh a {
    display: block;
    /* background: #353535; */
    margin: 0 .65em;
    overflow: auto;
    color: #fff;
}
.postsh a:first-child {
    border-radius: 20px 20px 0 0;
}

.postsh a:last-child {
    border-radius: 0 0 20px 20px
}

.postsh a:hover {
    text-decoration: none;
}
.postsh  a > div {
    margin: .55em auto;
    position: relative;
    width: 189px;
    height: 277px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
}

.postsh a > p {
    background: #ccc;
    display: block;
    padding: .5em;
    margin: 0 1.5em .5em 1.5em;
    text-decoration: none;
    color: #000;
}

.postsh .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .4em;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.postsh .episode {
    position: absolute;
    top: 0;
    left: 0;
    padding: .3em .6em;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    border-radius: 0 0 5px 0
}

.postsh .hd {
    position: absolute;
    top: 0;
    right: 0;
    padding: .2em .4em;
    font-size: 1.4em;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    border-radius: 0 0 0 10px;
    font-weight: bold
}


#mobileNav {
    display: none;
    font-size: 1.3em
}

#mobileNav ul {
    background: #111;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobileNav li {
    padding: 0
}

#mobileNav li a {
    display: block;
    padding: .6em .8em;
    text-decoration: none;
    text-transform: uppercase
}

#mobileNav[data-show=true] {
    display: block;
    overflow: auto
}

#mobileNavToggle {
margin: .8em;
color: #fff;
    display: none;
    float: right
}


.ads {
    text-align: center;
    margin: .6em 0 .3em 0;
    font-size: 1.3em
}

.ads a {
    width: 12em;
    background: #004278;
    display: inline-block;
    padding: .8em;
    margin: 0 1em;
    text-decoration: none;
    text-align: center;
    color: #fff
}

@media screen and (max-width: 768px) {



#home-form #search-box { width: 100% }
#search-box { width: 90% }
    .main .meta {
        display: block
    }

    .main .meta > div:first-child {
        width: 50%;
        margin: 1em auto
    }

    .main .meta > div {
        display: block
    }

    #mobileNavToggle {
        display: block
    }
.home-cats li a { width: 50% }
.home-cat ul {padding: .3em .2em .3em .2em }

#nav { display: none }

.postsh a > div { width: 140px; height: 250px }
.postsh a { margin: 0 .25em }

.ads a {
margin:.4em 1em
}
}

@media screen and (max-width: 1200px) {
.posts { width: 50% }
}

.mmenu {
  padding-left: 20px !important;
  padding-right: 20px !important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  background-color: #444;
  max-height: 350px;
  overflow: auto;
  min-width: 200px;
	margin-top: 0;
}
.dropdown-menu li a {
  color: #fff;
}
@media(min-width:992px){
  #home-form .dropdown:hover .dropdown-menu {
    display: block;
  }
  }
@media(max-width:991px){
	.postsh li {
		width: 50%;
	}
	.mmenu {
		display: none !important;
	}
}

.menuopen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mobmenu {
	position: fixed;
	overflow: auto;
	width: 260px;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 1100;
}
.mobmenu, .mobmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobmenu li {
	border-bottom: 1px solid rgba(255,255,255,.25);
}
	.mobmenu li a {
		padding: 10px 20px;
		display: block;
		font-size: 24px;
		color: inherit;
		text-decoration: none !important;
	}
	.mobmenu ul li {
		border-bottom: none;
	}
	.mobmenu ul li a {
		font-size: 18px;
		color: #ccc;
	}
@media(min-width:992px){
	.mobmenu {
		display: none !important;
	}
}

.se_num {
  position: absolute;
  top: 0;
  right: 0;
	padding: .3em .6em;
  background-color: #009FFF;
	font-size: 1.1em;
  border-radius: 0 0 0 8px;
}
