/*
Theme Name: Fame High
Description: A custom theme
Version: 1.2
Author: Bukka
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light
*/


/*  ------------------------------------------------- 
	Table of Contents
-----------------------------------------------------

:: 00. Imported Stylesheets
:: 01. Global
::::: 01.1 WordPress Defaults
:: 02. Header
::::: 02.1 Logo
::::: 02.2 Primary Menu
::::: 02.3 Secondary Menu
::::: 02.4 Mega Menu
:: 03. Sidebar
:: 04. Home
:: 05. Masonry/Grid
:: 06. Posts/Pages
:: 07. Footer
:: 08. Widgets
::::: 08.1 Featured Posts
::::: 08.2 Featured Page
::::: 08.3 Featured Portfolio
::::: 08.4 Featured Video
::::: 08.5 Contact
::::: 08.6 Better Comments
::::: 08.7 Flickr
::::: 08.8 Twitter
::::: 08.9 Search

*/


/*-----------------------------------------------------
	00. Imported Stylesheets
-----------------------------------------------------*/

@import url('engine/css/base.css');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/proxima_nova_reg-webfont.eot");
  src: local("☺"),
    url("proxima_nova_reg-webfont.woff") format("woff"),
    url("proxima_nova_reg-webfont.ttf") format("truetype"),
    url("proxima_nova_reg-webfont.svg") format("svg");
  }

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("fonts/proxima_nova_bold-webfont.eot");
  src: local("☺"),
    url("proxima_nova_bold-webfont.woff") format("woff"),
    url("proxima_nova_bold-webfont.ttf") format("truetype"),
    url("proxima_nova_bold-webfont.svg") format("svg");
  }


/*-----------------------------------------------------
	01. Global
-----------------------------------------------------*/

body {
	font-size: 13px;
	font-size: 1.3rem;
	font-family:'Open Sans', sans-serif;
}

p,
.post-content {
	font-size: 14px;
	font-size: 1.4rem;
	font-family:'Open Sans', sans-serif;
        font-weight: 400;
	line-height: 1.8em;
	margin: 10px 0;
        

}

h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
	font-family: 'Proxima Nova', sans-serif;
}

.row { width: 960px; }

.row .row { margin: 0 -20px; }

#main { padding: 40px 0 20px; }

.single-post #main { padding-top: 30px; }

.button { text-transform: uppercase; }

.button.small { padding: 9px 15px 10px; }

.read-more .button { font-weight: bold; }

.post-content h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

#home-tabs-content h6 {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 1.0rem;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.boxed #main-container { 
	max-width: 980px; 
	margin: 20px auto;
	overflow: hidden;
} 

#breadcrumb-wrap {
	position: relative;
	z-index: 10;
}

.breadcrumbs { margin: 10px 0 15px !important; }

.breadcrumbs a {
	font-size: 11px !important;
	font-size: 1.1rem !important;
	text-transform: uppercase;
}

.sub-nav a { 
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

dl.breadcrumbs dd { margin-bottom: 0; }

dl.breadcrumbs dd:first-child { margin-left: 0; }

dl.sub-nav.breadcrumbs dd a::after { 
	content: "\f054";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
}

dl.breadcrumbs dd.active span  {
	background: #000;
	color: white;
	padding: 3px 9px 3px 0;
	cursor: default;
	text-transform: uppercase;
	font-size: 11px !important;
	font-size: 1.1rem !important;
	border-radius: 1000px;
}

label { display: inline; }

textarea {
	height: 150px;
	font-size: 12px;
	font-size: 1.2rem;
	resize: vertical;
}

blockquote { font-style: italic; }


/* 01.1 WordPress Defaults --------------------------------------------- */

.page-template-page-home-php .header-image { display: none; }

.page-template-page-home-php #content > .post-box { 
	max-width: 920px;
	margin: 0 auto;
}

.header-image {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
	z-index: 10;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header-image-gradient {
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
}

.page-header {
	position: relative;
	z-index: 3;
}

.header-image img {
	display: block;
	width: 100%;
	position: absolute;
}

#logo-holder {
	
}


/*-----------------------------------------------------
	02. Header
-----------------------------------------------------*/

