﻿/*
Theme Name: Atlantic News - Responsive Wordpress Magazine / Blog
Theme URI: http://themeforest.net/user/ZERGE/portfolio
Description: Atlantic News - Responsive Wordpress Magazine / Blog
Author: ZERGE
Author URI: http://themeforest.net/user/ZERGE
Version: 1.03
Tags: light, custom-background, threaded-comments 
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
	Main Color: #72b7fc
	Wrapper Color: #F7F8F9
	Header Color: #111111
*/



/* for HTML5 blocks */
header, footer, aside, nav, article, section { display: block; }  

a {
	outline: none !important
}
::selection , ::-moz-selection {
	background-color: #333 !important;
	color: #FFF !important

}
/* 
   ---------------------------------------------------------------------------------------------------------
							Body
   ---------------------------------------------------------------------------------------------------------		
*/
body, .body-class {
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 	
 	font-size: 18px;
 	line-height: 26px;
 	background-color: #f7f8f9;
}


.top-block {
	background: url(img/top-footer.png) left top repeat;
	position: relative
}


/* 
   ---------------------------------------------------------------------------------------------------------
							Clear Floats
   ---------------------------------------------------------------------------------------------------------		
*/




blockquote {
	background: #fafbff;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	border-top: 1px solid #efefef;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #DDDDDD;
}

blockquote p { margin-bottom: inherit; }



.clear { clear: both; }

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

/* 
   ---------------------------------------------------------------------------------------------------------
							Menu
   ---------------------------------------------------------------------------------------------------------		
*/



.top-menu, .date-block, .copyright-block, .to-top-block {
	background-color: #373a3c;
	border: 1px solid #686b6e;
	margin-bottom: 10px;
	display: inline-block;
	height: auto;
	padding: 5px 10px;

		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;	
}

.copyright-block, .to-top-block {
		font-size: 11px;
		margin-bottom: 0;
		color: #aaa;

		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;	


		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;	
	
}
.copyright-block {
	text-transform: capitalize	
}

.copyright-block a, .to-top-block a {
	color: #FFF;
}
.to-top-block {
	float: right
}
.date-block {
	float: right;
	font-size: 11px;	
	color: #c0c0c0;
	margin-bottom: 15px;
}

#timeNow {
	float:left; margin-left: 2px;
}

.floatLeft {
	float: left !important
}


.bg-menu {
		background-color: #373a3c;
		border-top: 1px solid #666b6e;
		border-bottom: 5px solid #72b7fc;
		width: 100%;
}
.divider-1px-white {
	height: 1px;
	width: 100%;
	background-color: #fff
}
#menu {
	float:left; 
	margin-left: 0;
}

.add-nav li a {
	text-transform: lowercase;
	line-height: 18px;
	font-size: 11px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	text-transform: capitalize;
	background: none !important;	
}


.sf-menu.add-nav li:hover ul,
.sf-menu.add-nav li.sfHover ul {
	top: 24px; 
	width: 140px;
	background: #373A3C;	
	
}

.sf-menu.add-nav li:hover ul li,
.sf-menu.add-nav li.sfHover ul li {
	padding: 5px;	
	width: 130px;
	border-bottom: 1px solid #424648
}

.sf-menu.add-nav li:hover ul li a,
.sf-menu.add-nav li.sfHover ul li a {
	color: #999 !important 
}
.sf-menu.add-nav li:hover ul li a:hover,
.sf-menu.add-nav li.sfHover ul li a:hover {
	color: #fff !important 
}

.sf-menu.add-nav a {
	padding: 0;
	color: #c0c0c0 !important;
}

.sf-menu.add-nav li {
	margin-right: 10px;
	border: none;
	padding: 0;
	background: none !important
}
.sf-menu.add-nav li:hover a {
	color: #fff !important;
	cursor: pointer
}
.sf-menu li:last-child {
	margin-right: 0
}


.banner {
	margin-bottom: 20px;
	margin-top: 5px;
	float: right;
	text-align: right
	
}

.feature-scroller {
	height: 30px; line-height: 30px; border-bottom: 1px solid #dce2e7;
	background: #ffffff; /* Old browsers */
	background: -moz-ease-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(ease, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-ease-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-ease-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-ease-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: ease-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
}


/* 
   ---------------------------------------------------------------------------------------------------------
							Logo
   ---------------------------------------------------------------------------------------------------------		
*/

#logo {
	float:left;
	margin-bottom: 30px;
	margin-top: 15px;
}

#logo h1 	{ margin-bottom: 5px; }
#logo h3 	{ margin-bottom: 0; padding-bottom: 0 }

#logo h1 a, 
#logo h3 a  { color: #FFF }



*/

/*
	* =====================================================================================
	* Widget Title Block
	* =====================================================================================	
*/

.title-block {
	width: 100%;
}

.title-block h3 {
	padding-left: 16px;
	background: url(img/title-indicator.png) left 3px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	color: #72b7fc;
	margin-bottom: 5px;
}

.title-block .divider {  
        border-top: 1px solid #F4F3F3;  
        line-height: 0 !important
	width: 100%;
        margin-bottom: 30px;
	
}



/* 
   ---------------------------------------------------------------------------------------------------------
							Slider Area for Static Image and Video Block
   ---------------------------------------------------------------------------------------------------------		
*/

#slider-area {
    width:980px; 
    min-height:360px; 
	position:relative;
	margin-bottom:15px;
    border-bottom: 1px solid #F4F3F3;  
    line-height: 0 !important
}
#slider-area > img, #slider-area > iframe {
	margin-bottom: 0 !Important;
	padding-bottom: 0 !important
}

.slider-block {
	width: 100%; 
	background-color: #333; 
	margin-bottom: 30px;
}
#slider a img {
	max-width: 100%
}
/* 
   ---------------------------------------------------------------------------------------------------------
	Lists
   ---------------------------------------------------------------------------------------------------------		
*/

ul { list-style-type: disc;	list-style-position: inside; margin-bottom: 15px; }

/* default lists */
ul.list li {
	 padding: 5px 0px;	
	 line-height: 18px; 
}
ul.list.underline li {
	border-bottom: 1px dashed #DCE2E7	
}


ul.unordered     { list-style: none;           }	
ul.ordered 	 { list-style: inside decimal; }	
ul.square 	 { list-style: inside square;  }	
ul.circle 	 { list-style: inside circle;  }
ul.bullets	 { list-style: inside disc; }

ul.arrow li { background: url('images/list-arrow.png') left 11px no-repeat; padding-left: 15px; }
ul.arrow2 li { background: url('images/list-arrow2.png') left 11px no-repeat; padding-left: 15px; }




/* 
   ---------------------------------------------------------------------------------------------------------
							Typography
   ---------------------------------------------------------------------------------------------------------		
*/

