/*---------------------------------------------------------------------
Theme Name: IIC 
Theme URI: http://thinkwebstrategy.com
Description: Custom theme for IIC 
Author: Dani McDaniel for Think Web Strategy
Author URI: http://danimcdaniel.com
Version: 5.0
Tags: responsive, widgets, custom-background, threaded-comments, sticky-post, translation-ready, microformats, custom-menu, theme-options
----------------------------------------------------------------------*/

/* IcoMoon */

@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot');
  src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff') format('woff'),
    url('fonts/icomoon.ttf') format('truetype'),
    url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-facebook, .icon-twitter, .icon-feed, .icon-google-plus, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-youtube, .icon-menu {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-facebook:before {
  content: "\e002";
}
.icon-twitter:before {
  content: "\e003";
}
.icon-feed:before {
  content: "\e009";
}
.icon-google-plus:before {
  content: "\e00a";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-youtube:before {
  content: "\f142";
}
.icon-menu:before {
  content: "\f127";
}



/*---DEFAULT WORDPRESS STYLES
-------------------------------------------------------------------*/
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.aligncenter {
  margin: auto;
  text-align: center;
}
.alignleft {
  float: left;
  margin: 0 1.5% 0 0;
  text-align: left;
}
.alignright {
  float: right;
  margin: 0 0 0 1.5%;
  text-align: right;
}
.wp-caption {
  text-align: left;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
}
.gallery dl dt img {
  border: 1px solid #ccc !important;
}
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
/*--- normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css ---*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  /*- wraps long code strings so it doesnt break the layout 
	reference: http://www.longren.org/wrapping-text-inside-pre-tags/ -*/

  white-space: pre-wrap;
  /* Chrome & Safari */

  white-space: -moz-pre-wrap;
  /* Mozilla since 1999 */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 0px;
}
menu,
ol,
ul {
  padding: 0 0 0 0px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* black */
/* red */
/* blue */
/* dark gray */
/* light gray */
/*--- THE BASICS
-------------------------------------------------------------------:-)*/
/*-- fixes box model to normal (take that ie)
reference: http://paulirish.com/2012/box-sizing-border-box-ftw/ --*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  background: #e7e7e7;
  color: #111111;
  font-family: "Lucida Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0px;
}
blockquote {
  clear: both;
  color: #b3272d;
  font-family: 'News Cycle', sans-serif;
  font-weight: 400;
  font-size: 25px;
  font-size: 2.5rem;
  margin-left: 10px;
  border-left: 5px solid #EEE;
  padding-left: 10px;
}
}
blockquote p:first-child {
  text-indent: 3%;
}
blockquote p:first-child:before {
  color: #b3272d;
  content: "\201c";
}
blockquote p:first-child:after {
  color: #b3272d;
  content: "\201d";
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */

}
address,
p {
  margin: 0 0 10px;
}
pre,
code {
  margin: 20px auto;
  width: 80%;
}
dl {
  margin: 1em 0;
}
dl dt {
  font-weight: bold;
  text-decoration: underline;
}
dl dd {
  margin: 0 0 10px;
}
ol {
  margin: 0;
}
ol li {
  list-style: decimal inside none;
}
ol ol {
  margin: 0 0 0 10px;
}
ul {
  margin: 0 0 0 0px;
}
ul li {
  list-style: disc inside none;
}
ul ul {
  margin: 0 0 0 10px;
}
table {
  width: 90%;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  margin: 1em auto;
  border-collapse: collapse;
}
table tr {
  /* targets even rows */

  /* targets odd rows */

}
table tr td {
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  padding: .3em 1em;
}
table tr th {
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  font-weight: bold;
  text-align: center;
}
table tr:nth-child(even) {
  background: #fff;
}
table tr:nth-child(odd) {
  background: #fafafa;
}
/*- links 
----------------------------*/
a {
  color: #b3272d;
  text-decoration: none;
}
a:visited {
  color: #b3272d;
  text-decoration: none;
}
a:hover {
  color: #0071ae;
  text-decoration: underline;
}
a:active {
  color: #0071ae;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
/*- selected text 
----------------------------*/
*::selection {
  background: #b3272d;
  color: #fff;
}
*::-moz-selection {
  background: #b3272d;
  color: #fff;
}
/*- helper classes 
----------------------------*/
.center {
  text-align: center;
  margin: auto;
}
.clear,
.clearfix {
  clear: both;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
/*- general typography 
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Francois One', sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
}
h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}
h3 {
  font-size: 26px;
  font-size: 2.6rem;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
}
h5 {
  font-size: 22px;
  font-size: 2.2rem;
}
h6 {
  font-size: 20px;
  font-size: 2rem;
}
.small {
  font-size: 12px;
  font-size: 1.2rem;
}
/*- form stuffs 
----------------------------*/
input[type=text] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  color: #bbb;
  margin-bottom: 10px;
  padding: 7px;
  text-align: center;
  width: 100%;
}
input[type=button],
input[type=submit] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #555555;
  border: 1px solid #555555;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 12px 7px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
input[type=button]:hover,
input[type=submit]:hover {
  background: #b3272d;
  border: 1px solid #b3272d;
}
/*--- STRUCTURE
-------------------------------------------------------------------:-)*/
#container {
  padding: 0 40px 0px;
  margin: 20px auto;
  max-width: 1104px;
}
#container,
#footer {
  height: 100%;
  overflow: auto;
  width: 100%;
}
#header {
  background: #fff;
  /*height: 100%;*/
  width: 100%;
  /*#megaMenu {
		&.megaResponsive ul.megaMenu > li {
			margin: 10px 0 0px;
			width: auto;
			> a, 
			> span.um-anchoremulator, .megaMenuToggle {
				padding: 0 18px 0 20px !important;
			}
		}
		ul.sub-menu {
			.rounded-custom(0,3px,3px,0);
			.box-shadow(1px,1px,1px,@shadow);
			.text-shadow(0,0,0,@three);
			background: #fff;
			border-color: #fff;
			color: @three;
		}
		.wpmega-nonlink ul {
			width: 200px;
		}
		#megaMenuToggle {
			font-family: @headings; font-weight: 900; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; margin: 0 0 10px;
			a { color: @three; 
				&:hover { color: @one; text-decoration: none; }
			}
		}
		.megaMenuToggle-icon,
		.megaMenuToggle-icon:before,
		.megaMenuToggle-icon:after {
			background: @text;
		}
	}
	.megaMenuContainer { 
		clear: both; margin: 5px 0 10px; 
		li { 
			display: inline; 
			list-style: none; padding: 0 40px 0 0; 
			font-family: @headings; font-weight: 900; font-size: 16px; font-size: 1.6rem; text-transform: uppercase;
			a { color: @three; 
				&:hover { color: @one; text-decoration: none; }
			}
		}
		#megaUber { float: none; margin: 0 auto 0px; max-width: 1050px; padding: 0 13px 0 0; }
	}*/

}
#header .inner {
  margin: auto;
  max-width: 1104px;
  overflow: auto;
  padding: 5px 40px;
}
#header .inner .left {
  float: left;
  margin: .8% 2% 0 0;
  width: 27%;
}
#header .inner .right {
  float: right;
  width: 70%;
}
#header .alert {
  border-bottom: 1px solid #b3272d;
  border-top: 1px solid #b3272d;
  clear: both;
}
#header .alert a {
  color: #555555;
}
#header .alert span {
  font-family: 'Francois One', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#container {
  /*-- start sidebar --*/

}
#container #content {
  float: left;
  width: 65%;
  /* homepage */

  /*-- featured post --*/

  /*-- Generic Post --*/

  /*-- Single Post & Page --*/

  /*-- Archive List Post --*/

  /*-- author box --*/

  /*-- post navigation --*/

  /*-- single post navigation --*/

  /*-- archive post navigation --*/

  /*-- search navigation --*/

  /*-- comment navigation --*/

  /*-- Pages --*/

  /*-- the 404 --*/

}
#container #content .homepage-ad,
#container #content .homepage-ad-deuce,
#container #content .homepage-ad-three {
  display: none;
  margin: 0px auto 10px;
  text-align: center;
}
#container #content .homepage-ad .widget,
#container #content .homepage-ad-deuce .widget,
#container #content .homepage-ad-three .widget {
  margin: 0;
}
#container #content .home-alpha {
  overflow: auto;
  margin: 0 0 40px;
  padding: 3px 0;
  position: relative;
}
#container #content .home-alpha .archive-title {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin: 0;
  padding: 0;
}
#container #content .home-alpha .archive-title a {
  color: #111111;
}
#container #content .home-alpha .archive-title a:hover {
  color: #555555;
  text-decoration: none;
}
#container #content .home-alpha .archive-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #bbbbbb;
  -moz-box-shadow: 1px 1px 1px #bbbbbb;
  -webkit-box-shadow: 1px 1px 1px #bbbbbb;
  background: #fff;
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 13px 0 0px;
  min-height: 247px;
  padding: 10px 10px 10px 155px;
  width: 82%;
}
#container #content .home-alpha .archive-content p {
  color: #555555;
  font-family: 'News Cycle', sans-serif;
  margin: 10px 0 20px;
  padding: 0 10px 0 0;
}
#container #content .home-alpha img.wp-post-image {
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  border: 1px solid #fff;
  height: 250px;
  width: 250px;
  margin: 2px 0px 1px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#container #content .home-alpha .archive-meta {
  font-family: 'Francois One', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 5px 0 0;
}
#container #content .home-alpha .archive-meta a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #bbbbbb;
  -moz-box-shadow: 1px 1px 1px #bbbbbb;
  -webkit-box-shadow: 1px 1px 1px #bbbbbb;
  background: #b3272d;
  border: 1px solid #b3272d;
  color: #fff;
  font-family: 'News Cycle', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
}
#container #content .post {
  margin: 0 0 15px;
}

