/*
Theme Name: Business
Theme URI: http://graphpaperpress.com/themes/business/
Author: Graph Paper Press
Author URI: http://graphpaperpress.com/
Description: Perfect Theme for Businesses
Version: 1.0.1
License: GNU General Public License, V2
License URI: license.txt
Text Domain: business
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 business is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    border: 1px solid #ddd;
    padding: 10px;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: "PT Serif Caption", serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #000;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1em;
    line-height: 1em;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 1.5em 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
table caption {
    border-bottom: 0;
}
th {
    font-weight: bold;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    background: #333;
    color: #ccc;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 10px 15px;
    transition: background 0.3s ease,color 0.3s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #000;
    color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #999;
    border: 1px solid #999;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

/* Links */
a {
    color: #777;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
a:hover,
a:focus,
a:active {
    color: #000;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
    float: right;
    clear: none;
    max-width: 100%;
    margin-top: -6px;
}

.main-navigation a {
    font-family: "Montserrat", sans-serif;
    color: rgba(255,255,255,.8);
    font-size: 18px;
    padding: 10px 25px;
}

.menu-business-container {
    float: right;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-transform: uppercase;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    transition: background-color 0.5s ease, color 0.5s ease;
    font-size:0.8em;
}
.main-navigation a:hover {
    color: #FFF;
}
.main-navigation ul ul {
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 2.6em;
    z-index: 999;
    text-transform: none;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

.footer-navigation ul {
    list-style-type: none;
    float: right;
    margin:0;
}
.footer-navigation ul li {
    float: left;
    margin: 0 0 0 20px;
}
.footer-navigation .menu li.dribble,
.footer-navigation .menu li.twitter,
.footer-navigation .menu li.github,
.footer-navigation .menu li.facebook,
.footer-navigation .menu li.wordpress,
.footer-navigation .menu li.googleplus,
.footer-navigation .menu li.linkedin,
.footer-navigation .menu li.pinterest,
.footer-navigation .menu li.flickr,
.footer-navigation .menu li.vimeo,
.footer-navigation .menu li.instagram,
.footer-navigation .menu li.rss,
.footer-navigation .menu li.youtube,
.footer-navigation .menu li.github a {
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
    padding-top: 1px;
}
.footer-navigation .menu li a:before {
    font-family: 'Genericons';
    font-size: 2em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}
.footer-navigation .menu li.dribble > a:before {
    content: '\f201';
}
.footer-navigation .menu li.twitter > a:before {
    content: '\f202';
}
.footer-navigation .menu li.github > a:before {
    content: '\f200';
}
.footer-navigation .menu li.facebook > a:before {
    content: '\f204';
}
.footer-navigation .menu li.wordpress > a:before {
    content: '\f205';
}
.footer-navigation .menu li.googleplus > a:before {
    content: '\f206';
}
.footer-navigation .menu li.linkedin > a:before {
    content: '\f207';
}
.footer-navigation .menu li.pinterest > a:before {
    content: '\f209';
}
.footer-navigation .menu li.flickr > a:before {
    content: '\f211';
}
.footer-navigation .menu li.vimeo > a:before {
    content: '\f212';
}
.footer-navigation .menu li.instagram > a:before {
    content: '\f215';
}
.footer-navigation .menu li.rss > a:before {
    content: '\f413';
}
.footer-navigation .menu li.youtube > a:before {
    content: '\f213';
}


/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
    float: left;
    width: 100%;
    margin: 0 0 1.5em;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    position:relative;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    max-width: 100%;
    width:100%;
    height:auto;
}
.wp-caption .wp-caption-text {
    text-align: center;
    position:absolute;
    width:100%;
    bottom:0;
    margin: 0;
    color:#fff;
    padding:10px 0;
    background:rgba(0,0,0,0.4);
    display:none;
    font-size:0.8em;
}
.gallery .caption-toggle {
    display:none;
}
.wp-caption .genericon-info {
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 10px;
    border-radius: 100%;
    font-size: 24px;
    width:24px;
    height:24px;
    z-index: 3;
    cursor:pointer;
}
.wp-caption .genericon-info:hover {
    opacity:0.8;
}
.site-main .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
    border: none;
    height: auto;
    width: 100%;
}
.site-main .gallery dd {
    margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
    clear: both;
    border-top: 1px solid #eee;
    padding-top: 2em;
    margin-top: 2em;
    margin: 1.5em 0 3em;
    overflow: hidden;
}
[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}
#respond {
    margin-top: 8em;
}
.single #comments,
.page #comments {
    margin: 5em auto;
}
#comments article {
    border: none;
}
ol.comment-list,
ul.children {
    list-style: none;
    margin: 0;
}
p.form-allowed-tags,
p.form-allowed-tags code {
    font-size: 12px;
}
#commentform label {
    margin-right: 2em;
    min-width: 70px;
    display: inline-block;
}
#commentform .comment-form-comment label {
    margin-bottom: 0.8em;
    display: block;
}
.required {
    color: #c00;
}
#comment-nav-below {
    clear: both;
    padding: 10px 0;
    overflow: hidden;
    margin: 3em 0;
}
#respond {
    clear: both;
}
.comment-list {
    margin: 0;
}
.comment-list li.comment,
.comment-list li.pingback {
    list-style: none;
    margin-bottom: 2em;
}
.comment-list .avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    margin-right: 10px;
}
cite.fn {
    font-weight: bold;
    font-style: normal;
}
.comment-content {
    margin-left: 74px;
    margin-top: 5px;
}
.comment-metadata {
    font-size: 13px;
}
.comment-content {
    clear: both;
}
.reply {
    font-size: 13px;
    margin: 2em 74px 2.5em;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
.comment ul.children {
    margin-left: 10%;
}
.form-allowed-tags {
    display: none;
}
p.nocomments {
    font-style: italic;
    margin-top: 5em;
    text-align: center;
}


/* =Widgets
----------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
    font-size: 14px;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}
#secondary aside ul {
    margin-left: 0;
    list-style: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}


/* 6. Grid
-------------------------------------------------------------- */
.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    }