p {
	margin-bottom: 15px;
}

h1,h2,h3,h4,h5,h6 { 
	color: #111;
	line-height: 18px;
	margin-bottom:15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
h1 {}

h2 {}

h3 { font-size: 20px; line-height: 28px; margin-bottom: 7px }

h3 a {
	font-weight: bold;
	font-size: 18px;
	color: #222;
	line-height: 24px;
	text-transform: capitalize
}

h3 .widget-title a {
	margin-bottom: 0
}

h4 { font-size: 14px; line-height: 20px }

h5 { font-size: 12px; line-height: 19px;}

h6 { font-size: 11px; line-height: 18px }


a, a:link, a:visited {
			text-decoration: none;
			-webkit-transition: color 0.3s ease;
			-moz-transition: color 0.3s ease;
			-o-transition: color 0.3s ease;
			-transition: color 0.3s ease;		
			}
a:hover {
	color: #72b7fc;
	outline: none !important
}

a.moretag {
	font-weight: bold !important;
	color: #72b7fc;
	display: inline-block
}
a.moretag:hover {
	color: #333
}
.small-meta a:hover, .meta-time a:hover { 
	color: #72b7fc
}
.small-meta a, .meta-time a {
	color: #333;	
}

.meta-time {
	margin-right: 5px;
}


a img[class^="align"] { height: auto; }


a img {
	display:block; 
	line-height:0 !important;
	background: none !important;
}

.atlantic-post img, .atlantic-post iframe {
	margin-bottom: 15px
}

.atlantic-post iframe {
	width: 100%
}

/* 
   ---------------------------------------------------------------------------------------------------------
							Margins
   ---------------------------------------------------------------------------------------------------------		
*/

/* top margins */
.margin-5t  { margin-top: 5px; }
.margin-8t  { margin-top: 8px; }
.margin-9t  { margin-top: 9px; }
.margin-10t { margin-top: 10px; }
.margin-15t { margin-top: 15px; }
.margin-20t { margin-top: 20px; }
.margin-25t { margin-top: 25px; }
.margin-30t { margin-top: 30px; }
.margin-35t { margin-top: 35px; }
.margin-40t { margin-top: 40px; }
.margin-45t { margin-top: 45px; }
.margin-50t { margin-top: 50px; }
.margin-55t { margin-top: 55px; }
.margin-60t { margin-top: 60px; }

/* bottom margins */
.margin-5b  { margin-bottom: 5px; }
.margin-8b  { margin-bottom: 8px; }
.margin-10b { margin-bottom: 10px; }
.margin-15b { margin-bottom: 15px; }
.margin-20b { margin-bottom: 20px; }
.margin-25b { margin-bottom: 25px; }
.margin-30b { margin-bottom: 30px; }
.margin-35b { margin-bottom: 35px; }
.margin-40b { margin-bottom: 40px; }
.margin-45b { margin-bottom: 45px; }
.margin-50b { margin-bottom: 50px; }
.margin-55b { margin-bottom: 55px; }
.margin-60b { margin-bottom: 60px; }

.margin-20l { margin-left: 20px; }
.margin-20r { margin-right: 20px; }
.margin-30l { margin-left: 30px; }
.margin-30r { margin-right: 30px; }


.no-margin-b { margin-bottom: 0; }
.no-margin-t { margin-top: 0; }

.floatRight { float: right }
.floatLeft { float: right }
/*-------------------------------------------------------------------------------------------------*/
	/*SUPERFISH MENU */
/*-------------------------------------------------------------------------------------------------*/

/*.atlantic_current_page_item a, .atlantic_current_page_item  {
	color: #fff !important;
	background-color: #72b7fc !important
}*/

.navigation select  {
	display: none;
	width: 100%;
	padding: 5px 0;
	margin: 30px 0;
	border: none !important;
	float: right;
	text-transform:uppercase;
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #999

}

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:9499;
}
.sf-menu {
	line-height: 1.0;
	cursor: pointer
}
.sf-menu ul {
	position: absolute;
	top: -999em;
}

.sf-menu ul li {
	width: 180px;
}

.sf-menu ul li ul li:first-child {
	border-top: none;
}	

.sf-menu li:hover {
	visibility:	inherit; 
	
}

.sf-menu li {
	float: left;
	position: relative;
	padding: 10px 0;
	text-transform: capitalize
}

.sf-menu li li {
	border-bottom: 1px solid #424648
}
.sf-menu li li li {
	/*	background:		#9AAEDB;*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

.sf-menu li:hover, .sf-menu li.sfHover, .current-menu-item, li.current-menu-item, li.current-menu-parent, li.current-menu-ancestor {
	background:	#72b7fc;
	color: #fff !important;
}

.sf-menu a {
	display: block;
	position: relative;
	padding: 10px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0px;
	top: 43px; 
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; 
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; 
	top: 0;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	font-size:12px;
}
.sf-menu a {
	text-decoration:none;
	padding: 0 15px;
}

.sf-menu a, .sf-menu a:visited  { 
	color: #fff;
}
.sf-menu li {	
	border-right: 1px solid #595d60;
}

.sf-menu li li {
	font-size:11px;
	padding: 10px 5px;
	border-right: none;	
	background-color: #373a3c
}
.sf-menu li li a {
	font-size:11px;
	text-transform:capitalize
}



.sf-menu li ul li {
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .active a{
	outline: 0;
	color:#fff;
}


.sf-menu a.sf-with-ul {
	min-width: 1px; 
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: -10px;
	top: 40px; 
	width: 11px;
	height: 11px;
	text-indent: -999em;
	overflow: hidden;
/*	background: url('img/menu-arrows.png') no-repeat -22px 0; */
	
	
}
a > .sf-sub-indicator {  
	top: 5px;
	background-position: -22px 0; 
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -22px 0; 
	
}

ul.sub-menu, ul.sub-menu ul.sub-menu {
	z-index: 9999
}

ul.sub-menu ul.sub-menu {
	margin-left: 81px
}

.sf-menu ul .sf-sub-indicator { background-position:  -11px 0; top: 5px; right: 5px; background: url(img/menu-arrows-circle.png) right top no-repeat; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0;	 }
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -11px 0; 

}






/* 
   ---------------------------------------------------------------------------------------------------------
							Tabs
   ---------------------------------------------------------------------------------------------------------		
*/



.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}




/*
-------------------------------------------------------------------------------------------------
	Shortcode Tabs
-------------------------------------------------------------------------------------------------	
*/

.section {
	background: #fff;
	border: 1px solid #DCE2E7
}



ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	background: #f1f2f3;
}

.widget .tabs li, .tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	cursor: pointer;
	padding: 3px 7px 2px;
	border: none;
	background: #f1f2f3;
	position: relative;
	color:#999;
	text-transform:capitalize;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	border-right: 1px solid #ddd;	

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

