
/*================================================================================================================

Theme Name: Selfless
Theme URI: http://www.demo.shortithemes.com/selfless-wp/
Description: A One Page WordPress VCard Theme
Author: Shorti
Author URI: http://www.shortithemes.com/
Version: 1.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, flexible-width, custom-menu, featured-images, post-formats, theme-options, translation-ready
Text Domain: twentytwelve

                                                     
================================================================================================================*/

/* IMPORTANT: Do not edit the "Theme Name" above.  You will break the "Theme Options" panel. */



@import url("functions/css/shortcodes.css");



/*========================================================

BEGIN Reset

========================================================*/
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   visibility: hidden;
   font-size: 0;
   height: 0;
}
.clearfix {
   *display: inline-block;
   height: 1%;
}
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, a { text-decoration: none; }
a, input[type=submit], button[type=submit] { cursor: pointer; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/*========================================================

BEGIN Main

========================================================*/
html {
background: #000;
}
body {
color: #fff;
padding: 0;
margin: 0;
opacity: 0; /* For page fade in, open "custom.js" */
}
::-moz-selection, ::selection { color: #fff; }
address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
address { color: #fff; }
p { margin-bottom: 30px; }
a { color: #fff; font-style: italic; text-decoration: none; }
input, textarea, select {
vertical-align: middle;
}
button::-moz-focus-inner { padding:0; border:0 }
button { padding: 0; border: none; background: none; }
h1, h2, h3, h4, h5, h6 {
color: #fff;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-weight: 400;
margin-bottom: 25px;
line-height: 1em;
letter-spacing: 2px;
}

h1 {
font-size: 36px;
text-transform: uppercase;
letter-spacing: 7px;
line-height: 1.2em;
}
h1 span {
font-weight: 300;
}
h2 {
font-size: 24px;
line-height: 1.6em;
text-transform: uppercase;
}
h3 {
font-size: 20px;
line-height: 1.6em;
letter-spacing: 0;
}
h4 {
font-size: 16px;
font-weight: 400;
line-height: 28px;
text-transform: uppercase;
}
h5 {
font-size: 12px;
font-weight: 300;
line-height: 1.7em;
text-transform: uppercase;
}
h6 {
font-size: 10px;
}
hr {
border: 1px solid #fff;
}
iframe,
object,
embed {
width: 100%;
max-height: 206px;
float: left;
}
.center { text-align: center; }
.line {
width: 100%;
clear: both;
padding-bottom: 20px;
margin-bottom: 20px;
background: url(images/sep.png) bottom left repeat-x;
}
.under {
text-decoration: underline;
}
.none {
display: none;
}
.jump {
color: #fff;
font-size: 10px;
font-style: normal;
line-height: 25px;
text-align: center;
text-transform: uppercase;
width: 30px;
height: 25px;
padding: 5px;
display: block;
position: fixed;
bottom: 30px;
right: 30px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
  box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
background: url(images/trans.png) repeat;
}

/*========================================================

BEGIN Layout & Global Elements

========================================================*/
#control {
width: 34%;
min-width: 300px;
position: fixed;
top: 0;
bottom: 0;
left: 0;
overflow: auto;
-webkit-box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
  box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
background: url(images/trans.png) repeat;
}
#control #side {
width: 240px;
padding: 78px 30px 0 30px;
float: right;
}
#main {
width: 63%;
float: right;
}
#main #content {
max-width: 660px;
padding: 0 30px 0 0;
position: relative;
}
/* Box */
.panel {
padding-top: 78px;
margin-bottom: 350px;
position: relative;
}
.box {
color: #a7abad;
}
.box .in {
padding: 30px;
margin-bottom: 20px;
overflow: hidden;
background: url(images/trans.png) repeat;
}
#main img,
.box .in {
max-width: 100%;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
  box-shadow:  0px 1px 7px 0px rgba(00, 00, 00, .7);
}
/* Columns */

