/*
Theme Name: Speech Beyond
Theme URI: http://theblock.me/
Version: 1.1
Author: Theblock
Author URI: http://theblock.me/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: dark, light, white, black, gray, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, full-width-template, post-formats, theme-options, translation-ready
*/


/* Global Reset */

@font-face {
    font-family: 'DroidSerifRegular';
    src: url('myfonts/droidserif-regular.eot');
    src: url('myfonts/droidserif-regular.eot') format('embedded-opentype'),
         url('myfonts/droidserif-regular.woff') format('woff'),
         url('myfonts/droidserif-regular.ttf') format('truetype'),
         url('myfonts/droidserif-regular.svg#DroidSerifRegular') format('svg');
}
@font-face {
    font-family: 'DroidSerifBold';
    src: url('myfonts/droidserif-bold.eot');
    src: url('myfonts/droidserif-bold.eot') format('embedded-opentype'),
         url('myfonts/droidserif-bold.woff') format('woff'),
         url('myfonts/droidserif-bold.ttf') format('truetype'),
         url('myfonts/droidserif-bold.svg#DroidSerifBold') format('svg');
}

@font-face {
    font-family: 'ChunkFiveRoman';
    src: url('myfonts/chunkfive.eot');
    src: url('myfonts/chunkfive.eot') format('embedded-opentype'),
         url('myfonts/chunkfive.woff') format('woff'),
         url('myfonts/chunkfive.ttf') format('truetype'),
         url('myfonts/chunkfive.svg#ChunkFiveRoman') format('svg');
}
@font-face {
    font-family: 'VaniRegular';
    src: url('myfonts/vani.eot');
    src: url('myfonts/vani.eot') format('embedded-opentype'),
         url('myfonts/vani.woff') format('woff'),
         url('myfonts/vani.ttf') format('truetype'),
         url('myfonts/vani.svg#VaniRegular') format('svg');
}
@font-face {
    font-family: 'GeoSlab703MdBTMedium';
    src: url('myfonts/geo703m.eot');
    src: url('myfonts/geo703m.eot') format('embedded-opentype'),
         url('myfonts/geo703m.woff') format('woff'),
         url('myfonts/geo703m.ttf') format('truetype'),
         url('myfonts/geo703m.svg#GeoSlab703MdBTMedium') format('svg');
}
@font-face {
    font-family: 'GeoSlab703MdBTBold';
    src: url('myfonts/geo703b.eot');
    src: url('myfonts/geo703b.eot') format('embedded-opentype'),
         url('myfonts/geo703b.woff') format('woff'),
         url('myfonts/geo703b.ttf') format('truetype'),
         url('myfonts/geo703b.svg#GeoSlab703MdBTBold') format('svg');
}
@font-face {
    font-family: 'RockwellRegular';
    src: url('myfonts/rock.eot');
    src: url('myfonts/rock.eot') format('embedded-opentype'),
         url('myfonts/rock.woff') format('woff'),
         url('myfonts/rock.ttf') format('truetype'),
         url('myfonts/rock.svg#RockwellRegular') format('svg');
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section {
	display: block;
}
body {
	
	overflow-x: hidden;   font-family: 'DroidSerifRegular';
	font-size:13px;
	color:#444444;
}
ol, 
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.pad td {
	padding: 10px;
}
pre, code {
	display: block;
	max-width: 100%;
	font: 12px/24px Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", 						Courier, monospace;
	margin:0 0 20px 0;
	padding: 10px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
/* General */

* {
	margin:0;
	padding:0;
	outline:0 none;
}
body {
	line-height: 20px;
	background:url(images/body-main-bg.jpg) repeat scroll top center;
	
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
.boxed {
	max-width:100%;
	width:1000px;
	margin:0 auto;
	
}
.fullwidth {
	width:100%;
}
p,
.lambda_widget_contact_description,
.tweet_text {
	line-height:1.6em;
}
#content-wrap {
	padding:32px 0 0;
	min-height:100%;
}
#content {
}
pre {
	background-color: #FAFAFA;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
code {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
}


/* Header */

#header {
	clear: both;
	padding:22px 0 26px;
	position:relative;
	}
.top-header  {
	text-align:right;
}
.lambda-header-widget{margin-top:27px;}
.top-header span.top-tagline {
	text-transform:uppercase;
	letter-spacing:1px;
	padding-left:2px;
	text-align:left;
	display:block;
}
span.header-phone {
	background-attachment: scroll;
	background-image: url('images/icons/contact-phone.png');
	background-repeat: no-repeat;
	background-position: left 0;
	padding-left:26px;
}
span.header-email {
	margin-left:15px;
	background-attachment: scroll;
	background-image: url('images/icons/contact-email.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:26px;	
}
.lambda-header-widget {
	float:right;
}
.lambda-header-widget ul.lambda-sociallinks li {
	   float: right;
    height: 20px;
    margin: 0 10px;
    width: 20px;  border-right: 1px dotted #5B4129;
}
a{color:#fff;}
#logo {
	float:left;
	margin-top:5px;
}
#logo a {
	height:100%;
	width:100%;
	display:block;
}
#header #logo a:hover, 
#header #logo a:focus {
	border:none !important;
}
#logo h1 {
	margin: 0;
	padding: 0;
	line-height:100%;
}
ul.lambda-sociallinks {
	display: block;
    margin: 8px 0 0;
    overflow: hidden;
    position: relative;
    width: 94px;
}
ul.lambda-sociallinks li {
	display:inline-block;
	margin:0 0 0 5px;
	padding:0 !important;
	list-style:none;
	vertical-align:bottom;
	float:left;
}
ul.lambda-sociallinks li a {
	width:19px;
	height:20px;
	display:block;
	padding:0;
	margin:0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition:.2s background linear;
	-moz-transition:.2s  background linear;
	-o-transition:.2s  background linear;
	-ms-transition:.2s  background linear;
	transition:.2s  background linear;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.lambda-header-widget ul.lambda-sociallinks li a.twitter, .lambda-header-widget ul.lambda-sociallinks li a.facebook, .lambda-header-widget ul.lambda-sociallinks li a.googleplus{
background-repeat:no-repeat !important;
}
ul.lambda-sociallinks li a.twitter:hover { background: #9AE4E8 url(images/icons/social/twitter.png); }
ul.lambda-sociallinks li a.facebook:hover { background: #3B5998 url(images/icons/social/facebook.png); }
ul.lambda-sociallinks li a.googleplus:hover { background: #db4a39 url(images/icons/social/google_plus.png); }
ul.lambda-sociallinks li a.delicious:hover { background: #3274D1 url(images/icons/social/delicious.png); }
ul.lambda-sociallinks li a.grooveshark:hover { background: #f77f00 url(images/icons/social/grooveshark.png); }
ul.lambda-sociallinks li a.flickr:hover { background: #FE0184 url(images/icons/social/flickr.png); }
ul.lambda-sociallinks li a.instagram:hover { background: #3F729B url(images/icons/social/instagram.png); }
ul.lambda-sociallinks li a.picasa:hover { background: #9C5AB7 url(images/icons/social/picasa.png); }
ul.lambda-sociallinks li a.fivehundredpx:hover { background: #00A3DE url(images/icons/social/500px.png); }
ul.lambda-sociallinks li a.youtube:hover { background: #c4302b url(images/icons/social/youtube.png); }
ul.lambda-sociallinks li a.vimeo:hover { background: #44BBFF url(images/icons/social/vimeo.png); }
ul.lambda-sociallinks li a.dribbble:hover { background: #ea4c89 url(images/icons/social/dribbble.png); }
ul.lambda-sociallinks li a.digg:hover { background: #212121 url(images/icons/social/digg.png); }
ul.lambda-sociallinks li a.pinterest:hover { background: #CB2027 url(images/icons/social/pinterest.png); }
ul.lambda-sociallinks li a.behance:hover { background: #053eff url(images/icons/social/behance.png); }
ul.lambda-sociallinks li a.deviantart:hover { background: #4e6252 url(images/icons/social/deviantart.png); }
ul.lambda-sociallinks li a.dropbox:hover { background: #A0CFF2 url(images/icons/social/dropbox.png); }
ul.lambda-sociallinks li a.forrst:hover { background: #176023 url(images/icons/social/forrst.png); }
ul.lambda-sociallinks li a.lastfm:hover { background: #c3000d url(images/icons/social/lastfm.png); }
ul.lambda-sociallinks li a.aim:hover { background: #F7D719 url(images/icons/social/aim.png); }
ul.lambda-sociallinks li a.soundcloud:hover { background: #FF4B00 url(images/icons/social/soundcloud.png); }
ul.lambda-sociallinks li a.foursquare:hover { background: #25a0ca url(images/icons/social/foursquare.png); }
ul.lambda-sociallinks li a.github:hover { background: #4183C4 url(images/icons/social/github_alt.png); }
ul.lambda-sociallinks li a.linkedin:hover { background: #0e76a8 url(images/icons/social/linkedin.png); }
ul.lambda-sociallinks li a.xing:hover { background: #006062 url(images/icons/social/xing.png); }
ul.lambda-sociallinks li a.wordpress:hover { background: #21759b url(images/icons/social/wordpress.png); }
ul.lambda-sociallinks li a.tumblr:hover { background: #34526f url(images/icons/social/tumblr.png); }
ul.lambda-sociallinks li a.rss:hover { background: #ee802f url(images/icons/social/feed.png); }
ul.lambda-sociallinks li a.yahoo:hover { background: #790098 url(images/icons/social/yahoo.png); }
ul.lambda-sociallinks li a.steam:hover { background: #212121 url(images/icons/social/steam.png); }
ul.lambda-sociallinks li a.email:hover { background: #212121 url(images/icons/social/email.png); }
ul.lambda-sociallinks li a.link:hover { background: #212121 url(images/icons/social/link.png); }

.widget-sidebar ul.lambda-sociallinks li,
#sidebar_second ul.lambda-sociallinks li,
#sidebar ul.lambda-sociallinks li {
	margin:0 5px 5px 0;
}
#footer ul.lambda-sociallinks li {
	margin:0 5px 5px 0;
}
#author-description ul.lambda-sociallinks li,
.member-contact ul.lambda-sociallinks li {
	margin:0 5px 0 0;	
}
#footer ul.lambda-sociallinks {
	margin-bottom:15px;
}
.widget-sidebar li.widget-container.lambda_widget_social,
#sidebar_second li.widget-container.lambda_widget_social,
#sidebar li.widget-container.lambda_widget_social {
	margin-bottom:35px !important;
}

/* Teaser */

#page-title {
	margin:0; font-family: 'ChunkFiveRoman';
	position:relative;    margin-left:30px;
	font-weight:normal;
}
.title-wrap {
	margin-bottom:20px;
	position:relative;
}
.home-title {
	margin:0;
	background-attachment: scroll;
	background-image: url(images/divider17.png);
	background-repeat: repeat-x;
	background-position: center center;	
}
.home-title span {
	background-color:#FFFFFF;
	padding-right:10px;
}
.home-title-link {
	position:absolute;
	right:0;
	top:1px;
	background:#FFFFFF;
	padding-left:10px;
}
.home-title-link a {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	background:#FFFFFF;
	padding:5px 10px;
	color:#555555;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
	font-style:italic;
	text-transform:capitalize;
	font-size:12px;
	line-height:26px;
}
.home-title-link a:hover {
	-webkit-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
	color:#999999;
}
.home-title-link a:active {
	-webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
}
#teaser-content {margin-top: 32px;
	 background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px dashed #D2D2D2;
    padding: 31px 0 28px;
}
#teaser-content-portfolio-single {
	border-bottom:2px dotted #EEEEEE;
	padding:40px 0 20px 0;
	vertical-align:bottom;
}
#teaser-content-portfolio-single #page-title {
	margin-top:8px;
}
.teaser {
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #D9D9D9;
	text-align:center;
}
.teaser-text {
	margin:0;
	line-height:34px;
	letter-spacing:1px;
}
.teaser-text:after,
.teaser-text:before {
	content:'"';
}

/* Navigation Bar */

.nav-wrap {
 
	width:100%;
}
#navigation {
background:#fff;
float:left; border-bottom: 2px solid #C7C2BD;
width:99.6%;
		}
#navigation span {

}
#navigation ul {
	position: relative;
	width:100%;
}
#navigation ul li {
	position:relative;
	display:block;
	float:left;
	background:url(images/menu-list-icon.png) repeat-y scroll right top;
	
}
#navigation ul li:last-child  {
	} 
#navigation li a {  font-family: 'DroidSerifRegular';
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	-ms-transition: .2s all linear;
	transition: .2s all linear;
}
#navigation ul li a {
	text-decoration: none;
	display:block;
	color:#654523;
	font-size:14px;
	padding:16px 22px;
	}
	#menu-item-4052 {background:none !important;}
#navigation ul > li.active  {
	
}
#navigation ul > li ul li ul li.active > a,
#navigation ul > li ul li.active > a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow:none;
	-o-box-shadow: none;
	box-shadow: none;
}
/* Nav Sublevel  */
#navigation ul.sub-menu {
	
}
#navigation ul.sub-menu li {
	border:none;
	margin-left:0;
}
#navigation ul.sub-menu li:last-child {
	border:none;
}
#navigation ul.sub-menu li a {
	height: 32px;
	line-height: 32px;
	min-width: 165px;
	position: static;
	margin:0 15px;
	padding:0;
	border-top:0 none !important;
	border-bottom:1px dotted #FFFFFF;
}
#navigation ul.sub-menu li a  {
		-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	-o-transition: .1s all linear;
	-ms-transition: .1s all linear;
	transition: .1s all linear;
}
#navigation ul.sub-menu li:last-child a {
	border:none;
}
#navigation ul.sub-menu a:hover {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow:none;
	-o-box-shadow: none;
	box-shadow: none;
}
#navigation ul li ul li ul li {
	display:block;
}
#navigation ul li ul li ul li {
	display:block;
}
#navigation ul > li.active > a {
    color: #FFFFFF;
}
.widget-sidebar ul.sub-menu,
.widget-sidebar ul.children,
#footer ul.sub-menu,
#footer ul.children,
#sidebar ul.sub-menu,
#sidebar ul.children {
	margin:6px 0 0 20px;
}
#sidebar_second ul.sub-menu,
#sidebar_second ul.children {
	margin:6px 20px 0 0;
}
.widget-sidebar ul.children li:last-child,
#footer ul.children li:last-child,
#sidebar ul.children li:last-child,
#sidebar_second ul.children li:last-child,
.widget-sidebar ul.sub-menu li:last-child,
#footer ul.sub-menu li:last-child,
#sidebar ul.sub-menu li:last-child,
#sidebar_second ul.sub-menu li:last-child {
	border-bottom:0 none;
	padding-bottom:0;
	margin-bottom:0;
}
/* Page Menus/Custom Menus */
li.page_item, li.menu-item {
	list-style: none;
}
li.menu-item ul.sub-menu {
	list-style: none;
	margin-left:0;
}

/* Navigation Searchform */
.searchlens {
	 background: url("images/icons/search-icon.png") no-repeat scroll center center #FFFFFF;
    border-bottom: 2px solid #C7C2BD;
    cursor: pointer;
    display: none;
    height:96%;
    position: absolute;
    right: 10px;
    width: 62px;
    z-index: 10000;
}
#header-searchform{
	display:none;}
.searchlens:hover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition:.2s background linear;
	-moz-transition:.2s  background linear;
	-o-transition:.2s  background linear;
	-ms-transition:.2s  background linear;
	transition:.2s  background linear;s
 }  
 #header-searchform input[type=text] {
  position: absolute;
  right:10px;
  height:61%;
  border-left: 1px solid #CCCCCC !important;box-shadow:none;
  width:0;
  border:none;
  background:transparent;
  border:none;
  background:#fff;
  z-index:9999;
 }

