/*------------------------------------------------------------------
KHAD additions
Version: 1.0.0;
Author: KeithHardy

[Table of contents]

-. Typography
-. Color
-. Section Padding
-. Header & Navigation
-. Title Areas
1. Slider & Parallax
-. Lightbox
-. Plugin Preloader
-. Rollovers
-. Homepage
-. About Pages
-. Contact Pages
-. Project Pages
-. Pagination
-. Fullscreen Pages
2. Blog Pages
-. Form Elements
-. Social Lists
-. Footer
-. Dividers
-. Media Element Player
-. Component Stling
-. Resolution Media Queries

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Slider & Parallax]
*/

/* avalanche 310 - arrow direction horizon */
#tms-next {
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
}

#tms-prev {
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
}


/*------------------------------------------------------------------
[16. Blog Pages]
*/
h2.post-title{
	margin-bottom: 3rem;
	font-weight: 500 !important;
}
.post-contentcredit{
	margin-top: 1rem;
}

.post-commentdate{
	padding-bottom: 0rem;
	margin-bottom: 0rem;
	border-bottom: 0px solid #000;
	display: block;
}

.box{
	width: 100%;
	padding: 1.5rem;
	margin-top: 0rem;
	border: 1px solid #eeeeee;
	overflow: hidden;
}

.vidblog {
  width: 100%    !important;
  height: auto   !important;
}