ul.tabs {
	border: none
}
ul.tabs li, ul.tabs li:hover { background: #fff; 	border-right: 1px solid #ddd	}
.tabs li:hover,
.vertical .tabs li:hover {
	padding: 3px 7px 2px;
	background: #fff !important;
	color: #333;
	border: none;

}
.tabs li.current {
	background: #fff;
	color: #333;
	padding: 3px 7px 2px;
	border-right: 1px solid #ddd	
}
.box {
	display: none;
	background: #fff;	
	padding-left:10px;
	padding-right:10px;
	border: none !important
}
.box .tagcloud {
	padding-bottom: 15px;
}
.widget .box .tagcloud a {
	background-color: #f1f2f3;
}
.widget .box .tagcloud a:hover {
	background-color: #fff 	
}
.box.visible {
	display: block;
	border: none !important
}
.section.vertical {
	border-left: 160px solid #393939;
}
.vertical .tabs {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
}
.vertical .tabs li {
	padding: 0 13px;
	padding-top:10px;
	margin: 0 0 1px;


	width: 132px;
	height: 33px;
}
.vertical .tabs li:hover {
	padding: 0 13px;
	padding-top:10px;
	margin: 0 0 1px;
	width: 131px;
	height: 33px;
}
.vertical .tabs li.current {
	width: 133px;
	color: #444;
	background: #393939;
	margin-right: -1px;
}
.vertical .box {
  border-width: 1px;
  padding-top:15px;
}
.verticalLine {
	border-left: 5px solid #0099cc;
	border-right: 5px solid #0099cc;
}

/* 
   ---------------------------------------------------------------------------------------------------------
	Collapse
   ---------------------------------------------------------------------------------------------------------		
*/

.collapse-demo1 .active, .collapse-demo2 .active {background-position: 0 -21px; padding-left:25px;}
.collapse-styling .active {background-position: 0 -142px; padding-left:25px;}
.col {float: left; width:210px; margin-right:30px;}
.disclaim {margin:10px; padding:10px; background: red;}
.collapse-demo1 h6, .collapse-demo2 h6 {
	padding: 7px 5px 6px 5px;
	cursor: pointer;
	background: url('img/state.png') no-repeat 0 5px;
	display: block;
	text-decoration: none;
	margin: 0;
	margin-top: 10px;
	padding-left:25px;
	border: 1px solid #E6E5E5;
	-webkit-transition: background-color 0.3s ease;
     -moz-transition: background-color 0.3s ease;
     -ms-transition: background-color 0.3s ease;
     -o-transition: background-color 0.3s ease;
     transition: background-color 0.3s ease;	
}
.collapse-styling h6 {
	padding: 5px 5px 6px 5px;
	cursor: pointer;
	background: url('img/state.png') no-repeat 0 -115px;
	display: block;
	text-decoration: none;
	margin: 0;
	margin-top: 10px;
	padding-left:25px;
	border: 1px solid #E6E5E5;
-webkit-transition: background-color 0.3s ease;
     -moz-transition: background-color 0.3s ease;
     -ms-transition: background-color 0.3s ease;
     -o-transition: background-color 0.3s ease;
     transition: background-color 0.3s ease;	
}

.collapse-demo1, .collapse-demo2, .collapse-styling { margin-bottom:25px; }
.collapse-demo1 h6 a, .collapse-demo2 h6 a, .collapse-styling h6 a {color: #000; text-decoration:none;}
.collapse-demo1 h6:hover, .collapse-demo2 h6:hover, .collapse-styling h6:hover {color: #BF252F; text-decoration:none; background-color:#f4f4f4; }
.toggle-content {
	padding:15px;
	border: 1px solid #E6E5E5;
	border-top: none;
}

/* 
   ---------------------------------------------------------------------------------------------------------
							Inputs
   ---------------------------------------------------------------------------------------------------------		
*/

textarea {
	width: 400px;
	font-size: 11px;
}
input[type=text] {
	font-size: 11px;
	color: #999;
}

input[type=submit] {	
	line-height: 18px;
	padding: 5px;
	border-color: 1px solid #aaa
}

/* 
   ---------------------------------------------------------------------------------------------------------
							Blog
   ---------------------------------------------------------------------------------------------------------		
*/

.pagination {
	height: 0
}
iframe {
	border: none !important
}

.first-comment {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #DCE2E7
}

.first-comment img {
	width: auto
}

ul.children {
	padding-bottom: 0;
	margin-bottom: 0;
	
}

ul.children li p {
		padding-right: 10px;
}

#respond {
	margin-top: 15px;
}
label {
	float: left;
	font-weight: bold;
	margin-bottom: 3px;
	color: #777
}

a.comment-reply-link {
	float: left !important; 
	font-size: 11px; 
	background-color: #f1f2f3; 
	padding: 0px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;		
	-o-border-radius: 3px;		
	border: 1px solid #DCE2E7;
	color: #999
}
a.comment-reply-link:hover {
	background-color: #ececec;
	color: #777
}
img.avatar {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.margin-comments {
	margin-bottom: 30px;
}


/* 
   ---------------------------------------------------------------------------------------------------------
							404
   ---------------------------------------------------------------------------------------------------------		
*/

.oops {
	width: 221px;
	height: 96px;
	background: url(img/oops.png) left top no-repeat;
	margin-right: 15px;
	float: left;
	line-height: 96px;
	padding-left: 230px;
	font-size: 36px;
	color: #aaa
}

.page-text {
	font-size: 22px; line-height: 32px; margin-top: 15px; font-weight: bold; color: #777; float:left
}
.page-text a {
	color: #777
}
.page-text > p {
	border-left: 1px dashed #333; padding-left: 10px
}
/* 
   ---------------------------------------------------------------------------------------------------------
							Footer
   ---------------------------------------------------------------------------------------------------------		
*/

.footer_bg {
	background: url(img/top-footer.png) left top repeat;
	position: relative;
	margin-top: 15px;
	border-top: 5px solid #72B7FC

}
.footer {
	font-size: 11px;
	line-height: 18px;
	padding: 30px 0px 0px 0px;	
}

.footer ul#cbox img {
	border: 1px solid #666
}

.footer .tweet_text{
	color: #bbb
}
.footer span.tweet_time a {
	color: #ddd
}

.footer ul.tweet_list li {
	border-bottom: 1px dashed #777
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color: #FFF
}
.footer {
	color: #ddd
}
.footer a  {
		color: #ddd;
		font-weight: normal
}
.footer ul.recent-post-widget li a {
	color: #ddd
}
.footer a:hover {
	
}

.footer ul.recent-post-widget li {
	border-bottom: 1px dashed #777
}
/*
	---------------------------------------------------------------------------------------------------------
		WordPress Calendar Widget
	---------------------------------------------------------------------------------------------------------		
*/

.pages-title {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #DCE2E7;
	border-left: 5px solid #575B5E;
}

.pages-title h2 {
	color: #333;
	line-height: 20px;
	margin-bottom: 0;
	font-size: 18px;
}
table#wp-calendar {
	width: 100%
}
table#wp-calendar caption { color:#999; font-size:12px; }
table#wp-calendar th { padding:8px; color:#AAA; border-right: 1px solid #DCE2E7 }
table#wp-calendar td { padding:10px; color:#666; background-color:#fff !important; border:1px solid #DCE2E7; text-align:center; }
table#wp-calendar td:hover { background-color:#fff; color:#666; cursor:pointer; }
table#wp-calendar td:hover a { cursor:pointer;  }
table#wp-calendar a {
	text-decoration: none;
	font-weight: bold
}

