/*
Theme Name: Mészöly Júlia
Theme URI: https://meszolyjulia.hu
Description: Mészöly Júlia weboldalának alapértelmezett sablonja
Author: Effix Marketing
Author URI: https://effix.hu
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

.landing-page {
    font-family: 'Jost', sans-serif !important;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6 {
    font-family: 'Lora', serif !important;
}

.landing-page * {
    margin: revert;
    padding: revert;
    border: revert;
    text-decoration: revert;
}

.landing-page b {
    font-weight: 600;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    max-width: 2000px;
    margin: auto;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    overflow-x: hidden;
}

body.rwd_menu__opened {
    overflow: none;
}

textarea, input, select, button {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    outline: none;
}

h1, h2, h3, h4 {
    font-weight: normal;
    line-height: 120%;
}

hr {
    margin: 30px 0;
    border-top: 5px solid #efefed;
}

img.alignleft {
    margin: 0 20px 5px 0;
    float: left;
}

img.alignright {
    margin: 0 0 5px 20px;
    float: right;
}

img.aligncenter {
    margin: 0 auto 20px auto;
    display: block;
}

/* Classes */
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.inner_800 {
    max-width: 800px;
}

.inner_900 {
    max-width: 900px;
}

.vertical_middle {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.hide {
    display: none !important;
}

.red {
    color: #f1655c;
}

.b_r_3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.b_r_50p {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sec_font, .button, .null-instagram-feed p a {
    font-family: 'Lora', serif;
}

/* Cols */
.row {
    font-size: 0;
}

.row .col {
    font-size: 20px;
    vertical-align: top;
    display: inline-block;
}

.row .col_50 {
    width: 50%;
}

.row .col_33 {
    width: 33.3333333333%;
}

.row.row_table {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.row.row_table .col {
    display: table-cell;
}

/* Animation */
.anim, #header ul.menu li a:after, .gallery_chooser .gallery_article a.thumbnail:after, ul.single_gallery 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_cubic {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Button */
.button {
    height: 50px;
    padding: 0 20px;
    font-size: 16px !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    color: white !important;
    line-height: 50px;
    background: #5b1d32;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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;
}

.button:hover {
    background: #333;
}

.button:disabled {
    background-color: #f8d6c2;
}

/* Checkbox and radio */
input[type="checkbox"],
input[type="radio"] {
    width: 24px;
    height: 24px;
    margin: -4px 4px 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
    background-color: white;
    border: 1px solid #828282;
    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="radio"] {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    width: 14px;
    height: 14px;
    left: 4px;
    top: 4px;
    text-align: center;
    background: #581f32;
    position: relative;
    border-radius: 8px;
    display: block;
    content: '';
}

input[type="checkbox"]:checked:before {
    width: 14px;
    height: 14px;
    left: 4px;
    top: 4px;
    text-align: center;
    background: #581f32;
    position: relative;
    display: block;
    content: '';
}


/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu {
    width: 100%;
    left: 0;
    top: 80px;
    bottom: 0;
    font-size: 18px;
    color: white;
    background: #581f32;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    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 p label {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #dde0e4;
    display: block;
}

#rwd_menu p a {
    font-size: 20px;
    color: white;
}

#rwd_menu hr {
    max-width: none;
    margin: 0 0 30px 0;
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.15);
}

#rwd_menu .rwd_menu_overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

#rwd_menu .rwd_menu_wrapper {
    max-height: 100%;
    margin-top: -30px;
    padding: 50px 30px 30px 30px;
    position: relative;
    overflow-y: auto;
    opacity: 0;
}

/* Menu */
#rwd_menu .rwd_menu_wrapper ul {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

#rwd_menu .rwd_menu_wrapper ul li {
    list-style: none;
}

#rwd_menu .rwd_menu_wrapper ul li a {
    padding: 5px 0;
    font-size: 40px;
    color: white;
    line-height: 1;
    display: block;
    position: relative;
}

#rwd_menu .rwd_menu_wrapper ul.menu_footer li a {
    font-size: 20px;
}

/* Language chooser */
#rwd_menu ul.language-chooser {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

#rwd_menu ul.language-chooser li {
    margin-right: 20px;
}

#rwd_menu ul.language-chooser li a {
    width: 50px;
    height: 50px;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #decac1;
    line-height: 40px !important;
    border: 1px solid #decac1;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#rwd_menu ul.language-chooser li a:hover {
    color: white;
    border-color: white;
}

