/*
Theme Name: Go Daddy Podiuum
Theme URI: http://godaddy.com
Author: CyberChimps
Author URI: http://www.cyberchimps.com/
Description: A HTML5 Responsive Drag & Drop Starter WordPress Theme by CyberChimps WordPress Themes featuring Twitter Bootstrap, and responsive touch friendly theme options.
Version: 1.2
Tags: white, black, silver, light, two-columns, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-menu, featured-images, flexible-header, post-formats, theme-options, threaded-comments, sticky-post
License: Proprietary
*/

/********************************************************************************************************************/
/******************************************** FONTS *****************************************************************/
/********************************************************************************************************************/

@import url(http://fonts.googleapis.com/css?family=Stint+Ultra+Expanded);
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic);

/********************************************************************************************************************/
/******************************************** MAIN HTML STYLES ******************************************************/
/********************************************************************************************************************/
body {
	font-family: 'Libre Baskerville', serif;
	color:#555;
	background: url('images/bg.jpg');
}
@media (max-width:767px) {
	body {
		padding: 0;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', serif;
  margin-bottom: 15px;
  font-weight: 400;
}
a {
	color: #69847c;
}
a:hover {
	color: #8db1a6;
}
table .label {
  background: none;
  padding: 7px;
  line-height: normal;
  text-shadow: none;
}
tr {
  border-bottom: 1px solid #ccc;
}
td { 
	padding: 5px 20px;
}
dt {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 26px; 
}
dd {
  margin-bottom: 15px;
  margin-left: 26px;
}
ul, ol { 
	margin: 0 0 10px 0;
}
ol, ul {
  list-style-position: inside;
  margin-left: 21px;
}
pre {
  -moz-border-radius: 0;
  border-radius: 0;
}
code {
	white-space: pre-wrap;
}
header {
	margin-top: 15px;
  margin-bottom: 30px;
}
.clear{
  clear: both;
}
.clear-right {
	clear: right;
}
.clear-left {
	clear: left;
}

/********************************************************************************************************************/
/******************************************** HEADER ****************************************************************/
/********************************************************************************************************************/

/*======================================= HIDDEN HEADER =======================================*/

.full-width-container {
	width: 100%;
}
.full-width-container.top-header {
	background-color: #2b2926;
	display: none;
}
.full-width-container.top-header .widget-container {
	color: #eee;
	background: transparent;
}
.full-width-container.top-header .widget-container h3.widget-title {
	color: #fff;
}
.full-width-container.top-header .widget-container a {
	color: #eee;
}
.tag-container {
	position: relative;
	width: 100%;
	overflow: visible;
}
#hidden_header_tag {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 65px;
	overflow: hidden;
	cursor: pointer;
}
#hidden_header_tag img {
	position: absolute;
	bottom: 0;
}

/*======================================= HEADER WIDGETS ======================================*/

.full-width-container.top-header .widget-container {
	color: #ddd;
}
.full-width-container.top-header .widget-container a {
	color: #69847c;
}
.full-width-container.top-header .widget-container a:hover {
	color: #8db1a6;
}

/*======================================= SOCIAL ==============================================*/

header #social .icons a {
  margin-left: 5px;
}

/*======================================= DETAILS =============================================*/

header#cc-header {
	text-align: center;
}
header#cc-header .span7, header#cc-header .span5 {
	margin-left: 0;
	width: 100%;
}
header#cc-header h1.site-title {
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 50px;
	line-height: 1em;
	margin-bottom: 5px;
}
header#cc-header h1.site-title a:hover {
	text-decoration: none;
}
header#cc-header h2.site-description {
	font-size: 14px;
	margin: 0;
}

header#cc-header .contact_details {
}

header#cc-header .register {
}

header#cc-header .blog_description { 
}

header#cc-header p {
  font-size: 1.2em;
}
header#cc-header #search #searchform {
	float: none;
} 

/*======================================= SEARCH ===============================================*/

header #search #searchform {
  float: right;
}
header#cc-header #search #searchform .search-query {
	line-height: 2em;
}

/*==================================== MEDIA QUERIES ===========================================*/

@media (max-width:767px) {
	header#cc-header .span7 hgroup {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 480px) { 
	header#cc-header .span7 {
		text-align: center;
	}
	header#cc-header .span5 {
		text-align: center;
	}
	header#cc-header .span5 div.icons a {
		float: none;
	}
	header#cc-header .span5 div.blog-description {
		float: none;
	}
	header#cc-header .span5 div.register {
		float: none;
	}
	header#cc-header .span5 #searchform {
		float: none;
	}
} 	

/********************************************************************************************************************/
/******************************************** MENU ******************************************************************/
/********************************************************************************************************************/

