/* .................................................................................................
Author:			Steven E. Long
Author URI:		mailto:stevendotlong@gmail.com
Description:	WordPress Theme designed by Steven E. Long for Loft Property Solutions
License:		GNU General Public License version 3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html
Template:		arise
Text Domain:	arise
Theme Name:		Arise Child | Loft Property Solutions
Tags:			white, light, one-column, two-columns, left-sidebar, right-sidebar, footer-widgets, full-width-template, responsive-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, sticky-post, theme-options, threaded-comments, accessibility-ready, translation-ready
Version:		2017-10-20-001

orange:									#d0492b
burgundy:								#ae2c27
dark brown:								#6d6555
light brown:							#dbd9d4
white:									#fdfdfd

 * .............................................................................................. */

/* .................................................................................................
 * Browser Reset ...................................................................................
 * .............................................................................................. */
body									{
										background: #fdfdfd;
										}
a										{
										transition-delay: 0s;
										transition-duration: 0.3s;
										transition-property: all;
										transition-timing-function: ease-in-out;
										}
ul li a,
ol li a									{
										color: #d0492b;
										}
ul li a:hover,
ol li a:hover							{
										color: #ae2c27;
										}

/* .................................................................................................
 * Selection Highlight Colors ......................................................................
 * .............................................................................................. */
::selection								{
										background: #6d6555;
										color: #fdfdfd;
										}
::-moz-selection						{
										background: #6d6555;
										color: #fdfdfd;
										}

/* .................................................................................................
 * Materialize CSS .................................................................................
 * .............................................................................................. */
.circle									{
										border-radius: 50%;
										}
.hoverable								{
										transition: box-shadow .25s;
										transition: box-shadow .25s, -webkit-box-shadow .25s;
										transition: -webkit-box-shadow .25s;
										-webkit-transition: -webkit-box-shadow .25s;
										}
.hoverable:active,
.hoverable:focus,
.hoverable:hover						{
										box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
										-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
										}
.z-depth-1								{
										box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
										-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
										}
.z-depth-1-half							{
										box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
										-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
										}
.z-depth-2								{
										box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
										-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
										}
.z-depth-3								{
										box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
										-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
										}
.z-depth-4								{
										box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
										-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
										}
.z-depth-5								{
										box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
										-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
										}

/* .................................................................................................
 * Waves v0.6.0
 * http://fian.my.id/Waves
 * 
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 * .............................................................................................. */
.waves-effect							{
										cursor: pointer;
										display: inline-block;
										overflow: hidden;
										position: relative;
										user-select: none;
										-moz-user-select: none;
										-ms-user-select: none;
										-webkit-user-select: none;
										vertical-align: middle;
										z-index: 1;
										transition: .3s ease-out;
										-webkit-transition: .3s ease-out;
										-webkit-tap-highlight-color: transparent;
										}
.waves-effect .waves-ripple				{
										width: 20px;
										height: 20px;
										background: rgba(0, 0, 0, 0.2);
										border-radius: 50%;
										margin-top: -10px;
										margin-left: -10px;
										opacity: 0;
										pointer-events: none;
										position: absolute;
										transform: scale(0);
										-webkit-transform: scale(0);
										transition: all 0.7s ease-out;
										-webkit-transition: all 0.7s ease-out;
										transition-property: opacity, -webkit-transform;
										-webkit-transition-property: opacity, -webkit-transform;
										transition-property: transform, opacity;
										transition-property: transform, opacity, -webkit-transform;
										}
.waves-effect.waves-light .waves-ripple
										{
										background-color: rgba(255, 255, 255, 0.45);
										}
.waves-effect.waves-red .waves-ripple
										{
										background-color: rgba(244, 67, 54, 0.7);
										}
.waves-effect.waves-yellow .waves-ripple
										{
										background-color: rgba(255, 235, 59, 0.7);
										}
.waves-effect.waves-orange .waves-ripple
										{
										background-color: rgba(255, 152, 0, 0.7);
										}
.waves-effect.waves-purple .waves-ripple
										{
										background-color: rgba(156, 39, 176, 0.7);
										}
.waves-effect.waves-green .waves-ripple
										{
										background-color: rgba(76, 175, 80, 0.7);
										}