/* RWD nav opened */
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;
    left: 0;
    top: 0;
    background: #581f32;
    position: fixed;
    z-index: 99;
}

#header .inner {
    height: 100%;
}

/* Logo */
#header .logos .logo {
    top: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#header .logos .logo_with_text {
    width: 190px;
    height: 170px;
    padding-top: 15px;
    background: url(images/bgr_logo.png) no-repeat center top;
}

#header .logos .logo_with_text img {
    width: auto;
    height: 120px;
    margin: auto;
    display: block;
}

#header .logos .logo_without_text {
    width: auto;
    height: 70px;
    margin: 15px auto 0;
    display: none;
}

/* Menu */
#header ul.menu {
    width: 50%;
    width: calc(50% - 100px);
    height: 20px;
    left: 0;
    font-size: 0;
    text-align: right;
    position: absolute;
}

#header ul.menu.menu_right {
    left: auto;
    right: 0;
    text-align: left;
}

#header ul.menu li {
    margin: 0 15px;
    vertical-align: top;
    display: inline-block;
}

#header ul.menu li a {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    position: relative;
    display: block;
}

#header ul.menu li a:before {
    width: 5px;
    height: 20px;
    left: -15px;
    top: 4px;
    background: #decac1;
    display: none;
    position: absolute;
    content: '';
}

#header ul.menu li.current-post-parent a,
#header ul.menu li.current-menu-item a,
#header ul.menu li.current_page_item a {
    color: #decac1;
}

#header ul.menu li.current-post-parent a:before,
#header ul.menu li.current-menu-item a:before,
#header ul.menu li.current_page_item a:before {
    display: block;
}

/* Language chooser */
#header ul.language-chooser {
    height: 30px;
    right: 0;
    top: 30px;
    padding-top: 40px;
    border: 1px solid rgba(255 255 255 / 15%);
    position: absolute;
    overflow: hidden;
    list-style: none;
    display: none;
}

#header ul.language-chooser li {
    height: 40px;
}

#header ul.language-chooser li.active {
    left: 0;
    top: 0;
    position: absolute;
}

#header ul.language-chooser li a {
    height: 100%;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    line-height: 40px;
    display: block;
}

#header ul.language-chooser li a:hover {
    text-decoration: underline;
}

#header ul.language-chooser:hover {
    height: auto;
    background: white;
    border-color: white;
    -moz-box-shadow: 0 1px 2px rgba(0 0 0 / 15%);
    -webkit-box-shadow: 0 1px 2px rgba(0 0 0 / 15%);
    box-shadow: 0 1px 2px rgba(0 0 0 / 15%);
}

#header ul.language-chooser:hover li {
    border-bottom: 1px solid #eee;
}

#header ul.language-chooser:hover li:last-child {
    border-bottom: none;
}

#header ul.language-chooser:hover li a {
    color: #333;
}

/* RWD menu */
#header .rwd_button {
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
    background: #491b2a;
    position: absolute;
    cursor: pointer;
}

#header .rwd_button .burg {
    width: 30px;
    height: 2px;
    left: 25px;
    background: white;
    display: block;
    position: relative;
    -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: white;
    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 {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

body.fixed_header #header .logos .logo_with_text {
    display: none;
}

body.fixed_header #header .logos .logo_without_text {
    display: block;
}


/*
-------------
	SLIDE
-------------
*/
#slide {
    max-height: 700px;
    min-height: 400px;
    margin-top: 100px;
    background: #581f32 url(images/bgr_slide.png) no-repeat center bottom;
    background-size: contain;
    position: relative;
}

#slide:before {
    padding-top: 45%;
    display: block;
    position: relative;
    content: '';
    z-index: 1;
}

#slide:after {
    height: 30px;
    left: calc((100% - 1200px) / 2);
    right: calc((100% - 1200px) / 2);
    bottom: -30px;
    background: #fbeae0;
    position: absolute;
    content: '';
}

#slide .image_text_wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
    position: absolute;
    z-index: 1;
}

#slide .image_text_wrapper .image {
    width: calc(50% - 400px);
    height: 100%;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    position: relative;
}

#slide .image_text_wrapper .image.image_right {
    left: auto;
    right: 0;
}

#slide .image_text_wrapper .text_wrapper {
    width: 800px;
    height: 100%;
    padding: 0 100px;
    vertical-align: top;
    color: white;
    display: inline-block;
    position: relative;
}

