/* @override 
	http://darkmatters.wpengine.com/wp-content/themes/toniq-child/style.css?ver=4.1.2
	http://darkmatters.wpengine.com/wp-content/themes/toniq-child/style.css?ver=4.2 */

/*
 Theme Name: Toniq Child
 Theme URI: http://toniq.wizedesign.com
 Description: Toniq Child Theme
 Author: NetKitchen
 Author URI:  http://netkitchen.com
 Template: toniq
 Version: 1.1
 Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, full-width-template, sticky-post, theme-options
 License: GNU GENERAL PUBLIC LICENSE
 License URI: http://theme  rest.net/licenses
*/
 
h1, .cover-pgfull-wrap h1 {
  font-weight: 400;	 
  font-size: 3em;
  padding: 10px;
  width: 100%;
}
 
h1 {
font-weight: 300;	
}
#sng-left h1 {
  font-family: Open Sans;
  font-weight: 600;
}
 
/*  template  */
#header {
   /*background:none;*/
   position: relative;
}

.purple-smootch {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 0;
}

.navbar {
  position: fixed;
  width: 100%;
  background: #000;
  height: 85px;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
}
.navbar-collapse {
  margin-top: 0px;
}

.navbar-nav {
  background: #000;
  margin: 0;
  -webkit-transition: margin 1s;
  -moz-transition: margin 1s;
  transition: margin 1s;
}

.navbar-nav ul{
  float:left;
}

.navbar-dark .icon-bar {
  background-color: white;
} 

.navbar-dark .navbar-toggle {
  border: none;
  margin-top: 25px;
  -webkit-transition: margin 1s;
  -moz-transition: margin 1s;
  transition: margin 1s;
}

.navbar-dark .navbar-header {
  background: transparent;
}

.navbar-dark a {
  color: white;
  z-index: 1;
  position: absolute;
  font-family: 'Oswald';
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  padding: 10px 15px 10px 15px;
  margin-right: 5px;
}

.navbar-dark a:hover {
  color: black;

}
.navbar-brand {
  padding: 20px;
  height: 100%;
  -webkit-transition: height 1s, padding 1s; /* Safari */
  transition: height 1s, padding 1s;
}

.navbar-brand img {
  height: 100%;
}

.shrink {
  height: 56px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.8);
}
.shrink .navbar-brand {
  height: 100%;
  padding: 4 20px;
}

.shrink .navbar-nav > li {
  padding: 7px 0px;
}

.shrink .navbar-nav { 
  margin: 0 10px;
}

.shrink .navbar-collapse {
  margin-top: 0;
}

/*.menu-search a.search {
  width: 100px;
}
*/

#contback {
/*  background: rgba(255, 255, 255, 0.8);*/
  background: none;
  top: 80px;
}

#page-left, #home-left {
  padding: 0px;
  /*width: 870px;*/
}

#sidebar-right {
  /*width: 300px;*/
  margin-top: 0px;
}

#sidebar-right  .widget {			/*adjustment of base widget - might be able to remove*/
 padding: 0px; 
 margin-top: 0px;
 margin-bottom: 0px;  
 width: 100%;
}

#logo {
  width: 296px;
  height: 74px;
  overflow: hidden;
  margin-top: 25px;
}

#menu {
  float: right;	
  margin-right: 0px;
  margin-top: 0px;
}
.navbar-nav > li {
  padding: 15px 0px;
  -webkit-transition: padding 1s;
  transition: padding 1s;
  -moz-transition: padding 1s;
}

/*@media (max-width: 940px) {
  .navbar-nav > li {
    padding: 15px 0px;
  }  
}
*/

.liveAtt {
  margin-top: 0;
}

#author-info {
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
}

.liveAtt a {
  background-color: rgba(112, 60, 145, 0.4);
  border: 1px solid #713c91;
  padding: 8px 15px;
  border-radius: 2px;
  font-weight: 300; 
  display: inline-block;
  position: relative;
  color: white;
  width: 100px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Oswald';
}

.nav .blue a {
  background-color: rgba(50, 99, 176, 0.4);
  border: 1px solid #3364b0;
}

.liveAtt a:hover {
  color: white;
}

/* --- menu search --- */