/* Footer Styles */

#footer-wrap {
	
}
#footer {
	 clear: both;
    display: block;
    float: none;
    margin: 0 auto;
}
#footer .description {
	color:#555555;
}
#footer.noborder {
	border: none;
	padding-top: 0;
}
#sub-footer-wrap {
	padding:0 0 62px;
	font-size: 12px;
	clear:both;
		position:relative;
}
.scissors {
	background-attachment: scroll;
	background-image: url('images/icons/scissors-icon.png');
	background-repeat: no-repeat;
	width:25px;
	height:20px;
	position:absolute;
	top:-11px;
	display:none;	
}
.copyright,
.unitedthemes {
	text-align:center;
		color:#919191;
}
.unitedthemes {
	text-align:right;
}
#footer select {
	margin-bottom:20px;
	width:100%;
}
#footer li:last-child,
#footer li.last,  {
	margin-bottom:0;
}

/* Typography & Links */
	
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	text-decoration: none;
}
h1.entry-title {
	margin:0;
}
.entry-title a {
	border:none;
}
h1,
h2,
h3,
h4, 
h5, 
h6 {
		margin-bottom: 12px;
	
}
a {
	text-decoration: none;
	outline:0 none;
	-webkit-transition:.2s color linear;
	-moz-transition:.2s color linear;
	-o-transition:.2s color linear;
	-ms-transition:.2s color linear;
	transition:.2s color linear;
}
a:hover {
	color:#555555;
}
a img { 
    border: none; 
    vertical-align: bottom;
}
.widget-sidebar a,
#sidebar a,
#sidebar_second a,
#footer a {
	color:#fff;
	font-weight:normal;
}
.unitedthemes,
.copyright,
.unitedthemes a,
.copyright a {
	color:#654523;
	font-size:12px;
	font-weight:normal;
}
.copyright strong{color:#4F351A;}
.portfolio-title,
.portfolio-title a {
	color:#FFFFFF;
}

a img {
	border: none;
	outline:0 none;
}
p a, 
p a:visited {
	line-height: inherit;
}
.edit-link-wrap {
	float:right;
	margin:0;
}
.edit-link a {
	padding:3px 6px;
	border: none !important;
	text-transform:uppercase;
	-webkit-transition:.2s background linear;
	-moz-transition:.2s  background linear;
	-o-transition:.2s  background linear;
	-ms-transition:.2s  background linear;
	transition:.2s  background linear;
	background: #555555;
	color:#FFFFFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.edit-link a:hover {
	text-decoration:none !important;
	color:#FFFFFF;
}
.normal {
	font-weight: normal;
}
.bolder {
	font-weight: bolder;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color:#777;
}
small {
	font-size: 80%;
}

/*	Blockquotes  */

blockquote {
	margin:0 50px 0 20px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#555555;
	word-wrap: break-word;
	border-left:1px solid #D9D9D9;
	padding-left:30px;
}
blockquote cite {
	display:inline-block;
	font-style:italic;
	font-size:12px;
	color:#EEEEEE;
}
blockquote cite:before {
	content: "\2014 \0020";
}
.blockquote-right {
	float:right;
	margin:0;
	width:35%;
}
.blockquote-left {
	float:left;
	margin:0;
	width:35%;
}
hr {
	clear: both;
	height: 0;
	 margin-bottom: 0;
    margin-top: 36px;
	border-width: 1px 0 0;
	border-top:1px dashed #D2D2D2;
}
.loop-single-divider {
	clear: both;
	margin-top:40px;
	margin-bottom:40px;
	height:0px;
	border-width:1px 0 0;
	border-top:1px solid #D9D9D9;
}

/* Lists */

ul, 
ol {
	margin-bottom: 20px;
}
ul {
	list-style: none inside;
}
ol {
	list-style-position: inside;
	list-style-type: decimal;
}
.entry-content ul, 
.entry-summary ul {
	
}
ul ul, 
ul ol, 
ol ol, 
ol ul {
	margin: 4px 0 5px 30px;
}
ul ul li, 
ul ol li, 
ol ol li, 
ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
	margin-bottom: 6px;
	list-style:none;
}
.widget-sidebar ul li,
#sidebar ul li,
#sidebar_second ul li,
#footer ul li {
	margin-left:0;
}
li p {
	line-height: 21px;
}
.lambda-check ul,
.lambda-delete ul {
	list-style:none;
	list-style-type:none;
}
.lambda-check ul li {
	background-attachment: scroll;
	background-image: url('images/icons/lambda-check.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:30px;
}
.lambda-delete ul li {
	background-attachment: scroll;
	background-image: url('images/icons/lambda-delete.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:30px;
}
.slides li {
	margin:0;
}

/* Home Template & Portfolio Singe Page Title */

.padding-top {
	padding-top:0 !important;
}
.last-border {
	border:none !important;
	padding:0 !important;
	background:none !important;	
}

.recent-testimonials {
	position:relative;
}
.carousel-navi {
	position:absolute;
	right:0;
	top:2px;
	background:#FFFFFF;
	padding-left:10px;
}
.tprev,
.tnext {
	float:right;
	text-indent:-9999px;
	width:7px;
	height:10px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	background:#FFFFFF;
	padding:5px 10px;
	color:#555555;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left:5px;
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
}
.tprev {
	background-attachment: scroll;
	background-image: url(images/icons/nav-prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin:0;
}
.tnext {
	background-attachment: scroll;
	background-image: url(images/icons/nav-next.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.tprev:hover,
.tnext:hover {
	-webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
}
.tprev:active,
.tnext:active {
	-webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
   	-ms-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.service-columns {
	margin-bottom:20px;
	position:relative;
}
.service-icon {
	float:left;
	margin:0 20px 20px 0;
}
article.service {
	overflow:hidden;
	margin:0;
}
article.service .excerpt {
	display:inline-block;
	margin-bottom:20px;
}
.service-box {
	overflow: hidden;
	-webkit-transition:.2s background linear;
	-moz-transition:.2s  background linear;
	-o-transition:.2s  background linear;
	-ms-transition:.2s  background linear;
	transition:.2s  background linear;
	padding:20px 20px 0 20px;
	text-align:center;
	-moz-border-radius: 2px;
  	border-radius: 2px;
}

.service-box h3 {
	margin-bottom:20px;
	-webkit-transition:.2s color linear;
	-moz-transition:.2s  color linear;
	-o-transition:.2s  color linear;
	-ms-transition:.2s  color linear;
	transition:.2s  color linear;
}
.service-box-icon {
	margin:0 0 20px 0;
	text-align:center;
	display:block;
}

/* Archive Template */

.archiv-title {
	border-bottom:4px solid #EEEEEE;
	display:inline-block;
	margin-bottom:20px;
}
ul.archive {
	margin:0 0 20px 0;
}
ul.archive ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.archive ul li.last, 
ul.archive ul li:last-child {
	margin:0;
}

ul.archive a {
	color:#555555;
}

/* Team Template */

.member-wrap {
	margin:0;
}
.member-name {
	margin:0;
}
.member-title {
	color: #FFFFFF;
	font-size:12px;
}
.member-info {
	margin-bottom:20px;
	overflow:hidden;
	padding:10px;
	border-top:1px solid #FFFFFF;
	border-bottom:4px solid #EEEEEE;
}
.member-photo {
	margin-bottom:0;
}
.member-img {
	display: block;
	margin:0 auto;
}
.member-contact {
	margin:0 0 20px 0;
}

/*
span.member-phone {
	font-size:12px;
	padding-left:15px;
	margin-left:10px;
}
*/

/* Testimonial Template */

.testimonial-wrap {
	margin:0;
}
.testimonial-name {
	margin:0 0 20px 0;
	text-align:right;
	color:#555555;
}
.testimonial-photo {
	float:left;
	width:50px;
	height:50px;
	display: block;
	position:relative;
	margin:0 0 20px 0;
}
.testimonial-img {
	width:50px;
	height:50px;
	display:block;
}
ul li .testimonial-entry {
	line-height:1.6em !important;
}
.testimonial-entry {
	margin-bottom:20px;
	font-style:italic;
	position:relative;
}
.testimonial-entry:before,
.testimonial-entry:after {
	content:'"';
}
.testimonial-entry.dark,
.testimonial-entry.white {
	background-color:#FFFFFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #D9D9D9;
	border-bottom:4px solid #EEEEEE;
	padding:10px;
}

/* Vertical Tab-Template Service Template */

.verticaltabs-wrap {
	margin-bottom:40px;
}
#vtab .ut-slider-wrap {
	margin-bottom:20px;
}
#vtab {
    margin: auto;
    max-width: 100%;
    height: 100%;
}
#vmenu {
	z-index: 10 !important;
}
#vmenu ul {   
    display: block;   
    padding: 0;
	position:relative;
}
#vmenu ul li {
	margin-bottom:20px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	background:#FFFFFF;
	padding:5px 10px;
	color:#555555;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
}
#vmenu ul li h3 {
	margin:0;
	word-break: break-all;
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
}
#vmenu li:hover h3 {
	color:#999999;
 }
li.tab {
	padding:0;
    list-style-type: none;
    display: block;
    position: relative;
	cursor:pointer;
	text-align:left;
	margin:0;
	font-size:16px;
	font-weight:normal;
}
#vmenu li.selected {
    z-index: 10;
    position: relative;
	-webkit-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
}
#vmenu li.selected h3 {
	color:#FFFFFF;
}
#vmenu li.selected h3:hover {
	color:#FFFFFF;
}
#vtab > div {
    position: relative;
    z-index: 9;
}