.waves-effect.waves-teal .waves-ripple
										{
										background-color: rgba(0, 150, 136, 0.7);
										}
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"]		{
										background: none;
										border: 0;
										font-size: inherit;
										font-style: normal;
										text-transform: inherit;
										}
.waves-effect img						{
										position: relative;
										z-index: -1;
										}
.waves-notransition						{
										transition: none !important;
										-webkit-transition: none !important;
										}
.waves-circle							{
										transform: translateZ(0);
										-webkit-transform: translateZ(0);
										-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
										}
.waves-input-wrapper					{
										border-radius: 0.2em;
										vertical-align: bottom;
										}
.waves-input-wrapper .waves-button-input
										{
										position: relative;
										top: 0;
										left: 0;
										z-index: 1;
										}
.waves-circle							{
										width: 2.5em;
										height: 2.5em;
										line-height: 2.5em;
										border-radius: 50%;
										text-align: center;
										-webkit-mask-image: none;
										}
.waves-block							{
										display: block;
										}
/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple				{
										z-index: -1;
										}

/* .................................................................................................
 * 2.0 Typography ..................................................................................
 * .............................................................................................. */
body,
button,
input,
select,
textarea								{
										color: #666;
										}
h1, h2, h3, h4, h5, h6					{
										color: #6d6555;
										font-family: 'Ubuntu', sans-serif;
										}
h2										{
										font-size: 24px;
										line-height: 32px;
										}

/* .................................................................................................
 * 3.0 Links .......................................................................................
 * .............................................................................................. */
a										{
										color: #d0492b;
										}
a:active,
a:focus,
a:hover									{
										color: #ae2c27;
										text-decoration: underline;
										}

/* .................................................................................................
 * 4.0 Body Structure ..............................................................................
 * .............................................................................................. */
#page									{
										background-color: #fdfdfd;
										}

/* .................................................................................................
 * 5.0 Buttons .....................................................................................
 * .............................................................................................. */
.btn-default							{
										border-radius: 5px;
										}
.btn-default:active,
.btn-default:focus,
.btn-default:hover						{
										color: #fdfdfd;
										text-decoration: none;
										}
.light,
.vivid									{
										background-color: #ae2c27;
										border: 1px solid #ae2c27;
										color: #fdfdfd;
										}
.header-inner .light:active,
.header-inner .light:focus,
.header-inner .light:hover,
.vivid:active,
.vivid:focus,
.vivid:hover							{
										background-color: #d0492b;
										border: 1px solid #d0492b;
										color: #fdfdfd;
										}
#scroll-top								{
										display: none;
										position: fixed;
										bottom: 20px;
										right: 20px;
										z-index: 999;
										}
#scroll-top a							{
										width: 54px;
										height: 54px;
										line-height: 54px;
										background-color: #ae2c27;
										color: #fdfdfd;
										display: block;
										font-family: 'Genericons';
										font-size: 24px;
										text-align: center;
										-moz-osx-font-smoothing: grayscale;
										-webkit-font-smoothing: antialiased;
										transition: all 0.3s ease-out;
										-ms-transition: all 0.3s ease-out;
										-moz-transition: all 0.3s ease-out;
										-o-transition: all 0.3s ease-out;
										-webkit-transition: all 0.3s ease-out;
										}
#scroll-top a:active,
#scroll-top a:focus,
#scroll-top a:hover						{
										text-decoration: none;
										}
#scroll-top a:before					{
										content: '\f432';
										}

/* .................................................................................................
 * 6.0 Accessibility ...............................................................................
 * .............................................................................................. */
.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover				{
										color: #ae2c27;
										}

/* .................................................................................................
 * 8.0 Breadcrumb ..................................................................................
 * .............................................................................................. */
.breadcrumb .home:before				{
										margin-top: 1px;
										}
.breadcrumb								{
										color: #666;
										}
.breadcrumb a							{
										color: #d0492b;
										}
.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb a:hover						{
										color: #ae2c27;
										text-decoration: underline;
										}

/* .................................................................................................
 * 10.0 Forms ......................................................................................
 * .............................................................................................. */
