/*
Theme Name: Studio44
Theme URI: http://themeforest.net/item/studio44-wordpress-theme/3240792
Author: On Top of the World Studios
Author URI: http://themeforest.net/user/OTOTW/profile
Description: Studio44 is a dynamic and effective WordPress Theme design for creatives.
Version: 1.1.1
License URI: http://www.gnu.org/licenses/gpl-3.0.html
License:
 */

/* ==========================================================================
   Base styles
========================================================================== */

body {
    line-height: 1.4;
    word-break: break-word;
    word-wrap: break-word;
}




a, a:visited { 
    text-decoration: none; 
    -webkit-transition: color .15s linear; 
    -moz-transition: color .15s linear;
    -o-transition: color .15s linear;
    -ms-transition: color .15s linear;
    transition: color .15s linear;  }

a.more {
    color:#000;
    display:inline-block;
    font-size:11px;
    margin-right:6px;
    margin-bottom:12px;
    height: 36px;
    line-height: 36px;
    padding:0 10px;
    background:#d0d0d0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;       
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    transition:all 0.2s linear;
    text-transform: uppercase;
    text-shadow:1px 1px 1px #fff;
}

a.more.large {
    color:#000;
    font-size:13px;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    padding:0 10px;
}

a.more.hero {
    color:#000;
    font-size:16px;
    height: 54px;
    line-height: 54px;
    padding:0 14px;
    text-transform: uppercase;
}
a.more:hover {
    background: #000;
    color:#fff;
    text-shadow:0px 0px 5px #383838;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    margin:12px 0 0 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.noborder {
    border:none !important;
}

.nomargin {
    margin:0 !important;
}

.tmargin {
    margin-top:12px !important;
}

.relative {
    position:relative;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.intro {
    font-size: 2em;
    margin-top:10px;
    line-height: 1.6em;
}

/* ==========================================================================
   Typography
========================================================================== */

/* ==========================================================================
   Structure
========================================================================== */

div.header-container, div.main-container, div.footer-container {
    width: 100%;
    margin:0;
    padding:0;
}
div.main-container {
    margin:0;
    padding:40px 0 50px 0;
}

/* ==========================================================================
   Header
========================================================================== */

div.header-container {
     width: 100%;
     height: 110px;
}

header {
    height: 110px;
}

/* Main Navigation **************************************************/

nav {
    float:right;
    letter-spacing: 0.5px;
}

nav ul {
    float:left;
    margin: 0 0 0 10px;
    padding: 0;
	list-style:none;
	list-style-image:none;


}

nav li { 
    position: relative;
    float:left;
    margin:0;
    padding:0;
}

nav a, nav a:visited {
    font-weight: normal;
    display: block;
    padding:35px 13px 0;
    line-height: 75px;
    text-align: center;
    text-decoration: none;
}

/* Social Navigation **************************************************/
nav .social li a { 
    border-left:none;
}

nav .social li:last-child a { 
    border-right:none;
}

nav .social li a {
    font-weight: 100;
    font-size:22px;
    padding:32px 5px 0 0; 
}

/* Dropdown Navigation **************************************************/
nav ul.sub-menu {
    position:absolute;
    left:1px;
    top:110px;
    z-index: 4900;
    display:none;
    list-style:none;
    margin:0;
    padding:0;
    width:165px; } 

nav ul.sub-menu li {
    clear:both;
    margin:0;
    padding:0;
    line-height: 100%;
    width:100%; } 

nav ul.sub-menu li a {
    border-left:none;
    border-right:none;
    display:block;
    margin:0;
    padding:10px 13px 10px;
    line-height: 14px;
    text-align: left; 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;     } 

nav ul.sub-menu li:last-child a { 
    border-right:none; }

/* Mobile Navigation **************************************************/
.mobileNav {
    display: none;
    height: 110px; }

.mobileNav select {
    width: 100%;
    opacity: 0;
    z-index: 50;
    display: none;
    position: relative;
    top:40px;
    height:40px;
    cursor: pointer !important;
    padding: 5px 0 5px 15px;
}

.select-container {
    width: 35%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0, 0.35), inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12);
    -moz-box-shadow:  0 2px 3px rgba(0,0,0, 0.35), inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12);
    box-shadow: 0 2px 3px rgba(0,0,0, 0.35), inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12);
    position: absolute;
    bottom:32px;
    right: 0;
    display: none;
    padding: 4px 0 4px 15px;
    text-align: left;
    color: #fff;
    background: #656565;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px; }