.full { width: 100%; clear: both; margin-bottom: 25px; overflow: hidden; }
.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth { float: left; position: relative; margin-right: 4%; margin-bottom: 25px; overflow: hidden; }
.no-margin { margin-bottom: 0; }
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.two-thirds { width: 65.1%; }
.one-fourth { width: 22%; }
.three-fourths { width: 74%; }
.one-fifth { width: 16.8%; }
.two-fifths { width: 37.2%; }
.three-fifths { width: 54.8%; }
.four-fifths { width: 78.8%; }
.column-last { margin-right: 0 !important; clear: right; }
/* Buttons */
.btn {
height: 30px;
line-height: 30px;
font-size: 12px;
font-weight: 700;
font-style: normal;
color: #fff !important;
text-transform: uppercase;
padding: 4px 15px;
margin: 0 10px 10px 0;
display: inline-block;
border: none;
background: #323439;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.large {
height: 40px;
line-height: 40px;
font-size: 16px;
padding: 4px 20px;
}
.regular {
font-size: 12px;
}
.small {
height: 16px;
line-height: 16px;
padding: 4px 10px;
}


/*========================================================

BEGIN Side

========================================================*/

#side #logo {
text-align: right;
}
#side #logo h1 {
overflow: hidden;
margin-bottom: 10px;
}
#side #logo a {
font-style: normal;
text-decoration: none;
display: block;
float: right;
}
#side #logo .plain_text {
margin: -6px -7px 10px 0;
}
#side #nav {
width: 100%;
margin-top: 60px;
overflow: hidden;
}
#side #nav .mobile {
display: none;
}
#side #nav ul li {
margin-bottom: 30px;
float: right;
clear: both;
}
#side #nav ul li a,
#side #nav ul li span {
display: block;
float: right;
}
#side #nav ul li a {
font-size: 12px;
font-style: normal;
text-align: right;
line-height: 17px;
}
#side #nav ul li span {
width: 26px;
height: 18px;
margin-left: 10px;
display: block;
}
#side #nav ul .nav_1 span {
height: 17px;
background: url(images/nav.png) top right no-repeat;
}
#side #nav ul .nav_2 span {
height: 16px;
background: url(images/nav.png) right -47px no-repeat;
}
#side #nav ul .nav_3 span {
height: 21px;
background: url(images/nav.png) right -93px no-repeat;
}
#side #nav ul .nav_4 span {
height: 22px;
background: url(images/nav.png) right -141px no-repeat;
}
#side #nav ul .nav_5 span {
height: 23px;
background: url(images/nav.png) right -193px no-repeat;
}
#side #nav ul .nav_6 span {
height: 16px;
background: url(images/nav.png) bottom right no-repeat;
}
/* Secondary Nav */
#secondary_nav {
float: right;
padding-bottom: 30px;
margin-top: 30px;
}
#secondary_nav ul {
list-style-type: none;
}
#secondary_nav ul li {
float: left;
margin-left: 10px;
position: relative;
}
#secondary_nav ul li a {
font-style: normal;
font-size: 10px;
text-transform: uppercase;
padding-left: 10px;
}
#secondary_nav ul li span {
opacity: 0.5 !important;
}
#secondary_nav ul li:first-child span {
display: none;
}
/* Sub */
#secondary_nav ul ul {
min-width: 150px;
display: none;
position: absolute;
top: 0;
right: 0;
padding: 20px;
margin-right: -20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: url(images/trans.png) repeat;
}
#secondary_nav ul ul li {
width: 100%;
margin-left: 0;
float: left;
clear: both;
margin-top: 15px;
line-height: 1;
}
#secondary_nav ul ul li:first-child {
margin-top: 0;
}
#secondary_nav ul ul li a {
width: 100%;
padding-left: 0;
display: block;
text-align: right;
}
#secondary_nav ul ul li span {
display: none;
}
/* Active/Current */
.nav_on,
.active,
.current_page_item,
.current-menu-item {
opacity: 1 !important;
}

/*========================================================

BEGIN Content

========================================================*/

#content {
}
/*=============================
BEGIN Profile
=============================*/
#profile #photo {
margin-bottom: 20px;
}
#profile p {
margin-bottom: 0;
}