.menu-search {
  position: relative;
  margin-top: 0px;
  float: right;
  height: 40px;
}
  
.menu-search form { position: relative }

.menu-search #submit { display: none }

.menu-search .iconsearh, #submit {
  background: transparent url('../toniq/images/search.png') no-repeat center left;
  cursor: pointer;
  width: 80px;
  height: 40px;
  position: relative;
  opacity: 1;
  float: left;
  display: block;
  border: none;
  padding-left: 32px;
}
.menu-search #submit {
  display: none;
}
.menu-search input#search:focus {
  outline: none;
}
.menu-search input#search {
  background-color: rgba(112, 60, 145, 0.4);
  border: 1px solid #713c91;
  border-radius: 2px;
  padding: 0px 5px;
  width: 0;
  font-weight: 300;
  color: white;
  font-size: 100%;
  text-transform: uppercase;
  font-family: 'Oswald';
  opacity: 0;
  line-height: 32px;
  float: left;
  transition: width 1s;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
}
.menu-search.open input#search {
  opacity: 1;
  width: 200px;
}
.menu-search.open .iconsearh {
  display: none;
}
.menu-search.open #submit {
  display: block;
  margin-left: 5px;
}
.menu-search .iconsearh {
  color: white;
}

.menu-search .iconsearh:hover {
  color: white;
}

.menu-search form:hover #submit { opacity: 1 }

.ad-space-top {
  max-width: 728px;
  height: 90px;
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
}

.ad-space-top img {
  width: 100%;
}

.more-posts {
  color: #713c91;
  display: block;
  margin: 20px 0 0 0;
}

.more-posts:before {
  content: '►';
  margin-right: 5px;
}

.ad-space-side {
  width: 300px;
  height: 250px;
  display: block;
  margin: 10px 0;
}


/*  HOME SLIDER AREA   */

.sld-big-title, .sld-up-title, .sld-down-title  {
  text-transform: none !important;
  clear: both;
  margin-bottom:0px !important;
  margin-top:0px !important;
  font-weight: 500 !important;
  padding: 10px;
  width: 100% !important;
}


.sld-big-cat, .sld-up-cat, .sld-down-cat {
float: left;
background: #000000	 !important
}
.sld-big-date, .sld-up-date, .sld-down-date {
float: left;
  background: #774695;	
  padding: 2px 13px 3px 13px;
}
/*.sld-big-date:after {
visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}*/


/* list page post tabs on bottom   */

.alm-reveal {
  position: relative;
}
.alm-reveal .postDate {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #774695;	
  padding: 2px 13px 3px 13px;	
  color: #ffffff;
}
 
.alm-listing li {
  background: #ffffff;
  padding: 0 0 0 0px; 
  position: relative;
}

.alm-listing li img {
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius:  0px;
  border-radius:  0px;
  width: 100%;
  height: auto;
}

.alm-listing ul.post-categories {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  right: 80px;
  max-height: 29px;
}
.alm-listing ul.post-categories li {
  margin: 0px;
  padding: 0px; 
  background: #000000;	
  padding: 2px 13px 3px 13px;
  color: #ffffff;
}

.alm-listing ul.post-categories li a { 
  color: #ffffff;
}

.alm-listing .postThumb{ 
  float: left;
  width: 34.7%;
  height: 260px;
  overflow: hidden;
}

.alm-listing li p {
  margin-top: 10px;
}

.alm-listing .postThumb img { 
  height: 260px;
  width: auto;
}

.alm-listing li a {
  display: block;
}

.alm-listing .postText{ 
  float: right;
  width: 65%;
  max-height: 250px; 
  overflow: hidden;
}
.alm-listing .postTextInner{ 
/*  max-height: 230px;
*/  overflow: hidden;
  padding: 15px;
  text-align: left;
}

.category-videos #blog-left .postTextInner {
  padding: 10px;
}

.postThumb-vert {
  position: relative;  
}
.postThumb-vert a {
  position: relative;  
  display: block;
  max-height: 190px;
  overflow: hidden;
}

.postText-vert .postTextInner {
  padding: 10px;
  max-height: auto;
  padding-bottom: 40px;
}

.postText-vert .postTextInner h3 { 
  font-size: 140%;
  font-weight: 400;
}