.full-width-container.full-nav {
	width: 100%;
	background: url('images/nav-bg.png');
	margin-bottom: 30px;
}
#navigation {
 	margin: 15px 0 0 0; 
}
.main-navigation.navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-inner {
	padding: 0;
  border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}
.main-navigation .nav {
	width: 100%;
	text-align: center;
}
.main-navigation .nav > li {
	float: none;
	display: inline-block;
	margin-bottom: 10px;
	zoom: 1;
	*display: inline;
}
.main-navigation .nav > li > a {
	padding: 5px 10px;
	margin-right: 5px;
	font-size: 16px;
	color: #636363;
	line-height: 1em;
}
.navbar .nav > li#social {
	background: none;
}
.main-navigation .nav > li > a:hover {
	color: #999;
}
.navbar .nav li.dropdown > a:hover .caret {
	border-top-color: #999;
	border-bottom-color: #999;	
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li.current_page_item > a {
	color: #999;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}
.main-navigation .nav > li > ul {
	text-align: left;
	background: url('images/nav-bg.png');
}
.main-navigation .nav li ul li ul {
  list-style: none;
  margin-left: 0;
}
.main-navigation .nav li ul li ul li a{
  padding-left: 24px;
}
.main-navigation .nav li ul li ul li ul li a {
	padding-left: 30px;
}
.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
  display: block;
	margin-top: 0;
	border: 2px solid #636363;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.main-navigation .nav li ul li a:hover {
  color: #999;
  background: none;
}
#navigation #searchform {
	margin-right: 15px;
}
.current-menu-ancestor.dropdown {
	background-color: transparent;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: #999;
	background: none;
}
.navbar .nav > li.current-menu-ancestor > a {
	color: #999;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #636363;
	border-bottom-color: #636363;
}
.navbar .btn-navbar {
	background-color: #774137;
	background-image: none;
	margin-right: 20px;
}
.navbar .btn-navbar:hover {
	background-color: #534335;
	background-image: none;
}
.navbar .nav > li > .dropdown-menu::before {
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -5px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #636363;
	border-left: 7px solid transparent;
	content: '';
}
.navbar .nav > li > .dropdown-menu::after {
	display: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	content: '';
}

@media (max-width: 979px) {
	.navbar .nav {
		padding: 0 10px;
	}
	.nav-collapse .nav > li {
		display: block;
		text-align: left;
	}
	.navbar .nav > li + li {
		background: none;
		padding: 0;
	}
	.main-navigation .nav > li > a:hover {
		background: transparent;
	}
	.navbar .nav > li > .dropdown-menu::before {
		display: none;
	}
	.navbar .nav > li > .dropdown-menu::after {
		display: none;
	}
	.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
		border: none;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		font-weight: normal;
	}
	.nav-collapse .dropdown .caret {
		display: none;
	}
	.nav-collapse .dropdown-menu {
		display: block;
	}
	.navbar .nav > li + li {
		background-image: none!important;
	}
}

/********************************************************************************************************************/
/******************************************** MAIN CONTENT **********************************************************/
/********************************************************************************************************************/

.container {
  background: transparent;
}
article.post, article.page, article.attachment {
  margin-bottom: 15px;
  padding: 20px;
}
.entry-content {
  margin: 20px 0;
}
.page-header {
  margin-top: 0;
  padding: 0;
  border: none;
}
.featured-image {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	z-index: 1;
}
.featured-image img {
	width: 100%;
}
.featured-image:before, .featured-image:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.featured-image:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*==================================== POST AND PAGE CONTENT ===========================================*/

article {
  background: transparent;
	border-bottom: 1px solid #ddd;
}
.entry-header {
  margin-top: 0;
}
.entry-summary {
  margin: 10px 0;
}
.postformats {
  float: right;
}
blockquote { 
	background-color: #ccc;
	margin: 20px 10px;
	padding: 3px;
}
blockquote p {
  margin: 10px;
}
blockquote cite {
  font-size: 0.9em;
}
blockquote cite:before {
  content: ' ̶ ';
  position: relative;
  top: -2px;
  margin: 0 5px; 
}
.page-links {
  clear: both;
}
.more-content {
  margin-bottom: 15px;
  padding: 30px;
  background: transparent;
	text-transform: uppercase;
}
.more-content .previous-post {
  text-align: left;
	min-height: 0;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
	padding-left: 30px;
	background: url('images/next.png') 0 0 no-repeat;
}
.more-content .next-post {
  text-align: right;
	min-height: 0;
  margin-bottom: 0;
	padding-right: 30px;
  padding-bottom: 0;
	background: url('images/next.png') 100% -20px no-repeat;
}

/*==================================== TAXONOMY ========================================================*/

