/*  
Theme Name: ConsumerMojo Theme

Description: Twentyfourteen Custom Child Theme

Version: 3.1.2

Author: Web Rhythm & Co.

Template: twentyfourteen
*/
@import url("../twentyfourteen/style.css");

body {
	background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1007px) {
	#tablet_spy {
		display: block;
		visibility: visible;
	}
}

@media (min-width: 1008px) {
	#tablet_spy {
		display: none;
		visibility: hidden;
	}
}

/* Replaces default theme color */
a,
a:active, a:hover,
.site-info a:hover,
.entry-title a:hover,
.post-navigation a:hover,
.image-navigation a:hover,
.entry-meta a:hover,
.widget a:hover,
.search-toggle:hover::before,
.search-toggle.active:before,
.site-footer .widget a:hover {
	color: #1da7ee;
}
.site-navigation a:hover {
	color: #CCC;
}
.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after {
	top: 15px !important;
}

.entry-meta .tag-links a {
	background-color: #1da7ee;
	font-size: 10px;
	font-weight: 400;
	background-image: -webkit-linear-gradient(top right, #1da7ee, #178ee9);
	background-image: 	 -moz-linear-gradient(top right, #1da7ee, #178ee9);
	background-image: 	   -o-linear-gradient(top right, #1da7ee, #178ee9);
	background-image: 		   linear-gradient(to right, #1da7ee, #178ee9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1da7eeFF', endColorstr='#178ee9ff', GradientType=0);
}
.entry-meta .tag-links a:before {
	border-right-color: #1da7ee;
}
.paging-navigation .page-numbers.current,
.paging-navigation a:hover {
	border-color: #1da7ee;
}
.entry-meta .tag-links a:hover {
	background-color: #000000;
	background-image: none;
	filter: none;
}
.entry-meta .tag-links a:hover::before {
	border-right-color: #000;
}
.search-box-wrapper {
	width: auto;
}
.affix-top .search-toggle:before {
}
.search-toggle:before {
	color:  #000;
}
.menu-toggle:before {
	background-color: #EEE;
}

.category-other,
.single .site-content > .hentry .entry-title {
	font-family: 'Merriweather', Garamond, Helvetica, serif;
}

.category-other .glyphicon {
	margin-right: 3px;
}

.single .site-content > .hentry .entry-title {
	margin-bottom: 4px;
	font-weight: 700;
	text-transform: none;
}

.entry-title {
	font-size: 28px;
}

.single .hentry .entry-content p {
	font-size: 15px;
}

.site-content .entry-meta {
	text-transform: none;
}

@media screen and (min-width: 768px) {
	.entry-meta.post_meta {
		font-size: 14px;
	}	
}

@media screen and (max-width: 575px) {
	.entry-title {
		font-size: 18px;
	}
	.single .site-content > .hentry .entry-meta {
		font-size: 11px;
	}
	.single .hentry .entry-content p {
		margin-bottom: 14px;
	}
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	-webkit-transition: .1s ease-out;
	-moz-transition: 	.1s ease-out;
	-o-transition: 		.1s ease-out;
	transition: 		.1s ease-out;
	text-decoration: none;
	-webkit-box-shadow: inset 0 -1px 0 #1da7ee;
	box-shadow: 		inset 0 -1px 0 #1da7ee;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus {
	-webkit-box-shadow: inset 0 0 0 #1da7ee, 0 2px 0 #1da7ee;
	box-shadow: 		inset 0 0 0 #1da7ee, 0 2px 0 #1da7ee;
}

/* General Customization */
.site {
	margin: 0 auto;
	background-color: #FFFFFF;
}
.site:before {
	background-color: transparent;
}
@media screen and (max-width: 767px) {
	.site {
		background-color: transparent;
	}
	.list-view .site-content .hentry {
		background-color: #FFFFFF;
	}
}
@media screen and (max-width: 400px) {
	.list-view .site-content .cat-links, .list-view .site-content .type-post .entry-content, .list-view .site-content .type-page .entry-content, .list-view .site-content .type-post .entry-summary, .list-view .site-content .type-page .entry-summary, .list-view .site-content footer.entry-meta {
		display: inherit;
	}
	.archive-header, .page-header {
		border-bottom: 0;
		padding: 0 15px;
	}
	.list-view .site-content .hentry {
		padding: 0;
		margin-bottom: 20px;
	}
	.list-view .site-content .post-thumbnail {
		width: 100%;
	}
	.list-view .site-content .post-thumbnail img {
		float: none;
		width: 100%;
	}
	.list-view .site-content .entry-meta {
		margin: 0 auto 4px;
	}
	.list-view .site-content .entry-title {
		font-weight: 400;
		text-transform: uppercase;
	}
}

.site-header {
	background-color: #FFFFFF;
}

.site-title a,
.site-title a:hover {
	color: #000000;
}

.site-title a {
	width           : 100%;
	max-width       : 200px;
	margin          : 0;
	opacity: 0;
}

.site-title {
	background-image  : url('https://www.consumermojo.com/images/util/logo-consumer_mojo-dark.png');
	background-size   : 100%;
	background-repeat : no-repeat;
	background-position: 0 9px;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #FFFFFF;
}

.primary-navigation {
	padding-top: 0;
}

@media screen and (min-width: 783px) {
	.primary-navigation {
		margin: 0;
	}
}

#primary-navigation #primary-menu > li.menu-item > a {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: 		border-box;
}

#primary-navigation #primary-menu li a,
.entry-meta .tag-links a {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

#primary-navigation #primary-menu > li.menu-item.blue > a,
#primary-navigation #primary-menu > li.menu-item.blue ul.sub-menu li.menu-item a {
	background-color : #1da7ee;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
	background-image : -webkit-linear-gradient(top, #1da7ee, #178ee9);
	background-image : -o-linear-gradient(top, #1da7ee, #178ee9);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
	background-image : linear-gradient(to bottom, #1da7ee, #178ee9);
}

/*add shade for hover and focus re https://www.color-hex.com*/
#primary-navigation #primary-menu > li.menu-item.blue > a:hover,
#primary-navigation #primary-menu > li.menu-item.blue ul.sub-menu li.menu-item a:hover,
#primary-navigation #primary-menu > li.menu-item.blue > a:focus,
#primary-navigation #primary-menu > li.menu-item.blue ul.sub-menu li.menu-item a:focus {
	background-color : #1a96d6;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#1a96d6), to(#147fd1));
	background-image : -webkit-linear-gradient(top, #1a96d6, #147fd1);
	background-image : -o-linear-gradient(top, #1a96d6, #147fd1);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#1a96d6), to(#147fd1));
	background-image : linear-gradient(to bottom, #1a96d6, #147fd1);
}

#primary-navigation #primary-menu > li.menu-item.orange > a,
#primary-navigation #primary-menu > li.menu-item.orange ul.sub-menu li.menu-item a {
	background-color : #f0764d;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#f0764d), to(#ee6537));
	background-image : -webkit-linear-gradient(top, #f0764d, #ee6537);
	background-image : -o-linear-gradient(top, #f0764d, #ee6537);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#f0764d), to(#ee6537));
	background-image : linear-gradient(to bottom, #f0764d, #ee6537);
}

#primary-navigation #primary-menu > li.menu-item.orange > a:hover,
#primary-navigation #primary-menu > li.menu-item.orange ul.sub-menu li.menu-item a:hover,
#primary-navigation #primary-menu > li.menu-item.orange > a:focus,
#primary-navigation #primary-menu > li.menu-item.orange ul.sub-menu li.menu-item a:focus {
	background-color : #d86a45;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#d86a45), to(#d65a31));
	background-image : -webkit-linear-gradient(top, #d86a45, #d65a31);
	background-image : -o-linear-gradient(top, #d86a45, #d65a31);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#d86a45), to(#d65a31));
	background-image : linear-gradient(to bottom, #d86a45, #d65a31);
}

#primary-navigation #primary-menu > li.menu-item.yellow > a,
#primary-navigation #primary-menu > li.menu-item.yellow ul.sub-menu li.menu-item a {
	background-color : #eed336;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#f0df4d), to(#eed336));
	background-image : -webkit-linear-gradient(top, #f0df4d, #eed336);
	background-image : -o-linear-gradient(top, #f0df4d, #eed336);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#f0df4d), to(#eed336));
	background-image : linear-gradient(to bottom, #f0df4d, #eed336);
}

#primary-navigation #primary-menu > li.menu-item.yellow > a:hover,
#primary-navigation #primary-menu > li.menu-item.yellow ul.sub-menu li.menu-item a:hover,
#primary-navigation #primary-menu > li.menu-item.yellow > a:focus,
#primary-navigation #primary-menu > li.menu-item.yellow ul.sub-menu li.menu-item a:focus {
	background-color : #d6bd30;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#d8c845), to(#d6bd30));
	background-image : -webkit-linear-gradient(top, #d8c845, #d6bd30);
	background-image : -o-linear-gradient(top, #d8c845, #d6bd30);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#d8c845), to(#d6bd30));
	background-image : linear-gradient(to bottom, #d8c845, #d6bd30);
}

#primary-navigation #primary-menu > li.menu-item.green > a,
#primary-navigation #primary-menu > li.menu-item.green ul.sub-menu li.menu-item a {
	background-color : #5cb85c;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#5cb85c), to(#4cae4c));
	background-image : -webkit-linear-gradient(top, #5cb85c, #4cae4c);
	background-image : -o-linear-gradient(top, #5cb85c, #4cae4c);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#4cae4c));
	background-image : linear-gradient(to bottom, #5cb85c, #4cae4c);
}

#primary-navigation #primary-menu > li.menu-item.green > a:hover,
#primary-navigation #primary-menu > li.menu-item.green ul.sub-menu li.menu-item a:hover,
#primary-navigation #primary-menu > li.menu-item.green > a:focus,
#primary-navigation #primary-menu > li.menu-item.green ul.sub-menu li.menu-item a:focus {
	background-color : #52a552;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#52a552), to(#449c44));
	background-image : -webkit-linear-gradient(top, #52a552, #449c44);
	background-image : -o-linear-gradient(top, #52a552, #449c44);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#52a552), to(#449c44));
	background-image : linear-gradient(to bottom, #52a552, #449c44);
}

#primary-navigation #primary-menu > li.menu-item.red > a,
#primary-navigation #primary-menu > li.menu-item.red ul.sub-menu li.menu-item a {
	background-color : #d2322d;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#d2322d), to(#ac2925));
	background-image : -webkit-linear-gradient(top, #d2322d, #ac2925);
	background-image : -o-linear-gradient(top, #d2322d, #ac2925);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#d2322d), to(#ac2925));
	background-image : linear-gradient(to bottom, #d2322d, #ac2925);
}

#primary-navigation #primary-menu > li.menu-item.red > a:hover,
#primary-navigation #primary-menu > li.menu-item.red ul.sub-menu li.menu-item a:hover,
#primary-navigation #primary-menu > li.menu-item.red > a:focus,
#primary-navigation #primary-menu > li.menu-item.red ul.sub-menu li.menu-item a:focus {
	background-color : #bd2d28;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#bd2d28), to(#9a2421));
	background-image : -webkit-linear-gradient(top, #bd2d28, #9a2421);
	background-image : -o-linear-gradient(top, #bd2d28, #9a2421);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#bd2d28), to(#9a2421));
	background-image : linear-gradient(to bottom, #bd2d28, #9a2421);
}

#primary-navigation #primary-menu > li.menu-item.lightblue > a,
#primary-navigation #primary-menu > li.menu-item.lightblue ul.sub-menu li.menu-item a {
	background-color : #39b3d7;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#39b3d7), to(#269abc));
	background-image : -webkit-linear-gradient(top, #39b3d7, #269abc);
	background-image : -o-linear-gradient(top, #39b3d7, #269abc);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#39b3d7), to(#269abc));
	background-image : linear-gradient(to bottom, #39b3d7, #269abc);
}

#primary-navigation #primary-menu > li.menu-item.lightblue > a:hover,
#primary-navigation #primary-menu > li.menu-item.lightblue ul.sub-menu li.menu-item a:hover,
#primary-navigation #primary-menu > li.menu-item.lightblue > a:focus,
#primary-navigation #primary-menu > li.menu-item.lightblue ul.sub-menu li.menu-item a:focus {
	background-color : #33a1c1;
	background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#33a1c1), to(#228aa9));
	background-image : -webkit-linear-gradient(top, #33a1c1, #228aa9);
	background-image : -o-linear-gradient(top, #33a1c1, #228aa9);
	background-image : -webkit-gradient(linear, left top, left bottom, from(#33a1c1), to(#228aa9));
	background-image : linear-gradient(to bottom, #33a1c1, #228aa9);
}

@media screen and (min-width: 768px) {
	.primary-navigation {
		display: inline-block;
	}
	.header-main {
		/* height: 48px; */
	}
	.header-titles {
		z-index: 4;
		background-color: #FFFFFF;
		padding-left: 4px;
	}
}

.site-header .search-toggle {
	background-color: transparent !important;
	margin: 0 auto;
}

.site-header .search-box {
	background-color: #CCCCCC;
	float: right;
}
.site-header .search-box {
	padding: 13px 12px 7px;
}
.affix .site-header .search-box {
	padding: 10px 12px 4px;
}
.search-box .search-field {
	width: 100% !important;
	font-weight: 300;
}

/* Social Nav */
.social-navigation .nav_fb,
.social-navigation .nav_x {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
	height: 32px;
	width: 32px;
	display: inline-block;
	margin-top: 8px;
	margin-left: 8px;
}
.social-navigation .menu-item a {
	height: 32px;
	width: 32px;
	display: block;
}
.social-links-menu {
	display: inline-block;
	margin: 0 10px;
	list-style: none;
}
.social-navigation,
.search-toggle {
	display: inline-block;
	float: right;
}
.social-navigation .nav_fb {
	background-image: url(https://www.consumermojo.com/images/soc/facebook.png);
}
.social-navigation .nav_x {
	background-image: url(https://www.consumermojo.com/images/soc/twitter-2.png);
}

/*MOBILE MENU ONLY*/
@media screen and (max-width : 767px) {

	.primary-navigation a {
		line-height : 40px;
	}

	#primary-navigation #primary-menu > li.menu-item ul.sub-menu li.menu-item a {
		padding-left : 20px;
	}

	#primary-navigation #primary-menu > li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item a {
		padding-left : 20px;
	}
}

.site-description {
	line-height: 42px;
	margin-top: 5px;
	margin-bottom: 0;
	display: inline-block;
}

.content-sidebar .site-description {
	line-height: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1007px) {
	.content-sidebar .site-description {
		padding: 0 10px;
	}
}

.site-navigation ul ul {
	margin-left: 0;
}

@media screen and (max-width : 500px) {
	.site-description {
		font-size: 10px;
	}
}

@media screen and (min-width : 740px) {
	.site-description {
	}
}

.header-main {
	padding: 0 !important;
}

.site-title {
	margin-left: 10px;
}

.primary-navigation a {
	padding: 7px 12px;
}

@media screen and (max-width: 767px) {
	.header-titles {
		height: 48px;
	}
	.site-title {
		margin-left: 20px;
	}
	.primary-navigation a {
		padding: 5px 20px;
	}
}

.site-navigation li {
	border-top: 0 !important;
}

#primary-navigation #primary-menu > li.menu-item > a {
	font-weight: 800;
}

.primary-navigation ul ul {
	width: 100%;
}

.main-content {
	padding-bottom: 20px;
}

.content-area {
	padding-top: 17px !important;
}

@media screen and (min-width: 768px) {
	.content-area,
	.content-sidebar {
		padding-top: 129px !important;
	}
}

@media screen and (min-width: 768px) {
	.affix .content-area,
	.affix .content-sidebar,
	.single #secondary {
		padding-top: 129px !important;
	}
	.page-template-homepage .affix .content-sidebar {
		padding-top: 0 !important;
	}
}


@media screen and (min-width: 1008px) {
	#secondary {
		padding-top: 129px !important;
	}

	#secondary.affix {
		position: fixed;
		margin: 0 !important;
	}
	#secondary.affix .primary-sidebar {
		margin-top: -19px;
	}
	#secondary .primary-sidebar {
		margin-bottom: 260px;
	}
}

@media screen and (max-width: 1007px) {
	#secondary {
		display: none;
	}
	
}


.hentry {
	max-width: 100%;
}

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0;
}

.single .site-content > .hentry {
	background-color: #FFFFFF;
	margin-bottom: 24px;
	padding-bottom: 20px;
}

.single .site-content .hentry .entry-header,
.list-view .site-content .hentry .entry-header {
	padding-top: 16px;
	padding-bottom: 0;
}

.single .site-content .hentry .entry-content,
.list-view .site-content .hentry .entry-content {
	padding-top: 0;
}

.post-thumbnail img {
	width: 100%;
}

.post-navigation,
.image-navigation {
	margin-top: 0;
	margin-bottom: 24px;
}

.post-navigation a,
.image-navigation a {
	text-align: left;
	outline: none !important;
}

.post-navigation .meta-nav,
.image-navigation .meta-nav {
	font-weight: 400;
}

.pagination .page-numbers.next {
	margin-left: auto;
	margin-right: 0;
}

.content-sidebar .site-title {
	float: none;
}

.content-sidebar .site_logo {
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
}

#custom_html-10.widget {
	padding: 0 10px;
}

.content-sidebar .post-navigation .nav-links {
	border-top: 0;
}

.content-sidebar .post-navigation .nav-links a:last-of-type {
	border-bottom: 0;
}

@media screen and (min-width: 768px) {
	.content-sidebar .post-navigation {
		margin: 0 0 0 !important;
		padding: 0 12px;
	}
	.content-sidebar .post-navigation a {
		font-size: 12px;
	}
	.content-sidebar .post-navigation a .meta-nav {
		font-size: 11px;
	}
}

@media screen and (min-width: 1008px) {
	.content-sidebar .post-navigation {
		margin: 0 0 8px !important;
		padding: 0 !important;
	}
	.content-sidebar .post-navigation a {
		font-size: 13px;
	}
	.content-sidebar .post-navigation a .meta-nav {
		font-size: 13px;
	}
}

.single .henty footer.entry-meta {
	margin: 0 auto;
}


.primary-navigation ul ul a {
	text-align: left;
	font-weight: 800;
}

/*Hamburger breakpoint*/
@media screen and (max-width: 767px) {
	.header-main,
	.primary-navigation.toggled-on {
		padding: 0;
	}
}

.menu-toggle {
	background-color: transparent;
}

.menu-toggle:before {
	color: #000;
}

@media screen and (max-width: 767px) {
	#site-header {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1007px) {
	.primary-navigation .menu-mainmenu-container .sub-menu {
		width: 170px;
	}

	.primary-navigation .menu-mainmenu-container .sub-menu li {
		line-height: 16px;
	}
}

@media screen and (min-width : 768px) {
	.primary-navigation {
		width: 100%;
		padding-top: 0;
	}
	#primary-menu {
		width: 100%;
		max-width: 1260px;
		z-index: 9;
	}
	.primary-navigation a {
		padding: 0 10px;
		text-align: center;
	}

	#primary-navigation #primary-menu > li.menu-item > a {
		font-family: 'Montserrat', 'Lato', 'Arial', sans-serif;
		text-align: center;
		font-size: 11px;
	}

	.primary-navigation .menu-mainmenu-container > ul > li {
		border: 0;
		display: inline-block;
		width: 100%;
		position: relative;
	}
	.affix .primary-navigation .menu-mainmenu-container > ul > li {
		height: 44px;
		line-height: 44px;
	}
	.affix-top .primary-navigation .menu-mainmenu-container > ul > li > ul {
		top: 50px;
	}
	.primary-navigation ul ul {
		background-color: transparent;
		float: left;
		margin: 0;
		position: absolute;
		top: 50px;
		left: -999em;
		z-index: 99999;
	}
	.affix .primary-navigation ul ul {
		top: 44px;
	}

	.primary-navigation ul ul a {
		padding: 12px 12px;
		font-size: 12px;
	}

	.primary-navigation .menu-mainmenu-container .sub-menu li {
		position: relative;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after, .primary-navigation .menu-item-has-children li.page_item_has_children > a:after, .primary-navigation .page_item_has_children li.menu-item-has-children > a:after, .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul,
	.primary-navigation .menu-mainmenu-container > ul > li > ul > li:hover > ul,
	.primary-navigation .menu-mainmenu-container > ul > li > ul > li.focus > ul {
		top: 0;
		left: 100%;
	}

	.primary-navigation ul ul a,
	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		width: 100%;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation.toggled-on {
		padding: 0;
	}

	.main-content {
		padding-top: 0;
	}

	#branding {
		-webkit-box-flex : 1;
		-ms-flex         : 1;
		flex             : 1;
	}

	.site-description {
	}

	#primary-navigation #primary-menu {
		display : -webkit-box;
		display : -ms-flexbox;
		display : flex;
	}

	#primary-navigation #primary-menu > li.menu-item {
		-webkit-box-flex        : 1;
		-ms-flex-positive       : 1;
		flex-grow               : 1; /* let them be diff widths til widest fits at 1100 */
		-ms-flex-preferred-size : 13%;
		flex-basis              : 13%;
	}

	#primary-navigation #primary-menu > li.menu-item.mega-menu-item-5432 {
		-webkit-box-flex        : 1;
		-ms-flex-positive       : 1;
		flex-grow               : 1; /* let them be diff widths til widest fits at 1100 */
		-ms-flex-preferred-size : 20%;
		flex-basis              : 20%;
	}

	.affix-top #masthead,
	.affix #masthead {
		position : fixed;
	}
	.header-titles,
	.affix-top .header-titles {
		 padding-top: 6px;
		 padding-bottom: 6px;
	}
	.affix .header-titles {
		 padding-top: 0;
		 padding-bottom: 0;
	}
	.search-box-wrapper,
	.affix-top .search-box-wrapper {
		top: 59px;
	}
	.primary-navigation .menu-mainmenu-container > ul > li,
	.affix-top .primary-navigation .menu-mainmenu-container > ul > li {
		height: 50px;
		line-height: 50px;
	}

	.header-titles,
	.primary-navigation li,
	.affix-top .primary-navigation .menu-mainmenu-container > ul > li > ul,
	.search-box-wrapper,
	.search-toggle:before,
	#secondary.affix .primary-sidebar {
		-webkit-transition: .3s ease-out;
		-moz-transition: 	.3s ease-out;
		-o-transition: 		.3s ease-out;
		transition: 		.3s ease-out;
	}
	/*
	.affix-top .header-main {
		height : 50px;
	}

	.affix .header-main {
		height : 42px;
		min-height: 42px;
	}

	.affix-top #primary-navigation #primary-menu > li.menu-item > a {
		height      : 50px;
		line-height : 50px;
	}

	.affix #primary-navigation #primary-menu > li.menu-item > a {
		height      : 40px;
		line-height : 42px;
	} 
	*/
	.navbar-fixed-bottom {
		padding          : 10px 0;
	}

}

@media screen and (min-width : 783px) {

}

@media screen and (min-width : 880px) {
	#primary-navigation #primary-menu > li.menu-item > a {
		font-size: 14px;
	}
	.primary-navigation a {
		padding: 0 16px;
	}

	.main-navigation a {
		padding : 0;
	}

}

@media screen and (min-width : 955px) {
	.site-header {
		margin  : 0 auto;
		padding : 0;
	}

	.main-navigation {
		margin     : 0 auto;
		margin-top : inherit;
	}

	.main-navigation .page_item_has_children > a,
	.main-navigation .menu-item-has-children > a {
		padding-right : 0;
	}

}

@media screen and (min-width : 1008px) {
	.search-box-wrapper {
		padding-left : 0;
	}

}

@media screen and (min-width : 1100px) {

	#primary-navigation #primary-menu > li.menu-item {
		-ms-flex-preferred-size : 14%;
		flex-basis              : 14%;
	}

	#primary-navigation #primary-menu > li.menu-item.mega-menu-item-5432 {
		-ms-flex-preferred-size : 14%;
		flex-basis              : 14%;
	}

	.main-navigation .page_item_has_children > a,
	.main-navigation .menu-item-has-children > a {
		padding-right : 0;
	}

}

@media screen and (min-width : 1240px) {
	.main-navigation {
		padding : 0 0;
		float   : left;
	}

	.main-navigation .page_item_has_children > a,
	.main-navigation .menu-item-has-children > a {
		padding-right : 0;
	}

}

@media screen and (min-width : 1310px) {
	.container > .navbar-header,
	.container > .navbar-collapse {
		margin : 0 auto;
		float  : none;
	}
}

.header-utilities {
	float: right;
}
@media screen and (max-width: 767px) {
	.header-utilities {
		margin-right: 48px;
	}
}
@media screen and (max-width: 575px) {
	.header-utilities .social-navigation {
		display: none;
	}
	.search-toggle:before {
		margin-left: 30px;
	}
}
@media screen and (max-width: 479px) {
	.header-utilities {
		display: none;
	}
}


.featured-categories h2.category-other {
	font-family: 'Montserrat', 'Lato', 'Arial', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -.0125em;
	margin-top: 0;
}

.featured-categories h3.entry-title {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.featured-categories h3.entry-title {
		font-size: 16px;
	}
}

@media screen and (max-width: 575px) {
	.featured-categories h3.entry-title {
		font-size: 13px;
	}
}

.category-other,
#featured-category .title-header {
	font-family: 'Poppins', 'Lato', 'Arial', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -.0125em;
	text-transform: uppercase;
}

.category-other,
#featured-category .title-header,
.category-other a,
.category-other a:hover {
	color: #666677;
}

/* Related Article Categories (post bottom) */
#featured-category {

}

#featured-category.row > .col-4 {
	padding-right: calc(var(--bs-gutter-x) * .25);
	padding-left: calc(var(--bs-gutter-x) * .25);
}

#featured-category.list-view .hentry {
	box-shadow: none;
	margin-bottom: 0;
}

@media screen and (max-width: 1007px) {
	#featured-category.list-view .hentry .entry-title,
	#featured-category.list-view .hentry .entry-content p {
		font-size: 11px;
	}
}

@media screen and (max-width: 575px) {
	#featured-category.list-view .hentry .entry-title {
		font-size: 8px;
	}
	#featured-category.list-view .hentry .entry-content {
		display: none;
	}
}


/* Headings & Wireframe Spacing */
p {
	margin-bottom: 18px;
}
.site-content footer.entry-meta {
	margin-top: 0;
}
.comment-list .trackback,
.comment-list .pingback,
.comment-list article {
	margin-bottom: 18px !important;
	padding-top: 18px !important;
}
@media screen and (min-width: 401px) {
	.archive-header {
		padding-right: 15px;
		padding-left: 15px;
	}

}
@media screen and (min-width: 1110px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 18px;
		padding-left: 18px;
	}

	.list-view .site-content .entry-header,
	.list-view .site-content .entry-content {
		padding-right: 14px;
		padding-left: 14px;
	}
}

.home .hentry,
.page-template-homepage .hentry,
.archive .hentry,
.list-view .hentry {
	box-shadow: 0px 5px 7px 0 rgba(0,0,0,.13);
	margin-bottom: 20px;
}
.home .hentry .entry-title,
.page-template-homepage .hentry .entry-title,
.archive .hentry .entry-title,
.list-view .hentry .entry-title {
	font-size: 16px;
}
.home .hentry .entry-content p,
.page-template-homepage .hentry .entry-content p,
.archive .hentry .entry-content p,
.list-view .hentry .entry-content p {
	font-size: 13px;
}
.home .hentry .post-thumbnail,
.page-template-homepage .hentry .post-thumbnail,
.archive .hentry .post-thumbnail,
.list-view .hentry .post-thumbnail {
	/* max-height: 222px; */
	overflow: hidden;
}

.home .site-content .has-post-thumbnail .entry-header,
.page-template-homepage .site-content .has-post-thumbnail .entry-header,
.list-view .site-content .has-post-thumbnail .entry-header {
	padding-top: 12px;
}

.site-content .has-post-thumbnail .entry-header {
	margin-top: 0 !important;
}

.entry-content .more-link {
	font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

/* Homepage template */
.page-template-homepage .site:before {
	width: 0;
}

@media screen and (min-width: 768px) {
	.masthead-fixed .site-main {
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 768px) {
	#main.site-main {
		/* padding-top: 96px; */
		margin-top: 134px;
		padding-top: 0;
	}
	.affix-top #main.site-main,
	.affix #main.site-main {
		margin-top: 0;
	}
	.page-template-homepage .site-content {
		margin-right: 0;
		margin-left: 0 !important;
	}
	.page-template-homepage #featured-stories {
		width: 400px;
		float: left;
		padding-left: 20px;
	}
	.page-template-homepage #featured-videos {
		width: -webkit-calc(100% - 400px);
		width: 	  -moz-calc(100% - 400px);
		width: 	   -ms-calc(100% - 400px);
		width: 	    -o-calc(100% - 400px);
		width: 		   calc(100% - 400px);
		float: left;
	}
}
@media screen and (min-width: 768px) and (max-width: 1007px) {
	.page-template-homepage #featured-videos,
	.page-template-homepage #featured-category {
		padding-right: 20px !important;
	}
	.page-template-homepage #featured-category > .col-12 {
		padding-right: 0px !important;
	}
}
#featured-videos iframe {
	margin-bottom: 0;
}

