/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.tm-block-top-a.tm-block-primary,
.tm-block-bottom-b.tm-block-primary-dark {
	border-width: 0 0 10px 0;
	border-color: transparent;
	border-style: solid;
 }
  
.tm-block-bottom-a.tm-block-primary {
	border-width: 10px 0 0 0;
	border-style: solid;
	border-color: transparent;
}

.tm-fullscreen {    
	background: #2d3135 url(../images/fullscreen/smsc-centered.jpg) 50% 50% no-repeat;
	background-size: cover;    
}

@media (min-width: 768px) {  
    .tm-navbar-fixed .tm-toolbar + .tm-navbar {  top: 110px;  }    
    .tm-navbar-fixed .tm-toolbar {  height: 110px;  }  
}

/* Remove Split Menu Nav */

.tm-navbar {  
height: auto;  
padding: 10px;  
}  

.tm-nav-logo {  
margin-top: 20px;  
position: relative;  
}  

.tm-toolbar {  
height: auto;  
padding-bottom: 20px;
}



.tm-nite-icons-front {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.tm-nite-icons-front > li {
  display: inline-block;
}
.tm-nite-icons-front > li > a {
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}

.tm-navbar-fixed .tm-toolbar, .tm-navbar-fixed .tm-navbar { z-index: 6; }



/* Perfect Quotes Custom Code */

/* For the widget */
#sidebar ul.perfect-quotes,
.widget-area ul.perfect-quotes,
ul.perfect-quotes { list-style: none; padding: 0px; }
  #sidebar ul.perfect-quotes li,
  ul.perfect-quotes li { margin-bottom: 16px; background: url('../images/quotes.png') !important no-repeat top left; padding: 0 0 0 0px; }
  #sidebar ul.perfect-quotes span,
  ul.perfect-quotes span { display: block; width: 100%; font-style: italic; text-align: right; font-size: 80%;}

/* For the shortcode */
div.perfect-quotes { font-style: italic; padding: 0 20px 0 20px; margin: 20px 0px 20px 20px; background: url('../images/quotes.png') no-repeat top left; }
div.perfect-quotes>span { padding-left: 20px; font-size: 80%; }