table#wp-calendar a:hover {
	text-decoration: none
}

table#wp-calendar td#today,table#wp-calendar td#today a { background-color:#fff;   }
table#wp-calendar td#prev a, table#wp-calendar td#next a {
	 color: #333;
}

table#wp-calendar td#today {
	background-color: #999;
	text-decoration: none;
	color: #FFF
}
table#wp-calendar td#prev a:hover, table#wp-calendar td#next a:hover{ }
table#wp-calendar td#prev:hover, table#wp-calendar td#next:hover{ background-color:#eee; }


/*
	---------------------------------------------------------------------------------------------------------
		WordPress Core
	---------------------------------------------------------------------------------------------------------		
*/

.gallery-caption { }
.bypostauthor 	 { }
.sticky 		 { }
.wp-caption		 { }
.wp-caption-text { } 
strong, b {
	font-weight: bold;
 	margin-bottom: 15px;
}
em {
   font-style: italic;
}

.blockright {
	float: right;
	text-align: right;
}

.blockleft {
	float: left;
	text-align: left
}

.alignnone {
    margin: 5px 15px 15px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 15px 15px;
}

.alignleft {
    float:left;
    margin: 5px 15px 15px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.divider-1px {
	height: 1px;
	background-color: #DCE2E7;
	margin: 10px 0;
	width: 100%;
}


.divider-1px-dashed {
	height: 1px;
	width: 100%;	
	border-bottom: 1px dashed #DCE2E7
}

.image-border {
	border: 5px solid #e9eef4;
	width: auto;
	display: block;
}
.image-border img {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
	display: block
}
img {
	max-width: 100%;
/*	width: 100%*/
}


a img.alignright {
    float:right;
    margin: 5px 0 15px 15px;
}

a img.alignnone {
    margin: 5px 15px 15px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 15px 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;
    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;
}


/*
	styles
*/


.italic { font-style:italic; }
.bold { font-weight: bold; }

code, pre {
	border-left: 2px solid #2a2a2a;
	color:#777;
    display: block;
    font-size: 11px;
    line-height: 20px;
	padding:10px;
	margin-bottom: 15px;	
	white-space: pre-wrap;
	word-break:break-all;
}

.margin-top-10 { margin-top:10px; }
.margin-15 { margin-bottom: 15px; }
.margin-r15 { margin-right:15px; }

.highlight { 
	padding: 0; 
	color:#edeae2; 
	background-color: #2a2a2a; 
}
.highlight.pink 	{ background:#bd1e7b; }
.highlight.green 	{ background:#668508; }
.highlight.red 		{ background:#ef2d2d; }
.highlight.orange 	{ background:#ff6600; }
.highlight.blue 	{ background:#308aef; }
.highlight.yellow 	{ background:#cb7a0b; }
.highlight.custom 	{ background:#921529; }

span.dropcap  {
	font-size:40px; 
	margin-right:6px; 
	text-transform: uppercase; 
	float: left; 
	line-height: 1; 
	font-weight:bold;
}

span.dropcap.pink   { color:#bd1e7b; }
span.dropcap.green   { color:#668508; } 
span.dropcap.red    { color:#ef2d2d; } 
span.dropcap.orange { color:#ff6600; } 
span.dropcap.blue   { color:#308aef; } 
span.dropcap.yellow { color:#cb7a0b; }
span.dropcap.custom { color:#921529; }


/* align paragraphs */
p.text-left { text-align: left }
p.text-right { text-align: right }
p.text-center { text-align: center }
p.text-justify { text-align: justify }

/* 
   ---------------------------------------------------------------------------------------------------------
	Tables
   ---------------------------------------------------------------------------------------------------------		
*/

table.tablesorter {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f9f9f9;
	margin:10px 0pt 30px;
	font-size: 12px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #f9f9f9;
	border: 1px solid #E6E5E5;
	font-size: 12px;
	font-weight:bold;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url('../images/ts-arrows.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
	background-color: #fafafa;
	vertical-align: top;
	border: 1px solid #E6E5E5
}
table.tablesorter tbody tr.odd td {
	background-color:#333333;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('../images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #ededed;
}


/*
	Social Counter Widget
*/
.facebook-social, .twitter-social, .rss-social, .youtube-social {
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #DCE2E7;
	padding: 5px;
}

.facebook-social a, .twitter-social a, .rss-social a, .youtube-social a {
	color: #777
}
.facebook-social {
	background: #FFF url(img/social/facebook.png) 5px center no-repeat;
	
}
.twitter-social {
	background: #FFF url(img/social/twitter.png) 5px center no-repeat;
}

.rss-social {
	background: #FFF url(img/social/rss.png) 5px center no-repeat;
}

.youtube-social {
	background: #FFF url(img/social/youtube.png) 5px center no-repeat;
}


i.social {
	font-weight: bold;
	font-style: normal;
	margin-left: 60px;
	font-size: 20px;
	
}
#socialCounterWidget {
  min-width: 210px;
}

a.socialCounterBox {
    display:block;
    width:100%;
    height:50px;
    line-height: 50px;
    position:relative;
    border:none;
    margin-bottom:5px;
    cursor:pointer;
    text-decoration: none;
}

a.socialCounterBox:hover {
    color: #008DE6;
    text-decoration: none;
    outline: none;
}

#socialCounterWidget span {
	display:block;
	color:#6e6e6e;
}

#socialCounterWidget .icon {
	width:50px;
	height:50px;
	display: block;
	margin-right: 10px;
	background-color: #921529 !important;
	float: left
}

#socialCounterWidget .title {
	font-size: 14px;
	line-height: 20px;	
	color: #828282;
	float: left;
	line-height: 52px;
	text-transform: uppercase
}

#socialCounterWidget .count {
	font-size: 18px;
	line-height: 24px;	
	text-transform: uppercase;
	color: #edeae2;
	line-height: 50px;
	margin-right: 5px;
	float: left
}

#sc_rss .icon {
	background:url(images/icons/rss.png) 5px 6px no-repeat;
}

#sc_twitter .icon {
	background:url(images/icons/twitter.png) 5px 7px no-repeat;
}

#sc_facebook .icon {
	background:url(images/icons/facebook.png) 5px 6px no-repeat;
}


a.socialCounterBox {
	background-color: #2a2a2a;
	color: #fff;
}


a.socialCounterBox:hover {
	background: none !important
}

.search-widget {
	width: 97.5%;
	font-size: 10px;
	line-height: 16px;
}
.search-widget {
	margin-bottom: 0 !important
}

/*
	Icons for Post Formats
*/


/*
	---------------------------------------------------------------------------------------------------------
		WordPress Tag Cloud Widget
	---------------------------------------------------------------------------------------------------------		
*/
span.info-category a {
	margin-bottom: 0
}

.tagcloud a[class|=tag-link], a[rel=tag] {
    font-size: 11px !important;
	background-color: #fff;
	border: 1px solid #DCE2E7;
	padding: 0 4px;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 16px;   
	color: #777;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;		
	-o-border-radius: 3px;		

}
.tagcloud a[class|=tag-link]:hover, a[rel=tag]:hover {
	background-color: #f7f8f9;
	color: #777;
}
.tagcloud {
	margin-bottom: 15px
}

/*
	---------------------------------------------------------------------------------------------------------
		WordPress Calendar Widget
	---------------------------------------------------------------------------------------------------------		
*/

.ads728x90 { 
	margin: 0 auto 30 auto;
	background-color: #fff;
	border: 1px solid #DCE2E7;
	padding: 5px;
 			-webkit-transition: border-color 0.2s ease;
			-moz-transition: border-color 0.2s ease;
			-o-transition: border-color 0.2s ease;
			-transition: border-color 0.2s ease;	
			text-align: center	
	 }
 .ads728x90 img {
	margin: 0 auto;
		width: 100%;
}
.ads728x90:hover {
	border-color: #aaa
}
.ads300-thumb { 
	border: 1px solid #DCE2E7;  			
	padding: 5px;
 			-webkit-transition: border-color 0.2s ease;
			-moz-transition: border-color 0.2s ease;
			-o-transition: border-color 0.2s ease;
			-transition: border-color 0.2s ease;		
 }
.ads300-thumb a img { display: block; line-height: 0; width: 100%;
 }

.ads300-thumb:hover {
	border: 1px solid #aaa
}

ul.four-ads-blocks { list-style-type: none }
ul.four-ads-blocks li { 
	list-style-type: none; 
	float: left; 
	border: none; 
	margin-bottom: 20px;
	margin-right: 20px;	
	width: 125px; 
	height: 125px; 
	
 }

ul.four-ads-blocks li a img { 
	display: block;
	border: 1px solid #ececec;  			
	padding: 5px;
 			-webkit-transition: border-color 0.2s ease;
			-moz-transition: border-color 0.2s ease;
			-o-transition: border-color 0.2s ease;
			-transition: border-color 0.2s ease;	
	
	
	}

ul.four-ads-blocks li a img:hover {
	border: 1px solid #aaa
}


ul.popular-posts li {
	 padding: 15px 0;
}

ul.popular-posts li:first-child {
	 padding-top: 0
}

ul.popular-posts li a {
	font-weight: bold;
	color: #ebe8df;
}
.popular-post-thumb img {
	border: 5px solid #2a2a2a;
	float: left;
	margin-right: 10px;
}

.popular-post-thumb a:hover {
	background-color: #111 !important
}

.cat-item {
	background: url(img/right-bullets.png) left center no-repeat;
	padding-left: 20px; /* For Footer */
}



/*
	Overall Score
*/
#overscore-block {
	float: left;
	width: 100%;
}

#overscore-block img {
	width: 64px
}
.overall-head {
	background-color: #fff; 
	border: 1px solid #DCE2E7;
	padding: 15px; 
}
.wrapper-overall-name {
	margin-top: 10px;
	float: left
}
.wrapper-overall-name img {
	float: left; 
	margin-top: 5px;	
}

span.overall-name {
	font-weight: bold; 
	font-size: 18px; 
	line-height: 25px
}

.wrapper-overall-score {
	float: left;
	margin-right: 15px;
}
span.overall-score {
	font-weight: bold; 
	font-size: 26px; 
	color: #555;
	text-align: center; 
	float: left; 
	line-height: 60px;
	border: 4px solid #DCE2E7;
	border-radius: 120px;
	width: 60px;
	height: 60px;
	background: #f1f2f3;	
}

.wrapper-criteria {
	background-color: #fff; 
/*	width: 91%; */
	padding: 15px 15px 0 15px; 
	margin-bottom: 15px;  
/*	margin-right: 15px; */
	border: 1px solid #DCE2E7;	

}

ul.criteria-list { list-style-type: none; }
ul.criteria-list li { padding: 10px 0; border-bottom: 1px dashed #DCE2E7;  }
ul.criteria-list li img { margin-top: 3px; float: right }
ul.criteria-list li span { color: #999 }
ul.criteria-list li:last-child {
	 margin-bottom: 0
}


/*
	Copyrights
*/

#wrapper .copyright {
	margin: 0; 
	line-height: 18px; 
	padding: 10px;
	padding: 0;
}
#wrapper .copyright .container {
padding: 10px;

}
#wrapper .copyright .container p {
	margin: 0
}

.six.columns.column-right {
	float: right;
	text-align: right
}

#wrapper .copyright a:hover {
	background-color: #911429
}

/*
	Blog pagination
*/
.pagination {
	padding: 5px 0px
}

a.page-numbers {
	font-size: 11px;
	display: inline-block;
	background-color: #ECECEC;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;		
	-o-border-radius: 3px;		
	float: left;
	margin-right: 5px;
	padding: 2px 7px;
	margin-bottom: 5px;
	color: #777;
}
a.page-numbers:hover {
	background-color: #f7f8f9;
	color: #777
} 
span.page-numbers.current {
	font-size: 11px;
	float: left;
	padding: 2px 7px;
	margin-right: 5px;
	background-color: #f7f8f9;
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;		
	-o-border-radius: 3px;		
		color: #777
	
}
span.page-numbers.dots {
	float: left;
	margin-right: 5px;
	font-weight: bold;
	color: #777
}
.pagination a {
	 line-height: 18px;
	background-color: #fff;
	border: 1px solid #DCE2E7
	 
}

.custom-with-bg {
	background-color: #2a2a2a; width: 620px; padding: 10px;margin-bottom: 20px;
}

li.custom-with-bg ul.single-post-meta {
	padding-left: 0
}

li.custom-with-bg {
	position: relative
}
li.custom-with-bg .single-post-format-icon {
position: absolute;
right: 10px;
top: 10px


	
}
li.custom-with-bg .single-media-thumb {
	border: none
}

.single-media-thumb {
	margin-bottom: 15px;
}
.max-title { width:570px; }


#content_masonry{ width: 680px; }

#content_masonry .masonry_box {
	  background-color: #2a2a2a;
	  width: 290px;
	  padding: 10px;
	  margin-right: 20px;
	  margin-bottom: 20px !important;
	  display: block;
	  height: auto

  }
  
  .masonry_box .single-meta-information{
	border: none;
	margin-bottom: 15px;
}

.masonry_box .single-post-meta {
	padding-left: 0
}


.masonry_box .single-media-thumb {
	border: none;
	display: block;
	height: 128px;
	
}

.demo-class {
	color: #ccc
}

.demo-class strong {
	color: #fff
}


/* 
   ---------------------------------------------------------------------------------------------------------
	Collapse / Toggles
   ---------------------------------------------------------------------------------------------------------		
*/

[class^="collapse-"] .active, [class*="collapse-"] .active { background-position: 3px -23px; padding-left:26px; }

.collapse-atlantic {
/*	margin-bottom: 30px;*/
}

.col {float: left; width:210px; margin-right:30px;}

.disclaim {margin:10px; padding:10px; background: red;}

[class^="collapse-"] h6, [class*="collapse-"] h6 {
	cursor: pointer;
	background: url('img/state.png') no-repeat 3px 3px;
	display: block;
	text-decoration: none;
	margin: 0;
	margin-top: 10px;
	padding-left:26px;
	border: 1px solid #DCE2E7;
	font-size: 12px;
	color: #555;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.collapse-crumble { margin-bottom:25px; }

[class^="collapse-"] h6 a, [class*="collapse-"] h6 a { text-decoration:none; height: 25px; display: block; text-transform:capitalize; line-height: 25px; color: #333; background-color:#f1f2f3 !important; padding-left: 10px;}

.collapse-crumble h6:hover { color: #edeae2; text-decoration:none; }

.toggle-content {
	padding:15px;
	border: 1px solid #DCE2E7;
	border-top: none;
	background-color: #FFF
}

 
.adsense-left {
    float: left;
    margin: 0 15px 15px 0;
}

.adsense-right {
    float: right;
    margin: 0 0 15px 15px;
}


/* li Scroller */

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 100%; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 6px;
	width: 100%;
	overflow: hidden !important;
}
ul.newsticker { /* that's your list */
	position: relative;
/*	left: 1170px;*/
	font: normal 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 27px !important; 

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	overflow: hidden;

}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	font: normal 10px Verdana;
	margin: 0 30px 0 0;
	overflow: hidden
} 
ul.newsticker span {
	margin: 0 10px 0 0;
	overflow: hidden
} 


/*
	Widgets and Images 
*/

.widget {
	 margin-bottom: 30px;
	 color: #676767;
}

.widget a:hover {
	color: #72b7fc
}
i {
	margin-right: 5px;
}

ul {
	margin-left: 0
}

ul li {
	padding: 2px 0
}

ul li a {
	font-weight: bold;
	color: #333;
	text-transform: capitalize
}

ul li .small-meta a, .meta-time a {
	font-weight: normal;
	color: #333;
}
ul li .small-meta a:hover {
	color: #72b7fc
}

.widget ul li a {
	font-weight: normal;
	color: #333
}

.widget-post-big-thumb img, .widget-post-big-thumb iframe  {
	margin-bottom: 10px;
	line-height: 0;
	display: block
}

.widget-post-small-thumb {
	position:relative;
	float: left;
}
.widget-post-small-thumb img {
	width: 50px; 
	float:left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.box-category, .margin-review {
	background-color: #f1f2f3;
	border: 1px solid #DCE2E7;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;		
	-o-border-radius: 3px;		
	float: left;
	padding: 0 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #777;
	font-weight: normal;

			-webkit-transition: background-color 0.2s ease;
			-moz-transition: background-color 0.2s ease;
			-o-transition: background-color 0.2s ease;
			-transition: background-color 0.2s ease;		
	
}
.margin-review {
	border: none
}
.margin-review {
	float: right; 
	margin-bottom:0; 
	background: none
}

.box-category:hover {
	background-color: #f7f8f9
	
}
li.with-icon {
	padding: 5px 0;

}

li.with-icon.underline, li.underline {
	padding: 10px 0;
	border-bottom: 1px dashed #DCE2E7	
} 
li.underline {
	padding: 10px 0 
}

li.underline img {
	margin-bottom: 0 !important
}
/*.widget ul li {
	padding-top: 5px;
	padding-bottom: 5px;
		border-bottom: 1px dashed #DCE2E7
}
*/
.meta-time {
	font-size: 11px;
	color: #999
}

.meta-time .author-post {
	margin-bottom: 5px !important;
}
.icon-big {
	margin-top: 3px;
}
.widget-info {
	display: block; 
	float: left
}

span4.margin-30b {
	margin-bottom: 15px
}

li.second-post {
	border-bottom: 1px solid #DCE2E7;
	margin-bottom: 15px;
}


.small-meta {
	float: right;
	font-size: 11px
}

.small-meta.left {
	float: left;
/*	text-transform: uppercase*/

}
ul#ticker01 li i, ul#ticker01 {
	font-size: 11px;
	overflow: hidden;
}

ul#ticker01 {
	height: 0
}
/* 
=======================================================================================================================
	*
	*	Social Icons Widget
	*
=======================================================================================================================	
*/

.the-icons li {
	float: left;
	width: 25%;
	line-height: 25px;
}

a.behance, a.delicious, a.deviantart, a.digg, a.dribbble, a.facebook, a.flickr, a.forrst, a.google, a.lastfm, a.linkedin, a.pinterest, a.rss, a.skype, a.tumblr, a.twitter, a.vimeo, a.youtube {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 5px;	
	margin-bottom: 5px;
	line-height:0;
	float: left;
	background: url(img/social-icons.png) left top no-repeat;

			-webkit-transition: background 0.2s ease;
			-moz-transition: background 0.2s ease;
			-o-transition: background 0.2s ease;
			-transition: background 0.2s ease;		
	
}
a.behance { background-position: -544px 0 }
a.behance:hover { background-position: -544px -32px }

a.delicious { background-position: -512px 0 }
a.delicious:hover { background-position: -512px -32px }

a.deviantart { background-position: -480px 0 }
a.deviantart:hover { background-position: -480px -32px }

a.digg { background-position: -448px 0 }
a.digg:hover { background-position: -448px -32px }

a.dribbble { background-position: -416px 0 }
a.dribbble:hover { background-position: -416px -32px }

a.facebook { background-position: -384px 0 }
a.facebook:hover { background-position: -384px -32px }

a.flickr { background-position: -352px 0 }
a.flickr:hover { background-position: -352px -32px }

a.forrst { background-position: -320px 0 }
a.forrst:hover { background-position: -320px -32px }

a.google { background-position: -288px 0 }
a.google:hover { background-position: -288px -32px }

a.lastfm { background-position: -256px 0 }
a.lastfm:hover { background-position: -256px -32px }

a.linkedin { background-position: -224px 0 }
a.linkedin:hover { background-position: -224px -32px }

a.pinterest { background-position: -192px 0 }
a.pinterest:hover { background-position: -192px -32px }

a.rss { background-position: -160px 0 }
a.rss:hover { background-position: -160px -32px }

a.skype { background-position: -128px 0 }
a.skype:hover { background-position: -128px -32px }

a.tumblr { background-position: -96px 0 }
a.tumblr:hover { background-position: -96px -32px }

a.twitter { background-position: -64px 0 }
a.twitter:hover { background-position: -64px -32px }

a.vimeo { background-position: -32px 0 }
a.vimeo:hover { background-position: -32px -32px }

a.youtube { background-position: 0 0  }
a.youtube:hover { background-position: 0 -32px }




/* 
=======================================================================================================================
	*
	*	Recent Posts Widget
	*
=======================================================================================================================	
*/

ul.recent-post-widget { list-style-type: none; }
ul.recent-post-widget li { list-style-type: none; padding: 10px 0; border-bottom: 1px dashed #DCE2E7; }
ul.recent-post-widget li:first-child { padding-top: 0 }
ul.recent-post-widget li a {
	 font-weight: bold;
	 color: #333
}
ul.recent-post-widget li img {
	margin-right: 10px
}
.widget-thumb img {
	width: 50px;
	height: 50px;
	float: left;
	display: block;
	line-height: 0;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul.recent-post-widget li .box-category a {
	font-weight: normal;
	color: #999;
}
.widget-thumb.review-img a img {
	margin-right: 10px
}
ul.recent-post-widget li .box-category a:hover {
	background-color: #ececec
}

/* 
=======================================================================================================================
	*
	*	Recent Comments Standard Widget
	*
=======================================================================================================================	
*/

.recent-comments-widget {
	padding: 5px 0
}

/* 
=======================================================================================================================
	*
	*	2 Columns List Widget
	*
=======================================================================================================================	
*/

ul.columns-list li {
/*	border-bottom: 1px dashed #DCE2E7;*/
	padding: 5px 0
}

/* 
=======================================================================================================================
	*
	*	News Type Icons
	*
=======================================================================================================================	
*/

.news-type {
	float: left;
	margin-right: 10px;
		background: url(img/news-type-w-arrows.png) 0 0 no-repeat;
}

.news-type.margin-top {
	margin-top: 2px;
}

.news-type.exclusive {
	background-position: 0 0;
	width: 58px; 
	height: 21px;
}

.news-type.hot {
	background-position: -61px 0;
	width: 28px;
	height: 21px;
}

.news-type.new {
	background-position: -92px 0;
	width: 32px;
	height: 21px;
}

.news-type.live {
	background-position: -126px 0;
	width: 33px;
	height: 21px;
}

.news-type.breaking {
	background-position: -161px 0;
	width: 61px;
	height: 21px;
}

.news-type.freebie {
	background-position: -223px 0;
	width: 52px;
	height: 21px;
}

/* 
=======================================================================================================================
	*
	*	Facebook Widgets
	*
=======================================================================================================================	
*/


.fbcomments,.fb_iframe_widget,.fb_iframe_widget[style],.fb_iframe_widget iframe[style],.fbcomments iframe[style],.fb_iframe_widget span {
	width: 100% !important
}


/* 
=======================================================================================================================
	*
	*	Flickr Widget
	*
=======================================================================================================================	
*/

ul#cbox { list-style-type: none; }
ul#cbox li { 
	list-style-type: none; 
	float: left; 
	display: block; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	border: none;
	width: 60px;
	height: 60px;
 }

ul#cbox li a img { 
	border: 1px solid #ececec;
	display: block;
	padding: 5px;
	width: 50px;
	height: 50px;
 			-webkit-transition: border-color 0.2s ease;
			-moz-transition: border-color 0.2s ease;
			-o-transition: border-color 0.2s ease;
			-transition: border-color 0.2s ease;		
 }
ul#cbox li a:hover img {
	border: 1px solid #999;
}



/* 
=======================================================================================================================
	*
	*	Twitter Widget
	*
=======================================================================================================================	
*/

.tweet { color: #333; font-size:11px;  }
.tweet a { font-size:11px; }
.tweet_list { list-style: none;	overflow-y: hidden; }
.tweet_list .awesome,
.tweet_list .epic { text-transform: uppercase; }
.tweet_list li { 
	overflow-y: auto; 
	overflow-x: hidden; 
	display: block; 
	padding: 15px 0 !important;
	border-bottom: 1px dashed #DCE2E7;
}
.tweet_list .tweet_even { }
.tweet_list .tweet_odd {  }
.tweet_list .tweet_avatar {  float: left; }
.tweet_list .tweet_avatar img { vertical-align: middle;	}
.tweet_list .tweet_time a { color:#333; font-style:italic;  }
.tweet_list .tweet_time a:hover {
	 color: #999;
}
a.tweet_avatar {
	display: block;
	width: 32px;
	height: 32px;
}
.footer .tweet_list li {
	border-bottom: 1px solid #393939
}
.widget .tweet_list .tweet_time a {
	color: #999;
	font-style:normal;
	background-color: #f1f2f3;
	padding: 0 2px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;		
	-o-border-radius: 3px;		
	

}

span.tweet_text {
	margin-right: 5px;
}
.tweet_list .tweet_first { padding-top: 0 !important; }

a.tweet_avatar {
	margin-right: 10px;
}

.widget .tweet { color: #555; font-size:11px;}


.footer table#wp-calendar caption { color:#aaa; font-size:12px; }
.footer table#wp-calendar th { padding:8px; color:#AAA; border-right: 1px solid #777 }
.footer table#wp-calendar td { padding:10px; color:#aaa; background:none !important; border:1px solid #777; text-align:center; }
.footer table#wp-calendar td:hover { background-color:#333; color:#aaa; cursor:pointer; }
.footer table#wp-calendar td:hover a { cursor:pointer;  }

.footer table#wp-calendar a:hover {
	text-decoration: none
}

.footer table#wp-calendar td#today, .footer table#wp-calendar td#today a { background-color:#fff;   }
.footer table#wp-calendar td#prev a, .footer table#wp-calendar td#next a {
	 color: #aaa;
}

.footer table#wp-calendar td#today {
	background-color: #999;
	text-decoration: none;
	color: #FFF
}
.footer table#wp-calendar td#prev a:hover, .footer table#wp-calendar td#next a:hover{ }
.footer table#wp-calendar td#prev:hover, .footer table#wp-calendar td#next:hover{ background-color:#eee; }

/* 
=======================================================================================================================
	*
	*	Author Profile Widget
	*
=======================================================================================================================	
*/

.author-inner-block {
	background-color: #fff !important; border:1px solid #DCE2E7; padding:20px;
}
.author-name {
	border-right: 1px dashed #DCE2E7; padding-right:5px; background-color: #f1f2f3; padding: 0 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;		
	-o-border-radius: 3px;		
	
}
a.author {
	background: transparent url(img/icons/author-icons.png) 0 0 no-repeat;
	display: contents;
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-transition: none;
}

a.author:hover {
	background-color: transparent
}

a.author.twitter-icon { background-position: 0 0 }
a.author.twitter-icon:hover { background-position: 0 -16px }

a.author.flickr-icon { background-position: -16px 0 }
a.author.flickr-icon:hover { background-position: -16px -16px }

a.author.facebook-icon { background-position: -32px 0 }
a.author.facebook-icon:hover { background-position: -32px -16px }

a.author.google-icon { background-position: -48px 0 }
a.author.google-icon:hover { background-position: -48px -16px }

/* 
=======================================================================================================================
	*
	*	Video Widget
	*
=======================================================================================================================	
*/

.video-frame iframe {
	width: 100% !important;
	line-height: 0;
	display: block
}

/* 
=======================================================================================================================
	*
	*	Flex Slider and Flex Carousel
	*
=======================================================================================================================	
*/

.flex-blog {
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
		background: none !important;
}
.flex-blog img {
/*	line-height: 0;*/
	margin: 0 0 15px 0;
	padding: 0;
	display: block
}
[id^="carousel-"] ul.slides li, [id*=" carousel-"] ul.slides li, #carousel-slider ul.slides li{
	margin-right: 10px !important;

}

[id^="carousel-"], [id*=" carousel-"] {
	margin-bottom: 30px
}
.flexslider {
	padding: 10px;
}
.flexslider img {
	cursor: pointer
}
#carousel ul.slides li img , #carousel-slider ul.slides li img, #carousel-slider ul.slides .under-slides li img, [id^="carousel-"] ul.slides li img, [id*=" carousel-"] ul.slides li img {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

ul.slides li {
	padding: 0 !important
}

#carousel-slider ul.slides.under-slides li img {
	margin-bottom: 0px !important
}

