/*
Theme Name: Base Theme
Theme URI: http://www.pagelines.com/
Description: A starter child theme for PageLines.  Use this as a reference for building your own child themes for Extend.
Version: 1.0.2
Author: PageLines
Author URI: http://www.pagelines.com
Tags: developer
Template: pagelines
*/

* {
	-webkit-font-smoothing: subpixel-antialiased !important;
}


/* -- NavBar -- */
.navbar .plbrand {
	margin: 12px 2% 12px 1%;
	float: left;
	padding: 0;
}


.navbar .plbrand .plbrand-text {
	color: #fff;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	text-decoration: none;
	font-size: 1.5em;
}


.navbar .plbrand:hover .plbrand-text { color: #fff; }
.navbar .plbrand:active .plbrand-text { color: #fff; }
.navbar .navline { font-size: 1.2em; }


.navbar .navline li a {
	color: #bbb;
	-webkit-transition: .2s ease-in-out all;
	-moz-transition: .2s ease-in-out all;
	-ms-transition: .2s ease-in-out all;
	-o-transition: .2s ease-in-out all;
	transition: .2s ease-in-out all;
	font-weight: 300;
}


.navbar .navline li a:hover {
	background: auto;
	color: #efefef;
}


.navbar .navline li.current-menu-item a { color: #bbb; }
.navbar .navline li.current-menu-item a:hover { color: #fff; }


.dropdown-menu a {
	color: #bbb;
	-webkit-transition: .2s ease-in-out all;
	-moz-transition: .2s ease-in-out all;
	-ms-transition: .2s ease-in-out all;
	-o-transition: .2s ease-in-out all;
	transition: .2s ease-in-out all;
}


.dropdown-menu li a { padding: 5px 16px !important; }
.dropdown-menu a:hover { color: #efefef; }
.dropdown-menu li.current-menu-item > a { color: #efefef; }


.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	color: #efefef;
	background-color: none;
	background-image: none; 
}


.navbar.pl-color-black-trans {
	background-image: none;
	background-repeat: ;
	border-top: 0;
	border-bottom: 0;
	background-color: #191919;
}


#header {
	background-color: #191919;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#282828),to(#191919));
	background-image: -webkit-linear-gradient(#282828,#191919);
	background-image: -moz-linear-gradient(top,#282828,#191919);
	background-image: -ms-linear-gradient(#282828,#191919);
	background-image: -o-linear-gradient(#282828,#191919);
	background-image: linear-gradient(#282828,#191919);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#282828',endColorstr='#191919',GradientType=0);
}


.logo {
	background: #ff0000 url('images/adobe.png');
	background-repeat: no-repeat;
	height: 68px;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	cursor: pointer;
	width: 39px;
	right: 0;
	background-position: center bottom;
	margin-right: 10px;
}


#navbar .content {
	width: 100%;
	max-width: 100%;
}


.navbar .navline li a { padding: 15px; }
.navbar .navline .caret { border-top-color: #bbb; }


.nav-pills .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


.navbar .navline > .dropdown > .dropdown-menu::before, .navbar .navline > .dropdown > .dropdown-menu::after { display: none; }


body .dropdown-menu {
	margin: 0;
	background: rgba(25,25,25, 0.85);
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-width: 200px;
}


.dropdown-menu a {
	font-weight: 300;
	color: #bbb;
}


.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu li.current-menu-item > a {
	background-color: transparent;
	background-image: none;
	filter: none;
}


body .dropdown-menu a:hover { background: none; }
h1, .fpost .entry-title { font-size: 3em; }



/* -- Links -- */
.hentry a:hover {
	text-decoration: underline;
	color: #191919;
}


.clip .post-meta .metabar em a:hover { color: #247fcc; }


/* -- Footer -- */
#footer .content {
	max-width: 100%;
	height: auto;
}


#footer .content .content-pad { padding: 10px 1%; }
#footer .widget .widget-pad { padding: 0; }
#copyright { float: right; }
.footer-text, .footer-text a { font-size: 90%; }


.footer-text ul li {
	list-style: none;
	display: inline;
	padding: 0 15px 0 0;
}


/* -- Search Box -- */
.searchform { width: 200px; }


#search-menu {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 60px;
	margin-top: 12px;
	background: url('images/search.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 20px;
	cursor: pointer;
	text-indent: -9999px;
}


#search-menu:hover { background-position: center bottom; }
.searchfield::-webkit-input-placeholder { color:#bababa; }
input:-moz-placeholder { color:#bababa; }


.navbar .searchform .searchfield {
	background-color: #191919;
	border: none;
	box-shadow: none;
	color:#bababa;
}


.search-form {
	display: none;
	background: rgba(25,25,25, 0.85);
	padding: 15px 15px 8px 15px;
	width: 200px;
	position: absolute;
	right: 0;
	margin-right: 60px;
}


.searchform .searchfield {
	width: 200px;
	height: 30px;
	padding: 5px 10px;
	margin: 0;
	float: right;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "adobe-clean", "Helvetica", Arial, serif;
	font-size: 100%;
	line-height: 1.2em;
	border: 1px solid #dedede;
	-webkit-transition: none;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #dedede;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.navbar .searchform .searchfield {
	background-color: rgba(255,255,255,0.15);
	border: none;
	box-shadow: none;
}


.searchform .searchfield:focus {
	background-color: #fff;
	color: #191919;
	width: 200px;
}


.navbar .searchform { margin: 9px 6% 5px 0; }


/* -- Posts --*/
.clip_box {
	margin: 0;
	border-color: none;
}


.hentry {margin: 0 0 10px;}
.tags .note { font-family: "adobe-clean","myriad-pro-1","myriad-pro-2",sans-serif; }



.post-meta .c_img {
	-webkit-box-shadow: none; /* padding: 3px; */
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	border: none;
}


.post-meta .c_img, .hentry .c_img { border: none; }
.post-meta .metabar em a { color: #247fcc; }
.post-meta .metabar em a:hover { text-decoration: none; }
.post-meta .post-title-section { padding-bottom: 0; }


/* -- Content -- */
#content .content-pad { padding: 40px 30px 30px 30px; }
.one-sidebar-right #column-main .mcolumn-pad, .two-sidebar-right #column-main .mcolumn-pad { padding: 14px 30px 0 0; }
.hentry .hentry-pad, .sidebar_widgets { border-bottom: 0px solid #EBEBEB; }
.sidebar_widgets > :last-child { border-bottom: 0; }


/* -- Typography -- */
a.continue_reading_link {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 700;
	color: #fac200;
}


.widget .widget-title {
	font-size: 1.6em;
	font-weight: 700;
	color: #191919;
	padding: 9px 0;
	border-top: 1px solid #EBEBEE;
	text-transform: none;
}


.sidebar_widgets { border-bottom: none; }


.category-title h1 {
	font-size: 3em;
	font-weight: 300;
	clear: both;
	padding: 15px 0;
	display: block;
	display: none;
}


.metabar em {
	font-size: 1.2em;
	font-style: normal;
	line-height: 3em;
}


.tags {
	font-style: normal;
	font-size: 12px;
}


.fcontent .ftitle { font-weight: 300; }
.fpost .post-title h2 { font-size: 2.1em; }


#feature_slider .fcontent .ftitle {
	font-size: 2.5em;
	line-height: 1.2em;
}


#feature_slider .fcontent .ftext {
	font-size: 1.2em;
	font-weight: 300;
}


#feature_slider .fcontent a {
	background: none;
	border: none;
	text-shadow: none;
	text-decoration: none;
	font-style: none;
	padding: 0;
}


#feature_slider .fcontent a.plmore {
	display: inline-block;
	text-transform: none;
	font-size: .9em;
	color: #ffcc00;
}


body,.font1,.font-primary,.commentlist,input,h1,h2,h3,h4,h5,h6,.site-title,.font2,.font-sub,ul.main-nav li a,#secondnav li a,.metabar,.subtext,.subhead,.widget-title,.post-comments,.reply a,.editpage,#pagination .wp-pagenavi,.post-edit-link,#wp-calendar caption,#wp-calendar thead th,.soapbox-links a,.fancybox,.standard-form .admin-links,#featurenav a,.pagelines-blink,.ftitle small,.button,input[type="submit"],input[type="button"],input[type="reset"],.submit {
	font-family: "adobe-clean","myriad-pro-1","myriad-pro-2",sans-serif;
	font-weight: 300;
}


.tc2, .t2, .cnt-comments a, .cnt-comments a:hover, .tcolor2, .lcolor2 a, .subhead, #branding .site-description, #callout, #commentform .required, #postauthor .subtext, #page .wp-pagenavi span.pages, .commentlist .comment-meta a, .content-pagination span, .content-pagination a .cp-num, .comment.alt .comment-author, .tcolor3, .lcolor3 a, .main_nav a, .widget-title a, h3.widget-title a, #subnav_row li a, .metabar em, .metabar a, .tags, #commentform label, .form-allowed-tags code, .rss-date, .comment.alt, .reply a, .post-footer, .auxilary a, .cform .emailreqtxt, .cform .reqtxt, #page .wp-pagenavi a, #page .wp-pagenavi .current, #page .wp-pagenavi .extend { color: #333; }


h1, h2, h3, h4, h5, h6, a.site-title, .entry-title a, .widget-title {
	font-weight: 500;
	letter-spacing: -.05em;
}


/* -- Clips -- */
.clip .post-excerpt {
	line-height: 1.8em;
	font-size: 115%;
	padding: 0 20px 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
}


.author-thumb-excerpt img {
	border-radius: 50%;
	height: auto;
	width: 40px;
	float: left;
}


.author-thumb-excerpt {
	display: inline-block;
	margin: 0 5px -12px 0;
}


.clip .post-meta .metabar {
	font-weight: 300;
	font-size: 85%;
    position: absolute;
    padding: 0 20px 0 20px;
    bottom: 0;
    letter-spacing: -.05em;
}


.post-meta .metabar em {color: #000; }


/* .post-meta .metabar em .date {float: right }*/


.clip .entry-title {
	padding: 0;
	padding: 0 20px 0 20px;
    margin-top: 25px;
	font-size: 2.2em;
}


.clip .post-header {
	position: relative;
	z-index: 1;
}


.clip .full_img {
	margin-bottom: -23px;
	position: relative;
	z-index: 1;
	min-height: 23px;
}


.clip .post-meta .c_img { padding: 0; }


.categories .arrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-left: 5px solid transparent;
	border-top: 7px solid hsl(44,55%,47%);
	top: 100%;
	left: 0;
	position: absolute;
}


a.continue_reading_link {
	padding: 0 15px 0 15px;
	display: none;
}


.hentry .hentry-pad { padding: 0; }


.clip .sharebar {
	padding: 0 15px 0 15px;
	margin-bottom: 15px;
}


/*.hentry .post-header {padding-left:40px}*/


.clip {
	/*  box-shadow: 0 0 2px #c4c4c4;
	-webkit-box-shadow: 0 0 2px #c4c4c4;
	-moz-box-shadow: 0 0 2px #c4c4c4;*/
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    background: #fff;
}


.clip .meta {
    bottom: 0;
    position: absolute;
}


.clip .post-meta .metabar em a {
    color: #000;
    font-weight: 500;
}


.hentry .hentry-pad, .sidebar_widgets { min-height: 0; }
.metabar em { line-height: 1em; }


/* -- Post Pages -- */
/*.hentry {
	margin: -415px 0 0 0;
	padding: 80px 40px 80px 80px;
	background: #FFF;
	width: 80%;
}*/


.post_feature_image {
	width: 100%;
	height: 500px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}


.post-meta .metabar { font-weight: 300; }


.meta-share {
	padding-top: 20px;
	display: block;
}


/* -- Sidebar -- */
section.copy { margin: 0 0 1.6em 0; }


/* -- Feature -- */
#feature_slider .fcontent {
	width: 50%;
	background: none;
	text-shadow: none;
}


#feature_slider .fcontent .fset_height { height: ; }


#feature_slider .fcontent .fcontent-pad {
	padding: 25px 30px;
	position: absolute;
	display: block;
	bottom: 40px;
	background: url(images/black.png);
	background-repeat: repeat;
}


#feature_slider .fcontent .fheading {
	padding: 0 0 15px 0;
	margin-bottom: 0;
}


.category #feature { display: none; }


#feature {
	margin: 0em;
}


#feature_slider .fcontainer .fcontent h1, #feature_slider .fcontainer .fcontent h2, #feature_slider .fcontainer .fcontent h3, #feature_slider .fcontainer .fcontent h4, #feature_slider .fcontainer .fcontent h5 {
	color: white;
	text-shadow: none;
}


#featurenav a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
}


#feature-footer #featurenav a.activeSlide {
	background: #247fcc !important;
	height: 10px;
}


/* -- Social Icons in Universal Sidebar -- */
#social-widget-icons a {
	/background: white url('images/socialicons32x32.png') center 4px no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}


