/**
 * Place your custom styles here.
 */

@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto:300,500');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');

body {
	/*font-family: 'Roboto', sans-serif;
    font-family: 'Noto Serif KR', serif;*/
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #353535;
    background: #fff;
    margin-top:0;
}
html {
    background: #353535;
}

img {
	max-width: 100%;
	height: auto;
}
.main-container li, p {
    font-family: 'Merriweather', serif;
    /*font-size: 16px;*/
	font-weight: 300;
    line-height: 30px;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
	color: #353535;
	/*text-transform: capitalize;*/
	font-weight: 400;
    text-align: center;
}

h1, .h1 {
    font-size: 40px;
    font-weight: 400;
    color: #353535;
}

h2, .h2 {
    font-size: 30px;
    font-weight: 400;
}
#block-korailbleulodge h2 {
    font-size: 30px;
}
@media only screen
and (max-width : 768px){
    h1, .h1 {
        font-size: 30px;
    }    
    h2, .h2 {
        font-size: 30px;
    } 
}
@media only screen
and (max-width : 376px){
    .banner-title h1 {
        font-size: 23px;
    } 
}
.pull-left {
    float: none !important;
    text-align: center;
}
.region-header {
    text-align: center;
}
.path-frontpage .header-container {
    margin-bottom: 30px;
}
@media only screen
and (min-width : 990px){
    .path-frontpage .header-container {
        /*position: absolute;
        z-index: 1;*/
        left: 0;
        right: 0;
        /*top: 5%;*/
    }  
    a.logo {
        display: table;
        border-radius: 5px;
        table-layout: fixed;
        /*margin: 0 auto;*/
        margin: 0
    }
}
a.logo img {
    /*width: 100px;
    height: auto;*/
    background: #fff;
    padding-bottom: 15px;
    padding-top: 30px;
} 
@media only screen
and (max-width : 989px){
    a.logo img {
        width: 125px;
        height: auto;
        padding-top: 15px;
    }    
    a.logo.navbar-btn.pull-left {
        display: inline-block;
        margin-bottom: 0px;
    }
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 0px solid #353535;
    background: #353535;
    color: #fff;
}

.flexslider {
    border: 0;
}
.path-frontpage .region1-container,
.path-frontpage .region2-container,
.path-frontpage .region3-container,
.path-frontpage .region4-container,
.path-frontpage .region5-container,
.path-frontpage .region6-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen
and (max-width : 989px){
    .path-frontpage .region1-container,
    .path-frontpage .region2-container,
    .path-frontpage .region3-container,
    .path-frontpage .region4-container,
    .path-frontpage .region5-container,
    .path-frontpage .region6-container {
        padding-top: 15px;
        padding-bottom: 15px;
    }   
}

.page-header {
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 0px solid #1fa5ca;
    text-align: left;
    /*background: rgba(225,225,225,0.8);
    border-radius: 30px 30px 0 0;*/
    /*padding-left: 30px;*/
    padding-top: 50px;    
}
h1.page-header {
    color: #353535;
    text-align: center;
}
@media only screen
and (max-width : 768px){
    .page-header {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
header#navbar,
.path-frontpage .page-header,
.path-frontpage .view-empty,
.path-frontpage .feed-icons {
    /*display: none;*/
}

/* SUPERFISH MENU*/

ul.sf-menu a, ul.sf-menu span.nolink {
    display: block;
    padding: 5px 10px;
    position: relative;
    color: #353535;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    transition: color .15s ease-in-out 0s;
    cursor: pointer;
}

@media only screen
and (max-width : 1199px)
and (min-width : 990px){
    ul.sf-menu a {
        font-size: 12px;
    }    
}
@media only screen
and (max-width : 989px){
    ul.sf-menu a,
    ul.sf-menu span.nolink {
        font-size: 25px;
        font-weight: 300;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #353535;
    } 
    ul.sf-menu ul a {
        font-size: 20px;
    }
    ul.sf-menu ul li {
        padding-left: 15px;
    }
}
#superfish-main li {
    border-right: 1px solid #353535;
}
#superfish-main li ul li {
    border-right: 0px solid #353535;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: color .15s ease-in-out 0s;
}
#superfish-main li ul li:hover {
    background: #eee;
    transition: color .15s ease-in-out 0s;
}
#superfish-main li:nth-last-child() {
    border-right: 0px solid #fff;
}
#superfish-main a.is-active,
ul.sf-menu a:hover,
ul#superfish-main li a:hover, ul#superfish-main li a.active, ul#superfish-main li.active-trail .nolink, ul#superfish-main li.active-trail a.active, #superfish-main-accordion li a:hover{
    color: #ef9781;
    font-weight: 400;
}
#block-mainnavigation .sf-accordion-toggle.sf-style-none a {
    background: /*#fff*/ url(/sites/default/files/toggle-menu.png) center no-repeat;
    border: 0px solid #381301;
    color: #353535;
    text-indent: -9999px;
    padding: 10px 20px;
    float: left;
    margin-top: -50px;
    margin-bottom: 15px;
}
ul#superfish-main {
    float: right;
    padding-top: 30px;
}
ul.sf-menu .sf-sub-indicator {
    display: none;
}

