/*
Theme Name: Laron
Template: transcargo
Author: Laron
Updated: 2016-03-24 14:55:02
*/

#header {
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0) !important;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -o-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}
#header:before {
    background-color: rgba(0, 0, 0, 0) !important;
}
#header .page_title h1 {
    font-family: laron-eurostile-bold;
    text-shadow: 0.1em 0.1em 0.2em black;
}
.top_bar {
    font-size: 1em;
}
.top_bar_info_wr .top_bar_info li {
    padding-top: 0;
    padding-bottom: 0;
}

.top_bar_info.visible {
	display: block !important;
}

body.header_style_4 .top_nav_wr .top_nav {
    padding-top: 0px;
    border: 2px;
    line-height: .5;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -o-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
    padding: 0px;
}
/*
.top_nav_wr {
    z-index: 20;
}
*/
.top_nav_wr .top_nav .logo a.logo_text {
    font-size: 35px;
    font-family: laron-eurostile-bold;
}
.top_nav_wr .top_nav .logo a img {
    padding-left: 35px;
}
.top_nav_wr .top_nav ul.top_nav_menu {
	margin: 0 10px !important;
}
.top_nav_wr .top_nav ul.top_nav_menu li ul {
    background-color: #0074c9;
    line-height: 1.4;
}
.top_nav_wr .top_nav ul.top_nav_menu #stm_magic_line {
    height: 1px;
    background-color: rgba(0, 121, 194, 0.75);
}


@media screen and (min-width: 769px) and (max-width: 991px) {

	.top_nav_wr .top_nav .logo a.logo_text {
		margin: 0 15px !important;
	}

	.top_nav_wr .top_nav ul.top_nav_menu > li {
		font-size: 1.2em !important;
		padding: 0 12px !important;
	}
}


@media screen and (min-width: 992px) and (max-width: 1024px) {

	.top_nav_wr .top_nav .logo a.logo_text {
		margin: 0 20px !important;
	}

	.top_nav_wr .top_nav ul.top_nav_menu > li {
		padding: 0 20px !important;
	}
}


h1:before, .h1:before, h2:before, .h2:before, h3:before, .h3:before, h4:before, .h4:before, h5:before, .h5:before, h6:before, .h6:before {
    border-bottom: none !important;
}
.breadcrumbs {
    margin-bottom: 30px;
}
.blog_grid > article .post_wr .post_thumbnail .date {
    width: 0;
    height: 0;
    padding-top: 0;
    font-size: 0 !important;
    color: #000 !important;
}
.blog_grid > article .post_wr .post_thumbnail .date .day {
    font-weight: 0;
    font-size: 0;
    line-height: 0;
}
#footer .footer_widgets {
    padding-top: 30px;
}


/* 5 columns row */
.col-md {
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 992px) {
	.row-5 .col-md {
		float: left;
		width: 20%;
	}
}

/* Top nav bar */
.top_bar_info_wr .top_bar_info_switcher .active {
	padding: 15px 40px 14px 20px;
}

/* Main Navigation 75px*/
.top_search .search_button {
	padding: 23px 0 23px;
}
.top_nav_wr .top_nav ul.top_nav_menu > li > a {
	padding: 33px 0 !important;
}

.top_nav_wr .top_nav .logo a.logo_text {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* Navigation under slider padding 15px*/
.rev_slider_nav .title {
	padding: 15px 0;
}

/* hide google translate bar */
.goog-te-banner-frame.skiptranslate {
	display: none !important;
} 
body {
	top: 0px !important;
}
.stm_sidebar {
	margin: 0 15px;
}