/*-----------------------------------------------------------------------------------

	Theme Name: Artiste
	Theme URI: http://www.premiumpixels.com
	Description: A Professional Portfolio Theme
	Author: Orman Clark
	Author URI: http://www.premiumpixels.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	Designed & Handcrafted by Orman Clark for PremiumPixels.com
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.  Portfolio Content Styles
	6.	Post Content Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page & Page Templates
	11.	Widgets
	12.	Shortcode Styles

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - https://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

html, body { height: 100%; }

body {
	font: 0.9em/24px 'Helvetica Neue', Helvetica, sans-serif; 
	background: #fff url(https://subtlepatterns.com/patterns/extra_clean_paper.png) fixed;
	color: #515255;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
    color: #f15755;
    text-decoration: none;
    -webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
}

a:hover { 
    color: #515255;
    text-decoration: none; 
}

a img { 
    border: none; 
    vertical-align: bottom;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.author-bio,
#logo { margin-bottom: 20px; }

.hentry,
.navigation-links,
.hfeed,
.post-thumb,
.pinglist { margin-bottom: 30px;}

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2d31;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 36px 0;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	margin:0 0 8px 0;
	font-weight:200;
}

h4 {
	font-size: 15px;
	line-height: 18px;
	font-weight:200;
}

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

h6 {
	font-size: 10px;
	line-height: 16px;
}

.entry-content h2 {
	padding: 10px 0 0 0;
	margin-bottom: 15px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.page-title,
.single-portfolio .entry-title,
.blog .entry-title,
.single .entry-title,
.archive .entry-title { font-family: 'MuseoSlab500',Helvetica Neue, Helvetica, Arial}

.page-title {
	font-family: 'MuseoSlab500',Helvetica Neue, Helvetica, Arial;
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 25px;
}

.archive .page-title,
.search .page-title {
	font-size: 12px;
	font-family: 'MuseoSlab500',Helvetica Neue, Helvetica, Arial;
}

.entry-title,
.entry-title a {
	font-family: 'MuseoSlab500',Helvetica Neue, Helvetica, Arial;
    border-bottom: none;
    color: #2c2d31;
	font-size: 20px;
	font-weight: 200;
	line-height: 28px;
	margin-bottom: 25px;
}

.entry-title a:hover { color: #f15755; }

/* Common Layout --------------------------------*/

#container { padding-top: 40px; }
	
.blog-std,
.single-post #primary,
.attachment #primary,
.date #primary,
.category #primary,
.tag #primary,
.error404 #primary { /* updates should correspond with .blog #content */
    position: relative;
    width: 540px; 
    margin: 0 auto;
}

.page-template-template-contact-php #primary,
.page-template-template-archives-php #primary {
    position: relative;
    width: 700px; 
    margin: 0 auto;
}

.page-template-default #primary {
    position: relative;
    width: 710px; 
    margin: 0 auto;
}

.page-template-template-full-width-php #primary {
    margin: 0 auto;
    min-width: 700px;
    position: relative;
    width: 100%;
}

.layout-2cl #primary { float: right; }

#content { 
    display: block;
    margin-bottom: 40px; 
    padding: 20px 10px 0 250px;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}

.page-template-template-full-width-php #content,
.search-results #content  { padding-right: 30px; }

.search-results #content { min-width: 700px; }


.single-post #content,
.attachment #content,
.date #content,
.category #content,
.tag #content,
.error404 #content { padding-right: 200px; } /* updates should correspond with .blog #primary */

#sidebar {
	color: #8d8f8f;
	display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 18px;
	width: 230px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}

#sidebar a { 
    border-bottom: 1px solid #e6eaed;
    color: #8d8f8f; 
}

#sidebar a:hover { color: #f15755; }

#sidebar li { line-height: 20px; }

.layout-2cl #sidebar { float: left; }

#footer { clear: both; }

.entry-container { position: relative; }

.portfolio .entry-content { 
    overflow: hidden;
    width: 430px; 
}