.single .hentry .video-embed iframe {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}

@media screen and (max-width: 1007px) {
	.page-template-homepage .site-content {
		margin: 0 auto;
	}
}
@media screen and (min-width: 1008px) {
	.page-template-homepage .site-content {
		margin-right: 200px;
		padding-right: 0;
	}
}
.page-template-homepage #secondary {
	float: right;
}
.page-template-homepage .content-sidebar {
	width: 100% !important;
}

/* Left & Right sidebar */
.content-sidebar {
	border: 0;
	padding-top: 0;
}
.widget-area .widget {
	margin-bottom: 16px;
}
.site:before {
	position: unset;
	content: none;
}
@media screen and (min-width: 673px) {
	.content-sidebar {
		padding-top: 0;
		padding-right: 8px;
		padding-left: 8px;
		width: 200px;
		margin-left: -200px;
		text-align: center;
	}
	.content-sidebar .post-navigation {
		padding: 0 12px;
	}
	.site-content {
		margin-right: 200px;
		margin-left: 20px;
	}
}

@media screen and (min-width: 768px) {
	.content-sidebar {
		padding-top: 126px !important;
	}
}

@media screen and (min-width: 1008px) {
	.site-content {
		margin-left: 176px !important;
		margin-right: 316px;
	}

	#secondary {
		width: 176px;
		padding: 0 16px 0 0px;
	}
	.content-sidebar {
		padding-right: 0px;
		padding-left: 10px;
		width: 310px;
		margin-left: -310px;
	}
}
@media screen and (min-width: 1200px) {
	.site-content {
		margin-left: 200px !important;
	}
	.site:before,
	#secondary {
		width: 200px;
	}
	#secondary {
		padding: 0 0 0;
	}
	.site-content {
		margin-right: 340px;
	}
	.content-sidebar {
		padding-right: 20px;
		padding-left: 20px;
		width: 340px;
		margin-left: -340px;
	}
}