#container #content .post .entry-title {
  margin: 0.13em 0;
}

#container #content .post .entry-title a {
  color: #111111;
}
#container #content .post .entry-title a:hover {
  color: #555555;
  text-decoration: none;
}
#container #content .single,
#container #content .page,
#disqus_thread {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #bbbbbb;
  -moz-box-shadow: 1px 1px 1px #bbbbbb;
  -webkit-box-shadow: 1px 1px 1px #bbbbbb;
  background: #fff;
  padding: 10px;
}
#container #content .single .single-content .wp-caption,
#container #content .page .single-content .wp-caption,
#container #content .single .page-content .wp-caption,
#container #content .page .page-content .wp-caption {
  max-width: 593px;
}
#container #content .single .single-content img.attachment-single-post-thumbnail,
#container #content .page .single-content img.attachment-single-post-thumbnail,
#container #content .single .page-content img.attachment-single-post-thumbnail,
#container #content .page .page-content img.attachment-single-post-thumbnail,
#container #content .single .single-content .wp-caption img,
#container #content .page .single-content .wp-caption img,
#container #content .single .page-content .wp-caption img,
#container #content .page .page-content .wp-caption img,
#container #content .single .single-content img.size-full,
#container #content .page .single-content img.size-full,
#container #content .single .page-content img.size-full,
#container #content .page .page-content img.size-full {
  height: auto;
  margin: 0 0 10px;
}
/* disabled until intro p is fixed 
#container #content .single .single-content p:first-child,
#container #content .page .single-content p:first-child,
#container #content .single .page-content p:first-child,
#container #content .page .page-content p:first-child {
  color: #555555;
  font-family: 'News Cycle', sans-serif;  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 20px 0 30px;
} */
#container #content .single .post-ad,
#container #content .page .post-ad {
  margin: 10px auto;
  text-align: center;
}
#container #content .archive {
  overflow: auto;
  margin: 0 0 10px;
  padding: 3px 0;
  position: relative;
}
#container #content .archive .archive-title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 25px;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
}
#container #content .archive .archive-comments {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #b3272d;
  color: #fff;
  padding: 5px 9px;
  position: absolute;
  right: 0;
  top: 50px;
}
#container #content .archive .archive-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #bbbbbb;
  -moz-box-shadow: 1px 1px 1px #bbbbbb;
  -webkit-box-shadow: 1px 1px 1px #bbbbbb;
  background: #fff;
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 13px 0 0px;
  min-height: 125px;
  padding: 10px 10px 10px 90px;
  width: 90.7%;
}
#container #content .archive .archive-content p {
  color: #555555;
  font-family: 'News Cycle', sans-serif;
  margin: 5px 0 0;
  padding: 0 10px 0 0;
}
#container #content .archive img.wp-post-image {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #fff;
  height: 127px;
  width: 127px;
  margin: 2px 0px 1px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#container #content .archive .archive-meta {
  font-family: 'News Cycle', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 5px 0 0;
}
#container #content .archive .archive-meta a {
  color: #111111;
  font-weight: bold;
}
#container #content .author-box {
  background: none;
  padding: 0px;
  margin: 40px auto 0;
  width: 100%;
}
#container #content .author-box .author-title {
  overflow: auto;
  padding: 0 0 0;
}
#container #content .author-box .author-title h4 {
  margin: 0 0 5px;
}
#container #content .author-box .author-title ul {
  margin: 0 0 5px 0;
  padding: 0;
}
#container #content .author-box .author-title ul li {
  display: inline;
  padding: 0 10px 0 0;
}
#container #content .author-box .author-title .avatar {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #e7e7e7;
  float: left;
  margin: 0 20px 45px 0;
}
#container #content .author-box .author-content {
  border-top: 2px solid #e7e7e7;
  padding: 10px 0 0;
}
#container #content .author-box .author-content p {
  margin: 10px 0 0;
}
#container #content .navigation {
  width: 100%;
  clear: both;
  overflow: auto;
  padding: 2px 0;
  margin: 0;
}
#container #content .navigation .nav-next {
  float: right;
  width: 48%;
  text-align: right;
}
#container #content .navigation .nav-prev {
  float: left;
  width: 48%;
  text-align: left;
}
#container #content .single-navigation {
  margin: 0px 0 15px;
}
#container #content .single-navigation a {
  color: #555555;
}
#container #content .single-navigation .nav-next,
#container #content .single-navigation .nav-prev {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #bbbbbb;
  -moz-box-shadow: 1px 1px 1px #bbbbbb;
  -webkit-box-shadow: 1px 1px 1px #bbbbbb;
  background: #fff;
  display: inline;
  font-family: 'Francois One', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  width: 30%;
}
#container #content .archive-navigation,
#container #content .index-navigation {
  margin: 20px auto;
  width: 70%;
}
#container #content .archive-navigation a,
#container #content .index-navigation a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #bbbbbb;
  -moz-box-shadow: 1px 1px 1px #bbbbbb;
  -webkit-box-shadow: 1px 1px 1px #bbbbbb;
  background: #b3272d;
  color: #fff;
  font-family: 'Francois One', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 7px 25px;
  text-align: center;
}
#container #content .error {
  /*-- includes .search located within this stylesheet --*/

}
#container #sidebar {
  float: right;
  width: 33%;
}
#footer {
  background: #fff;
  border-top: 1px solid #555555;
  margin-bottom: -20px;
  clear: both;
}
#footer .footer-widgets {
  margin: 30px auto 0;
  max-width: 1104px;
  overflow: auto;
  padding: 0 40px;
}
#footer .footer-widgets .block {
  border-right: 4px solid #e7e7e7;
  margin: 0 3% 0 0;
  padding: 0 2.8% 0 0;
  width: 22.75%;
}
#footer .footer-widgets .block.one {
  float: left;
}
#footer .footer-widgets .block.two {
  float: left;
}
#footer .footer-widgets .block.three {
  float: left;
}
#footer .footer-widgets .block.four {
  float: right;
  margin: 0;
  padding: 0;
  border-right: 0;
}
#footer .footer-content {
  margin: 20px auto 0;
  max-width: 1104px;
  overflow: auto;
  padding: 10px 40px;
}
#footer .footer-content li {
  display: inline;
}
#footer .footer-content .left {
  float: left;
  width: 50%;
}
#footer .footer-content .right {
  float: right;
  text-align: right;
  width: 50%;
}
/*- Widgets
----------------------------*/
.widget {
  margin: 0 0 20px;
}
.widget h3 {
  color: #555555;
  margin: 0 0 0px;
  text-transform: uppercase;
}
/*- Social Shares (single post)
----------------------------*/
ul.social-sharing {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #bbbbbb;
  -moz-box-shadow: 1px 1px 1px #bbbbbb;
  -webkit-box-shadow: 1px 1px 1px #bbbbbb;
  background: #fff;
  clear: both;
  margin: 0px 0 15px;
  overflow: auto;
  padding: 10px;
}
ul.social-sharing li {
  display: inline;
  float: left;
  height: 20px;
}
ul.social-sharing li.title {
  font-family: 'Francois One', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: -1px;
  width: 95px;
}
ul.social-sharing li.social-sharing-button-twitter {
  width: 100px !important;
}
ul.social-sharing li.social-sharing-button-plusone {
  width: 60px !important;
}
ul.social-sharing li.social-sharing-button-facebook {
  width: 100px !important;
}
ul.social-sharing li.social-sharing-button-pinterest {
  width: 140px !important;
}
/*--- Theme Options
-------------------------------------------------------------------:-)*/
/*--- Responsive-ness
-------------------------------------------------------------------:-)*/
/*-- ipad (portrait) --*/
@media only screen and (max-width: 768px) {
  #header .inner {
    padding: 5px 20px;
  }
  #header .inner .right,
  #header .inner .left {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
  }
  #header .mainnav ul {
    margin: auto;
    text-align: center;
  }
  #header #megaMenu .wpmega-nonlink ul {
    width: 100%;
  }
  #container {
    padding: 0 20px;
  }
  #container #content {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  #container #content .archive,
  #container #content .home-alpha {
    padding: 0;
  }
  #container #content .archive .archive-comments,
  #container #content .home-alpha .archive-comments {
    display: none;
  }
  #container #content .archive .archive-content,
  #container #content .home-alpha .archive-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #bbbbbb;
    -moz-box-shadow: 1px 1px 1px #bbbbbb;
    -webkit-box-shadow: 1px 1px 1px #bbbbbb;
    background: #fff;
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0px 0 0px;
    min-height: inherit;
    padding: 5px;
    width: 100%;
  }
  #container #content .archive .archive-content p,
  #container #content .home-alpha .archive-content p {
    color: #555555;
    font-family: 'News Cycle', sans-serif;
    margin: 10px 0 0;
    padding: 0 0px 0 0;
  }
  #container #content .archive .archive-meta,
  #container #content .home-alpha .archive-meta {
    margin: 10px 0 0;
  }
  #container #content .archive img.wp-post-image,
  #container #content .home-alpha img.wp-post-image {
    display: none;
  }
  #container #content .archive-navigation,
  #container #content .index-navigation {
    margin: 10px auto;
    width: 100%;
  }
  #container #content .single-navigation .nav-next,
  #container #content .single-navigation .nav-prev {
    width: 40%;
  }
  #container #content .homepage-ad,
  #container #content .homepage-ad-deuce,
  #container #content .homepage-ad-three {
    display: block;
  }
  #container #content .homepage-ad img,
  #container #content .homepage-ad-deuce img,
  #container #content .homepage-ad-three img {
    max-width: 100%;
    height: auto;
  }
  #container #content .single .post-ad {
    display: block;
  }
  #container #content .single .post-ad img {
    width: 100%;
    height: auto;
  }
  #container #sidebar {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  #footer .footer-widgets {
    padding: 0 20px;
  }
  #footer .footer-widgets .block {
    float: none;
    width: 100%;
  }
  #footer .footer-widgets .block.one,
  #footer .footer-widgets .block.two,
  #footer .footer-widgets .block.three,
  #footer .footer-widgets .block.four {
    margin: 0;
    padding: 0;
    border-right: 0;
  }
  #footer .footer-content .left,
  #footer .footer-content .right {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }

  #container #content .archive .archive-meta, #container #content .home-alpha .archive-meta {
  margin: 10px 0px 6px;
  }

  .social-sharing {
      display: none;
  }

  .logo {
  max-width: 50%;
  }

  .one,
  .two,
  .three,
  .four {
  text-align: center;
  }

  #header .inner .right, #header .inner .left {
  margin: 0 auto 10px;
  }

  
  #text-32 {
  display: none;
  }

  #text-33 {
  display: none;
  }

  #text-34 {
  display: none;
  }

  #sidebar {
    display: none;
    height: 0;
  }

}