.select-container:after {
    top: 8px;
    right: 20px;
    position: absolute; }

/* Logo **************************************************/

h1.logo {
    font-size:1.0em;
    font-weight: normal;
    position: absolute;
    left:10px;
    bottom:20px;
    margin:0;
    padding:0; }

a.logo img {
    position: absolute;
    left:10px;
    bottom:32px;
    margin:0;
    padding:0; }

    h1.logo a, h1.logo a:hover {
        text-decoration: none; }

    h1.logo span {
        font-weight: normal; }

/* IE7 is old **************************************************/

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Main Content
========================================================================== */

.main-container {
    margin-top:20px;
}

.home .main-container {
    margin-top:0;
}

.main-container p {
    line-height: 1.7em;
}

/* Aside: Navigation **************************************************/

aside h3 {
    margin-top:31px;
}

aside ul {
    float:left;
    margin: 0;
    padding: 0;
    width: 100%;
}
aside li {
    display: block;
    width: 100%; 
    margin:0;
    padding:0;
    border-bottom:1px solid #dfdfdf; 
}

aside li a, aside li a:visited {
    padding:0;
    margin:0;
    line-height: 2.7em;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    border-left:none;
    border-right:none;
    -webkit-transition:margin-left 0.2s linear;
    -moz-transition:margin-left 0.2s linear;
    -o-transition:margin-left 0.2s linear;
    -ms-transition:margin-left 0.2s linear;
    transition:margin-left 0.2s linear;
}

aside li:last-child { 
    border-bottom:none;
}

aside li:last-child a { 
    border-right:none;
}

aside li > ul{ 
    display:none;
}

aside li a:hover {
    margin-left:5px;
}

/* Home **************************************************/
.slider {
    background: #fff;
}

/* Section **************************************************/
.page section, .blog section { 
    border-left:1px solid #dfdfdf;
}

.page hgroup, .single hgroup {
    display: block;
    margin:31px 0 30px 0;
}

.push {
    margin:59px 0 30px 0 !important;
}

.page h1, .single h1, .blog h1 {
    font-size:3em;
}

figure img, .round span {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -khtml-border-radius: 30px;
    -webkit-border-radius: 30px;
}

div.round {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -khtml-border-radius: 30px;
    -webkit-border-radius: 30px;
    background:#000;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    float:left;
    margin:5px 15px 0 0;
}

/* table **************************************************/
table { 
    border-collapse: collapse; 
    cursor: default; 
    width: 100%; 
    margin:30px 0 0 0 }

table th {
    background: #EFEFEF;
    font-weight: 400;
    color:#000;
    text-align: left;
    padding: 8px 10px 8px 14px;
    border: #DDE0E4 1px solid;
}

table td {
    padding: 8px 10px 8px 14px;
    border: #DDE0E4 1px solid;
}

table td.column-1 {
    color:#000;
}

table td a {
    border-bottom: #dfdfdf 1px dotted;
    color: #000 !important;
}

table td a:hover {
    border-bottom: #656565 1px dotted;
    color: #444 !important;
    text-decoration:none;
}