/* Footer Sidebar */
.site-footer {
	background-color: #DFDFDF;
	padding-bottom: 10px;
}
.footer-sidebar {
	padding-top: 0;
	padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
	.footer-sidebar {
		padding-top: 20px !important;
	}
}
@media screen and (min-width: 992px) {
	.footer-sidebar {
		padding-right: 0;
		padding-left: 0;
	}
}
.site-footer .widget {
	padding-top: 20px;
	border-top: 4px solid;
}
.site-footer .widget .widget-title {
	text-shadow: 1px 1px 0 rgba(255,255,255.4);
}
.site-footer .widget .glyphicon {
	margin-right: 2px;
}
.site-footer .widget ul {
	padding-left: 19px;
}
.site-footer .widget ul li a {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	display: block;
	padding: 2px 0;
	font-size: 13px;
}
.site-footer .site-info {
	background-color: transparent;
	padding: 15px 30px;
}
#supplementary + .site-info {
	letter-spacing: -.015em;
	font-size: 12px;
	border-top: 0;
	font-weight: 300;
	letter-spacing: 1px;
}
.site-footer,
.site-footer .widget a,
.site-info,
.site-info a {
	color: #000;
}
.widget .widget-title {
	font-family: 'Poppins', 'Lato', 'Arial', sans-serif;
	font-size: 15px !important;
	font-weight: 800;
}