#header {
	padding: 30px 0 0;
	background: #fff;
	position: relative;
	z-index: 100;
	position: relative;
	z-index: 50;
        height: 65px;
 }

#site-description {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	height: 30px;
	margin-top: 18px;
        width: 150px;
}

.menu-button { margin: 0; }


/* 02.1 Logo ----------------------------------------------------------- */

#site-title a,
h1#site-title {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#site-title-image {
	font-size: 0;
	margin: 0;
}

#site-title-image img,
#site-title-image a { display: block; }

#logo .subheader { 
	margin: 10px 0 0 0; 
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}


/* 02.2 Primary Menu --------------------------------------------------- */

.flyout.animated {
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

#topMenu { 
	-webkit-transition: 0.25s all ease-in; 
	-moz-transition: 0.25s all ease-in; 
	-ms-transition: 0.25s all ease-in; 
	-o-transition: 0.25s all ease-in; 
	transition: 0.25s all ease-in; 
}

#topMenu ul { margin: 0; }

.active-menu #topMenu { margin-top: 0 !important; }

.flyout.right { left: auto !important; }

#primary-navigation {
	height: 30px;
	line-height: 30px;
	position: absolute;
	margin-top: -10px;
	top: 50%;
	width: 100%;
 	
}

#primary-navigation .nav-bar {
	height: 20px;
	background:none;
	margin: 0;
	float: center;
}

#primary-navigation .nav-bar li {
	border: none;
	line-height: 12px;
	box-shadow: none;
	border: none;
}

#primary-navigation .nav-bar li a {
	font-size: 18px;
	padding: 0 20px;
	text-transform: uppercase;
	background: transparent;
}

#primary-navigation .nav-bar li:hover { background: none !important; }

#primary-navigation .nav-bar li.has-flyout > a:first-child { padding-right: 30px; }

#primary-navigation .nav-bar li:last-child.has-flyout > a:first-child { padding-right: 15px; }

#primary-navigation .nav-bar li.has-flyout > a:first-child:after {
	content: "\f078";
	font-family: FontAwesome;
	border: none;
	position: absolute;
	right: 24px;
	top: 2px;
	font-size: 9px;
	font-size: .8rem;
	opacity: .5;
}

#primary-navigation .nav-bar li:last-child.has-flyout > a:first-child:after { right: 9px; }

#primary-navigation .nav-bar li:first-child a { padding-left: 0; }

#primary-navigation .nav-bar li:last-child { border-right: none; }

#primary-navigation .nav-bar li:last-child a { padding-right: 0; }

#primary-navigation .flyout {
	padding: 30px 0 0;
	margin: 0;
	box-shadow: none;
	top: 8px;
	left:0;
	right: 0;
	background: none;
	border: none;
	width: 200px;

}

.ie8 #primary-navigation .flyout {
	padding-top: 34px;
	left: 0;
}

#primary-navigation .nav-bar .has-flyout:hover:after {
	content: "\f0d8";
	position: absolute;
	font-family: FontAwesome;
	bottom: -32px;
	font-size: 24px;
	font-size: 2.4rem;
	left: 80px;
	right: 0;
}

#primary-navigation .flyout li { border: none !important; }

#primary-navigation .flyout li a {
	box-shadow: none;
	border: none !important;
	padding: 10px 30px !important;
	text-transform: none;
	font-size: 15px;
	font-family: 'Proxima Nova', sans-serif;
        text-transform: uppercase;

}

ul.films { width: 800px;}
.films li{display:block;float:left;border-right:1px dotted #FFF} 
.films li a{display:block;float:left;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.films li:last-child{border-right:none}
.films li a.inactive{opacity:.5}
.films li a.inactive:hover{opacity:1}
.flush{margin-right:0px}

#primary-navigation .flyout li:first-child a { padding-top: 30px !important; }

#primary-navigation .flyout li:last-child a { padding-bottom: 35px !important; }

.ie8 #primary-navigation .flyout li:first-child a { padding-top: 10px !important; }


/* 02.3 Secondary Menu ------------------------------------------------- */

#secondary-navigation {
	position: relative;
	z-index: 60;
        height: 40px;
        width:100%;
}

#secondary-navigation .nav-bar {
	background: none;
	margin: 0px 0 0;
	height: 30px;
        width:100%;
}