table tr:hover td { background: #FFc; }
.cell-hidden { border: none; background: none; }

/* tabs **************************************************/
.tabs li a {
    margin-top: 10px;
    background: #EFEFEF;
    border: 1px solid #e3e3e3;
    height: 32px;
    line-height: 31px;
    color: #888;
    font-size: 13px;
    padding: 0 14px 0 44px;
    margin:0;
    cursor: pointer;
}
.tabs_table { clear: both; margin:30px 0; }
.tabs { padding: 0 0 0 1px !important; margin-bottom:-1px !important; margin-left:0; height: 34px; }
.tabs li {
    float: left;
    list-style-type: none !important;
    list-style-position: outside !important;
    cursor: pointer;
    white-space: nowrap;
    margin-left: -1px;
    padding: 0 !important;
}
.tabs li a {
    display: block;
    float: left;
    padding-left: 14px;
    background: #EFEFEF;
    margin: 0;
}
.tabs li a:hover { text-decoration: none; background: #ffc; color:#000; }
.tabs li a.selected { background: #fff; border-bottom: #fff 1px solid; position: relative; color:#000; }
.panes { border: 1px solid #e3e3e3; padding: 17px; line-height: 1.7em; }

/* Boxes **************************************************/
.boxee {
    margin:0;
    clear:both;
}

.box {
    display:block;
    padding:20px;
    margin:20px 0 0 0;
    text-align: center;    
    -webkit-transition:background 0.1s ease-in-out;
    -moz-transition:background 0.1s ease-out;
    -o-transition:background 0.1s ease-out;
    -ms-transition:background 0.1s ease-out;
    transition:background 0.1s ease-out; 
}

.box span {
    color:#000;
    font-size:72px;
    -webkit-transition:color 0.3s linear;
    -moz-transition:color 0.3s linear;
    -o-transition:color 0.3s linear;
    -ms-transition:color 0.3s linear;
    transition:color 0.3s linear; 
}

.box p, .box h3 {
    -webkit-transition:color 0.3s linear;
    -moz-transition:color 0.3s linear;
    -o-transition:color 0.3s linear;
    -ms-transition:color 0.3s linear;
    transition:color 0.3s linear; 
}

.box h3 {
    font-size:1.4em;
}

.box:hover span {
    text-shadow:0px 0px 50px #666; 
}

/* Project **************************************************/
#projects {
    margin:-20px 0 0 0;
}

/* Featured */
#projects article {
    margin:20px 0 0 0; }

#projects article .inner {
    position: relative;
    overflow: hidden; 
}

#projects article .media-wrap {
    display: block;
    overflow: hidden;
    position: relative;
}

#projects article .media-wrap a.url  {
    position: absolute;
    top:0;
    left:0;
    line-height: 0;
    height: 100%;
    width: 100%;
    padding:0;
    font-size: 14px;
}

#projects article .media-wrap .padder  {
    padding:16px;
    height: 100%;
    line-height:100%;
    display:block;
    -webkit-transition:background 0.1s ease-in-out;
    -moz-transition:background 0.1s ease-out;
    -o-transition:background 0.1s ease-out;
    -ms-transition:background 0.1s ease-out;
    transition:background 0.1s ease-out; 
}

#projects article .media-wrap .padder em  {
    display:none;
    line-height: 130%;
    font-weight: normal;
}

#projects article .media-wrap a.url:hover  {
    -webkit-transition:padding 0.2s ease-out;
    -moz-transition:padding 0.2s ease-out;
    -o-transition:padding 0.2s ease-out;
    -ms-transition:padding 0.2s ease-out;
    transition:padding 0.2s ease-out;
}

#projects article .media-wrap a.url:hover .padder  {
    -webkit-transition:background 0.1s ease-in-out;
    -moz-transition:background 0.1s ease-out;
    -o-transition:background 0.1s ease-out;
    -ms-transition:background 0.1s ease-out;
    transition:background 0.1s ease-out; 
}

#projects article .media-wrap a.url:hover .padder em  {
    display:block;
    margin:5px 0 0 0;
}

/* Filter **************************************************/
div#filters {
    position:absolute;
    top:34px;
    right:10px;
}

div#filters ul {
    margin:0;
    padding:0;
    list-style: none;
}

div#filters ul li {
    float:left;
    margin-left:5px;
}

div#filters ul li:last-child {
    display:none;
}

div#filters ul li a {
    text-transform: uppercase;
}

div#filters ul li a:hover {
    text-transform: uppercase;
}

/* Single Project **************************************************/
img.cover {
    margin:20px 0 30px 0;
    width: auto;
    max-width: 940px;
}
p.meta {
    margin:0 0 30px 0;
}

ul#socialnetwork {
    margin:0;
    padding:0;
    list-style: none;
}

ul#socialnetwork li {
    float:left;
    margin-right: 15px;
}

/* Gallery **************************************************/
ul#gallery {
    margin:20px 0 0 0;
    padding:0;
    list-style: none;
}

ul#gallery li {
    display:block;
    text-align: right;
    margin-top: 12px;
}

/* comments **************************************************/
#comments, #respond { 
    margin:20px 0 0 0; 
    padding:0; }

#facebook-comments { 
    margin:20px 0 0 0; 
    padding:0;
    width: 100%;}

.commentlist { 
    margin:0 0 20px 0; 
    padding:20px 0;
    list-style: none; 
}

.fn { 
    font-style: normal; 
    font-weight: 400; }

#comments .comment-author {
    font-size: 16px; }

