/**
Theme Name: Ingatlannet WP
Description: A responsive, mobile first parent theme built on top of Hybrid Core
Tags: light, one-column, two-columns, right-sidebar, left-sidebar, flexible-width, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready
Version: 0.1.7
Author: Ingatlannet
Author URI: http://www.ingatlannet.hu
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	background-color: #F0F3F5;
}

.container {
    max-width: 1200px;
    padding-right: 10px;
    padding-left: 10px;
}

.main-container {
    /*box-shadow: 0px 0px 5px 0px #727272;*/
    margin-bottom: 20px;
}

a {
    color: #1F1F1F;
    text-decoration: none !important;
    cursor: pointer;
}

.margin-lg-top {
    margin-top: 20px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.bgray {
    background-color: #F0F3F5;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header_menu {
    margin: 5px 0;
}

#header_menu li {
    display: inline-block;
}

#header_menu a {
    color: #1F1F1F;
    font-weight: medium;
}

.bgray {
    background-color: #F0F3F5;
}

.bgwhite {
    background-color: white;
}

.header-navbar {
    border: none;
	background-color: white;
}

.header-navbar .navbar-header {
    position: relative;
}

.header-navbar .navbar-toggle {
    float: none;
    position: absolute;
    margin: 0;
    right: 10px;
    bottom: 15px;
}

.header-navbar .navbar-nav > li > a {
    color: #1F1F1F;
    font-weight: 500;
    text-align: right;
	display: inline-block;
	transition: 0.3s ease, color 0.3s ease;
}

.header-navbar .navbar-nav > li > a:hover {
    color: #1BAE19;
}

.navbar {
    min-height: initial;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 0;
    border-right: 0;
    border-left: 0;
}

.navbar-brand {
    height: auto;
    width: 200px
}

.navbar-brand,
.navbar-nav > li > a {
    padding: 10px;
}

.navbar-collapse {
    padding-right: 10px;
    padding-left: 10px;
}

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

.navbar-nav > li > a {
    font-weight: bold;
    text-align: right;
}

.navbar-toggle {
    margin-right: 10px;
}

.breadcrumb {
    line-height: 30px;
    background-color: transparent;
    padding: 8px 0;
    margin-bottom: 0;
}

.breadcrumb > li + li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    color: inherit;
}

.breadcrumb .back-btn {
    margin-right: 10px;
}

.keret {
    border: 1px solid #dddddb;
}

.keret-top {
    border-top: 1px solid #dddddb;
}

.keret-bottom {
    border-bottom: 1px solid #dddddb;
}

.keret-left {
    border-left: 1px solid #dddddb;
}

.keret-right {
    border-right: 1px solid #dddddb;
}

.footer ul.navbar-nav {
    float: none;
    list-style: none;
}

.footer ul.navbar-nav > li {
    float: none;
    display: inline-block;
}

.footer {
    font-size: 12px;
}

.footer .navbar-header {
    float: left;
}

.footer .navbar-toggle {
    display: none;
}

.footer .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.footer .navbar-brand,
.footer .navbar-nav > li > a {
    color: #464c71;
    padding-right: 7px;
    padding-left: 7px;
}

.entry-title {
    margin-top: 5px;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

h2, h2 a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

h3 {
    font-size: 15px;
    font-weight: bold;
}

.mini_post img {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    height: auto;
	border-radius: 12px;
}

.mini_post {
    color: #333;
    text-align: justify;
    display: block;
}

.post_data {
    display: block;
}

.post_block {
    border-bottom: 1px solid #dddddb;
    margin-bottom: 15px;
}

.post_block:last-child {
    border: none;
}

.cms_page {
    padding-top: 20px;
}

p {
    margin: 5px 0px;
}

.postBox p {
    width: 100%;
}

.postBox img {
    display: block;
    max-width: 100%;
    height: auto;
}

.nav-single {
    margin-top: 20px;
}

.nav-next {
    float: right;
}

.nav-previous {
    float: left;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.reg-box ul {
    list-style: inherit;
    margin-bottom: -20px;
    padding-left: 20px;
    min-height: 8.571428574em;
}

.reg-box {
    padding: 20px 10px;
}

.reg-box .btn {
    font-weight: bold;
}

.reg-box h2, .reg-box h3 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 18px;
}

#searchform input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#searchform input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#searchform input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

#searchform input:-ms-input-placeholder {
    color: #999;
}

#searchform input::-webkit-input-placeholder {
    color: #999;
}

@font-face {
    font-family: GochiHand;
    src: url("https://www.ingatlannet.hu/static/GochiHand-Regular.ttf");
    //src: url("/static/GochiHand-Regular.ttf");
}

.szlogen {
    display: inline-block;
    vertical-align: bottom;
    color: #2d567f;
    font-family: GochiHand;
    padding-top: 5px;
    font-size: 18px;
}

#searchform input[disabled],
#searchform input[readonly],
fieldset[disabled] #searchform input {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

#searchform textarea {
    height: auto;
}

#searchform input[type="submit"] {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 10px;
}

#searchform input[type="submit"]:hover,
#searchform input[type="submit"]:focus,
#searchform input[type="submit"].focus,
#searchform input[type="submit"]:active,
#searchform input[type="submit"].active,
.open > .dropdown-toggle#searchform input[type="submit"] {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

@media (min-width: 768px) {
    .header-navbar {
        padding-top: 20px;
    }

    .header-navbar .navbar-header {
        margin-top: -20px;
    }

    .navbar-right {
        margin-right: -10px;
    }

}

@media (min-width: 992px) {
    .szlogen {
        padding-left: 20px;
    }

    .navbar-brand > img {
        display: inline-block;
    }
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

img.alignright {
    float:right;
    margin:0 0 1em 1em
}

img.alignleft {
    float:left;
    margin:0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float:right;
    margin:0 0 1em 1em
}

a img.alignleft {
    float:left;
    margin:0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.kapcs-profil-img {
    max-width: 150px;
}

.font-18 {
    font-size: 18px;
}

.margin-lg-bottom {
    margin-bottom: 20px;
}

.margin-md-bottom {
    margin-bottom: 15px;
}

.margin-md-top {
    margin-top: 15px;
}

a.gyakori-kereses {
    display: block;
}

@media (max-width: 767px) {
	.navbar-nav {
		text-align: center;
		padding-top: 10px;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		display: inline-block;
		margin: 0 auto;
	}
}

.bejelentkezes-button {
	background-color: #1BAE19 !important;
	color: #ffffff !important;
	padding: 4px 30px !important;
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s ease, color 0.3s ease;
}

.bejelentkezes-button:hover {
	background-color: #039601 !important;
	color: #ffffff !important;
}

.bejelentkezes-button:active {
	background-color: #1BAE19 !important;
	color: #ffffff !important;
}

.hirdetesfeladas-button {
	background-color: #E0320B;
	color: #ffffff !important;
	padding: 4px 30px !important;
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s ease, color 0.3s ease;
}

.hirdetesfeladas-button:hover {
	background-color: #C72602 !important;
	color: #ffffff !important;
}

.hirdetesfeladas-button:active {
	background-color: #E0320B !important;
	color: #ffffff !important;
}

@media (min-width: 768px) {
	.navbar-right {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
}