/*
Theme Name: Catatdulu.id
Theme URI: ronggobramantyo@gmail.com
Description: Custom theme for catatdulu.id
Author: Dhimas Ronggobramantyo
Author URI: ronggobramantyo@gmail.com
Version: 1.17
Tags: clean, blog, two-columns, fixed-width, custom-menu
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* Global Defaults
=====================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
b, strong, th { font-weight: bold; }
em, i { font-style: italic; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


a, a:active, a:visited { color: #34891b;  }
a:hover { color: #544930; }

/* Global Elements
=====================================================================*/

body {
	font:15px gotham, sans-serif;
	background:#fff;
    color:#000;
	min-height: 100%;
	position: static;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
.skiplink{
	display:none;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
    height:auto;
    font-style:italic;
    background-repeat: no-repeat;
    background-size:cover;
    vertical-align: middle;
}

/* Start CSS Coding
=====================================================================*/
#nav,
#replayBtn,
.button-login,
.button-more,
.row-group .date,
#main-footer ul,
.static-page .notes ul {
    font-family: din-2014, sans-serif;
    font-style: normal;
}


#overlay h1,
#content-intro h2,
#join-content h2,
.price-box p,
#join-price h3,
.v-slides li,
#transaction-content h2,
.main-title,
#main-title,
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6,
.static-page blockquote:before,
.row-news-list .date,
#blog-info   {
    font-family: gotham-narrow, sans-serif;
}


.open-menu, .close-menu, .close-menu-big {
    display: none;
    cursor: pointer;
}
#menu-toggle {
    display: none;
}
.menu-button-container {
    display: none;
    cursor: pointer;
}
.mobile {
    display: none;
    position: relative;
}
.admin-bar #main-header {
    top:32px;
}
#main-header {
    height:100px;
    width:100%;
    margin: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#logo {
    width:305px;
    height:60px;
    background: url(images/logo.png) no-repeat;
    background-size:305px 60px;
    text-indent:-9999px;
    display: block;
    margin:20px 0 0 50px;
    float:left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#main-header.small {
    background: rgba(258,244,237,0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.wrapper {
    max-width:1200px;
    margin:0 auto;
    position: relative;
    padding:0 30px;
}
#nav {
    float:left;
}
#nav-main {
    list-style: none;
    padding:0;
    height:40px;
    float:left;
    margin:30px 0 0 60px;
}
#nav-main li {
    float:left;
    height:40px;
    position: relative;
    margin:0 1px;
}
#nav-main li a {
    display: block;
    height:40px;
    line-height: 40px;
    font-size:18px;
    text-decoration: none;
    padding:0 17px;
    color: #111;
    font-weight: 300;
}
#nav-main li:hover a {
    color:#34891b;
}
#nav-main li.current-menu-item a:before,
#nav-main li.current-menu-parent a:before,
#nav-main li.current-page-ancestor a:before {
    content:"";
    width:20px;
    height:1px;
    position: absolute;
    z-index: 1;
    left:15px;
    bottom:0;
    background: #34891b;
    border-radius:4px;
}
#nav-main li a:before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content:"";
    width:0;
    height:1px;
    position: absolute;
    z-index: 1;
    left:15px;
    bottom:0;
    background: #fff;
    border-radius:4px;
}
#nav-main li:hover a:before {
    content:"";
    width:20px;
    height:1px;
    position: absolute;
    z-index: 1;
    left:15px;
    bottom:0;
    background: #34891b;
    border-radius:4px;
}
#nav-main li.current-menu-item a,
#nav-main li.current-menu-parent a,
#nav-main li.current-page-ancestor a {
    color:#34891b;
}

/* Start CSS POPUP Menu
=====================================================================*/
#nav ul ul {
    position:absolute;
    z-index:2000;
    display:none;
    width:250px;
    margin: 0;
    top: 55px;
    left:0;
    background:none;
    float: none;
    text-align: left;
    background: #693f82;
    padding: 10px 0;
    border-radius:0 0 5px 5px;
}
#nav ul li ul li {
    display: block;
    float: none;
    width:250px;
    height:auto;
    padding: 0;
    position:relative;
    margin: 0;
    box-shadow: none;
}
#nav ul li ul li:last-child {
    border:none;
}
#nav ul li ul li:after {
    display: none;
}
#nav ul ul ul {
    position:absolute;
    z-index:1300;
    display:none;
    width:240px;
    margin: 0;
    top: 0;
    left:240px;
}
#nav ul li ul li.current-menu-item:before,
#nav ul li ul li.current-menu-parent:before {
    display: none;
}
#nav ul li ul li ul li {
    display: inline;
    float: left;
    padding: 0;
    margin: 0 0 1px 0;
    height:auto;
}
#nav #nav-main li ul li a, #nav #nav-main li ul li a:link, #nav #nav-main li ul li a:visited {
    width:210px;
    height:auto;
    line-height: 1.4;
    float:none;
    display: block;
    text-transform:none;
    border:none;
    padding:10px 20px;
    letter-spacing: 0;
    margin:0;
    font-size:16px;
    color:#ddd;
    font-weight: normal;
}
#nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover {
    color:#fff;
    background: none;
}
#nav #nav-main li:hover ul li:hover {
    box-shadow: none;
    background: none;
}
nav#nav li:hover ul ul,
nav#nav li li:hover ul ul
{display:none;}


nav#nav li:hover ul,
nav#nav li li:hover ul
{display:block;}
nav#nav li:focus-within ul,
nav#nav li li:focus-within ul
{display:block;}
/* End CSS Drop Down Menu */