#comments img.avatar {
    float: left;
    margin:0 12px 0 0;
    display: block;
}

#comments .comment-meta {
    margin:3px 0 20px 0; 
    padding: 0; 
    font-size:11px; }

#comments li.comment .comment-body {
    margin:0 0 20px 60px;
}

#comments .reply { 
    font-size:11px; 
    margin:0 0 20px 0; }

#comments ul.children {
    margin:0;
    padding:0;
    margin-left:60px;
    list-style: none; }

#comments ul.children > ul.children {
    margin-left:45px; }

#comments ul.children img.avatar {
    width: 30px;
    height:30px;
}

#comments ul.children li.comment .comment-body {
    margin:0 0 20px 45px;
}

#comments ul.children .comment-author {
    font-size: 12px; }
.cancel-comment-reply a {
    display: inline-block;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;   }

/* pagination **************************************************/
#pagination {
    font-weight: 400;  
    overflow: hidden; 
    padding: 0 !important;
    margin: 0 0 20px 0 !important; }

#pagination li {
    float: left;
    background: none !important;
    padding: 0 !important;
    font-size: 12px;
    margin-right: 10px;
    list-style-type: none;
}
#pagination a {
    text-decoration: none;
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    width: 30px;
    height: 27px;
    line-height: 27px;
    border: #ddd 1px solid;
}
#pagination li.act a, #pagination li a:hover { color: #656565; }

/* ==========================================================================
   Footer
========================================================================== */

footer.container {
    padding: 20px 0; 
}

.widget-footer h1  {
    font-weight: 400 !important;
    text-transform: uppercase;
}

/* Social Navigation **************************************************/
.widget-footer ul {
    margin:0;
    padding:0;
    list-style: none;
}
.widget-footer li {
    display:block;
}

.widget-footer li a {
    color:#656565;
    padding:4px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    transition:all 0.2s linear;     
    display: block;  
}

.widget-footer li a:hover {
    color:#fff;
    padding:4px;
}

.widget-footer ul.social  {
    margin-top:1.3em;
}

.widget-footer ul.social li  {
    float:left;
    margin-right:10px;
}

.widget-footer ul.social li a {
    font-weight: 100;
    font-size:24px;
    padding:4px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    transition:all 0.2s linear;     
    display: block;  
}

.copyright {
    text-align: center;
    margin:20px 0 10px 0;
}

.copyright p {
    font-size:11px;
}

/* ==========================================================================
   WIDGETS
========================================================================== */

/* Navigation */
.widget-area {

}

/* Twitter widget */
.twitter {
    padding:0;
    margin:0;
    clear: both;
}

.twitter span, .twitter p {
    display:block;
}

.widget-frontpage span, .widget-frontpage p {
    text-align: center;
}

.twitter span.icon-twitter {
    display:none;
}

.widget-frontpage span.icon-twitter {
    display: block;
    font-size: 4em;
}

.twitter .twitterList {
    margin:0;
}

.widget-frontpage .twitterList {
    margin:0;
    font-size: 2em;
}

.twitter .twitterFooter {
    display:none;
}

.widget-frontpage .twitterFooter {
    display:block;
    font-size:16px;
    text-align:center;
}

.twitFooter {
   display:none !important;
}

.footer .widget_text {
   font-size:11px;
   color:#fff;
   padding:5px 0;
}

/* ==========================================================================
   FORMS
========================================================================== */

form { margin:0 }

label { cursor: pointer; }

button, input, select, textarea { 
    font-size: 100%; 
    margin: 0; 
    vertical-align: baseline; 
    *vertical-align: middle; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input:focus,
textarea:focus,
input[type="text"]:focus, 
input[type="url"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="number"]:focus, 
input[type="password"]:focus,
textarea:focus {
    background: #fff;
    border-color: #c0c0c0 !important;
}

*:focus {outline: none;}

/* default form styling */
input[type="text"], input[type="submit"], input[type="button"], button, textarea, select {
   height:39px;
   padding:4px 8px;
   border:none;
   width:100%;
   float:left;
   margin-bottom:10px;
   color:#888;
   border: #dde0e4 1px solid;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
}

textarea {
    padding:12px 8px;
    height: 140px;
}

input[type="text"]:focus, textarea:focus { 
    border: 1px solid #bbb; }

input[type="submit"], input[type="button"], button {
    margin:20px 0 0 0;
    padding: 0 20px;
    width: auto;
    background: #d0d0d0;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    color: #000;
    font-weight: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    transition:all 0.2s linear;
    text-transform: uppercase;
    font-size: 11px;         
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    background: #000;
    color: #fff;   
}

fieldset { 
    overflow: hidden; 
    padding-bottom: 20px; 
}

label {
    float: left;
    height: 30px;
    line-height: 30px;
}

#commentform label {
    float: left;
    width: 15%;
    height: 30px;
    line-height: 30px;
}

#commentform input[type="text"], #commentform input[type="button"], #commentform button, #commentform textarea, #commentform select {
    width:83%;
    float: right;
}