.container .column,
.container .columns {
    display: inline;
    float: left;
    margin-bottom: 2em;
    }

.container .column.shorty,
.container .columns.shorty {
    margin-bottom: 0;
    }

.one-fifth {
    margin-right: 2.2%;
    width: 18%;
    }

.one-fourth {
    margin-right: 3%;
    width: 22%;
    }

.one-third {
    margin-right: 3.33%;
    width: 31%;
    }

.one-third.end {
    margin-left: 3.3%;
    margin-right: 0;
    }

.one-half {
    margin-right: 6%;
    width: 47%;
    }

.two-thirds {
    margin-right: 5%;
    width: 60%;
    }

.two-thirds.end {
    margin-right: 0;
    width: 65%;
    }

.one-fifth:nth-child(5n+0),
.one-fourth:nth-child(4n+0),
.one-third:nth-child(3n+0),
.one-half:nth-child(2n+0) {
    margin-right: 0;
    }

.one-fifth:nth-child(5n+1),
.one-fourth:nth-child(4n+1),
.one-third:nth-child(3n+1),
.one-half:nth-child(2n+1) {
    clear: left;
    }

.full-width {
    float: left;
    width: 100%;
    }


/* =Flex slider
----------------------------------------------- */
.flexslider {
    z-index: 1;
    margin-bottom: 80px;
    }

.home .flexslider {
    margin-bottom: 0;
    }

.flexslider .entry-content {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    max-width: 100%;
    }

.flexslider .entry-title {
    left: -50px;
    position: relative;
    opacity: 0;
    }

.flexslider .entry-title,
.flexslider .entry-title a {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
    }

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

.flexslider .entry-caption {
    bottom: 90px;
    width: 370px;
    margin: 15px 0 10px;
    line-height: 1.8em;
    }

.flexslider .flex-control-nav {
    bottom: 25px;
    }

a.call-to-action {
    color: #FFF;
    background: #2ba6bd;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding: 10px 40px;
    float: none;
    font-size: 24px;
    margin: 10px auto;
    display: table;
    transition: background-color 0.5s ease 0s;
    }
a.call-to-action:hover {
    background-color: #0d849a;
    }

.page .flexslider li .flex-prev:before,
.archive .flexslider li .flex-prev:before,
.single .flexslider li .flex-prev:before,
.flex-direction-nav li .flex-prev:before {
    content: '\f432';
    font-size: 32px;
    }

.page .flexslider li .flex-next:before,
.archive .flexslider li .flex-next:before,
.single .flexslider li .flex-next:before,
.flex-direction-nav li .flex-next:before {
    content: '\f432';
    font-size: 32px;
    }

.page .flexslider li .flex-next,
.archive .flexslider li .flex-next,
.single .flexslider li .flex-next,
.flex-direction-nav li .flex-next {
    right: 2%;
    }

