@font-face {
	font-family: 'Varela Round';
	src: url('../fonts/VarelaRound-Regular.ttf');
}

@font-face {
	font-family: 'Lato Regular';
	src: url('../fonts/Lato-Regular.ttf');
}
@font-face {
	font-family: 'Oswald Regular';
	src: url('../fonts/Oswald-Regular.otf');
} 
@font-face {
	font-family: 'Lato Bold';
	src: url('../fonts/Lato-Bold.ttf');
}
@font-face {
	font-family: 'Oswald Bold';
	src: url('../fonts/Oswald-Bold.otf');
}
body, p, label, span,li, a, input[type="submit"]{
	font-size:15px;
	font-family: 'Lato Regular', sans-serif;
	color: #2c2c2c;
}
h1, h2, h3, h4, h5{
	font-family: 'Lato Bold', sans-serif;
	color: #404040;
}
p{
	line-height: 18px;
}
a{ /*edited by Daniel, removed i*/
	outline: none;
    transition: all 0.5s ease-in-out;
}
h1, h2, h3, h4, h5 ,h6 {
	line-height: 1;
}
/*a:hover, a:focus{
	color: #ffcc00;
	text-decoration: underline; 
}*/

a:hover, a:focus {
    color: black;
}

.tag_design, .tag_design a {
    font-size: 12px;
	font-style: italic;
}

.tag_design a {
	color: #428bca;
}

/* FOR VIDEO ON CAROUSEL */

.carousel_video {
	padding-bottom: 2.8rem;
    padding-top: 2.8rem;
    background-color: black;
}
.carousel_video .fb-video span {
	height: 500px;
}

/* For Width of Website */
.wrap .header .row {
	max-width: 69.5rem !important;
}
.content {
	max-width: 69.5rem !important;
}

.container .row {
	max-width: 69.5rem !important;
}

/* For Load More Button */
#pbd-alp-load-posts {
	line-height: 50px;
}

footer .row {
	max-width: 69.5rem !important;
}

/* nav */

.inner-prev, .inner-next {
	display: none;
}

/* loader-ellips
------------------------- */

.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* loader-wheel
------------------------- */

.loader-wheel {
  font-size: 64px; /* change size here */
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 0.45em;
  overflow: hidden;
  margin: 0 auto;
  animation: loader-wheel-rotate 0.5s steps(12) infinite;
}

