/*
 Theme Name:   Republic Child Theme
 Theme URI:    http://www.hasznalt-huto-mosogep.hu
 Description:  Republic Child Theme
 Author:       Horváth Zsolt	
 Author URI:   http://www.hasznalt-huto-mosogep.hu
 Template:     republic
 Version:      1.0.0
*/

@import url("../republic/style.css");

/*.top-bar{display:none;}*/
.header-area{height:288px;}
.site-header{
	background-size:cover;
	background-position: 0 center;
}
.viewposts{
	position:relative;
	top:7px;
}
.fa-search{
	margin: 25% 0 0 32% !important;
}
.rightpost img.attachment-republic_indeximage{
	width:auto !important;
	height:auto !important;
}
/*
.rightpost img.attachment-republic_indeximage{
	height:auto !important;
}
*/
#main div.large-8.column .rightpost h3 {
    clear: none;
    margin: 0;
    padding: 0;
    margin-top: -2px;
    line-height: 16px;
    margin-bottom: 3%;
}
#main h3 {
    font-size: 1.65rem !important;
}
ul.large-block-grid-3 div.entry-content img.attachment-post-thumbnail {
   max-height: none;
}
.titlepage{
	box-shadow:none !important;
	border-radius:5px;
}
.belownavi {
    margin-bottom: 0px!important;
	display:none !important;
}
#nav_menu-3{
    margin: -15px;
    position: relative;
    top: 123px;
    left: 31px;
	z-index:1;
  
}
#nav_menu-3 li{
	display:inline;
	margin-right:15px;

}
.titlepage{
	margin-bottom: 50px !important;
    background: #008CBA !important;
}
.readmore {
	text-align:center;
    padding: 6px;
    font-size: 1.1em;
    background: #FF5722;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
#search-2{
	margin-bottom:-10px !important;
}
#text-2 p{
    line-height: 1.2em !important;
	font-size: 17px !important;
	margin-bottom:10px;
	text-align: justify;
}
.product-text-container{
	    float: left;
    width: 100%;
    padding-right: 4%;
}
.product-image-container{
	    float: left;
    width: 100%;
    padding-right: 4%;
    margin-bottom: 33px;
}
.product-image-container a:nth-child(1) img{
	width: 65%;
    float: left;
    margin-right: 1%;
}
.product-image-container a:nth-child(2) img{
	    width: 32%;
    float: left;
    margin-bottom: 1%
}
.product-image-container a:nth-child(3) img{
    width: 32%;
}
.eladva{
	background:#cc1a11;
	padding:3px;
	border-radius:4px; 
	color:white;
	margin-right:5px;
	width:180px;
	text-align:center
}
.breadcrumbs{
	display:none;
}
#random-post{
	margin-top:6em;
}
.home .medium-8 li{
	text-align:center;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 2px;
}

h1.entry-title {
    font-size: 1.8rem;
	margin: 25px 0 50px 0;
	font-family: cursive;
}
.main-navigation li, span.label.front-label.blog, .front-label one, .front-label, #menu-mosogepes{
	font-family: cursive;
}
ul.large-block-grid-3 h1.entry-title {
    font-size: 1.2rem;
    margin: 7px 0 14px 0;
}
@media screen and (max-width:600px){
	.header-area{
	display:none;	
	}
	nav{
		position:fixed !important;
		z-index:2;
	}
	#content{
		margin-top:30px !important;
	}
	.product-image-container{
		width:100%;
	}
	.product-text-container{
		width:100%;
	}
	.viewposts{
		display:none;
	}
	.taxonomy-description{
		display:none;
	}
	.main-navigation li, span.label.front-label.blog, .front-label one, .front-label, #menu-mosogepes, h1.entry-title{
		font-family: sans-serif;
	}
}