/*
Theme Name: CustomTheme
Theme URI: http://masmedia.hu
Author: Másmédia
Author URI: http://masmedia.hu
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: CustomTheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
	font-weight: 400;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* #Column Shortcodes
----------- */
.one_half, .one_third, .two_third, .one_fourth, .three_fourth{ margin-right: 4%; float: left; }
.one_half { width: 48%; }
.one_third { width: 30.6666%; }
.two_third { width: 65.3332%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.column-last { margin-right: 0 !important; clear: right; }

h1{
	font-size: 42px;
	margin-bottom: 10px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 16px;
}

.entry-content > .vc_row {
    margin-left: 0px;
    margin-right: 0px;
}
.wpb_wrapper p{
	margin-bottom: 20px;
}
.wpb_wrapper h2, .wpb_wrapper h3{
	margin-bottom: 10px;
}
.vc_col-sm-12.fullwidth .vc_column-inner > .wpb_wrapper
{
    width: 100%;
    /*padding: 0px 20px;*/
    box-sizing: border-box;
    /*margin: 50px auto;*/
	margin: 0 auto;
}
.vc_col-sm-12:not(.fullwidth) > .vc_column-inner > .wpb_wrapper,
/*.vc_col-sm-12 > .vc_column-inner,*/
.container{
    max-width: 1240px;
    width: 100%;
    /*padding: 0px 20px;*/
    box-sizing: border-box;
    margin: 0 auto;
}

body .wpb_single_image{
	margin-bottom: 20px;
}

form.wpcf7-form{
	
}

form.wpcf7-form input[type="text"], form.wpcf7-form input[type="tel"], form.wpcf7-form input[type="email"], .wpcf7-textarea{
	padding: 10px 20px;
	margin: 10px;
	width: 98%;
}
.wpcf7-textarea{
	width: 99%;
}
form.wpcf7-form input[type="submit"]{
	background: #4A281F;
	color: white;
	text-transform: uppercase;
	border-radius: 20px;
	border: 2px solid #4A281F;
	padding: 12px 40px;
	line-height: 1;
	font-weight: bold;
	display: block;
	margin: 10px auto;
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	cursor: pointer;
}
form.wpcf7-form input[type="submit"]:hover{
	background: transparent;
	color: #4A281F;
}
form.wpcf7-form .ajax-loader{
	display: none;
}

form .wpcf7-not-valid-tip{
	position: absolute;
    top: 30px;
    left: 20px;
}

body .wpcf7-response-output{
	color: black;
}

body .elrejt{
	display: none;
}

@media only screen and (min-width: 992px) {
	#pum-4697 .pum-content img:nth-of-type(2) {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
	#pum-4697 .pum-content img:first-of-type {
    display: none !important;
  }
}


@media screen and (max-width: 600px) {
  .tour-hotel {
		max-height: calc(90vh - 80px);
  }
}