    /*
	Theme Name: Brennuis
	Theme URI: http://themes.ydimitrov.eu/brennuis/
	Description: responsive magazine/blog theme
	Version: 1.4
	Author: Lion
	Author URI: http://themeforest.net/user/Lion

	-- CONTENTS --

	=CSS RESET
	=General
	=Typography
	=Navigation
	=Sidebar
	=Footer
	=Modules
	=Blog
	=Comments
	=Archives
	=Contact
	=Shortcodes
	=Widgets
*/

/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
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;
    font-size: 100%;
    font-weight: 500;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
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;
}

/* =General
-------------------------------------------------------------- */
body {
    font-size: 16px;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;
    font-weight: 500;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color:#333;
}
p{
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

a { text-decoration: none;  padding: 2px; -webkit-transform: translateZ(0); }

a:hover,
#sidebar a:hover {
    background-color: transparent !important;
    text-decoration: underline;

    /*
    -webkit-transition-property:color, background;
    -webkit-transition-duration: 0.1s, 0.2s;
    -webkit-transition-timing-function: ease-out, ease-out;

    -moz-transition-property:color, background;
    -moz-transition-duration: 0.1s, 0.2s;
    -moz-transition-timing-function: ease-out;

    -o-transition-property: all;
    -o-transition-duration: 0.1s, 0.2s;
    -o-transition-timig-function: ease-out;

    transition:color 0.1s ease-out;
    transition:background 0.3s ease-out;
    */
}

a.no-eff:hover, a.no-eff, #fancybox-close { background-color: transparent!important; padding: 0!important; -webkit-transition: none; }
a.no-anim { -webkit-transition: none; }

p { margin: 0 0 20px 0; }
p:empty { display: none; }
#sidebar p:last-child, #sidebar iframe:last-child, .sidebar-widget:last-child, .sidebar-widget:last-child p { margin-bottom: 0; }

.clear { clear: both; }

.last-item, .column-last { margin-right: 0!important; }

/* maain elements */

/*#wrapper { width: 980px; margin: 0 auto; }

#top-section { height: 1px; margin-bottom: 50px; }*/

#logo { float: left; }
#logo img { line-height: 0; }
#logo .slogan { font-size: 14px; display: block; }

.top-banner-full { width: 468px; height: 60px; float: right; }

#main-content { overflow: hidden; border: 0 !important; padding-bottom: 30px;}

#main-header { padding:  30px 2% 25px; margin: 0; overflow: hidden; }

#main-header .logo {
    padding: 0;
    float: none;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

#main-header .logo a span {
    cursor: pointer;
    font-size: 42px;
    color: #333;
    text-decoration: none;
    text-transform: lowercase;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 300;
    float: left;
    padding: 0 !important;
    margin: 0 0 0 -4px;
    line-height: 35px;

}

#main-header .logo a span img {
    width: auto;
    float: inherit;
    margin-right: 5px;
}


.main-search { float: right; }

.main-search input {
    display: inline-block;
    width: 80px;
    height: 42px;
    outline: none;
    border: none;
    padding: 0 10px;
    font-style: italic;
    float: left;
    padding: 5px 10px 0px 10px\9;
    height: 37px\9;
}

.main-search input:focus { font-style: normal; }
.main-search input[type="submit"] { height: 42px\9; }

#main-search-button {
    display: inline-block;
    width: 30px;
    float: left;
    background-repeat: no-repeat;
    background-position: 0 13px;
    cursor: pointer;
    margin: 0 0 0 -10px;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    padding: 0;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main-search-button:hover { color: inherit; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.main-social-icons { float: right; margin: 12px 10px 0 0; }

.main-social-icons ul li { display: inline-block; margin-left: 10px; }
.main-social-icons ul li a{ opacity: 0.8; }
.main-social-icons ul li a:hover { opacity: 1; }



.content.no-sidebar { width: 100%; }
.content.right-sidebar { width: 75%; float: left; margin-right: 0; padding: 42px 0% 0; position: relative; left: 50%; margin-left: -556px; max-width: 840px; }
.content.right-sidebar .content-inner-wrp      { width: 100%; max-width: 920px; float: right; }  
.content.right-sidebar.category-landing, .content.right-sidebar.blog-post { width:75%; padding: 35px 0 0 0;}

.content.right-sidebar.search-detail-page, .content.right-sidebar.blog-post { width:75%; padding: 35px 0 0 0;}

.content.right-sidebar.category-landing h2 { 
    font-size:18px;
    line-height:21px;
    font-weight: 600;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;   
    margin: 0 35px 60px 0;
    border-bottom: 1px solid #939393;
    padding: 0 0 4px 0;
    }

.content.right-sidebar.search-detail-page h2 { 
    font-size:18px;
    line-height:21px;
    font-weight: 600;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;   
    margin: 0 0px 60px;
    border-bottom: 1px solid #939393;
    padding: 0 0 4px 0;
    }

.search-detail-page .ln-blog-post {
    overflow: hidden;
    border: 0;
}

.search-detail-page .ln-blog-post a.no-eff {
    width: 30%;
    display: block;
    float: left;
}

.search-detail-page .post-details {
    width: 68%;
    float: right;}

.search-detail-page .ln-col-half {
    width: 100%;
}

.content img, .content iframe { line-height: 0; margin-bottom: 20px; }
.content img { max-width: 100%; height: auto; width: 100%;  }
.content iframe { width: 100%; height: 400px; }

#content-sidebar { width: 24.9%; float: right; max-width: 360px; margin-bottom: 20px; background-color: #fff; padding-top: 4px; }
#content-sidebar img { line-height: 0; max-width: 100%; height: auto; }
#content-sidebar iframe { line-height: 0; width: 100%; height: auto; }

#content-sidebar #searchform  { width:100%; box-sizing: border-box; padding:5px; border:1px solid #939393; margin: 0; float: left; clear: both;}
#searchform-nav { width:96%; box-sizing: border-box; padding:5px; background: #fff; border:1px solid #939393; margin: 0; float: left; clear: both; margin: 0 0 15px 5px; }
#searchform-nav .s-textbox {
    width: 81%;
    display:inline-block;
    padding:0px 2% 0px;
    margin: 0;
    border:0;
    box-sizing: border-box;
    font-size:14px;
    line-height:18px;
    font-weight: 400;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
     float: left; 
    
}

#searchform-nav .s-button   { width:8%; box-sizing: border-box; background: url("../../themes/brennuis/images/search-icon.png") no-repeat center right transparent; 
    border:0 !important;  float: right;  display:inline-block; font-size:0; margin:0; height:20px; outline:none; padding:0; cursor:pointer; -webkit-appearance: none; }

#content-sidebar .s-textbox {
    width: 81%;
    display:inline-block;
    padding:0px 2% 0px;
    margin: 0;
    border:0 !important;
    box-sizing: border-box;
    font-size:14px;
    line-height:18px;
    font-weight: 400;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
     float: left; 
    
}

#content-sidebar .s-button   { width:8%; box-sizing: border-box; background: url("../../themes/brennuis/images/search-icon.png") no-repeat center right transparent; 
    border:0 !important;  float: right;  display:inline-block; font-size:0; margin:0; height:20px; outline:none; padding:0; cursor:pointer; -webkit-appearance: none; }

#content-sidebar input[type="submit"]{
    color: #ffffff;
    background: #FF7C00;
}
#content-sidebar input:last-child { margin-bottom: 0; }

.section-head { margin-bottom: 20px; }
.section-head h3 { display: inline-block;  margin: 0; padding-bottom: 5px; border-bottom: none !important; font-family: "Gotham A", "Gotham B", arial, sans-serif; font-weight: 500;  }
.section-line { height: 2px; clear: both; display: none;}

input, textarea {
    width: 320px;
    padding: 10px;
    margin: 0 10px 20px 0;
    outline: none;
    line-height: 1.4em;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 400;
}


input:focus, textarea:focus { outline: none; }

select {
    width: 270px;
    margin-bottom: 20px;
    padding: 10px;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 0;
    overflow: hidden;
    background: url('images/light/select-bg.png') no-repeat 0 0;
}

table {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    min-width: 100%;
}
table tr td {
    padding: 20px;
    text-align: center;
}

#backstretch, #big-background-image { position: fixed; left: 0px; }
#backstretch { top: 0px; overflow: hidden; z-index: -999999; }
#big-background-image { width: 100%; height: 100%; height: auto; position: absolute; background: no-repeat 50% 0; margin-bottom: 20px; }
.ln-single-attachment img { margin-bottom: 0; }

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 10px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 10px auto 10px auto;
}

a img.alignright {
    float:right;
    margin: 20px 0 15px 20px;
}

a img.alignnone {
    margin: 0 10px 0 0;
}

a img.alignleft {
    float:left;
    margin: 20px 20px 15px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    font-style: italic;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

.gallery-caption { font-style: italic; font-size: 12px; }

.sticky { font-size: 18px; font-weight: bold; }

/* =Typography
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, blockquote, nav a, .score, .ln-social-widget .number{
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4em;
    margin-bottom: 10px;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 17px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 10px; }
blockquote { margin-bottom: 20px; }
blockquote, blockquote p { font-size: 20px; font-style: italic; text-align: center; line-height: 1em; }
cite { display: block; line-height: 1.4em; margin-top: 10px; text-align: center; font-size: 16px; }
hr { margin-bottom: 20px; height: 0; }
code, pre { display: block; line-height: 35px; padding: 0 10px; font-size: 13px; margin-bottom: 20px; }

.page-title { line-height: 1.5em; margin-bottom: 20px; }

/* =Navigation
-------------------------------------------------------------- */
/*nav ul li {
	display: inline;
	position: relative;
	z-index: 100;
	float: left;
}

	nav ul li a {
		display: inline-block;
		font-size: 12px;
		font-weight: normal;
		line-height: 12px;
		padding: 15px 12px;
		float: left;
	}

	nav ul li a:hover {
		color: #245dc1 !important;
		text-decoration: none;
	}

	nav ul li ul {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		margin-top: 0;
	}

		nav ul li ul li {
			padding-bottom: 0;
		}

		nav ul li ul li:last-child{
			margin-bottom: 0;
		}

			nav ul li ul li a{
				width: 140px;
			}

				nav ul li ul li ul{
					left: 100%;
					top: 0;
					margin-top: 0px;
				}
*/

#top-nav ul li{
    z-index: 200;
}

.top-navigation ul li a {
    padding: 14px 10px;
}

#mobile-main-nav,
#mobile-top-nav {
    display: none;
    float: left;
    width: 210px;
    outline: none;
    border: none;
    margin: 0;
    height: 42px;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    background-image: none;
}

#mobile-top-nav { width: 240px; height: 40px; }

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
    overflow: hidden;
    padding: 10px 20px 0 20px;
    margin-bottom: 20px;
    font-size: 13px;
    display: none;
}

#sidebar img { max-width: 100%; height: auto; }
#sidebar iframe { width: 100%; height: auto; }

.sidebar-widget {
    padding: 25px 0;
    margin: 0 25px 0 0px;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;  /*edited 23/7*/
}

.sidebar-widget > .displaytweets-wrapper >  a , .sidebar-widget > .tibco-event-wrapper >  a {
    font-size: 14px;
    margin: 15px 0;
    text-decoration: none;
    display: block;
    line-height: 15px;
   font-weight:600;
    color: #333;
   
} 

 /*.sidebar-widget > .displaytweets-wrapper > a[title~="Follow"]		{ display:inline-block; width:auto; height:auto; padding-right:0; background:none; float:right ; clear:both; } 
   .sidebar-widget > .displaytweets-wrapper > a  { display:inline-block; width:auto; height:auto; padding-right:0; background:none; float:right ; clear:both; } */
 


.sidebar-widget > .displaytweets-wrapper > a .gt{
 font-weight: 600;
}
 .sidebar-widget > .displaytweets-wrapper > a:hover{
    transiton:0.5s;
    color:#d31d8a;
   }

.sidebar-widget > a[title~="Follow"]{
    /*padding-left: 25px;
    background: url("../../uploads/2015/05/follow-us-logo.png") no-repeat 0 2px transparent;*/
}

#sidebar .sidebar-widget {
    float: left;
    margin: 0;
}

#sidebar .sidebar-widget div { margin-top: 10px; }

#sidebar table, #content-sidebar table {
    margin-bottom: 0;
    border: none;
}
#sidebar table tr td,
#content-sidebar table tr td {
    padding: 5px 0 5px 0;
    border: none;
}

#sidebar th, #content-sidebar th{ padding: 3px; }

#content-sidebar .widget_search { border-bottom: none !important; padding: 25px 0 5px 0;}

/* =Footer
-------------------------------------------------------------- */

/*#main-footer .left-text { float: left; }*/
/*#main-footer .right-text { float: right; }*/

/* =Modules
-------------------------------------------------------------- */
.ln-col-full { width: 100%; }
.ln-col-half { width: 45%; float: left; margin-right: 5%%; }

.ln-col-full, .ln-col-half { margin-bottom: 20px; }

/* Slider Module */
.ln-slider-module.flexslider { height: 360px; }

.flexslider{
    background: #363636 url('images/ajax-loader.gif') no-repeat center center;
    overflow: hidden;
    position: relative;
}

.flexslider .slides li {  position: relative; }
.flexslider .slides li img { margin-bottom: 0!important; }

.flexslider .flex-caption { padding: 10px 10px 0 10px; }
.flexslider .flex-caption h3 { width: 290px; font-size: 14px; }
.flexslider .flex-caption .separator { width: 40px; height: 2px; margin-bottom: 10px; }
.flexslider .flex-caption p { width: 290px; font-size: 12px; line-height: 1.4em;}

/* Posts Column */
.big-article .img-wrapper, .ln-blog-post .img-wrapper { height: 150px; position: relative; overflow: hidden; margin-bottom: 20px; }
.big-article .rating, .ln-blog-post .rating { width: 74px; height: 74px; position: absolute; top: 50%; left: 50%; margin: -33px 0 0 -37px; z-index: 3; }
.big-article .rating .score, .ln-blog-post .rating .score { display:block; margin-top: 20px; font-size: 16px; font-style: normal; text-align: center; }
.big-article .rating span, .ln-blog-post .rating span { display: block; margin-top: -7px; font-size: 10px; font-style: italic; text-align: center; }