#slide .image_text_wrapper .text_wrapper .title {
    font-size: 40px;
    line-height: 1;
}

#slide .image_text_wrapper .text_wrapper .title span {
    font-size: 50px;
    display: block;
}

#slide .image_text_wrapper .text_wrapper .text {
    margin-top: 70px;
    font-size: 30px;
}

#slide .image_text_wrapper .text_wrapper .scroll_somewhere {
    width: 100px;
    height: 100px;
    left: 50%;
    bottom: -50px;
    background: #783c52 url(images/icon_arrow_down_white.svg) no-repeat center;
    background-size: auto 32px;
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*
----------------
	ABOUT US
----------------
*/
#aboutme {
    padding: 130px 0 0;
    position: relative;
}

#aboutme:after {
    width: 100%;
    height: 80px;
    left: 0;
    bottom: 0;
    background: #fbeae0;
    position: absolute;
    content: '';
    z-index: -1;
}

#aboutme .row {
    position: relative;
}

#aboutme .row .col.col_text {
    padding: 50px 100px 130px 0;
}

#aboutme .row .col.col_text .title {
    margin-bottom: 30px;
    font-size: 50px;
    color: #5b1d32;
    line-height: 1;
}

#aboutme .row .col.col_text a.read_more {
    margin-top: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #5b1d32;
    border-bottom: 3px solid #5b1d32;
    display: inline-block;
}

#aboutme .row .col.col_text a.read_more:hover {
    color: #333;
    border-bottom-color: #333;
}

#aboutme .row .col.col_image {
    position: relative;
}

#aboutme .row .col.col_image .image {
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fbeae0;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
}

/*#aboutme .row .col.col_image .image:before { width: 20px; left: -20px; top: 30px; bottom: 30px; background: #5b1d32; position: absolute; content: ''; }*/


/*
----------------
	SERVICES
----------------
*/
#services {
    padding: 100px 0 0;
    background: #fbeae0;
    position: relative;
    z-index: 0;
}

#services:after {
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 0;
    background: white;
    position: absolute;
    content: '';
    z-index: -1;
}

#services .title {
    margin-bottom: 50px;
    font-size: 50px;
    color: #5b1d32;
    line-height: 1;
}

#services .service_wrapper {
    margin-left: -30px;
    margin-right: -30px;
    font-size: 0;
}

#services .service_wrapper .service {
    width: 33.3333333333%;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: top;
    display: inline-block;
}

#services .service_wrapper .service:nth-child(-n+3) {
    /*  margin-top: 0; */
}

#services .service_wrapper .service:nth-child(2n) {
    /*  margin-top: 60px; */
}

#services .service_wrapper .service:nth-child(3n) {
    /* margin-top: 20px; */
}

#services .service_wrapper .service .wrapper {
    background: white;
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

#services .service_wrapper .service .wrapper .entry {
    padding: 30px;
}

#services .service_wrapper .service .wrapper .entry .count {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    color: white;
    line-height: 50px;
    background: #5b1d32;
}

#services .service_wrapper .service .wrapper .entry .service_title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #581f32;
    line-height: 1;
}

#services .service_wrapper .service .wrapper .entry .service_text {
    font-size: 18px;
    color: #333;
}
.service_text p {
    margin-bottom: 0.5em;
}
.service_text ul {
    padding-inline-start: 20px;
}

#services .service_wrapper .service .wrapper .thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}


/*
-----------------
	INSTAGRAM
-----------------
*/
#instagram {
    padding: 100px 0 0;
}

#instagram .icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 30px;
    background-image: url(images/dotted_circle.png), url(images/icon_instagram.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%, auto 24px;
}

#instagram .title {
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: 50px;
    color: #5b1d32;
    line-height: 1;
    position: relative;
}

#instagram .title:after {
    width: 100px;
    height: 3px;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    background: #f2e0d7;
    position: absolute;
    content: '';
}

#instagram .info_text {
    margin-bottom: 50px;
}

#instagram .null-instagram-feed p {
    text-align: center;
}

#instagram .null-instagram-feed p a {
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    line-height: 50px;
    background: #5b1d32;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#instagram .null-instagram-feed p a:hover {
    background: #333;
}

#instagram ul {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
    font-size: 0;
}

#instagram ul li {
    width: 25%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    display: inline-block;
}

#instagram ul li:nth-child(-n+4) {
    margin-top: 0;
}

#instagram ul li:nth-child(2n) {
  /*  margin-top: 20px; */
}

