/*   
Theme Name: WP UnFramework
Theme URI: https://github.com/c3mdigital/WP-UnFramework
Description: A style free development theme to get you started on client project work
Author: Chris Olbekson
Author URI: http://c3mdigital.com
Version: 1.0
Tags: light, white, custom-menu, microformats, editor-style
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('_/css/less/bootstrap.css');

@font-face {
    font-family: 'DINBold';
    src: url('_/fonts/din-bold-wf.eot');
    src: url('_/fonts/din-bold-wf.eot#iefix') format('embedded-opentype'),
         url('_/fonts/din-bold-wf.woff') format('woff'),
         url('_/fonts/din-bold-wf.ttf') format('truetype'),
         url('_/fonts/din-bold-wf.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINRegularItalic';
    src: url('_/fonts/din-regularitalic-wf.eot');
    src: url('_/fonts/din-regularitalic-wf.eot#iefix') format('embedded-opentype'),
         url('_/fonts/din-regularitalic-wf.woff') format('woff'),
         url('_/fonts/din-regularitalic-wf.ttf') format('truetype'),
         url('_/fonts/din-regularitalic-wf.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'DINBoldItalic';
    src: url('_/fonts/din-bolditalic-wf.eot');
    src: url('_/fonts/din-bolditalic-wf.eot#iefix') format('embedded-opentype'),
         url('http://c3mdigital.com/wp-content/themes/wp-unframework/_/fonts/din-bolditalic-wf.woff') format('woff'),
         url('_/fonts/din-bolditalic-wf.ttf') format('truetype'),
         url('_/fonts/din-bolditalic-wf.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'DINRegular';
    src: url('_/fonts/din-regular-wf.eot');
    src: url('_/fonts/din-regular-wf.eot#iefix') format('embedded-opentype'),
         url('_/fonts/din-regular-wf.woff') format('woff'),
         url('_/fonts/din-regular-wf.ttf') format('truetype'),
         url('_/fonts/din-regular-wf.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Nav Menus 
-------------------------------------------------------------------------------*/
 nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.menu a {
    text-decoration: none;
    border-right:    1px solid;
    padding-right:   15px;
    padding-left:    15px;
    color: #fff;
    }
.site-navigation {
    margin-top: 27px;
    }

/* Structure {Main, Sidebar & Footer started for you
-------------------------------------------------------------------------------*/
.secondary {
    padding: 0 2%;
    }

.row.centered {
    float:        none;
    margin-left:  auto;
    margin-right: auto;
    }

/*  WordPress image defaults
-------------------------------------------------------------------------------*/
/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
    }

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
    }

.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width:     auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
    }

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border:        none;
    margin-bottom: 0;
    margin-top:    0;
    padding:       0;
    }

.wp-caption {
    border:    1px solid #ccc;
    max-width: 100%;
    }

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
    }

.wp-caption img {
    display:   block;
    margin:    1.2% auto 0;
    max-width: 98%;
    }

.wp-caption-text {
    text-align: center;
    }

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    }

.alignleft {
    float:  left;
    margin: 0 15px 30px 0;
    }

.aligncenter {
    display: block;
    margin:  0 auto 30px auto;
    }

.alignright {
    float:  right;
    margin: 0 0 30px 15px;
    }

.alignnone {
    float:   none;
    display: block;
    margin:  0 0 30px 0;
    }

.size-full {
    width:  100%;
    height: auto;
    margin: 0 auto 30px auto;
    }
#content .gallery {
    margin-bottom: 1.5em;
    }
 .gallery a img {
    border:    none;
    height:    auto;
    max-width: 90%;
    }

 .gallery dd {
    margin: 0;
    }
 .excerpt-thumbnail {
     max-width: 150px;
     float: left;
     margin-right: 20px;
     }
 .excerpt-thumbnails:after {
     clear: both;
     }

 article {
     margin: 20px 0;
     }
 footer {
     clear: both;
     }

.post-thumbnail {
    width:    280px;
    height:   170px;
    overflow: hidden;
    float:    left;
    margin:   3px 0 0 3px;
    }

.gallery-item {
    width:  303px;
    float:  left;
    margin: 0 0 25px 17px;
    }

.thumbnail-frame {
    background: url('../revision3/images/thumbnailbg.png') top left no-repeat;
    width:      286px;
    height:     180px;
    float:      left;
    }

#portfolio-wrap ul {
    margin:     20px -17px;
    overflow:   hidden;
    list-style: none;
    }

.recent-posts {
    list-style: none;
    margin:     10px 0;
    }

.recent-posts li {
    margin:        10px 0;
    border-bottom: 1px dashed black;
    padding-bottom: 10px;
    }

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

.assistive-text {
    display:    none;
    }

.screen-reader-text {
    display: none;
    }

/* Site specific custom styles
===============================================================================

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.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; }
	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; }
}

/*  REMOVE IN PRODUCTION
=============================*/
.hero-button {
    margin-left:   30px;
    margin-bottom: 22px;
    }
.pad10 {
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }

#searchsubmit {
    border:         none;
    vertical-align: top;
    }
 i, .i a {
  color: rgb(0, 45, 56 );
  margin-right: 3px;
}

.tweets, .gists {
list-style: none;
padding-left: 0;
margin: 10px 5px;
}
.tweets li, .gist_item {
	margin: 8px 0;
	font-size: .95em;
	line-height: 1.4em;
}
.transparent {
background-color: rgba(0, 45, 56, 0.95);
}

.site-footer {
    padding-top:    30px;
    padding-bottom: 30px;
    }

.btn-fucking-huge {
    width:          268px;
    height:         40px;
    padding-top:    15px;
    font-size:      18px;
    font-weight:    bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    display:        block;
    margin:         20px auto;
    }

#cycle {
    width:         550px;
    height:        700px;
    overflow:      hidden;
    margin-bottom: 15px;
    }

.project-nav {
    text-align: center;
    }

#prev2 {
    margin-right: 40px;
    }

#next2 {
    margin-left: 40px;
    }

.social-links li i {
    margin-left:  -10px;
    margin-right: 10px;
    }
.widget_core_contributions .widget-title {
	padding-bottom: 8px;
	}
.info-box {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
	box-shadow: 0 0 1px #777;
	}