.page .flexslider li .flex-prev,
.archive .flexslider li .flex-prev,
.single .flexslider li .flex-prev,
.flex-direction-nav li .flex-prev {
    left: 2%;
    }

.flex-viewport {
    float: left;
    width: 100%;
    }

.flexslider-helper .site-header {
    background: transparent;
    position: absolute;
    z-index: 999;
    }


/* =Home Page
----------------------------------------------- */
.home .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    }

#masthead .container {
    position: relative;
    padding: 0 40px;
    }

.home section {
    float: left;
    width: 100%;
    padding: 80px 0;
    display: block;
    }

.home section .container {
    max-width: 1200px;
    padding: 0 40px;
    }

.home section .column {
    margin-bottom: 0;
    }

.home section .section-title, #bottom-widget-area .widget-title {
    margin: 0 0 60px 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
  text-transform: uppercase;
    }

.home footer .widget-area,
.home section .entry-content {
    font-size: 16px;
    color: #555;
    }

.home .site-footer section {
    padding: 0;
    }

body.flexslider-helper .site-content,
body.home .site-content {
    margin-top: 0;
}
#bottom-widget-area {
    float:left;
    width:100%;
    padding:80px 0;
    background:#f7f7f7;
}

/* =Featured Description
----------------------------------------------- */
.home section#description {
    text-align: center;
}

.home section#description .content {
    font-size: 30px;
    margin: 0 0 40px 0;
    line-height: 1.5em;
}

.home section#description .description {
    margin-bottom: 30px;
}

.home section#description a.call-to-action {
    float: none;
}


/* =Featured Section
----------------------------------------------- */

.home section#featured .hentry {
    text-align: center;
    }

.home section#featured .entry-title {
    margin-bottom: 0.5em;
    }

.home section#featured .entry-title a {
    font-size: 24px;
    text-transform: uppercase;
    }

.home section#featured .entry-content {
    margin: 1em 0 0;
    font-style: italic;
    }

.home section#featured .entry-image {
    margin: 0 auto;
    overflow: hidden;
    }

.home section#featured .entry-image:after {
    content: ".";
    visibility: hidden;
    }

.home section#featured .entry-image img {
    vertical-align: middle;
    margin-left: 5px;
    max-width: 50%;
    }


/* =List Section
----------------------------------------------- */
.home section#list {
    padding: 0;
    }

.home section#list .hentry {
    float: left;
    margin: 0;
    padding: 80px 0;
    }

.home section#list .entry-image {
    float: left;
    width: 50%;
    text-align: right;
    }

.home section#list .entry-image img {
    display: block;
    margin: 0 auto;
}

.home section#list .entry-content {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 0 0 5%;
    }

.home section#list .entry-content .entry-title {
    margin: 0 0 .8em;
    }

.home section#list .hentry:nth-child(even) .entry-image {
    float: right;
    text-align: left;
    }

.home section#list .hentry:nth-child(even) .entry-content {
    float: right;
    text-align: right;
    padding: 0 5% 0 0;
    }

.home section#list .hentry:last-child {
    padding-bottom: 80px;
    }

.home section#list .entry-title a {
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
    }


/* =Team section
----------------------------------------------- */

.home section#team a {
    }

.home section#team img {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
    }

.home section#team .entry-title {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-style: normal;
    margin-bottom: 3px;
    }

.home section#team .author-info-position {
    text-align: center;
    font-style: italic;
    }


/* =Clients
----------------------------------------------- */
.home section#clients {
    padding-bottom: 40px;
    }

.home section#clients {
    text-align: center;
    }

.home section#clients .hentry,
.home section#clients .entry-image {
    display: inline;
    }

.home section#clients .entry-image img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    }

.home section#clients .hentry {
    float: none;
    margin: 0 30px 0 0;
    }

.home section#clients .hentry:last-child {
    margin-right: 0;
    }

.home section#clients .entry-image img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    opacity: 1;
    }



/* =Portfolio
----------------------------------------------- */
.home section#portfolio {
    padding-bottom: 0;
    position: relative;
    }

.home section#portfolio .flexslider {
    float: none;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    z-index: 999;
    }

.home section#portfolio .entry-image, .home section#portfolio .entry-image img {
    max-width:100%;
    display: block;
    margin: 0 auto;
    }
.home section#portfolio .right {
    float: left;
    max-width: 25%;
    padding: 30px 0 0 4%;
    }

