/*
    Theme Name: WP Tulip Museum
    Theme URI: #
    Description: WP Tulip Museum WordPress Theme
    Version: 1.4.3
    Author: 
    
    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
    font-family: 'Plantin MT Pro';
    src: url('fonts/PlantinMTPro-Regular.eot');
    src: url('fonts/PlantinMTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlantinMTPro-Regular.woff2') format('woff2'),
        url('fonts/PlantinMTPro-Regular.woff') format('woff'),
        url('fonts/PlantinMTPro-Regular.ttf') format('truetype'),
        url('fonts/PlantinMTPro-Regular.svg#PlantinMTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Plantin MT Pro';
    src: url('fonts/PlantinMTPro-Semibold.eot');
    src: url('fonts/PlantinMTPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlantinMTPro-Semibold.woff2') format('woff2'),
        url('fonts/PlantinMTPro-Semibold.woff') format('woff'),
        url('fonts/PlantinMTPro-Semibold.ttf') format('truetype'),
        url('fonts/PlantinMTPro-Semibold.svg#PlantinMTPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sweet Sans';
    src: url('fonts/SweetSans-Regular.eot');
    src: url('fonts/SweetSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SweetSans-Regular.woff2') format('woff2'),
        url('fonts/SweetSans-Regular.woff') format('woff'),
        url('fonts/SweetSans-Regular.ttf') format('truetype'),
        url('fonts/SweetSans-Regular.svg#SweetSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sweet Sans';
    src: url('fonts/SweetSans-Bold.eot');
    src: url('fonts/SweetSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SweetSans-Bold.woff2') format('woff2'),
        url('fonts/SweetSans-Bold.woff') format('woff'),
        url('fonts/SweetSans-Bold.ttf') format('truetype'),
        url('fonts/SweetSans-Bold.svg#SweetSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    font-family: "Plantin MT Pro", sans-serif;
    font-size: 16px;
    letter-spacing: -0.01em;
}
body p, body ul ,body ol{
    line-height: 1.5;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

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

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}

/* Header */

.header-wrap {
    position: fixed;
    z-index: 10;
    background: #fff;
    width: 100%;
    max-width: 1292px;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    width: 96%;
}

.menu-wrap {
    display: none;
}

.header-wrap .logo img {
    max-width: 66px;
}

.social-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-header > a {
    margin: 0 5px;
    display: block;
    padding: 0 5px;
}

.social-header > a img {
    max-height: 18px;
}

.header-left {
    display: flex;
    align-items: center;
    width: 40%;
}

span.hamburger-label {
    font-family: "Sweet Sans";
    font-weight: bold;
    text-transform: uppercase;
    color: #000074;
    font-size: 14px;
    letter-spacing: .1em;
    padding-left: 10px;
}

.hamburger {
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

span.hamburger-box {
    height: 20px;
    width: 25px;
    top: 0px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 100%;
    height: 3px;
}

.hamburger-inner:before {
    top: -8px;
}

.hamburger--collapse .hamburger-inner:after {
    top: -16px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background: #000074;
}

input#s {
    border-bottom: 2px solid transparent;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
    letter-spacing: .1em;
    color: #000074;
    font-family: "Sweet Sans";
}

form#search-form {
    display: flex;
    align-items: center;
}

input#searchsubmit {
    background: transparent;
    border: 0;
    text-indent: -999px;
    background-image: url(img/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 25px;
    height: 25px;
}

input#s:focus {
    border-bottom: 2px solid #000074;
}

::placeholder {
  color: #000074;
  opacity: 1; /* Firefox */
  font-weight: bold;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000074;
  font-weight: bold;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #000074;
 font-weight: bold;
}


.header-right {
    width: 40%;
        display: flex;
    justify-content: flex-end;
}


/*Menu*/
.menu-active .menu-wrap {
    display: block;
    position: absolute;
    top: 100%;
    background: #fff;
    left: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: space-between;
    padding: 50px 70px 67px;
    width: 100%;
    flex-wrap: wrap;
}

.menu-wrap:before {
    content: '';
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    position: absolute;
    top: -5px;
    left: 0;
    height: 5px;
}

.menu-wrap .right {
    width: 348px;
}

