/* 
 Theme Name:     Tempus Child Theme
 Theme URI:      http://themeforest.net/user/mallini
 Description:    A child theme for use with Tempus Theme.
 Author:         mallini
 Author URI:     http://themeforest.net/user/mallini/portfolio
 Template:       tempus
 Version:        1.0.0
 Tags: translation-ready,theme-options,custom-menu
*/

@import 'fonts/stylesheet.css';

h1,h2{
	font-family: 'Futura-Condensed-Normal' !important;
}
h3, h4, a:not(.fa), p{
	font-family: 'Futura Std' !important;
}

/* Add Custom CSS after this line */
.bg_header{
 background:url('img/cover.jpg');
}

.bg_header .logo{
 margin:auto;
 position: relative;
 top:40px;
}
.page-template-template-blog-standard .container.title_container, .page-template-template-blog-simple .container.title_container, .page-template-template-blog-chess .container.title_container, .page-template-template-home1 .container.title_container, .page-template-templates .container.title_container {
  margin-bottom: 40px;
}

#page-title.titlestyle-left, #page-title.titlestyle-right {
  //display: none;
}
#footer{background:#121426; text-align:center; margin-top:50px; padding:0 20px;}
.footer-nav{display:inline-block;}
.footer-nav ul li{display:inline-block;}
.footer-nav ul li a{display:inline-block; font-size:15px; color:#fff; text-transform:uppercase; font-weight:600; border-right:2px solid #fff; padding:0 15px; letter-spacing:1px; line-height:12px;}
.footer-nav ul li:last-child a{border-right:none;}
#footer #text-2 p{display:inline-block; width:100%; padding-top:30px; color:#fff; font-size:13px; line-height:24px; text-align:center; font-weight:500;}
.footer-logo{display:block; padding:30px 0 0;}
.footer-logo img{width:120px; display:inline-block; text-align: center;}
.header_meta{position:absolute; top:50px; right:30px; z-index:111; width:405px;}
.header_meta a{float:left; padding:10px 15px 0 0; color:#fff; font-size:16px; font-weight:bold; letter-spacing:1px;}
.bg_header .search-form{float:left; padding:0; position:relative;}
.bg_header .search-form input{float:left; height:40px; padding:5px 10px 5px 35px; color:#fff; min-width:240px; font-size:14px; letter-spacing:1px; position:relative; background:url('img/search-icon.png') #4c4d5a; background-size:16px auto; background-repeat:no-repeat; background-position:10px 10px;}
./*picture{height:200px; margin-bottom:15px;}
.item-description, .item-filter{position:static;}*/

/*RESPONSIVE CSS*/
@media screen and (max-width:1100px){
	.header_meta{right:0;}	
	.bg_header .logo{top:30%; width: 330px;}
}

@media screen and (max-width:599px){
	.header_meta{top:10px;}	
	.footer-nav ul li{width:100%;}
	.footer-nav ul li a{width:100%; border:none; padding:0; margin-bottom:15px;}
	.prev img, .next img {margin:auto}
	.container blockquote p {
	  line-height: 30px;
	}
	.home .content {
	  padding: 0 15px;
	}
} 

@media screen and (max-width:479px){
	.bg_header .search-form{width:100%;}
	.header_meta{width:100%; padding:0 25px; text-align:center;}
	.header_meta a{padding:0 0 15px 0; float:none; display:inline-block;}
}

.portfolio-share.container {  padding: 210px 0 0;}   
.prev img, .next img {  display: block;  margin-top: 0;  max-width: 250px;}
.next img {  float:right}

@media screen and (min-width:1000px){
	.single .container.title_container.titleheight-standard {
	  height: 250px;
	  min-height: 250px;
	}
	.single .container.title_container.titleheight-standard .logo {
	  top: 40px;
	}
}

.videos_gallery {
  margin: auto;
  width: 100%;
}
.videos_gallery .video {
  float: left;
  margin-right: 20px;
  width: 250px;
}
.videos_gallery .video .image {
  background-size: cover;
  height: 250px;
  margin-bottom: 20px;
  position: relative;
  width: 250px;
  cursor: pointer;
  display:block;
}
.videos_gallery .video .image span {
  background: rgba(238, 238, 238, 0.5) none repeat scroll 0 0;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  position: relative;
  text-align: center;
  top: 35%;
  width: 70px;
}
.videos_gallery .video p{
	text-align: center;
}

/*.page .bg_header.titleheight-standard{
	background: #121426 url('./img/logo.png') no-repeat fixed center 40px !important;
}
.single .bg_header.titleheight-standard{
	background: #121426 url('./img/logo.png') no-repeat fixed center 10px !important;
}*/

.sixteen.portfolio-text h1:last-child{
	display:none;
}

.portfolio-share.paginate {
  margin-top: 115px;
  padding: 0;
  position: static;
}

@media screen and (min-width:1000px){
	.portfolio-share .next {
	  left: 10px;
	  text-align: left;
	  float:left;
	  position:static;
	}
	.portfolio-share .prev {
	  right: 10px;
	  text-align: right;
	  float:right;
	  position:static;
	}
	.next img {
	  float: left;
	}	
	.prev img {
	  float: right;
	}
}

@media screen and (max-width:800px){
	.prev img, .next img {
	  float: none;
	  margin: auto;
	}
	.portfolio-share .next, .portfolio-share .prev {
	  clear: both;
	  display: block;
	  margin: auto;
	  position: static;
	  text-align: center;
	}
	.portfolio-share.paginate {
	  margin-top: 0;
	  padding: 0;
	}
}