.home section#portfolio .entry-excerpt {
    color: #d1fdfd;
    position: relative;
    margin-bottom: 80px;
    }

.home section#portfolio .entry-excerpt:before {
    content: " ";
    width: 50px;
    height: 2px;
    background-color: #fff;
    display: block;
    top: -20px;
    position: absolute;
    }

.home section#portfolio .flex-control-nav {
    bottom: 20px;
    position: absolute;
    left: 67%;
    text-align: none;
    width: auto;
    z-index: 2;
    }

.home section#portfolio .flex-direction-nav {
    position: absolute;
    top: 300px;
    width: 100%;
    }


.home section#portfolio .shadow {
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.22))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    }

.home section#portfolio .flexslider .entry-title a {
    text-shadow: 0 0 0;
    font-size: 24px;
    letter-spacing: 1px;
    }

.home section#portfolio .entry-caption {
    bottom: 90px;
    width: 370px;
    margin: 15px 0 10px;
    line-height: 1.8em;
    }

.home section#portfolio .entry-title  {
    text-transform:none;
    font-size:1.2em;
    margin:1em 0 2em 0;
    text-align:center;
}
.item-overlay {
    float:left;
    width:100%;
}
#slider-navigation {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: rgba(0,0,0,.5);
    margin: 0;
    text-align:center;
}
#slider-navigation li {
    list-style:none;
    display:inline;
    margin-left:1em;
    cursor:pointer;
    display:none;
    padding:20px 0;
    float:left;
    opacity:0.7;
}
#slider-navigation li img {
    float:left;
    width:80px;
    height:auto;
}
#slider-navigation li:hover {
    opacity:1;
}
#slider-navigation li.flex-active {
    opacity:1;
}
#toggle-navigation {
    position: absolute;
    top: -28px;
    left: 51%;
    font-size: 32px;
    cursor: pointer;
    z-index: 5;
    width: 30px;
    color: #fff;
    height: 28px;
    background: rgba(0,0,0,.5);
    margin-left: -30px;
}
#toggle-navigation:hover {
    opacity:0.8;
}
/* =Sidebar
----------------------------------------------- */
#secondary-sidebar ul {
    margin: 0;
    list-style: none;
}
#secondary-sidebar aside {
    margin-bottom: 60px;
}


/* =Footer
----------------------------------------------- */
section#footer {
    border-top: 1px solid #eee;
    float: left;
    width: 100%;
    padding: 40px 0;
    background-color: #030303;
    }

section#footer .widget-area .widget-title {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    }

section#footer .widget-area .widget:last-child {
    margin-right: 0;
    }
section#footer a {
    color: #fff;
}
section#footer a:hover {
    color: #fff;
    text-decoration: underline;
}
#colophon {
    width:100%;
    float:left;
    font-size:0.8em;
}
.site-footer {
    background: #000;
    padding: 30px 0 20px;
    }

.site-footer .site-info {
    }

.site-footer .site-info,
.site-footer .site-info a {
    color: #fff;
    }

.site-footer a {
    color: #fff;
    }

.site-footer a:hover {
    color: #fff;
    text-decoration: underline;
    }

.site-footer .two-thirds {
    width: 55%;
    margin: 0;
    }

.site-footer .one-third {
    width: 45%;
    float: right;
    margin-left: 0;
    }


/* =Masthead/Site Header
----------------------------------------------- */
.site-header {
    padding: 60px 0;
    width: 100%;
}
.site-content {
    margin-top: 80px;
    margin-bottom: 50px;
}
.home .site-content {
    margin-bottom: 0;
}
.site-header .site-branding {
    float: left;
}
.site-title {
    margin-bottom:0;
}
.site-header .site-branding .site-title a {
    color: #fff;
    font-size: 36px;
}

.site-header .site-branding .site-description {
    color: #fff;
    display: none;
}

.menu-business-container {
    float: right;
}


/* =Standards
----------------------------------------------- */
.entry-title {
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
}

a .genericon {
    color: #000;
}
.single .entry-title {
    margin: 0;
}
.single-portfolio .entry-title {
    margin-bottom:1em;
}
.single .entry-meta {
    margin-bottom: 20px;
}

/* =Team Page template
----------------------------------------------- */
.page-template-page-team-php .hentry .entry-title {
    text-align: center;
}

.page-template-page-team-php .hentry .entry-content {
    text-align: center;
    font-style: italic;
    color: #555;
    margin: 0;
}