.big-article h4 { font-size: 20px; line-height: 25px; color: #333;}
.big-article p { margin-bottom: 10px; font-size: 14px; line-height: 18px; color: #000;}
.big-article aside { font-size: 14px; margin-bottom: 20px;}
.big-article aside a { color: #FF6A00; text-decoration: underline; font-style: normal;}
.big-article iframe { height: 100%!important; }

.img-hover { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; display: none; opacity: 0; }
.img-hover { background-image: url('../../themes/brennuis/images/pinkOverlay.png'); }

.small-articles li { overflow: hidden; margin-bottom: 20px; }
.small-articles li.last { margin-bottom: 0; }
.small-articles li a { font-size: 12px; float: left; line-height: 1.5em; }
.small-articles li a.no-eff { display: block\9; width: 40px\9; height: 40px\9; }
.small-articles li .title { width: 250px; float: left; margin-left: 10px; }
.small-articles li a img { margin-bottom: 0; display: block; width: 40px; height: 40px; }
.small-article-img { width: 40px; height: 40px; display: inline-block; float: left; }

/* Carousel */
.ln-carousel { overflow: hidden; position: relative; width: 580px; padding: 0 20px 0 20px;}
.ln-carousel li { display: inline-block; width: 160px !important; height: 180px; float: left; margin: 0 18px; zoom: 1; -webkit-backface-visibility: hidden; }

.ln-carousel .control { display: inline-block; width: 15px; height: 32px; position: absolute; top: 25%; z-index: 999; cursor: pointer; padding: 0;}
.ln-carousel .control.prev { background: url("../../themes/brennuis/images/prev-arrow.png") no-repeat center right transparent; left: 0; }
.ln-carousel .control.prev:hover { background-position:auto; }
.ln-carousel .control.next { background:url("../../themes/brennuis/images/next-arrow.png") no-repeat center right transparent; margin-right: 0; margin-left: 9px; padding: 0; right: 5px; }
.ln-carousel .control.next:hover { background-position:auto; }

.ln-carousel .slider-wrapper { width: 565px !important; overflow: hidden; height: 180px; float: left; position: relative; }
.ln-carousel .slider-wrapper h6 a { font-family: "Gotham A", "Gotham B", arial, sans-serif; font-weight: 400; font-size: 14px; line-height: 18px;}
.ln-carousel ul {  display:block; height: 180px; position: absolute; top: 0; left: 0; overflow: hidden; zoom: 1; -webkit-transition: all 0.5s ease;   -moz-transition: all 0.5s ease; transition: all 0.5s ease; }

.ln-carousel .img-wrapper { height: 100px; position: relative; overflow: hidden; margin-bottom: 10px; }
.carousel-article .rating { position: absolute; bottom: 0; left:0; padding: 5px 8px; font-size: 12px; z-index: 2; }
.carousel-article .video-icon { position: absolute; width: 46px; height: 46px; top: 50%; left: 50%; margin: -23px 0 0 -23px; z-index: 3; }
.carousel-article h6 { line-height: 1.5em; }

/* Video Module */
.ln-video-full-module iframe, .ln-video-column-module iframe { margin-bottom: 0; }
.ln-video-column-module iframe { height: 250px; }

/* Text Module */
.ln-text-column p:last-child { margin-bottom: 0; }

/* =Blog
-------------------------------------------------------------- */
.ln-blog-post { margin: 30px 0px 0; }
.ln-blog-post .format-icon { display: inline-block; width: 35px; height: 35px; margin-right: 5px; float: left; }
.ln-blog-post .format-icon.video { background-position: 0 -34px; }
.ln-blog-post .format-icon.quote { background-position: 0 -68px; }
.ln-blog-post .format-icon.review { background-position: 0 -102px; }
.ln-blog-post .format-icon.aside { background-position: 0 -136px; }
.ln-blog-post .format-icon.link { background-position: 0 -170px; }
.ln-blog-post .format-icon.image { background-position: 0 -204px; }
.ln-blog-post .format-icon.gallery { background-position: 0 -238px; }
.ln-blog-post .format-icon.audio { background-position: 0 -273px; }

.ln-blog-post .img-wrapper, .ln-blog-post .ln-featured iframe { height: 180px; }
.ln-blog-post .excerpt, .ln-blog-post .excerpt p, .ln-featured, .ln-featured iframe { margin-bottom: 5px; }
.ln-blog-post h3 { display: inline-block; font-size: 16px; float: left; margin: 6px 0 20px 0; }
.ln-blog-post h3 a{ font-weight: 500; font-size: 20px; font-family: "Gotham A", "Gotham B", arial, sans-serif; color: #333; }
.ln-blog-post h3 a:hover  { transition:0.5s; color:#d31d8a; }	
.ln-blog-post footer { font-size: 12px; margin-bottom: 5px; font-style: italic; width: 100%; }
.ln-blog-post footer a { font-style: normal; }
.ln-blog-post .meta { margin-top: 4px; }
.ln-blog-post .share { display: inline-block; float: right; }
.ln-blog-post .share li { display: inline-block; width: 24px; height: 24px; margin-left: 2px; }
.ln-blog-post .share li img { margin-bottom: 0; }
.ln-blog-post .share li a:hover { opacity: 0.6; }
.ln-quote-post blockquote, .ln-link-post { font-size: 16px; line-height: 1.5em; font-style: normal; margin-top: 15px; }
.ln-quote-post cite { font-size: 14px; font-style: italic; margin-top: 15px; }
.ln-aside-post { margin-top: 15px; }

.ln-blog-post .ln-format-img, .ln-single-featured .ln-format-img { position: relative; overflow: hidden; line-height: 0; }
.ln-blog-post .ln-format-img img, .ln-single-featured img { margin-bottom: 0; }
.ln-blog-post .excerpt-offset { margin-bottom: 40px; }

.ln-link-post { text-align: center; }
.ln-link-post h4 { margin-bottom: 25px; }

.ln-audio-post iframe { max-height: 166px; margin-bottom: 0; }

.ln-gallery-post.flexslider { min-height: 100px; }
.ln-gallery-post.flexslider .flex-caption h3 { float:none; margin-bottom: 10px; }

.ln-post-share { background-color: #f3f3f3; overflow: hidden; }
.ln-post-share ul, .ln-author-social ul { display: block; margin: 14px 14px 8px 14px; }
.ln-post-share ul li, .ln-author-social ul li { display: inline-block; width: 32px; height: 32px; margin-right: 10px; }
.ln-post-share ul li img, .ln-author-social ul li img { margin-bottom: 0; }
.ln-post-share ul li:hover, .ln-author-social ul li:hover { opacity: 0.6; }

.ln-author-social ul { margin-left: 0; }

.ln-single-meta { margin: -10px 0 20px 0; font-size: 12px; }
.ln-single-meta a, .ln-single-meta a:hover { color: #245dc1; }

.ln-author-avatar { width: 50px; height: 50px; margin-right: 10px; float: left; }
.ln-author-avatar img, .comment-avatar, .comment-avatar img { margin-bottom: 0; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; behavior: url(PIE.htc); }
.ln-author-bio { width: 560px; float: left; }
.ln-author-bio p { margin-bottom: 0; }

.ln-post-navigation .ln-post-link { width: 260px; height: 75px; padding: 20px; margin-bottom: 0; text-align: center; }
.ln-post-navigation .ln-post-link a { font-size: 12px; }
.ln-post-navigation .ln-post-link span { display: inline-block; margin-bottom: 10px; font-style: italic; }

.ln-post-navigation .prev span  { background: url("../../themes/brennuis/images/prev-post-arrow.png") no-repeat center left transparent; padding: 0 0 0 12px; }
.ln-post-navigation .next span  { background: url("../../themes/brennuis/images/next-post-arrow.png") no-repeat center right transparent; padding: 0 12px 0 0; }

.ln-review-post-rating .rating-wrap{ padding: 20px 20px 0 20px; overflow: hidden; }

.rating-wrap .rating-box { width: 70px; height: 70px; text-align: center; font-style: italic; margin-bottom: 20px; }
.rating-wrap .score { display: block; padding: 15px 0 2px 0; font-size: 24px; font-style: normal; }

.rating-numbers ul { margin-bottom: 20px; }
.rating-numbers ul li { margin-bottom: 10px; }
.rating-numbers strong { font-size: 16px; }
.rating-numbers .criteria-score { height: 15px; margin-top: 5px; position: relative; }
.rating-numbers .criteria-score .bar { height: 15px;  position: absolute; top: 0; left: 0; }

.ln-post-tags a, .ln-post-categories a { color: #222; font-size: 12px; padding: 3px 6px; }


.ln-pagination {
    text-align: center;
    display: block;
    clear: both;
    margin: 0;
    padding: 20px 0;
}

.ln-pagination a,
.ln-pagination .current{
    display: inline-block;
    width: 38px;
    height: 30px;
    padding-top: 8px!important;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 7px;
    font-size: 13px;
    line-height: 21px;
}

.ln-pagination a.begin,
.ln-pagination a.minus,
.ln-pagination a.plus,
.ln-pagination a.end {
    text-indent: -9999px;
}

.ln-pagination a.begin { background-position: -114px 0px; }
.ln-pagination a.begin:hover { background-position: -114px 100%; }
.ln-pagination a.minus { background-position: -38px 0px; }
.ln-pagination a.minus:hover { background-position: -38px 100%; }
.ln-pagination a.plus { background-position: -76px 0px; }
.ln-pagination a.plus:hover { background-position: -76px 100%; }
.ln-pagination a.end { background-position: -152px 0px; }
.ln-pagination a.end:hover { background-position: -152px 100%; }

.ln-pagination .current,
.ln-pagination a:hover {
    background-position: 0 100%;
    padding-top: 8px!important;
}

/* =Comments
-------------------------------------------------------------- */
.ln-comments li .comment-wrap { overflow: hidden; }
.comment-avatar { width: 40px; height: 40px; margin: 10px 10px 20px 0; float: left; line-height: 0; }
.comment-content { margin-left: 70px; padding: 10px 10px 10px 0; margin-bottom: 10px; }
.ln-comments .comment .comment-wrap:last-child .comment-content { margin-bottom: 0; }
.comment-content header { margin-bottom: 10px; }
.comment-content a { color: #245dc1; }
.comment-content a:hover { color: #245dc1; text-decoration: underline; }
noindex:-o-prefocus, .ln-comments .bypostauthor > div.comment-wrap .comment-avatar { border-radius: 0; } /* opera fix */
.ln-comments .bypostauthor > div.comment-wrap .comment-content { padding: 10px; }

.ping-content { padding: 20px; }
.comment-meta { font-size: 12px; }
.ln-comments .children { margin-left: 60px; }
#respond textarea { display: block; width: 100%; box-sizing: border-box; resize: none; font-family: "Gotham A", "Gotham B", arial, sans-serif;    border: 1px solid #939393; }
#respond a { color: #245dc1; }

#commentform .error,
#contact-form-wrap .error,
#contact-form-wrap .contact-error {
    display: block;
    color: #ff482d;
}

#commentform .error { display: inline-block; }

#respond input[type=submit] { width: auto; margin-bottom: 0; border: none !important; }
#reply-title { margin-top: 10px; }

/* =Archives
-------------------------------------------------------------- */
.ln-arvhices-list { margin-bottom: 20px; }
.ln-arvhices-list ul { margin-bottom: 20px; }

.ln-blog-post.ln-archive-post { border-bottom: none; margin-bottom: 0; }
.ln-blog-post.ln-archive-post h3 { font-size: 14px; margin-top: 8px; }

/* =Contact
-------------------------------------------------------------- */
#contact-form-wrap textarea {
    display: block;
    width: 60%;
    margin-bottom: 20px;
}

#contact-form-wrap .contact-form-label{
    display: block;
    margin-bottom: 15px;
}

/* =Shortcodes
-------------------------------------------------------------- */
button,
input[type=submit],
a.ln-button {
    display: inline-block;
    cursor: pointer;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    outline: none;
    margin: 5px 5px 20px 0;
    padding: 9px 12px;
    text-align: center;
    behavior: url(PIE.htc);

    background-color: #a2aaad;
    color: #222;

    -moz-box-shadow: 0 3px 1px #e3b83d;
    -webkit-box-shadow: 0 3px 1px #e3b83d;
    box-shadow: 0 3px 1px #e3b83d;
}

button:hover,
input[type=submit]:hover,
a.ln-button:hover {
    background-color: #393939;
    color: #fff;

    -moz-box-shadow: 0 3px 1px #111;
    -webkit-box-shadow: 0 3px 1px #111;
    box-shadow: 0 3px 1px #111;
}

.column-half, .column-third, .column-fourth, .column-fifth, .column-sixth { margin: 0 4% 20px 0; float: left; }
.column-full { width: 100%; margin-bottom: 20px; clear: both; }
.column-half { width: 48%; }
.column-third { width: 30.6%; width: 30%\9; }
.column-fourth { width: 22%; width: 22%\9; }
.column-fifth { width: 16.8%; width: 16.5%\9; }
.column-sixth { width: 13.3%; width: 13%\9; }
.column-last { margin-bottom: 20px!important; }

.ui-state-focus {  outline: none; }

.toggle h4{ padding: 10px; cursor: pointer; font-size: 14px; margin-bottom: 0!important; background-color: #eee; }
.toggle .toggle-content{ border-top: none; padding: 20px 0 0 0; }
.toggle .toggle-content p { margin-top: 0!important;}

.toggle .ui-icon{ width: 10px; height: 10px; float: left; margin-right: 10px; margin-top: 4px; }

a.button-white {
    display: inline-block;
    color: #222;
    background-color: #f0f0f0;
    -moz-box-shadow: 0 3px 1px #ddd;
    -webkit-box-shadow: 0 3px 1px #ddd;
    box-shadow: 0 3px 1px #ddd;
}

a.button-blue{

    display: inline-block;
    color: #fff;
    background-color: #0dc4fb;
    -moz-box-shadow: 0 3px 1px #0587ae;
    -webkit-box-shadow: 0 3px 1px #0587ae;
    box-shadow: 0 3px 1px #0587ae;
}

a.button-black {
    display: inline-block;
    color: #fff;
    background-color: #323232;
    -moz-box-shadow: 0 3px 1px #222;
    -webkit-box-shadow: 0 3px 1px #222;
    box-shadow: 0 3px 1px #222;
}

a.button-green {
    display: inline-block;
    color: #fff;
    background-color: #4cd9aa;
    -moz-box-shadow: 0 3px 1px #08b27a;
    -webkit-box-shadow: 0 3px 1px #08b27a;
    box-shadow: 0 3px 1px #08b27a;
}

a.button-red {
    display: inline-block;
    color: #fff;
    background-color: #ff6666;
    -moz-box-shadow: 0 3px 1px #d43f3f;
    -webkit-box-shadow: 0 3px 1px #d43f3f;
    box-shadow: 0 3px 1px #d43f3f;
}

a.button-purple {
    color: #fff;
    background-color: #4c536c;
    -moz-box-shadow: 0 4px 1px #262a37;
    -webkit-box-shadow: 0 4px 1px #262a37;
    box-shadow: 0 3px 1px #262a37;
}

span.dropcap { float: left; margin: 10px 15px 10px 15px; font-size: 24px; }

.highlight { border: 1px solid; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; behavior: url(PIE.htc); }

.pull-quote-left, .pull-quote-right { display: block; width: 220px; margin: 20px 20px 20px 0; padding: 10px 10px 10px 20px; font-style: italic; font-size: 15px; line-height: 1em; }
.pull-quote-left { float: left; }
.pull-quote-right { float: right; margin-left: 10px; margin-right: 0; }

div.alert-box {

    color: #444;
    background-color: #f8b0ad;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #e87570;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-style: italic;
    text-align:  center;
     behavior: url(PIE.htc);
}

div.info-box {

    color: #444;
    background-color: #afd8ea;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #6cb4d3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-style: italic;
    text-align:  center;
}

div.success-box {

    color: #444;
    background-color: #b6e3cd;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #84c5a6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-style: italic;
    text-align:  center;
    behavior: url(PIE.htc);
}


.tabs { margin: 0 0 10px 0; }
.tabs ul li a{ padding: 12px 10px; float: left; margin: 0 -1px -2px 0; font-size: 14px; }
.tabs-content { clear: both; padding: 20px 0 0 0; }
.tabs-content p { margin-top: 0!important; }

.ui-tabs .ui-tabs-hide { position: absolute; left: -10000px; }

ul.ln-checklist { margin-top: 20px!important; list-style: none!important; padding-left: 0!important; }
ul.ln-checklist li{ padding-left: 15px; }

/* =Widgets
-------------------------------------------------------------- */
.widget-tweet {
    padding-bottom: 10px;
}

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.ui-state-focus { outline: none; }

.ln-social-widget { padding-bottom: 10px; }
.ln-social-widget .social-wg-box { width: 86px; text-align: center; float: left; }
.ln-social-widget .social-wg-box.rss-info { margin-left: 20px; }
.ln-social-widget .social-wg-box.facebook-info { margin-right: 20px; }
.ln-social-widget .social-wg-box .number { display: block; font-size: 12px; }
.ln-social-widget .social-wg-box .title { display: block; font-size: 12px; }
.ln-social-widget .social-wg-box a:hover { opacity: 0.6; }

.ln-recent-posts-wg h4 { margin-bottom: 20px; }

.ln-tabs-wg .tabs-widget-nav ul li{
    display: inline-block;
    padding: 10px 0;
    margin-bottom: -3px;
}

.ln-tabs-wg .tabs-widget-nav ul li a {
    margin-right: -4px!important;
    padding: 10px;
}

.ln-tabs-wg .widget-tabs-content ul,
.ln-tabs-wg .widget-tabs-content .tags{
    margin-top: 20px;
}

.ln-tabs-wg .widget-tabs-content ul li {
    margin-bottom: 20px;
}

.ln-tabs-wg .widget-tabs-content ul li.last {
    margin-bottom: 0;
}

.ln-tabs-wg .tags a{ font-size: 14px; }

.ln-banner-125 li { width: 125px; height: 125px; float:left; margin: 0 50px 50px 0; }
.ln-banner-125 li.even { margin-right: 0; }
.ln-banner-125 li.last { margin-bottom: 0; }

div.widget-flickr {
    margin-top: -5px;
}

div.flickr_badge_image {
    display: inline;
}

div.flickr_badge_image a,
#sidebar .widget-box .flickr_badge_image a{
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: 0 10px 5px 0;
    padding: 6px;

}

.flickr_badge_image a img{
    width: 52px;
    height: 52px;
}

#wp-calendar caption { margin-bottom: 10px; }

.widget-ln-facebook iframe { width: 100%!important; }
#sidebar .widget-ln-facebook iframe { width: 100%!important; }

.ln-single-content    { margin-bottom: 20px;}  
.ln-single-content ul { list-style: disc; padding-left: 20px; margin-bottom: 20px; }
.ln-single-content ol { list-style: decimal; padding-left: 20px; margin-bottom: 20px; }
.ln-single-content a, .ln-single-content a:hover { color: #245dc1; }

.ln-single-content .ln-tabs-wg ul,
.ln-single-content .tabs ul { list-style: none; }

.ln-tabs-wg ul li a:focus, .ln-single-content .tabs ul li a:focus { outline: none;}

.ln-single-content .tabs ul { padding-left: 0; }



/********custom css *****************/
body{
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
a, a:hover{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-wrap{
    width: 100%;
    float: none;
    background-color: #fff;
    margin: 0 auto;
   
    
}
.content.right-sidebar {
    background-color: #fff;
}

.content.right-sidebar .ln-posts-module .section-head h3{
    font-size: 40px;
    border: 0;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 400;
    padding-bottom: 0;
    line-height: 42px;
    color: #333;
    margin-bottom: 10px;
}

.content.right-sidebar .ln-posts-module .section-head .section-line{
    height: 0;
}

.home .content.right-sidebar article.ln-blog-post {
    width: 29%;
    float: left;
    margin: 0;
    min-height: 600px;
    margin-right: 2%;
    padding: 0 2% 0 0;
    border-bottom: 0;
    border-right: 1px solid #E8E8E8;   /*edited 23/7*/
}

.home .content.right-sidebar article.ln-blog-post a { display: block;} 

.home .content.right-sidebar article.ln-blog-post .img-wrapper{
    width: 100%;
}

/* edited font - 22/7*/
.home .content.right-sidebar article.ln-blog-post .excerpt{
    width: 100%;
    line-height: 20px;
   font-size:14px;
   margin-bottom: 40px; 
   color: #333;    
   		
}

.home .content.right-sidebar article.ln-blog-post .excerpt a{
  
  color: #e51992;
  display: inline-block;
}


.home .content.right-sidebar article.ln-blog-post .excerpt a:hover{
 color:#c7117d;
}
.content.right-sidebar article:first-child {
    padding-left: 0;
}

.content.right-sidebar article:last-child {
    padding-right: 0;
    border: 0 !important;
}

.content.right-sidebar .trending-stories h2{
    font-size: 40px;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    line-height:44px; 
}

#header-wrap {
    padding: 0 5%;
    background-color: #EDEEEF;
    position: relative;
    z-index: 999;
    display: block;
    overflow: hidden;
    height: 28px;
}
#header-wrap a{
    display:block;
}

#header-wrap #header   { max-width: 1120px; width:100%; margin: 0 auto;}

#logo {
    padding: 15px 0;
    float: left;
}

#logo img {
    line-height: 0;
    width: 121px;
}

#logo img.icon {
    display: none;
}

#head-menu, #nav-wrapper {
    float: left;
}

#navigation-menu {
    float: right;
    margin: 0;
}

#navigation-menu>li {
    float: left;
    margin: 0;
    display: inline;
    font-weight: 700;
    text-align: center;
}
#navigation-menu>li:first-child a {    
	 padding: 2px 20px 0 0;
    border-right: 1px solid #6D6E70;
    line-height: 16px;
    font-weight:bold; }

#navigation-menu li>a {
    line-height: 18px;
    padding: 1px 20px 0;  /*edited 23/7*/
    display: block;
    /*border-bottom: 5px solid transparent;*/
    color: #6D6E70;
    font-size: 12px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    /*text-transform: lowercase;*/	 
}