h2.entry-title {
	color: #414141;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1em;
	font-size: 1.6em;
	text-align: center;
}
h2.entry-title a {
  color: #414141;
}
h2.entry-title a:hover {
  color: #696969;
}
article.post p, article.page p {
  font-size: 1em;
  line-height: 1.5em;
}

/*==================================== IMAGES ==========================================================*/

.alignnone {
	display: block;
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display:block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
img.size-full {
	max-width: 100%;
	height: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 15px 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: 95%;
  padding:0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}
.caption_title {
  font-size:16px;
}
.gallery-pagination {
  margin: 20px 0;
}
.gallery-pagination .previous-image a {
  float: left;
}
.gallery-pagination .next-image a {
  float: right;
}

/*==================================== META ============================================================*/

.entry-meta {
  color: #999;
  margin-top: 0;
  font-size: 12px;
	text-align: center;
	font-style: italic;
}
footer.entry-meta {
  clear: both;
}
.entry-meta .datetime {
	margin-right: 20px;
	padding: 5px 0 5px 30px;
	background: url('images/date.png') 0 0 no-repeat;
}
.entry-meta .author {
	margin-right: 20px;
	padding: 5px 0 5px 30px;
	background: url('images/author.png') 0 0 no-repeat;
}
.entry-meta .comments-link {
	margin-right: 20px;
	padding: 5px 0 5px 30px;
	background: url('images/comment.png') 0 0 no-repeat;
}
.edit-link {
  margin-bottom: 10px;
}
.edit-link a {
  color: #fff;
  background: #888;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.edit-link a:visited {
  color: #fff;
}
.edit-link a:hover {
  text-decoration: none;
  color: #ccc;
}
.cyberchimps_article_share {
  float: right;
}

/*==================================== COMMENTS ========================================================*/

.comments-area {
  margin-bottom: 15px;
  padding: 15px;
  background: transparent;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
label[for="comment"] {
  display: block;
}
ol.commentlist {
  list-style: none;
}
ol.commentlist p {
  margin-left: 8px;
  clear: left; 
}
ol.commentlist li.comment {
  padding: 10px;
}
ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}
ol.commentlist li.comment div.vcard img.avatar {
  margin: 0 10px 10px 10px;
}
ol.commentlist li.comment div.comment-meta {
  font-size: 11px;
}
ol.commentlist li.comment div.comment-meta a {
  color: #888;
}
ol.commentlist li.comment div.reply {
  font-size: 11px;
  margin-left: 8px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 10px 0 0;
}
ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.even {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
ol.commentlist li.odd {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.comment, .trackback, .pingback {
  padding:10px;
  margin:10px 0 10px 0;
}
.odd {
  background: transparent;
}
#form-allowed-tags code {
  font-size:12px;
}
#respond input, #respond textarea {
  margin:0 5px 5px 0;
  overflow:auto;
}
#respond textarea {
  width:99%;
  height:150px;
}
.avatar {
  float:left;
}

/********************************************************************************************************************/
/******************************************** SIDEBAR & WIDGETS *****************************************************/
/********************************************************************************************************************/

.widget-container {
  padding: 20px;
  background: transparent;
}
h3.widget-title {
	font-family: 'Stint Ultra Expanded', cursive;
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #fff;
	font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
	padding: 10px 10px;
	line-height: 20px;
	background: #54605c;
}
h3.widget-title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	line-height: 1.5em;
	display: inline-block;
	border-top: 40px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 5px solid #54605c;
}
.widget-container ul, .widget ul {
  margin-left: 5px;
}
.widget-container ul li, .widget ul li {
  font-size: 14px;
  line-height: 1.8em;
  list-style: none;
}
table#wp-calendar {
  width: 100%;
}
table#wp-calendar th {
	font-size: 14px;
}
table#wp-calendar td {
	font-size: 14px;
	width: 14.28571428571429%;
	padding: 5px 0;
  text-align: center;
}
table#wp-calendar td {
  text-align: center;
}
.widget-container #searchform.pull-right {
	margin-right: 30px;
}
.widget-container #searchform input.input-medium {
	float: none;
	display: inline-block;
	width: 100%;
	line-height: 2em;
}

/*==================================== SEARCH FORM ====================================================*/

#searchform {
	margin-bottom: 5px;
}

/********************************************************************************************************************/
/******************************************** FOOTER ****************************************************************/
/********************************************************************************************************************/

.footer-full-width {
	background: url('images/footer-bg.png');
}
#footer-widgets {
  margin-bottom: 20px;
}
#footer-widgets .widget-container {
  border: none;
}
#footer-widget-container {
  background: transparent;
}
.site-footer #copyright {
	text-align: left;
  margin-bottom: 20px;
}