.entry-content { 
    overflow: hidden; 
}


.page .entry-content { width: inherit; }


/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/

#logo { padding: 0 15px; }


#logo a:hover { text-decoration: none; }

#logo img { vertical-align: top; }

#tagline { padding-top: 5px; }


}


/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

#sidebar .current-menu-item > a,
.blog #sidebar .current_page_parent a,
.single-post #sidebar .current_page_parent a,
#sidebar .current-portfolio-parent a /* This adds highlight to skill types */ { color: #f15755; }


/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-family: 'PT Serif', Serif;
	margin: 40px 60px;
	font-weight: bold;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #efefef;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
    background-color: transparent;
	white-space: pre;
	overflow: auto;
    margin: 40px 60px;
	clear: both;
	text-shadow: none;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px 15px;
	vertical-align: middle;
	text-align: center;
}

/* Common Media Elements ----------------------*/

.post-thumb { display: inline-block; }

.post-thumb a {
   
    border-bottom: none;
    display: inline-block;
}

.post-thumb img {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}

.post-thumb a > img:hover { opacity: .4; }

.entry-content img { 
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
    max-width: 100%; 
}

img.alignleft {
	float: left;
	margin: 15px 25px 20px 0;
}

img.alignright {
	display: block;
	margin: 15px 0 25px 20px;
}

img.aligncenter {
	display: block;
	clear: both;
    margin: 20px auto;
}

img.alignnone {
    display: block;
    margin: 20px 0 20px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 0; 
}

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}

.gallery {
	float: left;
	width: 100%;
}

.gallery-item { float: left; }

.gallery-item .gallery-caption { 
    margin-bottom: 0 !important;
    padding-right: 12%; 
}

.gallery-item img {
    border: 5px solid #fff !important;
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

.gallery-icon a { margin-bottom: 5px !important; }

iframe { max-width: 100%; }

/* Audio/Video jPlayer Skin ----------------------------*/

div.jp-jplayer.jp-jplayer-video,
div.jp-jplayer.jp-player-video { 
    background-color: #292a2b;
    width: 700px; 
}



div.jp-interface {
	position: relative;
	width: 100%;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.jp-interface { height: 30px; }

.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.jp-controls li { display: inline; }

.jp-controls a {
    border-bottom: none;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
	top: 0;
	left: 0;
}



a.jp-play:hover { background-position: -33px 0; }

a.jp-pause { 

    display: none;
}

a.jp-pause:hover { background-position: -33px -30px; }

.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 550px;
	height: 6px;
	padding: 12px 10px;
}

.jp-progress { 
    position: absolute; 
	width: 548px;
	height: 7px;
	padding: 1px;
	
}

.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;

	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-play-bar {
	width: 0px;
	height: 5px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-volume-bar-container {
	position: absolute;
	top: 0;
	left: 615px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
}

.jp-volume-bar {
	position: relative;
	overflow: hidden;
	width: 40px;
	height: 9px;
	cursor: pointer;
	top: 0;
	left: 18px;
}

.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
	top: 9px;
	left: 615px;
}



a.jp-mute:hover { background-position: -43px -68px; }



a.jp-unmute:hover { background-position: -43px -98px; }

.seperator-first,
.seperator-second {
	height: 30px;
	width: 2px;
	position: absolute;
	left: 32px;
}

.seperator-second { left: 605px; }

/* Common Form Elements ----------------------------*/

input,
textarea,
button {
	background: #fff;
	border: 1px solid #bfc2c4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.15) inset;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.15) inset;
	box-shadow: 0 1px 4px rgba(0,0,0,.15) inset;
	color: #8d8f8f;
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
textarea { 
    padding: 5px 10px; 
    width: 215px;
    font-family: 'PT Serif', Serif;
}

.ie input { 
    height: 22px;
    padding: 3px 10px;
}

button,
#submit {
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #b2b4b6;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	color: #444;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	padding: 2px 10px 4px 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	width: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button:hover,
#submit:hover {
    background-position: 0 0;
}

input:focus,
textarea:focus,
button:hover {
	background: #fff;
	border-color: #a5a7a8;
	color: #43474c;
}
/*-----------------------------------------------------------------------------------*/
/*	5.	Achive Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/

.portfolio-archive .hentry,
.tax-skill-type .hentry {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 25px;
    vertical-align: top;
}

.portfolio-archive .entry-title,
.tax-skill-type .entry-title {
    width: 220px;
}


.portfolio .post-thumb { margin-bottom: 14px; }

.portfolio-archive .entry-title,
.portfolio-archive .entry-title a,
.tax-skill-type .entry-title,
.tax-skill-type .entry-title a {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: center;
}

.portfolio-archive .entry-meta,
.tax-skill-type .entry-meta {
    position: static;
    width: inherit;
}

.portfolio-archive .entry-meta .entry-skills,
.tax-skill-type .entry-meta .entry-skills {
    width: 220px;
    margin-bottom: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/

.page-template-template-home-php .hentry,
.tax-skill-type .hentry {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 25px;
    vertical-align: top;
}

.page-template-template-home-php .entry-title,
.tax-skill-type .entry-title {
    width: 220px;
}


.portfolio .post-thumb { margin-bottom: 14px; }

.page-template-template-home-php .entry-title,
.page-template-template-home-php .entry-title a,
.tax-skill-type .entry-title,
.tax-skill-type .entry-title a {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: center;
}

.page-template-template-home-php .entry-meta,
.tax-skill-type .entry-meta {
    position: static;
    width: inherit;
}

.page-template-template-home-php .entry-meta .entry-skills,
.tax-skill-type .entry-meta .entry-skills {
    width: 220px;
    margin-bottom: 0;
}

.entry-meta .entry-skills {
    display: block;
    font-family: 'PT Serif', serif;
    font-size: 11px;
    text-align: center;
}

.entry-skills a { 
    border-bottom: none;
    color: #8d8f8f; 
}

.entry-skills a:hover { color: #f15755; }

/* Single Portfolio ---------------------------------------------------*/

.single-portfolio #content { margin-right: 30px; }

.single-portfolio #primary { 
    margin: 0 auto;
    width: 590px; 
}