#commentform input[type="submit"] {       
    margin-left:17%;
}

/* subscribe form */
#subscribe, #searchform { display: block; }
#subscribe input, #searchform input { display: block; float: left; }
#subscribe input[type="text"], #searchform input[type="text"] {
    width: 90%;
    padding-bottom: 4px;
}
#searchform input[type="text"] {
    width: 100%;
    padding-bottom: 4px;
}
#subscribe input[type="text"] {
    width: 85%;
    border-right: none;
}
#subscribe input[type="submit"], #searchform input[type="submit"] {
    margin:0;
    border-left: none !important;
    width: 15%;
    height: 39px;
    font-size: 14px;
    text-indent: -999px;
    overflow: hidden;
    padding: 0;
    background-image: url("images/subscribe-submit.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;       
              
}

#subscribe input[type="submit"]:hover, #searchform input[type="submit"]:hover { background-position: center -27px; border: 1px solid #dde0e4; border-left: none; }
#searchform input[type="submit"]:hover { background-position: -2px -25px; }
#subscribe input[type="submit"].focused, #searchform input[type="submit"].focused { border: #bbb 1px solid; border-left: none; }

#contactMapHolder {
   display:block;
   width:97%;
   height:495px;
   position:relative;
   float:right;
   background:#F1F0F0;
}
#contactMap {
   height:100%;
} 

/* ==========================================================================
   WordPress Classes
   ========================================================================== */

.alignright { 
    float:right;
    margin-left:10px; }

.alignleft { 
    float:left;
    margin-right:10px; }

.aligncenter { 
    text-align: center;
    margin:10px; }

.align-right { 
    text-align: right; }

.wp-caption { width: auto; }
.wp-caption img { margin: 0 auto; }
.wp-caption .wp-caption-text { text-align: center; font-size: 11px; padding: 5px 0 6px; }
.sticky, .gallery-caption, .bypostauthor { width: auto; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
    display: none;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.fright, .fleft {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -khtml-border-radius: 30px;
    -webkit-border-radius: 30px;
}

pre { 
    margin:6px 0;
    padding:0;
    white-space: pre-line;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto; }

.border {
    border-right:1px solid #dfdfdf;
}

/* ==========================================================================
    CONTENT COLUMNS
========================================================================== */

.last { margin-right:0 !important; }

/* ==========================================================================
   Isotope
   ========================================================================== */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 960px) {

    .intro {
        font-size: 2em;
        margin-top:10px;
        line-height: 1.6em;
    }

}

@media only screen and (max-width: 767px) {

    .intro {
        font-size: 1.5em;
        margin-top:10px;
        line-height: 1.6em;
    }

    .align-right {
        text-align: left;
    }

     div.widget-area { display:none; }
     div#filters {display:none}

    /* header **************************************************/
    header ul.social { display: none; }
    header ul.menu { display: none; }
    .mobileNav { display: block;  }
    .mobileNav select { display: block !important;  }
    .select-container { display: block; }

    .page section, .blog section { 
        border-left:none !important;
    }

    .page h1, .single h1, .blog h1 {
        font-size:2em;
    }

    .one_half, .one_third, .two_thirds, .three_fourth, .one_fourth {
        width: 100% !important;
        margin:0;
        margin-right:0; 
    }

}

@media only screen and (max-width: 480px) {

    .intro {
        font-size: 1.2em;
        margin-top:10px;
        line-height: 1.6em;
    }    
    
}
.container .ten.columns {
width: 940px !important;
}
.edd-add-to-cart.button.blue.edd-submit {
margin-top: 10px !important;
margin-right: 10px !important;
}
.edd-label {
height: 10px !important;
}
#edd-last-name-wrap {
clear: both;
}
.edd-description {clear: both; }