/*
Theme Name: Logica Theme for Casinos
Description: This is a Logica Theme for Casinos
Author: LogicaTechnology
Author URI: http://www.logicatechnology.com
Version: 1.0
*/
/*-----------------------------------------------------------------------------------*/
/*  1.  Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/
/* Typography
================================================== */
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot');
  src: url('font/fontello.eot#iefix') format('embedded-opentype'),
       url('font/fontello.woff') format('woff'),
       url('font/fontello.ttf') format('truetype'),
       url('font/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font: 15px/22px 'Roboto', 'Open Sans', Arial, sans-serif;
    color: #444;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: #666; font-weight:bold;}
a:hover, a:active { outline: 0; color:#e8554e; }

p { margin: 10px 0px 20px; }

h1,h2,h3,h4,h5,h6{
  color: #222;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #222; font-family: 'Raleway'; font-weight: 600; }
h1, h1 a { font-size: 30px; line-height: 36px; }
h2, h2 a { font-size: 21px; line-height: 24px; }
h3, h3 a { font-size: 17px; line-height: 24px; }
h4, h4 a { font-size: 15px; line-height: 24px; }
h5, h5 a { font-size: 14px; line-height: 20px; }
h6, h6 a { font-size: 13px; line-height: 20px; }

em, i { font-style: italic; }
strong, b { border-bottom: 1px solid #ddd; }
small { font-size: 80%; }
address { font-style: normal; }
ul { list-style: disc inside; padding-left: 20px; }
ol { list-style: decimal inside; }
li ul, li ol { margin-left: 1.5em; margin-bottom: 0; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 5px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-facebook:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-gplus:before { content: '\e802'; } /* '' */
.icon-linkedin:before { content: '\e803'; } /* '' */
.icon-pinterest-circled:before { content: '\e804'; } /* '' */

/*-----------------------------------------------------------------------------------*/
/*  2.  Header
/*-----------------------------------------------------------------------------------*/
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

#menu .menu {
    clear: both;
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    padding-left: 0;
}
#menu .menu .menu-item {
    display: inline-block;
    text-align: left;
}

#menu .menu a {
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    border: none;
    color: #fff;
    display: block;
    padding: 10px 20px 5px 10px;
    position: relative;
    padding-right: 20px;
    font-size: 16px;
    border-bottom: 5px solid #333;
}

#menu .menu a:hover,
#menu .menu .current-menu-item > a,
#menu .menu .sub-menu .current-menu-item > a:hover {
    color: #999; border-bottom: 5px solid #009812;
}

#menu .menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 190px;
    z-index: 99;
}

#menu .menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #222;
    border-top: none;
    font-size: 12px;
    padding: 20px;
    position: relative;
    text-transform: none;
    width: 190px;
}

#menu .menu .sub-menu .sub-menu {
    margin: -53px 0 0 189px;
}

#menu .menu .menu-item:hover {
    position: static;
}

#menu .menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

#menu .menu .menu-item:first-child > a {
    padding-left: 0;
}

#menu .menu .menu-item:last-child > a {
    padding-left: 0;
}

#menu {
    background: #333;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

#menu .container {
    position:relative;
}
#menu-toggle-wrapper {
    display: none;
    top: 15px;
    left: 5px;
    position: absolute;
    width: 25px;
    height: 45px;
    z-index: 99;
}
#menu-toggle-wrapper.open {
    top: 22px;
    left: 0;
}
#menu-toggle {
    display: none;
    left: 0;
    top:30px;
    width: 25px;
    height: 3px;
    background: #fff;
}
#menu-toggle:before {
    content: '';
    position: absolute;
     left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
#menu-toggle:after {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
#menu-toggle:before {
    top: 9px;
}
#menu-toggle:after {
    top: 18px;
}
#menu-toggle-wrapper.open #menu-toggle {
    -webkit-transform: rotate(45deg) translate(0, 0);
    -moz-transform: rotate(45deg) translate(0, 0);
    -ms-transform: rotate(45deg) translate(0, 0);
    -o-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    background: #f1f1f1;
}
#menu-toggle-wrapper.open #menu-toggle:before {
    -webkit-transform: rotate(90deg) translate(-9px, 0);
    -moz-transform: rotate(90deg) translate(-9px, 0);
    -ms-transform: rotate(90deg) translate(-9px, 0);
    -o-transform: rotate(90deg) translate(-9px, 0);
    transform: rotate(90deg) translate(-9px, 0);
    background: #f1f1f1;
}
#menu-toggle-wrapper.open #menu-toggle:after {
    -webkit-transform: rotate(90deg) translate(-9px, 0);
    -moz-transform: rotate(90deg) translate(-9px, 0);
    -ms-transform: rotate(90deg) translate(-9px, 0);
    -o-transform: rotate(90deg) translate(-9px, 0);
    transform: rotate(90deg) translate(-9px, 0);
    display: none;
}
#menu-toggle, #menu-toggle:before {
    -webkit-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
    -moz-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
    -ms-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
    -o-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
    transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
}