#secondary-navigation .nav-bar li {
	border: none;
	line-height: 11px;
	border-right: solid 1px #333;
	box-shadow: none;
}

#secondary-navigation .nav-bar li a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 15px;
}

#secondary-navigation .nav-bar li:hover { background: none !important; }

#secondary-navigation .nav-bar li.has-flyout > a:first-child { padding-right: 30px; }

#secondary-navigation .nav-bar li.has-flyout > a:first-child:after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 10px;
	border: none;
	position: absolute;
	right: 22px;
	top: 2px;
	opacity: .5;
}

#secondary-navigation .nav-bar li:first-child a { padding-left: 0; }

#secondary-navigation .nav-bar li:last-child { border-right: none; }

#secondary-navigation .flyout {
	padding: 22px 0 20px;
	margin: 0 0 0 -16px;
	box-shadow: none;
	top: 12px;
	left: 0;
	right: auto;
	background: none;
	border: none;
	width: 180px;
}

#secondary-navigation li.menu-item:first-child .flyout { margin-left: -30px; }

#secondary-navigation .flyout li { border: none !important; }

#secondary-navigation .flyout li a {
	box-shadow: none;
	border: none !important;
	padding: 10px 30px !important;
	font-family: 'Proxima Nova', sans-serif;
}


/* 02.4 Mega Menu --------------------------------------------------- */

#primary-navigation .mega-menu .flyout { width: 400px; }

#secondary-navigation .mega-menu .flyout { width: 360px; }

.mega-menu .flyout .flyout { display: none; }

.mega-menu .flyout-inner {
	overflow: hidden;
	padding: 1px 0;
}

.mega-menu .col-wrap {
	float: left;
	width: 200px;
}

#secondary-navigation .mega-menu .col-wrap { width: 180px; }

.mega-menu .col-wrap:last-child { border-right: 0; }

#primary-navigation .mega-menu .mega-head a,
#secondary-navigation .mega-menu .mega-head a,
.mega-menu .mega-head a {
	font: bold 11px Bitter, serif;
	font-size: 1.1rem;
	text-transform: uppercase;
	padding-bottom: 12px !important;
}

.mega-menu .mega-head a[href=""],
.mega-menu .mega-head a[href="#"] { cursor: default; }


/*-----------------------------------------------------
	03. Sidebar
-----------------------------------------------------*/

#sidebar.sidebar-left { float: left; }

#sidebar.sidebar-right { float: right; }

.sidebar-box { 
	padding: 20px;
	border-radius: 3px; 
}

#sidebar { margin-bottom: 40px; }

#sidebar ul { margin-bottom: 0; }

#sidebar li { padding-bottom: 10px; }

#sidebar .widget { margin-bottom: 30px; }

#sidebar .widget li a:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 10px;
}

#sidebar .widget_recent_comments li a:before { content: ""; padding: 0; }

#sidebar .widget_categories li a:before { content: "\f07c"; }

#sidebar .entry-content { padding-right: 0 !important; }


/*-----------------------------------------------------
	04. Home
-----------------------------------------------------*/

.front-page .breadcrumb { display: none; }

.welcome-message {
	font: italic normal 16px Georgia, sans-serif;
	font-size: 1.6rem;
	text-align: center;
	padding: 20px;
	margin: 0 0 40px;
}

.page-template-page-home-php #main {
	width: 100%;
	padding: 0;
}

.page-template-page-home-php #content .post-box > .hentry { 
	padding: 0 ; 
	margin: 0;
}

.page-template-page-home-php #content { padding: 40px 20px; }

.page-template-page-home-php #sidebar { padding-right: 20px; }

#top-slider .slider { margin-bottom: 0; }

#top-slider article {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center 60%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#top-slider .inner {
	max-width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#top-slider .slide a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
}

#top-slider div.orbit-wrapper div.slider-nav span.left { left: 10px; }

#top-slider div.orbit-wrapper div.slider-nav span.right { right: 10px; }

#top-slider .post-header {
	max-width: 920px;
	width: 920px;
	height: 100%;
	margin: 0 auto;
}