/* Client Template */

.client-wrap {
	margin-bottom:20px;
}
.client-holder a {
   	border: 1px solid #D9D9D9;
    display: block;
    height: 150px;
    position: relative;
}
.client-holder span.client-img {
	display: block;
    line-height: 150px;
    margin: -1px;
    padding: 0 15px;
    text-align: center;
}
.client-holder span.client-img img {
 	max-height: 120px;
    vertical-align: middle;
}
span.client-title {
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	height:150px;
	width:100%;
}

li.one_fifth span.client-title strong {
	margin:70px 0 0 0;
}

span.client-title strong {
	margin:70px 0 0 0;
	font-size:13px;
	display:block;
	letter-spacing:1px;
	padding:0 10px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF !important;
	text-transform:uppercase;
	font-weight: normal !important;
	line-height:100%;
}
.clients,
.clientspc {
	margin:0;
}
.clients li {
	margin-left:0 !important;
	margin-right:20px !important;
	margin-bottom:20px !important;
	background:#FFFFFF;
}
.clients li.one_fifth {
	margin-right:4% !important;
	margin-bottom:4% !important;
}
.clientspc li {
	margin-left:0 !important;
	background:#FFFFFF;
}
ul.clients li.last,
ul.clientspc li.last {
	margin-right:0 !important;
}

/* Image Alignment Classes */

.alignright {
	float: right;
	margin: 0px 0px 10px 20px;
}
.alignleft {
	float: left;
	margin: 0px 20px 10px 0px;
}
.aligncenter {
	display:block;
	margin:0 auto;
}
.alignnone {
	margin-bottom:20px;
}

/* WP Captions */

.wp-caption {
	margin:0;
	padding:0;
	max-width:100%;
}
.wp-caption img, 
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width:100%;
}
#footer .wp-caption .wp-caption-text,
.widget-sidebar .wp-caption .wp-caption-text,
#sidebar .wp-caption .wp-caption-text,
#sidebar_second .wp-caption .wp-caption-text {
	margin-bottom:20px;
}
.wp-caption .wp-caption-text {
	padding: 5px 0 0 0;
	margin: 0;
	font-size:12px;
	color:#999999;
}
.wp-caption.alignleft {
	margin: 0px 20px 0px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 0px 20px;
}

/* Tables */

table {
	
	width:100%;
}
table th {   font-family: 'DroidSerifBold'; background: none repeat scroll 0 0 #F6F1E7;
	text-align: left;
	border-top:none;
	border: 1px solid #E9E6DF;
	 padding: 18px 24px;
	border-bottom:none;
}
table td {
	 background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    font-family: 'DroidSerifRegular';
    font-size: 12px;
    line-height: 17px;
    padding: 18px 24px;
	color:#777;
}
td.months{color: #777777;
    padding: 18px 24px 18px 19px;
    width: 93px;}

/* Lambda Widgets @United Themes */

/* Standard WP Widget  */

.widget-title {
	
}
.widget-title  span {
	
}
#header .widget-title {
	border:none;
	background:none;
}
#header .widget-title span {
	border:none;
	background:none;
	padding:0;
}
/*
.widget-title span {
	padding-right:10px;
	color:#333333;
	background-color:#FFFFFF;
}
*/
.widget-container{
	clear:both;
	margin:0 0 10px;
}
.widget-container ul {
	list-style: none;
	margin: 0;
}
.widget-container ul ul {
	list-style: none;
}
.widget-container ul li.last {
	margin :0;
}
.widget-container ul li:last-child {
	margin:0;
}
.widget-container select {
	width: 100%;
}
.widget_search input#s {/* This keeps the search inputs in line */
	width:65%;
	margin-right:5px;
	margin-bottom:10px;
}
.widget_search #searchsubmit {
	margin-bottom:10px;
}
input#searchsubmit {
	margin-bottom: 0;
}
.widget-sidebar li.widget-container.widget_search,
#sidebar_second li.widget-container.widget_search,
#sidebar li.widget-container.widget_search {
	margin-bottom:30px;	
}

.widget_search label {
	display: none;
}
.widget-sidebar ul,
#sidebar ul,
#sidebar_second ul {
	margin-bottom:0;
}
.widget-container a:link, 
.widget-container a:visited {
	text-decoration: none;
}
.widget-container a:active, 
.widget-container a:hover {
	text-decoration: none;
}
.widget-container .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
.widget-sidebar li.widget-container.widget_tag_cloud,
#sidebar_second li.widget-container.widget_tag_cloud,
#sidebar li.widget-container.widget_tag_cloud {
	margin-bottom:35px !important;
}
.tagcloud a {
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
	margin-bottom:5px;
	cursor: pointer;
	padding: 5px 10px;
	width: auto;
	font-weight:normal !important;
	display:inline-block;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:12px !important;
	color:#FFFFFF !important;
}
.tagcloud a:hover {
	background:#555555;
	color:#FFFFFF;
}
/* Forms */ 

input,
textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
      border-radius: 3px 3px 3px 3px;
       color: #999999;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 18px;
    padding: 9px 13px;
}
input{ width: 253px;}
textarea {
	 height: 95px;
    overflow: auto;
    padding-top: 14px;
    resize: vertical;
	margin-bottom:13px;
    width: 70%;
}
input:focus,
textarea:focus {
	background: #FFFFFF;
	-webkit-box-shadow: inset  0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset  0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: inset  0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset  0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
select {
	 padding: 5px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color:#FFFFFF;
	border:1px solid #D9D9D9;
	border-bottom:4px solid #EEEEEE;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
select option {
	padding: 0px 5px;
}

/* Indent Sidebar Lists */

.widget-container ul ul {
	border: none;
	padding: 0;
}

/* WP Calendar Widget Main*/

#wp-calendar {
	width: 100%;
	font-size: 12px;
	margin: 0;
}
#wp-calendar a {
	text-decoration:underline;
}
#wp-calendar td#today {
	color:#FFFFFF;
}
#wp-calendar thead {
	background:#FFFFFF;
}
#wp-calendar caption {
	text-align:left;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}

/* WP Calendar Widget Footer */

#footer #calendar_wrap {
	margin:0 0 20px 0 !important;
}

/* WP RSS Widget */

.widget_rss .widget-title img {
	width:14px;
	height:14px;
	line-height:100%;
	float:left;
	margin-top:5px;
	margin-right:5px;
}
.widget_rss .rss-date {
	font-size:11px;
	display:block;
	margin-bottom:6px;
}
.widget_rss cite {
	color:#999999;
}

/* WP Text Widget */

#footer .textwidget .footer-logo {
	line-height:0;
}
#footer .textwidget {
	margin-bottom:20px;
}
/* Lambda Widgets @United Themes */

/* Flickr */

.widget-sidebar .lambda_widget_flickr .flickr_items,
#sidebar .lambda_widget_flickr .flickr_items,
#sidebar_second .lambda_widget_flickr .flickr_items,
#footer .lambda_widget_flickr .flickr_items {
	overflow:hidden;
}
.widget-sidebar li.widget-container.lambda_widget_flickr,
#sidebar_second li.widget-container.lambda_widget_flickr,
#sidebar li.widget-container.lambda_widget_flickr {
	margin-bottom:35px !important;
}
.lambda_widget_flickr .flickr_items .overflow-hidden {
	float:left;
	display:block;
}
.lambda_widget_flickr .flickr_items .overflow-hidden .hover-overlay {
	width:50px;
	height:50px;
	position:absolute;
	left:5px;
	top:5px;
}
.lambda_widget_flickr .flickr_items img {
	margin-right:5px;
	margin-bottom:5px;
	float: left;
	width:50px;
	height:50px;
	height:auto;
	display:block;
	padding:4px;
	border:1px solid #D9D9D9;
}
#footer .lambda_widget_flickr {
	margin-bottom:15px;
}
#footer .lambda_widget_flickr .flickr_items div {
	margin-top:0;
}
#footer .lambda_widget_flickr .flickr_items div {
	display:block;
}
.lambda_widget_flickr .flickr_items a {
	border:none;
}
.flicker-hover  {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-12px;
	margin-left:-12px;
}
.flicker-hover img {
	width:16px !important;
	height:15px !important;
	border:0 none !important;
}

/* Twitter */

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
.tweet_list .awesome, 
.tweet_list .epic {
	text-transform: uppercase;
}
.tweet_list li {
	overflow:hidden;
	list-style-type: none;
	margin-bottom:10px;
}
.tweet_list li {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:26px;
}
.tweet_list .tweet_avatar {
	padding-right: 10px;
	float: left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
a.tweet_avatar {
	border:none;
}
.tweet_text {
	display: block;
}
.tweet_time {
	font-size:12px;
}
#footer .tweet_list {
	margin-bottom:20px;
}
#footer .tweet_list li:last-child {
	margin-bottom:6px;
}
.tweet_list li {
	background-image: url('images/icons/twitter-widget.png');
}

/* Recent Post Lambda  */

.lambda_widget_recent_posts li {
	margin-bottom:10px;
}
#footer .pformat,
.lambda_widget_recent_posts .pformat {
	float:left;
	margin-right:10px;
}
#footer .pformat_entry,
.lambda_widget_recent_posts .pformat_entry {
	overflow-y: auto;
	overflow-x: hidden;
}
.pformat_entry span {
	font-size:12px;
	color:#999999;
}
#footer .pformat_entry span {
	color:#9A9A9A;
}
#footer .pformat a,
.lambda_widget_recent_posts .pformat a {
	margin:0 !important;
}
.pformat .post_format_audio,
.pformat .post_format_gallery,
.pformat .post_format_video,
.pformat .post_format_link,
.pformat .post_format_quote,
.pformat .post_format_aside,
.pformat .post_format_standard,
.pformat .post_format_image {
	display:block;
	text-indent:-9999px;
	width:45px;
	height:45px;
	background-repeat: no-repeat;
	background-position: center center;
}
.pformat:hover {
	background-color:#555555;
}
.pformat {
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
	margin-top:2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pformat .post_format_image  {
	background-image: url('images/icons/pformat-image.png');
}
.pformat .post_format_standard  {
	background-image: url('images/icons/pformat-standard.png');
}
.pformat .post_format_audio {
	background-image: url('images/icons/pformat-audio.png');
}
.pformat .post_format_gallery {
	background-image: url('images/icons/pformat-gallery.png');
}
.pformat .post_format_video {
	background-image: url('images/icons/pformat-video.png');
}
.pformat .post_format_link {
	background-image: url('images/icons/pformat-link.png');
}
.pformat .post_format_quote {
	background-image: url('images/icons/pformat-quote.png');
}
.pformat .post_format_aside {
	background-image: url('images/icons/pformat-aside.png');
}

/* Recent Comments Lambda  */

.recentcomments  .comments_avatar {
	margin-right:10px;
	float:left;
	display:block;
	width:45px;
	height:45px;
}
.recentcomments .l-description {
	overflow:hidden;
	margin:0;
	padding:0;
}
.recentcomments .l-description span {
	font-style:normal;
}
li.recentcomments {
	margin-bottom:10px;
}
.recentcomments-text {
	font-size:12px;
}
 
/* Contact Widget Lambda  */

.lambda_widget_contact .lambda_widget_contact_description {
	overflow:hidden;
	font-style:normal;
	margin:0;
}
.lambda-address,
.lambda-phone,
.lambda-fax,
.lambda-email,
.lambda-internet  {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 3px;	
	padding-left:26px;
}
.lambda-internet  {
	background-position: left 1px;	
}
.lambda-email  {
	background-position: left 5px;	
}
#footer .lambda_widget_contact li {
	margin-bottom:10px;
}
#footer .lambda_widget_contact li:last-child {
	margin-bottom:6px;
}
.lambda-address {
	background-image: url('images/icons/contact-adress.png');
}
.lambda-phone {
	background-image: url('images/icons/contact-phone.png');
}
.lambda-fax {
	background-image: url('images/icons/contact-fax.png');
}
.lambda-email {
	background-image: url('images/icons/contact-email.png');
}
.lambda-internet {
	background-image: url('images/icons/contact-internet.png');
}

