/*
Theme Name: Tic
Theme URI: http://themes.themolitor.com/tic
Description: Rivyt layout designed and developed by Christopher John Molitor.
Author: Christopher John Molitor
Author URI: http://themolitor.com/
License: GNU General Public License
License URI: license.txt
Version: 1.0.0
Tags:White, Dark
Template: rivyt
*/


/*--------------------------------*/
/* -----RESET + TRANSITIONS----- */
/*------------------------------*/
* {
	padding: 0; 
	margin: 0; 
	line-height: 1.5em;
	/*--COLOR ANIMATIONS--*/
 	-webkit-transition:background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear; 
 	-moz-transition:background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear; 
 	-o-transition:background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear; 
 	transition:background-color 0.20s linear, border-color 0.20s linear, color 0.20s linear, outline-color 0.20s linear;  
 	/*IE SCROLL STYLE*/
 	-ms-overflow-style: -ms-autohiding-scrollbar;
}

/*--------------------------------*/
/* -----GENERAL CLASS STUFF----- */
/*------------------------------*/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.center {
	text-align:center;
}
.clear {
	clear: both;
}
.clearfix:after,
.clearfix:before { 
   content: "";
   position: relative; 
   display: block; 
   clear: both;
}
.error {
	color: red;
}

.overflow-scroll {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*------------------------------*/
/* -----HTML + BODY STUFF----- */
/*----------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	position: relative;
	
  	
}
body {
	height:100%; 
	width:auto;
	font-size: 18px;
	font-weight: normal;
	overflow-y: auto;
	font-family: "roboto", sans-serif;
}


/*------------------------*/
/* -----A TAG STUFF----- */
/*----------------------*/
a {
	text-decoration:none; 
	color:inherit; 
	position: relative;
}
a:hover {
	text-decoration:none; 
}


/*--------------------------*/
/* -----IMG TAG STUFF----- */
/*------------------------*/
img {
	max-width: 100%; 
	height: auto;
}
img.aligncenter {
	display:block;
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom: 10px;
}
img.alignright {
	display:inline;
	margin:0 0 10px 10px;
}
img.alignleft {
	display:inline;
	margin:0 10px 10px 0;
}
img#wpstats {
	width:0;
	height:0;
	border:none;
	display: block;
	overflow:hidden;
}
.entry img {
	vertical-align:text-bottom; 
}


/*------------------------*/
/* -----H TAG STUFF----- */
/*----------------------*/
h1,h1 a,h1 a:visited,
h2,h2 a,h2 a:visited,
h3,h3 a,h3 a:visited,
h4,h4 a,h4 a:visited,
h5,h5 a,h5 a:visited,
h6,h6 a,h6 a:visited {
	font-weight: normal;
	border: none;
	/*color: rgba(255,255,255,.8);*/
	color: inherit;
}
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited 15,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}

/*-------------------------*/
/* -----HEADER STUFF----- */
/*-----------------------*/
#header {
    left: 0;
    margin-top: 0;
    padding: 6% 8% 3%;
    position: relative;
    top: 0;
    opacity: 0;
    z-index: 110;
    overflow: hidden;
    overflow: auto;
    font-size: 20px;
    display: block;
    transition: all 2s ease 0s;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
	
	opacity: 1;
	
	max-height: 100%;	
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#logo {
    border-radius: 100px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
    display: block;
    float: left;
    height: auto;
    margin: 0 15px 0 0;
    overflow: hidden;
    position: relative;
    top: -3px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 60px;
}
#title-stuff {
	float: left;
	display: inline-block;
}
#title-stuff.no-tagline {
	line-height: 60px;
}
#site-title {
    display: block;
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.no-tagline #site-title {
	display: inline-block;
}
#site-tagline {
    font-size: 18px;
    letter-spacing: 0.5px;
}

#head-links {
    float: right;
    margin-top: 25px;
}
#head-links > a {
    border-bottom-style: none;
    border-bottom-width: 1px;
    font-size: 18px;
    margin-left: 15px;
}
#head-links > a:hover,
body.about-open #about-link {
    border-bottom-style: solid;
}