#top-slider .post-title { 
	position: absolute;
	max-width: 400px;
	display: block;
	padding: 20px;
	margin-left: -10px;
	line-height: 1.7em;
	font-size: 32px;
	font-size: 2.8rem;
	font-weight: normal;
	top: 40.5%;
}

.boxed #top-slider .post-title { margin-left: 40px; }

#top-slider .post-title span {
	text-decoration: none;
	padding: 5px 0;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#top-slider .gradient-left {
	position: absolute;
	width: 150px;
	left: -250px;
	top: -40px;
	height: 600px;
	z-index: 3;
}

#top-slider .gradient-right {
	position: absolute;
	width: 150px;
	right: -250px;
	top: -40px;
	height: 600px;
	z-index: 3;
}

#top-slider img { width: 1280px; }

#top-slider .orbit,
#top-slider .orbit-wrapper { max-height: 500px; }

#top-slider .orbit-bullets { bottom: 0; }

#top-slider .orbit-bullets li {
	background: none;
	width: 14px;
	height: 14px;
	border-radius: 1000px;
}

#top-slider .timer { display: none !important; }

#top-slider iframe, 
#top-slider object,
#top-slider embed,
#top-slider .dt-video { max-height: 530px; }

#home-tabs { 
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	height: auto;
	border: none;
}

#home-tabs dd,
#home-tabs dd a {
	height: auto;
	line-height: normal;
	text-align: left;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

#home-tabs dd { padding: 0 20px; }

#home-tabs dd:first-child { padding-left: 0; }

#home-tabs dd:last-child {
	border-right: none;
	padding-right: 0;
}

#home-tabs dd a { 
	line-height: 1.5em;
	padding: 0 0 0 50px;
}

#home-tabs dd a:hover { cursor: pointer; }

#home-tabs dd.active:after {
	content: "\f0d7";
	font-size: 28px;
	font-size: 2.8rem;
	font-family: FontAwesome;
	position: absolute;
	top: 74px;
	right: 50%;
	margin-right: -10px;
}

#home-tabs dd.active a {
	background: none;
	border: none;
}

#home-tabs dd a i {
	font-size: 38px;
	font-size: 3.8rem;
	position: absolute;
	top: 9px;
	left: 0;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#home-tabs dd a .desc {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-family:'Open Sans', sans-serif;
	line-height: 1.3em;
	text-transform: none;
	padding-top: 2px;
	display: block;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#home-tabs-content {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 0 30px;
}

#home-tabs-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}

#carousel { padding: 35px 0 30px; }

.portfolio-list .featured-image img,
.portfolio-list .featured-image a { display: block; }

.portfolio-list .post-header {
	padding: 18px 20px 14px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

.portfolio-list .post-header i {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	position: absolute;
	top: -12px;
	right: 50%;
	margin-right: -12px;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

.portfolio-list .hentry {
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
	padding: 0 !important;
	margin: 0;
}

.portfolio-list .featured-image { margin: 0; }

.portfolio-list .post-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 0 !important;
	margin: 0;
}

.portfolio-list .twelve .post-title,
.portfolio-list .six .post-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.portfolio-list .post-content { 
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

.portfolio-list .post-content p {
	margin: 0 0 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5em;
	color: #999;
}

#carousel .post-list-top {
	margin: 0 0 30px;
	padding: 10px 0;
}

.portfolio-list .sep {
	width: 60px;
	margin: 8px auto;
	height: 1px;
	border-radius: 0 3px 3px 0;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#carousel .row {
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#carousel li { padding-right: 20px; }

.post-list ul.row { padding-bottom: 30px; }

.post-list-top {
	margin-bottom: 30px;
	padding-top: 2px;
	padding-bottom: 0 !important;
}

.post-list-title {
	margin: 0;
	padding-right: 15px;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
}

#carousel.related .post-list-title { padding-right: 20px; }

#carousel .post-list-title .all-link {
	margin: -19px 0 0;
	float: right;
}

.ie8 #carousel .post-list-title .all-link { margin: 0 0 0 10px; }

.page-template-page-home-php .post-list .hentry {
	padding-bottom: 0;
	margin-bottom: 0;
}

.post-list-title .all-link {
	padding: 0;
	margin-top: 0;
}

.post-list-title .all-link a {
	padding: 5px 10px 4px; 
	margin: 0 0 0 15px;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 10px;
	border-radius: 3px;
	float: right;
}

.jcarousel-next,
.jcarousel-prev {
	width: 40px;
	height: 25px;
	position: absolute;
	top: -52px;
	cursor: pointer;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.jcarousel-next {
	right: 0;
	border-radius: 0 3px 3px 0;
}

.jcarousel-next:after {
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -2px;
}

.jcarousel-prev {
	right: 39px;
	border-radius: 3px 0 0 3px;
}

.jcarousel-prev:after {
	content: "\f0d9";
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -2px;
}

.jcarousel-next-disabled,
.jcarousel-prev-disabled { cursor: default; }

/* Overwrite for having a carousel with dynamic width. */
 
.jcarousel-clip { overflow: hidden; }
 
.jcarousel-container-horizontal { width: 100%; }

.jcarousel-clip-horizontal { width: 102.17391%; }

#home-callout { padding: 30px 0; }

#home-callout .inner {
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}

#home-callout h4 { 
	background: none; 
	font-weight: bold;
	font-size: 24px; 
	font-size: 2.4rem;
	text-transform: uppercase;
}