.alm-listing li h3 {
  font-weight: 400;
  margin: 0px;
}

.alm-listing .postTextInner h3 a:hover{ 
  color: #774695;
  /*font-weight: 300;*/
}

.alm-listing .no-img .postThumb{ 
  width: 0px;
}
.alm-listing .no-img .postText{ 
  width: 95%;
  padding-left: 20px;
  padding-right: 20px
}

h1.sng-title {
  font-size: 44px;
  margin-bottom: 23px;
  font-weight: 100;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 2px #ddd solid;
}

#comments {
  width: 100%;
}

.top-author .author-avatar img {
  border-radius: 100%;
  height: 60px;
  width: 60px;
}

.top-author>a {
  display: block;
  position: relative;
}

.top-author .author-name {
  position: absolute;
  text-transform: uppercase;
  left: 70px;
  top: 24px;
  color: #999;
}

.wp-biographia-pic {
  background: transparent;
  border: none;
  float: left;
  height: 100px;
  width: 100px;
  margin: 0 -122px 0 0 !important;
  padding: 0px !important;
}

.wp-biographia-text {
  text-transform: uppercase;
}

.wp-biographia-links {
  display: none;
}

.wp-biographia-text h3 a {
  color: black;
}

.wp-biographia-pic img {
  border-radius: 100%;
}

.ajax-load-more-wrap.white button.alm-load-more-btn,  .ajax-load-more-wrap.white button.alm-load-more-btn,  button.alm-load-more-btn, .ajax-load-more-wrap.white button.alm-load-more-btn, .ajax-load-more-wrap.white button.alm-load-more-btn.done, .ajax-load-more-wrap.white button.alm-load-more-btn.done {
  background: none !important;
  background-color: none !important;
  color: #ffffff !important;
  border: none !important;
  text-transform: uppercase;
  opacity: .7
}
.ajax-load-more-wrap.white button.alm-load-more-btn.done, .ajax-load-more-wrap.white button.alm-load-more-btn.done {
 opacity: 0
}
/* 			this is the loading animation if change is required
button.alm-load-more-btn.loading:before {
  background: #eeeeee url(../../core/img/ajax-loader.gif) no-repeat center center;
  width: 30px;
  height: 30px;
  margin: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
*/
/* end post tabs on bottom   */


#sidebar-right .alm-listing li {
  margin-bottom: 0;
}

#sidebar-right .nav-tabs a {
  text-transform: uppercase;
  font-family: 'Oswald';
  color: white;
}

#sidebar-right .nav-tabs a:hover {
  color: #774695;
}

#sidebar-right .nav-tabs li.active a {
  color: #774695;
  background-color: #fff;
}

.nav-tabs>li>a {
  border-radius: 0;
  font-size: 120%;
  border: none;
  padding: 10px 12px;
  text-align: center;
}

.nav-tabs .security {
  /*width: 100px;*/
}

.nav-tabs .threat {
  /*width: 110px;*/
  margin-right: 0;
}

.nav-tabs .videos {
  /*width: 75px;*/
}


#sidebar-right .tab-content {
  border-top: 10px solid white;
}

.category-videos #blog-left .postThumb a {
  display: block;
  position: relative;
  max-height: 146px;
  -webkit-transition: color 500ms linear;
  -moz-transition: color 500ms linear;
  -o-transition: color 500ms linear;
  -ms-transition: color 500ms linear;
  transition: color 500ms linear;
}

#sidebar-right #videos .postThumb-vert a:before, .category-videos #blog-left .postThumb a:before {
  content: '►';
  color: white;
  opacity: 0.5;
  text-align: center;
  font-size: 250%;
  text-shadow: 7px 7px 13px rgba(0,0,0,0.7);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 50%;
  margin-top: -25px;
}

/* --- single tag --- */  


.sng-bottom {
  margin-left: 160px;
}

.sng-tag {
  width: auto;
}
  
.sng-tag span {
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
  float: left;
  font-weight: 400;
  margin-top: -1px;
  margin-right: 8px;
}

.sng-tag a {
  margin-top: 0px;
  background: transparent;
  margin-bottom: 0px;
  color: #774695;
  display: inline-block;
  padding: 0;
}