/* Ostalo */
#header ul.goran_adswidget_ul li{margin-bottom: 0!important;}

#header ul {margin-left:0;padding-left:0;}

#sidebar .column.four{
	width:100%;
	padding-left: 0;
	padding-right:0;
}
#sidebar .casino-item{
	margin: 0 0 25px 0;
}
.casino-module .column.four{
	width: 31.96%;
	padding-left: 0;
	padding-right:0;
	margin-right: 15px;
}
.casino-module > .column.four:last-child{
	margin-right: 0px;
}
.featured-image {
  overflow: hidden;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}
.sidebar-news > .featured-image:last-child{
	border-bottom:0;
}
#sidebar .featured-image a img{	
	width: 100px;
        float: left;
        height: 70px;
        margin-right: 10px;
        background: #fff;
        padding: 5px;
        border: 1px solid #ddd;

}
#sidebar .sidebar-news .featured-image a{
  color: #222;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  display: block;
  line-height: 22px;
}
#sidebar .sidebar-news .featured-image a:hover{
  color: #e8554e;
}
.featured-image{
	 overflow: hidden;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}

.logo {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
    color: #C6C6C6;
}

.logo:hover {
    color: #fff;
}

#header {
    background: #000;
    border-bottom: 10px solid #009812;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ad img {
    float: right;
}

.main {
    margin-top: 40px;
}

.post img {
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background: #f5f5f5
}

.lead {
   font-size: 18px; 
   line-height: 26px;
   color: #444;
}

.widget-title {
   padding: 10px 0px;
   clear: both;
   font-size: 15px;
   margin-bottom: 20px;
   text-transform: capitalize;
   line-height: 20px;
   border-top: 5px solid #DDD;
   border-bottom: 1px solid #DDD;
}
ul.meta{
   padding: 5px 0px;
   color: #777;
   font-size: 12px;
   border-top: 1px dotted #ddd;
   border-bottom: 1px dotted #ddd;
   margin: 10px 0 0 0;
}
ul.meta li{
	list-style: none;
display: inline-block;
}

footer {
    padding: 40px 0;
    background-color: #222;
    color: #888;
    border-top: 5px solid #009812;
}

footer .widget a {
    color: #999;
}

footer .widget-title {
    color:#999;
    padding-left: 0;
    border-top: 5px solid #999;
    border-bottom: 1px solid #999;
}

footer .footer_menu {
 float:right;
 margin-top:25px;
}

.footer_menu ul li {
  display:inline-block;
  list-style:none;
  margin:0 5px;
  border-bottom:none;
  line-height:22px;
}

.post {
    margin-bottom: 40px;
}

.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
footer ul {
    margin-left: 0;
    padding-left: 0;
}

.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
footer li {
    line-height: 38px;
    border-bottom: 1px dotted #555;
    list-style: none;
    padding-left: 0;
}

#sidebar {
    background: #EFF5F3;
    padding: 20px;
    border: 1px solid #DDD;
}

#sidebar ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
#sidebar .widget {
    margin-bottom:25px;
}
.sidebar-news{
	margin-top: 20px;
}

li.widget {
    margin-bottom: 0px;
    border-bottom:0;
}

.recent-posts-widget-with-thumbnails ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px!important;
}

.post-date {
    display: block;
}
/* Newsletter */

.enews-widget {
    background-color: #003584;
    color: #aaa;
    padding: 40px;
}

.enews form + p {
    margin-top: 24px;
}

.enews-widget .widget-title {
   color: #FFF;
   background: transparent !important;
   border-bottom: 5px solid #ddd;
   border-left: none;
   border-top: none;
   border-right: none;
   font-size: 20px;
   font-weight: bold;
   padding-left: 0px;
}

.enews-widget input {
    margin-bottom: 16px;
    width: 100%;
    background: #fff;
    border: none;
    line-height: 28px;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"],.button[type="submit"] {
    background-color: #009812;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #222;
}

.widget li {
    padding:7px 0;
}
.widget a {
    color: #222;
    display: block;
}

.casino-widgets-class.widget a {
    line-height:26px;
}

.widget a:hover {
    color: #e8554e;
}

.tagcloud a,
.tagcloud a:visited {
    background-color: #eee;
    color: #222;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    font-size: 14px!important;
}

.tagcloud a:hover {
    background-color: #e8554e;
    color: #fff;
}