#button-header {
    float:right;
    margin:25px 50px 0 0;
}
.button-login, .button-login:link, .button-login:visited {
    height:45px;
    background: #d3d305;
    border-radius:5px;
    display: inline-flex;           
    align-items: center;     
    justify-content: center;
    padding:0 12px;
    font-size:18px;
    color:#544930;
    text-decoration: none;
    margin:0 0 0 5px;
}
.button-login span {
    margin:0 4px 0 0;
}
.button-login:hover {
    background: #544930;
    color:#fff;
}
#homepage-intro {
    width: 100%;
    height: 100%;
    position: relative;
}
#myVideo {
    width: 100%;
    height: auto;
    display: block;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(images/header.png) no-repeat 50% 100%;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transition: all 1s ease;
}
.overlay.show {
    opacity: 1;
    pointer-events: all;
}
.overlay h1 {
    font-size:63px;
    color:#111;
    font-weight: 700;
    text-align: center;
    margin:0 0 25px 0;
    line-height: 1.2;
}
.overlay h1 span {
    color:#34891b;
}
.overlay p {
    font-size:20px;
    color:#333;
    text-align: center;
    width:70%;
    margin:0 auto 25px auto;
}
#replayBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height:40px;
    background: ;
    border:1px solid #c3b193;
    border-radius:5px;
    color:#c3b193;
    font-size:15px;
    background: #f8f4ed;
    padding:0 10px;
    margin:0 auto;
    cursor: pointer;
}
#replayBtn:hover {
    background: #c3b193;
    color:#fff;
}
#replayBtn span {
    margin:0 5px 0 0;
}
#button-wrapper {
    text-align: center;
}
#image-intro-1 {
    position: absolute;
    z-index: 1;
    left:50px;
    bottom:-175px;
    width:360px;
    height:420px;
}
.full-color {
    background: #e0d5c2;
    padding:90px 0;
}
.full-light-color {
    background: #f8f4ed;
    padding:90px 0;
}
#group-feature {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
    width:90%;
    margin:0 auto 50px auto;
}
.row-feature {
    display: flex;
    flex-flow: column nowrap;
    border-radius:10px;
    background: #fbfbfb;
    padding:40px 20px 560px 20px;
    text-align: center;
    position: relative;
}
.row-feature h2 {
    font-size:28px;
    color:#34891b;
    font-weight: 700;
    line-height: 1.2;
    margin:15px 0 20px 0;
}
.row-feature p {
    font-size:18px;
    color:#333;
}
.row-feature span {
    font-size:40px;
    color:#34891b;
}
.row-feature img {
    margin:0 50px;
    width:auto;
    position: absolute;
    z-index: 1;
    bottom:0;
    left:50%;
    width:300px;
    margin-left:-150px;
}
.button-more, .button-more:link, .button-more:visited {
    height: 60px;
    display: inline-flex;
    align-items: center;
    margin:0 auto;
    padding:0 25px;
    background: #34891b;
    font-size:22px;
    color:#fff;
    line-height: 60px;
    text-decoration: none;
    border-radius:5px;
    text-align: center;
}
.button-more:hover {
    background: #544930;
}
.full-light-color .button-more, .full-light-color .button-more:link, .full-light-color .button-more:visited {
    background: #d3d305;
    color:#544930;
}
.full-light-color .button-more:hover {
    background:#544930;
    color:#fff;
}
.full {
    background: #fff;
    padding:90px 0;
    position: relative;
}
.full.no-bottom {
    padding-bottom:0;
}
#image-intro {
    width:30%;
    float:left;
    position: relative;
    z-index: -10;
}
#content-intro {
    width:65%;
    float:right;
}
#content-intro h2,
#join-content h2 {
    font-size:40px;
    color:#111;
    font-weight: bold;
    margin:0 0 30px 0;
}
#content-intro h2 span,
#join-content h2 span {
    background: #34891b;
    color:#fff;
    padding:0 8px;
}
#content-intro p,
#join-content p {
    font-size:18px;
    color:#333;
    line-height: 1.4;
    margin:0 0 25px 0;
}
#content-intro ul {
    list-style: none;
    font-size:18px;
    color:#333;
    line-height: 1.4;
    margin:0 0 25px 20px;
}
#content-intro ul li {
    background: url(images/checkmark.png) no-repeat;
    background-size:30px 20px;
    padding:0 0 0 40px;
    margin:0 0 5px 0;
}
#join-content {
    width:45%;
    float:left;
}
.button-more span {
    margin:0 5px 0 0;
    font-size:26px;
}
#join-price {
    width:46%;
    float:right;
    background: #fff;
    border-radius:10px;
    padding:2%;
    margin-top:80px;
}
#join-price h3 {
    font-size:22px;
    margin:0 0 30px 0;
    color:#111;
    font-weight: 700;
}
.price-box {
    width:42%;
    margin:0 3% 30px 0;
    float:left;
    border:1px solid #c3b193;
    border-radius:5px;
    padding:2%;
    position: relative;
}
.price-box h4 {
    text-transform: uppercase;
    display: inline-block;
    padding:5px 10px;
    background: #c3b193;
    font-size:14px;
    text-transform: uppercase;
    color:#fff;
    position: absolute;
    top:-15px;
}
.price-box p {
    font-weight: bold;
    font-size:25px;
    color:#34891b;
    margin:20px 0 10px 0;
}
.price-box p s {
    font-weight: 300;
    font-size:14px;
    color:#c3b193;
    margin:0 5px 0 0;
}
.price-box span {
    width:30px;
    height:30px;
    border-radius:40px;
    background: #71b7ff;
    position: absolute;
    z-index: 1;
    top:-15px;
    right:-15px;
    text-align: center;
    line-height:30px;
    color:#fff;
    font-size:16px;
}
#link-more {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
#transaction-animation {
    width:40%;
    float:left;
    margin:60px 0 0 0;
}
#transaction-animation h3 {
    text-align: center;
    font-size:22px;
    color:#111;
    margin:0 0 15px 0;
}
.v-slider-frame {
    height: 50px;
    overflow: hidden;
    background: #fff;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.v-slides {
  list-style: none;
  padding: 0;
  margin: 0;
  animation: slide 20s infinite;
}