/* Standard WP Widget  */
.widget_rss li,
.widget_links li,
.widget_nav_menu li,
.widget_pages li,
.widget_meta li,
.widget_categories li,
.widget_archive li,
.lambda_widget_portfolio li,
.widget_recent_entries li,
.widget_recent_comments li,
ul.archive li {
		padding-bottom:6px;
	margin-left:0;
}
.lambda_widget_portfolio li:before,
.widget_links li:before,
.widget_nav_menu li:before,
.widget_pages li:before,
.widget_meta li:before,
.widget_categories li:before,
.widget_archive li:before,
.widget_recent_entries li:before,
.widget_recent_comments li:before,
ul.archive li:before {
	
}
#content #searchform,
#footer #searchform,
#footer .tagcloud {
	margin-bottom:20px;
}
.widget-sidebar #wp-calendar,
#sidebar #wp-calendar,
#sidebar_second #wp-calendar{
	margin:0;
}

/* Lambda Video Widget */

.lambda-video {
	margin-bottom:20px;
}
.lambda_widget_video .lambda-video {
	padding:5px;
	margin:0;
	border-bottom:4px solid #EEEEEE;
}
#footer .lambda_widget_video .lambda-video {
	border-bottom:4x solid #EEEEEE;
	margin-bottom:20px;
}

/* Blog Layout */

.entry-post {
	display:block;
}
.post .entry-content {
	margin:0;
}
.post-image {
}
.single .thumb {
		 float: left;
    margin-bottom: 10px;
    margin-right: 18px;
    position: relative;
    width: 290px;
}
.blog .thumb {
	  float: left;
    margin-bottom: 0;
    margin-right: 35px;
    position: relative;
    width: 20%;
}
.thumb img {
	display:block;
}
.gallery-slogan {
	font-size:28px;
}
.entry-header {
	margin:0;
}
.entry-summary {
	padding:0;
}
.entry-meta,
.entry-meta-single-post {
	margin-bottom:0 !important;
}
.post-ut {
	margin:0;
	padding:0;
	float:left;
	
}
.author-link,
.entry-date {
	
}

.tag_links {
	
}
.tag_links a {
	
}
.tag_links a:last-child {
	
}
.tag_links a:hover {
	
}
.post {
	
}
.blog .post .thumb img{ border-radius: 100% 100% 100% 100%;}
.post.single {
	margin-bottom:0;
}
.single #comments{
background:#EAF7F7;
border-top:1px dashed #D2D2D2;}
.post.single .tag_links {
	margin-bottom:20px;
}

/* Styled Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"] {
background: url("images/send-bg.png") no-repeat scroll left center transparent;
    border: 0 none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: 'VaniRegular';
    font-size: 16px;
    font-weight: normal;
    padding: 7px 12px 2px;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    width: auto;
}
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
	
}
.excerpt,
.more-link {
	text-transform:capitalize;
	white-space:nowrap;
}
.excerpt:after,
.more-link:after {
	content:'...';
}
.excerpt:hover {
	color:#555555;
}
.recent-post .excerpt {
	margin-bottom:20px;
	display:block;
}
.button {
	-webkit-transition:.2s background linear;
	-moz-transition:.2s background linear;
	-o-transition:.2s background linear;
	-ms-transition:.2s background linear;
	transition:.2s background linear;
	margin-right:20px;
	margin-bottom:20px;
	cursor: pointer;
	padding: 5px 10px;
	width: auto;
	font-weight:normal !important;
	display:inline-block;
	-moz-border-radius: 2px;
	border-radius: 2px;
	letter-spacing:1px;
	font-family: Arial, Helvetica, sans-serif !important;
	overflow:hidden;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	text-align:center;
}
.button.large	{ font-size:1rem; padding:16px 30px }
.button.medium	{ font-size:1rem; padding:12px 19px }
.button.small	{ font-size:0.75rem;}

/* Theme buttton */

.themebutton.button:hover {
	background:#555555;
	color:#FFFFFF;
}
.themebutton2.button {
	background:#555555;
	color:#FFFFFF !important;
	margin-left:1px;
}
.themebutton2.button:hover {
	color:#FFFFFF !important;
}
/* Gray */
.gray.button {
	background:#BBBBBB;
	color:#FFFFFF;
}
.gray.button:hover {
	background:#8C8C8C;
	color:#FFFFFF;
}
/* Blue */
.blue.button {
	background:#55A4F2;
	color:#FFFFFF;
}
.blue.button:hover {
	background:#5D8AB5;
	color:#FFFFFF;
}
/* Green */
.green.button {
	background:#8AB547;
	color:#FFFFFF;
}
.green.button:hover {
	background:#6F884A;
	color:#FFFFFF;
}
/* Orange */
.orange.button {
	background:#E66B20;
	color:#FFFFFF;
}
.orange.button:hover {
	background:#AD683D;
	color:#FFFFFF;
}
/* Coffee */
.coffee.button {
	background:#867668;
	color:#FFFFFF;
}
.coffee.button:hover {
	background:#655C54;
	color:#FFFFFF;
}
/* pink */
.pink.button {
	background:#ee90d7;
	color:#FFFFFF;
}
.pink.button:hover {
	background:#B37EA5;
	color:#FFFFFF;
}
/* Purple */
.purple.button {
	background:#C29AD2;
	color:#FFFFFF;
}
.purple.button:hover {
	background:#957E9E;
	color:#FFFFFF;
}
/* Red */
.red.button {
	background:#F46F62;
	color:#FFFFFF;
}
.red.button:hover {
	background:#B76D65;
	color:#FFFFFF;
}
 
/* Alert Boxes */

.alert.white {
	background:#FFFFFF;
	border: 1px solid #D9D9D9;
	color:#777777;
	background-image: url('images/icons/alert-white-icon.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 20px center;
	border-bottom:4px solid #EEEEEE;
}
.alert a:hover {
	text-decoration:none;
}
.alert {
	padding:20px 20px 20px 66px;
	font-weight:normal;
	margin-bottom:20px;
	display:inline-block;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.alert.red {
	background: #F46F62;
	color:#FFFFFF;
	background-image: url('images/icons/error_icon.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 20px center;
	border-bottom:4px solid #9F2C20;
}
.alert.green {
	background: #8AB547;
	color:#FFFFFF;
	background-image: url('images/icons/success_icon.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 20px center;
	border-bottom:4px solid #507617;
}
.alert.blue {
	color:#FFFFFF;
	background-color: #55A4F2;
	background-image: url('images/icons/info_icon.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 20px center;
	border-bottom:4px solid #1C5E9D;
}
.alert.yellow {
	background:#F7B808;
	color:#FFFFFF;
	background-image: url('images/icons/warning_icon.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 20px center;
	border-bottom:4px solid #A17703;
}
	
/* Tabs */

ul.tabs {
	display: block;
	margin: 0;
	padding: 0;
	list-style:none;
	background:#FFFFFF;
}
ul.tabs li {
	display: block;
	width: auto;
	padding: 0;
	float: left;
	margin:0;
	letter-spacing:1px;
	font-size:18px;
}
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 30px;
	padding:5px 10px;
	line-height: 32px;
	margin: 0;
	font-weight:normal;
}
ul.tabs li a.active {
	height: 30px;
	position: relative;
	color:#FFFFFF;
}
ul.tabs li a.active:hover {
	color:#FFFFFF;
}
ul.tabs-content {
	margin: 0 0 20px 0;
	padding: 10px 0;
	display: block;
	list-style:none;
	background:#FFFFFF;
	border-bottom:4px solid #EEEEEE;
}
ul.tabs-content > li {
	display:none;
	margin:0;
	line-height: 1.6em !important;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}

/* Toggles & FAQ Template */

.faq {
	margin: 0 0 20px 0;
}
.faq .toggle_container {
	margin-bottom:0;
}
.toggle_container {  border-bottom: 1px dashed #D2D2D2;
    padding: 0 35px 29px;
    position: relative;
}
span.faq-marker {
	
}
h3.trigger,
p.trigger {
	display: block;
	padding:16px 33px;
	cursor: pointer;
	margin:0px;
	position:relative;
	background:#F8FAF7;border-bottom: 1px dashed #D2D2D2;
	
	}
p.trigger.active{background:none;
border:none; margin-top: 9px !important;
}
/* Up Toggle State */

h3.trigger a,
p.trigger a {
	text-decoration: none;
	font-weight:normal; 
	color:#46A9A7;
	
}
p.trigger.active a{
color:#444;}
.list {
	margin-bottom:0;
	position:relative;
}
.list.last {
	margin-bottom:20px;
}
.block {

}

/* Comments */

/* Needs RWD Check */

#respond {
	float:left;
	width: 100%;
}
#reply-title {
}
#reply-title span {
	}
#cancel-comment-reply-link{
	background:#FFFFFF;
	padding:0 0 0 10px;
	float:right;
}
#respond label {
	display:block;
}
#respond input[type=text] {
	width:277px;
	max-width:100%;
}
#respond textarea {
	width:95%;
}
.comments-title {
	
}
.comments-title span {
	
}
#comments {
	float:left;
	width: 100%;
}
#comments .commentlist {
	margin:0 0 18px;
	float:left;
	list-style:none;
	width:100%;
}
#comments .commentlist ul {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}
#comments .commentlist li {
	margin:0;
	padding:0;
	display:block;
	clear:both;
}
#commentform {
	margin-bottom:20px;
}
#comments .commentlist li li {
	margin:0 0 0 20px;
}
#comments .commentlist li li li {
	margin:0 0 0 20px;
}
#comments .commentlist li li li li {
	margin:0 0 0 20px;
}
#comments .commentlist li li li li li {
	margin:0 0 0 20px;
}
#comments .single-comment {
	
}
.comment-avatar {
	float:left;
	margin:0 20px 16px 0;	
}
.comment-avatar img {
	width:40px;
	height:40px;
	padding:4px;
	border:1px solid #D9D9D9;
	background:#FFFFFF;
}
.comment-content {
	overflow:hidden;
	position:relative;
}
.comment-content p {
	margin:0 0 23px;
}
.comment-author {
	
}
.comment-time {
	display:block;
	color:#999999;
	font-size:12px;
}
.comment-repy {
	position:absolute;
	right:0;
	top:5px;
}
a.comment-reply-login, 
a.comment-reply-link {
	float:right;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}
a.comment-reply-link {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	background:#FFFFFF;
	padding:5px 10px;
	color:#555555;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left:5px;
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
}
a.comment-reply-link:hover {
	-webkit-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
	color:#999999;
}
a.comment-reply-link:active {
	-webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
	color:#999999;
}
.cancel-comment-reply {
	display:inline-block;
	margin:5px 0 5px 0;
}
#cancel-comment-reply-link {
	font-weight:normal;
	font-size:12px;
}
#cancel-comment-reply-link {
	color:#CC0000;
}
#cancel-comment-reply-link:hover {
	color:#555555;
}
.comment-notes {
	
}
.comment-form-author label {
	text-align:left;
}

/* WP Gallery */

.single-gallery,
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin:0 0 20px 0;
	position:relative;
}
.portfolio.single-gallery,
.portfolio .gallery {
	margin-bottom:40px;
}
.single-gallery .gallery-row,
.gallery .gallery-row {
	display:block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.single-gallery .gallery-item,
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	position:relative;
}
.gallery-item {
	margin-top:0 !important;
}
.single-gallery .gallery-item img,
.single-gallery .gallery-item img.thumbnail,
.gallery .gallery-item img, 
.gallery .gallery-item img.thumbnail {
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position: relative;
	display:block;
}
.gallery-icon {
	overflow:hidden;
	position: relative;
}

dd.gallery-caption,
.gallery-caption {
	color: #FFFFFF;
	font-size: 12px !important;
	margin: 0;
	padding: 0 5px;
	position:absolute;
	bottom:0;
	left:0;
	word-wrap: break-word;
	max-width:188px;
	opacity:0.9;
	line-height:18px !important;
	height:18px !important;
}
.gallery img {
	border:0 none !important;
}

/* Images */

img {
	width:auto;
	max-width: 100%;
	height: auto;
	box-shadow: #000 0em 0em 0em !important;
}

/* Misc Typography Balancing to Maintain Vertical Rhythm */

.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.add-top {
	margin-top: 20px !important;
}
.bypostauthor, 
.gallery-caption {
}

/* Video */

video {
	width:100%;
	max-width: 100%;
	height: auto;
	outline:0 none;
}
audio {
	width:100%;
	max-width:100%;
}
 @-moz-document url-prefix() {
 audio {
 height:28px;
 width:100%;
}
}
.entry-content embed, 
.entry-content object {
	width:100%;
	max-width:100%;
}
/*  Post Formats */	