#social-widget-icons div {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0px 5% 20px 0;
}


#social-widget-icons { text-align: center; }
#social-widget-icons-twitter a { background-position: -32px -32px; }
#social-widget-icons-facebook a { background-position: -32px -64px; }
#social-widget-icons-youtube a { background-position: -32px -128px; }
#social-widget-icons-linkedin a { background-position: -32px -96px; }
#social-widget-icons-rss a { background-position: -32px 0; }
#social-widget-icons-emailsubscribe a { background-position: -32px -192px; }
#social-widget-icons-twitter a:hover { background-position: 0 -32px; }
#social-widget-icons-facebook a:hover { background-position: 0 -64px; }
#social-widget-icons-youtube a:hover { background-position: 0 -128px; }
#social-widget-icons-linkedin a:hover { background-position: 0 -96px; }
#social-widget-icons-rss a:hover { background-position: 0 0; }
#social-widget-icons-emailsubscribe a:hover { background-position: 0 -192px; }


#sidebar-wrap #social-widget-icons div {
	display: block;
	float: left;
}


/* -- Hides the site tagline -- */
.subhead {
	display: none;
	margin: 0;
}


/* -- Eliminates the spacing between the Navbar and the Features, and the Features and the content -- */
#features .content-pad { padding: 0; }