.v-slides li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
@keyframes slide {
  0%, 12% {
    transform: translateY(0);
  }

  16%, 28% {
    transform: translateY(-50px);
  }

  32%, 44% {
    transform: translateY(-100px);
  }

  48%, 60% {
    transform: translateY(-150px);
  }

  64%, 76% {
    transform: translateY(-200px);
  }

  80%, 92% {
    transform: translateY(-250px);
  }

  100% {
    transform: translateY(-300px);
  }
}
#transaction-content {
    width:55%;
    float:right;
}
#transaction-content h2 {
    font-size: 40px;
    color: #111;
    font-weight: bold;
    margin: 0 0 30px 0;
}
#transaction-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    margin: 0 0 25px 0;
}
.full.image {
    background-image: url(images/woman-02.png);
    background-repeat: no-repeat;
    background-position: 50px 100%;
    background-size:200px 393px;
}
.main-title {
    font-size: 40px;
    color: #111;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-align: center;
}
#news-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    margin: 0 0 50px 0;
}
.row-news {
    text-align: center;
    border-radius:5px;
    display: flex;
    flex-flow: column nowrap;
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    padding:0 0 30px 0;
}
.row-news a, .row-news a:link, .row-news a:visited {
    text-decoration: none;
}
.row-news .date {
    font-size:14px;
    color:#888;
    display: block;
    margin:0 0 5px 0;
}
.row-news img {
    margin:0 0 20px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.row-news h3 {
    font-size:22px;
    font-weight: bold;
    margin:0 20px;
    line-height: 1.2;
}
.row-news a:hover img {
    transform: scale(1.1);
}
#physics-box {
    position:relative;
    inset:0;
    z-index:1;
    height:600px;
}
#physics-box canvas{
    width:100% !important;
    height:100% !important;
    margin-top:-600px;
    position: relative;
    z-index: 1;
}
#hero-content {
    position:relative;
    z-index:2;

    width:100%;
    height:600px
}
#slideshow-quote p {
    font-size:18px;
    line-height: 1.6;
    font-style: italic;
    margin:0 0 35px 0;
}
#slideshow-quote .owl-dots {
    display: none;
}
#slideshow-quote h3 {
    font-weight: bold;
    font-size:16px;
    text-align: right;
    line-height: 1.5;
}
#slideshow-quote ul {
    list-style: none;
    font-size:15px;
    margin:0;
    line-height: 1.5;
    text-align: right;
    color:#666;
    font-weight: 300;
}
#slideshow-quote .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 37px;
    background: url(images/arrow-right.png) no-repeat;
    background-size: auto;
    background-size: 20px 37px;
    text-indent: -9999px;
    right: -80px;
}
#slideshow-quote .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 37px;
    background: url(images/arrow-left.png) no-repeat;
    background-size: auto;
    background-size: 20px 37px;
    text-indent: -9999px;
    left: -80px;
}

/* Page
=====================================================================*/
#main-title {
    text-align: center;
    font-size:50px;
    text-align: center;
    color:#111;
    font-weight: bold;
    position: relative;
    padding:0 0 20px 0;
}
#main-title::before {
    content:"";
    width:80px;
    height:2px;
    border-radius:5px;
    position: absolute;
    z-index: 1;
    left:50%;
    margin-left:-40px;
    bottom:0;
    background: #34891b;
}
#separator {
    height:100px;
    background: #f8f4ed;
}
.image-feature {
    width:30%;
    float:left;
    background: #fbfbfb;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding:3%;
}
.box-feature {
    padding:40px 0;
}
.image-feature h2 {
    position: relative;
    padding:0 0 0 35px;
    font-size:24px;
    font-weight: bold;
    color:#34891b;
    line-height: 1.2;
    margin:0 0 30px 0;
}
.image-feature h2 em {
    font-style: normal;
}
.image-feature span {
    position: absolute;
    z-index: 1;
    left:0;
    top:0;
    font-size:30px;
}
.image-feature figure {
    text-align: center;
    width:75%;
    margin:0 auto;
}
.content-feature {
    width:58%;
    float:right;
    padding:0 0 40px 0;
    border-bottom:1px solid #c3b193;
}
.notes {
    padding:20px;
    position: relative;
    margin:0 0 25px 0;
}
.full-light-color.woman {
    background-image:url(images/woman-03.png);
    background-repeat:no-repeat;
    background-position:100px 100%;
    background-size: 245px 270px;
}
.notes.correct {
    background: #f3fcff;
    border:1px solid #a4d8ea;
}
.notes.correct span {
    color:#92d2e8;
}
.notes.wrong {
    background: #f3dddd;
    border:1px solid #dfb7b7;
}
.notes.wrong span {
    color:#d18585;
}
.notes.warning {
    background: #f9f6ec;
    border:1px solid #e8dcb4;
}
.notes.warning span {
    color:#dbbc7b;
}
.notes span {
    position: absolute;
    z-index: 1;
    top:20px;
    right:20px;
    font-size:30px;
}
.static-page .notes h3 {
    margin-top:0;
}
.static-page .notes ul {
    list-style: none;
    margin:0;
}
.static-page .notes ul li {
    padding:7px 0;
}
.static-page .notes.correct ul li {
    border-bottom:1px solid #a4d8ea;
}
.static-page .notes.correct ul li:last-child {
    border:none;
}
.static-page .notes.wrong ul li {
    border-bottom:1px solid #dfb7b7;
}
.static-page .notes.wrong ul li:last-child {
    border:none;
}