.quote .quote-border .entry-title,
.quote-title {
	font-size:22px;
	margin-bottom:0;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:30px !important;
}
.quote {
	margin-bottom:20px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align:center;
}
.quote-border {
	padding:30px;
}
.quote cite {
	display:inline-block;
	font-style:italic;
	font-size:12px;
	color:#EEEEEE;
}
.single .quote {
	margin-bottom:0;
}
.link-post-title {
	margin:0;
}
.link-post-title a {
	color:#FFFFFF !important;
	margin-bottom:0;
	text-align:center;
	padding:20px;
	color:#FFFFFF !important;
	border-bottom:1px solid #FFFFFF;
	display:block;
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
}
.link-post-title a:hover {
	background:#555555;
}
.link-post span {
	display:block;
	text-align:center;
	background:#555555;
	color:#FFFFFF;
	border-bottom:4px solid #EEEEEE;
	font-size:12px;
}
.post_player, 
.audiopost {
	margin:0;
	line-height:0;
	background-color:#999999;
}
.post_player {
	margin-bottom:20px;
}
.portfolio .post_player {
	margin-bottom:40px;
}
.portfolio_audio {
	margin-bottom:-5px;
}

/* Portfolio */

#portfolio-container {
	margin-bottom:0;
}
ul.filter_portfolio {
	list-style:none;
	margin-bottom:20px;
	font-variant:normal;
	font-style:normal;
	border:1px solid #D9D9D9;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	width:100%;
	padding:10px 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul.filter_portfolio a {	
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
	padding:0 15px;
	color:#555555;
}
ul.filter_portfolio li {
	display:inline;
	margin:0;
	border-right:1px solid #D9D9D9;
}
ul.filter_portfolio li:last-child {
	border:0 none;
	margin-right:0;
}
ul.portfolio {
	margin:0;
}
#portfolioItems {
	margin:0 0 20px 0;
}

/* Page Creator Portfolio */ 
.one_half .list_portfolio .one_half .portfolio-title,
.two_thirds .list_portfolio .one_half .portfolio-title,
.one_third .list_portfolio .one_half .portfolio-title,
.three_fourths .list_portfolio .one_half .portfolio-title,
.full-width .list_portfolio .one_half .portfolio-title {
	margin-top:22%;
	line-height:100%;
}
.three_fourths .list_portfolio .portfolio-title,
.full-width .list_portfolio .portfolio-title,
.two_thirds .list_portfolio .portfolio-title,
.one_half .list_portfolio .portfolio-title {
	margin-top:30%;
	line-height:100%;
}
.one_third .list_portfolio .one_fourth .portfolio-title,
.one_fourth .list_portfolio .one_half .portfolio-title,
.one_fourth .list_portfolio .one_third .portfolio-title,
.one_third .list_portfolio .one_third .portfolio-title,
.one_half .list_portfolio .one_fourth .portfolio-title,
.one_half .list_portfolio .one_third .portfolio-title,
.two_thirds .list_portfolio .one_fourth .portfolio-title {
	margin-top:22%;
	font-size:10px;
	line-height:100%;
	word-break:break-all;
}
.one_fourth .list_portfolio .one_fourth .portfolio-title {
	display:none;
}
.portfolio-item.eight.columns .portfolio-title {
	margin-top:30%;	
}
#latest-portfolio li.one_third .portfolio-title{
		margin-top:22%;
}
.portfolio-item.four.columns .portfolio-title {
	margin-top:30%;
}
#latest-portfolio li.four.columns .portfolio-title {
	margin-top:30%;
}
.portfolio-item.fivep.columns .portfolio-title {
	margin-top:28%;
}
.portfolio-title {
	text-transform:uppercase;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	padding:0 10px;
	vertical-align:middle;
	display:block;
	line-height:100%;
}
.portfolio-title span {
	font-size:11px;
	color:#FFFFFF;
}
.portfolio-title-below-wrap {
	border-bottom:4px solid #EEEEEE;
	border-top:1px solid #FFFFFF;
}
.portfolio-title-below-wrap a {
	padding: 10px;
	display:block;
}
.portfolio-title-below-wrap a:hover {
	background:#555555;
	-webkit-transition:.1s all linear-in;
	-moz-transition:.1s  all linear-in;
	-o-transition:.1s  all linear-in;
	-ms-transition:.1s  all linear-in;
	transition:.1s  all linear-in;
	transition-duration: .4s;
}
.portfolio-title-below {
	margin:0;
	word-break: break-all;
	font-size:18px;
	color:#FFFFFF;
}
.portfolio-title-below span {
	font-size:12px;
	display:block;
	color:#FFFFFF;
}
.fivep {
	margin:0;
}
ul.flex-direction-nav {
	list-style:none;
	margin:0;
}
#latest-portfolio {
	margin-bottom:0;
}
#latest-portfolio li,
.portfolio-item {
	margin-left:0 !important;
	margin-bottom:20px !important;
}
.portfolio-item {
	margin-right:20px !important;
}
#latest-portfolio .four {
	margin-right:20px !important;
}

#latest-portfolio li .thumb {
	margin:0;
}
#latest-portfolio li {
	margin-bottom:0;
}
#latest-portfolio li.last {
	margin-right:0 !important;
}
.portfolio-content {
	margin-bottom:20px;
}
.portfolio .thumb {
	margin-bottom:40px;
}
.p-info-wrap {
	margin-bottom:40px;
}
.portfolio-item p {
	margin:20px 0;
}
.portfolio-item .button {
	margin:0;
}
.portfolio-info p {
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom:1px solid #D9D9D9;
	color:#555555;
}
.portfolio-info a:hover {
	color:#555555;
}
.portfolio-info .meta-sep {
	margin-bottom:0;
}
.list_portfolio {
	margin-bottom:20px;
}
#infinity-blog {	
	width:960px;	
}
.infinity-post {
	margin-left: 0px !important;
	margin-right:20px !important;
	margin-bottom:20px;
}

.full-width hr, 
.one_half hr, 
.one_third hr, 
.two_thirds hr, 
.three_fourths hr, 
.one_fourth hr, 
.one_fifth hr, 
.two_fifth hr, 
.three_fifth hr, 
.four_fifth hr, 
.one_sixth hr, 
.five_sixth hr {
	margin-bottom:20px;
}
.full-width .list_portfolio, 
.one_half .list_portfolio, 
.one_third .list_portfolio, 
.two_thirds .list_portfolio, 
.three_fourths .list_portfolio, 
.one_fourth .list_portfolio, 
.one_fifth .list_portfolio, 
.two_fifth .list_portfolio, 
.three_fifth .list_portfolio, 
.four_fifth .list_portfolio, 
.one_sixth .list_portfolio, 
.five_sixth .list_portfolio {
	margin-bottom:0;
}

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-o-transition-property:      top, left, opacity;
	transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/**** MISC ****/

.fluid {
	float:left;
	width:100%;
}
#recaptcha_widget_div {
	margin-bottom:20px;
}
#wpadminbar .quicklinks ul {
	margin-top: 0px !important;
}
.hover-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	top:0;
	left:0;
	display:none;
	cursor:pointer;
}
.overflow-hidden {
	position: relative;
	overflow:hidden;
	line-height:0;
}
.lambda-16 {
	font-size:16px !important;
}

/* Lambda-Pricing Table */

.center {
	text-align:center;
	margin:0 auto;
}
.lambda-pricingtable-wrap {
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	border:1px solid #D9D9D9;
}
.lambda-pricingtable-wrap ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	text-align:center;
}
.lambda-pricingtable-wrap ul li {
	padding:10px;
}
.lambda-pricingtable-wrap ul li {
	display:block;
	border-bottom:1px solid #D9D9D9;
	margin-left:0;
	word-wrap: break-word;
}
.lambda-pricingtable-holder {
	margin:0;
	width:25%;
	max-width:100%;
	display:inline-block;
	text-align:center;
}
.lambda-pricingtable-top {
	background: #EEEEEE;
}
.lambda-pricingtable-top h2 {
	text-align: center;
	padding:20px 0;
	margin:0;
	font-size:18px;
	word-wrap: break-word;
}
.lambda-pricingtable.featured .lambda-pricingtable-top {
	border-top:0 none;
}
.lambda-pricingtable.featured .lambda-pricingtable-top h2 {
	color:#FFFFFF;
}
.lambda-pricingtable {
	background: #FFFFFF;
}
.lambda-pricingtable ul strong {
	font-weight: bold;
}
.lambda-pricingtable hr {
	margin: 20px 0 0 0;
}
.lambda-pricingtable h3 {
	text-align: center;
	font-size:36px;
	margin: 20px 0 0 0;
}
.lambda-pricingtable h3 sup {
	font-size: 12px;
}
.lambda-pricingtable p {
	text-align: center;
}
.lambda-pricingtable-button {
	text-align:center;
}
.lambda-table-button {
	display:inline-block;
	color:#FFFFFF !important;
	font-weight:normal !important;
	text-decoration:none;
	margin-bottom:20px;
	cursor: pointer;
	padding: 5px 10px;
	width: auto;
	background:#555555;
	font-size:0.75rem;
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
	text-transform:uppercase;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align:center;
}
.lambda-pricingtable.featured .lambda-table-button {
	display:inline-block;
	color:#FFFFFF !important;
	font-weight:normal !important;
	text-decoration:none;
	margin-bottom:20px;
	cursor: pointer;
	padding: 5px 10px;
	width: auto;
	font-size:0.75rem;
}
.lambda-pricingtable.featured .lambda-table-button:hover {
	background:#555555 !important;
}

/* Attachment Page */

#nav-below {
	width: 100%;
	margin-bottom:40px;
	text-transform:capitalize;
}
#nav-portfolio {
	margin-bottom:0;
	text-transform:capitalize;
}
#nav-below .nav-next a,
#nav-below .nav-previous a,
#nav-portfolio .nav-previous a,
#nav-portfolio .nav-next a {
	float:right;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	background:#FFFFFF;
	padding:5px 10px;
	color:#555555;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
	font-style:italic;
	text-transform:capitalize;
	font-size:12px;
}
#nav-below .nav-next a:hover,
#nav-below .nav-previous a:hover,
#nav-portfolio .nav-previous a:hover,
#nav-portfolio .nav-next a:hover {
	-webkit-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
	color:#999999;
}
#nav-below .nav-next a:active,
#nav-below .nav-previous a:active,
#nav-portfolio .nav-previous a:active,
#nav-portfolio .nav-next a:active {
	-webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
}
#nav-below .nav-previous a {
	float:left;
}
#nav-portfolio .nav-previous a {
	float:right;
}
#nav-portfolio .nav-next a {
	margin-left:5px;
}
#nav-below.loop-single {
	margin-top:20px;
}
.pagination {
	margin-bottom:40px;
	text-align:right;
}
ul.page-numbers {
	list-style:none;
	margin:0;
}
ul.page-numbers li {
	display:inline;
	margin:0;	
}
ul.page-numbers li a {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	background:#FFFFFF;
	padding:5px 10px;
	color:#555555;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left:5px;
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
	font-style:italic;
	text-transform:capitalize;
	font-size:12px;
}
ul.page-numbers li a:hover {
	-webkit-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.1);
	color:#999999;
}
ul.page-numbers li span.current  {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	background:#FFFFFF;
	padding:5px 10px;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left:5px;
	-webkit-transition:.2s all linear;
	-moz-transition:.2s  all linear;
	-o-transition:.2s  all linear;
	-ms-transition:.2s  all linear;
	transition:.2s  all linear;
}
ul.page-numbers li a:active {
	-webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.1);
	color:#999999;
}

p.search-title, 
p.tag-title {
	font-style:normal;
	margin-bottom:40px;
}
p.search-title, 
p.tag-title {
	color:#555555;
}
.entry-attachment {
	margin:0 0 20px 0;
	position:relative;
}
.entry-attachment .entry-caption p {
	margin:0;
}
.entry-attachment .entry-caption {
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	padding: 0 3px;
	border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
}

/* Lambda Featured Header */

#lambda-featured-header-wrap {
	padding:0;
	z-index:2;
}
.lambda-featured-header-image {
	position:relative;
}
.lambda-featured-header-image img {
	display:block;
	margin:0 auto;
}
.lambda-featured-header-caption {
	color: #FFFFFF;
	width:auto;
	padding:10px 0;
	font-size:22px;
	text-align:center;
}
.lambda-featured-header-video, 
.lambda-featured-header-content {
	margin-bottom:0px !important;
}

/* Lambda Custom Shortcodes */