.sng-aut {
  background-color: #fff;
  width: auto;
  color: #333;
  height: auto;
  padding: 1px 30px 30px 30px;
}

.sng-aut .author-avatar {
  margin-bottom: 180px;
}

.sng-aut .author-description {
  width: auto;
}
.sng-aut .author-description p {
  margin-bottom: 0;
  text-align: justify;
}
.sng-aut a {
  color: #333;
}

.sng-aut a:hover {
  color: #333;
}

.sng-aut img {
  border-radius: 100%;
}

.sng-bottom {
  padding: 0 30px 30px 180px;
  margin: 0;
  width: auto;
  background-color: #fff;
  font-size: 80%;
}

.sng-tag a {
  text-transform: uppercase;
}

.sng-tag a:hover {
  background: #fff !important;
  text-decoration: underline;
}

.sng-tag a:after {
  content: ', ';
}

span.topic {
  color: black;
  font-size: 100%;
  font-weight: bold;
}

.sng-tag a:hover { 
  color: #774695;
  background-color: #fff;

}

#author-info .author-avatar {
  margin-bottom: 40px;
}
#author-info .author-avatar img {
  border-radius: 100%;
}

.wp-biographia-container-top {
   background: transparent !important;
   border-top: 2px solid #aaa !important; 
}
#sidebar-right #videos .postThumb-vert:hover a:before {
  opacity: 1;
}

/* SINGLE post page CSS   */

.single #cover-full {
z-index: 1;	
}
.single #contback {
z-index: 1;	
}
.single #wrap {
z-index: 1;
/*margin-top: -330px;	*/
}

.single .cover-full-dvc {
  position: absolute;
  top: -20px;
  background: #774695;	
  padding: 2px 13px 3px 13px;	
  text-align: center;
  color: #fff;
}
.single .postDate, .postText .postDate {
  background: #774695;
  padding: 2px 13px 3px 13px;
  color: #ffffff;
  float: left;
}

.single .cover-video-info {
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  display: none;
}

#cover-video {
  position: relative;
  top: 85px;
}

#cover-video .backstretch img {
  display: none !important;
}

.single span.cat {
  padding: 2px 13px 3px 13px;
  color: #ffffff;
  background: #000000;
  float: left;
}

.alm-listing .postDate {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

blockquote {
  width: auto;
  font-size: 140%;
  font-weight: 100;
  color: #774695;
  margin: 20px 30px;
  line-height: 120%;
  border-left: 1px solid #ccc;
  padding-left: 30px;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 200%;
  position: absolute;
  left: 10px;
  top: 0px;
}

em {
  font-style: normal;
}

/*   CATEGORY TEMPLATE			*/

/*.category-1  #cover-pgfull .backstretch IMG{
display: none !important;
}
.category-1 #cover-pgfull .backstretch{
    background: url("/wp-content/uploads/2015/03/back-security.jpg") 0 0 repeat;
}
*/
.backstretch {
  /*display: none;*/
}


.cover-pgfull-info, .page-pgfull-info {
  position: relative;
  margin-top: 165px;
}
.cover-pgfull-info h1, .page-pgfull-info h1 {
  padding: 0;
}

.featured {
  /*height: 400px;*/
  overflow: hidden;
  margin-bottom: -5px;
}
.featured.video {
	padding-bottom: 40px;
}

.featured img {
  width: 100%;
}

.category .ajax-load-more-wrap{
	/*width:850px;*/
}


.cover-full-bg,  #cover-pgfull, .cover-pgfull-wrap  {
  height: 220px;
  width: 100%;
}

#cover-pgfull {
  top: 85px;
}

.cover-pgfull-wrap {
  background-size: cover;
}

.cover-full-bg {			/* turn off the shadow over the main image*/
   background-color: transparent !important; 
}


/*				 authors  CONTRIBUTORS page							 */

.author #blog-right {
/*width: 65%;	*/
}

.page-template-tpl-contributors #page-left {
background: none 
}



div.author-list {width: 100% !important;  }


.shortcode-author-avatars div.author-list .user { 
	margin: 10px;
  width:31%;
  text-align: left !important;
  position: relative;
  min-width: 206px;
}
.shortcode-author-avatars div.author-list .user:nth-child(3n) { 
	margin: 10px 0 10px 10px;  
}