/* Harga
=====================================================================*/
.table-scroll-container {
    position: relative;
    margin:0 0 40px 0;
}
.table-wrapper {
    overflow-x: auto;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
#table-compare {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    table-layout: fixed;
}
#table-compare th, 
#table-compare td {
    border: 1px solid #c3b193;
    padding: 12px;
    text-align: center;
}
#table-compare td {
    vertical-align:middle;
}
#table-compare td.align-left {
    text-align: left;
}
#table-compare td .winner {
    color:#67a23c;
    font-size:18px;
    font-weight: bold;
}
#table-compare td .rate-facility {
    font-size:24px;
    margin:0;
}
#table-compare td.sub-title-table,
#table-compare td:first-child.sub-title-table {
    text-align: center;
    background: #e4e9f2;
}
#table-compare th {
    background-color: #c3b193;
    font-weight: bold;
    color:#fff;
}
#table-compare thead th strong {
    display: block;
    margin:0 0 5px 0;
}
#table-compare thead th img {
    width:50%;
}
#table-compare th:first-child {
    background-color: #c3b193;
    text-align: left;
    position: sticky;
    left: 0;
    z-index: 2;
}
#table-compare td:first-child {
    background-color: #f8f4ed;
    text-align: left;
    position: sticky;
    left: 0;
    z-index: 1;
    font-weight: bold;
}
#table-compare tr:nth-child(even) td {
    background-color: #f8f4ed;
}
/* Overlay gradasi + panah */
.scroll-indicator {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: linear-gradient(to right, transparent, white 60%);
    transition: opacity 0.3s ease;
}

.scroll-indicator::after {
    content: "➜";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #555;
    animation: blink 2s infinite;
}
@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}
#table-compare td span {
    font-size:28px;
}
#table-compare td.green span,
#table-compare td.green strong {
    color:#80b03b;
}
#table-compare td.red span {
    color:#b41f1f;
}
#table-compare td s {
    font-size:14px;
    color:#999;
}
#table-compare td strong {
    font-size:20px;
}
#table-compare td .discount {
    display: block;
    font-size:18px;
    margin:5px 0 0 0;
    color:#34891b;
}
.title-faq {
    background: none;
    border: none !important;
    font-size:20px;
    font-weight:normal;
    color:#34891b;
    border-top:1px solid #ddd !important;
    border-radius: 0;
    padding:16px 0 16px 20px;
    margin:0;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.title-faq:hover {
    background:#34891b;
    color:#fff;
    padding-left:20px;
}
.title-faq.ui-state-active:hover {
    background:none;
    color:#34891b;
    padding-left:0;
}
.title-faq.ui-state-active {
    font-weight: bold;
    padding-left:0;
}
.ui-accordion .ui-accordion-header .ui-icon {
    position: relative !important;
    left: auto !important;
    top: auto !important;
}
.ui-accordion .ui-accordion-header .ui-icon {
    width:32px;
    height:32px;
    border-radius:16px;
    float:right;
    background:#34891b url(images/arrow-faq-down.png) no-repeat 50% 12px !important;
    background-size:14px 10px !important;
    margin:-5px 10px 0 0 !important;
}
.title-faq.ui-state-active span {
    opacity: 0;
}
.static-page ul.list-category {
    list-style: none;
    margin:0 0 25px 0;
}
.static-page ul.list-category li {
    float:left;
    height:40px;
    padding:0 10px;
    margin:0 5px 5px 0;
    border:1px solid #c3b193;
    border-radius:5px;
    font-size:16px;
    color:#544930;
    line-height: 40px;
}

/* News
=====================================================================*/
#main-content {
    width:67%;
    float:left;
}
.news-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-gap: 2rem;
    border-bottom: 1px solid #c3b193;
    padding:0 0 40px 0;
    margin:0 0 40px 0;
}
.ads-news-list-category {
    border-bottom: 1px solid #c1c1c1;
    padding:0 0 40px 0;
    margin:0 0 40px 0;
}
.row-news-list {
    display: flex;
    align-items: center;
}
.row-news-list div {
    position: relative;
}
#sidebar {
    width:27%;
    float:right;
    position: relative;
}
.row-news-list .link-category {
    font-size:16px;
    margin:0 0 10px 0;
}
.row-news-list .date {
    display: block;
    margin:0 0 10px 0;
    color:#999;
}
.row-news-list .link-category a {
    font-style: italic;
    color: #cf3a52;
    text-decoration: none;
}
.row-news-list .static-page h2 {
    font-size:24px;
    font-weight: bold;
    margin:0 0 8px 0;
    line-height: 1.3;
}
.row-news-list h2 a {
    text-decoration: none;
}
.row-news-list .static-page p {
    margin:0 0 15px 0;
    line-height: 1.3;
}
.link-category .date {
    color:#999;
    float:right;
}
.row-news-list figure span {
    position: absolute;
    z-index: 10;
    right: -1px;
    top: 10px;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    background: #cf3a52;
    color: #fff;
}
.pagination {
    clear:both;
    margin:0 0 50px 0;
    height:30px;
}
.pagination h2 {
    text-transform: uppercase;
    font-size:14px;
    color:#111;
    font-weight: bold;
    margin:0 0 5px 0;
}
.nav-links {
    height: 30px;
    float:left;
    line-height: 30px;
}
#pagination .page-numbers,
.nav-links .page-numbers {
    width:30px;
    height: 30px;
    line-height: 30px;
    border:1px solid #d6dbdd;
    float:left;
    margin:0 5px 5px 0;
    text-align: center;
    text-decoration: none;
}
#pagination .page-numbers.next,
#pagination .page-numbers.prev,
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
    width:auto;
    padding:0 10px;
    font-weight: bold;
}
.page-numbers.current {
    color:#d6dbdd;
}
#blog-info {
    list-style: none;
    margin:30px 0 0 0;
    text-align: center;
}
#blog-info li {
    display: inline-flex;
    margin:0 10px;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    color:#888;
    font-size:15px;
}
#blog-info li span {
    color:#666;
    font-size:20px;
    margin:0 5px 0 0;
}
#share-article {
    position: sticky;
    float:left;
    top: 120px;
    left: 0;
    width: 55px;
    text-align: center;
    margin-left:-90px;
    z-index: 10;
}
#share-article p {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
}
.nav-share {
    list-style: none;
    margin: 0 auto;
    width:40px;
}
.nav-share li {
    width: 40px;
    height:40px;
    margin: 0 0 10px 0;
}
.nav-share li a {
    width: 40px;
    height:40px;
    display: block;
    color: #fff;
    text-align: center;
    line-height:35px;
    text-align: center;
}
.nav-share li a img {
    width:60%;
}
.nav-share li.link-facebook {
    background: #1877f2;
}
.nav-share li.link-linkedin {
    background: #0e76a8;
}
.nav-share li.link-twitter {
    background: #000;
}
.nav-share li.link-whatsapp {
    background: #00c3a5;
}
.wpb-posts-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    align-items: center;
    max-width: 1200px;
    margin: 70px auto 80px auto;
} 
.wpb-posts-nav a {
    display: grid;
    grid-gap: 20px;
    align-items: center;
} 
.wpb-posts-nav h4,
.wpb-posts-nav strong {
    margin: 0;
}
.wpb-posts-nav h4 {
    font-size:20px;
}
.wpb-posts-nav a svg {
    display: inline-block;
    margin: -2px 0 0 0;
    vertical-align: middle;
}
.wpb-posts-nav > div:nth-child(1) a {
    grid-template-columns: 100px 1fr;
    text-align: left;
} 
.wpb-posts-nav > div:nth-child(2) a {
    grid-template-columns: 1fr 100px;
    text-align: right;
} 
.wpb-posts-nav__thumbnail {
    display: block;
    margin: 0;
} 
.wpb-posts-nav__thumbnail img {
    border-radius: 10px;
}
.wpb-posts-nav a {
    text-decoration: none;
}
.wpb-posts-nav a strong {
    color:#333;
    font-weight: normal;
}
#full-promo {
    width:100%;
    background: #c3b193 url(images/promo.png) no-repeat 50% 50%;
    background-size: cover;
    padding:90px 0;
}
#full-promo .wrapper div {
    float:left;
    width:65%;
}
#full-promo .wrapper div p {
    font-size:24px;
    color:#fff;
    position: relative;
    padding:0 0 20px 0;
    margin:0 0 30px 0;
}
#full-promo .wrapper div p::before {
    content:"";
    width:60px;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left:0;
    bottom:0;
}
#full-promo .wrapper div h2 {
    font-size:26px;
    color:#fff;
    font-weight: bold;
    text-shadow:0 1px 2px rgba(0,0,0,0.4);
    line-height: 1.3;
}
#button-volunteer, #button-volunteer:link, #button-volunteer:visited {
    float:right;
    display: inline-block;
    padding:0 30px;
    height:60px;
    line-height: 60px;
    background: #34891b;
    color:#fff;
    font-size:20px;
    font-weight: bold;
    text-decoration: none;
    margin:70px 0 0 0;
    border-radius:5px;
}
#button-volunteer:hover {
    background: #544930;
    color:#fff;
}