.loader-wheel i {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.1em;
  border-radius: 0.05em;
  background: #333; /* change color here */
  opacity: 0.8;
  transform: rotate(-30deg);
  transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/*Predefined Classes*/
.no-padding{
	padding: 0;
}
.no-padding-2{
	padding-top: 0;
	padding-bottom: 0;
}
.no-margin{
	margin: 0;
}
.padding-1{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.padding-1-5{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.padding-2{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.padding-3{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.padding-4{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.no-pad-left{
    padding-left: 0;
}
.no-pad-right {
    padding-right: 0;
}
.uppercase{
	text-transform: uppercase;
}
.grey{
	color: #7a7a7a;
}

/* Header */
#searchform{
	display: inline-block;
}
#s{
	width: 140px;
	border: #ffcc01 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#8list-logo {
}
.social-media-links {
	display: inline-block;
	margin: 5px 10px 0 0;
}
.header-links{
	margin: 0;
}
.social-media-links li, .header-links li{
	list-style: none;
	display: inline-block;
	margin: 0 .5rem;
}
.social-media-links i{
	font-size: 28px;
	color: #404040;
}
.home article h2 .post-title, .search-result article h2 .post-title, .archive article h2 .post-title{
	color: #000;
    font-family: 'Lato Regular';
    font-size: 24px;
}
.home-menu{
	margin: 0 auto;
	width: 100%;
	display: table;
	background: #ffcc01;
	margin-bottom: 1rem;
}
.home-menu li{
	list-style: none;
	display: inline-block;
	padding: 1rem;
	text-align: center;
	border-right: 1px solid #fff;
	width: 100%;
}
.home-menu li:hover, .home-menu li:focus{
    background-color: white;
}
.home-menu li:nth-last-child(1){
	border-right: none;
	padding: 1rem;
}
.home-menu a{
	font-family: "Oswald Regular";
    text-transform: uppercase;
    font-size: 23px; /*added by daniel*/
}
.home-menu .f-dropdown{
	background: #00a8ff;
}
.home-menu .f-dropdown li{
	width: 100%;
	text-align: left;
	border: none;
	padding: 0.6rem; /* edited by Daniel */
}
.home-menu .f-dropdown li:hover, .home-menu .f-dropdown li:focus{
	background: #0fafff;
}
.home-menu .f-dropdown li a{
	color: #fff;
	padding: 0;
}

.orbit-bullets, .orbit-slide-number, .orbit-timer{
	display: none !important;
}
.single .orbit-bullets{
	display: block !important;
	margin-top: -3rem;
}
.single  .orbit-container .orbit-bullets li{
	background: #fff;
}
.single  .orbit-container .orbit-bullets li.active{
	background: #00a8ff;
}
.header-tab a {
	color: #000;
}
.home .featured-side article, .featured-side > .column {
	width: 100%;
	margin:0;
	padding:0;
}
.home .featured-side article .column{
	min-height: 150px;
	overflow: hidden;
}
.image-container{
	min-height: 500px;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.featured-info{
	margin-bottom: 1rem;
	display: inline-block;
}
.featured-lists .clearfix{
	line-height: 0;
	font-size: 0;
	height: 0;
}
.orbit-caption{
	background-color: transparent;
	background: url("../assets/img/title-bg.png") repeat-x scroll center top rgba(0, 0, 0, 0) !important;
}
#sidebar .featured-ad{
	width: 100%;
	margin-bottom: 1rem;
}
.more-stories {
	background: none repeat scroll 0 0 #00a8ff;
	color: #fff;
	font-size: 16px;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
}
.more-stories-list > .column{
	min-height: 9rem;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0.5rem;
}
.more-stories-list header a{
	color: #fff;
}
.more-stories-list .more-stories-caterory{
	border-bottom: 1px solid #fff;
	font-size: 10px;
}
.more-stories-list .more-stories-byline{
	font-size: 10px;
}
.list-content{
    float:left;
    width:100%;
}
.list-content .su-tabs-nav span.su-tabs-current{
	background: #00a8ff;
	color: #fff;
}
.list-content .su-tabs-nav span{
	background: #494949;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px;
}
.list-content .su-tabs-nav span:hover{
	background: #cccccc;
}
.list-content .su-tabs-pane{
	border-top: 3px solid #00a8ff;
}
.list-content .su-tabs {
    background: none;
}
.wp-caption{
	max-width: 100% !important;
}
.list-content figure{
	margin: 0;
	margin-bottom: 20px;
}
.wp-caption-text{
	text-align: center;
	padding: 5px 0;
	font-size: 12px;
}
.single.content{
	margin-bottom: 2rem;
}
.header .social-media-links i:hover{
	color: #00a8ff;
}
.mobile-menu-link{
	background: rgba(255, 204, 1, 0.9);
	padding: 1rem;
	height: 53px;
}
.mobile-menu-link .nav-share{
	color: white;
}
.mobile-menu-link .nav-share .fa {
	padding-left: 0.5rem;
}
.mobile-menu-link .share-buttons {
    position: relative;
    bottom: 15px;
    float: right;
    margin-bottom: 10px;
}
.left-off-canvas-toggle.white.uppercase > img{
	width: 6rem;
}
.left-off-canvas-toggle.white.uppercase > span{
	width: 24px;
	float: left;
	display: block;
	margin-right: 5px;
}
.left-off-canvas-toggle.white.uppercase > span > span {
	background: none repeat scroll 0 0 #fff;
	display: block;
	float: left;
	height: 5px;
	width: 24px;
	margin-bottom: 3px;
}
.left-off-canvas-toggle, .left-off-canvas-toggle:hover, .left-off-canvas-toggle:focus{
	font-size: 22px;
	color: #fff;
	text-decoration: none;
}
.left-off-canvas-menu{
	/*background: #00a8ff;*/
    height: 100%;
}
.left-off-canvas-menu li{
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #ffcc01;
}
.left-off-canvas-menu a {
	color: #fff;
	padding: .5rem 1rem;
	display: inline-block;
	width: 100%;
}
.left-off-canvas-menu a:hover{
	text-decoration: none;
	background: #ffcc01;
}
.list-content .su-table th{
	background: #00a8ff !important;
	color: #fff !important;
	font-size: 16px !important;
	text-transform: uppercase;
}
.page-content #searchform{
	float: left !important;
}

.author-box img{
	/*border: 4px solid #00a8ff;
    border-radius: 32px;
    padding: 0.5rem;*/
}

/* Added by Daniel */

.maxnone {
	width: 100%;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    margin-right: 15px;
    float: left;
}

.alignright {
    margin-right: 15px;
    float: right;
}

.leaderboard {
    width: 100%;
}

/* Menu Bar */

.menu-bars.white.uppercase > img{
	width: 6rem;
}
.menu-bars.white.uppercase > span{
    width: 25px;
    float: left;
    display: block;
    margin-right: 15px;
}
.menu-bars.white.uppercase > span > span {
	background: none repeat scroll 0 0 #fff;
	display: block;
	float: left;
	height: 5px;
	width: 24px;
	margin-bottom: 3px;
}
.menu-bars, .menu-bars:hover, .menu-bars:focus{
    float: right;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
}
.wrap .menu-item { /* CHANGE IF YOU ADD A SECTION */
	width: 9.776%;
	background: #ffcc01;
	border: none;
}
#sidebar {
    margin-top: 15px;
}
#sidebar .mrecside {
    margin-bottom: 0.5rem;
}
div .header-bottom {
    position: relative;
}

.author-box h3 a {
    font-size: 1.375rem;
}

/* Share buttons */
.content .share-buttons {
	position: relative;
	bottom: 10px;
    float:left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.main .share-buttons {
	position: relative;
	left: auto;
	bottom: auto;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.share-buttons > * {
	text-align: center;	
	margin-right: 8px;
    float:left;
}
.share-buttons a {
	font-size: 16px;
	font-size: 1rem;
    margin-top: 10px;
}
.share-buttons div {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.share-buttons .shares {
	padding: 4px 4px 4px 0;
}
.share-buttons .shares .count {
	display: block;
	font-size: 3em;
	line-height: 1em;
}
.share-buttons a {
	text-align: center;
	padding: 8px 13px;
	color: #fff;
	background: red;
	border-radius: 5px;
        /*width: 46px;*/
}
.share-buttons a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}
.main .share-buttons a:hover {
	background: #b2b2b2;
}
.share-buttons .facebook {
	background: #3B5998;
}
.share-buttons .twitter {
	background: #41B0D4;
}
.share-buttons .pinterest {
	background: #CE282B;
}
.share-buttons .stumbleupon {
	background: #eb4924;
}
.share-buttons .viber {
	background: #8F5DB7;
        visibility: hidden;
}
.share-buttons a span {
    color: #ffffff;
}
.share-buttons .fa-rss {
    position: absolute;
    padding-left: 9px;
    font-size: 10px;
    margin-top: -1px;
}
.sticky-header .share-buttons {
	display: block;
}

/* Overriding Orbit Arrows */
.orbit-container .orbit-prev, .orbit-container .orbit-next {
    text-indent: 0px !important;
    font-size: 50px;
}
.orbit-container .orbit-prev span, .orbit-container .orbit-next span {
    display: none;
}
.orbit-container .orbit-prev .left-carousel, .orbit-container .orbit-next .right-carousel {
    margin-top: 8px;
    opacity: 0.7;
}
.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit;
}

/* Archive Header */
.main-content-header {
	font-size: 3em;
    text-align: left;
    padding: 0 10px 10px;
    color: #b2b2b2;
	text-transform: uppercase;
    background: none;
	font-family: 'Oswald Regular';
}
.yellow-border {
	border-bottom: 5px solid #ffd731;
}

/* Page Links */
.page-links {
        font-size: 1.2rem;
		padding-bottom: 1rem;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	/*margin: 0 0.3333em 0.3333em 0;*/
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 229, 112, 0.3);
	background-color: #ffe570;
	border-color: #ffe570;
	color: #000;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #ffe570;
	background-color: rgba(255, 229, 112, 0.7);
	border-color: transparent;
	color: #000;
}

.page-links > .page-links-title {
	border: 0;
	color: #ffe570;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.page-links .page-link-number {
        margin-left: 0.5em;
        margin-right: 0.5em;
}

/* Navigation Bar */
#top-nav-wider {
    display: block;
    position: fixed;
    width: 100%;
    visibility: hidden;
    top: 0;
}
#top-nav {
    display: block;
    position: absolute;
    width: 100%;
}
/*.top-bar {
    visibility: visible;
    background-color: #00a8ff;
    overflow: visible;
}
.top-bar-section .has-dropdown, .top-bar-section ul li a .title, .top-bar-section .menu, .top-bar-section ul li:hover:not(.has-form)>a, .top-bar-section .back  {
    font-size: 15px;
    font-family: 'Varela Round', sans-serif;
    background-color: #00a8ff;
    float: right;
}
.top-bar-section .dropdown li a .main-menu {
        font-weight: normal;
        padding: 8px 15px;
        font-size: 10px;
}
.top-bar-section ul .nav-logo-section>a {
        background-color: #00a8ff;
        float: left;
        height: 45px;
        padding-top: 10px;
        width: 60px;
}
.top-bar-section ul li>a {
        background-color: #00a8ff;
}
.top-bar-section ul {
        background: #00a8ff;
}
.top-bar-section .has-dropdown > a:after {
        border-color: transparent transparent transparent;
}
.nav-share {
        float: right;
        color:#fff;
        font-size:23px;
        padding-right: 10px;
}
.nav-share-single {
        margin-top: -18px; 
        float:right;
}
.nav-logo {
        background:url(../assets/img/ws-logo-mini.png) no-repeat center center !important;
        background-size: cover !important;
        width: 84px;
        height: 31px;
        margin-top: -5px;
        margin-right: -5px;
        float: right;
        margin-left: 10px;
}*/
.left-off-canvas-menu h1 {
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 1.25rem;
    padding-bottom: 0rem;
}
.left-off-canvas-menu form {
	color: #fff;
	padding: .5rem 1rem;
	display: inline-block;
	width: 100%;
}
.left-off-canvas-menu .search-menu {
    list-style: none;
    border-bottom: 0px solid #ffcc01;
}
.left-off-canvas-menu input[type="text"] {
    display: inline;
    margin: 0 0 0 0;
}
.left-off-canvas-menu .main-menu a {
    font-size: 16px;
    text-transform: uppercase;
}
.left-off-canvas-menu .sub-menu a {
    font-size: 14px;
}
.sub-menu a {
    padding: .5rem 1rem;
}

