/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/
body {
	background: #fff;
    font-size: 14px;
    line-height: 1.5em;
    color: #1b1b1b;
    font-family: 'Roboto', sans-serif;
}
a {
    text-decoration: none;
    color: #9c6644;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
a:hover,
a:focus {
    color: #582b14;
    text-decoration: none;
}
p { 
	margin: 0 0 1em; 
}
strong { 
	font-weight: 700; 
}
em { 
	font-style: italic; 
}
hr{
	outline: none;
	margin: 30px 0;
	border: none;
	border-top: double #ddd;
}
pre{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background: #f9f9f9;
	padding: 20px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
blockquote{
	border-left: 4px solid #1b1b1b;
    margin: 30px 0px;
    padding: 20px;
    background: #f5f5f5;
}
blockquote p:last-child{
	margin-bottom: 0;
}
.clear { 
	clear: both; 
}
.fullwidth{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

/*-----------------------------------------------------------------------------------*
/* = Header
/*-----------------------------------------------------------------------------------*/
header{
	/*background: url(../images/header-bg.jpg) no-repeat top center;*/
	background: url(http://www.csc.jfn.ac.lk/events/slswcs-2021/wp-content/uploads/2021/08/header.jpg) no-repeat top center;
	position: relative;
	margin-bottom: 0;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 30px;
}
header:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
}
header .logo{
	display: block;
	float: left;
}


/*------------------------ navigation -------------------------*/
#navigation {
	display: none;
}
.mobile_btn{
	position: relative;
	display: block;
	vertical-align: middle;
	float: left;
	padding: 12px 20px;
	line-height: 18px;
	cursor: pointer;
	margin: 0 0 30px;
	text-decoration: none;
	border-radius: 4px;
	background: #FFF;
	font-size: 20px;
	color: #000;
	letter-spacing: 2px;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
}
.mobile_btn .mobile_btn_text {
    color: #000;
    font-weight: 700;
    display: block;
    line-height: 18px;
    float: left;
}
.mobile_btn .mobile_btn_icon {
    float: right;
    margin: 2px 0px 0px 0px;
}
.mobile_btn .mobile_btn_icon_bar {
    background-color: #000;
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1px;
}
.mobile_btn .mobile_btn_icon_bar + .mobile_btn_icon_bar {
    margin-top: 4px;
}
#mobile-nav{
	display: none;
	background: #f5f5f5;
	border: 1px solid #DDD;
}
#mobile-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#mobile-nav li{
	list-style: none;
}
#mobile-nav li a{
	padding: 10px 15px;
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	letter-spacing: 2px;
	text-decoration: none;
}
#mobile-nav ul li li a{
	padding: 10px 10px 10px 30px;
}
#mobile-nav li a:hover, #mobile-nav li.current-menu-item a{
	background: #1b1b1b;
	color: #fff;
}
/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
    color: #333;
    line-height: 1.2em;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