ul.sf-menu.sf-horizontal.sf-shadow ul, ul.sf-menu.sf-vertical.sf-shadow ul, ul.sf-menu.sf-navbar.sf-shadow ul ul {
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
ul.sf-menu.sf-horizontal.sf-shadow ul, ul.sf-menu.sf-vertical.sf-shadow ul, ul.sf-menu.sf-navbar.sf-shadow ul ul {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
}
li.sf-clone-parent {
    display: none;
}

ul.sf-menu a:hover, ul.sf-menu span.nolink:hover {
    color: #ef9781;
    transition: color .15s ease-in-out 0s;
    text-decoration: none;
}
/* SUPERFISH MENU ENDS */


.designwar-container {
    /*background: #1fa5ca;*/
}
@media only screen
and (max-width : 989px){
    .designwar-container .col-md-10 {
        width: 70%;
        float: left;
    }
    .designwar-container .col-md-2 {
        width: 30%;
        float: right;
    }
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 45px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(31,165,202,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(31,165,202,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.flex-control-paging li a:hover {
    background: #1fa5ca;
    background: rgba(31,165,202,0.8);
}
.flex-control-paging li a.flex-active {
    background: #1fa5ca;
    background: rgba(31,165,202,0.9);
    cursor: default;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #1fa5ca;
    background: rgba(31,165,202,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flexslider {
    margin: 0;
}

@media only screen
and (min-width : 990px){
    #block-homeimage {
        margin-top: -150px;
        z-index: 2;
    }
    .path-frontpage .region1-container,
    .path-frontpage .region3-container {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.path-frontpage .slider-container {
    padding-top: 30px;
}

.path-frontpage .slider-container,
.path-frontpage .region2-container,
.path-frontpage .region6-container {
    background: #f1f1f1;
}

#block-socialmedia ul, 
#block-socialmedia li {
    margin: 0;
    list-style: none;
    padding: 0;
}

.path-frontpage .region4-container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 0px;
	padding-bottom: 50px;
	background: #1fa5ca;
}

@media only screen
and (min-width : 990px){
    .path-frontpage .region4-container .col-md-12 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 0px;
        padding-bottom: 50px;
        position: relative;
    }
    .path-frontpage .region4-container .col-md-12:before,
    .path-frontpage .region4-container .col-md-12:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
    }

    .path-frontpage .region4-container .col-md-12:before {
        border-color: transparent transparent #1fa5ca;
    }
    .path-frontpage .region4-container .col-md-12:after {
        border-color: transparent transparent #fff;
    }
    .path-frontpage .region4-container .col-md-12:before {
        border-width: 0 0 50px 100vw;
        top: -50px;
        right: 0;
    }
    .path-frontpage .region4-container .col-md-12:after {
        border-width: 0 100vw 60px 0;
        bottom: 0px;
        right: 0;
    }
}


.btn-primary {
    color: #fff;
    background-color: #353535;
    border-color: #353535;
}
.btn-primary:hover {
    color: #fff;
    background-color: #353535;
    border-color: #353535;
}

video {
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    width: 100%;
    height: auto;
    /* transform: translateX(-50%) translateY(-50%); */
    /* background: url(/sites/default/files/bg-home-rooms2.jpg) no-repeat; */
    /* background-size: cover; */
    /* transition: 1s opacity; */
}
@media only screen
and (max-width : 767px){
    video {
        height: 300px;
        margin-top: -60px;
    }
}

/* ------------------- SEARCH --------------------------- */

#block-searchform {
    padding-top: 15px;
}

#search-block-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #353535;
    background-color: transparent;
    background-image: none;
	border: 0;
    border-bottom: 2px solid #353535;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px 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;
}
#search-block-form .btn-primary {
    color: #353535;
    background-color: transparent;
    border-color: transparent;
	margin-top: 15px;
    margin-left: 0px;
}
#search-block-form .btn {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 0;
    font-size: 25px;    
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid #353535;
    border-radius: 50%;
	width: 25px;
	height: 25px;
} 
#search-block-form .glyphicon {
    top: -5px !important;
}
#search-block-form {
	/*width: 60%;*/
}
#search-block-form {
	padding-left: 65%;
}
#edit-search-block-form--2::-webkit-input-placeholder {
  opacity:0;
}
@media only screen
and (max-width : 768px){
	#search-block-form {
		/*width: 100%;*/
	}
	#search-block-form {
       padding-left: 0%;
    }
	#search-block-form .input-group {
		width: 100%;
	}
}