/* Contact
=====================================================================*/
.button-contact, .button-contact:link, .button-contact:visited {
    display: inline-block;
    height:45px;
    line-height:45px;
    border-radius:5px;
    background: #f58220;
    padding:0 20px;
    font-size:18px;
    color:#fff;
    text-decoration: none;
    margin-top:20px;
}
.button-contact i {
    font-size:20px;
}
.button-contact:hover {
    background: #2c3d77;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea, .wpcf7-form .wpcf7-select {
    height:38px;
    line-height:38px;
    width:90%;
    background:#fff;
    border:1px solid #d0d0d0;
    padding:0 5px;
    outline: none;
    margin:0 0 12px 0;
    font-size:16px;
}
.wpcf7-form .wpcf7-select {
    width:40%;
}
.wpcf7-form .wpcf7-textarea {
    height:200px;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    margin:5px 0 0 0;
}
.wpcf7-form-control-wrap {
        margin:0 0 28px 0;
}
.wpcf7-form .wpcf7-submit {
    background: #d3d305;
    font-size:16px;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    width:170px;
    text-align: center;
    color:#544930;
    font-weight: bold;
    text-decoration: none;
    border:none;
    border-radius:5px;
    cursor: pointer;
    border:1px solid #d3d305;
}
.wpcf7-form .wpcf7-submit:hover {
    background: #544930;
    color:#fff;
    border:1px solid #544930;
}
.wpcf7-spinner {
    vertical-align: middle;
}

/* Typography
=====================================================================*/
.static-page img {
    margin:5px 0 20px 0;
    height:auto;
    width:100%;
    max-width:100%;
}
.static-page img.imgframe {
    max-width:97.5%;
    border:5px solid #f3f6f8;
}
img.alignleft, .static-page img.alignleft {
    margin-right:35px;
    float:left;
}
img.alignright, .static-page img.alignright {
    margin-left:35px;
    float:right;
}
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
    line-height: 1.3;
    color:#111;
}
.static-page h1 {
    font-size: 40px;
    margin: 30px 0;
}
.static-page h2 {
    font-size: 32px;
    margin: 25px 0;
    font-weight: bold;
}
.static-page h3 {
    font-size: 26px;
    margin: 22px 0;
}
.static-page h4 {
    font-size: 22px;
    margin: 25px 0;
}
.static-page h5 {
    font-size: 20px;
    margin: 30px 0;
}
.static-page h6 {
    font-size: 18px;
    margin: 36px 0;
}
.static-page p {
    margin: 0 0 24px;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}