#home-callout h4 span {
	font-weight: normal;
	text-transform: none;
}

#home-callout .button i { margin: 0 0 0 10px; }

#home-callout .button {
	float: right;
	margin: 5px 0 0;
	border: 0;
}


/*-----------------------------------------------------
	05. Masonry/Grid
-----------------------------------------------------*/

.post-box { overflow: hidden; }

div.orbit div.orbit-slide { background: #fff; }

.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;
}

.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;
}

#related .box { height: auto; }

.box { list-style: none; }

.masonry .box { height: auto; }

.type-dt_portfolio .meta-category span:last-child { display: none !important; }

.orbit.stacked { height: auto; }

.orbit.stacked img {
	display: block;
	margin-bottom: 10px;
}

#isotope { margin-left: -20px; }

#isotope.grid { height: 80%; }

#isotope .box { padding: 0 20px 40px; }

#isotope .box:last-child .hentry {
	margin: 0;
	padding: 0;
}

.portfolio-list .box.six .post-title { font-size: 18px; }

#filter dd.active a,
#filter dd a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 30px;
	text-transform: uppercase;
	padding: 2px 20px 0;
	float: left;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

#filter dd.active a {
	font-weight: bold;
	padding: 1px 20px;
}

#filter dd { 
	margin: 0 0 -1px 0; 
	border-right: 1px solid #ccc;
}

#filter dd:last-child { border-right: none; }

#filter { 
	float: left;
	margin: 0 0 40px 0; 
}

#filter {
	border-radius: 3px;
	padding: 0;
}


/*-----------------------------------------------------
	06. Posts/Pages
-----------------------------------------------------*/

.single-dt_portfolio .page-title {  
	padding-right: 20px;
	margin-right: 20px;
	float: left;
}

.single-dt_portfolio #main { padding: 0; }

.terms { margin: 18px 0 0; }

.terms li {
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-right: 20px;
}

.terms i { margin-right: 10px; }

.single-dt_portfolio #bar-bg { 
	padding: 30px 0; 
	margin-bottom: 30px;
}

.additional-info {
	padding: 20px; 
	border-radius: 3px;
	margin-bottom: 40px;
}

.additional-info,
.additional-info p {
	font-style: italic;
	font-size: 12px;
	font-size: 1.2rem;
}

.additional-info strong {
	color: #222;
	font-style: normal;
}

.additional-info h1,
.additional-info h1,
.additional-info h3,
.additional-info h4,
.additional-info h5,
.additional-info h6 {
	background: none;
	margin: 0 0 20px;
	font-style: normal;
	text-transform: uppercase;
}

.loader { text-align: center; }

.standard .loader { display: none; }

.masonry#isotope,
.grid#isotope { opacity: 0; }

.sidebar-none.standard #content .featured-area {
	float: right;
	width: 65.2%;
	margin-left: 4.4%;
}