#search-form {
    display: none;
}

/* ------------------- SEARCH ENDS --------------------------- */

@media only screen
and (max-width : 768px){
    .views-col {
        width: 100% !important;
    }
}
.views-col {
    padding-bottom: 30px;
}

#block-views-block-recipes-block-1,
#block-views-block-recipes-block-2,
#block-views-block-content-top-block-1 {
    padding-top: 30px;
}
.img-responsive {
    width: 100%;
    height: auto;
}
.recipetype {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    color: #aaa;
}
.pubdate {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    color: #aaa;
}
.datetype {
    display: table;
    width: 100%;
    table-layout: fixed;
    color: #aaa;
}
.pubdate2 {
    float: right;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    color: #aaa;
}
.ctype {
    float: left;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #aaa;
}
.readmore {
    display: table;
    /*background: #353535;*/
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #aaa;
}
.readmore a {
    color: #aaa;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
}
.readmore .fas {
    color: #aaa;
}
#block-views-block-all-category-home-1-block-3 h2,
#block-views-block-all-category-home-1-block-2 h2,
#block-views-block-recipes-block-2 h2,
#block-views-block-teen-trails-block-1 h2,
#block-views-block-travel-block-1 h2,
#block-views-block-miscellaneous-block-1 h2,
#block-views-block-recipes-block-3 h2,
.region-content .view-recipes h2,
.region-content .view-travel h2,
.region-content .view-teen-trails h2,
.region-content .view-miscellaneous h2 {
    font-size: 30px;
}
#block-views-block-all-category-home-1-block-3 p,
#block-views-block-all-category-home-1-block-1 p,
#block-views-block-recipes-block-1 p,
#block-views-block-recipes-block-2 p,
#block-views-block-teen-trails-block-1 p,
#block-views-block-travel-block-1 p,
#block-views-block-miscellaneous-block-1 p,
#block-views-block-recipes-block-3 p,
.region-content .view-recipes p,
.region-content .view-travel p,
.region-content .view-teen-trails p,
.region-content .view-miscellaneous p {
    text-align: center;
}
.region-sidebar-second h2 {
    font-size: 20px;
}
h2.block-title {
    padding-bottom: 30px;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
#block-socialconnect li {
    display: inline;
}
.footer .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: transparent !important;
    line-height: 14px;
}
.footer .nav > li > a:hover {
    color: #ef9781;
}

#block-copyrightfooter {
    font-size: 14px;
}
#block-copyrights {
    text-align: center;
    padding-top:30px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}
h2#block-footerteentrials-menu,
h2#block-footer-menu,
h2#block-footerrecipes-menu {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding-top: 0;
    margin-top: 0;
    text-transform: uppercase;
}
#block-copyrightfooter,
#block-footer,
#block-footerrecipes {
    padding-bottom: 15px;
}
@media only screen
and (max-width : 990px)
and (min-width : 600px){
    #block-footer.col-sm-2,
    #block-footerrecipes.col-sm-2 {
        width: 50% !important;
    }
}
.consumm p {
    text-align: center;
    padding-top: 15%;
    line-height: 35px;
    font-style: italic;
}
.view-content-top {
    background: #f1f1f1;
    padding-top: 30px;
    margin-bottom: 30px;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 12px;
    font-style: italic;
}
.field--name-body {
    padding-bottom: 30px;
}
.field--name-field-teen-recipe-type,
.field--name-field-author-name,
.field--name-field-date,
.field--name-field-recipe-type {
    font-size: 14px;
}