#navigation-menu li>a:hover {
    text-decoration: underline;
}


.icon32 {
    margin: 0;
    width: 30px;
    height: 30px;
}

.search-header{
    float: right;
}

.search-header #searchform input.bg{
    background: none;
}
.search-header #searchform input{
    border: 1px solid #333;
    /*border-radius: 18px;*/
    padding: 5px 20px 5px 10px;
    height: 25px;
    margin: 0;
    width: 100px;
    background: url("../../uploads/2015/05/search-icon.png") no-repeat right center transparent;
}

/*#searchform input[type="search"] {
    width: 0;
    opacity: 0;
}

#searchform input[type="button"] {
    width: 65px;
    cursor: pointer;
}*/



#main-fixed-header {
    padding: 30px 2% 25px;
    overflow: hidden;
    border-bottom: 1px solid #aaa;
    z-index: 9999;
    margin: 0;
    background: #fff;
    
}
#main-fixed-header .cat-title { 
    display: none;
    color: #222;
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;
    font-weight: 500;
}
#main-fixed-header .logo{ padding: 0; float: left; width: 100%;}

#main-fixed-header .logo #submenu-icon{
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("../../themes/brennuis/images/navigation-icon.png") no-repeat 0 10px transparent;
                
}

/*#main-fixed-header.fixed-header .logo #submenu-icon{
    display: block;
}*/
#main-fixed-header.fixed-header
{
 animation:none
}

#main-fixed-header .logo a span{
    cursor: pointer;
    font-size: 42px;
    color: #333;
    text-decoration: none;
    text-transform: lowercase;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 300;
    float: left;
    padding: 0 !important;
    margin: 0;
    line-height: 35px;
}

#main-header .logo a span img {
    width: auto;
    float: inherit;
    margin-right: 5px;
}

#main-fixed-header.category-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

#main-fixed-header.category-header .cat-title{
    float: left;
    margin: 7px 0;
    padding-left: 10px;
    border-left: 2px solid #333;
    color: #222;
    font-size: 17px;
    line-height: 1.4em;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;
    font-weight: 500;
}

#main-fixed-header.category-header .main-social-icons{
    display: none;
}



    
#main-fixed-header.fixed-header{
    padding-top: 10px;
    padding-bottom:6px;
    right: 0;
    left: 0;
    backface-visibility:hidden;
    position: fixed;
    
}
#main-fixed-header.fixed-header.fixed {
    top: 0;
    -moz-animation:show-persistent-header 0.3s ease-in;
    -webkit-animation:show-persistent-header 0.3s ease-in;
    animation:show-persistent-header 0.3s ease-in;
    position:fixed;	
}


#main-fixed-header.fixed-header .logo a span, #main-fixed-header.category-header .logo a span {
    display: block;
    float: left;
    padding: 0 8px 0 0 !important;
    margin: 0;
    vertical-align: middle;
    font-size: 20px;
}



#main-fixed-header.fixed-header .logo a span img, #main-fixed-header.category-header .logo a span img{
    width: 65px;
    margin: 8px 5px 0 0;
}


#main-fixed-header.fixed-header .logo a span img { height: 20px; display: inline-block; float: left; }
#main-fixed-header.fixed-header .logo a span img {*float:none;}

.show { display:none !important;}
.hide { display:block !important;}

#main-fixed-header.fixed a .menu-icon i.lines {
    width: 20px;
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 4px;
}

#main-fixed-header.fixed .top-social{
    display: none;
}

.fixed-header{
    position: fixed;
    top: -100px;
    -moz-animation:show-persistent-header 0.2s ease-in;
    -webkit-animation:show-persistent-header 0.2s ease-in;
    animation:show-persistent-header 0.2s ease-in;

   /* -moz-transition: -moz-transform 0.2s ease-out,top 0.3s ease-out;
    -o-transition: -o-transform 0.2s ease-out,top 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out,top 0.3s ease-out;
    transition: transform 0.2s ease-out,top 0.3s ease-out;*/
}

.fixed-header.fixed{
  -moz-animation:show-persistent-header 0.2s ease-in;
    -webkit-animation:show-persistent-header 0.2s ease-in;
    animation:show-persistent-header 0.2s ease-in;

 }
@-moz-keyframes show-persistent-header {
    from {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes show-persistent-header {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes show-persistent-header {
    from {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}    


.category-header .cat-title { display: none;}


/*.home{
    left: 275px;
    position: fixed;
    right: -275px;
}
*/

.newsletter {
    float: right;
    margin: 5px 0;
}
.newsletter p{
    float: left;
    margin: 10px 0;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}
.newsletter input{
    border: 1px solid #999;
    padding: 5px;
    width: 200px;
}
.newsletter input[type="submit"]{
    border: 1px solid transparent;
    padding: 5px;
    width: 70px;
    text-transform: uppercase;
}
.social-logo{
    float: right;
    width: auto;
    margin: 0 20px 0 0;
}
.social-logo p{
    float: left;
    margin: 10px 15px;
    line-height: 1;
}

.main-social-icons.social-logo.bottom-social {
    display: inline-block;
    overflow: hidden;
    padding: 0 0 30px;
    margin: 0;
    float: none;
}

.main-social-icons.social-logo.bottom-social .follow-us-iire{
    position: relative;
    top: -10px;
    margin-right: 10px;
}

.social-logo div.iire_social_shortcode{
    height: auto;
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 auto;
}

.social-logo.bottom-social div.iire_social_shortcode .sp5{
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.social-logo div.iire_social_shortcode a{
    float: left;
    display: block;
}
.social-logo.top-social div.iire_social_shortcode a{
    border: 1px solid #333;
    margin-right: 5px;
}

.social-logo.top-social div.iire_social_shortcode a .icon32{
    height: 30px;
    width: 30px;
    margin: 0;
}

.social-logo div.iire_social_shortcode a .iire-facebook32{
    background-position: -546px -32px;
}

.social-logo.bottom-social div.iire_social_shortcode a .sp5{
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 100%;
}


.social-logo.bottom-social div.iire_social_shortcode a .iire-facebook32{
    background-image: url("../../uploads/2015/06/facebook.png");
}

.social-logo.bottom-social div.iire_social_shortcode a .iire-twitter32{
    background-image: url("../../uploads/2015/06/twitter.png");
}

.social-logo.bottom-social div.iire_social_shortcode a .iire-googleplus32{
    background-image: url("../../uploads/2015/06/g-plus.png");
}

.social-logo.bottom-social div.iire_social_shortcode a .iire-youtube32{
    background-image: url("../../uploads/2015/06/youtube.png");
}

.social-logo.bottom-social div.iire_social_shortcode a .iire-linkedin32{
    background-image: url("../../uploads/2015/06/linkedin.png");
}

#main-nav-wrapper{
    overflow: hidden;
    border: 0 !important;
}
#main-nav-wrapper li {
    list-style: none;
    float: left;
    text-align: left;
    color: #666;
    line-height: 35px;
    position:relative;
}
#main-nav-wrapper li.analytics {
    background: url("../../themes/brennuis/images/analytics-3.png") right bottom no-repeat #803984;
}
#main-nav-wrapper li.event-processing {
    background: url("../../themes/brennuis/images/event-processing-1.png") right bottom no-repeat #Fc5150;
}
#main-nav-wrapper li.integration {
    background: url("../../themes/brennuis/images/integration.png") right bottom no-repeat #FFA300;
}
#main-nav-wrapper li.customer-success {
    background: url("../../themes/brennuis/images/customer-engagement-2.png") right bottom no-repeat #59b743;
}

#main-nav-wrapper li.industries {
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*background: #2BB3AD;
    background-image: url("../../uploads/2015/05/industries-block.png");*/
      
}
#main-nav-wrapper li.industries:after { position:absolute; content:''; width:14px; height:14px; background: #2BB3AD; left:0; top:24px; border-radius:10px;  
    behavior: url(PIE.htc); }
#main-nav-wrapper li.executive-columns {
   /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*background: #E8CC04;
    background-image: url("../../uploads/2015/05/executive-block.png");*/
}
#main-nav-wrapper li.executive-columns:after { position:absolute; content:''; width:14px; height:14px; background: #E8CC04; left:0; top:24px; border-radius:10px;
behavior: url(PIE.htc);}
#main-nav-wrapper li.tips-tricks {
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*background: #219AC8;
    background-image: url("../../uploads/2015/05/tips-block.png");*/
}
#main-nav-wrapper li.tips-tricks:after { position:absolute; content:''; width:14px; height:14px; background: #219AC8; left:0; top:24px; border-radius:10px;
behavior: url(PIE.htc);}
#main-nav-wrapper li.thought-leadership:after { position:absolute; content:''; width:14px; height:14px; background: #E8CC04; left:0; top:24px; border-radius:10px;
behavior: url(PIE.htc);}

#main-nav-wrapper li a{
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 500;
  
}

.big-blocks li:hover a{
    color: #ffffff;
}

.big-blocks {
 width:100%;
 display:table;
}
 
.big-blocks li {
    width: 23%;
    margin: 0;
   display:table-row;
   padding: 0 0 0 2%;    
}

.big-blocks li a{
    font-size: 30px;
    padding: 0 112px 12px 0%;
    width: auto;
    height: 100px;
    vertical-align: bottom;
    display: table-cell;
    float: none !important;
    color: #ffffff;
    text-transform: capitalize;
}

.small-blocks {
    margin: 0 2%;
    border-bottom: 1px solid #939393 !important;  /* edited 23/7*/
    display: block;
    float: left;
    width: 96%;
}

.small-blocks li {
    width: auto;
    padding: 20px 0 20px 25px;
    margin-right: 50px;
    line-height: 22px !important;
    background: no-repeat 0 center transparent;
}

.small-blocks li a{
    font-size: 18px;
    color: #333;
}


.blog{
    background: #7cc6ff;
}
.content{
    overflow: hidden;

}
.content .blog-content{
    float: left;
    width: 75%;
}
.content .blog-content > div{
    min-height: 250px;
    padding: 75px 5% 0;
}
.content .blog-content h2{
    font-size: 25px;
    padding-bottom: 5px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 3px solid #333;
    width: 100%;
}

.ln-blog-post .format-icon, .ln-blog-post .share{
    display: none;
}

.content .sidebar{
    float: right;
    width: 24.9%;
    border-left: 1px solid #ccc;
}