body { 
	padding-top: 0;
	background: #e7e7e7;
}


/* -- Share buttons on post pages -- */
.share-buttons-post {
	margin-left: -125px;
	position: absolute;
	top: 350px;
	width: 85px;
}


.share-buttons-post ul {
	padding: 1em;
	margin: 0; 
}


.share-buttons-excerpt { float: right; }
.share-buttons-excerpt ul { margin: 0; }


.share-buttons-excerpt ul li {
	display: inline;
	list-style: none;
	padding: 1em;
	margin: 0;
}


/* -- Category names in the Metabar -- */
.categories {
    background: none repeat scroll 0 0 #FAC200;
    left: -10px;
    padding: 4px 16px 4px 4px;
    position: relative;
    top: 1px;
    z-index: 2;
}


/*.clip .categories { margin: 0 15px 0 15px; }*/


.categories.sc a {
	font-weight: 500;
	text-transform: uppercase;
	color: #191919;
	font-size: .9em;
    margin-left: 10px;
}


.categories.sc a:hover { text-decoration: none; }


/* -- Social Widgets for Facebook and Twitter in the Universal Sidebar -- */
#social-widget-facebook {
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}


#social-widget-twitter {
	overflow: hidden;
	padding-bottom: 15px;
	margin-top: 20px;
}