#instagram ul li a {
    display: block;
}

#instagram ul li img {
    width: 100%;
    height: auto;
    display: block;
}
#instagram ul li img {
    height: 450px;
    object-fit: cover;
}
@media only screen and (max-width: 640px) {
    #instagram ul li:nth-child(3) img,
    #instagram ul li:nth-child(4) img {
        margin-top: 20px;
    }
}

/*
--------------------
	PHOTOGRAPHER
--------------------
*/
#photographer .subtitle {
    padding: 0 40px;
    font-size: 13px;
    font-weight: 700px;
    line-height: 20px;
    letter-spacing: 3px;
    display: inline-block;
    position: relative;
}

#photographer .subtitle:before,
#photographer .subtitle:after {
    width: 30px;
    height: 1px;
    left: 0;
    top: 50%;
    background: #333;
    position: absolute;
    content: '';
}

#photographer .subtitle:after {
    left: auto;
    right: 0;
}

#photographer .title {
    margin-bottom: 20px;
    font-size: 30px;
    color: #581f32;
    line-height: 1;
}

#photographer .facebook_button a {
    height: 30px;
    padding: 0 20px 0 40px;
    font-size: 16px;
    color: white;
    line-height: 30px;
    background: #1877f2 url(images/icon_facebook_white.svg) no-repeat 10px center;
    background-size: auto 20px;
    display: inline-block;
}

#photographer .facebook_button a:hover {
    background-color: #333;
}


/*
--------------------
	TESTIMONIALS
--------------------
*/
#testimonials {
    margin-top: -200px;
    padding: 300px 0 100px;
    background: #fbeae0 url(images/bgr_testimonials.png) no-repeat left bottom;
    background-size: cover;
}

#testimonials .slick-slider,
#testimonials .slick-list,
#testimonials .slick-track,
#testimonials .slick-slide {
    outline: none;
}

#testimonials .testimonial .testimonial_text {
    margin-bottom: 50px;
    font-size: 24px;
    font-style: italic;
    color: #000;
    line-height: 34px;
}

#testimonials .testimonial .testimonial_author {
    color: #333
}

/* Dots */
#testimonials ul.slick-dots {
    margin-top: 50px;
    font-size: 0;
    text-align: center;
}

#testimonials ul.slick-dots li {
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
}

#testimonials ul.slick-dots li button {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: #c6a8a7;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#testimonials ul.slick-dots li.slick-active button {
    background: #581f32;
}


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content {
    height: 300px;
    margin-top: 100px;
    color: white;
    line-height: 20px;
    background-color: #581f32;
}

#before_content h1 {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1;
}

#before_content .breadcrumb {
    font-size: 16px;
    color: #fbeae0;
}

#before_content .breadcrumb a {
    text-decoration: none;
    color: white;
}

#before_content .breadcrumb a:hover {
    text-decoration: underline;
}

#before_content .row {
    height: 100%;
}

#before_content .row .col.col_image {
    background-color: #491b2a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#before_content .row .col.col_image .cover {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(73, 27, 42, 0.8);
    position: absolute;
}

#before_content .row .col.col_image .title_breadcrumb {
    width: 100%;
    max-width: 600px;
    right: 0;
    bottom: 50px;
    padding-right: 50px;
    text-align: right;
    position: absolute;
}

#before_content .row .col.col_decor {
    background: url(images/bgr_slide.png) no-repeat -50% bottom;
    background-size: auto 200%;
}


/*
----------------
	CONTENT
----------------
*/
#content {
    padding: 50px 0;
}

#content h1 {
    margin-bottom: 20px;
    font-size: 40px;
    color: #000;
}

#content h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #581f32;
}

#content h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    color: #581f32;
}

#content h4 {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

#content p {
    margin-bottom: 30px;
}

#content a {
    text-decoration: underline;
    color: #581f32;
}

#content a:hover {
    color: #333;
}

#content ul {
    margin-bottom: 30px;
    margin-left: 50px;
}

#content ul li {
    list-style: disc;
}

#content ol {
    margin-bottom: 30px;
    margin-left: 50px;
}

#content ol li {
    list-style: decimal;
}

/* Iframe wrapper */
#content .iframe_wrapper {
    height: 0;
    margin-bottom: 30px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

#content .iframe_wrapper iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

/* Contact */
#content.contact .row .col.col_text {
    padding-right: 50px;
}

#content.contact .row .col.col_text span {
    font-size: 15px;
    color: #666;
    display: block;
}