.content .sidebar .sidebar-content{
    padding: 35px 35px 50px 25px;
    overflow: hidden;
}

.content .sidebar .sidebar-content.newsletter{
    padding: 35px 35px 20px 25px;
    overflow: hidden;
}

.content .sidebar .sidebar-content.social-logo {
    padding: 10px 35px 20px 25px;
    float: none;
}

.content .sidebar .sidebar-content h3 {
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: lowercase;
    line-height: 25px;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    color: #333;
}

.sidebar-widget h4{
    padding-bottom: 5px;
    font-size: 18px;
    line-height:20px;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #333;
}

.ln-posts-module{
    clear: both;
    float: left;
}
.sub-section, .widget-tweet, #displaytweetswidget-2 h4{
 margin-bottom:0px;
 /*text-transform: lowercase;*/
    color: #333;
}
.sub-section, .widget-tweet, #displaytweetswidget-2 p {
    padding: 0px 10px 20px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom:0;  /*edited  22/7*/
}

.sub-section a, .sub-section span, .widget-tweet span a, #displaytweetswidget-2 p a{
    color: #E51992;
    text-decoration: none;
}

.sub-section a, .sub-section span, .widget-tweet span a, #displaytweetswidget-2 p a:hover{
  color:#c7117d;
 
}


.sub-section .detail a:hover {   color:#c7117d !important; }


.sub-section .time, .widget-tweet span.widget-tweet-time, #displaytweetswidget-2 p small{
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 20px;
    padding: 3px 0 5px 0;
    color: #333333;
}

#displaytweetswidget-2 p small, .sub-section .time {
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}


.sub-section .detail a, .widget-tweet span{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: block;
}


.sub-section .detail a, .content .sidebar .trending-stories .sub-section .detail a{
    padding: 0;
    color: #E51992;
    margin: 0;
    display: inline-block;
}
.sub-section .detail a { text-transform: capitalize;}

.sub-section .venue p{
    font-size: 14px;
    margin-bottom: 5px;
    color: #333333;
    line-height: 20px;
    text-transform: capitalize;
}

.sub-section.story .tags{
    font-size: 11px;
    color: #333;
    padding: 0 10px 10px 15px;
    display: block;
}

.sub-section.story .author{
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #333333;
    float: left;
    padding-left: 25px;
}

.sub-section.story .author i{
    color: #008fe6;
    font-style: normal;
}

.content .sidebar .sidebar-content .more{
    font-size: 12px;
    margin: 15px 0;
    text-decoration: none;
    display: block;
    color: #3e93d7;
    font-weight: bold;
    line-height: 15px;
}

.blog-post .blog-banner {
    padding: 0;
    background: #00dcb3;
    display: block;
    width: 100%;
    min-height: inherit;
    margin-bottom: 15px;
}