#block-2 .widget-title a {
	color: #f0764d;
}

#block-3 .widget-title a {
	color: #d8c845;
}

#block-4 .widget-title a {
	color: #1da7ee;
}

#block-5 .widget-title {
	color: #52a552;
}

#block-6 .widget-title a {
	color: #39b3d7;
}

#block-2.widget {
	border-top-color: #f0764d;
}

#block-3.widget {
	border-top-color: #d8c845;
}

#block-4.widget {
	border-top-color: #1da7ee;
}

#block-5.widget {
	border-top-color: #52a552;
}

#block-6.widget {
	border-top-color: #39b3d7;
}

@media screen and (max-width: 672px) {
	#supplementary {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (min-width: 575px) {
	.footer-sidebar .widget {
		width: 50%;
	}
}
@media screen and (min-width: 673px) {
	.footer-sidebar .widget {
		width: 50%;
	}
}
@media screen and (min-width: 768px) {
	.footer-sidebar .widget {
		width: 25%;
	}
}
@media screen and (min-width: 992px) {
	.footer-sidebar .widget {
		width: 20%;
	}
}

.site-info {
	padding-top: 30px;
	padding-bottom: 30px;
}

.site_attr {
	display: inline-block;
	position: relative;
	padding: 0px 9px;
	text-indent: -99999px;
	float: right;
	line-height: 17px;
	outline: none;
}