.page-template-page-team-php .author-image img {
    border-radius: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.page-template-page-team-php .author-info-position {
    font-style: italic;
    color: #888;
    font-size: 14px;
    margin: 5px 0;
}

.page-template-page-team-php .author-wrap {
    text-align: center;
}
.page-template-page-team-php .author-image {
    margin-top:1.5em;
}
.page-template-page-team-php .author-info-name {
    font-size: 20px;
    margin: 0;
}

.page-template-page-team-php ul.author-details {
    list-style-type: none;
    margin: 5px 0 0;
}

.page-template-page-team-php ul.author-details li {
    display: inline;
}

.page-template-page-team-php .author-info-bio {
    font-size: 13px;
    line-height: 1.4em;
}

.page-template-page-team-php .author-social {
    margin: 0 5px;
}
.page-template-page-team-php .author-social:hover {
    opacity:0.8;
}
#sell-media-checkout-cart {
    float:left;
    width:100%;
}
/* =Single Portfolio page
----------------------------------------------- */
.entry-meta {
    font-size: 0.8em;
    font-family: "PT Serif Caption", serif;
}

.single .category-portfolio .entry-meta ul {
    margin: 0;
    padding: 0;
}

.single .category-portfolio .entry-meta ul li {
    list-style-type: none;
    margin-bottom: 3px;
}

.single .category-portfolio .entry-title {
    margin-bottom: 60px;
}

.single .category-portfolio .entry-content {
    margin-top: 1em;
}


/* =Archive Page
----------------------------------------------- */
.archive .page-title {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.archive .site-main .hentry .entry-title {
    font-size: 18px;
    text-transform: none;
    margin: 0 0 5px 0;
    line-height: 1.4;
}

.archive .site-main .hentry .entry-header {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.archive .site-main .hentry .entry-meta {
    font-style: italic;
    float: left;
    margin: -7px 0 0;
    padding: 0;
}

.entry-title a {
    color: #000;
}

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

.archive .site-main .hentry .entry-image img {
    border: 1px solid #eee;
}

footer.entry-meta {
    font-style: italic;
    padding-top: 3em;
    margin-top: 20px;
}


/* Small menu */
.menu-toggle {
    color: #fff;
    cursor: pointer;
    display: none;
    margin-bottom: 0;
    width: auto;
    height: auto;
    background: rgba(0,0,0,.3);
    padding: 10px;
}
.menu-toggle:hover {
    background: rgba(0,0,0,.8);
}
.menu-toggle:before {
    color: rgba(255,255,255,.8);
}

/* =Blog Page (List)
----------------------------------------------- */
.page-template-page-blog-php .entry-header {
    margin-bottom: 1.8em;
}
.page-template-page-blog-php .hentry {
    margin-bottom: 4em;
    clear: both;
}
.page-template-page-blog-php .entry-title {
    margin: 0 0 5px;
}
.page-template-page-blog-php .entry-meta {
    color: #777;
    margin: 0;
    padding: 0;
}


/* =Animation
----------------------------------------------- */
#page {
    overflow: hidden;
    }

#masthead {
    display: none;
    }

#preloader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
    z-index: 9999;
    }

#spinner {
    position: relative;
    height: 35px;
    width: 35px;
    top: 50%;
    margin-bottom: -12px;
    margin: 0 auto;
    border: 3px solid rgba(226, 226, 226, 0.75);
    border-radius: 100%;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    }

#spinner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    height: 100%;
    width: 100%;
    border-top: 3px solid rgba(0,0,0,1);
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    border-radius: 100%;
    }

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.come-in {
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    }

/*Featured*/
.home section#clients article,
.home section#team article,
.home section#featured article {
    opacity: 0;
    -moz-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
    }

.home section#clients article.come-in,
.home section#team article.come-in,
.home section#featured article.come-in {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }

/*List*/
.home section#list .entry-image {
    left: -20%;
    position: relative;
    opacity: 0;
    }

.home section#list .come-in .entry-image {
    opacity:1;
    left: 0;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    }

.home section#list .entry-content {
    left: 20%;
    opacity: 0;
    position: relative;
    }

.home section#list .come-in .entry-content {
    opacity: 1;
    left: 0;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    }


/* =Custom
----------------------------------------------- */
.slides h2, .slides .call-to-action {
    text-align: center;
}
#team .container {
    text-align: center;
}
#team .container .column, #team .container .columns {
    display: inline-block;
    float: none;
    margin-bottom: 2em;
}
#team .container h1 {
    display: none;
}