input[type="button"],
input[type="reset"],
input[type="submit"]					{
										background-color: #ae2c27;
										border-radius: 5px;
										color: #fdfdfd;
										}
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover				{
										background-color: #d0492b;
										}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
textarea:focus							{
										background-color: #fdfdfd;
										}
input.s									{
										color: #666;
										}

/* .................................................................................................
 * Search Form .....................................................................................
 * .............................................................................................. */
.header-search,
.header-search-x,
.search-icon							{
										color: #d0492b;
										}
.header-search:hover,
.header-search-x:hover,
.search-submit:hover .search-icon		{
										color: #ae2c27;
										}

/* .................................................................................................
 * 11.0 Logo-Name-Slogan ...........................................................................
 * .............................................................................................. */
#site-title a							{
										color: #d0492b;
										}
#site-title a:active,
#site-title a:focus,
#site-title a:hover						{
										color: #ae2c27;
										text-decoration: none;
										}

/* .................................................................................................
 * 12.0 Images .....................................................................................
 * .............................................................................................. */
.img-border								{
										background-color: #fdfdfd;
										}

/* .................................................................................................
 * 15.0 Header Section .............................................................................
 * .............................................................................................. */
.top-info-bar .info ul li a,
.top-info-bar .min-nav ul li a			{
										color: #d0492b;
										}
.top-info-bar .info ul li a:active,
.top-info-bar .info ul li a:focus,
.top-info-bar .info ul li a:hover,
.top-info-bar .min-nav ul li a:active,
.top-info-bar .min-nav ul li a:focus,
.top-info-bar .min-nav ul li a:hover	{
										color: #ae2c27;
										text-decoration: none;
										}
.top-info-bar .info ul li.phone-number:before
										{
										margin-top: 1px;
										}
.top-info-bar .info ul li.email:before
										{
										margin-top: 2px;
										}
.header-line							{
										background-color: #6d6555;
										border-top: 1px solid #6d6555;
										}
.header-cover							{
										background-color: #dbd9d4;
										}
.header-inner h2 a						{
										color: #fdfdfd;
										font-size: 72px;
										line-height: 72px;
										}
.header-inner h2 a:active,
.header-inner h2 a:focus,
.header-inner h2 a:hover				{
										text-decoration: none;
										}

/* .................................................................................................
 * 16.0 Social Links ...............................................................................
 * .............................................................................................. */
.social-links ul li a					{
										color: #d0492b;
										}