.menu-wrap .left {
    width: 300px;
    border-right: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ftitle {
    color: #4D4D4D;
    font-size: 12px;
    font-family: "Sweet Sans";
    font-weight: bold;
    letter-spacing: .1em;
}

.fimage {
    padding: 23px 0;
}

.fcopy {
    font-size: 12px;
    color: #302E34;
    line-height: 1.5;
}

.nav-bottom > a {
    display: block;
}
/* Hero */

.bg-hero {
    height: 670px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bg-hero > img {
    display: none;
}

/* Home Content */

.container {
    max-width: 1074px;
    margin: 0 auto;
}

.hero-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-links {
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    display: flex;
    padding-top: 40px;
    justify-content: center;
}

.hero-links a {
    color: #fff;
    display: block;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}

.hero-links a:hover {
    border-bottom: 1px solid #fff;
}

.shadow-box {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    height: 247px;
    transition: .35s all;
}

.shadow-box img {
    height: 100%;
    width: auto;
}

.shadow-box > div {
    width: 50%;
}

.img-wrap {
    overflow: hidden;
}

.img-bg {
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-bg img {
    opacity: 0;
}

.shadow-box .title {
    font-size: 28px;
    font-family: "Sweet Sans";
    font-weight: bold;
    color: #000074;
    padding-bottom: 5px;
}

.shadow-box .desc {
    font-size: 12px;
    color: #4D4D4D;
    padding-bottom: 27px;
}

.learnm {
    font-size: 12px;
    opacity: 0;
}

.learnm {
    color: #4949D0;
    font-family: "Sweet Sans";
    font-weight: bold;
    line-height: 16px;
    border-bottom: 1px solid #4949d0;
    letter-spacing: -.01em;
    display: inline-block;
}

.shadow-box .text {
    padding-top: 90px;
    padding-left: 110px;
}

.shadow-box:hover{
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
}

.shadow-box:hover .learnm {
    opacity: 1;
}

.home-cta-wrap {
    margin-top: -50px;
    position: relative;
}

.home-content {
    margin-top: 200px;
    margin-bottom: 157px;
}

.home-content .container {
    display: flex;
}

.home-content .img-col {
    width: 529px;
}

.content-home {
    width: 460px;
    padding-left: 125px;
    padding-top: 50px;
}

.content-home h3 {
    color: #808285;
    font-size: 12px;
    font-family: "Sweet Sans";
}

.content-home h1 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    margin-bottom: 32px;
}

.home-content .copy {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 1.5;
    letter-spacing: -.01em;
    margin-bottom: 45px;
}

a.btn.has-arrow {
    background: #000074;
    color: #fff;
    min-width: 207px;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    padding-left: 19px;
    background-image: url(img/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    background-size: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Sweet Sans";
    font-weight: bold;
    border: 1px solid #000074;
    transition: .35s all;
}

a.btn.has-arrow:hover {
    background-position: calc(100% - 10px) center;
}

div.gform_wrapper h3.gform_title {
    font-weight: 600;
    font-size: 21px;
}
/* Footer */

footer.footer {
    background: #000074;
    padding: 75px 0 85px;
    color: #fff;
}

.container.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-left img {
    max-width: 66px;
    margin-bottom: 40px;
}

ul#menu-footer-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

ul#menu-footer-menu a {
    color: #EBEBEB;
    font-size: 12px;
    font-family: "Sweet Sans";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
}

a.back-to-top{
     font-size: 12px;
     font-family: "Sweet Sans";
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: .1em;
     display: flex;
     align-items: center;
}

.container.footer-wrap a {
    color: #EBEBEB;
}

.footer-left .address {
    color: #EBEBEB;
    font-size: 16px;
}

.footer-center > a {
    display: block;
}

.footer-center .socail-list {
    padding-top: 65px;
}

.socail-list {
    display: flex;
}

.socail-list > a {
    border-radius: 50px;
    display: flex;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
}

.socail-list > a img {
    max-width: 20px;
    max-height: 20px;
}

span.btp-img{
    width: 40px;
    height: 40px;
    background-image: url(img/right-arrow.svg);
    border: 1px solid #fff;
    border-radius: 50%;
    background-size: 20px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    margin-left: 10px;
}

/* Inner Hero */

.hero-content {
    max-width: 480px;
    margin: 0 0 auto;
    text-align: center;
    color: #fff;
}

.hero-content h1 {
    font-size: 43px;
    text-transform: uppercase;
    font-family: "Sweet Sans";
    font-weight: bold;
}

.hero-desc {
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    letter-spacing: -.01em;
}

/* Museum */

.map-wrap {
    margin-top: -50px;
    position: relative;
}

.g-directions a {
    font-weight: bold;
    color: #4949D0;
    font-family: "Sweet Sans";
    display: inline-block;
    border-bottom: 1px solid #4949D0;
}

.g-directions {
    text-align: center;
    padding: 30px 0 0;
}

.museum-contact label {
    font-size: 21px;
    color: #000000;
    line-height: 31px;
}

.museum-contact {
    text-align: center;
    margin-top: 115px;
    margin-bottom: 70px;
}

.museum-contact .row {
    display: flex;
    justify-content: space-between;
}

.museum-contact .row > div {
    width: 30%;
}

.addmission-block {
    background: #FAFAFA;
    max-width: 464px;
    padding: 60px 40px 77px;
    margin: 70px auto;
}

.addmission-block h3 {
    font-size: 21px;
    color: #000000;
    line-height: 31px;
    margin: 0;
}

.costs-table {
    margin-top: 30px;
}

.cost-item {
    display: flex;
    align-items: center;
}

.cost-item label {
    width: 50%;
    font-size: 12px;
    color: #4D4D4D;
    font-weight: bold;
    font-family: "Sweet Sans";
    text-align: right;
    padding-right: 10px;
    letter-spacing: .1em;
}

.cost-item .price {
    width: 50%;
    text-align: left;
    padding-left: 10px;
    color: #4D4D4D;
    font-weight: bold;
}

div.faqs {
    background: #000074;
    color: #fff;
    padding: 86px 0 96px;
}

.faqs .row {
    display: flex;
    justify-content: space-between;
}

.faq-title {
    width: 208px;
    font-family: "Sweet Sans";
    font-weight: bold;
    font-size: 29px;
    line-height: 32px;
    margin-right: 100px;
}

.faqs-questions {
    width: 33%;
    max-width: 305px;
    margin-right: 70px;
}

.faq-awnsers {
    width: 36%;
    max-width: 385px;
}

.faq-question {
    font-size: 18px;
    font-family: "Sweet Sans";
    font-weight: bold;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.faq-question:hover,.faq-question.active {
    border-bottom: 3px solid #A61724;
}

.faq-awnsers {
    background: #fff;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin-top: -25px;
}

.faq-awnser {
    padding: 40px 40px;
    background: #fff;
    font-size: 14px;
    position: relative;
    display: none;
}

.faq-awnser.active {
    display: block;
}

p.big,.faq-awnser p:first-child {
    font-size: 16px;
    margin-top: 0;
    line-height: 26px;
}

p.big:after,.faq-awnser p:first-child:after {
    content: '';
    width: 35px;
    height: 4px;
    background: #E8E8E8;
    display: block;
    margin: 30px 0 30px;
}

.faq-awnser p {
    line-height: 20px;
}

.faq-awnser p.big {
    line-height: 26px;
}

.faq-awnser:before {
    width: 21px;
    height: 21px;
    content: '';
    position: absolute;
    top: 20px;
    left: -9px;
    background: #fff;
    transform: rotate(45deg);
}

.tulip-block.container {
    margin-top: -25px;
    position: relative;
}

.img-bg {
    position: relative;
}

.img-bg:before {
    width: 50%;
    content: '';
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.5), #ffffff0a);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.m-content {
    border-top: 1px solid #E8E8E8;
    margin-top: 90px;
    padding-top: 80px;
    font-size: 21px;
    line-height: 33px;
    color: #000000;
    padding-bottom: 20px;
}

.m-content h3, .about-contact-grid h3 {
    margin-top: 0;
    color: #000074;
    font-family: "Sweet Sans";
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.m-content p {
    font-size: 21px;
    line-height: 33px;
    color: #000000;
}

.about-contact-grid {
    padding-bottom: 130px;
    padding-top: 20px;
}

.contact-grid-wrap{
    display: flex;
}

.contact-item {
    width: 245px;
    border-right: 1px solid #E8E8E8;
    margin-left: 90px;
    line-height: 1.5;
}

.contact-item:last-child {
    border-right: 0;
}

.contact-item:first-child {
    margin-left: 0;
}

.city {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #000;
}

.contact-item {
    color: #4D4D4D;
}

.contact-item a {
    color: #000074;
}

.inner-container {
    max-width: 650px;
    margin: 0 auto;
}

.contact-grid-wrap > div {
    width: 275px;
    margin: 0 auto;
    border: 0;
}

.contact-item {
    border: 0;
}

.press-contact-grid {
    text-align: center;
    padding: 112px 0 80px;
}

.press-wrap .container {
    display: flex;
    justify-content: space-between;
}

.contat-form {
    width: 529px;
    background: #FAFAFA;
    padding: 32px 47px 32px 40px;
}

h3.gform_title {
    text-align: center;
}

ul#gform_fields_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #E0E0E0;
}

body .gform_wrapper ul li.gfield input {
    width: 100%;
}

li#field_1_6 {
    padding: 0;
    width: 100%;
}

li#field_1_6 textarea {
    border: 1px solid #E0E0E0;
    background: transparent;
}