.sidebar-none.standard #content .entry-wrap {
	float: left;
	width: 30.37%;
}

.entry-wrap header { position: relative; }

.standard .box { width: 100% !important; }

.standard .box .hentry { margin-right: 0; }

.single .post-box > .hentry { 
	padding: 0;
	border: none; 
}

.hentry {
	border-bottom: 1px solid #ddd;
	padding: 0 0 40px;
	margin: 0 0 40px;
}

.singular .hentry {
	border: none;
	margin: 0;
	padding: 0 0 20px;
}

.page-title {
	font-size: 32px;
	font-weight: normal;
	background: none;
        text-transform: uppercase;
}

.page-header { padding: 30px 0; }

.page-header .page-title { margin-top: 0; }

.page-header .hentry {
	margin: 0;
	padding: 0;
	border: none !important;
}

.page-header .entry-content { margin-top: -10px; }

.page-header .entry-content p { margin-bottom: 0; }

.page-template-page-tour-php #content { padding-bottom: 40px; }

.sharing { margin-top: 20px; }

.facebook-like {
	height: 25px;
	margin-bottom: -4px;
}

.blog #content .meta-info,
.archive #content .meta-info,
.page-template-page-blog-php #content .meta-info {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: -130px;
	width: 150px;
}

.blog #content .entry-content,
.archive #content .entry-content,
.page-template-page-blog-php #content .entry-content { padding-right: 180px; }

.entry-wrap { min-height: 160px; }

.blog #content .meta-info > span,
.archive #content .meta-info > span,
.page-template-page-blog-php #content .meta-info > span,
#content .meta-info .updated,
#content .meta-info .author,
#content .meta-info .meta-comment { display: block; }

/*PRESS*/
.blog #content .meta-info,
.archive #content .meta-info,
.page-template-page-press-php #content .meta-info {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: -130px;
	width: 150px;
}

.blog #content .entry-content,
.archive #content .entry-content,
.page-template-page-press-php #content .entry-content { padding-right: 180px; }

.entry-wrap { min-height: 160px; }

.blog #content .meta-info > span,
.archive #content .meta-info > span,
.page-template-page-press-php #content .meta-info > span,
#content .meta-info .updated,
#content .meta-info .author,
#content .meta-info .meta-comment { display: block; }

/*PRESS END*/

/*MEDIA*/
.blog #content .meta-info,
.archive #content .meta-info,
.page-template-page-media-php #content .meta-info {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: -130px;
	width: 150px;
}

.blog #content .entry-content,
.archive #content .entry-content,
.page-template-page-media-php #content .entry-content { padding-right: 180px; }

.entry-wrap { min-height: 160px; }

.blog #content .meta-info > span,
.archive #content .meta-info > span,
.page-template-page-media-php #content .meta-info > span,
#content .meta-info .updated,
#content .meta-info .author,
#content .meta-info .meta-comment { display: block; }

/*MEDIA END*/

.format-quote .meta-info {display:none;}
.format-quote .entry-wrap {display:none;}
.box { width: 100%; }
.meta-info {
	margin: 0 0 20px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

.meta-info a { font-weight: normal; }

.meta-info i { margin-right: 5px; }

.single .meta-info span,
.single .meta-info time {
	display: inline !important;
	margin: 0 10px 0 0;
}

.meta-tags { 
	margin: 20px 0 0 0; 
	display: block;
}

.post-title,
.post-list .post-title {
	font-weight: normal;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 0 0 20px;
	margin: 0 0 20px;
	line-height: 30px;
}

.featured-area { 
	margin-bottom: 20px; 
	padding: 10px;
	border-radius: 3px;
}

.featured-area .flex-video { margin: 0; }

.featured-image img { display: block;}

.featured-area .orbit { margin-bottom: 0; }

.featured-area div.orbit-wrapper div.slider-nav span { 
	color: #fff;
	color: rgba(255,255,255, 0.5); 
	text-shadow: 0 1px 0 rgba(0,0,0, 0.5);
	line-height: 49px;
}

.featured-area div.orbit-wrapper:hover div.slider-nav span { color: rgba(255,255,255, 1); }

#respond { margin: 40px 0 0 0; }

#comments h3,
#reply-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
	background: none;
}