/********************************************************************************************************************/
/******************************************** WORDPRESS DEFAULTS ****************************************************/
/********************************************************************************************************************/

.sticky{}
.gallery-caption{}
.bypostauthor{}

/********************************************************************************************************************/
/******************************************** ELEMENTS **************************************************************/
/********************************************************************************************************************/

/*==================================== CALLOUT ====================================================*/

#callout-container {
  margin-bottom: 20px;
}
#callout {
  padding: 20px;
}
.callout-text h2.callout-title {
  font-size: 1.6em;
}
.callout-text p {
  font-size: 1.2em;
}
#callout_button a {
 	margin-top: 5px;
  float: right;
}
#callout-container .btn-primary, input[type="submit"], input[type="reset"], input[type="button"] {
	float: none;
	margin-top: 20px;
	padding: 5px 15px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #bbb;
	background-image: -moz-linear-gradient(top,#bbb,#777);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#bbb),to(#777));
	background-image: -webkit-linear-gradient(top,#bbb,#777);
	background-image: -o-linear-gradient(top,#bbb,#777);
	background-image: linear-gradient(to bottom,#bbb,#777);
	background-repeat: repeat-x;
	border-color: #777 #777 #999;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb',endColorstr='#777',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #bbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#callout-container .btn-primary:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-image: none;
	background-color: #777;
	border-color: #777 #777 #999;
}

/*==================================== WIDGET BOXES ===============================================*/

.box {
  padding: 20px;
  margin-bottom: 20px;
  background: transparent;
}
#widget-boxes-container .box a {
	text-align: left;
}
#widget-boxes-container h2.box-widget-title {
	font-size: 1.4em;
  text-align: left;
	font-family: 'Stint Ultra Expanded', cursive;
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #fff;
	font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
	padding: 10px 10px;
	line-height: 20px;
	background: #54605c;
}
#widget-boxes-container h2.box-widget-title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	line-height: 1.5em;
	display: inline-block;
	border-top: 40px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 5px solid #54605c;
}
.box p {
  font-size: 1.1em;
  line-height: 1.2em;
}

/*==================================== BOXES ======================================================*/

h2.box-widget-title {
  font-size: 1.4em;
  text-align: center;
}
.box a {
  display: block;
  width: 100%;
  text-align: center;
}
.box-no-url {
	cursor: default;
}

/*==================================== CAROUSEL ===================================================*/

#cc-carousel {
  padding: 10px 50px;
}
#cc-carousel ul {
  max-height: 150px;
  width: 100%;
  margin: 0;
  padding: 0; 
}
#cc-carousel ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
#cc-carousel ul li .carousel_item {
}  
#cc-carousel ul li .carousel_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
}
#cc-carousel ul li .carousel_caption p {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
#cc-carousel .carousel-control {
  top: 50%;
  border: none;
}
#cc-carousel .carousel-control.left {
  left: 5px;
}
#cc-carousel .carousel-control.right {
  right: 5px;
}
@media (max-width: 767px) {
  #cc-carousel [class*="span"], .row-fluid #cc-carousel [class*="span"] {
    float: left;
    width: 14.364640883%;
    margin-left: 2.762430939%;
  }
  #cc-carousel [class*="span"]:first-child, .row-fluid #cc-carousel [class*="span"]:first-child {
    margin-left: 0;
  }
}

/*==================================== SLIDER ======================================================*/

#slider {
}

/*==================================== PRODUCT =====================================================*/

#product-container {
	padding: 30px 0;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	#product-media {
		text-align: center;
	}
}

/*==================================== TWITTER =====================================================*/

#twitter-container {
  margin-bottom: 20px;
}
#twitter-bar {
  background: #fff;
	padding: 20px;
}
#twitter-bar #twitter-text img {
	float: left;
	margin-top: -5px;
}
#twitter-bar #twitter-text p {
	padding-left: 75px;
}
@media (max-width: 480px) { 
	#twitter-bar #twitter-text img {
		width: 30px;
		height: 21px;
		margin-top: 0;
	}
	#twitter-bar #twitter-text p {
		padding-left: 40px;
	}
}

/*===================================== PROFILE ====================================================*/

#profile-pic img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#profile-social {
	float: right;
}
#profile-social a {
	display: inline;
	margin-left: 5px;
}
.profile {
	clear: both;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.profile-header {
	text-align: right;
	border-bottom: none;
}
.profile h3 {
	font-size: 16px;
	font-weight: bold;
}

/*==================================== BREADCRUMBS =================================================*/

.breadcrumbs {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 1.1em;
}

/*==================================== PAGINATION ==================================================*/

.pagination ul li a {
  background: #fff;
}