/*=============================
BEGIN Skills
=============================*/
.skill {
margin-bottom: 30px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.skill .bar {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: 500;
color: #fff;
height: 44px;
line-height: 44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin-bottom: 10px;
background: #323439;
}
.skill .bar div {
height: 44px;
padding: 0 4%;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.level_1 .bar div { width: 2%; }
.level_2 .bar div { width: 12%; }
.level_3 .bar div { width: 22%; }
.level_4 .bar div { width: 32%; }
.level_5 .bar div { width: 42%; }
.level_6 .bar div { width: 52%; }
.level_7 .bar div { width: 62%; }
.level_8 .bar div { width: 72%; }
.level_9 .bar div { width: 82%; }
.level_10 .bar div { width: 92%; }
.skill h5,
.skill h6 {
margin-bottom: 5px;
}
.skill span {
font-size: 14px;
text-align: right;
display: inline-block; 
float: right;
}
.skill-set {
margin-bottom: 15px;
clear: both;
}
/*=============================
BEGIN Works
=============================*/
#works ul {
width: 104%;
overflow: hidden;
}
#works ul li {
width: 46%;
padding-right: 4%;
margin-bottom: 10px;
overflow: hidden;
float: left;
}
#works ul li a {
display: block;
font-style: normal;
}
#works ul li a img {
float: left;
}
#works .ui-accordion-content {
padding: 20px 0 0 0;
overflow: hidden;
}
#works ul li .info {
clear: both;
}
#works ul li .work_vid {
margin-bottom: 10px;
overflow: hidden;
}
#works ul li img,
#works ul li .info h4 {
margin-bottom: 10px;
}
#works ul li .info h4 a {
font-style: normal;
}
#last {
display: none;
}
/* Transitions */
.masonry {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.masonry-brick {
-webkit-transition-duration: 0.7s;
-moz-transition-duration: 0.7s;
-ms-transition-duration: 0.7s;
-o-transition-duration: 0.7s;
transition-duration: 0.7s;
-webkit-transition-property: left, right, top;
-moz-transition-property: left, right, top;
-ms-transition-property: left, right, top;
-o-transition-property: left, right, top;
transition-property: left, right, top;
}
/* Accordion */
.ui-accordion {
width: 100%;
}
.ui-accordion .ui-accordion-header {
color: #525252;
}
.ui-accordion .ui-accordion-header {
color: #686b71;
font-size: 14px;
height: 40px;
line-height: 40px;
cursor: pointer;
position: relative;
zoom: 1;
margin: 0;
display: block;
padding: 0 20px;
margin-top: 20px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #323439;
}
.ui-accordion .ui-accordion-li-fix {
display: inline;
}
.ui-accordion .ui-accordion-header-active {
color: #fff;
background: #ff4343;
}
.ui-accordion .ui-accordion-header .ui-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
border-top: 0;
position: relative;
overflow: auto;
display: none;
zoom: 1;
padding: 20px;
}
.ui-accordion .ui-accordion-content-active {
display: block;
}
/*=============================
BEGIN Pricing
=============================*/
#pricing h5 {
margin-bottom: 15px;
}
.check li {
padding-left: 20px;
margin-bottom: 15px;
list-style-type: none;
background: url(images/check.png) left 4px no-repeat;
}
/*=============================
BEGIN Blog
=============================*/