.shortcode-author-avatars div.author-list .user {
  padding: 20px !important;
}

div.author-list .user:hover {
  cursor: pointer;
  border-radius: 3px;
  background-color: rgba(0,0,0,0.75);
}

div.author-list .with-name .name {
	padding-top: 0px; 
	margin: 10px 0px 0px 115px;
  line-height: 1.5em; 
	font-size: 100% !important;
	color: #ffffff;
  /*font-family: 'Open';*/
	/*width: 40px;*/
	}
div.author-list .with-name .name strong {
  font-weight: 300;
}

div.author-list .with-name .name:after {
	color: #ddd;
  content: "Read Articles";
	font-size: 11px;
	display: block;
  text-decoration: underline;
	text-shadow: 1px 1px 1px #000000;
}


div.author-list .with-name img {
	width: 100px; 
}
	
div.author-list .with-name .avatar {
  float: left;
  height: 110px;
  overflow: hidden;
  border-radius: 100em;
}


div.author-list .with-name .email {
  width: 26px !important;
  height: 20px;
  margin: 10px 0 0 15px;
  position: relative;
  float: left;
  overflow: hidden;
}

div.author-list .with-name .email a {
  color: transparent;
  width: 26px !important;
  height: 20px;
  text-indent: -2999px;
  background: url("/wp-content/uploads/2015/04/icon-email.png") 0 0 no-repeat;
}

div.author-list .with-name .biography {
  width: 26px !important;
  height: 20px;
  float: left;
  margin: 11px 0 0 17px;
  display: block;
  background: none;
  /* background: url("/wp-content/uploads/2015/04/icon-twitter.png") 0 0 no-repeat; */
  overflow: hidden;
}

div.author-list .with-name .biography  a {
    color: transparent;
	 width: 26px !important;
	 	height: 20px;
		text-indent: -2999px;
}

.biography p {
  display: none;
}

.alm-listing .postThumb img {
  height: 260px;
  width: auto;
}

.yuzo_related_post {
  text-transform: uppercase;
}
.yuzo_related_post h3 {
  font-family: 'Oswald';  
  font-size: 100%;
  padding-left: 5px;
}
.yuzo_related_post {
}
.yuzo_related_post .relatedthumb {
  width: 25% !important;
  font-size: 110%;
}
.yuzo_related_post .relatedthumb a {
  color: #444;
}
.yuzo-img-wrap {
  width: 100% !important;
}

.yuzo-img-wrap span {
  color: #bbb !important;
}

.yuzo_related_post .relatedthumb:hover {
  background-color: white !important;
}

.yuzo-img {
  width: inherit !important;
}

.et_social_autowidth {
  text-align: left;
  position: fixed;
  right: 0;
  width: 40px !important;
  height: 400px;
  z-index: 100;
  top: 200px;
}

@media (max-width: 991px) {
  .menu-search .iconsearh, #submit{width:40px}
  .navbar-header {
      float: none;
  }
  .navbar-dark.shrink .navbar-toggle {
    margin-top: 7px;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      padding: 0;
      margin-top: 0;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin: 0;
  }
  .shrink .navbar-nav {
    margin: 0;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-text {
      float: none;
      margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in { 
      display: block!important;
  }
  .collapsing {
      overflow: hidden!important;
  }
  .liveAtt {
    float: none;
  }
  .menu-search input#search {
    width: 200px;
    opacity: 1;
  }
  .menu-search #submit {
    display: block;
    margin-left: 10px;
  }
  .liveAtt a {
    display: block;
    margin: 0 5px;
    left: 10px;
    position: relative;
  }
  .menu-search {
    width: 100%;
    padding-left: 15px;
  }
  .menu-search .iconsearh {
    display: none;
  }
}