.flex-main {
	margin-bottom: 0px;
}
ul.flex-direction-nav {
	height: 0
}
/* 
=======================================================================================================================
	*
	*	Comments
	*
=======================================================================================================================	
*/

.comment-author-link {
	font-weight: bold;
	color: #333
}

.comment-date-link {
	font-size: 11px;
	color: #aaa;
	margin-bottom: 10px;
}
.responsive-textarea {
	width: 720px !important
}


.prev-arrow {
	background: #fff;
	border: 1px solid #DCE2E7;
	padding: 0px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;		
	-o-border-radius: 3px;		
	float: left;
	line-height: 16px; 
	text-align: left;
	color: #555;
	font-size: 11px;	
	font-style: italic
}
.prev-arrow:hover {
	background-color: #f7f8f9;
}
.next-arrow {
	background: #fff;
	border: 1px solid #DCE2E7;
	padding: 0px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;	
	float: right;
	line-height: 16px;
	color: #555;
	font-size: 11px;	
	font-style: italic	
}
.next-arrow:hover {
	background-color: #f7f8f9;
}

.single-post-navigation {
	margin-bottom: 30px;
}
/* 
=======================================================================================================================
	*
	*	Reviews
	*
=======================================================================================================================	
*/
.review, .blog2 {	
	height: 430px
}
.review img, .blog2 img, .review2 img {
	margin-bottom: 15px;
	background: none !important
}