.social-links ul li a[href$="/feed/"]:active,
.social-links ul li a[href$="/feed/"]:focus,
.social-links ul li a[href$="/feed/"]:hover,
.social-links ul li a[href*="codepen.io"]:active,
.social-links ul li a[href*="codepen.io"]:focus,
.social-links ul li a[href*="codepen.io"]:hover,
.social-links ul li a[href*="digg.com"]:active,
.social-links ul li a[href*="digg.com"]:focus,
.social-links ul li a[href*="digg.com"]:hover,
.social-links ul li a[href*="dribbble.com"]:active,
.social-links ul li a[href*="dribbble.com"]:focus,
.social-links ul li a[href*="dribbble.com"]:hover,
.social-links ul li a[href*="dropbox.com"]:active,
.social-links ul li a[href*="dropbox.com"]:focus,
.social-links ul li a[href*="dropbox.com"]:hover,
.social-links ul li a[href*="facebook.com"]:active,
.social-links ul li a[href*="facebook.com"]:focus,
.social-links ul li a[href*="facebook.com"]:hover,
.social-links ul li a[href*="flickr.com"]:active,
.social-links ul li a[href*="flickr.com"]:focus,
.social-links ul li a[href*="flickr.com"]:hover,
.social-links ul li a[href*="getpocket.com"]:active,
.social-links ul li a[href*="getpocket.com"]:focus,
.social-links ul li a[href*="getpocket.com"]:hover,
.social-links ul li a[href*="github.com"]:active,
.social-links ul li a[href*="github.com"]:focus,
.social-links ul li a[href*="github.com"]:hover,
.social-links ul li a[href*="plus.google.com"]:active,
.social-links ul li a[href*="plus.google.com"]:focus,
.social-links ul li a[href*="plus.google.com"]:hover,
.social-links ul li a[href*="instagram.com"]:active,
.social-links ul li a[href*="instagram.com"]:focus,
.social-links ul li a[href*="instagram.com"]:hover,
.social-links ul li a[href*="linkedin.com"]:active,
.social-links ul li a[href*="linkedin.com"]:focus,
.social-links ul li a[href*="linkedin.com"]:hover,
.social-links ul li a[href*="pinterest.com"]:active,
.social-links ul li a[href*="pinterest.com"]:focus,
.social-links ul li a[href*="pinterest.com"]:hover,
.social-links ul li a[href*="path.com"]:active,
.social-links ul li a[href*="path.com"]:focus,
.social-links ul li a[href*="path.com"]:hover,
.social-links ul li a[href*="polldaddy.com"]:active,
.social-links ul li a[href*="polldaddy.com"]:focus,
.social-links ul li a[href*="polldaddy.com"]:hover,
.social-links ul li a[href*="reddit.com"]:active,
.social-links ul li a[href*="reddit.com"]:focus,
.social-links ul li a[href*="reddit.com"]:hover,
.social-links ul li a[href*="stumbleupon.com"]:active,
.social-links ul li a[href*="stumbleupon.com"]:focus,
.social-links ul li a[href*="stumbleupon.com"]:hover,
.social-links ul li a[href*="tumblr.com"]:active,
.social-links ul li a[href*="tumblr.com"]:focus,
.social-links ul li a[href*="tumblr.com"]:hover,
.social-links ul li a[href*="twitter.com"]:active,
.social-links ul li a[href*="twitter.com"]:focus,
.social-links ul li a[href*="twitter.com"]:hover,
.social-links ul li a[href*="vimeo.com"]:active,
.social-links ul li a[href*="vimeo.com"]:focus,
.social-links ul li a[href*="vimeo.com"]:hover,
.social-links ul li a[href*="wordpress.com"]:active,
.social-links ul li a[href*="wordpress.com"]:focus,
.social-links ul li a[href*="wordpress.com"]:hover,
.social-links ul li a[href*="wordpress.org"]:active,
.social-links ul li a[href*="wordpress.org"]:focus,
.social-links ul li a[href*="wordpress.org"]:hover,
.social-links ul li a[href*="youtube.com"]:active,
.social-links ul li a[href*="youtube.com"]:focus,
.social-links ul li a[href*="youtube.com"]:hover
										{
										color: #ae2c27;
										text-decoration: none;
										}

/* .................................................................................................
 * 17.0 Navigation .................................................................................
 * .............................................................................................. */
.main-navigation a						{
										color: #d0492b;
										}
.main-navigation a:active,
.main-navigation a:focus,
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:active > a,
.main-navigation ul li:focus > a,
.main-navigation ul li:hover > a		{
										color: #ae2c27;
										text-decoration: none;
										}

/* .................................................................................................
 * Dropdown ........................................................................................
 * .............................................................................................. */
.main-navigation ul li ul				{
										background-color: #fdfdfd;
										}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a
										{
										color: #d0492b;
										}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:active,
.main-navigation ul li.current-menu-item ul li a:focus,
.main-navigation ul li.current-menu-item ul li a:hover
										{
										color: #ae2c27;
										}

/* .................................................................................................
 * Responsive Navigation ...........................................................................
 * .............................................................................................. */
.line-one,
.line-two,
.line-three								{
										background-color: #d0492b;
										}

/* .................................................................................................
 * 19.0 Sidebars ...................................................................................
 * .............................................................................................. */
#secondary .widget-title				{
										text-transform: none;
										}

/* .................................................................................................
 * 20.0 Post .......................................................................................
 * .............................................................................................. */

/* .................................................................................................
 * Entry Titles ....................................................................................
 * .............................................................................................. */
.entry-title a							{
										color: #d0492b;
										}
.entry-title a:active,
.entry-title a:focus,
.entry-title a:hover					{
										color: #ae2c27;
										text-decoration: none;
										}

/* .................................................................................................
 * Entry Meta.......................................................................................
 * .............................................................................................. */
.entry-meta a,
.entry-meta .cat-links a,
.entry-meta .tag-links a,
.entry-meta .entry-format a				{
										color: #d0492b;
										}