@media (max-width: 734px) {
  #wrap {
    padding-top: 20px;
  }
  .navbar-dark a {
    display: block;
    max-width: 250px;
  }
  .menu-search {
    float: none;
    /*margin: 10px 5px;*/
    position: relative;
  }
  .menu-search.open input#search {
    /*width: 100%;*/
  }
  .sng-bottom {
    padding-left: 30px;
  }
  .menu-search input#search {
    position: absolute;
    width: 220px;
    opacity: 1;
    display: block;
    /*left: 30px;*/
  }
  .menu-search #submit {
    position: absolute;
    left: 220px;
  }
  .menu-search .iconsearh, .menu-search.open .iconsearh, .menu-search.open #submit {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .alm-listing .postTextInner {
    max-height: 10000px;
    padding: 10px 10px 20px 10px;
  }
  .alm-listing .postText, .alm-listing .postThumb {
    max-height: 10000px;
    float: none;
    width: 100%;
    height: 150px;
  }
  .alm-listing .postThumb img {
    width: 100%;
    height: auto;
  }
  .alm-listing p {
    display: none;
  }
  .category-videos #blog-left .alm-listing li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }

  .sng-aut .author-avatar {
    margin-bottom: 0;
  }

  blockquote {
    width: auto;
    font-size: 140%;
    font-weight: 100;
    color: #774695;
    margin: 20px 10px;
    line-height: 120%;
    border-left: 1px solid #ccc;
    padding-left: 20px;
  }

  blockquote:before {
    display: block;
    content: "\201C";
    font-size: 200%;
    position: absolute;
    left: 7px;
    top: 0px;
  }

  .shortcode-author-avatars div.author-list .user {
    width: 100%;
    margin: 0;
  }

  .yuzo_related_post .relatedthumb {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .yuzo-img {
    width: 100% !important;
  }

  .alm-listing li h3 {
    margin: 0 10px;
  }

  .et_monarch .et_social_left {
    display: none;
  }

  h1.sng-title {
    font-size: 30px;
  }

  .featured {
/*    height: 160px;
    margin-top: 50px;
*/  }

}

.sng-art {
  position: relative;
}

.sng-art span.cat {
  position: absolute;
  top: -29px;
  right: 81px;
}
.sng-art .postDate {
  position: absolute;
  top: -29px;
  right: 0;
}


@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 10px;
  }
  .navbar-nav>li>a  {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.sng-art .cat {
  position: absolute;
  top: 0;
  right: 0;
}

#owl-slider {
  top: 85px;
  position: relative;
}

#owl-slider, .owl-wrapper-outer, .owl-wrapper {
  height: 70vh;
}

.recent-posts {
  background-color: white;
  padding: 10px;
  text-transform: uppercase;
  color: #aaa;
  text-align: center;
  font-size: 1em;
}

#owl-slider .headline {
  position: absolute;
  bottom: 40px;
  width: 100%;
  padding: 20px;
  z-index: 2;
}

#owl-slider .headline h1 {
  font-size: 2em;
  color: white;
  line-height: 1.2em;
  padding: 0;
  font-weight: 400;
  display: block;
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
}

#owl-slider .headline a {
  position: absolute;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
}

#owl-slider .headline .post-meta {
  width: 100%;
  height: 30px;
}

#owl-slider .owl-item, #owl-slider .item, #owl-slider .item a.darker  {
  display: block;
  width: 100vw;
  height: 70vh;
  background-size: cover;
  background-position: top center;
}

#owl-slider .item a.darker {
  background-color: rgba(0,0,0,0.5);
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-top: 0;
}
.owl-buttons {
  display: none;
}

.post-meta {
  position: relative;
  display: block;
  clear: both;
}

.post-meta .cat {
  background: black;
  padding: 2px 13px 3px 13px;
  color: #ffffff;
  float: left;
}

.post-meta .date {
  background: #774695;
  padding: 2px 13px 3px 13px;
  color: #ffffff;
  float: left;
}

/*@media screen and (max-width:1234px) {  

#wrap {
width: 980px !important;	
max-width: 980px !important;
}
	.category .ajax-load-more-wrap{
	width:620px;
}
#sidebar-right {
  float: right !important;
  margin: 0;
}
	
}

@media screen and (max-width:820px) { 
  #wrap {
width: 100% !important;	
max-width: 100%  !important;
} 
.category .ajax-load-more-wrap{
	width:100%  !important;
}
#sidebar-right {
  float: none !important;
  display: none;
  margin: 0 auto;
  100%  !important;
}
}

 */