/* -- Post Author -- */
.author-details li a {
	background:white url('images/socialicons32x32.png') no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
    display: block;
}


/*	display: inline-block;
	padding: 0 15px 0 0;
	font-size: 115%;
	line-height: 1.5em;
	font-weight: 500;
*/


.author-details li {
    display: inline-block;
    padding: 0 7px 16px 0;
}


.author-details .twitter-follow-button {margin-bottom: -13px;}
.author-details .youtube { background-position: 0px -128px; }
.author-details .linkedin { background-position: 0px -96px; }
.author-details .facebook { background-position: 0px -64px; }
.author-details .googleplus { background-position: 0px -160px; }
.author-details .email { background-position: 0px -192px; }
.author-details li a:hover { background-position-x: 0px; }
.author-details a:hover { opacity: .8; }
.section-postauthor .copy-pad { padding: 10px 0px; }


.section-postauthor .media .img {
	float: right;
	margin-right: 0;
	margin-left: 15px;
	text-align: none;
}


.author-info img { border-radius: 50%; }


.media .img .thumbnail:hover {
	border-color: auto;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none;
	box-shadow: none;
}


.section-postauthor p {
	font-size: 115%;
	line-height: 1.5em;
}


.media .img .thumbnail {
	padding: 4px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.section-postauthor .author-note { font-weight: 700; }
.featured-post li h4 { margin: 10px 0 15px 0; }


.featured-post-title {
	letter-spacing: -0.1em;
	font-weight: 300;
}


.featured-post-widget img { border: 1px solid #e9e9e9; /* padding: 3px; */ /* max-width: 98% !important; */ }


.fpost .post-excerpt {
	font-size: 1.1em;
	line-height: 1.6em;
}


p {
	font-size: 1.2em;
	line-height: 1.6em;
}


.hentry { margin: 0 0 10px; }
.widget ul { margin: 0 0 10px 0; }


.entry_content .c_img {
	border-bottom: 1px solid #e9e9e9; /* padding: 3px; */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	background: #FFF;
}


.fpost .post-thumb.img { margin-right: 25px; }


.category-title {
	font-size: 2em;
	font-weight: 500;
	letter-spacing: -.05em;
	color: #247fcc;
	display: block;
	line-height: 1.3em
}


.sub-nav {
	padding: 15px 0 10px 1%;
	border-bottom: 1px solid #EBEBEB;
}


.post-meta .metabar {font-size: 125%; }


.post-meta .c_img, .hentry .c_img {
	padding: 0;
	max-width: 100%;
}


.IN-widget { margin-right: 25px; }


.comments-box {
	background: #fff;
	height: 22px;
	display: inline-block;
	position: relative;
	padding: 0px 20px 0 2px;
	font-size: 12px;
	float: left;
	overflow: hidden;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	font-weight: 500;
}


/*	box-shadow: 0 0 2px #c4c4c4;
	-webkit-box-shadow: 0 0 2px #c4c4c4;
	-moz-box-shadow: 0 0 2px #c4c4c4; }
*/


.comments-box .link { color: #191919; }


.comments-box .left {
	line-height: 2em;
	display: block;
	white-space: nowrap;
	color: #191919;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	text-indent: -9999px;
	background: no-repeat url('images/icons.png') -17px -4px;
	height: 13px;
	width: 15px;
	margin: 5px 5px 0 5px;
}


.comments-box .right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 3 5px;
	text-align: center;
	line-height: 2em;
	color: #191919;
	padding: 0 10px 0 10px;
}


.trending-tags {
	background: no-repeat url('images/icons.png') -17px -4px;
	background-size: 44px 20px;
	/*padding-left: 19px;*/
    margin-left: 19px;
    background-position: -31px 11px;
}


.current_posts_info {
	font-size: 3em;
	font-weight: 500;
	letter-spacing: -.05em;
	color: #247fcc;
	display: block;
	line-height: 1.3em;
	padding: 35px 30px 25px;
	border-bottom: 0px solid #ebebeb;
	background: #fff;
}


#postsinfo .content { max-width: 100%; }
.content .content-pad { padding: 0; }
.mini-author-info { text-align: right; }


.mini-author-description {
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}


.mini-author-thumb {
	height: 90px;
	width: auto;
	margin: 60px 0 20px 0;
}


.mini-author-thumb img { border-radius: 50%; }
.clip .post-meta .metabar {display:none;}


.clip .post-header {
	position: relative;
	z-index: 1;
}


/* Shahed */
/*start - media max width 767px*/

@media (max-width: 767px) {
    body {
        font-size: 12px;
        line-height: 18px;
    }
    #site .navbar .nav-btn-navbar {
    	display: inline-block;
    	margin-right:50px;
    }
    .fpost .post-excerpt {
    	margin: 4em 0;
    }
    .searchform .searchfield {
    	width: 210px;
    	height: 30px;
    	padding: 5px 10px;
    	margin: 0;
    	float: right;
    	background: #fff;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    	font-family: "adobe-clean", "Helvetica", Arial, serif;
    	font-size: 100%;
    	line-height: 1.2em;
    	border: 1px solid #dedede;
    	-webkit-transition: none;
    	-moz-transition: all .5s;
    	-ms-transition: all .5s;
    	-o-transition: all .5s;
    	transition: all .5s;
    }
    .magnifier{
        padding-top:10px;
    }
    .fyre-editor .fyre-editor-container .fyre-editor-editable {
    	-moz-box-sizing: border-box;
    	background-color: #F6F6F6;
    	border: 1px solid #A1A1A1;
    	border-radius: 5px 5px 0 0;
    	box-shadow: 0 1px 2px #999999 inset;
    	clear: both;
    	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    	font-size: 12px;
    	height: 100px;
    	margin: 0;
    	outline: medium none;
    	overflow-x: hidden;
    	position: relative;
    	width: 90%;
    }
    .fyre-editor .fyre-editor-toolbar .goog-toolbar {
	    position: relative;
	    width: 90%;
    }
	.categories {top: 3px;}
}
/*end - media max width 767px*/


@-moz-document url-prefix() {
	.trending-tags {
		background: url("images/icons.png") no-repeat scroll -17px 10px / 44px 20px transparent;
		padding-left: 19px;
	}
}


/*for share box*/
.comments-box{padding: 0 10px 0 2px;}


.comments-box .right{
	padding: 0;
	position: relative;
}


.comments-box{box-shadow: 0 0 0 #FFFFFF !important;}
.clip .post-excerpt{margin-bottom: 37px;}
.home .post{position: relative;}


.home .post-header {
	min-height: 320px;
	/*max-height: 610px;*/
}


.home .soc_block{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}


/*for thumb*/
.blog .post-meta .c_img{
	text-align: center;
	/*height: 297px;*/
	overflow: hidden;
}


/*for soc bar*/
.single .post-meta .metabar{
	height: auto;
	font-weight: 500;
	margin-top: 11px;
}



/*fix for IE8*/
.hentry .blocks{display: block;}
.full_img a.post-thumb{display: block;}
section.billboard .center form{display: none;}


/* added by joel */
.full_img a.post-thumb{display: block;}


.entry-title-n{
	font-size:2em;
	vertical-align:top;
	margin-top:0px
}


.hentry h3, .hentry h4, .hentry h5, .hentry h6{margin:0.2em 0 0em;}


.hentry .hentry-pad, .sidebar_widgets {
	border-bottom: 1px solid #EBEBEB;
	min-height: 0;
}


.single .fullwidth .entry_wrap .entry_content, .single .one-sidebar-right .entry_wrap .entry_content, .single .one-sidebar-left .entry_wrap .entry_content, .single .two-sidebar-right .entry_wrap .entry_content, .single .two-sidebar-left .entry_wrap .entry_content, .single .two-sidebar-center .entry_wrap .entry_content{
	border:0;
}


.hilite{background:yellow;}


.post-nav .previous a, .current_posts_info .previous a {
	float: left;
	padding-left: 24px;
	background: url(images/post-previous@2x.png) no-repeat left center;
	background-size: 16px 16px;
}


#respond #reply-title {
	padding-left: 25px;
	background: url(images/icon-reply@2x.png) no-repeat 0 50%;
	background-size: 17px;
}


#comments-title {
	padding-left: 22px;
	background: url(images/icon-comment@2x.png) no-repeat 0 30%;
	background-size: 17px 17px;
}