/* Daniel */
.post-edit-link {
	color: #428bca;
}
.featured-lists h2 {
	line-height: 0;
	padding: 0 1rem;
}
.featured-lists h2 a {
	color: #fff;
	display: inline-block;
	font-size: 41px;
	line-height: 50px;
	margin-bottom: 1rem;
	font-family: 'Oswald Regular';
	/*text-transform: uppercase;*/ /*modified by Daniel*/
}
.featured-lists .featured-author {
	color: #ffcc00;
	display: inline-block;
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 1rem;
	font-family: 'Lato Regular';
}
.featured-lists .featured-author, .featured-lists h2 a {
	text-shadow: 2px 2px #000000;
}
.home article .column, .search-result article .column, .archive article .column{
	min-height: 18.813rem;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home article h2, .more-stories-list header, .search-result article h2, .archive article h2{
	background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
	margin: 0;
	line-height: 13px; /*edited by Daniel*/
	/*text-transform: uppercase;*/ /*edited by Daniel*/
	padding: 1.5rem 1rem 1rem;
	overflow: hidden;
}
.article-image{
    -webkit-box-shadow: inset 0px -173px 86px -30px rgba(0,0,0,0.81);
	-moz-box-shadow: inset 0px -173px 86px -30px rgba(0,0,0,0.81);
	box-shadow: inset 0px -173px 86px -30px rgba(0,0,0,0.81);

}
.home article, .archive article{
	margin-bottom: 10px;
    margin-right: 15px;
    padding: 0px;
}
.search-result article {
	padding: 5px;
}
.static-article article {
    height: 200px !important;
    background: no-repeat center center;
    background-size: cover;
    -webkit-box-shadow: inset 0px -142px 92px -70px rgba(0,0,0,0.84);
	-moz-box-shadow: inset 0px -142px 92px -70px rgba(0,0,0,0.84);
	box-shadow: inset 0px -142px 92px -70px rgba(0,0,0,0.84);
}
.static-article article .category {
    background-color: transparent !important;
    right: 0;
    padding: 0px;
    height: 100%;
}
.static-article article .category span {
    background-color: #ffcc00;
    padding: 5px;
    text-transform: uppercase;
    float: right;
    font-size: 15px;
    font-family: 'Oswald Regular';
}
.static-article article header h2{
	background-color: transparent !important;
    position: absolute;
    bottom: 0;
}
.ochopi-latest {
	padding-bottom:10px;
}
.home article a span, .search-result article a span, .archive article a span, .static-article a span {
    color: #fff;
    font-size: 20px;
    font-family: 'Lato Bold';
    text-shadow: 2px 2px #000000;
}
.home article p, .search-result article p, .archive article p, .static-article p {
    color: #ffcc00;
    font-size: 16px;
    font-family: 'Lato Bold';
}
.home .featured-side article {
    height: 160px !important;
    margin-bottom: 10px;
}
.home .featured-side {
    padding-top:0px;
}
.post-author, .post-author a{
    font-size: 14px !important;
    font-family: 'Lato Regular';
}
.post-all {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
        width: 100% !important;
}
.post-date{
    font-size: 11px !important;
    font-family: 'Lato Regular';
}
.feature-category {
    margin-top:3.5rem;
    min-height: 200px;
}
.feature-category-top-text {
    text-transform: uppercase;
    font-family: 'Oswald Regular';
    font-size: 40px;
}    
.feature-category-top-text a {
    text-transform: uppercase;
    font-family: 'Oswald Regular';
    font-size: 40px;
}    
.feature-category-top-text a.seemore {
    float: right;
    font-size: 20px;
}
.feature-image {
    height: 200px;
    background: no-repeat center center;
    background-size: cover;
}
.feature-category-text {
    border-top: #ffcc00 solid 3px;
    padding: 20px;
}
.feature-category-text a span {
    font-family: 'Lato Bold';
    font-size: 24px;
}
.feature-author {
    font-size: 17px;
    font-family: 'Lato Regular';
    padding-top: 8px;
    margin-bottom: 0px;
}
.feature-date {
    font-size: 13px;
    font-family: 'Lato Bold';
    padding-top: 3px;
	margin-bottom: 0px;
}
.feature-share {
    font-size: 16px;
    font-family: 'Lato Regular';
    padding-top: 3px;
}
.top-padding {
    padding-top: 10px;
}
.top-padding-2 {
    padding-top: 20px;
}
.top-margin {
    margin-top: 10px;
}
.cat-btn {
  background: #ffe900;
  background-image: -webkit-linear-gradient(top, #ffe900, #ffc500);
  background-image: -moz-linear-gradient(top, #ffe900, #ffc500);
  background-image: -ms-linear-gradient(top, #ffe900, #ffc500);
  background-image: -o-linear-gradient(top, #ffe900, #ffc500);
  background-image: linear-gradient(to bottom, #ffe900, #ffc500);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #000000;
  font-size: 13px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  float: right;
}

.cat-btn:hover {
  text-decoration: none;
}

.inner-padding{
	padding: 10px;
}
/* Polls */
.quiz, .poll {
	min-height: 12rem;
	width: 100%;
	background-color: #ffcc00;
	padding:0.75rem;
}

.quiz .quiz-content, .poll .monthly-poll {
	font-family: 'Oswald Bold';
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: 10px;
	padding:2rem;	
	margin-bottom:10px;
}

.quiz .quiz-image, .poll .poll-image {
	margin-bottom:1.5rem;
	height: 200px;
    background: no-repeat center center;
    background-size: cover;
}

.quiz .quiz-title center {
	font-family: 'Lato Bold';
	font-size: 24px;
	color: #000;
	padding-bottom:1.5rem;
}

/* Comment Styles */
.comments-container {
	font-size: 11px;
	font-size: 0.6875rem;
}
.comments-container h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	font-family: 'Lato Regular',Helvetica,Arial,sans-serif;
	text-transform: uppercase;	
}
.commentlist {	
	border-bottom: 1px solid rgb(221,221,221);
	border-top: 1px solid rgb(221,221,221);	
	padding-top: 10px;
}
.commentlist li.comment {
	margin: 0 0 10px 0;
	padding: 0 0 0 0px;
	position: relative;	
}
.commentlist > li.comment {
	border-bottom: 1px solid rgb(221,221,221);
}
.commentlist, 
.commentlist .children {
	list-style: none;
	margin-left: 0;
	padding-top: 10px;
	border-top: 1px solid rgb(221,221,221);	
}
.commentlist .children {
	margin-left: 30px;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.comment-body {
	padding-bottom: 30px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 0px;
	left: 0px;
}
.comment-author .fn {
	font-weight: bold;
	font-style: normal;	
}
.comment-meta {
	position: absolute;
	left: 0;
	bottom: 10px;
	color: #ffcc00;
}
.comment-meta a {
	color: inherit;
}
.comment-section{
	margin-top: 2.5rem;
}
.comment-section h4{
	background: none repeat scroll 0 0 #2d2d2d;
	color: #ffcc00;
    padding: 7px;
	font-family: 'Oswald Regular';
}
.comment-section input[type="submit"]{
	background: #2d2d2d;
	color: #fff;
}
.comment-section input[type="submit"]:hover{
	background: #aeaeae;
	color: #fff;
}
.comment-section textarea{
	min-height: 7rem;
}
.comment-respond .comment-subscription-form {
    margin-bottom: 0px;
}

.comment-respond .comment-subscription-form input[type="checkbox"]{
    margin: 0 0 0 0;
}
.required {
	font-size: 1.3em;
	font-weight: bold;
}
.reply {
	position: absolute;
	right: 0;
	bottom: 10px;
}
#respond label {
	display: block;
}
#respond input[type="text"],
#respond textarea {
	margin: 0;
	padding: 3px;
	width: 100%;
	border: 1px solid #ccc;
	resize: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
#respond textarea {
	height: 4em;
	overflow: auto;
}
.form-allowed-tags {
	display: none;
}

.vcard {
    margin: 0px 0px 1.25rem 3.25rem;
}

/* Single */
.page_cat {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}
.entry-subhead {
	/*line-height: 5px;*/
}
.entry-title {
	font-size: 1.2rem;
    font-family: 'Lato Regular';
    color: black;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0;
	margin-top: 0;
}
.profile {
	width: 2rem;
    height: 2rem;
    border-radius: 2rem;
	background-color: #ffcc00;
    margin-right: 10px;
    float: left;
	background-size: cover;
}
.center {
	text-align: center;
}

.center ul {
	margin: 0;
    display: inline-block;
}

/* Archive */
.new-pagination .pagination a, .new-pagination .dots{
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
}
.new-pagination .pagination a:hover, .new-pagination .pagination a:focus, .new-pagination .pagination .current a:hover, .new-pagination .pagination .current a:focus{
	background: none;
}
.new-pagination .pagination .current a{
	background: none;
	color: #ffe900;
}
.new-pagination .prev, .new-pagination .next {
	background: #ffe900;
  background-image: -webkit-linear-gradient(top, #ffe900, #ffc500);
  background-image: -moz-linear-gradient(top, #ffe900, #ffc500);
  background-image: -ms-linear-gradient(top, #ffe900, #ffc500);
  background-image: -o-linear-gradient(top, #ffe900, #ffc500);
  background-image: linear-gradient(to bottom, #ffe900, #ffc500);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: 'Lato Bold';
  color: #000000;
  font-size: 13px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

ul.pagination li {
    margin-left: 0rem;
}
span.current {
	display: block;
	padding: 10px;
	background-color: rgb(255,204,1,0.5);
}

/* Ad Container */
.ad-container-skyscraper-1 a img, .ad-container-skyscraper-2 a img, .ad-container-skyscraper-3 a img, 
.ad-container-leaderboard-2 a img, .ad-container-mrec-1 img, .ad-container-mrec-2 img, .ad-container-mrec-3 img, 
.ad-container-mrec-4 img, .ad-container-mrec-5 img, .ad-container-mrec-6 img, .ad-container-mrec-7 img, .ad-container-mrec-8 img, 
.ad-container-mrec-9 img, .ad-container-mrec-10 img, .ad-container-mrec-11 img, .ad-container-mrec-12 img, .ad-container-mrec-special img {
	width: 100%;
}

/* Popular Now */
.popular-articles {
	background-color: #2d2d2d;
	min-height: 6rem;
}

.popular-articles ul {
	list-style: none;
}

.popular-articles-num {
	padding-top: 1.5rem;
}

.popular-articles-num span{
	color: #ffcc00;
	font-family: 'Oswald Bold';
	font-size: 2rem;
}

.popular-articles-title {
	top: 50%;
}

.popular-articles-title text {
	font-size: 15px;
}

.popular-articles-title a {
	font-family: 'Lato Regular';
	color: #ffffff;
	font-size: 20px;
	line-height: 1.1;
}

.popular-articles-border {
	border-bottom-color: #ababab;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

/* Related Posts */

.wp_rp_wrap .related_post_title {
	padding: 10px !important;
}

/* Footer */
footer {
	padding-top: 2rem;
}
.site-footer {
	background-color: #242424;
}
.site-footer a {
	color: transparent;
}
.footer-8list {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.footer-icons {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    text-align: right;
}
.footer-icons span {
	color: #ffcc00;
}
.footer-icons .fa-inverse {
	color: #242424;
}
.footer-border {
	border-bottom: solid 2px #1e1e1e;
}
.footer-nav {
	padding-top: 2rem;
}
.footer-nav span {
	color: white;
	font-family: 'Oswald Regular';
	font-size: 22px;
}
.footer-nav ul {
	margin-left: 0;
}
.footer-nav .menu-tab {
	text-transform: uppercase;
	padding: 1.5rem;
	line-height: 2rem;
}
.site-footer-2 {
	background-color: #ffcc01;
}
.footer-copyright {
	font-size: 14px;
	padding-top: 2.2rem;
	padding-bottom: 0.6rem;
}
.footer-copyright p {
	font-size: 14px;
	padding-top: 5px;
}
.footer-nav-2 {
	padding-top: 2.5rem;
	text-align: right;
}
.footer-nav-2 span {
	font-size: 14px;
}

/* Search */
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}
.footer-icons input[type=search] {
	background: #ffcc01 url(../assets/img/search-icon.png) no-repeat 9px center;
	border: solid 1px #ffcc01;
	margin: 0 0 -13px;
	padding: 6px 4px 9px 32px;
    width: 0px;
    height: auto;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.header-icons input[type=search] {
	background: #ffcc01 url(../assets/img/iconsearch.png) no-repeat 0px center;
	border: solid 1px #ffcc01;
	margin: 0 0 -21px;
	padding: 15px 0px 15px 50px;
    width: 0px;
    height: auto;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.header-icons .fa-circle {
	color:#ffcc01;
}

input[type=search]:focus {
	width: 130px;
	background-color: #ffcc01;
}
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
#search-bar {
	display: inline-block;
	margin-left: 2px;
	/*transform: translateY(4%);*/
}
#search-bar input[type=text] {
	height: 1rem;
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#search-bar input[type=text]:hover {
	background-color: #ffcc01;
}
#search-bar input[type=text]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #ffcc01;
	cursor: auto;
}
#search-bar input:-moz-placeholder {
	color: transparent;
}
#search-bar input::-webkit-input-placeholder {
	color: transparent;
}

/* For Related Articles */
div.wp_rp_content {
	display: block !important;
}
.rp_boxes {
    height: 330px;
	display: inline-block !important;
	padding-top: 10px;
    float: left;
}
.wp_rp_thumbnail .feature-image {
	margin: 5px;
    height: 150px !important;
}
.wp_rp_title {
	margin: 10px;
	font-family: Lato Bold;
	float: left;
}
.wp_rp_author {
	font-family: Lato Regular;
	margin-left: 5px;
	margin-right: 5px;
	float:left;
}
.related_post_title {
	background-color: #ffcc01;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    font-family: "Oswald Regular";
    text-transform: uppercase;
}
ul.related_post {
	width: 100%;
}
ul.related_post li {
	width: 25% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
ul.related_post li a {
}
ul.related_post li img {
}

/* Hide text */
.list-content .hide-text {
	text-indent: 100% !important;
	white-space: nowrap !important;
	overflow: hidden !important;
}
.list-content .hide-text-for-sure {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* For Shortcodes */
.inline > :not(.whole, .facebook, .twitter, .viber, .pinterest, .stumbleupon) {
    display: table-cell;
    padding: 10px;
}
.list-content .content-left > .inner8,
.list-content .buffer-content-left {
	text-align: left;
}
.list-content .content-right > .inner8,
.list-content .buffer-content-right {
	text-align: right;
}
.list-content .content-center > .inner8,
.list-content .buffer-content-center {
	text-align: center;
}
.list-content .content-justify > .inner8,
.list-content .buffer-content-justify {
	text-align: justify;
}
.list-content .whole {
	width: 100%;
}
.list-content .half,
.list-content .inner_half {
	width: 50%;
}
.list-content .third,
.list-content .one_third,
.list-content .inner_third {
	width: 33.3333333%;
}
.list-content .fourth,
.list-content .one_fourth {
	width: 25%;
}
.list-content .two_thirds {
	width: 66.6666666%;
}
.list-content .three_fourths {
	width: 75%;
}
.list-content .row8 .push-right {
	float: right;
}
.list-content a {
	color: #428bca;
}
.list-content a.facebook, .list-content a.viber, .list-content a.twitter, 
.list-content a.stumbleupon, .list-content a.pinterest {
	color: white !important;
}
.list-content .related_post a {
	color: #2c2c2c !important;
}

/*Media Queries*/

@media only screen and (max-width: 40em) { 
	body .home .featured-side article .column {
		min-height: 10rem;
		margin-bottom: 20px;
        }
	.home article .column{
		min-height: 10rem;
	}
	#8list-logo {
		height: 90px;
	}
    .home .inner-wrap .wrap, .search .inner-wrap .wrap, .single .inner-wrap .wrap, .archive .inner-wrap .wrap, .page .inner-wrap .wrap {
        padding-top: 53px;
    }
	.featured .orbit-container, body .featured .featured-ad{
		margin-bottom: 20px;
	}
	.image-container {
		min-height: 10rem;
	}
	.featured-lists h2 a , .featured .orbit-caption h2{
		font-size: 20px;
		line-height: 20px;
	}
	.entry-title {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.main-content-header {
		font-size: 2em;
	}
	.featured-lists .featured-category {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 4px;
	}
	.featured-lists h2 a {
		margin-bottom: 0;
	}
	.featured-info {
		font-size: 10px;
	}
	.search-result article, .archive article{
		width: 100%;
	}
    .mrecside {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .comment-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    .comment-section .comments-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .share-buttons .viber {
        visibility: visible;
    }
    /* Author Box */
    .author-pic {
        padding-left: 100px;
        padding-right: 100px;
    }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (max-width: 320px) {
	.footer-nav-2 {
		padding-top: 1.5rem !important;
	}
}

@media only screen and (max-width: 396px) {
	.footer-nav ul {
		text-align: center;
	}
}

@media only screen and (max-width: 425px) {
	ul.pagination {
		padding-bottom: 4rem;
	}

	ul.pagination li {
		margin-bottom: 1rem;
	}
}

@media only screen and (max-width: 640px) {
	.ad-container-skyscraper-1 {
		padding-top: 1rem;
	}

	.footer-8list img {
		display: block;
		margin: 0 auto;
	}
	.footer-icons {
		padding-left: 0px;
		text-align: center !important;
	}

	.search-result article {
		padding: 15px !important; 
	}
	
	.inline > :not(.whole, .facebook, .twitter, .viber, .stumbleupon, .pinterest) {
		display: block;
		padding: 0px;
	}
	
	.list-content .half,
	.list-content .inner_half {
		width: 100%;
	}
	.list-content .third,
	.list-content .one_third,
	.list-content .inner_third {
		width: 100%;
	}
	.list-content .fourth,
	.list-content .one_fourth {
		width: 100%;
	}
	.list-content .two_thirds {
		width: 100%;
	}
	.list-content .three_fourths {
		width: 100%;
	}
	.carousel_video {margin-bottom: 1rem;}
}

@media only screen and (max-width: 705px) { 
        /* Table Resizing */
        /* Force table to not be like tables anymore */
	.list-content table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.list-content thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.list-content tr { border: 1px solid #ccc; }
	
	.list-content td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
                display: block;
	}
	
	.list-content td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	/* Daniel */
	.featured-lists h2 a , .featured .orbit-caption h2 {
		font-size: 20px !important;
	    line-height: 1.5rem !important;
	    margin-bottom: 0 !important;
	    text-align: center !important;
	}

	.featured-lists .featured-author {
		font-size: 15px !important;
		line-height: 1.5rem !important;
	    margin-bottom: 0 !important;
	}

	.footer-copyright {
		padding-top:1.6rem !important;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	.home .featured-side article, .featured-side > .column {
		margin: 0;
		padding: 10px;
		width: 33.33%;
	}
	.image-container {
		min-height: 500px;
	}
	.home-menu li{
		padding: 1rem 10px;
	}
	.home-menu li:nth-last-child(1) {
		border-right: 1px solid #fff;
		padding: 1rem 10px;
	}
	.search-result article, .archive article{
		width: 50%;
	}
    .maincontent{
        width: 65.66667%;
    }
    #8list-logo {
    	margin-top: 0.5rem;
    }
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (max-width: 1024px) {
	.home .featured-side article .column {
		min-height: 171px;
	}
	.footer-nav ul a {
		display: inline-block;
		width: 110px;
	}
}

@media only screen and (max-width: 768px) { 
	.home .featured-side article .column {
		min-height: 128px;
	}
}

@media only screen and (min-width: 64.063em) { 

    .maincontent{
        width: 74%;
    }
    .comment-section {
        padding-left: 0px;
        padding-right: 0px;
    }

} /* min-width 1025px, large screens */