.static-page hr {
    border: 0;
    text-align: center;
    margin:40px 0;
}
.static-page hr:before {
    content: "\2022   \2022   \2022   \2022";
    font-size: 44px;
    color: #7D122F;
}
.align-center {
    text-align: center;
}
.static-page ul, .static-page ol {
    margin: 0 0 24px 30px;
    line-height: 1.5;
    font-size: 18px;
    color:#333;
}
.static-page ul {
    list-style-position: outside;
}
.static-page ul li {
    position: relative;
    padding-left: 0;
    text-indent: 0;    

}
.static-page blockquote {
    margin: 0 0 24px;
    line-height: 1.5;
    font-size: 20px;
    color:#111;
    font-weight: 300;
    padding:0 0 0 50px;
    position: relative;
    overflow:hidden;
}
.static-page blockquote:before {
    content:'\201C';
    font-size:96px;
    color:#d3d305;
    line-height: 1.2;
    position: absolute;
    height:50px;
    left:0;
    top:-25px;
}
.static-page blockquote p {
    font-size:20px;
    line-height: 1.5;
    font-weight: 300;
}
.static-page blockquote cite {
    text-align: right;
    font-size: 16px;
    display: block;
}
pre {
    font-size: 16px;
    padding: 0 0 0 10px;
    margin: 0;
    background: #e7e7e7;
    border-left: 1px solid #b8b8b8;
    overflow: auto;
    overflow-y: hidden;
    line-height:1.6em;
    margin-top:1.6em;
    margin-bottom:1.6em;
    color:#686868;
    font-family: 'Courier New', 'Courier', serif;
}
pre code {
    margin: 0 0 0 20px; 
    padding: 18px 0;
    display: block;
}
.wp-block-embed-youtube .wp-block-embed__wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.wp-block-embed-youtube .wp-block-embed__wrapper  iframe, .wp-block-embed-youtube .wp-block-embed__wrapper  object, .wp-block-embed-youtube .wp-block-embed__wrapper  embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.wp-block-embed {
    margin: 0 0 40px 0;
}
.wp-block-image {
    margin: 0 0 40px 0;
    clear:both;
}
.wp-block-image img {
    margin-bottom:8px;
}
.wp-block-image figcaption {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: 300;
}
.wp-block-image .alignleft {
    width:40%;
    margin-right:60px;
}
.wp-block-image .alignright {
    width:40%;
    margin-left:60px;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    margin:0;
}
.static-page .wp-block-columns img {
    width:100%;
    max-width:100%;
    margin-left:0;
}
.static-page table {
    margin:0 0 40px 0;
    border-collapse: collapse;
    width: 100%;
}
.static-page table td, .static-page table th {
    border: 1px solid #ddd;
    padding: 15px;
    font-size:18px;
}
.static-page table tr:nth-child(even){
    background-color: #f2f2f2;
}
.static-page table tr:hover {
    background-color: #ddd;
}
.static-page table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #34891b;
    color: #fff;
}
.wp-block-table thead {
    border-bottom:1px solid #ddd !important;
}
.wp-block-file *+.wp-block-file__button {
    display: inline-block;
    padding:5px 10px;
}
.wp-block-file *+.wp-block-file__button:hover {
    color:#fff;
}
.static-page figcaption {
    font-size:16px;
    position: relative;
    color:#999;
    margin:20px 0 20px 0;
    padding:15px 0 0 0;
    font-weight: 300;
}
/*.static-page figcaption:before {
    content:"";
    height:1px;
    background: #d0d0d0;
    width:60px;
    position:absolute;
    top:0;
    left:0;
}*/
.box-line {
    padding-left:20px;
    border-left:3px solid #9a0006;
    margin:0 0 40px 0;
}
.box-line.color {
    background: #f1f3de;
    padding:20px;
}

/* Footer
=====================================================================*/
#main-footer {
    background: #34891b;
    padding:50px 0;
}
#main-footer figure {
    width:15%;
    float:left;
    margin:0 5% 0 0;
}
#main-footer h6 {
    float:left;
    font-size:15px;
    color:#fff;
    margin:7px 0 0 0;
}
#main-footer ul {
    float:right;
    list-style: none;
    margin:7px 0 0 0;
}
#main-footer ul li {
    float:left;
    margin:0 0 0 15px;
}
#main-footer ul li a {
    font-size:16px;
    text-decoration: none;
    color:#fff;
}
#main-footer ul li a:hover {
    text-decoration: underline;
}