/*-- iphone (portrait) --*/
@media only screen and (max-width: 480px) {
  #header .inner {
    padding: 5px 10px;
  }
  #container {
    padding: 0 10px;
  }
  #container #content .author-box {
    margin: 10px 0;
    width: 100%;
  }
  #container #content .author-box .author-title {
    margin: auto;
    text-align: center;
  }
  #container #content .author-box .author-title .avatar {
    float: none;
    margin: 0 auto 10px;
    text-align: center;
  }
  #container #content .author-box .author-title p {
    text-align: left;
  }
  #footer .footer-widgets {
    padding: 0 10px;
  }
}

/* --- Add-ons, needs major clean up --- */

.single.entry-content ul {
margin: 1em 0 2em 2em;
}

div.entry-meta.single-meta ul {
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: 0;
}

#container #content .home-alpha {
-webkit-background-clip: padding-box;
}

#container #content .home-alpha img.wp-post-image {
height: 250px;
width: 250px;
margin: 2px 0px 0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
bottom: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 0px;
}

#container #content .archive img.wp-post-image {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
behavior: url(http://cdn.iphoneincanada.ca/wp-content/themes/iicv5/PIE/PIE.htc);
border: 0px;
}

#container #content .archive .archive-comments {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
behavior: url(http://cdn.iphoneincanada.ca/wp-content/themes/iicv5/PIE/PIE.htc);
background: rgb(179, 39, 45);
color: rgb(255, 255, 255);
padding: 5px 9px;
position: absolute;
right: 0;
top: 50px;
}