.lambda-highlight1, 
.lambda-highlight2, 
.lambda-highlight3, 
.lambda-highlight4 {
	padding:2px 3px;
	color:#FFFFFF;
}
.lambda-highlight2 {
	background-color:#555555;
}
.lambda-highlight3 {
	background-color: #FF3;
	color:#444444;
}
.lambda-highlight4 {
	background-color: #F00;
}
.lambda-dropcap1 {
	color: #444444;
	display: inline-block;
	float: left;
	font-size: 26px;
	line-height: 30px;
	margin: 0 15px 5px 0;
}
.lambda-dropcap2 {
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-size: 26px;
	line-height: 30px;
	margin: 0 15px 5px 0;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:3px 8px;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
	margin:0 0 20px 0 !important;
}
.entry-content .twt-border {
	max-width:100% !important;
}
.sticky .sticky-title {
	text-transform:uppercase;
	font-size:11px;
	color:#999999;
	letter-spacing:1px;
}
.right {
	float:right;
}
.left {
	float:left;
}
#toTop {
	}

#toTop:hover {
	
}
.recent-post {
	margin-bottom:20px;
}
.wp-post-image {
	display:block;
}
/*
#comments .comment-author img, 
.comments_avatar .avatar-45 {
}
*/

#author-info {
	margin-bottom:40px;
	position:relative;
	padding:20px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
   	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#author-avatar {
	float:left;
	margin-right:20px;
}
#author-avatar img {
	width:60px;
	height:60px;
	padding:4px;
	border:1px solid #D9D9D9;
	background:#FFFFFF;
}
.author-name {
	margin-bottom:20px;
	background-attachment: scroll;
	background-image: url(images/divider17.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.author-name span {
	background-color:#FFFFFF;
	padding-right:10px;
}
.author-name a:hover {
	color:#555555;
}
#author-description {
	overflow:hidden;
}
.author-links {
	margin-top:20px;
}

/* Google Maps */

.img-holder {
	margin-bottom:40px;
	background-repeat:repeat;
}
.img-holder img {
	display:block;
	width:100%;
}

/* Souncloud */

/* Pretty Hover */

.circle-hover {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
}

/* Self Hosted Video */

.elastic-video-wrapper {
	width:980px;
	max-width: 100%;
}
.elastic-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.elastic-video object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Responsive Menu */

.mm-trigger {
	background-color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    color: #338F8D;
    cursor: pointer;
    display: none;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 15px 0;
    padding: 10px;
    text-transform: uppercase;
}
.mm-trigger:hover {
	background-color: #FFFFFF;
}
#mobile-menu {
	margin:0;
	display:none;
	height:auto;
}
#mobile-menu ul {
	margin-bottom:0px;
	padding-bottom:5px;
}
#mobile-menu li {
	margin:0 10px 10px 0;
		transition:.2s  background linear;
}
#mobile-menu li a {
	 display: block;
    font-size: 15px;
    line-height: 16px;
    padding: 8px 12px !important;
    transition: all 0.2s linear 0s;
}
#mobile-menu li a:hover {
	color:#FFFFFF;
	
}
.mm-button {
	border:none;
	display:inline-block;
	float:right;
	height:24px;
	width:24px;
	background-image: url(images/icons/mobile-menu.png);
	cursor:pointer;
}
#lang_sel { text-align:left; }

/* CTA Button */ 

.cta {
	position:relative;
	z-index:1;
}
.cta:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	font-size:0;
}
.cta-content {
	padding:30px;
	background: #FAFAFA;
}
.drop-shadow {
	position:relative;
	float:left;
	width:100%;
	background:#FFFFFF;
	border:1px solid #D9D9D9;
}
.drop-shadow:before,
.drop-shadow:after {
     content:"";
     position:absolute;
     z-index:-2;
}
.lifted {
   -moz-border-radius:2px;
   border-radius:2px;
}
.lifted:before,
.lifted:after {
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    max-height:100px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
    box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}
.lifted:after {
	right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}
.cta h3 {
	font-size:22px;
	color:#444444 !important;
}
.margin-40 {
	margin-bottom:40px !important;
}
.margin-20 {
	margin-bottom:20px !important;
}
.cta-button-wrap {
	text-align:right;
}
.cta-button-wrap .button {
	margin:20px 0;
	-moz-border-radius: 50px;
	border-radius: 50px;
	letter-spacing:1px;
	display:inline-block;
	border:4px solid #F3F3F3;
}

/* Custom Revolution-Slider */

.tp-rightarrow.large,
.tp-leftarrow.large	{
	background-color: transparent !important;
    background-image: url("images/camera/slider-navigation.png") !important;
    background-position: 3px 4px !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    height: 28px !important;
       margin-top: -20px;
    position: relative;
    width: 27px !important;
    z-index: 100;
}
.tp-leftarrow.large{ margin-left: 26px !important;}
.tp-rightarrow.large {	 margin-right: 20px !important;
	background-position:-23px 0px !important;
}

#sidebar_second .tp-leftarrow.large,
#sidebar .tp-leftarrow.large {
	margin-left:20px !important;
	margin-top:-17px !important;
}
#sidebar_second .tp-rightarrow.large,
#sidebar .tp-rightarrow.large {
	margin-top:-17px !important;
}
#sidebar_second .rev_slider,
#sidebar .rev_slider {
	margin-left:20px;
}
.widget-sidebar .rev_slider_wrapper,
#sidebar_second .rev_slider_wrapper,
#sidebar .rev_slider_wrapper {
	margin-bottom:40px !important;
}
#footer .rev_slider_wrapper {
	margin-bottom:20px !important;
}
.tp-caption .themecolor-background {
	margin-left:1px;
}
ul.lambda-sociallinks li a{background:none !important;}
ul.lambda-sociallinks li.twitter{  background: url("images/icons/social/twitter.png") no-repeat scroll left top transparent;
    left: 22px;
    position: absolute;
    width: 30px;}
ul.lambda-sociallinks li.facebook{ background: url("images/icons/social/facebook.png") no-repeat scroll left top transparent;
    left: -61px;
       position: relative;
    width: 22px;}
ul.lambda-sociallinks li.googleplus{  background: url("images/icons/social/google_plus.png") no-repeat scroll left top transparent;
    border: medium none !important;
    left: 60px;
    position: absolute;}
.fallow-us{ font-family: 'DroidSerifRegular';
font-size:16px;padding-right: 6px;
color:#4E2F0E;}
ul.lambda-sociallinks li{border-right:1px dotted #5B4129;}
#menu-item-4047 a{background:url(images/home-icon1.png) no-repeat scroll center center;text-indent: -99999px;
padding:16px 25px !important;}
#menu-item-4047.current_page_item a,#menu-item-4047:hover a{background:url(images/home-icon.png) no-repeat scroll center center;text-indent: -99999px;
}
#menu-item-4052 a{padding:16px 24px !important;}
#menu-main li.current_page_item ,#menu-main  li:hover,.page-id-4161 #menu-item-4046,.page-id-4163 #menu-item-4046,.page-id-4165 #menu-item-4046,.page-id-4249 #menu-item-4049,.page-id-4241 #menu-item-4049,.page-id-4243 #menu-item-4049,.page-id-4245 #menu-item-4049,.page-id-4247 #menu-item-4049,.blog #menu-item-4049{background:none repeat scroll 0 0 #3E9F9D !important;}
#navigation ul li:hover a,.page-id-4161 #menu-item-4046 a,.page-id-4163 #menu-item-4046 a,.page-id-4165 #menu-item-4046 a,.page-id-4249 #menu-item-4049 a,.page-id-4241 #menu-item-4049 a,.page-id-4243 #menu-item-4049 a,.page-id-4245 #menu-item-4049 a,.page-id-4247 #menu-item-4049 a,.blog #menu-item-4049 a{color:#FEFEFE !important;}
#content-wrap #content section{background:#fff;}
.home #content-wrap #content section {background:none;}
#text-2{ background: url(images/sidebar-quotebox-bg.jpg) no-repeat scroll right bottom !important;
    color: #FFFFFF;
       padding: 9px 3px 17px;}
#text-2 a{background:url(images/arrow.png) no-repeat scroll left center;
color:#fff; padding-left: 18px;}
#text-2 h3{ background: url("images/smily.png") no-repeat scroll left top transparent;
    color: #ffffff;
    font-family: "ChunkFiveRoman";
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    padding: 8px 0 0 38px;
}
#text-3 h3,.widget_recent_entries h3{ font-family: 'ChunkFiveRoman';font-weight:normal;
    font-size: 25px;margin-bottom: 0;4
	color:#2DA19F;}
.widget_recent_entries li a{color:#5B5147 !important;}
#text-3 li,.widget_recent_entries li{color:#5B5147;margin: 0;
        padding: 18px 0;
border-bottom:1px dashed #DAD4CF;}
#text-3 li.lasts,.widget_recent_entries li:last-child{border:none !important;}
#text-3,.widget_recent_entries{background:url(images/sidebar2-bg.png) repeat scroll left top; 
    margin-bottom: 0;}
.get-read{margin-bottom: 18px;
    margin-top: 15px;}
#text-3 a,.widget_recent_entries .get-read a{  background: url("images/read-more.png") no-repeat scroll center center transparent;
    color: #0E0E0D !important;
    font-family: 'VaniRegular';
    font-size: 15px;
    padding: 11px 42px 10px 12px;}
 #text-2 .textwidget{padding:30px 30px 65px 10px;}
 #tribe-events-list-widget-2{ background: url("images/events-bg.png") no-repeat scroll right bottom #be6498;
    color: #E5C1D6;
    margin-bottom: 16px;
    padding:38px 49px 20px 44px;}
  #tribe-events-list-widget-2 h3{  font-family: 'GeoSlab703MdBTMedium';
  font-size:31px; margin-bottom: 22px;
  color:#fff;}
   #tribe-events-list-widget-2 a{ color:#E5C1D6; font-size: 14px;}
   .duration{ font-size: 10px;
  }
  #tribe-events-list-widget-2 .tribe-events-widget-link{display:none;}
    #tribe-events-list-widget-2 ol{margin:0px;}
	#tribe-events-list-widget-2 h4{   border-bottom: 1px dotted #C482AA;
    padding-bottom: 11px;}
#tribe-events-list-widget-2 ol li:last-child h4{border:none !important;} 
.welcome img{float:left;
padding-right:30px;}
.reads a{  background: url("images/read-more2.png") no-repeat scroll center center transparent;
    color: #0E0E0D;
    font-family: 'VaniRegular';
    font-size: 16px;
    padding: 13px 37px 10px 14px;}
.well{color: #55422F;
    font-family: 'GeoSlab703MdBTMedium';
    font-size: 20px;}
.taglin{ color: #338F8D;
    font-family: 'GeoSlab703MdBTMedium';
    font-size: 21px;
    margin: 2px 0 14px;
    text-transform: uppercase;}
.intro{ color: #338F8D;
    line-height: 24px;
    margin-bottom: 24px;}
.home #content.columns{
margin-left:0px;}
.home #sidebar.columns{margin-right:0px;}
.home .container .eleven.columns {
    width: 660px;
}
#rev_slider_1_1, #rev_slider_1_1_wrapper{margin-left:0;}
.welcome-in{ 
    margin-left: 0;
	background:url(images/dots.png) repeat-x scroll bottom left #fff;
    margin-top: 30px;
    padding:44px 37px 61px 49px;}
.welcome{background:url(images/home-right.png) no-repeat scroll right top;padding-right: 6px;}
.bot-box-1{ background: url("images/bot-box-bg.png") repeat scroll left top transparent;
    border-bottom: 3px solid #C3BFBA;
    padding: 29px 20px 44px;}
.bottom-boxes .one_third{}
.bot-1-h{color: #367FA2;
    font-family: 'ChunkFiveRoman';font-weight:normal;
    font-size: 23px;
    margin-bottom: 5px;
    padding-left: 10px;}
.bot-1-h span{  font-family: 'GeoSlab703MdBTMedium';
    font-size: 21px;
    line-height: 33px;
    text-transform: uppercase;}
.bottom-boxes .one_third {
    width: 33.3335%;margin-bottom: 0;
	margin-right:0px;
}
.bottom-boxes p{margin:0px;}
.bottom-boxes{padding-right: 4px;}
.bot-box-2-h{  color: #36332F;
  font-family: 'DroidSerifBold';
    font-size: 17px;
    padding:31px 32px 11px;}