.social-sharing-buttons {
    border-bottom: 1px solid #353535;
    padding-bottom: 15px;
    clear: left;
}
.by-viewer {
    font-size: 16px;
}
.by-viewer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.by-viewer h3 {
    font-size: 20px;
    text-align: left;
    margin-top: 0;
}
li.comment-reply {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}
.indented {
    padding-left: 35px;
    font-style: italic;
}
.by-viewer footer a {
    display: none;
}
.region-content h2 {
    font-size: 30px;
}
#comment-form label {
    font-weight: 300;
}
li.comment-add,
.by-viewer footer,
#edit-comment-body-0-format,
.form-item-homepage {
    display: none;
}
.field--name-field-comment-name {
    font-weight: 400;
}
#comment-form .img-responsive {
    width: inherit;
    height: auto;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #353535;
    border-color: #353535;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #353535;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #353535;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.path-frontpage .footer {
    margin-top: 0px;
}
.nolink {
    cursor: pointer;
}
tr.odd {
    background: #ccc;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #353535;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
} 
a {
    color: #353535;
    text-decoration: none;
    transition: color .15s ease-in-out 0s;
}
a:hover {
    color: #ef9781;
    text-decoration:none;
}
#block-abouttheauthor p {
    line-height: 40px;
}

.main-container ol, 
.main-container ul {
    padding-left: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
}
.main-container ol {
    list-style: decimal;
}
.main-container ul {
    list-style: disc;
}
ol.breadcrumb {
    padding-left: 0;
}
ol.breadcrumb li {
    font-size: 12px;
}

.field--name-field-ingredients .field--label,
.field--name-field-notes .field--label {
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 15px;
}
@media only screen
    and (min-width : 768px) {
    .main-container table {
        width: 100%;
    }
}

@media only screen
    and (max-width : 767px) {
    .main-container table {
        overflow-x: auto;
        display: block;
    }
}
.main-container th, 
.main-container td {
  border: 1px solid #353535;
  border-collapse: collapse;
}
.main-container td {
    padding: 5px;
}
.main-container tr:nth-child(odd) {
    background: #eee;
}
.main-container table tr:nth-child(1) {
    background: #403e3e;
    font-weight: 800;    
    color: #fff;
}
.main-container table tr:nth-child(1) p {
    font-weight: 800;    
    color: #fff;
}
.field--name-field-ingredients {
    padding-bottom: 30px;
}
.fa,
.fab {
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-width: 0px;
    border-style: solid;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 20px;
    border-radius: 50%;
	background: #fff;
	color: #353535;
	margin: 0 5px;
	padding-left: 0px;
	padding-top: 5px;
}
.fa,
.fab {
    background: #fff;
	color: #353535;
}
.fa:hover,
.fab:hover {
    background-color: #353535;
	color: #ef9781;
}
.social-media-links--platforms.horizontal li {
    display: inline-block;
    text-align: center;
    padding: 0;
}

img.align-left {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 7px;
}
@media only screen
    and (max-width : 500px) {
        img.align-left {
            padding-right: 0px;
            padding-bottom: 30px;
            padding-top: 0px;
            width: 100%;
        }
}
@media only screen
    and (min-width : 780px) {
        form#contact-message-feedback-form {
            padding-left: 25%;
            padding-right: 25%;
        }
}
.page-node-23 .region-content img {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}
@media only screen
    and (max-width : 500px) {
        .page-node-23 .region-content img  {
            padding-right: 15px;
            padding-left: 15px;
            padding-bottom: 30px;
            padding-top: 0px;
            width: 100%;
        }
}
.page-node-23 .region-content img,
#block-authorpicture img {
    -webkit-filter: sepia(0.5);
   filter: sepia(0.5);
}

form#contact-message-feedback-form label {
    font-weight: 400;
}
#block-socialmedialinks {
    display: none;
}

.pubdate,
.pubdate2 {
    display: none;
}

#captcha {
    border: 0;
}

#captcha .panel-heading {
    display: none;
}
#captcha p#captcha--description {
    display: none;
}
#captcha #captcha--content {
    border: 0;
    padding: 15px 0;
}
.field--name-field-author-name {
    padding-top: 30px;
}