/*--ABOUT STUFF--*/
#about-container {
    display: none;
    font-size: 18px;
    max-width: 650px;
    padding: 0 8% 6%;
    white-space: pre-line;
}
#about-container a {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#about-container a:hover {
	border-bottom-style: solid;
}
#about-stats {
    margin-top: 3%;
}
#about-stats > span {
    font-size: 80%;
    letter-spacing: 0.5px;
    margin: 0 30px 0 0;
    text-transform: uppercase;
}
#about-social {
    text-align: center;
}


/*------------------------------*/
/* -----VIDEO PANEL STUFF----- */
/*----------------------------*/
#video-panel-container {
    display: none;
    margin: 0 8% 5%;
    position: relative;
    width: 84%;
    z-index: 2;
}

body.main-playing #video-panel-container {
	display: block;
}

#video-panel-container:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	content: '';
	transition: all 1s ease 0s;
}

/*------------------------------*/
/*---------VID CONTROLS--------*/
/*----------------------------*/

#vid-nav {
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
}

/*--CLOSE FRAME BUTTON--*/
#close-frame {
    border-radius: 5px;
    display: none;
    font-size: 26px;
    height: 35px;
    line-height: 32px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 35px;
    z-index: 1010;
}
body.main-playing #close-frame {
	display: inline-block;
}

#close-frame:hover {
	/*COLOR SETTINGS IN FUNCTIONS.php*/
}
body.mini #video-frame #close-frame {
    bottom: -116px;
    box-shadow: none;
    display: block;
    position: fixed;
    right: 0;
    top: auto;
    transform: translate3d(0px, -260px, 0px);
    border-radius: 3px 3px 0 0;
}
body.mini #video-frame #close-frame:hover {
	/*COLOR SETTINGS IN FUNCTIONS.php*/
}
body.mini .the-bottom #video-frame #close-frame {
    bottom: auto;
    top: 0;
    transform: translate3d(0px, 30px, 0px) !important;
}

/*--NEXT/PREV BUTTONS--*/
.next-prev-vid {
    top: 0;
    color: rgba(255,255,255,.9).next-prev-vid;
    display: inline-block;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 1010;
    background: rgba(0,0,0,.05);
    
    position: relative;
    right: auto;
}
.next-prev-vid:hover {
	/*COLOR SETTINGS IN FUNCTIONS.php*/
}
#prev-vid {
    right: 80px;
    
    right: auto;
}

/*--VIDEO FRAME--*/
#video-frame {
    display: block;
    margin: 0 auto;
    padding-bottom: 45%;
    position: relative;
    width: 80%;
    z-index: 100;
    width: 100%;
    padding-bottom: 56.2%;
}
#video-frame iframe {
	box-shadow: 0 15px 30px rgba(0,0,0,.5);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	transition: transform .6s ease 0s;
	background: rgba(0,0,0,.3);
}
body.mini #video-frame iframe {
    bottom: -141px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    height: 141px;
    left: auto;
    min-height: auto;
    opacity: 1;
    position: fixed;
    top: auto;
    width: 250px;
    z-index: 1000;
    right: 5px;
    transform: translate3d(0px, -146px, 0px) !important;
}

/*--VIDEO INFO--*/
#video-info-container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

#title-info {
	float: none;
	width: auto;
	max-width: 100%;
	margin: 30px auto;
}
#video-info-container h2 {
    display: block;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.1em;
    margin: 0 auto 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
#video-info-container .vid-meta {
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#video-info-container .vid-meta i {
    font-size: 120%;
    margin-right: 5px;
}

#vid-content {
    float: none;
    font-size: 22px;
    max-width: 850px;
    overflow: hidden;
    position: relative;
    margin: 0;
    font-weight: normal;
    white-space: pre-line;
}
#vid-content > * {
	margin-bottom: 15px;
}
#vid-content a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#vid-content a:hover {
	border-bottom-style: solid;
}

/*-----------------------------*/
/* -----VID LAYOUT STUFF----- */
/*---------------------------*/
#vid-layout-container {
    box-shadow: none;
    overflow: hidden;
    position: relative;
    padding:0 20px 20px;
}

#vid-layout {
	margin: 0 auto;	
	position: relative;	
	top: 0;
}
#vid-layout a {
	opacity: .5;
}
#vid-layout a:hover,
#vid-layout a.active-layout,
#vid-layout a.active-filter {
	opacity: 1;
}