#content.contact .row .col.col_text .contact_meta {
    min-height: 40px;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-top: 8px;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 40px;
}

#content.contact .row .col.col_text .contact_meta.email {
    background-image: url(images/icon_email.svg);
}

#content.contact .row .col.col_text .contact_meta.phone {
    background-image: url(images/icon_phone.svg);
}

#content.contact .row .col.col_text .contact_meta.phone a {
    text-decoration: none;
    color: #000;
}

#content.contact .row .col.col_text .contact_meta.address {
    background-image: url(images/icon_marker.svg);
}

#content.contact .row .col.col_text .contact_meta.address a {
    font-size: 15px;
    font-weight: 700;
}

#content.contact .row .col.col_cf7 {
    padding: 50px;
    background: #fbeae0;
}

/* Testimonials */
#content.testimonials .testimonial {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid #fbeae0;
}

#content.testimonials .testimonial .testimonial_text {
    margin-bottom: 20px;
    font-size: 24px;
    font-style: italic;
    color: #000;
    line-height: 34px;
}

/* Table */
#content table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    border: 0;
}

#content table thead tr td {
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    color: white;
    line-height: 16px;
    background: #581f32;
}

#content table tbody tr td {
    padding: 10px;
    font-size: 15px;
    text-align: left;
    line-height: 18px;
    border-bottom: 2px solid #f2e0d7;
}


#blog {
    padding-bottom: 100px;
    position: relative;
}

body.home #blog:before {
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
}

#blog .title {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

#blog .blog_wrapper {
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 0;
}

#blog .blog_wrapper .blog {
    width: 33.3333333333%;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    display: inline-block;
}

#blog .blog_wrapper .blog:nth-child(-n+3) {
    margin-top: 0;
}

#blog .blog_wrapper .blog .thumbnail {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

#blog .blog_wrapper .blog .thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
    transform: scale(1) translateZ(0);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

#blog .blog_wrapper .blog .thumbnail:hover img {
    -ms-transform: scale(1.05) translateZ(0);
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}

#blog .blog_wrapper .blog .entry {
    padding: 25px;
}

#blog .blog_wrapper .blog .entry h3 {
    margin-bottom: 30px;
}

#blog .blog_wrapper .blog .entry h3 a {
    font-size: 24px !important;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    line-height: 25px;
    display: block;
}

#blog .blog_wrapper .blog .entry h3 a:hover {
    text-decoration: underline;
}

#blog .blog_wrapper .blog .entry a.read_more {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
    color: #5b1d32;
    line-height: 20px;
    border-bottom: 3px solid #5b1d32;
    display: inline-block;
}

#blog .blog_wrapper .blog .entry a.read_more:hover {
    color: #333;
    border-color: #333;
}


/*
---------------
	FOOTER
---------------
*/
#footer {
    font-size: 18px;
    color: white;
    background: #581f32;
}

/* Footer top */
#footer .footer_top {
    padding: 70px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#footer .footer_top .logo {
    display: inline-block;
}

#footer .footer_top .logo img {
    width: auto;
    height: 120px;
    display: block;
}

#footer .footer_top ul {
    margin-top: 20px;
    font-size: 0;
}

#footer .footer_top ul li {
    margin: 0 15px;
    vertical-align: top;
    display: inline-block;
}

#footer .footer_top ul li a {
    font-size: 16px;
    color: white;
}

#footer .footer_top ul li a:hover,
#footer .footer_top ul li.current-menu-item a,
#footer .footer_top ul li.current_page_item a {
    color: #decac1;
}

/* Footer bottom */
#footer .footer_bottom {
    padding: 40px 0 90px;
}

#footer .footer_bottom .social_media {
    margin-bottom: 40px;
}

#footer .footer_bottom .social_media .title {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    line-height: 1;
}

#footer .footer_bottom .social_media a {
    width: 72px;
    height: 72px;
    margin: 0 5px;
    text-indent: -9999px;
    vertical-align: top;
    background-image: url(images/dotted_circle_white.png), url(images/icon_facebook_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%, auto 24px;
    display: inline-block;
}

#footer .footer_bottom .social_media a.instagram {
    background-image: url(images/dotted_circle_white.png), url(images/icon_instagram_white.svg);
}

#footer .footer_bottom .social_media a.youtube {
    background-image: url(images/dotted_circle_white.png), url(images/icon_youtube_white.svg);
}

#footer .footer_bottom .scroll_up {
    max-width: 600px;
    height: 50px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}