.bot-box-2{
background:url(images/bot-box-bg2.png) repeat scroll left top; border-bottom: 3px solid #C3BFBA;}
.bot-box-2-h span{  
    font-family: 'GeoSlab703MdBTMedium';
    font-size: 27px;}
.bot-1-p{  background: url("images/box-bg.png") no-repeat scroll center center transparent;
    color: #E3EDF4;
    line-height: 22px;
    padding: 32px 11px 21px 33px;}
.get-inform{padding:45px 43px 30px;}
.home .get-inform{background:url(images/dots-2.png) repeat-y scroll right top;}
.bot-box-3-h{ color: #105651;
    font-family: 'GeoSlab703MdBTBold';
    font-size: 25px;
    margin-bottom: 11px;
}
.bot-box-3-h span{ color: #137F77;
       font-size: 17px;}
.bot-box-3 p{ color: #226463;
    line-height: 21px;}
.bot-box-3 a{ color: #154746;
    line-height: 40px;}
.bot-box-3-in{ background: none repeat scroll 0 0 #95DCD9;
    margin-bottom: 4px;
    padding: 37px 24px 15px 34px;}
.bot-box-3{background: url("images/bot-bg.png") no-repeat scroll right bottom transparent;
    padding-bottom: 1px;}
#menu-main-2 li{float:left;  padding: 0 16px;
background:url(images/li-bg.png) no-repeat scroll right center;}
#menu-main-2:after,.reachs:after,.adres-ful:after{display:block;
content:"";
clear:both;}
#menu-main-2{margin-bottom:5px;}
#menu-main-2 li a{color:#7E6447;}
#menu-main-2 li.menu-item.last{background:none !important;
padding-right:0px;}
.bot-box-2-in{ border-left: 1px solid #AE9F7E;
    border-right: 1px solid #AE9F7E;
    margin-bottom: 1px;
    margin-top: 1px;}
.page-id-4087 #content-wrap,.page-id-84 #content-wrap{padding-top:0px;}
.about-contents{padding: 37px 27px 131px;}
.about-img{ background: none repeat scroll 0 0 #DFCFA9;
    padding: 6px; text-align: center;}
.proffesions{     font-family: 'DroidSerifBold';
    font-size: 15px;
    margin-bottom: 13px;
    margin-top: 4px;}
.names{ font-family: 'RockwellRegular';
font-size:28px; margin-top: 18px;
color:#333333;}
.about-contents .one_third {
    width: 31.85%;  margin-right: 25px;
}
.about-intro{ font-family: 'DroidSerifBold'; line-height: 23px;
    font-size: 16px;}
#wrap #content{ margin-bottom: 26px;}
.home #wrap #content{ margin-bottom: 0px;}
.you-can{background:url(images/contact-bg.png) repeat-x scroll left top;
color:#fff;  padding:25px 0 31px 39px;}
.map{margin:0px; line-height: 0;
}
.contact-a{float:right; padding: 4px 17px;
background:url(images/dotted-bg.png) no-repeat scroll right center;}
.contact-a a{color:#D9E0E0;}
.contact-contents{  padding: 29px 27px 36px;}
.reach{ float: left;
    font-family: 'DroidSerifBold';
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 6px;}
.emails{
   float: left;
    padding-right: 26px;
}
.website{
float:left;
}
.adres-ful{font-family: 'DroidSerifBold';}
.adres-ful p{ line-height: 18px;
    margin: 0;}
.tele,.any{font-size:16px;font-family: 'DroidSerifBold';}
.phone{  float: left;
    padding: 0 26px;}
.address{float:left;}
.contact-left{ float: left;
    margin-right: 35px;}
.contact-bot{background:url(images/contact-page.png) no-repeat scroll right bottom #DBC89E;
padding:37px 36px 12px;}
.any{margin-bottom:20px;}
#wrap #sidebar .widget-container {
    margin-right: 9px;
}
.home #wrap #sidebar .widget-container {
    margin-right: 0;
}
.single article .entry-title{color:#7E6345;  font-family: 'ChunkFiveRoman';line-height: 30px; margin-bottom: 18px;
font-size:25px;font-weight:normal;
font-weight:normal;}
.entry-date,.comments-link a{
font-family: 'DroidSerifBold';
font-size:11px;
color:#444444;}
.single section.post article{
 padding:37px 31px 20px;}
 .single article .entry-summary p{line-height:20px;}
 .comments-title,#reply-title{ font-family: 'DroidSerifBold';
    font-size: 16px;
    padding: 30px 0 0 29px;}
 .single #comments article,#respond #commentform{
 padding:0 31px;}
 .comment-meta{ color: #000000;
    font-family: 'DroidSerifBold';
    font-size: 11px;}
#respond{ padding-bottom: 14px;
background:#EEE6D0;border-top:1px dashed #D2D2D2;}
#respond input,#respond textarea{margin-bottom:0px;
border:none;}
#reply-title{margin-bottom:19px !important;}
.logged-in-as a,.comment-edit a{ color: #338F8D;}
#rpwe_widget-2{background: url("images/recent-posts.png") repeat scroll left top transparent;
    margin-bottom: 10px;
    padding: 31px 33px 26px;}
#rpwe_widget-2 h3.widget-title{ font-family: 'ChunkFiveRoman' !important;
font-size:25px;font-weight:normal;
color:#fff;}
.pages-title,.blog-page-title{  color: #7E6345;
    font-size: 25px;font-family: 'ChunkFiveRoman';font-weight:normal;
   background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px dashed #D2D2D2;
       padding: 31px 30px 28px;}
.blog-page-title{display:none;}
.blog .blog-page-title{display: block !important;}
.blog #content .entry-title a{color:#48A9A7;font-family: 'DroidSerifBold';
font-size:13px;}
.blog #content .entry-title {margin-bottom:4px;}
.blog article{ border-bottom: 1px dashed #D2D2D2;
   padding: 37px 33px 19px;}
.blog  .entry-content{ float: left;
    width: 72%;}
#nav_menu-3,#nav_menu-4,#nav_menu-5{background:url(images/recent-posts.png) repeat scroll left top; margin-bottom: 11px; padding: 33px 0 26px;}
#nav_menu-3 li.current-menu-item,#nav_menu-4 li.current-menu-item,.page-id-4039 #menu-item-4182,#nav_menu-5 li.current-menu-item{ font-family: 'DroidSerifBold';
background:url(images/li-active.png) repeat-x scroll left top;}
#nav_menu-3 li,#nav_menu-4 li,#nav_menu-5 li{ margin-left: 0; margin-bottom: 0;
    padding: 5px 34px 8px;}
#nav_menu-5{  padding: 30px 0 22px;}
.trigger a{color:#444; font-family: 'DroidSerifBold';
font-size:16px;}
#post-4180 .page-contents, .page-id-4039 .page-contents, #post-4033 .page-contents, #post-4037 .page-contents, #post-4035 .page-contents, #post-4560 .page-contents { padding: 16px 32px;}
#post-4560 .page-contents ul li { list-style: square inside; }
#post-4180 .page-contents ul li,#post-4039 .page-contents ul li{ line-height: 20px;
margin-left: 0;list-style:none; margin-bottom: 10px;}

.intro-d.div3{ margin-top: 25px;;}
.intro-d.div2{ margin-top: 34px;}
.intro-d{ font-family: 'DroidSerifBold'; margin-bottom: 14px;
}
.page-id-4249 #nav_menu-5 {
    padding: 31px 0 18px; margin-bottom: 33px;
}
.page-id-4161 #content-wrap #content section,.page-id-4249 #content-wrap #content section,.page-id-4037 #content-wrap #content section{background:none;}
#post-4161 .one_third,#post-4249  .one_third,#post-4037 .one_third {
    width: 28.66%;
  margin-right: 31px;}
#post-4161 .two_thirds,#post-4249 .two_thirds {
    width: 68%;
}
#faq-marker{ background: none repeat scroll 0 0 #46A9A7;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    float: right;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 0 9px 0 10px;
}
#nav_menu-6 li{margin-bottom: 0;
    margin-left: 0;
    padding: 5px 34px 8px;}
#nav_menu-6{ background: url("images/recent-posts.png") repeat scroll left top;
    margin-bottom: 11px;
    padding: 25px 0 26px;}
#post-4161 #nav_menu-3,#post-4037 #nav_menu-3{ padding: 33px 0 101px; margin-bottom: 33px;}
#post-4163 .page-contents ul li{line-height: 20px;
    margin-bottom: 10px;}
#post-4163 .page-contents,#post-4215 .page-contents{  padding:0 0 65px;}
.headings{font-family: 'DroidSerifBold';
margin:0 0 5px;}
.headings1{font-family: 'DroidSerifBold';
font-size:16px; margin: 24px 33px 16px !important;}
.headings2{font-family: 'DroidSerifBold';
margin:0 33px 6px !important;}
.s-ul1{  padding: 0 34px;}
.s-ul2{  padding: 0 34px;}
.s-ul1 li{ margin-bottom: 13px;}
.s-ul2 li{  margin-bottom: 2px;}
#post-4215 p,#post-4033 p{margin:0px;}
.resource-left{width:50%;
float:left;}
.resource-right{ float: right;
width:50%;}
.page-contents{}
.resources-div{ background: none repeat scroll 0 0 #DDF4F4;
    line-height: 26px;
	margin:0 31px;
    padding: 20px 32px;}
.resources-div a{
color:#399998;}
.r-headings1{font-family: 'DroidSerifBold';
    margin:18px 31px 11px;}
.r-headings{font-family: 'DroidSerifBold';
    font-size: 16px;
	padding:0 31px ;}
#post-4041 .page-contents {
    padding: 30px 0 63px;
}
#post-4041 hr {
        margin-bottom: 24px;
    margin-top: 29px;
}
#post-4241 .page-contents{padding: 0 33px;}
#post-4241 h1{font-family: 'DroidSerifBold';
    font-size: 16px;
    margin-top: 18px;}
#post-4241 li{
line-height:20px;}
.lis li{ margin-bottom: 10px;}
#post-4241 h2{font-family: 'DroidSerifBold'; margin-bottom: 8px;
font-size:13px;}
#post-4243 p{
margin:0px;
}
.date-start{ font-family: 'DroidSerifBold';}
#post-4243 .page-contents {
    padding-bottom: 65px;
}
#post-4243 .toggle_container p{
margin:0 0 17px;}
#post-4241 .pages-title{border:none;}
.laglins{
font-size:9px;
font-family:Arial;
font-weight:bold;}
#post-4249 table th{line-height: 15px;font-size: 12px;
    padding: 17px 15px 24px;}
#tribe-events-pg-template a{color:#2DA19F;}
#tribe-events-pg-template h3,#tribe-events-pg-template h1,#tribe-events-pg-template h2,#tribe-events-pg-template h4,#tribe-events-pg-template h5{font-family: 'DroidSerifBold';}
#tribe-events-pg-template{background:#fff;padding: 24px 30px;}
.progress-table td{font-family: arial;}
.ques{  background: none repeat scroll 0 0 #3e9f9d;
    border-radius: 4px;
    display: block;
    font-family: 'GeoSlab703MdBTMedium';
    font-size: 15px;
    margin: 0 auto;
    padding: 11px 13px;
	text-align:center;}
.reads.less a,.content_ful{display:none;}
.page-id-4037 .toggle_container ul li{ list-style: outside none disc;
margin-bottom:16px;
 margin-left: 15px;}
 .page-id-4037 .toggle_container ul li a{color:#46a9a7;}
.page-id-4037 .toggle_container{
 background:#fff;
 }
.page-id-4037 p.trigger.active{
 background:#fff !important;
 margin-top:0 !important;
 }
li#recent-posts-2{
padding:40px 35px 10px;
}
.page-id-4039 #nav_menu-4 .menu-autism-container li.current-menu-item{
background:none;
}
#post-4037 .page-contents{
background:#fff;
}
.page-id-84 #teaser-content{
margin-top:52px;
}
.page-id-4033 #content .page-contents ul.s-ul1 li{
   list-style: circle outside none;
    margin-bottom: 6px;
}
.page-id-4033 #content .page-contents ul.s-ul2 li{
margin-bottom:6px;
}
#post-4035 .page-contents.faq-ask-margin{
padding-bottom:0;
}
.s-ul2 li a{
color:#555555;	
}
.s-ul2 li a:hover{
color:#333;	
}
h4.faq-inner-title{
    font-family: 'ChunkFiveRoman';
    font-size: 20px;
    line-height: 20px;
	margin:30px 0 12px;
	font-weight:normal;
}
h4.austim-title-inner{
    font-family: 'ChunkFiveRoman';
      font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}