.archive-comments {
  position: relative;
  background: rgb(179, 39, 45);
}
.archive-comments:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.archive-comments:after {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: rgb(179, 39, 45);
  border-width: 4px;
  top: 50%;
  margin-top: -4px;
}

/* bbPress styles */
/* edited by Nicu */

h1, h2, h3, h4 {
	margin-bottom: 14px;
}

#bbp_topic_content,
.topic .bbp_topic_content,
#bbp_reply_content,
.topic .bbp-body .bbp-reply-content,
.bbp-forum-content {
	font-weight: 400;
	font-family: 'News Cycle', sans-serif;
}

.bbp-forum-link,
.bbp-forum-title {
	font-family: 'Francois One', sans-serif;
}

.quicktags-toolbar .ed_button {
	display: inline-block;
	text-align: center;
	min-width: 24px;
	width: auto;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
	margin-bottom: -3px;
}

#subscription-toggle {
	float: right;
}

.hentry #bbpress-forums,
.hentry #bbpress-forums ul.bbp-lead-topic,
.hentry #bbpress-forums ul.bbp-topics,
.hentry #bbpress-forums ul.bbp-forums,
.hentry #bbpress-forums ul.bbp-search-results
{
	font-size: 13px;
}

.hentry #bbpress-forums .bbp-body .bbp-reply-content {
	font-size: 15px;
}