.category-banner.analytics { background: url("../../themes/brennuis/images/analytics-new.png") no-repeat 15% bottom #7F3983; border-top: 1px solid #323232; }
.category-banner.analytics .category-menu ul li ul   { background: #fff; border: 1px solid #7F3983; box-shadow: 0 0 3px #7F3983; }
.category-banner.analytics .category-menu ul li ul li a { color: #7F3983;}

.category-banner.customer-success { background: url("../../themes/brennuis/images/costumer-engagement-new.png") no-repeat 16% bottom #3FAE29;}
.category-banner.customer-success .category-menu ul li ul   { background: #fff; border: 1px solid #3FAE29; box-shadow: 0 0 3px #3FAE29; }
.category-banner.customer-success .category-menu ul li ul li a   { color: #3FAE29;}

.category-banner.event-processing-1{ background: url("../../themes/brennuis/images/event-processing-new.png") no-repeat 15% bottom #FB5150;}
.category-banner.event-processing-1 .category-menu ul li ul   { background: #fff; border: 1px solid #FB5150; box-shadow: 0 0 3px #FB5150; }
.category-banner.event-processing-1 .category-menu ul li ul li a   { color: #FB5150;}

.category-banner.industries{ background: #2BB3AD; border-top: 1px solid #000;}
.category-banner.industries .category-menu ul li ul   { background: #fff; border: 1px solid #2BB3AD; box-shadow: 0 0 3px #2BB3AD; }
.category-banner.industries .category-menu ul li ul li a { color: #2BB3AD;}

.category-banner.automation-3    { background: url("../../themes/brennuis/images/integration-new.png") no-repeat 20% bottom #FFA300;}
.category-banner.automation-3 .category-menu ul li ul   { background: #fff; border: 1px solid #FFA300; box-shadow: 0 0 3px #FFA300; }
.category-banner.automation-3 .category-menu ul li ul li a { color: #FFA300;}

.category-banner.integration    { background: url("../../themes/brennuis/images/integration-new.png") no-repeat 20% bottom #FFA300;}
.category-banner.integration .category-menu ul li ul   { background: #fff; border: 1px solid #FFA300; box-shadow: 0 0 3px #FFA300; }
.category-banner.integration .category-menu ul li ul li a { color: #FFA300;}

.category-banner.thought-leadership    { background: #E8CC04;}
.category-banner.thought-leadership .category-menu ul li ul   { background: #fff; border: 1px solid #FFA300; box-shadow: 0 0 3px #FFA300; }
.category-banner.thought-leadership .category-menu ul li ul li a { color: #FFA300;} 

.category-banner.tips-and-tricks    { background: #219AC8;}
.category-banner.tips-and-tricks .category-menu ul li ul   { background: #fff; border: 1px solid #219AC8; box-shadow: 0 0 3px #219AC8; }
.category-banner.tips-and-tricks .category-menu ul li ul li a { color: #219AC8;}

.category-banner.two-second-advantage-2{ background: #E8CC04;}
.category-banner.two-second-advantage-2 .category-menu ul li ul   { background: #fff; border: 1px solid #E8CC04; box-shadow: 0 0 3px #E8CC04; }
.category-banner.two-second-advantage-2 .category-menu ul li ul li a { color: #E8CC04;}



.blog-post .blog-banner{
    background: #f9e7d7;
}

.blog-post .blog-banner{
    text-align: left;
    padding: 20px 0;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;
}
.category-banner .category-title, .category-banner h2{
    text-align: left;
    padding: 20px 0;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;   
}
.blog-post .blog-banner h2{
    color: #000;
}



.category-banner .category-menu, .blog-post .blog-banner .ln-single-meta{
    background: #ffffff;
    width: 53%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.category-banner .category-menu { background: none;}

.blog-post .blog-banner .ln-single-meta span{
    padding: 15px 0 0 25px;
    display: block;
    float: left;
}

.blog-post .blog-banner .ln-single-meta span.ln-post-categories{
    padding: 15px 25px 0 0;
    float: right;
}

.blog-post .blog-banner .ln-single-meta span.ln-post-categories a{
    padding: 0 0 0 17px;
    background-color: transparent;
    margin-left: 5px;
}

.blog-post .blog-posts{
    padding: 30px 70px;
}

.category-banner .category-menu li{
    display: inline-block;
    position: relative;
}
.category-banner.industries .category-menu li ul { display: none; width:128px; left: 0; top: 100% !important; background: #fff; border: 1px solid #2BB3AD; border-top: none; box-shadow:0px 1px 3px #2BB3AD; margin-top: 0px; padding:10px 0; }
.category-banner .category-menu li:hover ul { display: block;}
.category-banner .category-menu li ul li { margin: 0; padding: 0; width: 100%;} 
.category-banner.industries .category-menu li ul li a { color: #2BB3AD !important; padding: 0; font-weight: 500; display: block; margin: 4px 11px !important;  }

.category-banner .category-menu li.cat-item-none{
    padding: 10px;
    color: #fff;
}

.category-banner .category-menu li.current-cat a{
    border-bottom: 2px solid #fff;
}


/*.category .category-banner.analytics .category-menu li.current-cat a{
    border-bottom: 4px solid #7F3983;
}

.category .category-banner.customer-engagement-2 .category-menu li.current-cat a{
    border-bottom: 4px solid #7AB766;
}

.category .category-banner.event-processing-1 .category-menu li.current-cat a{
    border-bottom: 4px solid #FB5150;
}

.category .category-banner.industries .category-menu li.current-cat a{
    border-bottom: 4px solid #2BB3AD;
}

.category .category-banner.automation-3 .category-menu li.current-cat a{
    border-bottom: 4px solid #FFA300;
}

.category .category-banner.tips-and-trick .category-menu li.current-cat a{
    border-bottom: 4px solid #219AC8;
}

.category .category-banner.two-second-advantage-2 .category-menu li.current-cat a{
    border-bottom: 4px solid #E8CC04;
}
*/


.category-banner .category-menu ul li a{
    color: #fff;
    font-size: 14px;
    margin: 8px 7px 0px;
    padding: 0 6px 6px 6px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
}

.category-banner .category-menu ul li a:hover{
 
}
.category-banner .category-menu ul li a.active{
 border-bottom: 2px solid #fff;
}


.category-banner.analytics .category-menu ul li a {
    color: #fff;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    border-bottom: 2px solid #7E3983;
 }

.category-banner.analytics .category-menu ul li a:hover{
 border-bottom: 2px solid #fff;
}
.category-banner.analytics .category-menu ul li.current-cat a{
 border-bottom: 2px solid #fff;
}

.category-banner.analytics .category-menu ul li ul li a  { color: #7F3983; font-family: "Gotham A", "Gotham B", arial, sans-serif; font-weight: 300; border-bottom: none;  }
.category-banner.analytics .category-menu ul li ul li a:hover { border-bottom: 0px solid #7E3983;}

 
.category-banner.industries .category-menu a{
    color: #fff;
    text-transform: capitalize;
 }

.category-banner.industries .category-menu > ul > li > a {
   border-bottom: 2px solid #2BB3AD;
     
}

.category-banner.industries .category-menu ul > li > a:hover {
   border-bottom: 2px solid #fff;
     
}
.category-banner.industries .category-menu ul li ul li a:hover { border:none;}




.category-banner .category-title, .category-banner h2 {
    font-size: 28px;
    line-height: 28px;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 500;
}

.category-landing .fixed-menu .menu-icon {
    display: block;
    float: left;
    margin: 10px 8px 0 0;
    vertical-align: middle;
}

.category-landing .fixed-menu .menu-icon i.lines {
    width: 20px;
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 4px;
}

.category-landing .ln-blog-post{
    overflow: hidden;
    border: 0;
}

.category-landing .ln-blog-post .img-wrapper{
    width: 100%;
    float: left;
    height: auto !important;
    margin-top: 4px;
}

.category-landing .post-details{
    width: 68%;
    float: right;
   /*float:left;*/
}

.category-landing .ln-col-half{
    width: 100%;
}



.category-landing .post-details header h3{
    font-size: 20px;
}

.category-landing .post-details .ln-col-half p, .search-detail-page .post-details .ln-col-half p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.ln-post-categories a, .ln-post-tags a {
    padding: 0 0 0 17px;
    /*background: url("../../uploads/2015/03/tag.png") no-repeat 0 0 transparent !important;*/
    margin-left: 7px;
}

.content.right-sidebar .wpp-list{
    width: 100%;
    overflow: hidden;
    display: block;
    clear: both;
    margin-bottom: 40px;
}
.content.right-sidebar .wpp-list a { padding: 0; }

.content.right-sidebar .wpp-list > li{
    float: left;
    width: 62.5%;
    margin-left: 2.5%;
    padding: 1.5% 0 1.5% 0%;
    clear: none;
    box-sizing:border-box;
    border-left: 0px solid #E8E8E8; /*edited 23/7*/
 }

.content.right-sidebar .wpp-list > li:first-child{
    width: 35%;
    padding: 0 2% 0 0;
    padding-left: 0;
    border: 0;
    box-sizing:border-box;
    border-right:1px solid #E8E8E8;
    margin-left:0;    
}

.content.right-sidebar .wpp-list > li:nth-child(2){

  border-bottom: 1px solid #E8E8E8; 
  padding-top: 0px;    
 
}

.content.right-sidebar .wpp-list > li:first-child div > a{
    display: block;
    transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s;
}

.content.right-sidebar .wpp-list > li.last-items div{
    padding-top: 0px;
    border-top: 0px solid #E8E8E8; /* edited 23/7*/
}

.content.right-sidebar .wpp-list > li.last-items div > div {
    padding-top: 0px;
    border-top:none;
 }

.content.right-sidebar .wpp-list > li .wpp_def_noPath{
    display: none;
}

.content.right-sidebar .wpp-list .trending-item div > a {
    display: none;
    overflow: hidden;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding: 0;
}

.content.right-sidebar li h3{
    display: block;
    clear: both;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;
    font-size: 18px;
    font-weight: 500;
    
    
    
}
.content.right-sidebar li h3 a{ padding: 0; }
.content.right-sidebar li h3:hover a{
 color:#d31d8a;
 transition:0.6s;
}

.content.right-sidebar li p{
    color: #333;
    line-height: 20px;
    font-size: 14px;
 }

.content.right-sidebar li p.wpp-summary{
    margin-bottom: 40px;
}

.content.right-sidebar .categories{
    clear: both;
    padding-left: 43px;

}

.content.right-sidebar .categories a { line-height: 18px;}


.content.right-sidebar .categories li, .content.right-sidebar p.categories a{
    color: #999;
    margin-right: 20px;
    padding-left: 0;
    margin-left: 0;
    line-height: 20px;
    float: left;
    font-size: 21px !important;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial !important;
    text-transform: capitalize;        

}

.content.right-sidebar .categories li a{
    color: #333;
    font-size: 14px;
    margin-right: 20px;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial !important;
    font-weight:600;  /* edited 23/7*/
}

/* edited 23/7*/
.content.right-sidebar .categories li a:hover{
  transition:0.5s;
  color:#d31d8a;
}

.content.right-sidebar .author-details{
    float: left;
}

.content.right-sidebar .time{
  
  padding-top: 7px;
}

.content.right-sidebar .time a{
    line-height: 35px;
    color: #8a8a8a;
}

.content.right-sidebar .author-details, .content.right-sidebar .categories {
    font-size: 14px;
    margin-bottom: 0px;
    overflow: hidden;
    color: #333;
    
}

.content.right-sidebar .time {
    font-size: 14px;
    margin-bottom: 0px;
    overflow: hidden;
    color: #333;
    min-height: 30px;

}

.content.right-sidebar .categories .customer-success{
    /*background-image: url("../../uploads/2015/05/customer-tag.png");*/
    color: #7ab766;
}

.content.right-sidebar .categories .analytics{
    /*background-image: url("../../uploads/2015/05/analytics-tag.png");*/
    color: #773779;
}

.content.right-sidebar .categories .integration-tibco-now-2014{
    /*background-image: url("../../uploads/2015/05/integration-tag.png");*/
    color: #ebaa48;
}

.content.right-sidebar .categories .event-processing-1{
    /*background-image: url("../../uploads/2015/05/event-tag.png");*/
    color: #f6323e;
}


.content.right-sidebar .categories .fast-data-2{
    /*background-image: url("../../uploads/2015/05/industries-tag.png");*/
    color: #2bb3ac;
}

.content.right-sidebar .categories .tips-and-trick{
    /*background-image: url("../../uploads/2015/05/tips-tag.png");*/
    color: #219ac8;
}

.content.right-sidebar .categories .two-second-advantage-2{
    /*background-image: url("../../uploads/2015/05/executive-tag.png");*/
    color: #e8cc04;
}

.content.right-sidebar .author-details img{
    border-radius: 50px;
    width: 30px;
    float: left;
    margin: 0 10px 0 0;
}

.content.right-sidebar .author-details span{
    line-height: 18px;
    color: #E51992;
    font-size: 14px;
    font-weight: 300;
   display:inline-block;
   margin:8px 10px 5px 0;	
    text-transform: capitalize;
}
.content.right-sidebar .author-details span:hover{
  color: #c7117d; 
}

#main-footer{
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    line-height: 16px;
    text-align: center;
    background: #fff;
}

#main-footer .footer{
    margin: 0 auto;
    padding: 30px 0 0;
    overflow: hidden;
    background-color: #323232
}

#main-footer .left-text {
    background-color: #fff;
    padding: 40px 0 20px;
    margin: 0 auto;
    max-width: 910px;
}

#main-footer .left-text > div.copywrt
{
 width: 590px; float: left;
}

#main-footer .footer .subscribe-widget p{
    color: #E51992;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 31px;
    margin-bottom: 25px;
}

#main-footer .footer .subscribe-widget .form input , #main-footer .footer .subscribe-widget .form1 input{
    border: 0;
    border-bottom: 1px solid #E51992;
    background-color: transparent;
    text-align: center;
    color: #fff;
    margin: 0;
    width: 300px;
    font-size: 14px;
    padding: 15px 10px 5px 10px;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 300;
    
}






::-webkit-input-placeholder {
   color: #fff; 
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;   
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;   
}

:-ms-input-placeholder {  
  color: #fff;   
}


#main-footer .footer .subscribe-widget .form button , #main-footer .footer .subscribe-widget .form1 input.sign-up-btn {
    border: 0;
    background-color: #E51992;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 500;
    margin: 0 0 0 15px;
    width: auto;
    padding: 7px 12px;
    
}

#main-footer .social-share {
    background-color: #323232;
    padding: 10px 0 25px 0;
    width: 100%;
}
#main-footer .social-share .container {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}
#main-footer  .social-share .container > div {
    display: table;
    margin: 0 auto;
}
#main-footer  .social-share .container > div p {
    color: #FFFFFF;
    font-size: 1em;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 300;
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 0px;
}
#main-footer  .social-share .container > div ul {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
    vertical-align: middle;
}
#main-footer  .social-share .container .follow-us-iire{

    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
}


#main-footer  .social-share .container > div > ul > li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
    
}
#main-footer  .social-share .container > div > ul > li > a {
    display: block;
    color: #fff;
    font-size: 18px;
}
#main-footer  .social-share .container > div ul li a:hover i.fa-facebook {
    color: #3b5998;
}
#main-footer  .social-share .container > div ul li a:hover i.fa-twitter {
    color: #3b94d9;
}
#main-footer  .social-share .container > div ul li a:hover i.fa-linkedin {
    color: #006699;
}
#main-footer  .social-share .container > div ul li a:hover i.fa-youtube {
    color: #cc181e;
}
#main-footer  .social-share .container > div ul li a:hover i.fa-rss {
    color: #FF9900;
}

#main-footer .copyright{
    float: left;
    font-size: 12px;
    color: #333;
    margin-top: 2px;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-weight: 400;
}
#main-footer .copyright i{
    margin-left: 8px;
    color: #838383;
}

#main-footer .links{
    float: right;
    line-height: 21px;
    color: #333
}

#main-footer .ftr-logo {
    position: relative;
    width: 110px;
    height: 32px;
    background-image: url("../../themes/brennuis/images/logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    margin-right: 60px;
    margin-top: -15px;
}

*#main-footer .ftr-logo{
  width: 130px;   
  background-image: url("../../themes/brennuis/images/logo.png");
  }


#main-footer .links li {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #333;
}

#main-footer .links li + li{
    border-left: 1px solid #323232;
}

#main-footer .links a{
    color: #333;
    text-decoration: none;
    padding: 0 5px 0 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    background-repeat: no-repeat;
}


.ln-blog-post .img-wrapper  { height:auto; margin-bottom:0;}
.content img		  { display:block; padding: 0; margin: 0; }
.content.right-sidebar .wpp-list > li:first-child div > a   { position: relative;  transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.content.right-sidebar .wpp-list > li:first-child div > a img.wpp_featured        { display: block; padding: 0; margin: 0; position: relative; width: 99%; }
.content.right-sidebar .wpp-list > li:first-child div > a:after { width: 99%; height: 100%; position: absolute; left: 0;  top: 0; content: ''; display: none; z-index: 9999;  background-color: #e51992; opacity: 0.6;  }
.content.right-sidebar .wpp-list > li:first-child div > a:hover:after { display: block;  }
/*.content img.wpp-thumbnail:hover:before { display: block;}*/

.content img, .content iframe	 {  margin-bottom:0; }
.ln-blog-post h3		{ margin-top:20px;}
#displaytweetswidget-2 h4 i	{ display:none;}
#displaytweetswidget-2 a i	{ display:inline-block; font-size:19px; line-height:15px;}	

#wpb_widget-2           { border-bottom: none;}
 #wpb_widget-2 h4 i	    { display:none;}
 #wpb_widget-2 a i	{ display:inline-block; font-size:19px; line-height:15px;}

.content.right-sidebar li h3 a.wpp-post-title { font-family:"Gotham A", "Gotham B", arial, sans-serif; font-weight:500; font-size: 20px; color: #333; }
.content.right-sidebar .wpp-list .trending-item:first-child h3 { margin: 15px 0 10px 0; }

.content.right-sidebar .categories li           { position: relative; padding: 0 0 0 15px;}
.content.right-sidebar .categories li:before    { position: absolute; content: '';  width: 8px; height: 8px; background: #8a8a8a;  left: 0; top: 8px; 
    border-radius: 10px; }
.content.right-sidebar .categories li.event-processing-1:before     { background: #FB5150;}
.content.right-sidebar .categories li.integration:before            { background: #FFA300;}
.content.right-sidebar .categories li.automation-3:before           { background: #EBAA49;}
.content.right-sidebar .categories li.analytics:before            { background: #702076;} 
.content.right-sidebar .categories li.customer-success:before       { background: #59b743;}
.content.right-sidebar .categories li.tips-and-tricks:before        { background: #219AC8;}
.content.right-sidebar .categories li.thought-leadership:before     { background: #E8CC04;}

.trending-stories .categories   {display: block !important;}

.subscribe-widget .form         { width: 500px; margin: 0 auto;}
.subscribe-widget .form1         { width: 500px; margin: 0 auto;}
.subscribe-widget .form1 form p label { display: none;}

#main-footer .footer .subscribe-widget .form1 p { display: inline-block; margin: 0; font-size: 18px; line-height: 20px; color: #fff; }
#main-footer .footer .subscribe-widget .form1 p.s2_message           { font-size: 18px; line-height: 20px; color: #fff; }
#main-footer .footer .subscribe-widget .form1 p.s2_error             { font-size: 18px; line-height: 20px; color: #fff; }
#main-footer .footer .subscribe-widget .form1 p.s2_message a         { color: #E51992; }
#main-footer .footer .subscribe-widget .form1 p.s2_error a           { color: #E51992; }
#main-footer .footer .subscribe-widget .form1 p.s2_message a:hover   { color: #c7117d;  }
#main-footer .footer .subscribe-widget .form1 p.s2_error a:hover     { color: #c7117d;  }     



/***************** inner page css start here ********************/

.category-landing .post-details header h3.title , .search-detail-page .post-details header h3.title {  margin: -2px 0 0 0; padding-bottom: 10px; line-height: 22px; color: #333;  }
.category-landing .post-details header h3.title a ,.search-detail-page .post-details header h3.title a { font-weight: 500; padding: 0; font-size: 25px; line-height: 30px; }



.category-menu ul  { 
    box-sizing: border-box;
    padding: 0 0 0 1.5%;  
    list-style-type: none;
    margin: 0;
   }

.ln-blog-post footer .meta        { float: left; display: block; width: 100%;}
.ln-blog-post footer .meta ul     { width:100%; float: left; display: block; box-sizing: border-box; padding: 0 0 0 50px; }
.ln-blog-post footer .meta ul li  { width: auto; float: left;  position: relative; padding: 0 11px 5px 4px; background: url("../../themes/brennuis/images/divider.png") no-repeat center right;   }

.ln-blog-post footer .meta ul li:last-child { background: none;}
.ln-blog-post footer .meta ul li:before     { position: absolute; content: ''; left: -9px; top: 6px; width: 8px; height: 8px; border-radius: 8px;    }
.ln-blog-post footer .meta ul li a { font-family: 'Whitney SSm A', 'Whitney SSm B', Arial !important ; font-size: 14px; line-height: 18px; color: #333; }
.ln-blog-post footer .meta ul li a:hover    { color: #d31d8a; transition:0.5s; }

.ln-blog-post footer .meta ul li:first-child:before { background: #999;}
.ln-blog-post footer .meta ul li:first-child.industries:before { background: #2BB3AD;  }
.ln-blog-post footer .meta ul li:first-child.analytics:before { background: #773779; }

.ln-blog-post footer .meta ul li:first-child.customer-success:before { background: #3FAE29;  }
.ln-blog-post footer .meta ul li:first-child.event-processing-1:before { background: #FB5150; }
.ln-blog-post footer .meta ul li:first-child.integration-automation-3:before { background: #FFA300;  }
.ln-blog-post footer .meta ul li:first-child.integration:before { background: #FFA300;  }
.ln-blog-post footer .meta ul li:first-child.social-customer-engagement-2:before { background: #3FAE29; }
.ln-blog-post footer .meta ul li:first-child.two-second-advantage-2:before { background: #E8CC04;  }
.ln-blog-post footer .meta ul li:first-child.tips-and-trick:before { background: #219AC8; }
.ln-blog-post footer .meta ul li:first-child.tips-and-tricks:before        { background: #219AC8;}
.ln-blog-post footer .meta ul li:first-child.thought-leadership:before     { background: #E8CC04;}


.ln-blog-post footer .meta .time  { display: block; font-style: normal; float: left; }

.category-landing .ln-blog-post .meta .author-details {
 float:left;
 display: block;
}

.category-landing .ln-blog-post .meta .categories {
  
float: left;
display: block;
padding: 6px 0 0 0;
clear: none;
    
}

.category-landing .ln-pagination {padding-left: 10%;}

/*.category-landing .ln-pagination { display: none;}*/

.category-landing .post-details .ln-col-half p a { font-size: 14px !important; display: inline-block; line-height: 18px !important; color: #e51992; }
.category-landing .post-details .ln-col-half p a:hover  { color: #c7117d; }

.category-landing .ln-blog-post .ln-col-full p a        { font-size: 14px !important; display: inline-block; line-height: 18px !important; color: #e51992; }
.category-landing .ln-blog-post .ln-col-full p a:hover  { color: #c7117d; }


/*************** fast data *****************/

.ln-post-tags a   { padding: 8px; border: 1px solid #939393; margin:0 7px 15px 0;  display: inline-block; background: #fff !important; }

.ln-post-navigation .ln-post-link   { background: none !important; text-align: left; padding: 0 0 0 0%; width: 45%; }
.ln-post-navigation .ln-post-link span  { font-style: normal; display: inline-block; font-weight: 500; font-size: 14px; font-family:"Gotham A", "Gotham B", arial, sans-serif; }
.ln-post-navigation .ln-post-link h5 a    { font-family:"Gotham A", "Gotham B", arial, sans-serif; font-weight: 300; font-size: 14px; display: block;}

 .author-none .ln-post-author     { display: none;}

 .ln-post-navigation     { border-top: 1px solid #939393; border-bottom: 1px solid #939393; padding: 37px 10% 37px 10%; }
 .ln-post-navigation .last-item { float: right;} 
 .ln-carousel-module     { padding: 20px 0 20px 10%; border-bottom: 1px solid #939393; box-sizing: border-box;  width: 100% !important;  } 
 .comment-respond        { padding: 0 0 0 10%; }  

 .comment-respond .submit      { background: #E51992; border-radius: 0 !important; font-family:"Gotham A", "Gotham B", arial, sans-serif; font-size: 14px; color: #fff; box-shadow: none;    float: right; display: block; text-transform: uppercase; -webkit-appearance:none;  }
.comment-respond .submit:hover {  background: #E51992; box-shadow: none;}
.category-landing .ln-blog-post a.no-eff { width: 30%; display: block; float: left;}

.content.right-sidebar .ln-col-full { width: 80%;}


.flt-right { float: right !important;}
.flt-left  { float: left !important;}

.category-banner                  { background:#999; min-height: 100px;}
.category-banner.fast-data-2 h2     { color:#fff;}

.tm-click-to-tweet { border: none !important; border-top: 2px solid #939393 !important; border-bottom: 2px solid #939393 !important; border-radius: 0 !important; }
.tm-click-to-tweet .tm-ctt-text a { color:#7e3983 !important; font-weight: 600 !important;}
.tm-click-to-tweet .tm-ctt-text a:hover { color:#c7117d !important;}
.tm-click-to-tweet a.tm-ctt-btn { color:#E51992 !important;}
.tm-click-to-tweet a.tm-ctt-btn:hover { color:#c7117d !important;}

.section-head  { margin-bottom:5px !important;}

/************  author-page **********************/

.author-page .ln-post-author    { display: block;}
.author-page .section-head h3   { border-bottom: 2px solid #E8E8E8; }

/************   post page ************/
    
.content.right-sidebar ul.ln-post-categories       { float: left; display: block; margin-left: 30px; }
.content.right-sidebar ul.ln-post-categories li    { float: left; display: block; line-height: 35px; background: url("../../themes/brennuis/images/divider.png") no-repeat center right; padding: 0 12px 0 8px; position: relative;}
.content.right-sidebar ul.ln-post-categories li:last-child   {background: none;}
.content.right-sidebar ul.ln-post-categories li a  { line-height: 35px; background: none !important; color: #000; padding: 0; margin: 0; }
.content.right-sidebar ul.ln-post-categories li a:hover {color: #000;}
.content.author-none.right-sidebar .ln-single-meta > a { color: #000; line-height: 35px;}
.content.author-none.right-sidebar .ln-single-meta a.author-detail  { color: #000;}

.content.right-sidebar ul.ln-post-categories li:first-child:before {  
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #8a8a8a;
    left: 0;
    top: 14px;
    border-radius: 10px;  }

.content.right-sidebar ul.ln-post-categories li:first-child     { padding: 0 12px 0 15px;  }
.content.right-sidebar ul.ln-post-categories li.analytics:before  { background: #7F3983; }


    .ln-single-content ul     { /* padding: 0; margin: 0; list-style-type: none;*/}
    .ln-single-content ul li  { font-size: 14px; line-height: 20px;} 

.ln-carousel .control  { background: none; }
.ln-carousel .control.prev      { width: }

.author-none .page-title    { font-size: 40px; line-height: 44px; margin-bottom: 50px; margin-left: -4px;}

.content.right-sidebar .single-psot-content-wrapper    {    width: 85%; float: right; margin-right: 85px; }
.content.right-sidebar .single-psot-content-wrapper .ln-single-meta { float: left; clear: both; width: 100%;}
.content.right-sidebar .single-psot-content-wrapper .ln-single-meta .time   { float: left; display: block;}
.content.right-sidebar .single-psot-content-wrapper .ln-single-meta ul      {}

.content.right-sidebar .ln-single-featured { width: 100%; clear: both; }

/***************  share button css- social plugin */

.ssba.ssba-wrap     { margin-bottom: 50px; margin-left: -90px; margin-top: 38px; }
.ssba.ssba-wrap img { width:auto !important; max-width:auto; height:auto;}
.author-none .ln-single-content { padding: 0 90px;}  

.ssba_sharecount:before , .ssba_sharecount:after  {display: none;}

.comment-respond .comment-form label    { font-family:"Gotham A", "Gotham B", arial, sans-serif; font-weight: 300;  }
.comment-respond .comment-form input    { border: 1px solid #939393;}

.ln-posts-module .ln-blog-post .time { padding-top:0px; float: left; margin-left: 41px; padding-bottom: 5px; }


 .trending-stories{
     float: left; 
     margin-top: 25px;    
    }



@media screen and (max-width: 1366px){
    
    #logo img.logo {
        display: none;
    }

    #logo img.icon {
        display: block;
    }
    #main-header {
        padding-left: 2%;
        padding-right: 2%;
        width: 96%;
    }
    
    .author-none .ln-single-content p  { font-size: 14px; line-height: 18px;} 
    
    .ln-carousel li:first-child  { margin-left:0;}
    
    
}

@media screen and (max-width:1300px){

    .ln-posts-module .ln-blog-post .author-details      { float: none; display: block;} 
    .ln-posts-module .ln-blog-post .time { float: none; display: block; padding: 0 0 10px 0px; }   

}

@media screen and (max-width:1160px){
    .content.right-sidebar.category-landing h2    { margin: 0 35px 60px 32px  }
    .content.right-sidebar     { left:0; margin-left: 0;  width: 71%; padding: 42px 2% 0; }  
    #content-sidebar            { max-width: none;  }
    .ln-blog-post { margin: 30px 30px 0; }

    
}


/*--------------------------------------------------------*/

@media all and (max-width: 1023px) and (min-width: 768px){
    
     html	 { margin:0 !important;}	

   /* added new css start here */
    
   
    
    .wpp-post-title 		{ font-weight:500;}		 
    #main-nav-wrapper li.analytics, #main-nav-wrapper li.event-processing, #main-nav-wrapper li.integration, 
    #main-nav-wrapper li.customer-success {          
     background-image:none;
     padding-bottom:5px;
    }
    #main-nav-wrapper li.industries:after, #main-nav-wrapper li.executive-columns:after, #main-nav-wrapper li.tips-tricks:after
     { top:19px;}

   .home .content.right-sidebar article.ln-blog-post  { width:100%; margin:0; padding:25px 0; min-height:200px; border-right:none; border-bottom:1px solid #e8e8e8;}
   .home .content.right-sidebar article.ln-blog-post > a.no-eff    { display:block; float:left; width:40%;}
   .home .content.right-sidebar article.ln-blog-post a.wrap-img	   { padding:0 ; margin:0; height:auto; }	
   .home .content.right-sidebar article.ln-blog-post .post-excerpt	{ float:right; width:57%; }
   .home .content.right-sidebar article.ln-blog-post .post-image	{ float:left; width:30%; }	  
   
   
  

   .section-head  { margin-bottom:5px !important;}

   .content.right-sidebar .wpp-list > li             	  { border:none; padding:1.5% 1.5% 1.5% 0% }
   .content.right-sidebar .wpp-list > li.last-items       { border-left:1px solid #E8E8E8; padding:1.5% 0 1.5% 2.5%}
   .content.right-sidebar .wpp-list > li.last-items div   { padding:0; border-top:none;}
   .content.right-sidebar .wpp-list > li:first-child	  { padding-bottom:20px; margin-bottom:15px;}		 
   .content.right-sidebar .wpp-list > li:first-child div > a  { float:left; display:block; width:48.5%;}
   .content.right-sidebar .wpp-list > li:first-child div > a img	{ width:100%; height:auto;}
   .content.right-sidebar .wpp-list > li:first-child div > div { float:right; display:block; width:48%;}
   
  .home .content.right-sidebar article.ln-blog-post .img-wrapper  { height:auto; margin-bottom:0; padding:0;}		
  .home .content.right-sidebar article.ln-blog-post .img-wrapper img  { margin:0; display:block;}
  
  .content.right-sidebar li h3 a.wpp-post-title 		{ font-weight:600;}
   
   .ln-blog-post h3 a			{ font-weight:600; font-family:"Gotham A", "Gotham B", arial, sans-serif; }
   #displaytweetswidget-2        { border-bottom: none !important;}
   #displaytweetswidget-2 p { margin-right:0;}
   #displaytweetswidget-2 p, .widget-tweet, .sub-section.event  { margin:0 !important;}
 
      .ln-blog-post h3		{ margin-top:0px;}

   #displaytweetswidget-2 h4 i	{ display:inline-block;}
   #displaytweetswidget-2 a i	{ display:none; font-size:19px; line-height:15px;}	
    
    #wpb_widget-2 h4 i	{ display:inline-block;}
    #wpb_widget-2 a i	{ display:none; font-size:19px; line-height:15px;}
	
    #content-sidebar #searchform    { width: 30%;}
    
    .content.right-sidebar .wpp-list > li:nth-child(2)  { margin: 0; border-bottom: none;}
    .content.right-sidebar .wpp-list > li.last-items     { margin: 0; padding-top: 0;}       
    .content.right-sidebar .wpp-list .trending-item:first-child h3 { margin: 0px 0 10px 0; }

    #content-sidebar  { width: 96% !important; margin: 0 auto !important; float: none; clear: both; }
    
    #main-footer .footer .subscribe-widget p        { font-size: 31px}
    #main-footer .left-text > div.copywrt       { width: 635px;}
   
    .category-landing .post-details header h3.title a { font-size: 20px; line-height: 24px;}
    
    
    .ln-posts-module .ln-blog-post .author-details      { float: left; display: block;} 
    .ln-posts-module .ln-blog-post .time { float: left; display: block; padding: 8px 0 0px 0px; margin-left: 0; } 
    
    /************* analysis page **************************/
    
    .category-banner .category-title,.category-banner h2   { width:34%;  }
    .ln-blog-post .excerpt a   { font-size: 14px; line-height: 18px;}
    .category .category-banner .category-menu   { width: 39%;}
    
   
    
    
    /*******************  industries page ********************/

    .category .category-banner.industries .category-menu  { width: 69%; margin: 0 0 0 31%;}
    
    /************   post page ************/
    
    .content.right-sidebar ul.ln-post-categories       { float: left; display: block; width: 100%;}
    .content.right-sidebar ul.ln-post-categories li    { float: left; display: block;}
    
    .ln-single-content ul     { padding: 0; margin: 0; list-style-type: none;}
    .ln-single-content ul li  { font-size: 14px; line-height: 18px;}
    .author-none .ln-single-content p  { font-size: 14px; line-height: 18px;} 
    
    .author-none .page-title    { font-size: 35px; line-height: 38px;}
    
    .sidebar-widget .displaytweets-wrapper { position: relative; width:auto; float: left; display: block; clear: both;}
    .sidebar-widget .displaytweets-wrapper > a { position: absolute; display: inline-block; bottom: 0; margin: 20px 0 0 -110px;}
    .sidebar-widget .tibco-event-wrapper    {position: relative; float: left; width: 100%; }
    .sidebar-widget .tibco-event-wrapper > a { position: absolute; display: inline-block; bottom: 0; margin: 20px 0 0 -110px;}
         
    
    
    
   /* added new css end here */
   
    #wrapper{
        width: 100% !important;
    }
    
    .ln-carousel .control{
        padding: 0;
    }
    
    .content.right-sidebar{
        width: 96% !important;
        padding: 2%;
        padding-top: 35px;
	max-width:100%;
    }

    .content.right-sidebar.category-landing, .content.right-sidebar.blog-post, .content.right-sidebar.search-detail-page {
        width: 100% !important; max-width: none;
    }

    .content.right-sidebar .wpp-list > li{
        width: 50%;
    }

    .content.right-sidebar .wpp-list > li:first-child{
     width: 100%;
	border-bottom:1px solid #E8E8E8;
    border-right: none;    
    }

    .ln-col-half {
        width: 45%;
    }

    .sidebar-widget{
        width: 100% !important;
        border-bottom:none;
    }
    #search-2{
        display: none;
    }

    #logo{
        padding-top: 15px;
    }
    #main-header{
        padding: 20px 2% 15px;
    }
    #main-header .logo a span{
        font-size: 35px;
    }

    #head-menu{
        width: auto;
    }
    .social-logo{
        padding-top: 3px;
    }
    .social-logo p{
        font-size: 11px;
    }

    .social-logo.bottom-social div.iire_social_shortcode .sp5{
        height: 22px;
        width: 22px;
        background-size: auto 22px;
        margin-right: 15px;
    }


    #navigation-menu{
        padding: 5px;
        margin: 0;
    }
    #navigation-menu li>a{
        font-size: 11px;
    }

    #nav-wrapper{
        margin: 0;
    }

    .fixed-menu{
        padding: 30px 25px 25px;
    }
    .top-newsletter{
        display: none;
    }

    .newsletter{
        width: 100%;
        text-align: center;
    }

    .newsletter p{
        float: none;
        margin: 20px 0;
    }

    .newsletter input{
        width: 300px;
    }

    .sidebar-widget > a[title~="Follow"]{
        background-position: 0 bottom;
    }
   


    #main-nav-wrapper li{
        line-height: 25px;
    }

    .bottom-newsletter{
        display: block;
    }

    .big-blocks li{
        height: 100px;
    }

    .big-blocks li a{
    font-size: 26px;
	line-height:30px;
	padding-bottom:0px;
     font-weight: 300;
        
    }

    .small-blocks li {
        padding: 15px 0 15px 3%;
    }

    .small-blocks li a {
        font-size: 16px;
        font-weight: 500 !important;
    }

    .big-blocks .banner-block{
        height: 100px;
        padding-top: 70px;
        font-size: 18px;
        width: 14.6%;
        margin: 0.2%;
    }
    .small-blocks .banner-block{
        font-size: 17px;
        padding: 15px 0 15px 3%;
        width: 30.1%;
        margin: 0.1%;
    }
    .content .blog-content{
        width: 100%;
    }
    .content .blog-content > div{
        padding: 30px 25px 0;
    }

    .content .blog-content h2{
        font-size: 15px;
        border-width: 2px;
    }

    .content .sidebar{
        display: block;
        width: 100%;
    }
    .content .sidebar .sidebar-content{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content .sidebar .sidebar-content h3, .sidebar-widget h4{
        width: 25%;
        font-size: 18px;
    }
    #displaytweetswidget-2 p, .widget-tweet, .sub-section.event{
        margin-right: 0px;
        width: 33.33%;
        float: left;
        min-height: 130px;
        box-sizing: border-box; 
    }
    .content .sidebar .sidebar-content .event{
        min-height: 90px;
    }
    
    .sidebar-widget > .displaytweets-wrapper > a:hover{
    transiton:0.5s;
    color:#d31d8a;
     }    
  
    #content-sidebar input{
        width: 30%;
    }
    .content .sidebar .events-content .more{
        height: 110px;
    }
    #main-footer{
        font-size: 12px;
    }

    #main-footer .footer{
        padding: 40px 0px 0 0px;
    }
    #main-footer .copyright{
        position: relative;
        /*top: 20px;
        float: none;*/
        padding: 0;
        border: 0;
        /*margin: 0;*/
        font-size: 13px;
    }

    #main-footer .copyright i{
        /*display: none;*/
    }
    #main-footer .left-text{
    padding-left: 2%;
    padding-right: 2%; 
    }
    #main-footer .links {
        position: relative;
        /*top: -30px;*/
        margin: 0 auto;
        /*float: none;*/
    }
    #main-footer .links li a{
        font-size: 13px;
    }

    #main-footer .ftr-logo{
        top: 0px;
        float: right;
        left: 0;
        display: block;
        width: 80px;
        text-align: center;
        height: 25px;
        background-position: center;
        margin-left: 0;
        margin-top: -5px;
        
    }

    .main-social-icons.social-logo.bottom-social{
        padding-bottom: 40px;
    }
  
    #main-footer .links a  { font-size: 13px; line-height: 16px;}
    .big-blocks li  { width:23%; float: none; padding: 0 0 0 2%; }
    .big-blocks li a  { padding: 0;}
    .ln-blog-post .excerpt a    { color: #E51992; position: relative; transition: 0.5s;}
    .ln-blog-post .excerpt a:hover  { color: #c7117d;}
    
    /************  detail page **************/

    .detail-page    { text-align: center;}
    .detail-page h2 { text-align: center;}
    
    
    .content.right-sidebar .single-psot-content-wrapper   { width: 100%; margin-right:0; }
    #main-footer .ftr-logo  { margin-right:0; }
 
    
    
    
   
}


/*--------------------------------------------------------*/

@media only screen and (max-width: 767px){ 
   
   /* new added css start here : 28/07*/
    
    #header-wrap       { display: none;}
  
    html			   { margin:0 !important;}	
    .content.right-sidebar li p.wpp-summary	{ margin-bottom:20px}
    

    #main-header        { display: none;}
    #main-fixed-header.fixed-header
   {
     animation:none !important;
     top: 0;   
   }
   
    ul.small-blocks        { display:table !important; padding:20px 0 0 0; margin:0 auto; width:87%; float: none; padding-bottom: 10px; }
    ul.small-blocks li	   { display:block !important; float:none; width:27%; text-align:center!important; margin:0; padding:0 3%; vertical-align: bottom; height: auto; }
    ul.small-blocks li:first-child {text-align:left!important; padding: 0; width: 33%;  padding-top: 22px; }
    ul.small-blocks li:last-child {text-align:right!important; padding: 0; width: 33%; padding-top: 22px;}
    ul.small-blocks li:after	{ display:none;} 
   .small-blocks li a		{ font-size:18px; line-height:20px; display:block; vertical-align: bottom; height: auto; padding:0 0 0 0px;}	
   .big-blocks			{display:block;}
   .big-blocks li		{display:block;}

   .home .content.right-sidebar article.ln-blog-post  { width:100%; margin:0; padding:25px 0; min-height:200px; border-right:none; border-bottom:1px solid #e8e8e8;}
   .home .content.right-sidebar article.ln-blog-post > a   { display:block; float:left; width:40%;}
   .home .content.right-sidebar article.ln-blog-post a.wrap-img	   { padding:0 ; margin:0; height:auto; }	
   .home .content.right-sidebar article.ln-blog-post .post-excerpt	{ float:right; width:55%; }
   .home .content.right-sidebar article.ln-blog-post .post-image	{ float:left: width:30%; }	

  .content.right-sidebar .wpp-list > li:first-child div > a > img	{ width:100%;}
  .content.right-sidebar .wpp-list > li.last-items > div   { border-top:none !important; padding:0px;}
  .content.right-sidebar .trending-stories h2, .content.right-sidebar .ln-posts-module .section-head h3         { font-size:32px; line-height:35px; }
  
   /*.content.right-sidebar a	{ font-size:25px; line-height:30px;} */
    .ln-blog-post footer .meta .time  { padding: 0; line-height: 35px;}
  
    #main-nav-wrapper li.analytics, #main-nav-wrapper li.event-processing, #main-nav-wrapper li.integration, 
    #main-nav-wrapper li.customer-success {          
     background-image:none;
     padding-bottom:5px;
    }

   
   .home .content.right-sidebar article.ln-blog-post .excerpt  { display:none;}
   
   .ln-blog-post .img-wrapper, .ln-blog-post .ln-featured iframe  { height:auto !important; margin:0; }
  .content img, .content iframe { margin:0;}
  .content.right-sidebar .categories   { display:none; }  

  .sub-section .time, .widget-tweet span.widget-tweet-time, #displaytweetswidget-2 p small	{ font-weight:600;}

  #displaytweetswidget-2 h4 i	{ display:inline-block;}
   #displaytweetswidget-2 a i	{ display:none; font-size:19px; line-height:15px;}	
    
   #wpb_widget-2 h4 i	{ display:inline-block;}
   #wpb_widget-2 a i	{ display:none; font-size:19px; line-height:15px;}	
    
    #content-sidebar  { width: 92% !important; margin: 0 auto !important; float: none; clear: both;}
    #content-sidebar .sidebar-widget   { width: 100%; border-bottom: none; }   
    #content-sidebar #searchform    { width: 270px;}  
    #search-2{
        display: none;
    }
    .sidebar-widget h4{
        font-size: 21px;
    }
    .sidebar-widget h4 i.fa-twitter { font-size: 25px; line-height: 25px;}
    
    .content.right-sidebar .wpp-list > li  { margin-left: 0;}
    
    #displaytweetswidget-2        { border-bottom: none !important;}
    
    .content.right-sidebar .wpp-list > li:nth-child(2)  { margin: 0; padding-top: 20px;}
    .content.right-sidebar .wpp-list > li.last-items     { margin: 0;}
    
    .big-blocks li a { padding: 0 38% 4% 0%}

    .content.right-sidebar .trending-stories h2, .content.right-sidebar .ln-posts-module .section-head h3  { margin-left: 10px; margin-bottom: 0; }
    .content.right-sidebar .categories li:before  { top: 11px;}
    

    
    .subscribe-widget .form                     { width: 235px; margin: 0 auto;}
    #main-footer .footer .subscribe-widget p        { font-size: 24px; line-height: 28px;}
    
    #main-footer .footer .subscribe-widget .form button , #main-footer .footer .subscribe-widget .form1 input.sign-up-btn { margin: 15px 0 0 0; width: 235px;}
    
    #main-footer .footer .subscribe-widget .form1 p { display: inline-block; }
    
   #main-footer .social-share .container > div > p       { display: block;
    padding: 0;
    margin-bottom: 20px;
    font-size: 31px;
           line-height: 33px; }
    
    #main-footer  .social-share .container > div > ul > li {
     padding: 0 12px;
    
    }
    #main-footer  .social-share .container > div > ul > li > a {
     font-size: 18px;
    }
    
    #main-footer .left-text > div.copywrt  { width: 100%;}

    .category-banner                   { background-image: none !important;}
    .category-banner .page-title       { width:100%; padding: 20px 0 20px 35px; box-sizing: border-box; }    
    .category-banner .category-menu    { width: 100%; padding: 0 0 0 10px; box-sizing: border-box; }
    .category-banner.analytics       { background-image: none; }
    
    
    
    .content.right-sidebar.category-landing h2  { margin-bottom: 30px; }
    
    .category-landing .post-details header h3.title a, .search-detail-page .post-details header h3.title a   { font-size:20px; line-height: 22px; }
    
    .content.right-sidebar.category-landing h2  { padding: 0 0px 30px;}
    
    .ln-blog-post     { margin: 10px 35px 0; }

    .author-none .page-title    { font-size: 28px; line-height: 32px;}  
    
    .content.right-sidebar .single-psot-content-wrapper   { width: 100%; margin-right:0; }
    .ln-post-navigation .ln-post-link       { width: 45% !important;}
    .author-none .ln-single-content      { padding: 0;}
    .ssba.ssba-wrap   { margin-left: 0;}
    
    .author-none .ln-single-content p  { font-size: 14px !important; line-height: 18px !important;} 
    
    
    .ln-posts-module .ln-blog-post .author-details      { float: left; display: block;} 
    .ln-posts-module .ln-blog-post .time                { float: left; display: block; padding: 8px 0 0px 0px; margin-left: 0; } 
    
    .sidebar-widget > .displaytweets-wrapper > a, .sidebar-widget > .tibco-event-wrapper > a {
    float: right;
    }    

    /* new added css end here : 28/07*/

    .wrapper{
      width: 100% !important;
    }
  
   #wrapper { width: 100% !important; padding-top: 54px;}

    #main-nav-wrapper{
        width: 100%;
    }
    #header-wrap{
        overflow: visible;
        height: 75px;
    }

    #logo img.logo {
        display: none;
    }

    #logo img.icon {
        display: block;
    }

    #nav-wrapper{
        margin: 25px 0;
    }

    #nav-wrapper #navigation-menu{
        display: none;
    }

    #nav-wrapper:hover #navigation-menu{
        display: block;
        position: absolute;
        right: 0;
        width: 150px;
        margin: 0 0;
        background: #ccc;
    }
    .ln-blog-post .excerpt-offset{
        margin-bottom: 0;
    }

    #navigation-menu li{
        float: none;
    }
    #navigation-menu li>a{
        border: 0;
        text-align: left;
        color: #666;
    }

    #navigation-menu>li:hover>a{
        border: 0;
        text-decoration: underline;
    }

    #nav-wrapper a.menu-mob {
        display: block;

    }

    #nav-wrapper a.menu-mob span.line {
        width: 25px;
        height: 3px;
        background-color: #aaaaaa;
        display: block;
        margin-bottom: 4px;
    }
    #main-nav{
        display: block !important;
    }

    .big-blocks li {
        width: 26%;
        height: 114px;
        padding: 0 18% 3% 6%;
    }
    .big-blocks li a{
        font-size: 30px;
        height: 114px;
        line-height: 34px;
    }
    .small-blocks li {
        width: 100%;
        padding: 15px 0 15px 7%;
    }
    .small-blocks li a{
        font-size: 20px;
    }


    .top-social, .top-newsletter{
        display: none;
    }

    .content .blog-content{
        width: 100%;
    }

    .content .sidebar{
        width: 100%;
        float: left;
    }

    .content.left-sidebar, .content.right-sidebar,.content.right-sidebar.search-detail-page {
        width: 92% !important;
        padding: 50px 4% 0;
        clear: both;
        
    }

    .content.right-sidebar.blog-post {
        width: 100% !important;
    }
    
    .content.right-sidebar .wpp-list > li
    
     { padding: 20px 10px; box-sizing: border-box;}

    .content.right-sidebar .wpp-list > li, .content.right-sidebar .wpp-list > li:first-child{
        width: 96%;
        border: 0;
        padding: 20px 10px;
        border-bottom: 1px solid #e8e8e8;  
    }

    .content .sidebar .sidebar-content{
        padding: 35px 35px 0 25px;
    }

    .main-social-icons.social-logo.bottom-social{
        padding: 0 0 30px 0;
    }

    .content.right-sidebar.category-landing,.content.right-sidebar.search-detail-pag {
        width: 100% !important;
    }

    .home .content.right-sidebar article.ln-blog-post .excerpt{
        font-size: 12px;
        line-height: 15px;
    }

    .home .content.right-sidebar article.ln-blog-post{
        width: 100%;
        padding: 15px 10px;
        border-right: 0;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        min-height: 20px;
        box-sizing: border-box;
    }
    
   
        
    .section-head, .trending-stories {
        margin-bottom: 5px;
        
    }

    .content.right-sidebar .ln-posts-module .section-head h3, .content.right-sidebar .trending-stories h2,  {
        font-size: 32px;
        border: 0;
        line-height: 35px;
        padding: 0;
    }

    #main-footer .footer{
        padding-right: 0px;
        padding-left: 0px;
    }
    #main-footer .copyright {
        font-size: 18px;
        float: none;
        position: relative;
        border: 0;
        padding: 10px 0 22px 0;
        display: block;
    }

    #main-footer .copyright i{
        display: none;
    }

    

    .main-social-icons.social-logo.bottom-social .follow-us-iire{
        top: 0;
    }

    #main-footer .links a{
        font-size: 18px;
        padding: 0;
        line-height: 20px;
        margin: 0;
    }

    
    #main-footer .links {
        width: 315px;
        float: none;
        display: block;
        padding: 0px 0;
        margin: 0 auto;
    }
    #main-footer .links li{
       margin-bottom: 15px;
       padding: 0 12px;
       width: 120px;
           
    }
    #main-footer .links li:first-child  { text-align: right;}
    #main-footer .links li:nth-child(3) { border:none; text-align: right; }

    #main-footer .ftr-logo{
        width: 100px;
        height: 25px;
        background-size: 100px;
        top: 0;
        display: block;
        clear: both;
        margin: 0 auto;
        left: 0;
        float: none;
    }
    #main-footer .footer .subscribe-widget .form input , #main-footer .footer .subscribe-widget .form1 input{
        width: 215px;
    }
  
 .ln-blog-post h3		{ margin-top:0px;}  
    #main-header .logo a span { margin: 0 0 0 20px;}

    .category-landing .ln-blog-post .img-wrapper, .search-detail-page .ln-blog-post .img-wrapper  { width:100%; margin-bottom: 20px; }
    .category-landing .post-details, .search-detail-page .post-details     { width: 100%;}
    .category-landing .ln-blog-post a.no-eff, .search-detail-page .ln-blog-post a.no-eff { width: 100%;}
    
    .subscribe-widget .form1    { width: 320px;}    
    
    #wbounce-modal .wbounce-modal-sub div.content-sec-left { width: 100% !important; }
    #wbounce-modal .wbounce-modal-sub div.subscribe-widget { width: 300px !important; margin: 0 auto; float: none !important;}
    #wbounce-modal form { margin-top: 0;}
    #wbounce-modal .wbounce-modal-sub div.content-sec-left h1 { font-size: 23px !important; line-height: 26px !important;}
    #wbounce-modal .wbounce-modal-sub div.content-sec-left p  { font-size: 16px !important; line-height: 20px !important; margin: 0; padding: 0;}
    
    
    
   
}

/*--------------------------------------------------------*/


@media screen and (max-width:680px){

    .ln-carousel    { width:360px !important; }

}

@media screen and (max-width: 480px){

    html			                 { margin:0 !important;}
    .big-blocks li      { padding: 0 18% 3% 6%; width: 26%;}
   .big-blocks li a { padding: 0 38% 4% 0%;}
    
    ul.small-blocks                  { display:table !important; padding: 20px 0 0 0;  }
    ul.small-blocks li	             { display:block!important; float:none; width:27%; text-align:center!important; margin:0; padding:0 3%; }
    ul.small-blocks li:first-child   {text-align:left!important; padding: 0; width: 33%; padding-top: 18px; } 
    ul.small-blocks li:last-child    {text-align:right!important; padding: 0; width: 33%; padding-top: 18px;}
    ul.small-blocks li:after	     { display:none;} 
    ul.small-blocks li a             { height: auto; padding-bottom: 5px; }

   .content.right-sidebar .trending-stories h2, .content.right-sidebar .ln-posts-module .section-head h3         { font-size:32px; line-height:35px;} 

   .ln-posts-module  article.ln-blog-post p.time	{ display:none; } 
    
   
    
    #main-fixed-header .logo      { width: 100%;}
    #main-fixed-header .logo a    { width: 125px; margin: 0 auto; display: inherit; }
    
    .content.right-sidebar .categories li:before  { top: 8px;}
    
    #main-footer .footer .subscribe-widget p {   font-size: 16px; line-height: 20px;  margin-bottom: 15px; }
    
    #main-footer .social-share .container > div > p           { font-size: 21px; line-height: 24px;}
    #main-footer .social-share .container > div > ul > li     { padding: 0 9px;}
    #main-footer .social-share .container > div > ul > li > a { font-size: 18px;}
    
    #main-footer .links a   { font-size: 16px; line-height: 18px;}
    #main-footer .copyright  { font-size: 15px; line-height: 18px;}
    
    .ln-blog-post footer .meta ul  { padding: 0 0 0 30px; }
    
    #main-footer .links li  { width: 110px;}
    
    .category .category-banner .page-title      { width: 100%; text-align: center; padding-left:0;}
    .category .category-banner .category-menu   { width: 100%; padding: 0; }
    .category .category-banner .category-menu ul  { padding: 0; text-align: center;}
    .category .category-banner .category-menu ul li  { display: inline-block;}
    .category .category-banner .category-menu ul li a    { display: inline-block;}
    
    .category-landing .ln-col-half p { margin-bottom: 0px !important;}
    
    
    #main-footer .social-share .container .follow-us-iire  { display: block; padding-bottom: 15px; font-size: 18px; line-height:21px; }
    
    /*********** fast data **************/
    .ln-post-tags a  { font-size: 12px !important ; line-height:18px !important; }
    
    .ssba.ssba-wrap a { display: inline-block !important;}
    
    .author-none .page-title    { font-size: 25px; line-height: 28px;}  
    
    .comment-form > div { width: 100%; clear: both; float: left;   }
    .comment-form > div > input { float: right; display: block; width: 65%; box-sizing: border-box; }
    
    form#commentform { width: 100%; float: left; display: block;} 
 
    
        .ln-carousel    { width:175px !important; }

    #wrapper{
      width: 100% !important;
    }

    
    #main-nav{
        display: block !important;
    }
    #main-content{
        float: none;
    }

    #main-header .logo a span img{
        width: 60px;
        min-height: 22px;
        margin: 1px 5px 0 0;
    }

    .ln-pagination a{
        display: inline-block !important;
    }

    .content.right-sidebar.category-landing, .content.right-sidebar.blog-post{
        width: 100% !important;
    }

    #logo {
        padding: 10px 0;
    }
    .fixed-menu{
        padding: 10px 20px;
    }
    #main-header{
        padding: 2% 5%;
        width: 90%;
    }

    #main-header .logo #submenu-icon{
        height: 25px;
        background-position: 0 6px;
    }

    #main-header .logo a span{
        font-size: 18px;
        line-height: initial;
        margin: 0;
    }
    .fixed a .menu-icon{
        margin-top: 7px;
    }

    #main-fixed-header .fixed .logo a span{
        margin: 0;
        font-size: 20px;
        line-height: 22px;
    }
    #searchform input{
        height: auto;
    }

    .search-header #searchform input{
        height: 20px;
        width: 40px;
    }
    #main-nav-wrapper{
        overflow: initial;
    }

    .sidebar-widget{
        width: 100%;
    }

    .sidebar-widget h4{
        font-size: 21px;
    }
    .content.left-sidebar, .content.right-sidebar{
        width: 90% !important;
    }
    .big-blocks li{
        height: 80px;
        background-size: auto 90% !important;
        line-height: 12px !important;
    }
    
    .big-blocks li a{
        font-size: 18px;
        padding: 0;
        line-height: 22px;
        height: 80px;
     }

    .small-blocks li a {
        font-size: 13px;
        padding: 0;
        line-height: 17px;
        height: 50px;
    }

    .small-blocks li {
        width: 94%;
        padding: 15px 3% 15px 7%;
        line-height: 10px !important;
    }

    .content.right-sidebar {
        width: 85%;
        padding-top: 20px;
    }

    .content.right-sidebar .wpp-list > li h3{
        margin-bottom: 5px;
    }
    .content.right-sidebar p.wpp-summary{
        margin-bottom: 5px;
    }
    .content.right-sidebar p{
     margin-bottom: 20px;
    }

    .content.right-sidebar p, .content.right-sidebar p a{
        font-size: 12px;
        line-height: 14px;
       
    }

    .content.right-sidebar a{
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
    }

    .content.right-sidebar .author-detail{
        font-size: 12px;
        line-height: 14px;
    }

    .content.right-sidebar .author-details img{
        width: 25px;
    }
    .content.right-sidebar .author-details span{
        font-size: 12px;
        line-height: 24px;
        margin: 3px 10px 5px 0;
    }

    /*.content.right-sidebar .wpp-list > li.border-right{
        border: 0;
        margin-right: 0;
        padding-right: 0;
    }*/

    .content.right-sidebar .categories a, .content.right-sidebar .author-details, .content.right-sidebar .categories, .content.right-sidebar .time {
        font-size: 12px;
        line-height: 18px;
    }

    .content.right-sidebar .time{
        padding-left: 20px;
        line-height: 18px;
        padding-top: 10px;
        
    }

    .content.right-sidebar .trending-stories h2, .content.right-sidebar .ln-posts-module .section-head h3{
        font-size: 30px;
        line-height: 33px;
    }

    .small-blocks .banner-block{
        font-size: 15px;
        padding: 20px 0;
    }

    .top-social, .top-newsletter{
        display: none !important;
    }

    .bottom-newsletter, .bottom-social{
        display: block;
        width: auto;
        float: none;
        margin: 10px auto;
        overflow: hidden;
    }
    .newsletter{
        overflow: hidden;
        float: none;
        width: 100%;
        text-align: center;
    }
    .newsletter p{
        float: none;
        font-size: 12px;
    }
    #header-wrap {
        height: 50px;
    }

    #nav-wrapper {
        margin: 15px 0;
    }

    .category-landing .category-banner h2, .blog-post .blog-banner h2{
        font-size: 20px;
        padding: 40px 5%;
        margin: 0;
    }
    .category-landing .ln-blog-post .img-wrapper, .category-landing .post-details{
        width: 100%;
    }
    

    .section-head, .trending-stories{
        margin-bottom: 0;
    }
    .content img, .content iframe{
        height: auto;
	    margin:0;
    }

    .ln-blog-post h3{
        margin: 0;
    }
    .blog-post .blog-banner .ln-single-meta span{
        padding-left: 15px;
    }

    #main-footer .left-text, #main-footer .right-text{
        float: none;
    }
    
    

    .ln-post-navigation .ln-post-link{
        width: 100% !important;
    }

    .ln-col-half{
        width: 100%;
    }

    .small-articles li .title{
        width: 215px;
    }

    .blog-post .blog-posts{
        padding: 30px 25px;
    }

    .blog-post .blog-banner .ln-single-meta span.ln-post-categories{
        float: left;
        padding-left: 20px;
        padding-top: 0;
    }
    .content.right-sidebar .categories{
        padding-left: 25px;
    }

    .content.right-sidebar .categories a{
        background-size: 8px;
    }

    form#commentform label {
        float: left;
        width: 23%;
    }

    .ln-carousel .slider-wrapper{
        width: 190px;
    }

    .social-logo.bottom-social div.iire_social_shortcode .sp5{
        height: 22px;
        width: 22px;
        background-size: auto 22px;
        margin-right: 15px;
    }

  
    .social-share .container > div > p{
        padding-bottom: 20px;
    }

    #main-footer .footer .subscribe-widget .form button ,#main-footer .footer .subscribe-widget .form1 input.sign-up-btn {
        margin: 15px 0 0 0;
        width: 235px;

    }
    
 .cbp-spmenu-push-toright #main-fixed-header{
    /*transform: translateX(275px);*/
    width: 100%; left: 80%;
}
    
     

}