#s {
    float: left;
    margin-right: 25px;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    border-top: 1px solid #ddd;
    margin: 0 15px;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    line-height: 26px;
    background: #555;
}

.pagination a:hover {
    color: #fff;
    background: #3279BB;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #3279BB;
    color: #fff;
}

.lt_button {
    display:block;
    text-align:center;
    color:#fff;
    padding:15px 0;
    background: linear-gradient(to bottom, #505050 0%, #06780F 5%, #006107 100%) repeat scroll 0% 0% transparent;
    text-transform: uppercase;
    border: 5px solid #DDD;
    font-size: 18px;
    font-weight: bold;
}
.lt_button:hover {
    background: linear-gradient(to top, #505050 0%, #06780F 5%, #006107 100%) repeat scroll 0% 0% transparent;
}

/* Casino Module */
.casino-module {
    margin: 20px 0px 20px;
    overflow: hidden;
    /*background: #f5f5f5*/
}
.casino-item {
    background: none repeat scroll 0% 0% #FFF;
    margin: 15px 0px;
    border: 1px solid #90008C;
}

.casino-item h5 {
    margin-top: 0px;
}
.casino-item .img-product {
    width: 100%;
    padding: 10px;
}
.casino-item h3 a{
   font-size: 16px;
   text-transform: capitalize;
}
.casino-item h3 {
   margin-bottom: 0px;
}
.casino-item .items-info {
    padding: 10px;
    text-align: center;
}
.casino-item .items-info h5 {
    color: #002b5e;
    margin: 0px;
    font-weight: bold;
    text-align: left;
}
.casino-item .items-info h5 span {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: normal;
    text-decoration: line-through;
}
.casino-item .free-ship {
    float: right;
    font-size: 10px;
    font-weight: 100;
    color: #aaaaaa;
    width: 50px;
    display: inline-block;
    text-align: left;
    margin-top: -24px;
}

.casino-item .items-info .btn {
    background: linear-gradient(to bottom, #505050 0%, #8A007F 5%, #53005C 100%) repeat scroll 0% 0% transparent;
    text-transform: uppercase;
    border: 5px solid #DDD;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
    display: block;
    width: 100%;
    margin: 0px;
    color: #FFF;
    margin: 0px 0px 10px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.casino-item .items-info .btn:hover {
    background: linear-gradient(to top, #505050 0%, #06780F 5%, #006107 100%) repeat scroll 0% 0% transparent;
}

.casino-item .casino-item a {
    padding: 0 13px;
    display: inline-block;
    width: 100%;
    color: #040200;
    line-height: 25px;
}

.casino-item .casino-item a:hover {
    color: #002b5e;
}
.casino-item .up-to {
    float: right;
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
}
.casino-item .up-to span {
    display: block;
    color: #F44;
    line-height: 15px;
    text-transform: uppercase;
    font-size: 16px;
}
.casino-item .up-to span:nth-child(2) {
    font-size: 12px;
    color: #999999;
}
.casino-item .top {
    padding: 10px;
    border-bottom: 1px dotted #DDD;
}
.casino-item .rating {
    color: #C90;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 5px;
}
.casino-item .top img {
    max-height: 45px;
    float: left;
    margin: 0;
}

#related-posts {
    overflow:hidden;
}

#related-posts img {
   margin-bottom:10px;
}
#related-posts h2 a{
   font-size:14px;
   margin-bottom:15px;
}
#related-posts ul {
   padding-left:0;
}
#related-posts li {
   display:block;
   float:left;
   list-style:none;
   vertical-align:top;
   width: 24%;
   margin-right: 1.3%;
}
#related-posts li:last-child {
  margin-right:0;
}

#related-posts img {
    max-width:100%;
}

#copyright {margin-top:25px; display:inline-block; font:14px/24px 'Roboto', 'Open Sans', Arial, sans-serif;color:#666;}


/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
#comments{
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
#commentsbox li { }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body {
    position: relative;
    padding: 15px 15px 0;
	margin-left: 65px;
	margin-bottom: 30px;
	background: #ffffff;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.comment-body p{
	margin-bottom: 15px !important;
}
.comment-body:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url("http://onlinecasinoaustraliareview.com/wp-content/themes/kazino/images/comment-arrow.png") no-repeat;
}
.comment-body:hover{
}
.reply{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.comment-reply-link {
	font-size: 10px;
}
.comment-reply-link:hover{
}
.comment-body:hover .reply{
	display: block;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -65px;
	height: 40px;
	width: 40px;
	padding: 2px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.comment-author {
        color: #000;
}
.says { display: none }
.comment-meta{
	margin-bottom: 10px;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #666;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	font-size: 11px;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	width: 45%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
	padding: 10px 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);  
}
#commentform textarea {
    display: block;
	padding: 10px;
	width: 100%;
	color: #666;
        border: 1px solid #ddd;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	border-color: #acacac !important;
}
#commentSubmit {
	border:none;
	width:150px;
	outline: none;
}
#commentSubmit::-moz-focus-inner, #commentSubmit::-moz-focus-inner { border: 0; padding: 0; }
#commentSubmit span{
	display: block;
	margin: 0px;
	padding: 10px 15px !important;
}