.post-nav .next a, .current_posts_info .next a {
	float: right;
	padding-right: 24px;
	text-align: right;
	background: url(images/post-next@2x.png) no-repeat right center;
}


.sharebar_excerpt {
	float: left;
	margin: 0;
}


.clip .sharebar_excerpt {padding: 0 0 0 15px;}


.sharebar_excerpt a {
	color: #000;
	font-weight: 500;
}


.sharebar_excerpt a:hover {
	color: #000;
	text-decoration:none;
}



.sharebar_excerpt .sharrre { display:inline;}


.sharebar_excerpt .sharrre .box{
    float:left;
    margin: 0 4px 0 0;
    padding-bottom: 20px;
}


.sharebar_excerpt .sharrre .share {}
.sharebar_excerpt .sharrre .count {padding-right: 4px;float:left\0/ !important}


.sharebar_excerpt .sharrre .buttons {
    display:none;
    width:150px;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    z-index:9999;
}


.sharebar_excerpt .sharrre .button {
    float:left;
    height:25px;
    padding: 4px 9px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000000;
    text-shadow: none;
    border: none;
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    box-shadow: none;
    clear:both;
	width:inherit;
}


.author .sharebar_excerpt .sharrre .buttons{margin-top:27px;width:138px;border-top:0}
.clip .metabar_alt a {color: #000;}
.clip .metabar_alt {display:inline;}


a:hover {
	-webkit-transition: border-color .2s linear;
	-moz-transition: border-color .2s linear;
	-ms-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	transition: border-color .2s linear;
}


.hero-wrap {background: #e6e6e6;}


.clip {
	width: 48.5%;
	margin-bottom: 20px;
}


.fullwidth #column-main .mcolumn-pad {
	padding-right: 0;
	padding-left: 0;
}


#comments {margin: 0 60px;}


.pagination.pagenavi {
    background: none repeat scroll 0 0 #E6E6E6;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}


.pagination.pagenavi .previouspostslink {
	position: absolute;
	left: 0;
}


body.home .pagination.pagenavi .previouspostslink {
	position: absolute;
	left: 0;
	top:25px
}


.pagination.pagenavi .nextpostslink {
	position: absolute;
	right: 0;
}


body.home .pagination.pagenavi .nextpostslink {
	position: absolute;
	right: 0;
	top:25px
}


.pagination.pagenavi .wp-pagenavi a, .pagination.pagenavi .wp-pagenavi span.current {
	float: none;
	padding: 0 15px;
	line-height: 1em;
	text-decoration: none;
	background-color: transparent;
	border: none;
	border-left-width: 0;
	color: rgba(0,0,0,0.6);
	font-weight: 700;
}


.pagination .wp-pagenavi a, .pagination .wp-pagenavi span.current {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.pagination ul > span.pg, .pagination ul > a:hover span.pg, .pagination ul .wp-pagenavi a:hover, .pagination ul .wp-pagenavi span.current, .pagination.pagenavi > span.pg, .pagination.pagenavi > a:hover span.pg, .pagination.pagenavi .wp-pagenavi a:hover, .pagination.pagenavi .wp-pagenavi span.current {
	box-shadow: none;
	background-color: none;
	color: #000;
	text-decoration: none;
}


.pagination.pagenavi .wp-pagenavi a:hover{background-color: #E6E6E6;}


.tags a {
	font-style: normal;
	background-color: #e4e4e4;
	display: inline-block;
	padding: 4px 8px;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	color: #90939a;
	margin: 0 4px 6px 0;
	line-height: 1.4em;
}


.tags a:hover {
	background-color:#90939a;
	color:#f4f6f8;
	text-shadow: none;
	text-decoration:none;
}


.footcol ul li {
	display: inline-block;
	padding: 0 10px 0 0;
}


#sb_footcols {background:#000000;}
#footer .content .content-pad {color:#969696;}
#footer a, #footer li h5 a {color: #969696;}
.fb-like span, .fb-like iframe { min-height:20px!important; min-width:48px !important}
.home .mcolumn-pad{background-color:#e7e7e7 !important}
.post-meta .c_img, .hentry .c_img{height:auto !important}
.full_img a.post-thumb{margin:0 !important}
html, body {height: 100%}
#page{min-height: 100% !important;margin-bottom:-41px}
#page:after {content: "";display: block}
#site{height:100%}
#page .wp-pagenavi a:hover{text-decoration: underline}


/*.author .sharebar_excerpt .sharrre .buttons{top:0 !important}*/
.soc_block .metabar_alt a{color:#000000}


/*ie8 fix*/
.author .fullwidth #pagelines_content #column-wrap{background:none !important}
.author .fullwidth #pagelines_content .mcolumn-pad{background:#fff !important}
.sharebar_excerpt .sharrre .box span{padding-right:4px;font-weight:500;font-size:14px}
#wp-comments {margin: 40px;}


/* TEMPORARY FOR POST AUTHOR */
#postauthor .author-info {
	margin-left: 10px;
	margin-right: 25px;
}


#postauthor {
	padding-bottom: 20px;
	border-bottom: 0px solid #EBEBEB;
}


.single-post .categories.sc a {font-size: 1.1em;font-weight: 700}
.pagination.pagenavi .wp-pagenavi span.extend{border-color: #E7E7E7}


@media only screen and (min-device-width : 120px) and (max-device-width : 480px) {
	#twitter-widget-0{padding-bottom:10px}
	
	.IN-widget{padding-bottom:10px}
	
	#___plusone_0{padding-bottom:10px}
	
	.fb-like{padding-top:10px}

	.section-postauthor .media .img {
		float: left;
		margin-right: 0;
		margin-left: 0px;
		text-align: none;
	}
}


#login h1 a {width: 330px;}


/* LiveFyre Styles */
.fyre-help {display: none;}


/*start - media (min-width : 120px) and (max-width : 480px)*/
@media only screen and (min-width:120px) and (max-width:480px) {
    #content .content-pad {
        padding:0;
        padding-top:10px;
        padding-top:40px;
    }    

    .navbar .plbrand img {
        width:185px;
        overflow:hidden;
    }    

    #twitter-widget-0 {
        width:100% !important;text-align:left !important;
        padding-bottom:10px
    }

    .IN-widget {
        width:100% !important;text-align:left !important;
        padding-bottom:10px
    }

    #___plusone_0 {
        width:100% !important;text-align:left !important;
        padding-bottom:10px
    }

    .fb-like {
        width:100% !important;text-align:left !important;
        padding-top:10px
    }

    .section-postauthor .media .img {
        float:right;
        margin-right:0;
        margin-left:0px;
    }
}


/*end - media (min-width : 120px) and (max-width : 480px)*/
.sharebar_excerpt .sharrre img{margin:0 3px 4px 0;}
.content-pad li{font-size:1.2em}


body.home #pagination {
    padding-bottom: 5px;
    padding-top: 0px
}

#pagination {
    background-color: #E7E7E7;
    padding-top: 48px
}