.review-block {
	width: 64px; 
	height: 12px; 
	margin-bottom: 7px; 
	margin-top: 5px;

}

.single-review img {
	margin-bottom: 15px;
}
.span4 iframe {
	width: 100%
}


/* 
=======================================================================================================================
	*
	*	Responsive Styles
	*
=======================================================================================================================	
*/

@media (max-width: 480px) { 
		#menu { display: none; }	
		.navigation select { display: block; }
		.footer_bg > .container {
			margin-right: 20px;
			margin-left: 20px;
		}
		
	.add-nav-menu, .add-nav {
	 display: none
}

}

@media (max-width: 767px) { 
		#menu { display: none; }	
		.navigation select { display: block; }
		
	.top-block, .feature-scroller, .footer_bg {
		margin-right: -20px;
		margin-left: -20px;
	}
.footer_bg > .container {
		margin-right: 20px;
		margin-left: 20px;
	}
	
	.add-nav-menu, .add-nav {
	 display: none
}
}


/* 
=======================================================================================================================
	*
	*	New styles in the version 1.01
	*
=======================================================================================================================	
*/

h1.single-title { font-size: 22px; line-height: 24px;}


/* 
=======================================================================================================================
	*
	*	New styles in the version 1.03
	*
=======================================================================================================================	
*/
.recent-post-widget .meta-time {display: block;}
.recent-post-widget .widget-info {float:none;}
#respond label { float: none;}