.site_attr:before {
	content: '';
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	left: 0px;
	right: auto;
	top: 0;
}

.site_attr.site_attr_wr:before {
	background-image: url('assets/images/web_rhythm_bolt_inv.png');
	background-size: 16px 16px;
}

/* Ads & Sidebars */
.adsense {
	/* display: none; */
}

ins {
	background-color: transparent;
}

.adsense {
	text-align: center;
}

.adsense {
	background-color   : #FFFFFF;
	background-repeat  : no-repeat;
	background-size    : 100%;
	margin             : 0 auto 1px;
	text-align         : center;
	border             : 0 solid #DFDFDF;
	-webkit-box-shadow : 0 1px 2px rgba(0, 0, 0, .07);
	box-shadow         : 0 1px 2px rgba(0, 0, 0, .07);
}

.adsense ins {
	width : 100%;
}

.ad-placement .adsense {
	padding            : 9px 12px 12px;
	background-color   : #FFFFFF;
	border-width       : 1px;
	-webkit-box-sizing : content-box;
	-o-box-sizing      : content-box;
	box-sizing         : content-box;
}

.ad-placement .adsense ins {
	border             : 1px solid #AAA;
	-webkit-box-shadow : 0 1px 1px #dfdfdf;
	box-shadow         : 0 1px 1px #dfdfdf;
	-webkit-box-sizing : content-box;
	-o-box-sizing      : content-box;
	box-sizing         : content-box;
}