#comments h3 { margin: 40px 0; }

#commentform {
	padding: 20px;
	border-radius: 3px;
}

.logged-in-as,
.form-allowed-tags,
.comment-notes { 
	font-size: 11px;
	font-size: 1.1rem;
}

#commentform #submit { text-transform: uppercase; }

.commentlist { list-style: none; }

.avatar { 
	float: left; 
	margin: 0 20px 0 0;
}

.commentlist cite {
	font-size: 20px;
	font-size: 2rem;
	font-style: normal;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	display: inline-block;
}

.commentlist time, 
.comment-edit-link { 
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
}

section.comment {
	padding: 0 0 0 80px; 
	margin-bottom: 40px;
}

.commentlist .children { margin-left: 80px; }

.comment article { position: relative; }

.comment-reply-link {
	position: absolute;
	top: 65px;
	left: 0;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 60px;
	padding: 2px 0;
	border-radius: 3px;
}

.children #respond { margin-left: 80px; }

li.comment { min-height: 80px; }


/*-----------------------------------------------------
	05. Footer
-----------------------------------------------------*/

#footer {
	margin: 0;
	line-height: 1.5em;
}

#top-footer-widgets { padding-top: 40px; }

.boxed #top-footer-widgets { padding-top: 25px; }

.boxed #top-footer-widgets .widget { margin-bottom: 20px; }

#copy {
	padding: 30px 0;
	border-top-width: 1px;
	border-top-style: solid;
}

#copy .copy { text-align: right; }

#copy .nav-bar {
	background: none; 
	margin: 3px 0 0 0;
	height: auto;
}

#copy .nav-bar li {
	border: none;
	line-height: 12px;
	box-shadow: none; 
}

#copy .nav-bar li a {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

#copy .nav-bar li.has-flyout a:first-child:after { border: none; }

#copy .nav-bar li a { padding: 0 10px; }

#copy .nav-bar li a:hover,
#copy .nav-bar li:hover { background: none; }

#copy .nav-bar li:first-child a { padding-left: 0; }

#copy p {
	margin: 0;
	font-size: 11px;
	font-size: 1.1rem;
}

.boxed #footer-widgets > .row { width: 980px; }

#footer-widgets .widget { 
	padding: 20px 30px; 
	margin: 0;
}

#footer-widgets .widget:first-child { padding-top: 40px; }

#footer-widgets .columns { padding: 0; }

#footer-widgets .columns .widget:last-child { border-bottom: none; }

#footer .widget-title {
	background: none;
	padding: 0;
}

#footer-col-1 { border-left: none !important; }

#footer-col-1 .widget {
	padding-left: 0;
	margin-left: 20px;
}

.boxed #footer-col-1 .widget {
	padding-left: 30px;
	margin-left: 0;
}

#footer-col-2,
#footer-col-3 { margin-left: -1px; }

#footer-col-3 { border-right: none !important; }

#footer-col-3 .widget {
	padding-right: 0;
	margin-right: 20px;
}

.boxed #footer-col-3 .widget {
	padding-right: 30px;
	margin-right: -2px;
}


/*-----------------------------------------------------------------------------------------
	08. Widgets
-----------------------------------------------------------------------------------------*/

.widget {
	margin: 0 0 40px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family:'Open Sans', sans-serif;
	overflow: hidden;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 0 0 15px;
	margin: 0 0 20px;
}

.widget p {
	line-height: 1.5em;
	font-style: normal;
}

.widget .post-title {
	font-size: 18px;
	font-size: 1.rem;
	line-height: 24px;
}

.widget .post-content { 	font-family:'Open Sans', sans-serif;
 }

.widget .read-more a { margin: 0 0 20px; }

#sidebar .widget:last-child { margin: 0; }

.DT_Flickr { overflow: hidden; }

.DT_Flickr .flickr_badge_image {
	float: left;
	margin: 0 10px 5px 0;
}


.boxed-stretched .show-stretched,
.boxed .boxed-stretched span { display: none; }

.boxed .boxed-stretched .show-stretched { display: inline; }