/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1300px) {
    .wrapper {
        min-width:0;
        width:auto;
        padding:0 20px;
        height:auto;
    }
    #slideshow-quote .owl-nav button.owl-next {
        right: -50px;
    }
    #slideshow-quote .owl-nav button.owl-prev {
        left: -50px;
    }
    #slideshow-quote {
        width:90%;
        margin:0 auto;
    }
}
/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1200px) {
    .menu-button-container {
        display: block;
    }
    #menu-toggle:checked ~ #nav {
        display: block;
    }
    #menu-toggle:checked ~ .menu-button-container .menu-button {
        top:20px;
    }
    #menu-toggle ~ #nav {
        display: none;
    }
    #nav {
        position: fixed;
        left:0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        -webkit-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        z-index:2000;
        margin:0;
        padding:0;
        display: none;
    }
    #nav-container {
        width:80%;
        height: 100%;
        box-shadow:3px 0 5px rgba(0,0,0,0.5);
        background: #fff;
        overflow: scroll;
        left:0;
        top: 0;
        z-index:2100;
        position: absolute;
    }
    .close-menu-big {
        text-indent: -9999px;
        display: block;
        height: 100%;
    }
    #nav,
    #main-header.small #nav {
        border: none;
        margin-top:0;
    }
    #nav-main,
    #main-header.small #nav-main {
      float: none;
      text-align: left;
      border: none;
      padding: 0;
      height: auto;
      margin-top:80px;
    }
    #nav-main li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        border:none;
        background: none;
        box-shadow: none;
        font-size:14px;
        padding:0 20px;
        text-shadow:none;
    }
    #nav-main li:after {
        display: none;
    }
    #nav-main li.current-menu-item:before,
    #nav-main li.current-menu-parent:before {
        display: none;
    }
    #nav-main li a, #nav-main li:hover a, #nav-main li a:hover,
    #main-header.small #nav-main li a, #main-header.small #nav-main li:hover a, #main-header.small #nav-main li:hover a {
        height:auto;
        float:none;
        text-align: left;
        display: block;
        color:#2b2b2b;
        text-decoration: none;
        background: none;
        box-shadow: none;
        border: none;
        font-weight: bold;
        line-height:18px;
        padding:10px 10px;
        font-size:18px;
        -webkit-transition: none; 
        -moz-transition: none;
        transition: none; 
    }
    #nav-main li a:hover {
        background: none;
        padding:10px 10px;
    }
    #nav-main li:hover {
        background: none;
        box-shadow: none;
    }
    #nav-main li.current-menu-item a,
    #main-header.small #nav-main li.current-menu-item a,
    #nav-main li.current-menu-parent a,
    #main-header.small #nav-main li.current-menu-parent a {
        background: #34891b;
        border-radius: 5px;
        color:#fff;
        border:none;
        box-shadow:none;
        text-shadow:none;
        height:auto;
        padding:10px 10px;
        font-weight: normal;
    }
    #nav ul ul, #nav ul ul ul {
        position:relative;
        z-index:2000;
        display:block;
        width:auto;
        margin: 0 0 10px 0;
        top: auto;
        left:auto;
        background:none;
        padding:0;
        float: none;
        text-align: left;
        box-shadow: none;
        border:none;
    }
    #nav ul ul:before {
        display: none;
    }
    #nav ul li ul li, #nav ul li ul li ul li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        width:auto;
        border:none;
    }
    #nav ul li ul li.menu-item-has-children ul {
        margin-left:15px;
    }
    #nav #nav-main li ul li a, #nav #nav-main li ul li a:link, #nav #nav-main li ul li a:visited,
    #main-header.small #nav #nav-main li ul li a, #main-header.small #nav #nav-main li ul li a:link, #main-header.small #nav #nav-main li ul li a:visited {
          width:auto;
          height:auto;
          text-transform: uppercase;
          border:none;
          background: none;
          margin:0;
          box-shadow:none;
          text-shadow:none;
          border:none;
          margin-left:10px;
          color:#000;
        padding:10px 10px;
        font-size:18px;
        font-weight: normal;
    }
    #nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover, #nav-main li.current-menu-item ul li a:hover, #nav-main li.current-menu-parent ul li a:hover,
    #main-header.small #nav #nav-main li:hover ul li a:hover, #main-header.small #nav #nav-main li ul li a:hover, #main-header.small #nav-main li.current-menu-item ul li a:hover, #main-header.small #nav-main li.current-menu-parent ul li a:hover {
      background: none;
      text-decoration: none;
      padding:10px 10px;
      color:#1c8185;
    }
    #nav-main li:hover, #nav-main li.current-menu-item, #nav-main li:hover, #nav-main li.current-menu-parent, #nav .menu ul li:hover, #nav .menu ul li.current-menu-item, #nav .menu ul li.current-menu-parent {
        background:none;
        box-shadow: none;
    }
    nav#nav li:hover ul ul,
    nav#nav li li:hover ul ul
        {display:block;}

    nav#nav li:hover ul,
    nav#nav li li:hover ul
        {display:block;}
    #nav:target {
        width: 100%;
    }
    #nav-main li.current-menu-item a::before, #nav-main li.current-menu-parent a::before, #nav-main li.current-page-ancestor a::before {
        display: none;
    }
    .menu-button {
        text-decoration: none;
        display: block;
        width:50px;
        height: 50px;
        padding:0;
        position: absolute;
        z-index:2100;
        left:20px;
        top:20px;
        text-align: center;
        color:#7D122F;
        background: #fff;
        border:none;
        line-height: 50px;
        color:#34891b;
    }
    .menu-button span {
        font-size:30px;
        margin-top:10px;
    }
    #main-header {
        backdrop-filter: none;
    }
    #logo,
    #main-header.small #logo {
        margin-left:100px;
    }
    #main-header.small {
        display: none;
    }
    #group-feature {
        grid-gap: 2rem;
    }
    #transaction-animation h3 {
        text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    }
}
/* CSS for iPad Landscape
=====================================================================*/
@media screen and (max-width: 1024px) {
    img,
    img[class*="align"],
    img[class*="wp-image-"] {
        max-width: 100% !important;
        height: auto !important;
    }
    .entry-content img,
    .comment-content img,
    .widget img {
        max-width: 100%; /* Fluid images for posts, comments, and widgets */
    }
    img.size-full {
        max-width: 100%;
        width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
    }
    .overlay h1 {
        font-size:40px;
        margin-top:20px;
    }
    .overlay p {
        font-size:18px;
    }
    #image-intro-1 {
        left:20px;
        width:240px;
        height: 280px;
        bottom:-120px;
    }
    .row-feature h2 {
        font-size:22px;
    }
    .row-feature p {
        font-size:16px;
    }
    .row-feature img {
        width:280px;
        margin-left:-140px;
    }
    #main-footer figure {
        width:40%;
        float:none;
        margin:0 auto 20px auto;
        text-align: center;
    }
    #main-footer h6 {
        float:none;
        text-align: center;
    }
    #main-footer ul {
        float:none;
        text-align: center;
    }
    #main-footer ul li {
        float:none;
        display: inline-block;
        margin:0 5px;
    }
}