/* Home Blog */
#blog_posts .post {
width: 100%;
clear: both;
float: left;
padding-top: 40px;
margin-top: 10px;
background: url(images/sep.png) top left repeat-x;
}
#blog_posts .post .post_left {
width: 35%;
float: left;
}
#blog_posts .post .post_right {
width: 60%;
float: right;
}
/* Single Post */
.post .post_date h5 {
color: #777 !important
}
.post .post_title {
margin-bottom: 10px;
}
.post .post_title a {
font-style: normal;
}
.post .post_thumb,
.post .post_video {
margin-bottom: 30px;
overflow: hidden;
}
/* Image */
.format-image img {
max-width: 100%;
height: auto;
}
/* Video */
/* Quote */
.format-quote .quote {
line-height: 1.8em;
font-style: italic;
}
.format-quote .author,
.format-quote .author a {
color: #757575;
font-style: normal;
}
/*=============================
BEGIN Contact
=============================*/
#contact_form {
width: 100%;
min-height: 200px;
position: relative;
overflow: hidden;
}
#contact_form input, 
#contact_form textarea {
width: 93%;
height: 40px;
padding: 0 3%;
margin: 0 0 20px 0;
display: block;
font-size: 14px;
color: #fff;
border: none;
background: #eaeaea;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#contact_form textarea {
height: 120px;
padding-top: 10px;
}
#contact_form label {
font-size: 12px;
font-weight: 300;
font-style: italic;
position: absolute;
margin: 10px 0 0 10px;
}
#contact_form #loader {
position: absolute;
bottom: -33px;
right: 65px;
display: none;
}
#submit_button {
line-height: 24px;
}
#send_message {
color: #9ecb5f;
}
/* Social */
#social {
margin-top: 30px;
}
#social li {
float: left;
margin: 0 10px 10px 0;
}
#social li a {
width: 32px;
height: 32px;
display: block;
text-indent: -9999px;
}
#social .facebook a {
background: url(images/icons/social_facebook.png) top left no-repeat;
}
#social .twitter a {
background: url(images/icons/social_twitter.png) top left no-repeat;
}
#social .flickr a {
background: url(images/icons/social_flickr.png) top left no-repeat;
}
#social .dribbble a {
background: url(images/icons/social_dribbble.png) top left no-repeat;
}
#social .linkedin a {
background: url(images/icons/social_linkedin.png) top left no-repeat;
}
/*=============================
BEGIN No More
=============================*/
h5 {
margin-bottom: 10px;
}
/*========================================================

BEGIN Widgets - If Widgets are turned on

========================================================*/

#widgets {
padding-top: 30px;
margin-top: 30px;
clear: both;
background: url(images/sep.png) top left repeat-x;
}
.widget {
width: 100%;
text-align: right;
padding-bottom: 25px;
margin-bottom: 25px;
clear: both;
background: url(images/sep.png) bottom left repeat-x;
}
.widget input[type="text"] {
height: 15px;
padding: 10px 15px;
border: none;
outline: none;
}
.widget ul a {
font-style: normal;
}
/* Calendar */
.widget_calendar #wp-calendar {
width: 100%;
border: 1px solid #222;
}
.widget_calendar #wp-calendar a {
color: #fff;
}
.widget_calendar #wp-calendar caption {
text-align: right;
padding-bottom: 10px;
}
.widget_calendar tbody .pad {}
.widget_calendar #wp-calendar > tbody > tr > td > a {
font-size: 14px;
font-weight: bold;
}
.widget_calendar thead > tr > th {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #222;
border-top: none;
}
.widget_calendar tbody > tr > td {
width: 24px;
height: 24px;
line-height: 24px;
color: #a7abad;
font-size: 11px;
text-align: center;
border: 1px solid #222;
}
.widget_calendar tfoot > tr > td > a,
.widget_calendar tfoot > tr > td > a:link,
.widget_calendar tfoot > tr > td > a:visited,
.widget_calendar tfoot > tr > td > a:hover,
.widget_calendar tfoot > tr > td > a:active {
font-weight: bold;
font-size: 14px;
}
.widget_calendar tfoot > tr > #prev {
width: 58px;
height: 20px;
text-align: left;
padding-left: 5px;
}
.widget_calendar tfoot > tr > #next {
width: 58px;
height: 20px;
text-align: right;
padding-right: 5px;
}



/*========================================================

BEGIN Footer

========================================================*/

#footer {
width: 63%;
height: 42px;
display: none;
position: fixed;
bottom: 0;
right: 0;
z-index: 100000;
}
.copy {
color: #fff;
font-size: 11px;
font-weight: 300;
text-transform: uppercase;
text-align: right;
line-height: 42px;
padding-right: 30px;
margin-bottom: 0;
text-align: right;
}


/*========================================================

BEGIN Unused WP Styls

========================================================*/

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {}