.matched-content {
	float : left;
}

.entry-content .adsense {
	border             : 0;
	-webkit-box-shadow : none;
	box-shadow         : none;
}

.single .site-content > .hentry .entry-content .adsbygoogle,
.single .site-content > .hentry .entry-content ins {
	display: none !important;
}

#medium-rectangle {
	background    : url("https://www.consumermojo.com/images/adsense/revert-rectangle.png") 0 0 no-repeat transparent;
	width         : 302px;
	height        : 252px;
	margin-bottom : 4px;
}

#large-rectangle {
	/*background-image : url("");*/
	width  : 336px;
	height : 280px;
}

#large-banner {
	/*background-image : url("");*/
	width  : 320px;
	height : 100px;
}

#wide-banner {
	/*background-image : url("");*/
	width  : 468px;
	height : 60px;
}

#wide-skyscraper {
	background : url("https://www.consumermojo.com/images/adsense/revert-wideskyscraper.png") 0 0 no-repeat transparent;
	width      : 160px;
	height     : 600px;
}

#large-skyscraper {
	/*background-image : url("");*/
	width  : 300px;
	height : 600px;
}

@media screen and (max-width : 528px) {
	.ad-placement.mobile {
		display : none;
	}
}

@media screen and (max-width : 619px) {
	#large-rectangle,
	#wide-banner {
		display       : block;
		margin-bottom : 5px;
	}

	.ad-placement #wide-banner {
		margin-bottom : 15px;
	}

	#widget_sp_image-17,
	#wide-skyscraper,
	#large-rectangle {
		display : none;
	}

	#text-75,
	#text-76 {
		display : none;
	}

	.single-post #text-75 {
		display    : block;
		margin-top : 20px;
	}

	#widget_sp_image-7 {
		max-width : 304px;
	}
}