@media screen and (max-width:450px){


  .ln-blog-post footer .meta .time  { line-height: 20px; padding: 0 0 0 37px;}

}

@media screen and (max-width: 320px){

    .content.right-sidebar a { font-size: 14px; line-height: 18px;}



}


/*Component.css starts*/

/* General styles for all menus */

.cbp-spmenu{
    background: #231F20;
    position: fixed;
    color: #fff;
    width: 275px;
    height: 100%;
    top: 0;
    z-index: 99999;
    overflow-y: auto;
}

.cbp-spmenu ul{ clear: both;}

.cbp-spmenu ul ul{
    background: #344652;
    margin-left: 20px;
}
.cbp-spmenu ul ul a{
    padding-top: 15px;
}

.cbp-spmenu .search-title {
    border-bottom: none;
    padding: 40px 20px 0px 25px ;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial;
    font-weight: 500;
}

.cbp-spmenu a, .cbp-spmenu .close {
    display: block;
    color: #EDEEEF;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 20px 15px;
    cursor: pointer;
}

.cbp-spmenu a:hover {
    color: #EDEEEF;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -275px;
}

.cbp-spmenu-right {
    right: -275px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0;
}

.cbp-spmenu-left li{
    margin-bottom: 5px;
    background: #282828;
}

.cbp-spmenu-left li.analytics{
    border-left: 7px solid #7F3983;
}