#footer .footer_bottom .scroll_up:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background: #8a6370;
    position: absolute;
    content: '';
    z-index: -1;
}

#footer .footer_bottom .scroll_up a {
    width: 50px;
    height: 50px;
    margin: auto;
    text-indent: -9999px;
    background: #581f32 url(images/icon_arrow_up_white.svg) no-repeat center;
    background-size: auto 24px;
    border: 1px solid #8a6370;
    display: block;
}

#footer .footer_bottom .scroll_up a:hover {
    border-color: white;
}

#footer .footer_bottom .copyright {
    font-size: 16px;
    color: #fbeae0;
}

#footer .footer_bottom .copyright a {
    text-decoration: underline;
    color: #fbeae0;
}

#footer .footer_bottom .copyright a:hover {
    color: white;
}


/*
--------------------
	CONTACT FORM
--------------------
*/
.wpcf7 .form-row {
    margin-bottom: 10px;
}

.wpcf7 .form-row.form-row-first {
    width: calc(50% - 10px);
    float: left;
}

.wpcf7 .form-row.form-row-last {
    width: calc(50% - 10px);
    float: right;
}

.wpcf7 .form-row.form-row-wide {
    clear: both;
}

.wpcf7 .form-row textarea,
.wpcf7 .form-row input[type=text],
.wpcf7 .form-row input[type=email] {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #f8d6c2;
}

.wpcf7 .form-row textarea:focus,
.wpcf7 .form-row input[type=text]:focus,
.wpcf7 .form-row input[type=email]:focus {
    border-color: #581f32;
}

.wpcf7 .form-row textarea {
    min-height: 100px;
    padding: 10px;
    resize: vertical;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    font-size: 16px;
}


/*
------------------
	COOKIE BAR
------------------
*/
#cookie-law-info-bar {
    font-size: 14px;
    line-height: 20px;
}

#cookie-law-info-bar .cli_settings_button {
    font-weight: 700;
    text-decoration: underline;
}


/*
-------------------
	RWD DESIGN
-------------------
*/
@media only screen and (max-width: 1600px) {

    /* SLIDE */
    #slide .image_text_wrapper .image {
        width: calc(50% - 300px);
    }

    #slide .image_text_wrapper .image.image_right {
        left: auto;
        right: 0;
    }

    #slide .image_text_wrapper .text_wrapper {
        width: 600px;
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1200px) {

    /* DEFAULT */
    .p_l_30 {
        padding-left: 20px;
    }

    .p_r_30 {
        padding-right: 20px;
    }

    /* NAVIGATION: Menu */
    #rwd_menu .rwd_menu_wrapper ul li a {
        font-size: 30px;
    }

    /* HEADER: Menu */
    #header ul.menu li {
        margin: 0 10px;
    }

    #header ul.menu li a {
        font-size: 15px;
    }

    /* SLIDE */
    #slide:after {
        left: 20px;
        right: 20px;
    }

    /* ABOUT US */
    #aboutme:after {
        height: 50px;
    }

    #aboutme .row .col.col_text {
        padding: 0 50px 80px 0;
    }

    #aboutme .row .col.col_text .title {
        font-size: 40px;
    }

    /* SERVICES */
    #services .title {
        font-size: 40px;
    }

    #services .service_wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }

    #services .service_wrapper .service {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #services .service_wrapper .service:nth-child(2n) {
        margin-top: 20px;
    }

    #services .service_wrapper .service:nth-child(3n) {
        margin-top: 20px;
    }

    #services .service_wrapper .service:nth-child(-n+3) {
        margin-top: 0;
    }

    #services .service_wrapper .service .wrapper .entry {
        padding: 20px;
    }

    /* INSTAGRAM */
    #instagram .title {
        font-size: 40px;
    }

    #instagram ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    #instagram ul li {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* BEFORE CONTENT */
    #before_content h1 {
        font-size: 50px;
    }

    /* BLOG */
    #blog .blog_wrapper .blog .entry {
        padding: 20px 20px 0 0;
    }

    #blog .blog_wrapper .blog .entry h3 a {
        font-size: 20px !important;
        line-height: 25px;
    }
}