@media screen and (min-width : 620px) {
	#large-rectangle,
	#wide-banner,
	.ad-placement.mobile {
		display : none;
	}
}

/* min-width: 620px */
@media screen and (min-width : 38.75em) {
	#primary-sidebar #medium-rectangle {
		display : none;
	}

	#large-skyscraper {
		display : none;
   }
}

@media screen and (max-width : 767px) {
	.page-template-homepage #content-sidebar #large-skyscraper {
		display: none;
	}
}
@media screen and (max-width : 1007px) {
	.page-template-homepage #content-sidebar {
		width: 100%;
		margin-left: 0;
	}
	.page-template-homepage #content-sidebar #medium-rectangle,
	.page-template-homepage #content-sidebar #large-skyscraper {
		display: block;
	}

	.page-template-homepage #content-sidebar #wide-skyscraper {
		display : none;
	}
}

@media screen and (max-width : 1007px) {
	#content-sidebar #medium-rectangle,
	#content-sidebar #large-skyscraper {
		display : none;
	}
}

@media screen and (min-width : 1008px) {
	#primary-sidebar #wide-skyscraper {
		display : block;
	}

	#content-sidebar #wide-skyscraper {
		display : none;
	}

	#large-skyscraper {
		display : inline-block;
	}
}

@media screen and (min-width : 1368px) {
	#large-skyscraper {
		display : block;
	}
}