.cbp-spmenu-left li.analytics:hover{
    background-color: #533454;
}

.cbp-spmenu-left li.customer-success{
    border-left: 7px solid #7AB766;
}

.cbp-spmenu-left li.customer-success:hover{
    background-color: #4f6747;
}

.cbp-spmenu-left li.event-processing{
    border-left: 7px solid #FB5150;
}

.cbp-spmenu-left li.event-processing:hover{
    background-color: #863b3b;
}

.cbp-spmenu-left li.industries{
    border-left: 7px solid #2BB3AD;
}

.cbp-spmenu-left li.industries:hover{
    background-color: #2d716e;
}

.cbp-spmenu-left li.integration{
    border-left: 7px solid #FFA300;
}

.cbp-spmenu-left li.integration:hover{
    background-color: #b17e24;
}

.cbp-spmenu-left li.thought-leadership{
    border-left: 7px solid #E8CC04;
}

.cbp-spmenu-left li.thought-leadership:hover{
    background-color: #ab9b2a;
}

.cbp-spmenu-left li.tips-amp-tricks{
    border-left: 7px solid #219AC8;
}

.cbp-spmenu-left li.tips-amp-tricks:hover{
    background-color: #2f5f71;
}

.cbp-spmenu-left li.two-second-advantage{
    border-left: 7px solid #E8CC04;
}