h1 {
    font-size: 26px;
    margin-bottom: 20px;
}
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px; }
h2, h3, h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a { 
	color: #333; 
}
h2 a:hover, h3 a:hover, h4 a:hover { 
	color: #000; 
	text-decoration: none; 
}
h1.page-title{ 
	margin-top: 20px; 
	margin-bottom: 20px; 
	font-size: 48px;
	line-height: 54px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
h1.single-title{ 
	margin-top: 10px; 
	margin-bottom: 20px; 
	font-size: 48px;
	line-height: 54px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
h2.speaker-title{
	margin-top: 0;
	letter-spacing: 2px;
	font-size: 20px;
	margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
.title-border{
	width: 150px;
	height: 6px;
	background: #000;
	display: block;
	margin: 40px 0 0;
}
.home .title-border{
	margin-top: 0;
}
.breadcrumb{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 50px;
	color: #333;
}
.blog #main, .home #main{
	margin-top: 56px;
}
.loop-entry{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
.loop-entry p:last-child{
	margin: 0;
}
.loop-entry-thumbnail{
	position: relative;
	margin-bottom: 10px;
}
.loop-entry-thumbnail img{
	display: block;
	margin: 0px;
	border-bottom: 4px solid #D93;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.loop-entry-thumbnail a:hover img{
	border-color: #E8BE6C;
}
.loop-entry-thumbnail h2{
	padding: 10px;
	position: absolute;
	bottom: 4px;
	left: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
	margin: 0 !important;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.loop-entry-thumbnail h2 a{
	color: #fff;
}
.loop-entry-thumbnail h2 a:hover{
	color: #D93;
}
.loop-entry-thumbnail:hover h2, .loop-entry-thumbnail:hover h2 a{
	color: #D93;
}
.loop-entry h2{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*entry*/
.entry {
	margin-bottom: 20px;
	text-align: justify;
}
.entry ul, .entry ol {
    margin-bottom: 30px;
	margin-left: 30px;
	list-style: inherit;
}
.entry ol{
	list-style: decimal !important;
}

.home-boxes{
	margin: 0 0 20px;
	padding: 0;
}
.home-box{
	width: 50%;
	float: left;
	text-align: center;
	background:#cb997e;
	display: table;
}
.home-box.box2{
	background:#784328;
}
.home-box.box3{
	background:#ddbea9;
}
.home-box.box4{
	background:#bab1a8;
}
.home-box a{
	display: table-cell;
	vertical-align: middle;
	height: 212px;
	padding: 20px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	font-size: 16px;
	letter-spacing:2px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
.home-box a:hover{
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.5);
	box-shadow:inset 0 0 10px rgba(0,0,0,0.5);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.home-box a {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.home-box a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4a4a4a;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.home-box a:hover:before, .home-box a:focus:before, .home-box a:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);	
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.5);
	box-shadow:inset 0 0 10px rgba(0,0,0,0.5);
}


.speaker{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.speaker:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.speaker p:last-child{
	margin-bottom: 0;
}
.speaker-img{
	margin: 0 auto 10px;
}
/*-----------------------------------------------------------------------------------*
/* = Highlights
/*-----------------------------------------------------------------------------------*/
#knspeaker{
    background: #cb997e;
	padding-top: 60px;
	margin-top: 50px;
	padding-bottom:50px;
}
#knspeaker h1{
	background: none repeat scroll 0% 0% #FFF;
	position: relative;
	margin: 0px;
	padding: 27px 20px 29px;
	letter-spacing: 2.5px;
	line-height: 24px;
	font-size: 24px;
	text-align: center;
	color: #333;
}
#knspeaker h1:before{
	background: url(../images/title_corner.png) no-repeat scroll 0% 0% transparent;
	display: block;
	width: 20px;
	height: 10px;
	overflow: hidden;
	margin: 0px 0px 0px -10px;
	position: absolute;
	top: 0px;
	left: 50%;
	content: "";
}
#knspeaker .hbox{
	min-height: 342px;
	overflow: hidden;
	padding: 40px;
	background: #f5f5f5;
	text-align: center;
	color: #FFF;
	background: #784328;
	font-size:1.1em;
}
#knspeaker .hbox img{
	margin-bottom:1em;
	border-radius: 50%;
}
#knspeaker h3{
    text-align:center;    
}
#knspeaker a{
    text-align:center;
    margin-top:10px;
    display:block;
}