#bbp_reply_submit {
	padding: 7px;
}

#bbpress-forums p.bbp-topic-meta,
#bbpress-forums .bbp-forums-list {
	font-size: 13px;
}

#bbpress-forums .bbp-author-name {
	font-size: 12px;
}

#bbpress-forums .bbp-forums-list li {
	font-size: 13px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
	margin-top: 5px;
	margin-bottom: 10px;
}

.bbp-body .bbp-forum-freshness {
	font-size: 12px;
}


input[type="password"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	color: #bbb;
	margin-bottom: 10px;
	padding: 7px;
	text-align: center;
	width: 100%;
}


#bbp_topic_tags,
#bbp_topic_title {
	width: 100%;
}

.bbp-form {
	border-color: #ddd;
	padding: 1.5em;
	border-radius: 2px;
}
.bbp-form p {
	margin-bottom: 0;
}
.bbp-form input[type="text"],
.bbp-form input[type="password"] {
	text-align: left;
	color: #4a4a4a;
	width: auto;
}
#bbp_search_submit,
.button.submit {
	width: auto;
	padding: 8px 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #b3272d;
	color: #fff;
	border: 0;
}
#bbp_search {
	text-align: left;
}

body .bbp-login-form .bbp-username,
body .bbp-login-form .bbp-email,
body .bbp-login-form .bbp-password,
body .bbp-login-form .bbp-remember-me,
body .bbp-login-form .bbp-submit-wrapper {
	margin-top: 0;
}