.page-canvas { padding-bottom: 41px }


@media screen and (min-width:0\0) {
    body.home #pagination { margin-bottom:-5px }

	body.home .pagination.pagenavi .nextpostslink {
		position: absolute;
		right: 0;
		top:20px
	}

	body.home .pagination.pagenavi .previouspostslink {
		position: absolute;
		left: 0;
		top:20px
	}		
}


@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, body.home #pagination {
    	margin-bottom:-21px
	}

	*::-ms-backdrop, body.home .pagination.pagenavi .nextpostslink {
		position: absolute;
		right: 0;
		top:25px
	}

	*::-ms-backdrop, body.home .pagination.pagenavi .previouspostslink {
		position: absolute;
		left: 0;
		top:25px
	}
}


/** Tag Title color used in /sections/postinfo/section.php  BEGIN **/
.tag_color{
 	color:inherit;
 	font-size:1.0em;
 }
 /** Tag Title color used in /sections/postinfo/section.php  END **/


/** Individual Category Page - Post Title BEGIN **/ 
.entry_wrap .entry_content h2{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.55em;
}

#postloop .entry-title-n{ margin: 0px 0px; }
/** Individual Category Page - Post Title END **/ 


/** Custom CSS required for WP Custom Category Image plugin BEGIN **/
header.category-image img {
	max-height:461px;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
/** Custom CSS required for WP Custom Category Image plugin END **/


/** Style for The New Text Logo BEGIN **/
.txt-logo-main{
	color: #FFF;
	font-size: 19px;
	letter-spacing: 0.01em;
	font-weight: bold;
}

.txt-logo{
	color: #FFF;
	font-size: 19px;
	letter-spacing: 0.01em;
	font-weight: bold;
	line-height: 1.3em;
	text-rendering: optimizelegibility;
}
/** Style for The New Text Logo END **/

/** fb alignment css BEGIN **/
.meta-share .fb_iframe_widget{top: -7px;}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.meta-share .fb_iframe_widget{top: -7px;}
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
	.meta-share .fb_iframe_widget{top: -7px;}
}