/*--VIDEO FILTER--*/
#video-filter {
	line-height: 1em;
}
#video-filter:after {
	content: '';
	display: block;
	clear: both;
}
#video-filter a {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 1px;
}
body #video-filter a:hover:not(.active-filter),
#video-filter a.active-filter {
	/*COLOR CONTROLS VIA FUNCTION.php*/
}
#video-filter i:first-child {
    overflow: hidden;
    text-indent: 12px;
    width: 12px;
    transition: all 0.3s ease 0s;
    display: block;
    float: left;
}
#video-filter a:hover i {
	/*COLOR CONTROLS VIA FUNCTION.php*/
}
#video-filter a.active-filter i,
#video-filter a:hover i {
    text-indent: 0;
}

/*--VIDEO LAYOUT--*/
#post-layout {
	float: right;
	line-height: 1em;
}
#post-layout a {
    font-size: 18px;
    line-height: 1em;    
    margin: 0 0 0 8px;
    display: inline-block;
}
#post-layout a.active-layout,
body #post-layout a:hover {	
	/*COLOR CONTROLS VIA FUNCTION.php*/
}

#post-layout svg {
	fill: currentColor;
	width: auto;
	height: 25px;
	vertical-align: middle;
}



/*----------------------------*/
/* -----VIDE LIST STUFF----- */
/*--------------------------*/
#video-list-container {
	margin: 0 auto;
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease 0s;    
    padding: 0;
}
#video-list {
    height: auto;
    margin-left: 8%;
    width: 84%;
}

.video-item {
    position: relative;
    
    background: none;
    box-shadow: none;
    overflow: hidden;
}

.video-item.filter-hide {
	display: none !important;
}

.vid-img-link {
	position: relative;
	max-width: 100%;
	background-size: cover;
	background-position: center;	
	background-repeat: no-repeat;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
	overflow: hidden;	
	background-size: 100%;
	transition: box-shadow 0.3s ease 0s, background-size .3s ease 0s;
}

.vid-img-link:after {
	content: '';
	display: block;
	position: absolute;
	transition: all 0.3s ease 0s;
	z-index: 1;
	
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	top: 0;
	
	background: rgba(0, 0, 0, 0);
}

.video-item.playing:hover .vid-img-link::after,
.playing .vid-img-link::after {
    /*COLOR SETTINGS IN FUNCTION.php*/
}

.video-item:hover .vid-img-link:after,
.vid-img-link:hover:after {
	/*COLOR SETTINGS IN FUNCTION.php*/
}


.vid-img-link::before {
    content: "";
    display: block;
    font-size: 16px;
    height: 20px;
    left: 0;
    letter-spacing: 15px;
    line-height: 20px;
    margin: -10px 0 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
    text-indent: 10px;
}
.playing .vid-img-link:before,
.main-playing .playing .vid-img-link:before {
	content: 'VIEWING';
	opacity: 1;
}

.vid-img-link:hover:before {
	opacity: 1;
}

.grid-layout .video-item:hover .vid-img-link {
	background-size: 120%;
	z-index: 100;
}

.vid-meta {
	display: none;
}

.vid-meta span:first-child:before {
	display: none;
}

.vid-meta span:before {
    content: "•";
    display: inline-block;
    text-align: center;
    text-indent: 0;
    width: 20px;
    opacity: .65;
}

.vid-meta .shop-products-link:before,
.show-chat:before,
.show-comments:before {
	position: absolute;
	top: 0;
	left: -20px;
}

.view-count::after {
    content: " Views";
}
.like-count::after {
    content: " Likes";
}
.show-comments::after {
    content: " Comments";
}
.show-chat,
.show-comments,
.vid-meta .shop-products-link {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    left: 20px;
    position: relative;
    text-indent: -20px;
    
    text-indent: 0;
    left: 0;
    margin-left: 20px;
}
.vid-meta .shop-products-link:first-child,
.vid-meta span.show-chat:first-child,
.vid-meta span.show-comments:first-child {
	text-indent: 0;
	left: 0;
	margin-left: 20px;
}
.vid-meta .shop-products-link:hover,
.show-chat:hover,
.show-comments:hover {
	border-bottom-style: solid;
	color: inherit;
}