.entry-meta a:active,
.entry-meta a:focus,
.entry-meta a:hover,
.entry-meta .cat-links a:active,
.entry-meta .cat-links a:focus,
.entry-meta .cat-links a:hover,
.entry-meta .tag-links a:active,
.entry-meta .tag-links a:focus,
.entry-meta .tag-links a:hover,
.entry-meta .entry-format a:active,
.entry-meta .entry-format a:focus,
.entry-meta .entry-format a:hover		{
										color: #ae2c27;
										}

/* .................................................................................................
 * Read More Button ................................................................................
 * .............................................................................................. */
.entry-meta a.readmore,
.entry-meta a.readmore span:before		{
										color: #d0492b;
										}
.entry-meta a.readmore:active,
.entry-meta a.readmore:focus,
.entry-meta a.readmore:hover,
.entry-meta a.readmore:active span:before,
.entry-meta a.readmore:focus span:before,
.entry-meta a.readmore:hover span:before
										{
										color: #ae2c27;
										text-decoration: none;
										}

/* .................................................................................................
 * 22.0 Attachments ................................................................................
 * .............................................................................................. */
.image-attachment div.attachment a:active img,
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img
										{
										background-color: #fdfdfd;
										}

/* .................................................................................................
 * 24.0 Pages ......................................................................................
 * .............................................................................................. */
.page-title								{
										color: #6d6555;
										}
.page-title a							{
										color: #d0492b;
										}
.page-title a:active,
.page-title a:focus,
.page-title a:hover						{
										color: #ae2c27;
										text-decoration: none;
										}

/* .................................................................................................
 * 25.0 Widgets ....................................................................................
 * .............................................................................................. */
.widget ul li a							{
										color: #d0492b;
										}
.widget ul li a:active,
.widget ul li a:focus,
.widget ul li a:hover					{
										color: #ae2c27;
										}
.widget-title							{
										color: #6d6555;
										}
.widget-title							{
										font-size: 24px;
										line-height: 32px;
										}
.widget-title a							{
										color:#d0492b;
										}
.widget-title a:active,
.widget-title a:focus,
.widget-title a:hover					{
										color: #ae2c27;
										}

/* .................................................................................................
 * Contact Widget ..................................................................................
 * .............................................................................................. */
.widget_contact ul li:before			{
										margin-top: 2px;
										}

/* .................................................................................................
 * Site Info .......................................................................................
 * .............................................................................................. */
.site-info								{
										background-color: #6d6555;
										color: #dbd9d4;
										}
.site-info .social-links ul li			{
										border: 1px solid #dbd9d4;
										}
