/*------------------------------------------------------------------
[Table of contents]

1. Text
2. Main Header
3. Section Header
4. Main Menu
5. Service Sections
6. Mid Headers
7. Callbacks
8. Portfolio Section
9. Client Carousel
10. Logo Carousel
11. Blog Styles
12. Newsletter
13. Map
14. Footer
15. Copyright
16. Blog Post
17. Sidebar
18. Comments


[Color codes]
Dark Green  #1f4855
Mid  Green  #338082
Light Green #4bbabe


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

.row {
	margin-left: 0px;
	margin-right: 0px;
}

@media (max-width: 992px) {
	#lysander-equity-fund .col-md-4 {
		text-align: center;
		padding-bottom: 30px;
	}
}
p,span,h1,h2,h3, h4,h5,h6{ font-family: 'Roboto', sans-serif; }

p{ font-size: 1em; line-height: 1.8em; -webkit-font-smoothing: antialiased; }

a{ color: #4bbabe; }

.cl-fullwidth{ padding: 40px 0; }

.cl-align-center{ text-align: center; }

.cl-uppercase { text-transform: uppercase; }

.cl-parallax {
	background-size: cover;
	background-attachment: fixed;
}

/* for mobile device parallax is not a good idea*/
@media only screen and (max-device-width: 1024px) {
	.cl-parallax {
		background-attachment: scroll;
	}
}


/* ========================================================*
	Main Hero unit Styles
========================================================* */

.main-header {
	background-repeat: no-repeat;
	background-position: 20% 60%;
	min-height: 793px;
}


.main-header .hero {
	color: #fff;
	padding: 20px 0;
	padding-left: 4em;
	padding-right: 4em;
}

.main-header .hero-title {
	font-family: 'Roboto Slab', serif;
	font-size: 4em;
	text-transform: capitalize;
}
@media (max-width: 496px) {
	.main-header .hero-title {
		font-size: 3em;
	}
}
.main-header .hero-sub {
	font-size: 1.4em;
	width: 80%;
	/*margin: 30px auto;*/
}

.main-header .hero a{
	margin: 10px;
}

.cl-logo-container img {
	margin: 10px 0 ;
}

/* ========================================================*
	Main Sections Parts Styles
========================================================* */


.cl-header-section{
	text-align: center;
	margin: 40px 0;
}

.cl-header-section h2{
	font-family: 'Roboto Slab', serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	font-size: 2.5em;
	/*color: #1f4855;*/
}

.cl-header-section .cl-header-sub{
	font-size: 1.3em;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	margin-top: 20px;
}

.cl-header-section .cl-header-sub:after{
	content: '';
	width: 80%;
	height: 1px;
	background-color: #4bbabe;
	display: block;
	margin: 50px auto -45px;
	z-index: -1;
}

.cl-header-section i{
	color: #4bbabe;
	height: 40px;
	width: 40px;
	text-align: center;
	border: 1px solid #4bbabe;
	line-height: 40px;
	margin-top: 15px;
	background-color: #fff;
	position: relative;
	border-radius: 3px;

	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.cl-header-section i.fa:before{
	display: block;

	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}


/*  White headers  */
.cl-header-section.cl-header-white h2,
.cl-header-section.cl-header-white{
    color: #fff;
}

.cl-header-section.cl-header-white .cl-header-sub:after{
    background-color: #fff;
}

.cl-header-section.cl-header-white i{
    border-color: #fff;
    background-color: transparent;
    color:#fff;
}

footer .cl-header-section.cl-header-white i{
    background-color: #474747;
}

.cl-medium-grey .cl-header-section i{
    background-color: #f3f3f3;
}


/* ========================================================*
	Main Menu Styles
========================================================* */


.cl-main-head{
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 9999;
    border-bottom:1px solid #ededed;
}


.cl-main-head.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999999;
}

.cl-main-nav-container .cl-main-nav{
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	margin: 0;
}

.cl-main-nav-container .cl-main-nav li{
	list-style: none;
	display: inline-block;
}

.cl-main-nav-container .cl-main-nav li a{
	color: black;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
	padding: 35px 15px;
	display: inline-block;
	border-top: 2px solid transparent;
	position: relative;
}