#highlights{
	background: #333;
	padding-top: 60px;
	padding-bottom: 60px;
}
#highlights h1{
	background: none repeat scroll 0% 0% #FFF;
	position: relative;
	margin: 0px;
	padding: 27px 20px 29px;
	letter-spacing: 2.5px;
	line-height: 24px;
	font-size: 24px;
	text-align: center;
	color: #333;
}
#highlights h1:before{
	background: url(../images/title_corner.png) no-repeat scroll 0% 0% transparent;
	display: block;
	width: 20px;
	height: 10px;
	overflow: hidden;
	margin: 0px 0px 0px -10px;
	position: absolute;
	top: 0px;
	left: 50%;
	content: "";
}
#highlights .hbox{
	height: 342px;
	overflow: hidden;
	padding: 78px 60px 20px;
	background: #f5f5f5;
	text-align: center;
	color: #FFF;
	background: #5DA7F0;
}
#highlights .owl-item:nth-child(3n-2) .hbox{
	background: #784328;
}
#highlights .owl-item:nth-child(3n-1) .hbox{
	background: #cb997e;
}
#highlights .owl-item:nth-child(3n) .hbox{
	background: #784328;
}
.hbox h3{
	padding: 0px 35px;
	position: relative;
	margin: 0px 0px 16px;
	word-wrap: break-word;
	-moz-hyphens: none;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 18px;
	font-weight: 600 !important;
	color: #FFF;
	text-transform: none;
}
.hbox h3 a{
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-decoration: none;
	color: #FFF;
}
.hbox h3 a:hover{
	transition: all 0.4s ease 0s;
	text-decoration: none;
	color: #333;
}
.hbox h3 a:hover:before{
	background: #333;
}
.hbox h3 a:before{
	background: none repeat scroll 0% 0% #FFF;
	width: 68px;
	height: 4px;
	overflow: hidden;
	margin: 0px 0px 0px -34px;
	transition: all 0.8s ease 0s;
	pointer-events: none;
	position: absolute;
	top: -16px;
	left: 50%;
	content: "";
}
#highlights .hbox .excerpt{
	margin: 0 0 21px;
}
.hbox .readmore{
	background: none repeat scroll 0 0 transparent;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	letter-spacing: 2px;
	line-height: 18px;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-shadow: none;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
}
.hbox .readmore:hover{
	transition: all 0.4s ease 0s;
	text-decoration: none;
	color: #333;
}
.hbox .readmore:before{
	background: none repeat scroll 0% 0% #FFF;
	width: 68px;
	height: 4px;
	overflow: hidden;
	margin: 0px 0px 0px -34px;
	opacity: 0.2;
	transition: all 0.8s ease 0s;
	pointer-events: none;
	position: absolute;
	top: auto;
	bottom: -9px;
	left: 50%;
	content: "";
}
.hbox .readmore:hover:before{
	background: #333;
	transition: all 0.4s ease 0s;
}
.hbox:hover h3 a {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#333;
}
.hbox:hover h3 a:before { background:#333; }
.hbox:hover a.readmore {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#333;
}
.hbox:hover a.readmore:before {
	background:#333;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}

.owl-nav{
	width: 134px;
	height: 30px;
	float: right;
	margin-top: 20px;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
	background: #4A4A4A;
	display: block;
	color: #fff;
	width: 67px;
	height: 30px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	opacity: 1;
	transition: all 0.8s ease 0s;
	float: left;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	font-size: 22px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{
	background: #fff;
	color: #4a4a4a;
}

/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/
.post-pagination{
	clear: both;
	width: 100%;
	padding-top: 30px;
}
.post-pagination a, .post-pagination span {
	font-size: 11px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	color: #666;
	background: #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.post-pagination a:hover, .post-pagination span.current{
    text-decoration: none;
	color: #fff;
	background: #1f82cb;
}

/*-----------------------------------------------------------------------------------*
/* = Sidebar
/*-----------------------------------------------------------------------------------*/
.sidebar-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sidebar-box h2 {
	font-size: 48px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 54px;
    text-transform: uppercase;
}
.sidebar-box h2:before{
	background: none repeat scroll 0% 0% #333;
	display: block;
	width: 100px;
	height: 6px;
	overflow: hidden;
	position: absolute;
	top: -27px;
	left: 15px;
	content: "";
}
.sidebar-box ul {
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.sidebar-box a{
	color: #5D5D5D;
	margin: 0 0 1px 0;
	padding: 8px;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
}
.sidebar-box ul ul a{
	padding-left: 30px;
}
.sidebar-box a {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.sidebar-box a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #9c6644;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.sidebar-box a:hover, .sidebar-box a:focus, .sidebar-box a:active {
	color: white;
}
.sidebar-box a:hover:before, .sidebar-box a:focus:before, .sidebar-box a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.sidebar-box li.current-menu-item > a{
	background: #cb997e;
	color: #fff;
}
/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 100%;
	margin-bottom: 4px;
}
#search {
    position: relative;
    width: 220px;
    padding: 10px 30px 10px 10px;
    outline: none;
	color: #666;
	margin: 0;
}
#searchsubmit {
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -7px;
    background: url('../images/search.png') no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/* = Footer
/*-----------------------------------------------------------------------------------*/	
#footer{
	color: #7f7f7f;
	background: #fff;
	padding: 30px 0;
	margin: 0;
}
#footer a{
	color: #999;
	text-decoration: none;
}
#footer a:hover{
	color: #1f82cb;
}
#footer h4{
	color: #5F5F5F;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#footer h4 span{
	margin-top: 10px;
	border-bottom: 5px solid #5F5F5F;
}