div.gform_wrapper ul.gform_fields li.gfield {
    padding: 0;
    width: calc(50% - 25px);
    position: relative;
}

div.gform_wrapper ul.gform_fields li.gfield.has-focus label{
    display: none;
}

li#field_1_5 {
    width: 100%;
}

ul#input_1_5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul#input_1_5 li {
    width: calc(50% - 25px);
}

label.gfield_label {
    position: absolute;
    top: 15px;
    left: 0;
}

li#field_1_5 label.gfield_label {
    display: none;
}

div.gform_wrapper label.gfield_label, div.gform_wrapper legend.gfield_label,div.gform_wrapper ul.gfield_checkbox li label, div.gform_wrapper ul.gfield_radio li label {
    font-weight: 400;
    font-size: 12px;
    font-family: "Sweet Sans";
    letter-spacing: .1em;
    font-weight: bold;
    color: #4D4D4D;
    text-transform: uppercase;
}

ul#input_1_5 li input {
    margin: 0;
}

li#field_1_6 label {
    top: 25px;
    left: 20px;
}
/* Footer */

footer.footer {
    background: #000074;
    padding: 75px 0 85px;
    color: #fff;
}

.container.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-left img {
    max-width: 66px;
    margin-bottom: 40px;
}

ul#menu-footer-menu {
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

ul#menu-footer-menu a {
    color: #EBEBEB;
    font-size: 12px;
    font-family: "Sweet Sans";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
}

a.back-to-top{
     font-size: 12px;
     font-family: "Sweet Sans";
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: .1em;
     display: flex;
     align-items: center;
}