/* 
For NEW Pagination
*/

.pagination a {
font-size: 11px;
display: inline-block;
background-color: #ECECEC;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
float: left;
margin-right: 5px;
padding: 2px 7px;
margin-bottom: 5px;
color: #777;
}

.pagination span {
font-size: 11px;
float: left;
padding: 2px 7px;
margin-right: 5px;
background-color: #F7F8F9;
border: 1px solid #AAA;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
color: #777;
}

img.avatar.custom-author-avatar {
    width: 160px !important;
    height: 160px !important;
    float: none !important;
    margin: 0 !important;
}

img.sab-custom-avatar {
    max-width: 160px !important;
    width: 160px !important;
    height: 160px !important;
    object-fit: cover;
    border-radius: 50%; /* Optional: Makes it circular */
}

img.avatar.custom-author-avatar {
    margin-bottom: 20px !important;
}

/* Container styling to keep everything aligned and readable */
.custom-author-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

/* Author box layout and spacing */
.saboxplugin-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

/* Author image formatting */
.saboxplugin-gravatar {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

/* Author name now visible and aligned */
.saboxplugin-authorname {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
  display: block;
  text-align: left;
}

/* Description and social links tighter spacing */
.saboxplugin-desc {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.saboxplugin-socials {
  margin-top: 10px;
}

/* Optional: shrink icon size if still too big */
.saboxplugin-socials a svg {
  width: 20px;
  height: 20px;
}