body div.bbp-submit-wrapper {
	float: none;
	margin-top: 1.5em
}
.bbp-login-form .bbp-submit-wrapper {
	text-align: left;
}
.bbp-remember-me {
	margin-bottom: 18px;
}

.bbp-login-form {
	margin-bottom: 1.5em;
}

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
	padding: 7px;
}
label, button, input[type="button"], input[type="submit"], input[type="reset"] {
	cursor: pointer;
}

div.bbp-template-notice,
div.indicator-hint {
	margin-bottom: 20px;
}

#bbpress-forums .bbp-forums-list {
	border-left: 0;
	padding-left: 0;
	margin-left: 56px;
}

#bbpress-forums .bbp-forums-list li {
	line-height: 24px;
	display: block;
}

.bbp-form {
	background-color: #fff;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content {
	border: 1px solid #e7e7e7;
	line-height: 20px;
	font-size: 15px;
	border-top: 0;
}

#bbp_topic_title,
#bbp_topic_tags,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	font-size: 15px;
}

button#bbp_reply_submit,
button#bbp_topic_submit {
	font-size: 15px;
	padding: 10px 16px;
}

#bbpress-forums fieldset.bbp-form{
	padding-bottom: 15px;
}

#bbpress-forums fieldset.bbp-form legend {
	font-size: 19px;
	padding: 0 6px;
	font-family: 'Francois One', sans-serif;
}