.cbp-spmenu-left li.two-second-advantage:hover{
    background-color: #ab9b2a;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 275px;
    position: relative;
}

.cbp-spmenu-push-toright #main-fixed-header{
    transform: translateX(275px);
    width: 100%;
    left: 0;
}

body{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0;
    overflow-x: hidden;
    position: relative;
}

.cbp-spmenu-push-toleft {
    left: -275px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.cbp-spmenu #searchform                 { width: 80%; margin: 0 0 10px 25px; float: left; display: block; clear: both; border: 1px solid #e8e8e8; box-sizing: border-box; background: #fff; padding: 5px; }
.cbp-spmenu #searchform .s-textbox      { width:80%; float: left; display: block; margin: 0; padding: 0; box-sizing: border-box; border: 0; outline: none; }
.cbp-spmenu #searchform .s-button       { width:20%; float: right; display: block; margin: 0; padding: 0; box-sizing: border-box;  border: 0; background:  url("../../themes/brennuis/images/search-icon.png") no-repeat center right transparent; outline: none; cursor: pointer;} 

/*component css ends*/


/*----responsive menu css start-----*/

.category-menu ul ul  {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.category-menu ul a:visited, .category-menu ul a:link, div.horizontal a:visited {
    text-align: center;
    text-decoration: none;
}

.category-menu ul li.hideshow ul{
    position:absolute;
    background: #999;
    display:none;
    left:0;
    min-width: 125px;
    z-index: 9999;
}

.category-menu ul li.hideshow ul li{
    display: block;
    clear: both;
    float: left;
}

.category-menu ul li.hideshow ul a{
    text-align: left !important;
    margin: 7px 5px !important;
    line-height: 16px;
}

.category-menu ul li.hideshow{
    position:relative;
}
/*----responsive menu css ends-----*/


/*---------- print css start --------------*/

@media print {

  #main-nav-wrapper li.analytics, #main-nav-wrapper li.event-processing, #main-nav-wrapper li.integration, #main-nav-wrapper li.customer-success {
    background-image: none;
    padding-bottom: 5px;} 
    
  .category-banner.analytics  { background-image: none;}    
    
}

/*---------- print css end --------------*/


/* wBounce modal css start here*/

#wbounce-modal .wbounce-modal-sub   { width: 100%; background: #333;}
#wbounce-modal .wbounce-modal-sub div.content-sec-left { width:68%; float: left ; display: block; margin-top:30px; padding: 15px; box-sizing: border-box;}
#wbounce-modal .wbounce-modal-sub div.content-sec-left h1 { font-size:32px; line-height:34px; color:#E51992; margin-bottom: 15px; }
#wbounce-modal .wbounce-modal-sub div.content-sec-left p { color: #fff; font-size: 18px; line-height: 22px; }
#wbounce-modal .wbounce-modal-sub div.subscribe-widget { width:32%; float: right; display: block; padding:15px; box-sizing: border-box; }
#wbounce-modal .wbounce-modal-sub div.subscribe-widget p { margin: 0;}

#wbounce-modal .wbounce-modal-sub div.subscribe-widget .s2_message { font-size: 18px; line-height: 22px; color: #fff; margin-top: 45px;}
 #wbounce-modal .wbounce-modal-sub div.subscribe-widget .s2_message a { color: #e51992; }

#wbounce-modal form input[type=submit]  { background:#E51992; width:100%; box-shadow:none; }
.wbounce-modal form input[type=text]	{ padding: 12px 12px 12px 0 !important; width:100% !important; border:none !important;  
border-bottom: 1px solid #E51992 !important; background: none; color: #fff; border-radius: 0 !important; }	


#wbounce-modal .wbounce-modal-sub a.modal-close{
    padding: 0;
    margin: 0;
    color: #fff;
    right: 11px;
    position: absolute;
    top: 5px;
    font-size: 20px;
    font-weight: 300;
}



/* wBounce modal css end here*/

/*********************************** marketo form css start here **************************************/

#main-footer .footer .copywrite_sec {
    color: #333;
    font-weight: 400;
    margin: 0 auto;
    padding: 30px 0;  
   
    width: 100%;
    background: #fff;
      
} 

#main-footer .footer .copywrite_sec .copywrt_inner{
   margin: 0 auto;
   max-width: 730px;    
}

#main-footer .footer p {
    color: #E51992;
    font-family: "Gotham A", "Gotham B", arial, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: -20px;
    }



.mktoModal .mktoModalContent { max-width:605px; width:90%; margin:0 auto; right:0; left:0 !important; background:#323232 !important; }	
.mktoModal .mktoModalContent .mktoModalMain { width:100% !important; }
.mktoModal .mktoModalContent .mktoModalMain form { width:100% !important; }
.mktoModalContent .mktoModalMain .mktoFormRow .mktoFieldDescriptor.mktoFormCol  { float: none; max-width: 420px; margin: 0 auto;}
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p { color:#fff; font-size: 16px; line-height: 22px; font-weight: 300; font-family: "Gotham A", "Gotham B", arial, sans-serif;   }
 .mktoForm .mktoError    { left: 87px; top: 25px; }
.mktoForm .mktoRequiredField label.mktoLabel    { width: auto !important; }
.mktoForm .mktoRequiredField .mktoEmailField  { width: 310px !important; font-size: 14px; color: #fff; background: none; border-radius: 0;  border: none; border-bottom: 1px solid #e51992; }
.mktoForm .mktoButtonRow    { width: 395px; margin: 0 auto; float: none; display: block; }
.mktoForm .mktoButtonWrap { margin-left: 0px !important; display:block; float:right;  }
.mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton  { background: #e51992 !important; box-shadow: none; outline: none; border: none !important; text-shadow: none !important; border-radius: 0; font-family: "Gotham A", "Gotham B", arial, sans-serif; margin-bottom: 20px; margin-top: 10px; text-transform: uppercase;  }
.mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton:hover{ border:none !important;} 
.mktoForm .mktoLabel	{  width: 210px !important; font-size: 14px;  }
.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input { border: none;}
.mktoForm .mktoFieldWrap .mktoHtmlText { width: auto !important; }


#main-footer .footer .mktoForm                          { width: 660px !important; margin: 0 auto;  }
#main-footer .footer .mktoForm .mktoFormCol             { width: 100%; }
#main-footer .footer .mktoForm .mktoFieldWrap           { width: 100%; margin: 0 auto; float: none;  }
#main-footer .footer .mktoFormRow .mktoFieldDescriptor.mktoFormCol { width: 220px; margin:0 auto;  }
#main-footer .footer .mktoForm .mktoRequiredField       { margin-left: 0;  position: relative; }
#main-footer .footer .mktoForm .mktoError	   { left:0 !important; right:0 !important;}		
#main-footer .footer .mktoForm .mktoRequiredField .mktoEmailField	{  width: 620px !important; float: none; margin: 0 auto;}
#main-footer .footer .mktoForm .mktoRequiredField label.mktoLabel   { width: auto !important; display: none;}
#main-footer .footer .mktoForm .mktoLabel               { width: 210px !important;  float: none; color: #9a9a9a; font size: 15px; font-weight: 400; }
#main-footer .footer .mktoForm .mktoCheckboxList > input       { width: 30px;  }
#main-footer .footer .mktoForm .mktoFieldWrap .mktoHtmlText  { display: none;}
#main-footer .footer .mktoForm .mktoButtonRow            { width: 120px; margin: 0 auto; float: none; }

#main-footer .social-share .container > div > ul > li > a > i.fa-2x { font-size: 1.3em; } 



@media only screen and (max-width: 1150px){


#main-footer .footer .copywrite_sec                  { width: 100% !important;} 
#main-footer .copyright                              { width: 100%; margin-bottom: 10px; } 
#main-footer .links                                  { width: 100%; margin-bottom: 20px; float: none;} 
#main-footer .links .hide-pipe                       { display: none; }

}



@media only screen and (max-width: 767px) {	
    
    #main-footer .footer p  { font-size: 28px; line-height: 32px; }
   
  .mktoForm .mktoButtonWrap { float:left;}	
    
    #main-footer .links  {width: 315px;}
    #main-footer .links .mobl-hide                       { display: none; }
    #main-footer .links a {
        width: 140px; display: inline-block; margin-bottom: 15px;
    }
    
    #main-footer .footer .mktoFormRow .mktoFieldDescriptor.mktoFormCol {
    width: 90% !important; float: none; }
    
    #main-footer .footer .mktoForm .mktoRequiredField .mktoEmailField     {
     width: 100% !important; }
    
    #search-3  { display: none;}
    #text-4 { display: none; }
    
}

@media only screen and (max-width: 640px){

 #main-footer .footer .mktoForm  {  width : 90% !important; }
 #main-footer .footer .mktoForm .mktoRequiredField	{ margin-left:0px;}
     
    #main-footer .footer .mktoForm .mktoButtonRow    { float: right;  }
    

}

@media only screen and (max-width: 500px){
   
    
     		
    .mktoForm .mktoCheckboxList > input       		{ width:30px !important; }	
    #main-footer .footer .mktoFormRow .mktoFieldDescriptor.mktoFormCol          { width: 100%; }
   .mktoForm .mktoButtonRow       { width: 100%;}
    
    
}


@media only screen and (max-width: 480px){

    .mktoForm .mktoRequiredField .mktoEmailField    { width: 100% !important;}
    .mktoForm .mktoLabel { width:100px !important;}
   .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList   { width: 100px!important;}	

  #main-footer .footer .mktoForm .mktoLabel	{    width: 150px !important; }

}

.content-wrap .content a.see_all  {
  	font-size: 14px ;
    	margin: 30px 50px 15px 0 ;
    	text-decoration: none ;
    	line-height: 15px ;
    	font-weight: 600 ;
    	color: #e51992 ;
	   display:inline-block ;
	   float:right;
 	}

.content-wrap .content a.see_all:hover{
    color:#c7117d;
}
.content-wrap .content a.see_all i {margin-right:5px;}


@media all and (max-width: 1023px) {
.content-wrap .content a.see_all { margin:30px 0px 15px 0;}
}