.container.footer-wrap a {
    color: #EBEBEB;
}

.footer-left .address {
    color: #EBEBEB;
    font-size: 16px;
}

.footer-center > a {
    display: block;
}

.footer-center .socail-list {
    padding-top: 60px;
}

.socail-list {
    display: flex;
}

.socail-list > a {
    border-radius: 50px;
    display: flex;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
}

.socail-list > a img {
    max-width: 20px;
    max-height: 20px;
}

span.btp-img{
    width: 40px;
    height: 40px;
    background-image: url(img/right-arrow.svg);
    border: 1px solid #fff;
    border-radius: 50%;
    background-size: 20px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    margin-left: 10px;
}

/* Press */

.press-wrap .container {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    width: calc(100% - 100px);
    align-items: flex-start;
}

.contat-form {
    width: 529px;
    background: #FAFAFA;
    padding: 32px 47px 32px 40px;
}

h3.gform_title {
    text-align: center;
}

ul#gform_fields_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #E0E0E0;
}

body .gform_wrapper ul li.gfield input {
    width: 100%;
}

li#field_1_6 {
    padding: 0;
    width: 100%;
}

li#field_1_6 textarea {
    border: 1px solid #E0E0E0;
    background: transparent;
}

div.gform_wrapper ul.gform_fields li.gfield {
    padding: 0;
    width: calc(50% - 25px);
    position: relative;
}

li#field_1_5 {
    width: 100%;
}

ul#input_1_5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul#input_1_5 li {
    width: calc(50% - 25px);
}

label.gfield_label {
    position: absolute;
    top: 15px;
    left: 0;
}

li#field_1_5 label.gfield_label {
    display: none;
}

div.gform_wrapper label.gfield_label, div.gform_wrapper legend.gfield_label,div.gform_wrapper ul.gfield_checkbox li label, div.gform_wrapper ul.gfield_radio li label {
    font-weight: 400;
    font-size: 12px;
    font-family: "Sweet Sans";
    letter-spacing: .1em;
    font-weight: bold;
    color: #4D4D4D;
    text-transform: uppercase;
}

ul#input_1_5 li input {
    margin: 0;
}

li#field_1_6 label {
    top: 25px;
    left: 20px;
}

input#gform_submit_button_1 {
    background: #000074;
    color: #fff;
    min-width: 137px;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    padding-left: 19px;
    background-image: url(img/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    background-size: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Sweet Sans";
    font-weight: bold;
    border: 1px solid #000074;
    transition: .35s all;
    line-height: 1;
    text-align: left;
}

.gform_footer.top_label {
    text-align: center;
}

.press-wrap {
    margin-bottom: 130px;
}

.press-list {
    width: calc(100% - 570px);
}

.press-item a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-right: 50px;
    line-height: 1.5;
}