.single-portfolio .entry-title a {
    border-bottom: none;
    color: #8d8f8f;
    font-size: 11px;
    font-weight: normal;
    margin-left: 12px;
}

.single-portfolio .entry-title a:hover { color: #f15755; }

.single-portfolio .entry-content {
    margin-top: 25px;
    position: relative;
    overflow: visible;
	margin-bottom: 30px;
}

.slider {
	position: relative;
	margin-bottom: 65px;
}

.slider img { vertical-align: bottom; }

.slide_count {
    color: #8d8f8f;
    font-size: 12px;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.slides_prev,
.slides_next {
    border-bottom: none;
    color: #8d8f8f;
    font-size: 12px;
    position: absolute;
    bottom: -40px;
    right: 0;
}

.slides_prev { right: 45px; }

/* Related Portfolios ----------------------------------*/

.entry-related {
	width: 590px;
	margin: 10px 0 -30px 0;
	padding: 20px 0 0 0;
}

.entry-related .related-title {
	font-family: 'MuseoSlab500',Helvetica Neue, Helvetica, Arial;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 25px;
}

.entry-related ul { 
    margin: 0; 
    overflow: hidden;
}

.entry-related img { 
    width:176px;
	height:118px;
}

.entry-related li {
    float: left;
    margin-right: 15px;
    min-height: 120px;
}

.entry-related li.omega { margin-right: 0; }

.entry-related .post-thumb { 
    margin-bottom: 14px; 
}

.entry-related .entry-title {
    text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	line-height: 16px;
	width: 176px;
}

.single-portfolio .entry-related .entry-title a {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.blog-std,
.single-post .hentry,
.date .hentry,
.category .hentry,
.tag .hentry { 
    border-bottom: 1px solid #cdd0d2;
    margin-bottom: 0px;
    padding-bottom: 30px;
    position: relative;
    width: 540px; 
}

.entry-meta {
	font-size: 12px;
	color: #8d8f8f;
	width: 130px;
    position: absolute;
    top: 0;
    right: -160px;
    line-height: 20px;
}

.entry-meta h4 {
	font-size: 12px;
	font-weight: normal;
	font-family: 'MuseoSlab500',Helvetica Neue, Helvetica, Arial;
}

.entry-meta span { 
    display: inline-block;
    margin-bottom: 10px;
}

.entry-meta p { margin-bottom: 10px; }

.entry-meta a { 
    border-bottom: none;
    color: #8d8f8f; 
}

.entry-meta a:hover { color: #515255; }

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }


/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

/*.comments_intro {
    font-size: 12px;
    position: absolute;
    right: -160px;
    width: 130px;
    line-height: 18px;
}*/

.comments_intro p { margin-bottom: 10px; }

.page .comments_intro { right: 0; }

.comments_intro h3 {
    font-size: 14px;
    font-weight: normal;
	font-family: 'MuseoSlab500',Helvetica Neue, Helvetica, Arial;
    margin-bottom: 6px;
	margin-top:30px;
}

.comments_intro a { border-bottom: none; }

.commentlist {
	margin: 20px 0 40px 0;
	list-style-type: none;
}

.page .commentlist {  width: 540px; }

.page #respond { width: 540px; }

.commentlist #respond { 
    background-color: #fff;
    padding: 20px 20px 5px 20px;
}

.commentlist #respond .comments_intro { display: none; }

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.comment > div {
	background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	padding: 20px 0 25px;
	margin-top: 20px;
}

.comment .avatar {
	float: right;
	margin: 0 20px 0 0;
}

.comment-body { margin: 0 90px 0 20px; }

.comment-body p { margin: 20px 0 0 0; }

.comment-body p:first-child { margin-top: 0; }

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

.comment-author-admin {
	background: #fbfbfb!important;
	border: #efefef;
}

.comment-author { 
    display: inline-block;
    margin-left: 20px;
    margin-right: 5px;
}

.comment-author cite { 
    font-style: normal;
    font-weight: bold; 
}

.comment-author a { 
    border-bottom: none;
    color: #2c2d31; 
}

.comment-author a:hover { color: #f15755; }

.bypostauthor .comment-author,
.bypostauthor .comment-author a { color: #f15755; }

.bypostauthor .comment-author a:hover { color: #2c2d31; }

.comment-meta {
    color: #8d8f8f;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 8px;
}

.comment-meta a {
    border-bottom: none;
    color: #8d8f8f;
}

.comment-meta a:hover { color: #515255; }

.commentlist .children { 
    margin-left: 60px;
    list-style-type: none; 
}

.nocomments {
	text-align: center;
	padding: 0 20px 20px;
}

.cancel-comment-reply a {
    border-bottom: none;
    color: #8d8f8f;
    font-size: 11px;
}

.cancel-comment-reply a:hover { color: #515255; }

.moderation { 
    color: #f15755;
    display: block; 
    margin-left: 20px;
}

#commentform { margin-top: 20px; }

#commentform input { margin-right: 10px; }

#commentform label span { color: #8d8f8f; }

#commentform textarea { width: 95%; }


/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/

.page-navigation,
.single-page-navigation {
	width: 540px;
	font-size: 13px;
}

.page-navigation .nav-next,
.single-page-navigation .nav-next,
.single-portfolio-navigation .nav-next { float: left; }

.page-navigation .nav-previous,
.single-page-navigation .nav-previous,
.single-portfolio-navigation .nav-previous { float: right; }

.single-page-navigation { 
    border-top: 1px dotted #cdd0d2; 
    margin-top: 45px;
    padding-top: 40px;
}

p.page-navigation { clear: both; }

.single-portfolio-navigation {
	font-size: 13px;
	padding-top: 40px;
	margin-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
    color: #999;
    font-size: 11px;
	padding: 25px 15px;
}

#footer a { color: #999; }

#footer a:hover { color: #2c2d31; }

.copyright { margin-bottom: 0; padding-top:10px;border-top:1px solid #ccc;}

.credit {  }


/*-----------------------------------------------------------------------------------*/
/*	10.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/

.page .edit-post {
    color: #8d8f8f;
    font-size: 12px;
    font-weight: normal;
    float: right;
}

.page .edit-post a {
    border-bottom: none;
    color: #8d8f8f;
    font-size: 12px;
    font-weight: normal;
}

.page .edit-post a:hover { color: #515255; }

.archive-lists .children { margin-bottom: 0; }

/* Search Page -------------------------------*/
.search_posts,
.search_portfolio {
    float: left;
    width: 45%;
}

.search_portfolio { margin-left: 8%; }

.search_posts ol,
.search_portfolio ol { list-style-type: decimal; }

.search_posts li,
.search_portfolio li { margin-bottom: 15px; }

/* Contact Template --------------------------*/

.contactform { margin-left: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 10px;
}

.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 15px;
}

.contactform li textarea {
	width: 676px;
	height: 200px;
	margin-bottom:15px;
}

.contactform li button { float: right; }

label.error { color: red; }

/* Archives Template -------------------------*/
.archive-lists { overflow: hidden; }

.archive-lists h4 { padding-top: 10px; }

.archive-lists ul {
	margin: 10px 0 0 0;
	font-size: 13px;
}


/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget { padding: 0 30px 28px 15px; }

.widget-title {
	color: #2c2d31;
	font-size: 16px;
	font-weight: normal;
	font-family: 'MuseoSlab500',Helvetica Neue, Helvetica, Arial;
	padding-bottom: 5px;
	border-bottom:1px dotted #d7d7d7;
	margin-bottom:14px;
}

.widget ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

/* Menu Widget ---------------------------*/
.widget_nav_menu .sub-menu { margin-left: 10px; }

/* Text Widget ---------------------------*/
.widget_text p { margin: 30px 0 0 0; }

.widget_text p:first-child { margin-top: 0; }

/* Search Widget -------------------------*/
.widget_search #s { 
    font-size: 12px;
    padding: 5px 7px;
    width: 146px; 
}

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget ----------------------*/
.widget_calendar caption { margin-bottom: 5px; }

.widget_calendar table { width: 100% }

/* Twitter Widget -----------------------*/

#twitter-holder {
	min-height: 20px;
}

.tz_tweet_widget ul {
	margin: 0;
	list-style-type: none;
}

.tz_tweet_widget ul li { padding: 0 0 8px 0; }

.tz_tweet_widget ul li > span { display: block; }

#sidebar .tz_tweet_widget span > a { color: #515255; }

#sidebar .tz_tweet_widget span > a:hover { color: #f15755; }

#sidebar .tz_tweet_widget a { 
    border-bottom: none;
    color: #8d8f8f; 
    font-size: 11px !important;
}

#sidebar .tz_tweet_widget span a {
	font-size: 12px!important;
}

#sidebar .tz_tweet_widget a:hover { color: #515255; }

/* Flickr Widget -------------------------*/
.tz_flickr_widget { padding-right: 0; }

.flickr_badge_image {
	float: left;
	margin: 0 14px 14px 0;
	width: 28px;
	height: 28px;
}

.flickr_badge_image img {
	background: #fff;
	border: 3px solid #515255;
	width: 28px;
	height: 28px;
}

.flickr_badge_image img:hover { border-color: #f15755; }

/* Video Widget -------------------------*/
.tz_video { margin-bottom: 10px; }


/*-----------------------------------------------------------------------------------*/
/*	12.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns ------------------------------*/
.one_half { width: 48%; }

.one_third { width: 30.66%; }

.two_third { width: 65.33%; }

.one_fourth { width: 22%; }

.three_fourth { width: 74%; }

.one_fifth { width: 16.8%; }

.two_fifth { width: 37.6%; }

.three_fifth { width: 58.4%; }

.four_fifth { width: 67.2%; }

.one_sixth { width: 13.33%; }

.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons ---------------------------*/

a.button {
	height: 20px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px 0 10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

a.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

a:hover.button { background-position: 0 -28px; }

a:hover.button.large { background-position: 0 -35px; }



/* Alerts ------------------------------*/

.alert {
    padding: 12px 5% 12px 5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
}

.alert.white {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
}

.alert.red {
    background: #FFD7D8;
    border-top: 1px solid #f9bac7;
    border-bottom: 1px solid #f9bac7;
    color: #d54c4c;
}

.alert.orange {
    background: #FFCBA8;
    border-top: 1px solid #efd1b1;
    border-bottom: 1px solid #efd1b1;
    color: #cc6600;
}

.alert.green {
    background: #D5FFCA;
    border-top: 1px solid #cadba7;
    border-bottom: 1px solid #cadba7;
    color: #5f8b33;
}

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

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.tabs { margin: 0 0 20px 0; }

.tabs ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
}

.tabs ul.nav li a {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 24px;
	background: #FBFBFB;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}

.tabs ul.nav li.ui-state-default a { color: #999; }

.tabs ul.nav li.ui-state-default a:hover { color: #2c2d31; }

.tabs ul.nav li.ui-tabs-selected a {
	height: 25px;
	background: #fff;
	color: #2c2d31;
}

.tabs .tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

/* Toggle ------------------------------*/

.toggle { margin: 0 0 20px 0; }

.toggle h4 {
	font-size: 12px;
	padding: 10px; 
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
	cursor: pointer;
}

.toggle-inner {
	padding: 10px;
	background: #fff;
	border: 1px solid #EFEFEF;
	border-top: none;
}

.toggle .ui-icon {
	background: #F00;
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px 10px 0 0;
}

.toggle .ui-icon {
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 0;
}


/* IE7 -----------------------------------*/
.ie7 #content { padding-right: 0; }
.ie7 #container { min-width: 740px; }
.ie7.blog #container,
.ie7.single-post #container,
.ie7.tag #container,
.ie7.category #container,
.ie7.date #container,
.ie7.page-template-template-archives-php #container { min-width: 900px; }
.ie7.single-portfolio #container,
.ie7.page #container { min-width: 960px; }
.ie7.page-template-template-full-width-php { min-width: 1110px; }
.ie7.search-results #container { min-width: 980px; }
.ie7.search-results #content { padding-left: 30px; }
.ie7.page .entry-content { width: 700px; }
.ie7.page-template-template-full-width-php .entry-content { width: 850px; }
.ie7 .entry-meta .entry-skills { width: 217px; }
.ie7.page-template-template-home-php .hentry,
.ie7.tax-skill-type .hentry { display: inline; height: 230px; }
.ie7 .comment-author { position: relative; top: -20px; }
.ie7 .comment-meta { margin-left: 20px; position: relative; top: -15px; }
.ie7 .comment-body { position: relative; top: -15px; }
.ie7.single-portfolio #content { margin-right: 0; }
.ie7.single-portfolio .slider { border-left: 0px; }


/* Pag -------------- */

#pagination_container{
	padding:10px 0 0 20px;
	float:left;
}

.pagination {
	clear:both;
	padding:20px 0 0 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom:20px;
	float:right;
}

.pagination span{
	
}

#pagination_container .current{
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px!important;
	text-decoration:none;
	width:auto;
	color:#F9F9F9;
	background:#66696d!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.pagination a:hover{
	color:#66696d;
	border:none!important;
	background:#b2def7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background:#b2def7;
	color:#66696d;
}

/* ads -------------- */
.ads img{
	margin-bottom:10px;
	
}


/*adpacks styling*/
body .adpacks{
	padding:15px;
	margin:15px 0 0;
	border:3px solid #eee;
	}

body .one .bsa_it_ad{
	margin: 20px 0 0px 0;
	border:none;font-family:inherit;
	text-align:center;
	padding:18px 10px 15px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

body .one .bsa_it_ad:hover img{
	-moz-box-shadow:0 0 3px #000;
	-webkit-box-shadow:0 0 3px #000;
	box-shadow:0 0 3px #000;
	}

body .one .bsa_it_ad .bsa_it_i{
	display:block;
	padding:0;
	float:none;
	margin:0 0 5px;
	}

body .one .bsa_it_ad .bsa_it_i img{
	padding:0;border:none;
	}

body .one .bsa_it_ad .bsa_it_t{
	padding:6px 0 0 0;
	}

body .one .bsa_it_p{
	display:none;
	
	}

body #bsap_aplink,body #bsap_aplink:hover{
	display:block;
	font-size:10px;
	margin:4px 0 0;
	text-align:center;
	}

/*toolkit styling*/

#tk-container{
}
.price-tag{
	float:right;
	padding-top:16px;
	padding-right:18px;
}
.price-tag-center{
	padding-top:16px;
}

.price-tag-8{

	height:104px;
	width:104px;
	margin-bottom:20px;	
}
.price-tag-10{

	height:104px;
	width:104px;
	margin-bottom:20px;	
}
.price-tag-12{

	height:104px;
	width:104px;
	margin-bottom:20px;	
}
.buy-button-container{
	margin-top:10px;
}
.plus-spacer{
	background:none;
	width:64px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	margin-top:50px;
}
.plus-spacer a{
	border:none;
}
.plus-spacer img{
	margin-right:15px;
	border:0px!important;
	box-shadow:none!important;
	vertical-align:bottom;
}
.plus-symbol{

	height:35px;
	height:35px;
}

.arrow-dwn-symbol{

	height:35px;
	height:35px;
}
.arrow-up-symbol a {

	height:35px;
	height:35px;
	display: block;
}
.feat-box{
	
	width:708px;
	height:192px;
	margin-bottom:20px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	text-shadow:  0 1px 0  #f8a5a4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 1px #a5a4a6;
	-webkit-box-shadow: 0px 1px 1px #a5a4a6;
	box-shadow: 0px 1px 1px #a5a4a6;
}
.feat-box-small{
	
	width:228px;
	height:400px;
	margin-bottom:20px;
	margin-right:10px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 1px #a5a4a6;
	-webkit-box-shadow: 0px 1px 1px #a5a4a6;
	box-shadow: 0px 1px 1px #a5a4a6;
	float:left;
	text-align:center;
}

.feat-box-small-end{
	width:228px;
	height:400px;
	margin-bottom:20px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 1px #a5a4a6;
	-webkit-box-shadow: 0px 1px 1px #a5a4a6;
	box-shadow: 0px 1px 1px #a5a4a6;
	float:left;
	text-align:center;
}

.feat-box-small h2, .feat-box-small-end h2 {
	text-align:center;
	padding:0px 0px 10px 0px;
	color:#4f5b66;
	}



.feat-box img,.feat-box-small img, .feat-box-small-end img {
	border:0px!important;
	box-shadow:none!important;
	vertical-align:bottom;
}

.link-list-container{
	float:left;
	margin-top:18px;
	margin-left:25px;
	margin-right:35px;
}

.link-list-container a{
	font-size:16px;
	border:none;
	color:#515255;
	text-shadow: 0px 1px 0px #fff;
}

.link-list-container a:hover{
	color:#f15755;
}

.feat-link{
	margin-bottom:18px;
}

.feat-link-center{
	margin-bottom:18px;
	text-align:center;
}

.feat-description{
	margin-bottom:18px;
	padding-bottom:10px;
	border-bottom: 1px solid #c9ccd5;
}

.glyph-link{

	padding-left:30px;
}

.styles-link{

	padding-left:30px;
}

.patterns-link{
	padding-left:30px;
}

.shapes-link{
	padding-left:30px;
}

.ring-link{

	padding-left:30px;
}

.action-link{

	padding-left:30px;
}
.texture-link{
	padding-left:30px;
}

.com-symbol-link{

	padding-left:30px;
}

.tweet-button{
	text-align:right;
	width:100%;
	
}

.feat-info{
	text-shadow:none!important;
	font-size:14px;
	width:500px;
}
	
.feat-info h1{
	margin-bottom:10px;	
}

/* Store Banner -------------- */
#ads, #ads li{
	margin:0;
	padding:0;
	list-style:none;
}
#ads li{
	display:none;
}
.store-banner{

	border:none;font-family:inherit;
	padding:0;margin:0;
	text-align:left;
	padding:10px;
	margin: 10px 0 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height:70px;
	line-height:20px;	
}
.store-banner .store-description h1{
	margin:0px;
	font-size:15px;
	line-height:28px;
}
.store-banner a{
	border:0px!important;
}
.store-banner img{
	margin-right:10px;
	border:0px!important;
	text-decoration:none!important;
}
.banner-link{
	float:left;
	margin-right:10px;
}
.store-ad a{
	display: block;
	text-decoration: none;
	height:70px;
	width:280px;
	border:0px;
}
.store-ad a:hover{
	display: block;
	text-decoration: none;
	height:70px;
	width:280px;
	border:0px;
}
.toolkit-ad a{
	display: block;
	text-decoration: none;
	height:70px;
	width:280px;
	border:0px;
}
.toolkit a:hover{
	display: block;
	text-decoration: none;
	height:70px;
	width:280px;
	border:0px;
}
.pixelsnacks-ad a{
	display: block;
	text-decoration: none;
	height:70px;
	width:280px;
	border:0px;
}
.pixelsnacks a:hover{
	display: block;
	text-decoration: none;

	height:70px;
	width:280px;
	border:0px;
}
.livetools-ad a{
	display: block;
	text-decoration: none;
	height:70px;
	width:280px;
	border:0px;
}
.livetools a:hover{
	display: block;
	text-decoration: none;
	height:70px;
	width:280px;
	border:0px;
}
.devrocket-ad a{
	display: block;
	text-decoration: none;
	height:70px;
	width:280px;
	border:0px;
}
.displace {
	position: absolute;
	left: -5000px;
}
.sidebar-spacer{
	height:10px;
	border-bottom:1px dotted #d7d7d7;
}

/* Normal Button -------------- */
.button-std-container{
	margin-top:30px;
}
.button-std a{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
	font-weight:bold;
	text-align:center;
	color:#961311!important;
	padding:12px;
	border: 1px solid #b53331;
	text-shadow:  0 1px 0  #ea8c8b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}
.button-std a:active{ 
	font-weight:bold;
	color:#fff!important;
	padding:12px;
	border: 1px solid #b53331;
	text-shadow:  0 1px 0  #f8a5a4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.button-std a:hover{
	font-weight:bold;
	color:#fff!important;
	text-shadow:  0 1px 0  #961311;
}

/* Store Styling -------------- */

.store-info-box{
	text-shadow:none!important;
	float:right;
	width:225px;
	height:220px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	text-shadow:  0 1px 0  #f8a5a4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 1px #a5a4a6;
	-webkit-box-shadow: 0px 1px 1px #a5a4a6;
	box-shadow: 0px 1px 1px #a5a4a6;
	line-height:20px;
}

.store-info-box img {
	border:0px!important;
	box-shadow:none!important;
	vertical-align:bottom;
}

.store-feature-img{
	width:465px;
	float:left;
}

.store-info-box h2{
	font-size:15px;
	margin:0px;
	line-height:28px;
	padding:0px;	
}

.store-info{
	width:195px;
	height:140px;
	margin:10px 15px 0px 15px;
	border-bottom: 1px dotted #d7d7d7;
	text-align:justify;		
}

.store-button-container{
	margin-top:25px;
	margin-left:62px;
}

.store-spacer{
	height:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #d7d7d7;
}





/*** footer ***/

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}