@media only screen and (max-width: 960px) {

    /* DISPLAY: None */
    .hide_in_960 {
        display: none !important;
    }

    /* DISPLAY: Block */
    .show_in_960 {
        display: block !important;
    }

    /* HEADER */
    #header {
        height: 80px;
    }

    /* HEADER: Logo */
    #header .logos .logo {
        top: 0;
        left: 20px;
        position: absolute;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    #header .logos .logo_with_text {
        display: none !important;
    }

    #header .logos .logo_without_text {
        height: 60px;
        margin: 10px auto 0;
        display: block !important;
    }

    /* SLIDE */
    #slide {
        margin-top: 80px;
    }

    #slide:after {
        height: 20px;
        bottom: -20px;
    }

    #slide .image_text_wrapper .image {
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1;
    }

    #slide .image_text_wrapper .text_wrapper {
        width: 100%;
        left: 0;
        top: 0;
        padding: 0 20px;
        background: rgba(73, 27, 42, 0.8);
        position: absolute;
        z-index: 2;
    }

    #slide .image_text_wrapper .text_wrapper .scroll_somewhere {
        width: 60px;
        height: 60px;
        bottom: -30px;
        background-size: auto 24px;
    }

    /* ABOUT US */
    #aboutme {
        padding: 70px 0 0;
    }

    #aboutme .row {
        display: block;
    }

    #aboutme .row .col {
        width: 100%;
        display: block;
    }

    #aboutme .row .col.col_text {
        padding: 0 0 50px 0;
    }

    #aboutme .row .col.col_text .title {
        margin-bottom: 20px;
    }

    #aboutme .row .col.col_text a.read_more {
        margin-top: 20px;
    }

    #aboutme .row .col.col_image .image {
        height: auto;
        min-height: 200px;
        left: auto;
        top: auto;
        right: auto;
        position: relative;
    }

    #aboutme .row .col.col_image .image:before {
        width: auto;
        height: 20px;
        left: 20px;
        top: -20px;
        right: 20px;
        bottom: auto;
    }

    #aboutme .row .col.col_image .image:after {
        padding-top: 40%;
        display: block;
        position: relative;
        content: '';
    }

    /* SERVICES */
    #services {
        padding: 75px 0 0;
    }

    #services .service_wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    #services .service_wrapper .service {
        width: 100%;
        max-width: 400px;
        margin-top: 20px !important;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    #services .service_wrapper .service:first-child {
        margin-top: 0 !important;
    }

    /* INSTAGRAM */
    #instagram {
        padding: 75px 0 0;
    }

    #instagram .info_text {
        margin-bottom: 30px;
    }

    #instagram ul li {
        width: 33.3333333333%;
        display: none;
    }

    #instagram ul li:nth-child(-n+3) {
        display: inline-block;
    }

    /* TESTIMONIALS */
    #testimonials {
        margin-top: -200px;
        padding: 275px 0 75px;
    }

    /* BEFORE CONTENT */
    #before_content {
        height: auto;
        margin-top: 80px;
    }

    #before_content .row {
        display: block;
    }

    #before_content .row .col.col_image {
        width: 100%;
        height: 100%;
        display: block;
    }

    #before_content .row .col.col_image .cover {
        width: 100%;
        height: 100%;
        left: auto;
        top: auto;
        padding: 100px 20px;
        position: relative;
    }

    #before_content .row .col.col_image .title_breadcrumb {
        width: auto;
        max-width: none;
        right: auto;
        bottom: auto;
        padding: 0 !important;
        text-align: center;
        position: relative;
    }

    /* CONTENT: Contact */
    #content.contact .row {
        display: block;
    }

    #content.contact .row .col {
        width: 100%;
        display: block;
    }

    #content.contact .row .col.col_text {
        padding-right: 0;
    }

    /* BLOG */
    #blog {
        padding-bottom: 50px;
    }

    body.home #blog:before {
        height: 200px;
    }

    #blog .blog_wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }

    #blog .blog_wrapper .blog {
        margin-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #blog .blog_wrapper .blog .entry {
        padding: 10px 10px 0 0;
    }

    #blog .blog_wrapper .blog .entry h3 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {

    /* SLIDE */
    #slide .image_text_wrapper .text_wrapper .title {
        font-size: 6vw;
    }

    #slide .image_text_wrapper .text_wrapper .title span {
        font-size: 7vw;
    }

    #slide .image_text_wrapper .text_wrapper .text {
        font-size: 25px;
    }

    /* ABOUT US */
    #aboutme .row .col.col_text .title {
        font-size: 30px;
    }

    /* SERVICES */
    #services {
        padding: 50px 0 0;
    }

    #services .title {
        font-size: 30px;
    }

    /* INSTAGRAM */
    #instagram {
        padding: 50px 0 0;
    }

    #instagram .title {
        margin-bottom: 30px;
        padding-bottom: 30px;
        font-size: 30px;
    }

    /* BEFORE CONTENT */
    #before_content .row .col.col_image .cover {
        padding: 75px 20px;
    }

    /* BLOG */
    #blog {
        padding-bottom: 30px;
    }

    #blog .title {
        font-size: 7vw;
    }

    #blog .blog_wrapper .blog {
        width: 50%;
    }

    #blog .blog_wrapper .blog:nth-child(-n+3) {
        margin-top: 40px;
    }

    #blog .blog_wrapper .blog:nth-child(-n+2) {
        margin-top: 0;
    }

    /* FOOTER: Footer top */
    #footer .footer_top {
        padding: 50px 0 40px;
    }
}