.press-item {
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.press-item a:hover {
    color: #000074;
}

.press-item > span {
    background-image: url(img/arrow-press.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 25px;
    height: 18px;
    opacity: 0;
    transition: .3s all;
}

.press-item:last-child{
    border-bottom: 0;
}

.press-item:hover span{
    opacity: 1;
}

.wp-pagenavi {
    /* margin-top: 25px; */
    display: flex;
}

.wp-pagenavi {}

.wp-pagenavi span.current {
    border: 1px solid #000074;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000074;
    font-size: 18px;
    font-family: "Sweet Sans";
}

.wp-pagenavi > * {
    width: 31px;
    height: 31px;
    border: 0;
    border-radius: 50%;
    margin-right: 10px !important;
}

.wp-pagenavi a {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #808285;
}

.wp-pagenavi a:hover {
    color: #000074;
}

.pagination-prss {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.press-nav-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
}

.press-nav-arrows > a {
    width: 28px;
    height: 12px;
    display: block;
    margin: 0 6px;
    padding: 10px 0;
    background-position: center;
}

a.arrow-prev {
    background-image: url(img/arrow-prev-page.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

a.arrow-next {
    background-image: url(img/arrow-next-page.svg);
    background-size: contain;
    background-repeat: no-repeat;   
}

.single-post .hero-content h2 {
    font-size: 43px;
    text-transform: uppercase;
    font-family: "Sweet Sans";
    font-weight: bold;
}

.single-post .hero-content h1 {
    font-size: 26px;
    text-transform: none;
    font-style: normal;
    font-weight: 600;
    font-family: "Plantin MT Pro", sans-serif;
}

.single-post .hero-content {
    max-width: 990px;
}

span.date {
    font-size: 21px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Sweet Sans";
    font-weight: bold;
}

body.single-post section.inner-container {
    padding-top: 100px;
}

body.single-post section.inner-container article {
    font-size: 21px;
    line-height: 33px;
}

article blockquote {
    color: #000074;
    font-style: italic;
    font-weight: bold;
    margin: 30px 0;
    width: calc(100% + 60px);
    margin-left: -50px;
    font-size: 30px;
    margin-bottom: 100px;
}

article blockquote:before {
    content: '';
    width: 265px;
    height: 5px;
    background: #000074;
    display: block;
    margin-top: 50px;
}

body.single section article p {
    padding-bottom: 20px;
        font-size: 21px;
    line-height: 33px;
}

.wp-caption.alignnone {
    margin: 0;
    border: 0;
    max-width: 100%;
    width: 100%;
}

.wp-caption .wp-caption-text, .gallery-caption {
    text-align: right;
    color: #A61724;
    font-size: 15px;
    padding-top: 15px;
    display: block;
    font-family: "Sweet Sans";
    font-style: italic;
}

nav.nav ul {
    padding: 0;
    padding-left: 0;
    list-style: none;
}

nav.nav ul li a {
    font-size: 21px;
    display: block;
    padding: 5px 0;
}

nav.nav ul li a:hover{
    color: #000074;
}

.nav-bottom .globe {
    width: 24px;
    margin-bottom: 40px;
}

.nav-bottom a {
    color: #808285;
    font-size: 12px;
    font-family: "Sweet Sans";
    text-transform: uppercase;
    line-height: 16px;
}

body.search.search-no-results main {
    text-align: center;
    padding: 60px 0;
}

body.search main section {
    max-width: 1075px;
    margin: 0 auto;
    display: block;
    padding: 50px 0;
}

/* Tulip */

.economics-gardening {
    margin-bottom: 210px;
    background: #000074;
}

h2.type-heading {
    font-size: 24px;
    line-height: 32px;
    font-family: "Sweet Sans";
    color: #000074;
    text-align: center;
    margin-bottom: 35px;
}

h2.type-heading span {
    display: inline-block;
    position: relative;
}

h2.type-heading span:before,h2.type-heading span:after {
    content: '';
    background: #000074;
    height: 1px;
    width: 82px;
    display: inline-block;
    position: relative;
    top: -8px;
}

h2.type-heading span:before {
    left: -20px;
}

h2.type-heading span:after {
    left: 20px;
}

.topic-item {
    box-shadow: 0 3px 6px 0px hsla(0, 0%, 0%, 0.16);
    margin: 0 15px;
    margin-bottom: 15px;
}

.topics-slider:not(.slick-slider) {
    display: flex;
}

.topic-item .copy {
    padding: 30px;
    text-align: center;
    padding-top: 35px;
}

.topic-item .learnm-topic {
    text-align: center;
    padding: 30px;
    padding-top: 0;
}

.topic-img {
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.topic-img img {
    opacity: 0;
}

.topic-item .copy h3 {
    color: #000000;
    font-family: "Sweet Sans";
    opacity: .75;
    font-size: 24px;
        margin: 0;
    margin-bottom: 10px;
}

.learnm-topic span {
    border-bottom: 1px solid #4949D0;
    color: #4949D0;
    font-size: 12px;
    font-family: "Sweet Sans";
    font-weight: bold;
}

.tulipmania-type {
    background: #000074;
    padding: 35px 0 100px;
}

h2.type-heading.txt-white {
    color: #fff;
}

h2.type-heading.txt-white span:before,h2.type-heading.txt-white span:after {
    background: #fff;
}

.botany-type {
    padding: 30px 0 100px 50px;
}

.topics-slider.tulipmania .topic-item {
    background: #fff;
    text-align: left;
}

.topics-slider.tulipmania .topic-item .copy {
    text-align: left;
}

.topics-slider.tulipmania .topic-item .learnm-topic {
    text-align: left;
}

.tulip-in-the-world {
    padding: 75px 0 180px;
}

ul.slick-dots {
    bottom: -60px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #000074;
    border-radius: 10px;
}

ul.slick-dots li.slick-active,ul.slick-dots li:hover {
    background: #000074;
}

.tulipmania-type ul li.slick-active {
    background: #fff;
}

.tulipmania-type ul li {
    border: 1px solid #fff;
}

.tulip-in-the-world .slick-track
{
    display: flex !important;
}

.tulip-in-the-world .slick-slide
{
    height: inherit !important;
}

.featured-articles {
    display: flex;
    border-top: 1px solid #E2E2E2;
}

.featured-articles > div {
    border-right: 1px solid #e2e2e2;
    width: 50%;
    text-align: center;
    min-height: 157px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30px 30px;
}

.featured-articles > div:last-child {
    border: 0;
}

.featured-topic a {
    display: block;
    width: 100%;
    color: #000000;
    font-family: "Sweet Sans";
    opacity: .75;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

.featured-topic > div {
    color: #A61724;
    font-size: 14px;
}

.economics-gardening > div {
    display: flex;
    align-items: center;
}

.img-left {
    transform: scale(1.1);
}

.content-right {
    padding-left: 100px;
    color: #fff;
}

.eg-title {
    font-size: 24px;
    font-weight: bold;
    font-family: "Sweet Sans";
    line-height: 32px;
    margin-bottom: 30px;
}

.economics-gardening .content-right a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: "Sweet sans";
    line-height: 1.5;
    padding: 15px 0;
    font-weight: bold;
}

.eg-title:after {
    content: '';
    width: 82px;
    height: 1px;
    background: #fff;
    display: block;
    margin-top: 15px;
}

.economics-gardening .content-right > div {
    padding-top: 60px;
}

.economics-gardening .content-right > div:first-child {
    padding-top: 0;
}

.economics-gardening .content-right a:after {
    content: '';
    width: 31px;
    background-image: url(img/arrow-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    display: inline-block;
    position: relative;
    left: 20px;
    top: 0px;
    opacity: 0;
    transition: .25s;
}

.economics-gardening .content-right a:hover:after {
    opacity: 1;
}

.economics-gardening .content-right > div > a:last-of-type {
    padding-bottom: 0;
}

.botany-type .topic-item {
    height: 567px;
    position: relative;
}

.topic-item .learnm-topic {
    display: none;
}

.copy-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    transition: .35s all;
    max-height: 136px;
    overflow: hidden;
    height: 136px;
}

.botany-type .topic-item:hover .copy-wrap{
    max-height: 300px;
    height: 180px;
}

.botany-type .topic-item:hover .learnm-topic {
    display: block;
}

.topic-item {
    position: relative;
}

.tulipmania-type .topic-item {
    height: 528px;
}

.topics-slider.tulipmania .topic-item .topic-img {
    height: 320px;
}

.tulipmania-type .topic-item:hover .copy-wrap {
    max-height: 500px;
    height: 220px;
}

.topics-slider.tulipmania .topic-item:hover .learnm-topic {
    display: block;
}

.tulipmania-type .copy-wrap {
    height: 200px;
    max-height: 170px;
}

body.single-topics main {
    padding-top: 130px;
}

.topics-hero-right.wp-caption {
    border: 0;
    width: 100%;
    padding: 0;
}

.topics-header .container {
    max-width: 1183px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    position: relative;
    left: 55px;
}

.topics-hero-right.wp-caption {
    width: 673px;
}

.topics-hero-left {
    width: calc(100% - 673px);
    position: relative;
    display: flex;
    align-items: center;
}

.topic-header-content {
    max-width: 381px;
}

.topic-header-content h1 {
    font-size: 41px;
    margin-top: 0;
    margin-bottom: 45px;
}

.header-content {
    font-size: 21px;
    font-style: italic;
    color: #4D4D4D;
}

.wp-caption img {
    width: 100%;
    max-width: 100%;
}

.topics-header {
    padding-bottom: 110px;
    padding-top: 40px;
}

body.single section.inner-container article blockquote p {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.topics-nav .container {
    max-width: 1292px;
    margin: 0 auto;
    display: flex;
    border-bottom: 2px solid #E6E6E6;
    padding: 25px 0 15px;
    align-items: center;
}

.back-to-tuplips-page span {
    text-indent: -999999px;
    display: inline-block;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin-right: 10px;
}

.back-to-tuplips-page a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: "Sweet Sans";
    font-weight: bold;
    color: hsla(216, 2%, 51%, 0.4);
}

.left-title {
    width: 40%;
    display: flex;
    align-items: center;
}

.right-nav {
    width: 60%;
}

.top-nav-topics {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-nav-topics > a {
    margin: 0 10px;
}

.topic-title {
    color: #A61724;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Sweet Sans";
    font-weight: bold;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 2px solid #eee;
}

.top-nav-topics > a {
    display: inline-block;
    color: rgba(128, 130, 133, 0.52);
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Sweet Sans";
    font-weight: bold;
    position: relative;
}

.top-nav-topics > a:hover,.top-nav-topics > a.active {
    color: #000;
}

.top-nav-topics > a:after {
    content: '';
    height: 7px;
    width: 7px;
    background: #000;
    position: absolute;
    top: 30px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.top-nav-topics > a.active:after,.top-nav-topics > a:hover:after{
    opacity: 1;
}

.up-next {
    padding-top: 100px;
    padding-bottom: 210px;
}

.up-next-title {
    font-size: 12px;
    color: #000;
    font-family: "Sweet Sans";
    font-weight: bold;
    padding-bottom: 20px;
}

.upnext-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.upnext-topics > div:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #E6E6E6;
    border-left: 0;
    border-right: 0;
    padding: 40px 0;
    margin-bottom: 40px;
}

.upnext-topics > div {
    width: calc( 50% - 20px);
    padding-bottom: 40px;
}

.up-next .inner-container {
    max-width: 747px;
    margin: 0 auto;
}

.upnext-topics .copy a {
    font-size: 24px;
    line-height: 34px;
    display: block;
    padding-bottom: 20px;
}

.upnext-topics .full-width .copy {
    width: 420px;
}

.related-topic.full-width .img {
    width: 238.17px;
    height: 150px;
    overflow: hidden;
}

.related-topic:not(.full-width) a {
    padding-top: 15px;
    padding-bottom: 5px;
}

.extra-actions {
    position: absolute;
    top: 0;
    left: -100px;
    width: 57px;
    border: 1px solid #D8D8D8;
    border-bottom: 0;
}

.extra-actions > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

body.home{
    background: #FAFAFA;
}
.socail-list > a:first-child {
    margin-left: 0;
}

.hero-links span {
    margin: 0 5px;
}

nav.nav ul {
    margin-top: 0;
}

nav.nav ul li:first-child {
    padding-top: 0;
}

.tulip-in-the-world .topic-img {
    max-height: 200px;
}

.tulipmania-type h2.type-heading.txt-white {
    margin-bottom: 0;
    padding-bottom: 50px;
}

body.single section article blockquote p {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0;
}

.extra-actions > div.download {
    display: none;
}

.sharethis > div {
    opacity: 0!important;
    left: 0;
    position: relative;
}

.sharethis img {
    position: relative;
    left: 25px;
    z-index: -1px;
}

div#st-1 {
    position: relative;
    z-index: 2;
}

main.default-page {
    padding-bottom: 20px;
    font-size: 21px;
    line-height: 33px;
}

main.default-page li {
    padding-bottom: 15px;
}

.default-page .inner-container {
    max-width: 820px;
}

ol {
    padding-left: 0;
}

ol h3 {
    margin-bottom: 0;
}

ol + p {
    padding-top: 0;
    margin-top: 0;
}

ol {
    margin-bottom: 0;
}

body.page-template-default main.default-page {
    padding-bottom: 100px;
}

main.default-page h3,main.default-page h2 {
    color: #000074;
    font-family: "Sweet Sans";
    font-weight: bold;
    text-transform: uppercase;
}

h1.page-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #000074;
    font-family: "Sweet Sans";
    font-weight: bold;
    text-transform: uppercase;
}

.no-hero {
    height: 150px;
}

.container {
    width: calc(100% - 100px);
}
body.single-topics main{
    max-width: calc(100% - 100px);
    margin: 0 auto;
}

.lang-switcher {
    display: flex;
    align-items: center;
}

.lang-switcher ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 0;
    transition: .5s all;
    overflow: hidden;
}

div.lang-switcher a {
    margin: 0!important;
}

.lang-switcher {
    margin-bottom: 40px;
}

.lang-switcher ul li {
    padding-left: 20px;
}

.lang-switcher.active ul {
    max-width: 500px;
    width: auto;
}

#map {
    height: 558px;
}
@media all and (max-width: 1400px){
    .topics-hero-right.wp-caption{
        width: 60%;
    }
    .topics-hero-left{
        width: 35%;
        max-width: 100%;
        padding-right: 30px;
    }
}
@media all and (max-width: 1200px){
    .home-content {
        margin-top: 150px;
        margin-bottom: 120px;
    }

    .bg-hero {
        height: 560px;
    }

    .home-content {
        margin-top: 150px;
        margin-bottom: 120px;
    }

    .bg-hero {
        height: 560px;
    }

    .content-home {
        padding-left: 50px;
        padding-top: 0;
    }

    .home-content .container {
        width: 100%;
    }

    .hero-logo {
        max-width: 120px;
        margin: 0 auto;
    }

    .faq-title {
        width: 100%;
        margin-bottom: 60px;
    }

    .faqs .row {
        flex-wrap: wrap;
    }

    .faq-awnsers {
        max-width: 100%;
        width: calc(100% - 315px);
    }

    .botany-type .topic-item {
        height: 450px;
    }

    .tulipmania-type .topic-item {
        height: 400px;
    }

    main.default-page{
        font-size: 16px;
    }

    .topic-header-content h1 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    body.single-topics main {
        padding-top: 50px;
    }
    .up-next {
        padding-bottom: 100px;
    }

    .faq-awnser.mobile-only.active {
        display: block;
        margin-bottom: 30px;
        display: none;
    }

    .faq-awnser.mobile-only.active {
        color: #000;
        width: 100%;
    }

    .faqs-questions {
        width: 100%;
        max-width: 100%;
    }

    .faq-awnsers{
        display: none;
    }

    .faqs-questions.mobile-only {
        display: block;
    }

    .faqs-questions{
        display: none;
    }
}

html, body{
    overflow-x: hidden;
}

@media all and (max-width: 992px){

    .hero-logo {
        max-width: 120px;
        margin: 0 auto;
    }

    .shadow-box .text {
        padding-top: 50px;
        padding-left: 60px;
    }

    .shadow-box {
        height: 200px;
    }

    .menu-wrap .left {
        width: 30%;
    }

    .menu-wrap .right {
        padding-left: 30px;
        box-sizing: content-box;
    }

    .press-wrap .container {
        display: block;
    }

    .press-list {
        width: 100%;
        margin-bottom: 50px;
    }

    .contat-form {
        width: 100%;
    }

    .topic-header-content h1 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    body.single-topics main {
        padding-top: 50px;
    }

    .topics-hero-right.wp-caption {
        order: 1;
        width: 100%;
        max-width: 100%;
    }

    .topics-hero-left {
        order: 2;
        width: 100%;
        position: static;
    }

    .topics-header .container {
        flex-wrap: wrap;
        position: relative;
    }

    .topic-header-content {
        max-width: 100%;
    }

    .topics-nav .container {
        margin-left: 0;
        width: 100%;
    }

    .topics-header {
        padding-bottom: 50px;
    }
}

 .mobile-only{
    display: none;
 }

 body.page-template-default.page p,
 body.page-template-default.page ul,
 body.page-template-default.page ol
 { 
    line-height: 1.8;
 }

@media all and (max-width: 767px){
    body.single-topics main{
        max-width: calc(100% - 60px);
    }
    .contact-item:first-child{
        margin: 0 auto;
    }
    div.contact-item:last-child{
        margin: 0 auto;
        margin-top: 50px;
    }
    .header-left .search {
        display: none;
    }

    .header-right {
        display: none;
    }

    .header-left {
        order: 2;
        width: auto;
    }

    .hamburger {
        margin-right: 0;
    }

    .menu-active .menu-wrap {
        padding: 40px 30px;
        flex-wrap: wrap;
        height: 80vh;
        overflow: auto;
    }

    .menu-wrap .left {
        width: 100%;
        border: 0;
        margin-bottom: 30px;
    }

    .menu-wrap .right {
        padding: 0;
    }

    .mobile-only{
        display: block;
    }

    .search.mobile-only {
        margin-bottom: 30px;
    }

    .container.footer-wrap {
        flex-wrap: wrap;
    }

    .container.footer-wrap > div {
        width: 100%;
        text-align: center;
    }

    .footer-center .socail-list {
        justify-content: center;
        padding-bottom: 60px;
    }

    .container.footer-wrap a {
        justify-content: center;
    }

    .home-content .container {
        display: block;
    }

    .home-content .img-col {
        width: 100%;
    }

    .home-content .img-col img {
        width: 100%;
    }

    .content-home {
        padding-left: 0;
        padding-top: 50px;
        width: 100%;
    }

    .shadow-box > div {
        width: 100%;
        height: 190px;
    }

    .shadow-box {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 50px;
    }

    .shadow-box .text {
        padding-bottom: 30px;
        padding-top: 40px;
        padding-left: 40px;
    }

    .img-wrap {
        order: 1;
    }

    .text {
        order: 2;
    }

    .learnm {
        opacity: 1;
    }

    .container {
        width: calc(100% - 60px);
    }

    .home-content {
        margin-bottom: 70px;
        margin-top: 100px;
    }

    .faq-awnser.mobile-only {
        color: #000;
        margin-bottom: 30px;
    }

    .faqs-questions {
        width: 100%;
        max-width: 100%;
    }

    .faq-awnsers {
        display: none;
    }

    .faq-awnser.mobile-only {
        color: #000;
        margin-bottom: 30px;
    }

    .faqs-questions {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .faq-awnsers {
        display: none;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .museum-contact .row {
        flex-wrap: wrap;
    }

    .museum-contact .row > div {
        width: 100%;
        margin-bottom: 50px;
    }

    .museum-contact {
        margin: 80px 0 30px;
    }

    .addmission-block {
        padding: 50px 30px;
    }

    .cost-item .price {
        width: 20%;
    }

    .cost-item label {
        width: 66%;
        text-align: left;
    }

    .inner-container {
        width: calc(100% - 60px);
    }

    .contact-grid-wrap {
        flex-wrap: wrap;
    }

    .contact-item:last-child {
        margin-left: 0;
        margin-top: 50px;
    }

    .about-contact-grid {
        padding-bottom: 80px;
    }

    .botany-type {
        padding-left: 0;
    }

    .featured-articles {
        display: block;
    }

    .featured-articles > div {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e2e2e2;
    }

    .economics-gardening > div {
        flex-wrap: wrap;
        padding: 50px 0 50px;
    }

    .img-left {
        transform: scale(1);
        margin-bottom: 50px;
    }

    .content-right {
        padding-left: 0px;
    }

    h2.type-heading span:before, h2.type-heading span:after {
        width: 30px;
    }
    .press-wrap .container {
        width: calc(100% - 60px);
    }

    .press-wrap .container {
        width: calc(100% - 60px);
    }

    div.gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
    }

    ul#input_1_5 li {
        width: 100%;
    }

    ul#input_1_5 {
        flex-wrap: wrap;
    }

    .bg-hero{
        height: 500px;
    }

    .footer-center {
        margin-top: 30px;
    }

    body ul, body ol {
        padding-left: 20px;
    }

    .extra-actions {
        left: 0;
        position: static;
        width: 114px;
        display: flex;
        margin: 50px auto;
    }

    .topics-header .container {
        left: 0;
    }

    .topics-hero-left {
        display: block;
    }

    .topics-header .container {
        width: 100%;
    }

    .bookmark {
        border-right: 1px solid #eee;
    }

    .upnext-topics > div:first-child {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .upnext-topics .copy {
        max-width: 100%;
        margin-bottom: 30px;
        order: 2;
    }

    .related-topic.full-width .img {
        order: 1;
        margin-bottom: 20px;
    }

    .upnext-topics > div {
        width: 100%;
    }

    .up-next .inner-container {
        max-width: 100%;
        width: 100%;
    }

    .up-next {
        padding: 50px 0;
    }

    .hero-content{
        top: 60%;
        min-width: 300px;
    }

    .contact-grid-wrap > div {
        margin-left: 0!important;
    }
}

.botany-type{
    padding-left: 0;
}

@media all and (min-width: 768px){
    body.is_IE .menu-wrap .left{
        position: absolute;
    }
}
@media all and (min-width: 1200px){
    .faq-awnser.active.mobile-only{
        display: none;
    }
}

.lang-switcher ul li{
    display: flex;
    align-items: center;
}