.duration {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 5%;
    top: 5%;
    transition: all 0.3s ease 0s;
    z-index: 110;
}
.live-feed {
	background: #cc181e !important;
	color: #fff !important;
	padding: 0 5px !important;
	font-family: 'roboto',sans-serif !important;
}
.playing .duration {
    display: none;
}
.video-item:hover .duration {
	top: 7%;
	opacity: 1;
}
.play-button {
    cursor: pointer;
    display: block;
    font-size: 40px;
    left: 50%;
    line-height: 70px;
    margin: -35px 0 0 -35px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-indent: 2px;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 70px;
    z-index: 100;
    transform: scale(.5);
}
.grid-layout .play-button {
	margin-top: -40px;
}

.grid-layout .video-item:not(.playing):hover .play-button,
.video-item:not(.playing) .vid-img-link:hover .play-button {
	opacity: 1;
	transform: scale(1);
}

/*--GRID LAYOUT--*/
.grid-layout .video-item:nth-child(3n+1) {
    margin-left: 0;
}
.grid-layout .video-item {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin: 0 0 2% 2%;
    vertical-align: top;
    width: 32%;
}

.grid-layout .vid-img-link {
	display: block;
	overflow: hidden;	
	padding-bottom: 56.2%;
	
	box-shadow: none;
}

.grid-layout .vid-title-link {
	display: block;	
	padding: 3% 0;
}


.grid-layout .vid-content {
    display: block;
    left: 0;
    padding: 10px 0 0;
    position: absolute;
    bottom: -10px;
    padding: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.grid-layout .video-item:not(.playing):hover .vid-content {
	opacity: 1;
	bottom: 5px;
}	

.grid-layout .vid-content h3 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 5%;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.grid-layout .vid-description {
    display: none;
}


/*-----------------------*/
/*-----FOOTER STUFF-----*/
/*---------------------*/
#footer {
    padding: 3% 8% 6%;
    text-align: center;
}
#footer > a {
	margin: 20px;
}
#footer .social-link {
    border-radius: 10px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 2px;
    text-align: center;
    width: 45px;
    margin: 0 3px;
    font-size: 22px;
}
#footer .social-link:before {
	content: attr(data-social);
	display: block;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 95%;
	z-index: 1;
	width: 100px;
	margin: 0 0 0 -50px;	
	transition: all 0.3s ease 0s;
	font-size: 14px;
}
#footer .social-link:hover:before {
	opacity: 1;	
	bottom: 100%;
}

#footer #powered-by {
    display: block;
    font-size: 80%;
    letter-spacing: 0.65px;
    margin: 20px 0 0;
    padding: 0;
    opacity: 0.5;
	transition: all 0.3s ease 0s;
}

#footer #powered-by a {
	border-bottom: none;
	transition: all 0.3s ease 0s;
}
#footer #powered-by:hover {
	opacity: 1;
}



/*------------------------------------------*/
/*-- Text meant only for screen readers. --*/
/*----------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 15px;
	font-size: 0.375rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*----------------------------------*/
/*-----------1000px WIDE------------*/
/*--------------------------------*/
@media screen and (max-width:1000px) {

	#header {
	    padding: 120px 6% 6%;
	    text-align: center;
	}
	#logo {
		float:none;
		margin: 0 auto;
		width: 80px;
	}
	#title-stuff {
	    float: none;
	    margin-left: 0;
	    margin-top: 15px;
	}

    #head-links {
	    float: none;
	    margin-top: 0;
	    position: absolute;
	    left: 6%;
	    top: 30px;
	    width: 88%;
	}
	#head-links > a {
	    font-size: 16px;
	    display: inline-block;
	    line-height: 1em;
	    margin: 0 5px;
	}
	#about-container {
	    padding: 0 6% 6%;
	    font-size: 18px;
    }
    
    #about-stats {
    	margin-top: 6%;
    }
    #about-stats > span {
    	display: block;
    	margin-top: 10px;
    }
	
	#video-info-container .vid-meta {
		font-size: 12px;
	}

	#vid-content {
		font-size: 16px;
    }
    
    #video-info-container h2 {
    	font-size: 30px;
    }
    
	.grid-layout .video-item {
		width: 100%;
		margin: 0 0 2%;
	}
	
	#footer #powered-by {
		margin-top: 10px;
	}

}


/*----------------------------------*/
/*-----------400px WIDE------------*/
/*--------------------------------*/
@media screen and (max-width:400px) {

	#video-info-container h2 {
		font-size: 22px;
	}
	
	#footer {
		padding: 40px;
	}
}