#commentform {float:none;}

#comment-form {margin:35px 0;}

/*-----------------------------------------------------------------------------------*
/* = Entry Share
/*-----------------------------------------------------------------------------------*/

.social-sites {
  position:absolute;
  right:0;
  top:0;
}
.social-sites li{
  list-style:none;
  display:inline-block;
  margin-right:10px;
}
.social-sites a {
  font-size:16px;
  line-height:44px;
  color:#fff;
}
.single .lt-share {
  margin-bottom: 20px;
  padding:10px 0;
  overflow: hidden;
  border-top: 1px dotted #d6d6d6;
  margin-top: 20px;
  border-bottom: 1px dotted #d6d6d6;
  text-align:center;
}
.single .lt-share li {
  border-radius: 3px;
  list-style: none;
  display: inline-block;
  width: 125px;
  margin: 0 15px 0 0;
}
.single .lt-share li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  text-transform: capitalize;
}
.single .lt-share li a .fa {
  font-size: 14px;
  margin-right: 10px;
}
.single .lt-share li:hover {
  opacity:0.8;
}
.single .lt-share li.twitter {
  background-color: #00aced;
}
.single .lt-share li.facebook {
  background-color: #3b5998;
}
.single .lt-share li.google-plus {
  background-color: #dd4b39;
}
.single .lt-share li.linkedin {
  background-color: #007bb6;
}
.single .lt-share li.pinterest {
  background-color: #C92228;
}
.single .lt-share li.email {
  background-color: #aad450;
}
.widget_categories li, .widget_archive li, .widget_nav_menu li, footer li {
    line-height:18px;
}



/*-----------------------------------------------------------------------------------*/
/*  10.  Responsive
/*-----------------------------------------------------------------------------------*/
/* Medium screens (920px) */
@media (min-width: 669px) and (max-width: 920px){



	.casino-module .column.four{
		  width: 100%!important;
	}

}
/* Medium screens (640px) */
@media (max-width: 668px) {
.open .menu{
	display: block;
}
.menu{
	display: none;
}
#menu-toggle-wrapper {
	display: block;
}
#menu-toggle {
	display: block;
}
#menu-main{
	display: none;
}
#menu .menu a:hover,
#menu .menu .current-menu-item > a,
#menu .menu .sub-menu .current-menu-item > a:hover {
    color: #fff; 
border-bottom: 5px solid transparent;
}
#menu {
height: 50px;
}
#menu .menu {
background-color: #333;
  position: absolute;
  top: 50px;
  left: -20px;
  width: 200px;
}
#menu .menu-item {
display: block;
padding-left: 20px;
}
#menu .menu a {
padding: 10px 0;
}

.post img {
    border:none;
    background:none;
    padding:0;
}

#comment-form {
    display:none;
}

#sidebar {
    background: none;
    padding: 0px;
    border: none;
}


h1, h1 a, h2, h2 a,h3, h3 a { font-size: 18px; line-height: 24px!important; }

#related-posts h2 a,#related-posts h2 {
    line-height:20px!important;
}



ul.goran_adswidget_ul.leaderboard li img {
    height:auto!important;
    margin:10px 0;
}

#related-posts li {
    width:49%;
    margin:10px 0;
}

#related-posts li:first-child, #related-posts li:nth-child(3) {
   margin-right:2%;
}

.single .lt-share li.twitter {
  margin-bottom: 10px;
}
.single .lt-share li.facebook {
  margin-bottom: 10px;
}

.logo {
    font-weight: 600;
    font-size: 21px;
}
body,.lead {
    font-size: 14px;
    line-height: 22px;
}

.single .lt-share li {
  width:149px;
}

.single .lt-share li:last-child {
  display:none;
}

footer .container .row:first-child {
  display:none;
}

footer {
    padding:0;
}

#copyright {
   display:block;
   text-align:center;
}

.single h1 {
   font-size:26px;
   line-height:32px!important;
}

#menu-footer { display:none;}

#menu .menu a { font-size:14px; }


.main .column.six { margin-bottom:25px!important;}

    .site-title {
        text-align: center;
    }
    .menu .menu-item {
        display: block;
    }
    header .menu .menu-item a {
        padding: 10px 0;
    }
}