/*
Theme Name: Betekincs Étterem
Theme URI: http://betekincsetterem.hu/
Description: A Betekins Étterem weboldalának alapértelmezett sablonja
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
text-decoration: none; 
}

*, *:after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { font-family: 'PT Sans', sans-serif; font-size: 17px; color: #627792; line-height: 30px; overflow-x: hidden; }
body.rwd_menu__opened { overflow: hidden; }

textarea, input, select, button { font-family: 'PT Sans', sans-serif; font-size: 18px; color: #23315a; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

hr { height: 20px; border-top: 2px solid #2e2623; }
hr.m_t_20 { margin-top: 20px; }
hr.white { border-top-color: white; }

input[type="checkbox"] { width: 30px; height: 30px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background: white; border: 1px solid #c18b35; clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important;  -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }
input[type="checkbox"]:checked { background: #c18b35; }
input[type="checkbox"]:checked:before { left: 0; top: 0; right: 0; bottom: 0; text-align: center; color: white; line-height: 30px; position: relative; display: block; text-align: center; content: '✔'; }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 900px; margin-left: auto; margin-right: auto; position: relative; }
.alignleft { margin: 0 20px 5px 0; float: left; }
.alignright { margin: 0 0 5px 20px; float: right; }
.aligncenter { margin: 0 auto 20px auto; display: block; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.uppercase { text-transform: uppercase; }
.t_a_c, .center { text-align: center; }
.t_a_r { text-align: right; }
.hide { display: none !important; } 
.b_r_3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.b_r_5 { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.red { color: #fe0000; }
.sec_font { font-family: 'Playfair Display', serif; }

/* Cols */
.row { width: 100%; font-size: 0; display: block; }
.col { font-size: 18px; vertical-align: top; display: inline-block; position: relative; }
.col_66 { width: 66%; }
.col_60 { width: 60%; }
.col_50 { width: 50%; }
.col_40 { width: 40%; }
.col_33 { width: 33.3333333333%; }
.col_25 { width: 25%; }

.row_table { width: 100%; display: table; }
.row_table > .col { display: table-cell; }

/* Animation */
.anim, #header .menu ul li a:after { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.anim_1 { -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; }
.anim_cubic { -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); }