.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	max-width: 100%;
}

.page-header,
.archive-header {
	padding-bottom: 10px !important;
	margin: 0 auto !important;
}

.archive-header {
	margin: 0 auto !important;
	max-width: 100%;
}

.archive-title {
	font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.comments-area,
.image-navigation,
.page-header,
.page-content,
.post-navigation,
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content footer.entry-meta {
	max-width: 100%;
}

@media screen and (max-width: 1039px) {
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.single .hentry .entry-content p {
		font-size: 14px;
	}
}

@media screen and (max-width: 1007px) {
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		margin-right: 20px;
		margin-left: 20px;
	}
	.site-content .entry-content, .site-content .entry-header, .site-content .entry-summary, .page-content {
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen and (min-width: 576px) {
	.single .site-content .entry-header,
	.single .site-content .entry-content {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
}
@media screen and (min-width: 1040px) {
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		margin-right: 6%;
		margin-left: 6%;
	}
	.list-view .site-content .entry-header,
	.list-view .site-content .entry-content,
	.list-view .site-content .entry-summary,
	.list-view .site-content footer.entry-meta {
		margin-right: 0;
		margin-left: 0;
	}
}

/* Comments */
.comment-metadata {
	text-transform: none;
}

.comment-content p {
	font-size: 14px;
	font-weight: 300;
}

/* Masonry Utilities */
.masonry_grid {
	float         : left;
	width         : 100%;
	position      : relative;
	margin-bottom : 36px;
}

/* Books Archive and Pages
-------------------------------------------------------------- */

@media screen and (min-width : 767px) {
	.grid .type-books {
		float : left;
	}
}

@media screen and (min-width : 992px) {
	.grid .type-books {
		width : 33.33333333%;
	}
}

.grid .type-books.hentry.has-post-thumbnail,
.grid .type-books.hentry {
	padding-top : 24px !important;
}

.type-books.hentry + .type-books.hentry {
	margin-top : 0;
}

.type-books.hentry {
	margin-bottom : 16px;
	padding-top: 0 !important;
	box-shadow: none !important;
}

.grid .type-books.hentry {
	background-color : transparent;
	float            : left;
	display          : block;
	border-top       : 0 !important;
}

.grid .type-books.hentry .entry-header {
	padding-top    : 15px;
	padding-bottom : 8px;
}

.grid .type-books .col-md-12 {
	padding : 0;
}

@media screen and (max-width : 767px) {
	.grid .type-books.hentry {
		padding : 0 24px;
	}
}

@media screen and (min-width : 768px) {
	.grid .type-books.hentry {
		padding : 0 12px;
	}
}

.grid .type-books.hentry .entry-header,
.grid .type-books.hentry .entry-content,
.grid .type-books.hentry .entry-footer {
	background-color : #FFFFFF;
}

.grid .type-books .book-description,
.grid .type-books .book-purchase {
	padding : 0 12px;
}

.book-img {
	margin-bottom : 10px;
}

/* Jetpack share buttons */
.sharedaddy .sd-title {
	font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 800 !important;
}
div.sharedaddy h3.sd-title:before {
	content: none !important;
}
.jp-sharing-input-touch .sd-content ul li {
	padding-left: 0 !important;
}
.sd-content ul li {
	margin-right: 5px !important;
}

/* Headroom.min.js */
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-48px);
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::-moz-selection {
    background  : #39b3d7;
    color       : #1A1A1A;
    text-shadow : none;
}

::selection {
    background  : #39b3d7;
    color       : #1A1A1A;
    text-shadow : none;
}

::-moz-selection {
    background  : #39b3d7;
    color       : #1A1A1A;
    text-shadow : none;
}

/* Bootstrap legacy genericons */
@font-face{font-family:'Glyphicons Halflings';src:url(assets/fonts/glyphicons-halflings-regular.eot);src:url(assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(assets/fonts/glyphicons-halflings-regular.woff) format('woff'),url(assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:2px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}