/* CSS for iPad Portrait
=====================================================================*/
@media screen and (max-width: 800px) {
    #main-header {
        height:60px;
        position: relative;
        background: #f8f4ed;
    }
    .separator {
        height: 60px;
    }
    #logo {
        width:203px;
        height: 40px;
        background-size:203px 40px;
        margin-top:10px;
        margin-left:90px;
    }
    .menu-button,
    #menu-toggle:checked ~ .menu-button-container .menu-button {
        top:5px;
    }
    #slideshow-quote .owl-nav button.owl-next {
        right: -40px;
        width:15px;
        height:28px;
        background-size:15px 28px;
    }
    #slideshow-quote .owl-nav button.owl-prev {
        left: -40px;
        width:15px;
        height:28px;
        background-size:15px 28px;
    }
    .overlay {
        background-image:none;
        background-color:#f8f4ed;
    }
    #button-header {
        margin:10px 20px 0 0;
    }
    .button-login, .button-login:link, .button-login:visited {
        height:40px;
        line-height: 40px;
        font-size:16px;
    }
    .overlay h1 {
        font-size:32px;
    }
    .overlay p {
        font-size:16px;
        width:80%;
    }
    #group-feature {
        grid-template-columns: 1fr;
    }
    #content-intro h2, #join-content h2, #transaction-content h2, .main-title {
        font-size:32px;
    }
    #image-intro {
        width:25%;
        margin-top:90px;
    }
    #content-intro {
        width:70%;
    }
    #content-intro p, #join-content p {
        font-size:16px;
    }
    #content-intro ul {
        font-size:16px;
    }
    #content-intro ul li {
        background-size:15px 10px;
        padding:0 0 0 30px;
        background-position: 0 5px;
    }
    #join-content {
        width:100%;
        float:none;
    }
    #join-price {
        width:96%;
        float:none;
    }
    #news-group {
        grid-template-columns: 1fr;
    }
    .image-feature {
        width:94%;
        float:none;
    }
    .content-feature {
        width:100%;
        float:none;
    }
    .full-light-color.woman {
        background-position:-20px 100px;
    }
    #main-title {
        font-size:36px;
    }
    #separator {
        display: none;
    }
    .news-container {
        grid-template-columns: 1fr;
    }
    #full-promo .wrapper div {
        width:100%;
        float:none;
    }
    #full-promo .wrapper div h2 {
        font-size:22px;
    }
    #button-volunteer, #button-volunteer:link, #button-volunteer:visited {
        float:none;
        display: inline-block;
    }

}

/* CSS for Smartphone, ex: iPhone, Android, Blackberry
=====================================================================*/
@media screen and (max-width: 650px) {
    #main-header .wrapper {
        padding:0 20px;
    }
    .menu-button, #menu-toggle:checked ~ .menu-button-container .menu-button {
        left:0;
    }
    .open-menu, .open-menu:link, .open-menu:visited {
        left:5px;
        top:25px;
    }
    #logo {
        margin-left:65px;
    }
    .overlay {
        position: relative;
        top:auto;
        left:auto;
        padding-bottom:30px;
        opacity: 1;
    }
    #button-wrapper {
        z-index: 10;
    }
    #image-intro-1 {
        left:-20px;
    }
    .row-feature img {
        width:300px;
        margin-left:-150px;
    }
    #main-header.small {
        display: block;
    }
    .button-login, .button-login:link, .button-login:visited {
        height:20px;
        line-height: 20px;
        font-size:14px;
        padding:0;
        background: none;
        float:none;
        width:100%;
        margin:0 0 2px 0;
        display: block;
    }
    .button-login span {
        display: none;
    }
    #content-intro {
        width:100%;
        float:none;
    }
    #image-intro {
        width:50%;
        float:none;
        margin:0;
    }
    #physics-box {
        height:auto;
        padding: 0 0 30px 0;
        margin:0 20px;
    }
    #physics-box canvas {
        margin-top:-1030px;
        height:1260px !important;
    }
    .full-light-color .button-more, .full-light-color .button-more:link, .full-light-color .button-more:visited {
        width:100%;
        padding:0;
        text-align: center;
        justify-content: center
    }
    #hero-content {
        height: auto;
    }
    #join-price {
        width:92%;
        padding:4%;
    }
    .price-box {
        width:96%;
        float:none;
        margin:0 0 20px 0;
    }
    #transaction-animation {
        width:100%;
        float:none;
        margin:0 0 40px 0;
    }
    #transaction-content {
        width:100%;
        float:none;
    }
    .full.image {
        background-image:none;
    }
    .button-more, .button-more:link, .button-more:visited {
        width:100%;
        justify-content: center;
        padding:0;
    }
    .full-light-color.woman {
        padding-bottom:100px;
        background-position:-30px 120px;
    }
    #button-wrapper {
        display: none;
    }
    .image-feature h2 {
        font-size:22px;
        text-align: center;
        padding:0;
        margin-top:10px;
    }
    .image-feature span {
        position: relative;
        left:auto;
        top:auto;
        margin-right:5px;
        display: none;
    }
    .image-feature {
        border-radius:5px;
    }
    #main-content {
        width:100%;
        float:none;
        margin:0 0 40px 0;
    }
    #sidebar {
        width:100%;
        float:none;
    }
    #share-article {
        margin: 0 0 20px 0;
        float: none;
        background: #fff;
        left: 0;
        top: 0;
        height: 50px;
        width: 100%;
    }
    #share-article p, #share-article ul {
        display: inline-block;
        margin: 4px 0 0 0;
        margin-right: 0px;
    }
    #share-article p {
        margin-right: 10px;
    }
    .nav-share {
        width:auto;
    }
    .nav-share li {
        display: inline-block;
        margin: 0 2px;
    }
    .wpb-posts-nav {
        grid-template-columns: 1fr;
    }
    .wpb-posts-nav h4 {
        font-size:18px;
    }
}