.site-info .social-links ul li a,
.site-info .social-links ul li a[href$="/feed/"]:active,
.site-info .social-links ul li a[href$="/feed/"]:focus,
.site-info .social-links ul li a[href$="/feed/"]:hover,
.site-info .social-links ul li a[href*="codepen.io"]:active,
.site-info .social-links ul li a[href*="codepen.io"]:focus,
.site-info .social-links ul li a[href*="codepen.io"]:hover,
.site-info .social-links ul li a[href*="digg.com"]:active,
.site-info .social-links ul li a[href*="digg.com"]:focus,
.site-info .social-links ul li a[href*="digg.com"]:hover,
.site-info .social-links ul li a[href*="dribbble.com"]:active,
.site-info .social-links ul li a[href*="dribbble.com"]:focus,
.site-info .social-links ul li a[href*="dribbble.com"]:hover,
.site-info .social-links ul li a[href*="dropbox.com"]:active,
.site-info .social-links ul li a[href*="dropbox.com"]:focus,
.site-info .social-links ul li a[href*="dropbox.com"]:hover,
.site-info .social-links ul li a[href*="facebook.com"]:active,
.site-info .social-links ul li a[href*="facebook.com"]:focus,
.site-info .social-links ul li a[href*="facebook.com"]:hover,
.site-info .social-links ul li a[href*="flickr.com"]:active,
.site-info .social-links ul li a[href*="flickr.com"]:focus,
.site-info .social-links ul li a[href*="flickr.com"]:hover,
.site-info .social-links ul li a[href*="getpocket.com"]:active,
.site-info .social-links ul li a[href*="getpocket.com"]:focus,
.site-info .social-links ul li a[href*="getpocket.com"]:hover,
.site-info .social-links ul li a[href*="github.com"]:active,
.site-info .social-links ul li a[href*="github.com"]:focus,
.site-info .social-links ul li a[href*="github.com"]:hover,
.site-info .social-links ul li a[href*="plus.google.com"]:active,
.site-info .social-links ul li a[href*="plus.google.com"]:focus,
.site-info .social-links ul li a[href*="plus.google.com"]:hover,
.site-info .social-links ul li a[href*="instagram.com"]:active,
.site-info .social-links ul li a[href*="instagram.com"]:focus,
.site-info .social-links ul li a[href*="instagram.com"]:hover,
.site-info .social-links ul li a[href*="linkedin.com"]:active,
.site-info .social-links ul li a[href*="linkedin.com"]:focus,
.site-info .social-links ul li a[href*="linkedin.com"]:hover,
.site-info .social-links ul li a[href*="pinterest.com"]:active,
.site-info .social-links ul li a[href*="pinterest.com"]:focus,
.site-info .social-links ul li a[href*="pinterest.com"]:hover,
.site-info .social-links ul li a[href*="path.com"]:active,
.site-info .social-links ul li a[href*="path.com"]:focus,
.site-info .social-links ul li a[href*="path.com"]:hover,
.site-info .social-links ul li a[href*="polldaddy.com"]:active,
.site-info .social-links ul li a[href*="polldaddy.com"]:focus,
.site-info .social-links ul li a[href*="polldaddy.com"]:hover,
.site-info .social-links ul li a[href*="reddit.com"]:active,
.site-info .social-links ul li a[href*="reddit.com"]:focus,
.site-info .social-links ul li a[href*="reddit.com"]:hover,
.site-info .social-links ul li a[href*="stumbleupon.com"]:active,
.site-info .social-links ul li a[href*="stumbleupon.com"]:focus,
.site-info .social-links ul li a[href*="stumbleupon.com"]:hover,
.site-info .social-links ul li a[href*="tumblr.com"]:active,
.site-info .social-links ul li a[href*="tumblr.com"]:focus,
.site-info .social-links ul li a[href*="tumblr.com"]:hover,
.site-info .social-links ul li a[href*="twitter.com"]:active,
.site-info .social-links ul li a[href*="twitter.com"]:focus,
.site-info .social-links ul li a[href*="twitter.com"]:hover,
.site-info .social-links ul li a[href*="vimeo.com"]:active,
.site-info .social-links ul li a[href*="vimeo.com"]:focus,
.site-info .social-links ul li a[href*="vimeo.com"]:hover,
.site-info .social-links ul li a[href*="wordpress.com"]:active,
.site-info .social-links ul li a[href*="wordpress.com"]:focus,
.site-info .social-links ul li a[href*="wordpress.com"]:hover,
.site-info .social-links ul li a[href*="wordpress.org"]:active,
.site-info .social-links ul li a[href*="wordpress.org"]:focus,
.site-info .social-links ul li a[href*="wordpress.org"]:hover,
.site-info .social-links ul li a[href*="youtube.com"]:active,
.site-info .social-links ul li a[href*="youtube.com"]:focus,
.site-info .social-links ul li a[href*="youtube.com"]:hover
										{
										color: #dbd9d4;
										}
.site-info .copyright a,
.site-info .copyright a:active,
.site-info .copyright a:focus,
.site-info .copyright a:hover			{
										color: #dbd9d4;
										}

/* .................................................................................................
 * 26.0 Footer .....................................................................................
 * .............................................................................................. */
#colophon .widget-wrap					{
										background-color: #dbd9d4;
										color: #666;
										}
#colophon .widget ul li a				{
										color: #d0492b;
										}
#colophon .widget ul li a:active,
#colophon .widget ul li a:focus,
#colophon .widget ul li a:hover			{
										color: #ae2c27;
										}
#colophon .widget-title					{
										color: #6d6555;
										font-size: 24px;
										line-height: 32px;
										text-transform: none;
										}