.cl-main-nav-container .cl-main-nav li a:after{
	content: '|';
	display: inline-block;
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	font-weight: 100;
	top: 34px;
}

.cl-main-nav-container .cl-main-nav li:last-child a:after{
    content: '';
}

.cl-main-nav-container .cl-main-nav li a:hover,
.cl-main-nav-container .cl-main-nav li a.active{
	text-decoration: none;
	border-top-color: #4bbabe;
	color: #4bbabe;
}

#mobile-holder{
	position: absolute;
	right: 20px;
	top: 24px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #4bbabe;
	color: #fff;
	display: none;
}


/* ========================================================*
	Breadcrumbs Styles
========================================================* */

.cl-breadcrumb-container{
	padding: 20px 0 10px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #f3f3f3;
}

.cl-breadcrumb-container .cl-bread-title{
	margin: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.cl-bread-history{
}

.cl-bread-history span{
	color: #aaaaaa;
	font-size: .9em;
}

.cl-bread-history a{
	font-size: .9em;
}

.cl-bread-history span:after{
	margin: 0 10px;
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* ========================================================*
	Main Sections Styles
========================================================* */
.cl-left-article {
	margin-top: 30px;
	margin-bottom: 30px;
}

.cl-left-article i.fa {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color:  #4bbabe;
	position: absolute;
	color: #fff;
	font-size: 1.7em;

	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);

}

.cl-left-article i.fa:before{
	display: block;

	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.cl-left-article i.fa:after {
	content: '';
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #fff;
}

.cl-left-article .cl-article-content {
	padding-left:95px;
	position: relative;
}

.cl-left-article .cl-article-content h3 {
	margin: 0 0 10px;
	color: #3a3e4a;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em;
	font-family: 'Roboto Slab', serif;
}

.cl-left-article .cl-article-content p {}

/* ========================================================*
	Main Center Section Articles Styles
========================================================* */

.cl-center-article{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.cl-center-article i.fa {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 2em;
	text-align: center;
	color:  #4bbabe;
	border: 1px solid #4bbabe;
	border-radius: 50%;

	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.cl-center-article:hover > i.fa{
	color: #fff;
	background-color: #4bbabe;
}

.cl-center-article i.fa:after {
	content: '';
	display: flex;
	height: 1px;
	width: 10px;
	background-color:  #4bbabe;
	margin: 30px auto;
	text-align: center;

	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.cl-center-article:hover > i.fa:after {
	width: 60px;
}

.cl-center-article .cl-article-content {
}

.cl-center-article .cl-article-content h3 {
	margin: 10px 0;
	color: #3a3e4a;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em;
	font-family: 'Roboto Slab', serif;
}

/* ========================================================*
	Mid Section Headers Styles
========================================================* */



.cl-left-icon-service{
	padding-left: 80px;
	position: relative;
	margin-top: 40px;
}

.cl-left-icon-service .fa{
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background-color: #4bbabe;
	color: #fff;
	font-size: 1.4em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
}

.cl-left-icon-service h4{
	text-transform: uppercase;
	font-size: 1.3em;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
}

/* ========================================================*
	Mid Section Headers Styles
========================================================* */

.cl-header-mid-section{
	text-align: center;
}

.cl-header-mid-section h2{
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 2.3em;
	margin: 0;
}

.cl-header-mid-section .cl-header-mid-sub{
	text-transform: uppercase;
	color: #b9b9b9;
	font-size: 1.1em;
	-webkit-font-smoothing: antialiased;
}

/* ========================================================*
	Mid Section Headers Styles
========================================================* */

.cl-header-small-section{
	text-align: center;
}

.cl-header-small-section h2{
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.2em;
	margin: 0;
}

.cl-header-small-section h2:after{
	content: '';
	display: block;
	margin: 20px auto;
	height: 2px;
	width: 250px;
	background-color: #7d8890;
}


/* ========================================================*
	Main Sections Parts Styles
========================================================* */

.cl-img-left img{
	width: 100%;
}

.cl-mid-callback .big {
	font-family: 'Roboto Slab', serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	font-size: 2.2em;
}

/* ========================================================*
	Main Portfolio Sections Styles
========================================================* */

.cl-portfolio-container{
	margin-bottom: 30px;
}

.filters{
	margin-bottom: 40px;
}

.filters .filter{
	list-style: none;
	display: inline-block;
	padding: 15px 40px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	margin: -2px;
	text-transform: uppercase;
	color: #757575;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.filters .filter:first-child{
	border-left: 1px solid #c6c6c6;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.filters .filter:last-child{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.filters .filter.active,
.filters .filter:hover{
    background-color: #ededed;
}

.cl-portfolio-item {
	overflow: hidden;
	position: relative;
	height: 280px;
	margin: 20px 0;
}

.cl-portfolio-item img{
	width: 100%;
}

.cl-portfolio-item:hover > .cl-portfolio-overlay {
	bottom: 0;
}

.cl-portfolio-item .cl-portfolio-overlay {
	height: 50%;
	width: 100%;
	position: absolute;
	background-color: #4bbabe;
	color: #fff;
	padding: 0 20px;
	bottom: -50%;
	-webkit-transition: .5s ease all;
	-o-transition: .5s ease all;
	-moz-transition: .5s ease all;
	transition: .5s ease all;
}

.cl-portfolio-item .cl-portfolio-overlay h3{
	font-size: 1.3em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
}

.cl-portfolio-item .cl-portfolio-overlay .fa{
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 1.1em;
	margin: 0 3px;
	color: #fff;
	cursor: pointer;
}

.cl-portfolio-item .cl-portfolio-overlay .fa:hover{
	background-color: #fff;
	color: #57bc54;
}
/* ========================================================*
	Client Logo Carousel
========================================================* */

.cl-logo-carousel .item figure{
	border: 1px solid #d5d5d5;
	margin: 5px;
	padding: 31px 0;
	max-height: 100px;
}

.cl-logo-carousel .item figure img{
	display: block;
	margin: 0 auto;
	width: 70%;

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.cl-logo-carousel .item figure img:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.cl-logo-carousel.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #bfbfbf;
}

.cl-logo-carousel.owl-theme .owl-controls .owl-page.active span,
.cl-logo-carousel.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: transparent;
	border:2px solid #bfbfbf;
}

/* ========================================================*
	Client Carousel
========================================================* */

.cl-client-carousel-container {
	padding: 50px 0;
	border-bottom: 2px solid #fff;
	background-color: #338082;
}

.cl-client-carousel {
	margin-top: -95px;
	color: #fff;
}

.cl-client-carousel .client-carousel-item figure{
	height: 90px;
	width: 90px;
	border: 2px solid #fff;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
}
.cl-client-carousel .client-carousel-item figure img{
    width: 100%;
}

.cl-client-carousel .client-carousel-item h3{
	-webkit-font-smoothing: antialiased;
	font-size: 1.4em;
	font-weight: 600;
}

.cl-client-carousel .client-carousel-item p{
	width: 80%;
	margin: 10px auto;
	font-size: 1.1em;
}

.cl-client-carousel.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}

.cl-client-carousel.owl-theme .owl-controls .owl-page.active span,
.cl-client-carousel.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: transparent;
	border:2px solid #fff;
}



/* ========================================================*
	Blog Styles
========================================================* */

.cl-blog-article .blog-thumb{
	height: 179px;
	overflow: hidden;
}

.cl-blog-article .blog-thumb img{
    width: 100%;
}

.cl-blog-content{
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 20px;
	position: relative;
	margin: 0 0 30px;
}

.cl-blog-article .cl-blog-content .icon-holder{
	text-align: center;
	display: block;
	width: 100%;
	margin-top: -81px;
}

.cl-blog-article .cl-blog-content .icon-holder i{
	color: #fff;
	background-color: #4bbabe;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	position: relative;
	margin: 0 10px;
}

.cl-blog-article .cl-blog-content a{
    color: inherit;
}

.cl-blog-article .cl-blog-content a:hover {
    color:#4bbabe
}

.cl-blog-article .cl-blog-content h3{
	font-size: 1.2em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
}

.cl-blog-article .cl-blog-content h3:after{
	content: '';
	display: block;
	height: 1px;
	width: 60px;
	background-color: #4bbabe;
	margin: 20px 0;
}

.cl-blog-article .cl-blog-content .cl-blog-meta{
	color: #777777;
	-webkit-font-smoothing: antialiased;
	font-size: .9em;
	font-weight: 500;
	margin-bottom: 10px;
}

.cl-blog-article .cl-blog-content .cl-blog-meta .fa{
	margin: 0px 5px 0px 0px;
	color: #363f48;
}

.cl-blog-article .cl-blog-content .cl-blog-meta .cl-meta-divider{ margin: 0 5px;}

.cl-blog-article .cl-blog-content .cl-read-more{
	text-transform: uppercase;
	color: #363f48;
	font-size: .83em;
	font-weight: 400;
	letter-spacing: .3pt;
}

.cl-blog-article .cl-blog-content .cl-read-more i{
	font-size: 1.3em;
	margin-left: 5px;
}

/* ========================================================*
	Newsletter Styles
========================================================* */

.cl-light-input{
	width: 100%;
	padding: 10px;
	color: #000;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
}

.cl-newsletter .cl-input-control {
	display: inline-block;
	margin: 5px;
	width: 40%;
}

.cl-newsletter .cl-submit-control {
	display: inline-block;
	width: 10%;
}


/* ========================================================*
	Map Styles
========================================================* */

.cl-map{
	height: 250px;
	overflow: hidden;
}

.cl-map iframe{
	width: 100%;

	border: none;
}


/* ========================================================*
	Footer Styles
========================================================* */



footer a{
	color: #fff;
}

footer a:hover{
    color: #4bbabe;
}

footer input, footer textarea{
	padding: 8px 14px;
	border: 2px solid rgba(255, 255, 255, 0.19);
	width: 100%;
	background-color: transparent;
	resize: none;
	margin: 5px 0;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

input:focus, textarea:focus{
    outline: none;
    box-shadow: none;
    border-color:#4bbabe;
}

footer input[type='submit'],
footer input[type='checkbox']{
    width: inherit;
}

footer form .cl-input-control{
    position: relative;
}

footer form .cl-input-control .fa{
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 1.2em;
	color: rgba(255, 255, 255, 0.27);
}

footer input[type="submit"]{
	color: #fff;
	background-color: #4bbabe;
	border-color: #4bbabe;
	border-radius: 3px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 1.1em;
	font-weight: 600;
}

/* Address */

footer .cl-address{
	color: #fff;
}

footer .cl-address div{
	padding-left: 30px;
	position: relative;
}

footer .cl-address div .fa{
	position: absolute;
	left: 0;
	top:5px;
	font-size: 1.4em;
}


footer .cl-address div p{
	margin-top: 0;
}

/* ========================================================*
	Copyright Styles
========================================================* */

.cl-copyright{
	/*margin-bottom: 20px;*/
}

.cl-copyright p a{
    color:#4bbabe;
}

.go_top{
	margin-top: -25px;
	display: block;
}

.cl-copyright .go_top i{
	color: #fff;
	background-color: #4bbabe;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
	margin: 0 10px;
	border-radius: 3px;

	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.cl-copyright .go_top i.fa:before{
	display: block;

	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);

}


.cl-copyright .cl-social-footer{
    text-align: right;
}

.cl-copyright .cl-social-footer i{
	color: #fff;
	background-color: #4bbabe;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	position: relative;
	margin: 0 10px;
	border-radius: 3px;

	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.cl-copyright .cl-social-footer i.fa:before{
	display: block;

	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);

}



/* ========================================================*
	Blog Posts Styles
========================================================* */

.blog-divider{
	height: 1px;
	background-color: #f2f2f2;
	width: 100%;
	margin: 80px 0;
}

.blog-entries .entry{ color: #aaaaaa; }

.entry-thumb{
	overflow: hidden;
	height: 320px;
	position: relative;
}

.entry-thumb img{ width: 100%;
height:auto; }

.entry-thumb .thumb-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background-color: rgba(0,0,0,0.6);

	-webkit-transition: all ease .5s;
	   -moz-transition: all ease .5s;
	    -ms-transition: all ease .5s;
	     -o-transition: all ease .5s;
	        transition: all ease .5s;
}

.entry-thumb:hover > .thumb-overlay {
	opacity: 1;
}

.entry-thumb .thumb-overlay a{
	font-size: 2em;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-color: #4bbabe;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.blog-entries .entry .entry-title{
	font-family: 'Roboto Slab', serif;
	color: #222222;
	font-size: 1.8em;
	-webkit-font-smoothing: antialiased;
	margin: 10px 0 5px;
}

.blog-entries .entry .entry-title a{ color: inherit; }

.blog-entries .entry .entry-title a:hover { color:#4bbabe; }

.blog-entries .entry .entry-meta{
	color: #919191;
	font-size: .9em;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
}

.blog-entries .entry .entry-meta a { color: #919191; }

.blog-entries .entry .entry-meta a:hover { color: #4bbabe ; }

.blog-entries .entry .entry-categories:before {
  	content: "/";
	display: inline-block;
	margin: 0 10px;
}

.blog-entries .entry .leave-comment-link:before{
	content: "/";
	display: inline-block;
	margin: 0 10px;
}

.read-more{
	-webkit-font-smoothing: antialiased;
	font-size: .9em;
	color: #4bbabe;
	display: block;
	text-align: right;
	margin-right: 15px;
}

.read-more .fa{
	vertical-align: middle;
}


/* Quote post format */
.post-format-quote blockquote{
	padding: 45px;
	margin: 0px;
	font-size: 1.3em;
	border: none;
	color: #bbbbbb;
	background-color: #292929;
}

.post-format-quote cite:before{
	content: '-';
	display: inline-block;
	margin-right: 5px;
}

.post-format-quote cite{
	display: block;
	display: block;
	font-size: .9em;
	font-style: italic;
	color: #555555;
}


/* Video post format */
.post-format-video .entry-video iframe{
	width: 100%;
	height: 350px;
	border: none;
}

/* Video post format */
.post-format-audio .entry-audio iframe{
	width: 100%;
	height: 150px;
	border: none;
}



/* ========================================================*
	Inline Tags
========================================================* */


.inline-tags {
margin-bottom: 80px;
}

.inline-tags span{
	float: left;
	margin: 10px 10px 0 0;
}

.inline-tags .tag-list li{
	list-style: none;
	display: inline-block;
}

.inline-tags .tag-list li a{
	list-style: none;
	display: inline-block;
	border:1px solid #4bbabe ;
	border-radius: 30px;
	padding: 6px 15px;
	margin: 4px 0 0 0;

	-webkit-transition: all ease .5s;
	   -moz-transition: all ease .5s;
	    -ms-transition: all ease .5s;
	     -o-transition: all ease .5s;
	        transition: all ease .5s;
}

.inline-tags .tag-list li a:hover{
	color: #fff;
	background-color: #4bbabe;
}



/* ========================================================*
	Blog Posts Pagination Styles
========================================================* */

.pagination{
	margin: 40px 0 60px 10px;
}

.pagination .pages{
	margin: 0;
	padding: 0;
}

.pagination .pages li{
	display: inline-block;
	list-style: none;
}

.pagination .pages li a{
	color: #919191;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 0 0;
	text-align: center;
	background-color: #fcfcfc;
	border: 1px solid #e9e9e9;
}

.pagination .pages li a.active,
.pagination .pages li a:hover{
	color: #fff;
	background-color: #4bbabe;
	border-color: #4bbabe;
}


/* ========================================================*
	Sidebar Widgets
========================================================* */


.sidebar .widget{
	margin: 0 0 40px 0;
}

.sidebar .widget-head h3{
	font-size: 1.3em;
	font-weight: 300;
	margin: 0;
}

.sidebar .widget-head:after{
	content: '';
	display: block;
	height: 1px;
	width: 10%;
	background-color: #4bbabe;
	margin: 20px 0;
}

/* ========================================================*
	Search Widgets
========================================================* */

.search-widget input{
	padding: 8px 14px;
	border: 1px solid rgba(0, 0, 0, .1);
	width: 100%;
	background-color: transparent;
	resize: none;
	margin: 5px 0;
	-webkit-font-smoothing: antialiased;
}


/* ========================================================*
	Categories Widgets
========================================================* */

.categories-widget ul{
	padding: 0;
	margin: 0 0 0 20px;
	line-height: 2.2em;
	font-size: .9em;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
}

.categories-widget ul li{
	list-style: none;
}

.categories-widget ul li a:before{
	content: '\f067';
	font-size: .6em;
	margin-right: 10px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* ========================================================*
	Tags Widgets
========================================================* */

.tags-widget ul{
	padding: 0;
	margin: 0;
	line-height: 2.2em;
	font-size: .9em;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
}

.tags-widget .tag-list li{
	list-style: none;
	display: inline-block;
}

.tags-widget .tag-list li a{
	list-style: none;
	display: inline-block;
	border:1px solid #4bbabe ;
	border-radius: 30px;
	padding: 2px 10px;
	margin: 4px 0 0 0;

	-webkit-transition: all ease .5s;
	   -moz-transition: all ease .5s;
	    -ms-transition: all ease .5s;
	     -o-transition: all ease .5s;
	        transition: all ease .5s;
}

.tags-widget .tag-list li a:hover{
	color: #fff;
	background-color: #4bbabe;
}



/* ========================================================*
	Twitter Widgets
========================================================* */

.widget .twitter-widget{
	font-size: .9em;
}


.twitter-widget .latest-tw-feed .feed{
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px
}

.twitter-widget .latest-tw-feed .feed{
	padding-left: 30px;
	position: relative;
}

.twitter-widget .latest-tw-feed .feed .fa-twitter{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
	color: #4bbabe;
}

.twitter-widget .latest-tw-feed .feed p{
	margin: 0;
}



/* ========================================================*
	Latest Projects Widgets
========================================================* */

.latest-portfolio-widget .latest-portfolio figure{
	display: inline-block;
	height: 80px;
	width: 80px;
	background-color: red;
	margin-bottom: 4px;
}

.latest-portfolio-widget .latest-portfolio figure img{ width: 100%; }


/* ========================================================*
	Comments Area
========================================================* */


.comments-area{
    padding-top:40px;
    margin-top:40px;
    border-top:1px solid #ddd;
}

.comments-title{
    margin: 0 0 40px;
    padding: 0;
    font-size: 1.5em;
    color: #4bbabe;
    font-weight: 300;
}

.commentlist{ padding:0; }

.comment{
	list-style:none;
	position: relative;
	padding-left: 110px;
}

article.comment {
    border-bottom:1px solid #dfdfdf;
    margin-bottom:20px;
    padding-bottom:20px;
}

.depth-1{ padding-left:0; }
.depth-2{ padding-left:20%; }
.depth-3{ padding-left:40%; }

.comment-meta:after{
	content: '';
	display: block;
	height: 1px;
	width: 10%;
	background-color: #4bbabe;
	margin: 20px 0;
}

.comment-author{}

.avatar{
    left: 0;
    top: 0;
    position: absolute;
}

.author{ font-weight: 400; }

.comment-meta-date{ font-size: .85em;}

.comment-content{ margin-bottom:10px; }

.reply{
    text-align:right;
}

.comment-reply-link{
    font-size: .9em;
    color: #c0c0c0;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.comment-reply-link .fa{
	font-size: .8em;
}

.comment-respond{
    margin-top:20px;
    padding-top:20px;
}

.comment-reply-title{
    margin: 0 0 30px;
    padding: 0;
    font-size: 1.5em;
    color: #4bbabe;
    font-weight: 300;
}

.comment-form{
}

.comment-form-comment textarea{
width: 100%;
padding: 10px;
border: 1px solid rgb(213, 213, 213);
-webkit-font-smoothing: antialiased;
}

.comment-form-comment textarea:focus{ outline:none; box-shadow:none; }

.form-allowed-tags code{
	white-space:pre-wrap; !important;
	font-size: .7em;
}



.half-input-control {
	padding-right: 1%;
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.half-input-control-last{ padding: 0; }

.half-input-control input {
	width: 100%;
	padding: 10px;
	border: 1px solid rgb(213, 213, 213);
	-webkit-font-smoothing: antialiased;
}

.full-input-control { margin-bottom: 10px; }
.full-input-control input,
.full-input-control textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid rgb(213, 213, 213);
	-webkit-font-smoothing: antialiased;
}

/* ========================================================*
	Portfolio page
========================================================* */


.portfolio-item{
	height: 290px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.portfolio-item .thumb:hover > .overlay{
	opacity: 1;
}

.portfolio-item .thumb{
	height: 200px;
	position: relative;
}

.portfolio-item .thumb figure img{ width: 100%; }

.portfolio-item .thumb .overlay{
	position: absolute;
	height: 30px;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	width: 78px;
	text-align: center;
	margin: auto;
	opacity: 0;

	-webkit-transition: .5s ease opacity;
	-moz-transition: .5s ease opacity;
	-o-transition: .5s ease opacity;
	transition: .5s ease opacity;

}

.portfolio-item .thumb .overlay .fa{
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #b6bec0;
	background-color: #fff;
	text-align: center;
	margin-right: 5px;
}

.portfolio-item .item-desc{
	height: 90px;
	position: absolute;
	bottom: 0;
	background-color: #eff4f7;
	width: 100%;
	padding: 0 15px;
	text-align: center;
}

.portfolio-item .item-desc .item-title {
	font-weight: 400;
	font-size: 1em;
}

.portfolio-item .item-desc .item-tag {
	font-weight: 400;
	font-size: .9em;
	color: #9b9b9b
}


/* ========================================================*
	Single portfolio
========================================================* */

.project-head h3{
	margin: 0 0 20px 0;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	text-transform: uppercase;
}


.project-content h4{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: .9em;
	margin: 0;

}

.project-content h4:after{
	content: '';
	display: block;
	height: 1px;
	width: 60px;
	background-color: #4bbabe;
	margin: 20px 0;
}

.project-content p strong{
	width: 100px;
	font-weight: 400;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	color: #4bbabe;
}

.main-details {
	margin-top: 20px;
}



.entry-title:after {

content: '';
display: block;
height: 1px;
width: 60px;
background-color: #4bbabe;
margin: 20px 0;
}

.entry-date:before {
content: "/";
display: inline-block;
margin: 0 10px;

}

.klbtheme-button {
display: inline-block;
font-size: 12px;
height: 34px;
line-height: 31px;
padding: 0 20px;
font-family: 'Roboto';
font-weight: 700;
text-decoration: none !important;
text-transform: uppercase;
border: #79CFEF 2px solid;
border-radius: 5px;
background-color: #4bbabe;
color: white;

}

.widget input {
padding: 8px 14px;
border: 1px solid rgba(0, 0, 0, .1);
width: 100%;
background-color: transparent;
resize: none;
margin: 5px 0;
-webkit-font-smoothing: antialiased;

}


.cat-item a:before {
content: '\f067';
font-size: .6em;
margin-right: 10px;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


.widget ul li a:before {
content: '\f067';
font-size: .6em;
margin-right: 10px;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


.widget ul li {
list-style: none;
padding: 0;
margin: 0 0 0 -20px;
line-height: 2.2em;
font-size: .9em;
-webkit-font-smoothing: antialiased;
font-weight: 500;
}



/* ========================================================*
	Tags Cloud
========================================================* */

.tagcloud{
	padding: 0;
	margin: 0;
	line-height: 2.2em;
	font-size: .9em;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
}

.tagcloud{
	list-style: none;
	display: inline-block;
}

.tagcloud  a{
	list-style: none;
	display: inline-block;
	border:1px solid #4bbabe ;
	border-radius: 30px;
	padding: 2px 10px;
	margin: 4px 0 0 0;

	-webkit-transition: all ease .5s;
	   -moz-transition: all ease .5s;
	    -ms-transition: all ease .5s;
	     -o-transition: all ease .5s;
	        transition: all ease .5s;
}

.tagcloud  a:hover{
	color: #fff;
	background-color: #4bbabe;
}

/* ========================================================*
	Comment Forum
========================================================* */
.comment-form input  {
	width: 100%;
	padding: 7px;
	border: 1px solid rgb(213, 213, 213);
	-webkit-font-smoothing: antialiased;
}

.comment-form label {
width: 100%;
display: inline-block;
box-sizing: border-box;
}

.comment-form p {
float: left;
}

.comment-form-author {
width:49% !important;
}


.comment-form-email {
width:49% !important;
margin-left:2%;
}

.comment-form-url {
width:100% !important;
}

.comment-form-comment {
width: 100% !important;
}

.form-allowed-tags {display:none;}


.comment-form input[type=submit] {
display: inline-block;
margin: 10px 0;
text-align: center;
padding: 12px 16px 10px;
font-size: 13px;
min-width: 90px;
font-weight: 500;
font-size: 1.1em;
-webkit-font-smoothing: antialiased;
font-family: 'Roboto Slab', serif;
border-radius: 3px;
border: none;
background-color: #4bbabe;
color: #fff;

}

/* ========================================================*
	Mailchimp
========================================================* */

.hero input[type=email] {
width: 98%;
float:left;
color:white;
}


.hero input[type=text] {
width: 98%;
float:left;
color:white;

}



.hero input {
background-color: transparent;
}

.hero input[type=submit] {

background-color: transparent !important;
border:1px solid white !important;

}

.hero input[type=submit]:hover {
background-color: #4bbabe !important;
border-color: #4bbabe;
}



.hero input[type=submit] {

padding: 8px 8px 8px 8px !important;
min-width: 165px !important;
margin-top:10px;
}

.mc4wp-form p {
width: 49%;
float:left;
}

.mc4wp-form input[type=email] {
width: 98%;
float:left;
}

.mc4wp-form input[type=text] {
width: 98%;
float:left;

}

.mc4wp-form input {
width: 100%;
padding: 10px;
color: #000;
border: 1px solid #e2e2e2;
border-radius: 3px;
-webkit-font-smoothing: antialiased;
}


.mc4wp-form input[type=submit] {
padding: 15px 30px 13px;
font-size: 13px;
min-width: 127px;
width:40%;
background-color: #4bbabe;
color: #fff;
-webkit-appearance: button;
cursor: pointer;
-webkit-font-smoothing: antialiased;
font-family: 'Roboto Slab', serif;
border-radius: 3px;
border: none;
text-align: center;

}

.mc4wp-form label {
width: 49%
}




.alignright img {
	float: right;
	margin: 0 0 1em 1em
}
.alignleft img {
	float: left;
	margin: 0 1em 1em 0
}
.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

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


.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.gallery-caption {
}
.bypostauthor {
}

.textarea_half {
 max-width:500px;
}

.wp-caption img {
max-width: 100%;
height: auto;
}
.sticky {

}
p>img {
max-width: 100%;
height: auto;
}

.wp-caption {
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
	width: auto !important;
}
.wp-caption p.wp-caption-text {
	width: auto !important;
	line-height: 1.5;
	font-size: 11px;
	padding: 3px 0;
	margin: 0px 0 0 0;
	background: #f6f6f6;
	display: block;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}


.widget_calendar {float: left;}
#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:8px;}
#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; }


table {
max-width: 100%;
background-color: transparent;
}

abbr[title], abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}

th {
text-align: left;
padding-right: 20px;
padding-bottom: 5px;
}


code {
padding: 2px 4px;
font-size: 90%;
color: #D32340;
white-space: nowrap;
background-color: #B3B3B3;
border-radius: 4px;
}

pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}

.volter-post h6{
margin-top: 1px;
margin-bottom: 5px;
font-size: 12px;
text-transform: none;
}

.volter-post h5{
margin-top: 1px;
margin-bottom: 5px;
font-size: 14px;
text-transform: none;
}

.volter-post h4 {
margin-top: 1px;
margin-bottom: 5px;
font-size: 18px;
}

.volter-post h3 {
margin-top: 1px;
margin-bottom: 5px;
font-size: 24px;
}

.volter-post h2 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 30px;
}

.volter-post h1 {
margin-top: 1px;
margin-bottom: 5px;
font-size: 36px;
}


select {
width: 225px;
}

.sub-menu {
font-size: 15px;
}


.cl-main-nav-container .cl-main-nav li:hover > .sub-menu {
opacity: 1;
top: 82px;
z-index: 999;
}

.cl-main-nav-container .cl-main-nav li .sub-menu {
background-color: #333f50;
position: absolute;
top: 90px;
left: 0;
text-align: left;
margin: 0;
z-index: -100;
padding: 0;
opacity: 0;
-webkit-transition: .5s ease all;
-o-transition: .5s ease all;
transition: .5s ease all;
}