/* Button */
.button { height: 50px; padding: 0 40px; font-size: 17px !important; font-weight: 700; text-transform: uppercase; text-decoration: none !important; color: white !important; line-height: 50px; background-color: #c18b35; display: inline-block; position: relative; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.button:hover { background-color: #2e2623; }

.button_silver { color: white !important; background-color: #e5e5e5; }

.button_60 { height: 60px; line-height: 60px; }
.button_full { width: 100%; padding: 0; display: block; }

/* ID */
#website { position: relative; }


/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu { width: 100%; left: 0; top: 80px; bottom: 0; font-size: 18px; color: white; position: fixed; z-index: 100; visibility: hidden; opacity: 0; overflow: hidden; }
#rwd_menu p { margin-bottom: 10px; }
#rwd_menu p:last-child { margin-bottom: 0; }
#rwd_menu hr { max-width: none; margin: 0 0 30px 0; background-position: left top; }

#rwd_menu .rwd_menu_overlay { width: 100%; height: 100%; left: 0; top: 0; background: #2e2623; position: absolute; }
#rwd_menu .rwd_menu_wrapper { max-height: 100%; margin-top: -30px; padding: 30px; position: relative; overflow-y: auto; opacity: 0; }

/* Menu */
#rwd_menu .rwd_menu_wrapper ul { margin-bottom: 30px; padding-bottom: 30px; background: url(images/sep_brown.svg) no-repeat left bottom; background-size: auto 3px; }
#rwd_menu .rwd_menu_wrapper ul li { list-style: none; } 
#rwd_menu .rwd_menu_wrapper ul li a { padding: 5px 0; padding-bottom: 10px; font-size: 25px; color: white; display: block; position: relative; }

body.rwd_menu__opened #rwd_menu { visibility: visible; opacity: 1; }
body.rwd_menu__opened #rwd_menu .rwd_menu_wrapper { margin-top: 0; opacity: 1; }



/*
--------------
	HEADER
--------------
*/
#header { width: 100%; height: 100px; padding: 0 50px 0 45px; background: white; border-left: 5px solid #c18b35; z-index: 99; position: fixed; }
#header section { height: 100%; }

/* Logo */
#header .logo { margin-top: -2px; display: block; }
#header .logo img { width: auto; height: 20px; display: block; }

/* Menu */
#header .menu { right: 260px; position: absolute; }
#header .menu ul { font-size: 0; }
#header .menu ul li { margin: 0 10px; vertical-align: top; display: inline-block; }
#header .menu ul li a { height: 38px; font-size: 14px; font-weight: 700; color: #323434; line-height: 38px; display: block; position: relative; }
#header .menu ul li a:after { width: 0; height: 1px; left: 50%; bottom: 0; background: #323434; position: absolute; content: ''; }
#header .menu ul li a:hover:after { width: 100%; left: 0; }
#header .menu ul li.current_page_item a { color: #c18b35; }
#header .menu ul li.current_page_item a:after { width: 100%; left: 0; background: #c18b35; }

/* Contact */
#header a.contact { right: 50px; position: absolute; }

/* RWD menu */
#header .rwd_button { height: 50px; right: 30px; padding: 0 15px 0 55px; font-size: 14px; font-weight: 700; color: white; letter-spacing: 2px; background: #2e2623; position: absolute; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
#header .rwd_button .burg { width: 30px; height: 2px; left: 15px; top: 23px; background: #c18b35; display: block; position: absolute; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after { width: 30px; height: 2px; background: #c18b35; position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before { top: -8px; left: 0; }
#header .rwd_button .burg:after { top: 8px; right: 0; }

body.rwd_menu__opened #header .rwd_button .burg { background: transparent; }
body.rwd_menu__opened #header .rwd_button .burg:before { top: 0; -webkit-transform: rotate(45deg); }
body.rwd_menu__opened #header .rwd_button .burg:after { top: 0; -webkit-transform: rotate(-45deg); }

/* Fixed header */
body.fixed_header #header { height: 80px; -moz-box-shadow: 0 0 30px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2); box-shadow: 0 0 30px rgba(0,0,0,0.2); }


/*
--------------
	SLIDER
--------------
*/
#slider { height: 90vh; max-height: 750px; background: #2e2623; }
#slider .slick-list, 
#slider .slick-track, 
#slider .slick-slide { height: 100%; }
#slider .slick-slide { background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#slider .slick-slide .cover { width: 100%; height: 100%; left: 0; top: 0; padding-top: 100px; background: url(images/dots.png) repeat left top; position: absolute; }
body.fixed_header #slider .slick-slide .cover { padding-top: 80px; }
#slider .slick-slide .entry { max-width: 700px; margin: auto; padding: 0 30px; }
#slider .slick-slide .entry h1, 
#slider .slick-slide .entry h2 { top: 30px; font-size: 40px !important; color: white; line-height: 120%; position: relative; opacity: 0; }
#slider .slick-slide .entry .text_2 { top: 30px; margin-top: 20px; font-size: 30px; color: white; line-height: 120%; position: relative; opacity: 0; }
#slider .slick-slide .entry .has_animation { -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out; -o-transition: all 0s ease-out; transition: all 0s ease-out; }
#slider .slick-slide .entry .read_more_wrapper { top: 30px; margin-top: 30px; padding-top: 30px; background: url(images/sep_white.svg) no-repeat center top; background-size: auto 3px; position: relative; opacity: 0; }
#slider .slick-slide .entry .read_more_wrapper a { font-size: 14px; font-weight: 700; text-decoration: underline; color: white; letter-spacing: 2px; }

#slider .slick-slide.item.slick-active .entry h1, 
#slider .slick-slide.item.slick-active .entry h2, 
#slider .slick-slide.item.slick-active .entry .text_2, 
#slider .slick-slide.item.slick-active .entry .read_more_wrapper { top: 0; opacity: 1; }
#slider .slick-slide.item.slick-active .entry .has_animation { -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); }

/* Dots */
#slider ul.slick-dots { width: 100%; left: 0; bottom: 50px; margin: 0 !important; font-size: 0; text-align: center; position: absolute; }
#slider ul.slick-dots li { margin: 0 10px; padding-left: 0 !important; vertical-align: top; display: inline-block; opacity: 0.5; }
#slider ul.slick-dots li:before { display: none !important; }
#slider ul.slick-dots li.slick-active { opacity: 1; }
#slider ul.slick-dots li button { width: 20px; height: 20px; text-indent: -9999px; background: url(images/slider_dot_white.svg) no-repeat center; background-size: 14px 14px; cursor: pointer; }


/*	
----------------
	ABOUT US
----------------
*/
#aboutus { padding: 70px 0; }

/* Image */
#aboutus .col_image { position: relative; }
#aboutus .col_image .image { width: 100%; height: 100%; left: 0; top: 0; background-color: #2e2623; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.15); -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.15); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }
#aboutus .col_image .image:after { height: 30px; left: 50px; right: 50px; bottom: -30px; background: #c18b35; position: absolute; z-index: -1; content: ''; }

/* Text */
#aboutus .col_text { padding: 50px; font-size: 18px; color: #2e2623; line-height: 30px; }
#aboutus .col_text h3 { margin-bottom: 20px; font-size: 30px; color: #c18b35; }
#aboutus .col_text .read_more_wrapper { margin-top: 30px; padding-top: 30px; background: url(images/sep.svg) no-repeat center top; background-size: auto 3px; }
#aboutus .col_text .read_more_wrapper a { font-size: 14px; font-weight: 700; text-decoration: underline; color: #323434; letter-spacing: 2px; }


/*
---------------
	REVIEWS
---------------
*/
#reviews { padding: 50px 0; background: white; border-top: 1px solid #e0dcd9; }
#reviews div { outline: none; }
#reviews img { margin: auto; }
#reviews .title { margin-bottom: 30px; font-size: 30px; color: #2e2623; }

#reviews ul.slick-dots { margin-bottom: 0 !important; font-size: 0; text-align: center; }
#reviews ul.slick-dots li { margin: 0 10px; padding-left: 0 !important; vertical-align: top; display: inline-block; opacity: 0.5; }
#reviews ul.slick-dots li:before { display: none !important; }
#reviews ul.slick-dots li.slick-active { opacity: 1; }
#reviews ul.slick-dots li button { width: 20px; height: 20px; text-indent: -9999px; background: url(images/slider_dot.svg) no-repeat center; background-size: 14px 14px; cursor: pointer; }

body.page #reviews { margin-top: -30px; margin-bottom: 30px; padding: 30px 0; border-top: none; border-bottom: 1px solid #e0dcd9; }


/*
----------------
	SERVICES
----------------
*/
#services { padding: 70px 0; background: #f7f4ee; }
#services .title { margin-bottom: 30px; font-size: 30px; color: #2e2623; }

#services .col { padding: 30px 100px; font-size: 18px; color: #2e2623; line-height: 30px; border-right: 1px solid #e0dcd9; }
#services .col:last-child { border-right: none; }
#services .col .icon { margin-bottom: 20px; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; }
#services .col:hover .icon { -webkit-animation: swing 0.6s forwards; animation: swing 0.6s forwards; }
#services .col .icon img { width: auto; height: 120px; display: inline-block; }
#services .col .read_more_wrapper { margin-top: 30px; padding-top: 30px; background: url(images/sep.svg) no-repeat center top; background-size: auto 3px; }
#services .col .read_more_wrapper a { font-size: 14px; font-weight: 700; text-decoration: underline; color: #323434; letter-spacing: 2px; }


/*
-------------------------
	FRONTPAGE GALLERY
-------------------------
*/
#frontpage_gallery { position: relative; }
#frontpage_gallery .slick-slide { background: #2e2623; }
#frontpage_gallery .slick-slide img { display: block; opacity: 0.5; outline: none; }
#frontpage_gallery .slick-slide.slick-current img { opacity: 1; }

/* Arrows */
#frontpage_gallery .arrows { width: 100%; height: 100px; left: 0; top: 50%; position: absolute; z-index: 90; }
#frontpage_gallery .arrows .arrows_wrapper { max-width: 1000px; height: 100px; margin: auto; position: relative; }
#frontpage_gallery .arrows .arrow { width: 100px; height: 100px; left: -100px; top: 0; background: #c18b35 url(images/slider_arrows.svg) no-repeat left top; background-size: auto 100px; position: absolute; cursor: pointer; }
#frontpage_gallery .arrows .arrow.arrow_next { left: auto; right: -100px; background-position: -100px 0; }


/*
------------------
	BREADCRUMB
------------------
*/
#breadcrumb_title { margin-bottom: 30px; font-size: 16px; font-weight: 700; color: #2f3239; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#breadcrumb_title h1 { color: white; }
#breadcrumb_title .cover { width: 100%; height: 100%; padding: 140px 0 30px; background: url(images/dots.png) repeat left top; }
body.fixed_header #breadcrumb_title .cover { padding-top: 120px; }
#breadcrumb_title .breadcrumb { font-size: 14px; font-weight: 700; color: white; letter-spacing: 2px; }
#breadcrumb_title .breadcrumb a { text-decoration: underline; color: #c18b35; display: inline-block; }
#breadcrumb_title .breadcrumb a:hover { text-decoration: none; }
#breadcrumb_title .breadcrumb .sep { width: 30px; height: 23px; vertical-align: middle; display: inline-block; position: relative; }
#breadcrumb_title .breadcrumb .sep:after { width: 0; height: 0; left: 50%; top: 8px; margin-left: -2px; margin-top: -2px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid white; position: absolute; content: ''; }


/*
---------------
	CONTENT
---------------
*/
#content { padding-bottom: 50px; color: #2e2623; background: #f7f4ee; }
body.home #content { padding-bottom: 0; background: none; }

/* H tag */
#content h1 { margin-bottom: 20px; font-size: 50px !important; }
#content h3 { margin-bottom: 20px; font-family: 'Playfair Display', serif; font-size: 25px; color: #2e2623; }
#content h3.bold { font-weight: bold; }
#content h4 { margin-bottom: 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #2e2623; letter-spacing: 2px; }

/* Basic tags */
#content p { margin-bottom: 20px; }
#content iframe.fullwidth { width: 100%; height: 800px; } 

/* List */
#content ul { margin-left: 20px; margin-bottom: 20px; }
#content ul li { padding-left: 20px; position: relative; list-style: none; }
#content ul li:before { width: 8px; height: 8px; left: 0; top: 11px; background: #c18b35; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

#content ul.nomargin { margin-left: 0; }
#content ul.nomargin li { padding-left: 0; }
#content ul.nomargin li:before { display: none; }

#content ul.gallery { margin-left: -10px !important; margin-right: -10px; font-size: 0; }
#content ul.gallery li { width: 25%; margin-bottom: 20px; padding-left: 10px; padding-right: 10px; vertical-align: top; display: inline-block; }
#content ul.gallery li img { width: 100%; height: auto; display: block; }

/* Columns */
#content .content-column.one_half, 
#content .content-column.one_third { margin-bottom: 30px; padding: 0 30px 0 0; border-right: 1px solid #e0dcd9; }

#content .content-column.one_half:nth-child(2), 
#content .content-column.one_half:nth-child(3), 
#content .content-column.one_third:nth-child(2), 
#content .content-column.one_third:nth-child(3), 
#content .content-column.one_half.last_column, 
#content .content-column.one_third.last_column { padding-left: 30px; }

#content .content-column.one_half.last_column, 
#content .content-column.one_third.last_column { border-right: none; }

/* Hidegtálak */
#content.pageid-14 { text-align: center; }
#content.pageid-14 .sec_font { font-size: 22px; line-height: 35px; }

/* Table */
#content table { width: 100%; margin-bottom: 30px; text-align: left; border-spacing: 0; border-collapse: collapse; }
#content table thead th { padding: 10px; font-size: 14px; text-transform: uppercase; color: white; line-height: 15px; background: #c18b35; }
#content table tbody td { padding: 10px; font-size: 16px; line-height: 16px; border: 1px solid #c18b35; }
#content table tbody tr:nth-child(odd) td { background: white; }

/* Map */
#content #map_canvas { height: 400px; margin-bottom: 30px; }

/* Video wrapper */
#content .video_wrapper { height: 0; padding-bottom: 56.25%; padding-top: 25px; position: relative; }
#content .video_wrapper iframe { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }


/*
---------------
	FOOTER
---------------
*/
#footer { padding: 60px 0; font-size: 15px; color: #c18b35; background: #2e2623; }
#footer h4 { margin-bottom: 30px; padding-bottom: 30px; font-size: 14px; font-weight: 700; color: #c18b35; letter-spacing: 2px; background: url(images/sep_brown.svg) no-repeat center bottom; background-size: auto 3px; }

#footer .contact_text { max-width: 600px; margin: 0 auto 40px auto; font-size: 22px; color: white; line-height: 35px; }

/* E-mail and phone */
#footer .email_phone { margin-bottom: 40px; }
#footer .email_phone a { font-size: 16px; text-decoration: none; color: white; }
#footer .email_phone a:hover { text-decoration: underline; }
#footer .email_phone strong { font-size: 13px; font-weight: 700; color: #c18b35; }

/* Copyright */
#footer .copyright a { text-decoration: underline; color: #c18b35; }
#footer .copyright a:hover { color: white; }


/*
--------------
	FORM
--------------
*/
.wpcf7 { padding: 50px !important; border: 2px solid #c18b35; }
.wpcf7 .number { width: 50px; height: 50px; margin: 0 auto 30px auto; text-align: center; color: white; line-height: 50px; background: #c18b35; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.wpcf7 ::placeholder { font-size: 14px; color: #c9b48b; }
.wpcf7 :-ms-input-placeholder { font-size: 14px; color: #c9b48b; }
.wpcf7 ::-ms-input-placeholder { font-size: 14px; color: #c9b48b; }

.wpcf7 p { margin-bottom: 20px; }
.wpcf7 p:last-of-type { margin-bottom: 0 !important; }
.wpcf7 a { text-decoration: underline; color: #c18b35; }
.wpcf7 a:hover { color: #2e2623; }
.wpcf7 label { font-size: 14px; font-weight: 700; text-transform: uppercase; text-align: left; letter-spacing: 2px; display: block; }

.wpcf7 textarea, 
.wpcf7 input[type=tel], 
.wpcf7 input[type=text], 
.wpcf7 input[type=email] { width: 100%; padding: 10px 0; background: transparent; border-bottom: 1px dashed #c18b35; }

.wpcf7 textarea { height: 100px; min-height: 100px; padding: 10px 0; resize: vertical; }

.wpcf7 input[type=submit]:disabled { background: #C9B48B; }

.wpcf7 .form_row_first { width: 50%; padding-right: 15px; border-right: 1px solid #c18b35; float: left; }
.wpcf7 .form_row_last { width: 50%; padding-left: 15px; float: right; }
.wpcf7 .form_row_last:after { clear: both; }


/*
------------------
	KEYFRAMES
------------------
*/
@-webkit-keyframes swing {
	25% {
		-webkit-transform: rotate3d(0, 0, 1, 6deg);
		transform: rotate3d(0, 0, 1, 6deg);
	}

	50% {
		-webkit-transform: rotate3d(0, 0, 1, -4deg);
		transform: rotate3d(0, 0, 1, -4deg);
	}

	75% {
		-webkit-transform: rotate3d(0, 0, 1, 2deg);
		transform: rotate3d(0, 0, 1, 2deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
  25% {
		-webkit-transform: rotate3d(0, 0, 1, 6deg);
		transform: rotate3d(0, 0, 1, 6deg);
	}

	50% {
		-webkit-transform: rotate3d(0, 0, 1, -4deg);
		transform: rotate3d(0, 0, 1, -4deg);
	}

	75% {
		-webkit-transform: rotate3d(0, 0, 1, 2deg);
		transform: rotate3d(0, 0, 1, 2deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}


/*
-------------------
	RWD DESIGN
-------------------
*/
@media only screen and (max-width: 1600px) { 

	/* HEADER: Menu */
	#header .menu { right: 230px; }
	#header .menu ul li { margin: 0 10px; }

}

@media only screen and (max-width: 1440px) { 

	/* HEADER */
	#header { height: 80px; padding: 0 30px 0 25px; }
	
	/* HEADER: Logo */
	#header .logo img { height: 20px; }
	
	/* HEADER: Menu */
	#header .menu { right: 210px; }
	#header .menu ul li a { font-size: 16px; }
	
	/* HEADER: Contact */
	#header a.contact { right: 30px; }
	
	/* SERVICES */
	#services .col { padding: 30px 50px; }
	
	/* BREADCRUMB */
	#breadcrumb_title .cover { padding-top: 120px; }
}

@media only screen and (max-width: 1280px) { 

	/* DISPLAY: None */
	.hide_in_1280 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_1280 { display: block !important; }
	
	/* HEADER: Logo */
	#header .logo img { height: 25px; }
	
	/* HEADER: Contact */
	#header a.contact { right: 160px; }
	
	/* SERVICES */
	#services .col { padding: 30px; }
	
	/* FRONTPAGE GALLERY */
	#frontpage_gallery .slick-slide img { width: 100% !important; height: auto !important; }
	
	/* FRONTPAGE GALLERY: Arrows */
	#frontpage_gallery .arrows .arrow { left: 0; }
	#frontpage_gallery .arrows .arrow.arrow_next { left: auto; right: 0; }
}

@media only screen and (max-width: 960px) { 

	/* DEFAULT */
	.p_l_30 { padding-left: 30px; }
	.p_r_30 { padding-right: 30px; }
	
	/* ABOUT US */
	#aboutus { padding: 50px 0; }
	
	/* ABOUT US: Image */
	#aboutus .row { width: 100%; display: block; }
	#aboutus .col_image { width: 100%; height: 300px; left: auto; top: auto; display: block; position: relative; }
	#aboutus .col_image .image:after { height: 20px; left: 30px; right: 30px; bottom: -20px; }
	
	/* ABOUT US: Text */
	#aboutus .col_text { padding: 50px 20px 0 20px; font-size: 18px; color: #2e2623; line-height: 30px; }
	
	/* SERVICES */
	#services { padding: 50px 0; }
	
	/* FRONTPAGE GALLERY: Arrows */
	#frontpage_gallery .arrows { height: 60px; }
	#frontpage_gallery .arrows .arrows_wrapper { height: 60px; }
	#frontpage_gallery .arrows .arrow { width: 60px; height: 60px; background-size: auto 60px; }
	#frontpage_gallery .arrows .arrow.arrow_next { background-position: -60px 0; }

	
	/* FOOTER */
	#footer { padding: 50px 0; }
}

@media only screen and (max-width: 768px) { 

	/* DISPLAY: None */
	.hide_in_768 { display: none !important; }

	/* SLIDER */
	#slider .slick-slide .entry h1, 
	#slider .slick-slide .entry h2 { font-size: 6vw !important; }
	#slider .slick-slide .entry .text_2 { font-size: 25px; }
	#slider ul.slick-dots { bottom: 30px; }

	/* SERVICES */
	#services .col { width: 100%; padding: 30px; border-right: none; border-bottom: 1px solid #e0dcd9; display: block; }
	#services .col:last-child { border-bottom: none; }
	
	/* CONTENT: H tag */
	#content h1 { font-size: 7vw !important; }
	
	/* CONTENT: List */
	#content ul.gallery li { width: 33.3333333333%; }

	/* FOOTER */
	#footer { padding: 30px 0; }
	#footer .contact_text { margin: 0 auto 30px auto; }
	#footer .email_phone { margin-bottom: 30px; }
	
	/* FORM */
	.wpcf7 { padding: 30px !important; }
	
	.wpcf7 .form_row_first { width: 100%; padding-right: 0; border-right: none; float: none; }
	.wpcf7 .form_row_last { width: 100%; padding-left: 0; float: none; }
}

@media only screen and (max-width: 640px) { 

	/* HEADER: Logo */
	#header .logo img { height: 20px; }

	/* SLIDER */
	#slider .slick-slide .entry h1, 
	#slider .slick-slide .entry h2 { font-size: 7vw !important; }
	#slider .slick-slide .entry .text_2 { font-size: 20px; }
	#slider ul.slick-dots { bottom: 20px; }
	
	/* CONTENT: H tag */
	#content h1 { font-size: 8vw !important; }
}

@media only screen and (max-width: 600px) { 

	/* CONTENT: Columns */
	#content .content-column.one_half, 
	#content .content-column.one_third { padding: 20px 0 !important; border-right: none; border-bottom: 1px solid #e0dcd9; }

	#content .content-column.one_half.last_column, 
	#content .content-column.one_third.last_column { border-bottom: none; }
}

@media only screen and (max-width: 480px) { 
	
	/* SLIDER */
	#slider { height: 80vh; }
	
	/* HEADER: Logo */
	#header .logo img { height: 17px; }

	/* HEADER: RWD menu */
	#header .rwd_button { width: 60px; right: 20px; padding: 0; font-size: 0; text-indent: -9999px; }
	
	/* CONTENT: H tag */
	#content h1 { font-size: 9vw !important; }

	/* FORM */
	.wpcf7 { padding: 0 !important; border: none; }
}