.home section#team  .hentry {
    float: none;
    margin: 0 30px 0 0;
}
.home section#team  .hentry, .home section#team  .entry-image {
    display: inline;
}
.home section#team .hentry, .home section#team .entry-image {
    display: inline;
}
.home section#team .entry-title {
    display: none;
}

.home section#team .entry-image img {
    filter: grayscale(1);
    opacity: 0.7;
}
.home section#team .entry-image img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* =Media
----------------------------------------------- */

@media screen and (max-width: 960px) {
    .flexslider .entry-title, .flexslider .entry-title a {
        font-size: 30px;
    }
}
@media screen and (max-width: 780px) {
    .flexslider-helper .site-header {
        padding-top: 15px;
        }

    .site-header .site-branding .site-title a {
        font-size: 24px;
        }

    a.call-to-action {
        font-size: 18px;
        padding: 5px 15px;
        }

    .flexslider .entry-title a {
        font-size: 20px;
        }
    .site-main .gallery .item-overlay {
        margin-bottom: 1.5em;
    }
    .flexslider .entry-content {
        bottom: 50px;
        left: 0;
        right: 0;
        font-size: 1.2em;
        text-align: center;
        width: 90%;
        max-width:90%;
        margin: 0 auto;
        }

    .flexslider .entry-excerpt {
        display: none;
    }
    .home section#portfolio article {
        max-width: 100%;
        margin: 0 auto;
    }
    .flexslider .flex-control-nav {
        bottom: 0;
        }

    .flexslider a.call-to-action {
        float: none;
        font-size: 0.7em;
    }
    .flexslider .entry-title {
        margin-bottom: 20px;
        font-size: 0.8em;
    }
     #slider-navigation li img {
        width: 40px;
     }
     #toggle-navigation {
        left: 53%;
     }
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
        float: right;
    }
    .main-navigation.toggled .menu-toggle {
        background: rgba(0,0,0,0.9);
    }
    .main-navigation {
        position: absolute;
        right: 40px;
        z-index: 9999;
        max-width: 100%;
        margin-top: 0;
        padding-left:40px;
        }

    .main-navigation li {
        float: right;
        width: 100%;
        position: inherit;
        }
    .main-navigation.toggled a {
        background: rgba(0,0,0,.95);
    }

    .main-navigation .screen-reader-text,
    .main-navigation ul {
        display: none;
        }

    #masthead .toggled ul {
        display: block;
        position: inherit;
        width:100%;
        }

    .main-navigation ul ul a {
        width: auto;
        padding: .5em 3em;
        }

    .container .column, .container .columns {
        float: none;
        }

    .home section#portfolio .entry-image {
        width: 100%;
        margin: 0 auto;
        float: none;
        }

    .home section#list .entry-content,
    .home section#list .hentry:nth-child(2n) .entry-content {
        padding: 0;
        }

    .home section#portfolio .right {
        float: left;
        max-width: 80%;
        padding: 30px 0 0 9%;
        }

    .home section#portfolio .flex-control-nav {
        position: relative;
        text-align: center;
        width: 100%;
        left: auto;
        }

    .home section#portfolio .entry-excerpt:before {
        display: none;
        }

    .home section#list .entry-image {
        width: 100%;
        float: none;
        text-align: center;
        }

    .home section#list .entry-content {
        width: 100%;
        text-align: left;
        margin-top: 5%;
        }

    .home section#list .hentry:nth-child(2n) .entry-content {
        text-align: left;
        }

    .home section#list .hentry:nth-child(even) .entry-image {
        float: left;
        text-align: left;
        }

    .home section#clients .hentry {
        float: left;
        width: 100%;
        margin: 0 0 40px 0;
        }

    .home section#team img {
        margin-bottom: 15px;
        }

    #team .container {
        text-align: center;
        }

    #team .container article {
        margin-bottom: 30px;
        }

    .container .column,
    .container .columns {
        display: block;
        width: 100%;
        margin: 0;
        }

    .one-fourth, .one-third {
        width: 100%;
        margin: 0;
        }

    #footer .widget {
        margin-bottom: 40px;
        }

    .home section {
        padding: 40px 0;
        }

    .home .column {
        margin: 0;
        }

    .footer-navigation {
        float: left;
        margin: 30px 0 0;
        }

    .footer-navigation ul {
        margin: 0;
        }

    .footer-navigation ul {
        margin: 0;
        text-align: left;
        }

    .footer-navigation ul li {
        margin: 0 20px 0 0;
    }
}