@media only screen and (min-width:120px) and (max-width:480px) {
	.fb_iframe_widget_fluid {
  		display: block !important;
  		top: -5px;
	}
}
/** fb alignment css END */

/* 404 page styles **/
.dm_404_topics{
	width: 50%;
	float: left
}

.dm_404_topics h3{text-align: left}

.dm_404_topics a{
	font-size: 17px;
    padding-left: 15px;
    text-decoration: underline;
    display: block;
    margin-top: -15px;
    color: #000000
}

.cloud_404_topics{
	float: right;
	width: 50%;
	margin-bottom: 30px
}

.dm_404_topics h3{text-align: left}

.cloud_404_topics img{width: 10%}

@media screen and (min-width:0\0) {
	.cloud_404_topics img{
		width: 10% !important;
	}
}

.cloud_404_topics div{
	font-size: 17px;
    padding-left: 15px;
    display: block;
    margin-top: 5px
}

.cloud_404_topics a{
	text-decoration: underline;
	color: #000000
}

.notfound{padding-top: 40px}

@media (max-width:666px){
	.dm_404_topics{width: 100%}

	.dm_404_topics a{padding-left: 0}

	.cloud_404_topics{
		float: none;
		width: 100%;
		margin-bottom: 0px
	}
	.cloud_404_topics img{width: 25px}
	.cloud_404_topics div{padding-left: 0}
	.notfound{padding: 65px}
}

.notfound h3.hugetext{font-size: 4em}

.notfound h4.notfound-error{
    margin-top: -9px;
    font-size: 21px;
    margin-bottom: 13px
}

.notfound form{margin: 3px 0px 3px 10px}
/* 404 page styles end **/