#copyright{
	font-size: 12px;
	background: #333;
	text-align: center;
	color: #DDD;
	padding-top: 15px;
	padding-bottom: 15px;
}
#copyright a{
	color: #DDD;
}
#copyright a:hover{
	text-decoration: underline;
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #f5f5f5 url(../images/arrow-up-4-icon.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
	z-index:99999;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top:hover {
	background-color: #9c6644;
	opacity: 1;
}
/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/
.sticky{}
.gallery-caption{}
.bypostauthor{}

/*aligns*/
.aligncenter{ display:block;  margin:0 auto}
.alignright{ float:right;  margin: 10px 0 10px 20px}
.alignleft{ float:left;  margin: 10px 20px 10px 0}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
}
.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/* tag-cloud widget */
.tagcloud a {
	font-family: 'Helvetica Nue', Arial;
	float: left;
	display: block;
    margin-right: 5px;
	margin-bottom: 5px;
    padding: 5px 7px;
	line-height: 1.3em;
	color: #fff !important;
    background: #444;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
}
.tagcloud a:hover{
	text-shadow: none;
	background: #1f82cb;
	text-decoration: none;
}
/* calendar widget */
#wp-calendar { width: 100% }
#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#wp-calendar thead { font-size: 10px }
#wp-calendar thead th { padding-bottom: 10px }
#wp-calendar tbody { color: #aaa }
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 4px;
	transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
}
#wp-calendar tbody td:hover { background: #fff }
#wp-calendar tbody .pad { background: none }
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
#comments{
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: double #ddd;
}
#commentsbox ol, #commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
#commentsbox li {}
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body {
    position: relative;
	margin-left: 65px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.comment-body p{
	margin-bottom: 15px !important;
}
.reply{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.comment-reply-link {
	font-size: 10px;
}
.comment-reply-link:hover{}
.comment-body:hover .reply{
	display: block;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -65px;
	height: 40px;
	width: 40px;
	border: 4px solid #eee;
}
.comment-author {
	font-weight: bold;
	color: #333;
}
.says { 
	display: none; 
}
.comment-meta{
	margin-bottom: 10px;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#comments-respond-meta{
	font-size: 11px;
}
#commentform label {
    display: block;
}
#commentform input#author, #commentform input#email, #commentform input#url {
	font-size: 12px;
	width: 45%;
    outline: none;
	padding: 10px 5px;
	margin-top: 10px;
	border: none;
	outline: none;
	border: 1px solid #ddd;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#commentform textarea {
	font-size: 12px;
    display: block;
	padding: 10px;
	width: 95%;
	margin-top: 10px;
	border: none;
	outline: none;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#commentSubmit {
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 20px;
	outline: none;
	padding: 0px !important;
}
ul.slswcs{
    margin-left: 5px !important;
    margin-top: 5px;
}
ul.slswcs li{
    list-style: none;
    margin-bottom: 2px;
    background: #eee;   
    color:#000;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 7px;
    margin-bottom: 3px;
    display: block;
    border-left: 5px solid #cb997e;
    text-decoration: none;
}
ul.slswcs li a{
    background: #eee;   
    color:#000;
    
}
ul.slswcs li a:hover{
    background: #ddd;
}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #CC4452;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #6e6c6e;
  text-decoration: none;
}