.innovative-content-inner .pages-title{
margin-bottom: 24px;
    padding-left: 0;
}
.innovatie-list-item ul{
 padding-left: 17px;
}
.innovatie-list-item ul li{
 list-style: decimal outside none;
}
#text-2 .textwidget p.sidebar-top-content{
font-family: "ChunkFiveRoman";
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 10px;
	background: url(images/smily.png) no-repeat scroll left top;
	padding:8px 0 0 38px;
}
#logo{
width:64.5%;
text-align:right;
}
body *::-moz-selection {
	color:inherit !important;
}
.tribe-events-single-section .tribe-events-meta-group{
	margin-right:25px;
}
#wrap #sidebar .speaker-series-widget{
	background:url(images/speaker-lecture-section-bg.jpg) no-repeat center bottom #e4851e;
	padding:30px 36px;
}
#wrap #sidebar .speaker-series-widget h3{
	color:#ffffff;
	font-size:25px;
	line-height:22px;
	font-family: "ChunkFiveRoman";
	font-weight:400;
	text-transform:capitalize;
	padding:0 0 32px;
	margin:0;
}
#wrap #sidebar .speaker-series-widget .lectures-display ul#speaker_lectures_list{
	list-style:none;
	margin:0;
	padding:0;
}
#wrap #sidebar .speaker-series-widget .lectures-display ul#speaker_lectures_list li{
	padding:0 0 24px;
	margin:0;
}
#wrap #sidebar .speaker-series-widget .lectures-display ul#speaker_lectures_list li .speaker_lecture_item_details{
	display:table;
	width:100%;
}
#wrap #sidebar .speaker-series-widget .lectures-display ul#speaker_lectures_list li .speaker_lecture_item_details .speaker_lecture_item_img, #wrap #sidebar .speaker-series-widget .lectures-display ul#speaker_lectures_list li .speaker_lecture_item_details .speaker_lecture_item_title{
display: table-cell;
vertical-align: middle;
}
#wrap #sidebar .speaker-series-widget .lectures-display ul#speaker_lectures_list li .speaker_lecture_item_details .speaker_lecture_item_img{
width: 94px;
background: #d77d1c;
padding: 0 5px 5px 0;
border-radius: 5px;
}
#wrap #sidebar .speaker-series-widget .lectures-display ul#speaker_lectures_list li .speaker_lecture_item_details .speaker_lecture_item_img img{
display: block;
margin-top: -5px;
border-radius: 5px;
}
#wrap #sidebar .speaker-series-widget .lectures-display ul#speaker_lectures_list li .speaker_lecture_item_details .speaker_lecture_item_title{
width: 110px;
padding-left: 10px;
}
#wrap #sidebar .speaker-series-widget .lectures-display ul#speaker_lectures_list li .speaker_lecture_item_details .speaker_lecture_item_title h4{
	color:#ffffff;
	font-size:13px;
	line-height:14px;
	font-family: 'DroidSerifRegular';
	padding:0;
	margin:0;
	text-transform:none;
	font-weight:400;
}
#wrap #sidebar .speaker-series-widget .lectures-display ul#speaker_lectures_list li .speaker_lecture_item_details .speaker_lecture_item_title h4 a{
	color:#ffffff;
}
#wrap #sidebar .speaker-series-widget .speaker-lecture-btn{
	padding-top:7px;
}
#wrap #sidebar .speaker-series-widget .speaker-lecture-btn a{
color: #000000;
font-size: 15px;
font-family: 'GeoSlab703MdBTMedium';
background: url(images/speaker-view-btn.png) no-repeat;
width: 125px;
height: 37px;
display: block;
text-align: center;
line-height: 36px;
}
#wrap #sidebar .speaker-series-widget .speaker-lecture-btn a span{
background: url(images/speaker-view-btn-icon.jpg) no-repeat right center;
padding-right: 27px;
display: inline-block;
}
body #wrap #content{
	padding-left:4px;
	box-sizing:border-box;
}
body.page-id-4603 #wrap #content-wrap .entry-content .wp-block-image{
	display:block;
	margin:0;
}
body.page-id-4603 #wrap #content-wrap .entry-content .wp-block-image img{
	display:block;
	margin:0;
}
body.page-id-4603 #wrap #content-wrap .entry-content .pages-title{
border: none;
color: #444;
padding-top: 50px;
padding-bottom: 36px;
}
#wrap #content-wrap .entry-content #lectures_all_list{
	padding:0 30px;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item{
	padding:0 0 50px;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_img{
	float:left;
	width:120px;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_img img{
	display:block;
	width:100%;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title{
width: 370px;
margin-left: 30px;
float: left;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title h4{
	color:#444444;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	text-transform:none;
	font-family: "ChunkFiveRoman";
	margin:0 0 10px;
	padding:0;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title h4 a{
	color:inherit;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title ul{
	list-style:none;
	margin:0;
	padding:0;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title ul li{
background: url(images/speaker-content-list-icon.jpg) no-repeat left 2px;
color: #444444;
font-size: 13px;
line-height: 22px;
font-family: 'DroidSerifRegular';
margin: 0 0 10px;
padding: 0 0 0 28px;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title ul li:last-child{
	margin:0;
}
#wrap #sidebar .sidebar #custom_html-3.widget_text, #wrap #sidebar .sidebar #custom_html-4.widget_text{
	display:none;
	margin-bottom:0;
}
body.page-id-4603 #wrap #sidebar .sidebar #custom_html-2.widget_text{
	display:none;
}
body.page-id-4603 #wrap #sidebar .sidebar #custom_html-3.widget_text, body.page-id-4603 #wrap #sidebar .sidebar #custom_html-4.widget_text{
	display:block;
}
#wrap #sidebar .sidebar .speaker-service-sidebar{
	background:url(images/speaker-service-sidebar-bg.jpg) no-repeat center top;
	padding:30px 32px;
}
#wrap #sidebar .sidebar .speaker-service-sidebar h3{
color: #ffffff;
font-size: 25px;
line-height: 22px;
font-family: "ChunkFiveRoman";
font-weight: 400;
text-transform: capitalize;
padding: 0 0 17px;
margin: 0;
}
#wrap #sidebar .sidebar .speaker-service-sidebar .speaker-service-sidebar-img{
	padding:0 0 14px;
}
#wrap #sidebar .sidebar .speaker-service-sidebar .speaker-service-sidebar-img img{
	display:block;
}
#wrap #sidebar .sidebar .speaker-service-sidebar h5, #wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider li .sidebar_lectures_slider_item_details h5{
	background:url(images/speaker-service-widget-icon.png) no-repeat left 2px;
	color:#ffffff;
	font-size:15px;
	line-height:20px;
	font-weight:normal;
	font-family: 'DroidSerifRegular';
	text-transform:none;
	margin:0;
	padding:0 0 0 33px;
}
#wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider{
	list-style:none;
	margin:0;
	padding:0 0 14px;
}
#wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider li .sidebar_lectures_slider_item_details{
	padding:0 0 24px;
}
#wrap #sidebar .sidebar .sidebar-lectures-list{
	background:url(images/sidebar-lecture-slider-bg.jpg) no-repeat center top;
	background-size:cover;
	padding:32px;
}
#wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider .slick-arrow{
	width: 24px;
height: 23px;
border: none;
box-shadow: none;
font-size: 0;
text-indent: -99999px;
bottom: 0;
position: absolute;
cursor:pointer;
}
#wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider .slick-arrow.slick-prev{
	background:url(images/speaker-slider-left-arrow.png) no-repeat center center;
	left:36%;
}
#wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider .slick-arrow.slick-next{
background:url(images/speaker-slider-right-arrow.png) no-repeat center center;
right:36%;
}
#wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider .slick-arrow.slick-disabled{
	opacity:0.5;
}
#wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider li{
	margin:0;
}
#wrap #sidebar .sidebar .sidebar-lectures-list .view-btn{
color: #000000;
font-size: 15px;
font-family: 'GeoSlab703MdBTMedium';
background: url(images/speaker-view-btn.png) no-repeat;
width: 125px;
height: 37px;
display: block;
text-align: center;
line-height: 36px;
cursor:pointer;
}
#wrap #sidebar .sidebar .sidebar-lectures-list .view-btn span{
background: url(images/speaker-view-btn-icon.jpg) no-repeat right center;
padding-right: 27px;
display: inline-block;
}
#wrap #sidebar .sidebar .sidebar-lectures-list .lv_view_less_link{
	display:none;
}
body.single-lectures #wrap #content-wrap #content{
float: none;
width: 100%;
margin: auto;
max-width: 940px;
display: block;
padding: 0;
}
body.single-lectures #wrap #content-wrap #content .entry-post{
	padding:30px;
}
body.single-lectures #wrap #content-wrap #content .entry-post .entry-header{
	display:none;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .learn-more-btn a{
color: #fff;
font-size: 15px;
font-family: 'GeoSlab703MdBTMedium';
background: #3E9F9D;
width: 120px;
height: 38px;
display: block;
text-align: center;
line-height: 38px;
border-radius: 2px;
letter-spacing: 0.5px;
margin-top: 14px;
}
html body #wrap header#header #logo a{
	height:auto;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
#wrap #sidebar .speaker-series-widget{
	padding:28px 20px;
}
li#recent-posts-2{
	padding:32px 28px 10px;
}
body .ques{
	font-size:14px;
	padding:8px 6px;
}
#wrap #sidebar .sidebar .speaker-service-sidebar{
	padding:24px 28px;
}
#wrap #sidebar .sidebar .speaker-service-sidebar h3{
	font-size:20px;
	line-height:20px;
	padding:0 0 14px;
}
#wrap #sidebar .sidebar .speaker-service-sidebar h5, #wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider li .sidebar_lectures_slider_item_details h5{
font-size: 13px;
line-height: 18px;
padding: 0 0 0 27px;
background-size: 19px;
background-position:left 4px;
}
#wrap #sidebar .sidebar .sidebar-lectures-list{
	padding:21px 28px;
}
#wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider li .sidebar_lectures_slider_item_details{
	padding:0 0 15px;
}
#wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider .slick-arrow.slick-prev{
	left:31%;
}
#wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider .slick-arrow.slick-right{
	right:31%;
}
body.page-id-4603 #wrap #content-wrap .entry-content .pages-title{
padding-top: 30px;
padding-bottom: 26px;
font-size: 21px;
}
body.page-id-4603 #wrap #content-wrap .entry-content .page-contents{
	padding:0 !important;
}
#wrap #content-wrap .entry-content #lectures_all_list{
	padding:0 21px;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_img{
	width:20%;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title{
width: 80%;
margin-left: 0;
padding-left: 15px;
box-sizing: border-box;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title h4{
	font-size: 17px;
line-height: 21px;
margin:0 0 8px;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title ul li{
font-size: 12px;
line-height: 18px;
margin: 0 0 7px;
padding: 0 0 0 20px;
background-size: 14px;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item{
	padding:0 0 36px;
}
body #text-2{
	padding:16px 3px 92px;
}
body #text-2 .textwidget{
	padding:0 10px;
}

}

@media only screen and (max-width: 767px) {
#wrap #sidebar .speaker-series-widget{
	padding:40px 30px;
}
#wrap #sidebar .speaker-series-widget .lectures-display ul#speaker_lectures_list li .speaker_lecture_item_details{
display: flex;
text-align: left;
max-width: 290px;
margin:0;
}
body.page-id-4603 #wrap #content-wrap .entry-content .pages-title{
padding-top: 20px;
padding-bottom: 19px;
}
body.page-id-4603 #wrap #content-wrap .entry-content .page-contents{
	padding:0 !important;
}
#wrap #content-wrap .entry-content #lectures_all_list{
	padding:0 21px;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_img{
	width:20%;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title{
width: 80%;
margin-left: 0;
padding-left: 14px;
box-sizing: border-box;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title h4{
	font-size:15px;
	line-height:18px;
	margin:0 0 8px;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .lectures_all_list_item_title ul li{
margin: 0 0 8px;
padding: 0 0 0 17px;
background-size: 12px;
font-size: 11px;
line-height: 14px;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item{
	padding:0 0 20px;
}
#wrap #sidebar .sidebar .speaker-service-sidebar{
padding: 23px 28px;
background-size: cover;
}
#wrap #sidebar .sidebar .speaker-service-sidebar h3{
	font-size:22px;
	padding:0 0 12px;
}
#wrap #sidebar .sidebar .speaker-service-sidebar h5, #wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider li .sidebar_lectures_slider_item_details h5{
	font-size:14px;
	line-height:19px;
	padding:0 0 0 32px;
}
#wrap #sidebar .sidebar .sidebar-lectures-list{
	padding:24px 28px;
}
#wrap #sidebar .sidebar .sidebar-lectures-list ul#sidebar_lectures_slider li .sidebar_lectures_slider_item_details{
	padding:0 0 14px;
}
body #text-2{
background-size: cover !important;
}
#wrap #content-wrap .entry-content #lectures_all_list .lectures_all_list_item .learn-more-btn a{
	font-size:14px;
	width:105px;
	height:33px;
	line-height:31px;
	margin-top:12px;
}


}