div.bbp-breadcrumb {
	font-size: 13px;
}
div.bbp-breadcrumb p {
	line-height: 1.4;
}

.bbp-pagination-links {
	font-size: 15px;
}
.bbp-pagination-links a {
	background-color: #fff;
}
.bbp-pagination-links a,
.bbp-pagination-links span.current {
	padding: 3px 7px;
}

a.bbp-forum-title {
	font-size: 19px;
}
.hentry #bbpress-forums ul.bbp-topics {
	font-size: 14px;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
	font-size: inherit;
}

.bbpress #container #content {
	width: 75%
}

.bbpress #container #sidebar {
	width: 23%;
}

@media only screen and (max-width: 768px) {
	.bbpress #container #content,
	.bbpress #container #sidebar {
		width: 100%;
	}
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
	font-size: 16px;
}

.forum-icon {
	width: 50px;
	height: auto;
}

.forum .author-box,
.topic .author-box,
.bbp-search .entry-meta,
.bbp-user-page .entry-meta,
.forum-archive .entry-meta,
.single-forum .entry-meta,
.single-topic .entry-meta {
	display: none;
}

#bbpress-forums .type-forum.has-post-thumbnail .bbp-forum-content {
	margin-left: 56px;
}

.bbp-forum {
	clear: both;
}
.forumlink {
	clear: left;
}

.bbp-forum-link {
	font-size: 15px;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bbp-forum-link.with-icon {
	padding-top: 12px;
}

a.bbp-topic-permalink {
font-size: 15px;
line-height: 20px;
}

.forum-archive #content .post-page,
.single-topic #content .post-page,
.single-forum #content .post-page {
	background-color: #fff;
	padding: 1px 20px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #bbbbbb;
	-moz-box-shadow: 1px 1px 1px #bbbbbb;
	-webkit-box-shadow: 1px 1px 1px #bbbbbb;
	background: #fff;
	margin: 0 0 15px;
}

.alignleft.forumlink {
	margin-right: 2%;
}