@media only screen and (max-width: 640px) {

    /* DISPLAY: None */
    .hide_in_640 {
        display: none !important;
    }

    /* DEFAULT */
    img.alignleft,
    img.alignright {
        width: 50%;
        height: auto;
    }

    /* SLIDE */
    #slide .image_text_wrapper .text_wrapper .title {
        font-size: 7vw;
    }

    /* INSTAGRAM */
    #instagram ul li {
        width: 50%;
        display: none;
    }

    #instagram ul li:nth-child(-n+4) {
        display: inline-block;
    }

    /* BLOG */
    #blog .blog_wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    #blog .blog_wrapper .blog {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    #blog .blog_wrapper .blog:nth-child(-n+2) {
        margin-top: 40px;
    }

    #blog .blog_wrapper .blog:nth-child(1) {
        margin-top: 0;
    }

    /* FOOTER: Footer bottom */
    #footer .footer_bottom .rights {
        display: block;
    }

    /* CONTACT FORM */
    .wpcf7 .form-row.form-row-first,
    .wpcf7 .form-row.form-row-last {
        width: 100%;
        float: none;
    }

    .wpcf7 .form-row .button {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 480px) {

    /* DISPLAY: None */
    .hide_in_480 {
        display: none !important;
    }

    /* DEFAULT */
    img.alignleft,
    img.alignright {
        width: 100%;
        margin: 0 0 20px !important;
        float: none !important;
        display: block;
    }

    /* NAVIGATION */
    #rwd_menu .rwd_menu_wrapper {
        padding: 30px 20px;
    }

    /* SLIDE */
    #slide .image_text_wrapper .text_wrapper .title {
        font-size: 8vw;
    }

    #slide .image_text_wrapper .text_wrapper .title span {
        font-size: 9vw;
    }

    #slide .image_text_wrapper .text_wrapper .text {
        margin-top: 30px;
        font-size: 20px;
    }

    /* BEFORE CONTENT */
    #before_content h1 {
        font-size: 40px;
    }

    /* CONTENT */
    #content {
        padding: 30px 0;
    }

    #content ul,
    #content ol {
        margin-left: 20px;
    }

    /* CONTENT: Contact */
    #content.contact .row .col.col_cf7 {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 320px) {

    /* NAVIGATION: Menu */
    #rwd_menu .rwd_menu_wrapper ul li a {
        font-size: 26px;
    }
}

/* by mark 2022.05.12. */
.subpage-href-button {
    margin-top: 1rem;
    margin-right: 15px;
}

.sub-menu {
    display: none;
    background-color: #581f32;
    color: #fff;
}

/*
.menu-item-has-children:hover .sub-menu {
	display: block;
	position: absolute;
} */
/* mobile contact button */
.mobile-contact-button {
    position: fixed;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #581f32;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 14px 36px;
    border-radius: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    z-index: 999;
    text-decoration: none;
}

.mobile-contact-button:hover {
    background-color: #7a2845;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.mobile-contact-button:focus {
    outline: none;
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6); /* Soft white glow */
    border-radius: 30px;
}

.mobile-contact-button:active {
    background-color: #4a172a;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4); /* Slight press effect */
}

@media (min-width: 768px) {
    .mobile-contact-button {
        display: none; /* Hide on larger screens */
    }
}

.fp-button {
    background-color: #581F32;
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #581F32;
    border-radius: 100px 100px 100px 100px;
    padding: 16px 55px 16px 55px;
    margin-bottom: 20px;
}
.fp-button:hover {
    background-color: #02010100;
    color: #581F32;
    border-color: #581F32;
}