span.wpcf7-list-item { display: block; } .header-wrapper { display: block;} /* Title & description */ .site-title, .site-description { font-family: cinzel; font-size: 25px; } /* Footer */ footer .site-info { display:none; } .affiliation-logo { height: 80px; } /* Home page divs */ .home-div { padding-left: 100px; } @media (max-width : 480px) { .home-div { padding-left: 0px; } } .home-description-div { text-align: justify; padding-bottom: 30px; } .home-button { text-align: center; width: 100%; height: 80px; } .donate-button-div { float: right; padding-top: 20px; } @media screen and (max-width: 767px) { .home-button { height: 100%; } } @media screen and (max-width: 480px) { .home-button { } } /* Other divs*/ .sub-area { border: 1px solid gray; padding: 10px; margin: 10px; } .highlight-content-div { border: 2px solid #5c6d53; padding: 20px 20px 0px 20px; margin-bottom: 20px; background-color: #D3D3D3; } /* Buttons */ .wpcf7 input[type="submit"] { border-color: #5c6d53; background: #5c6d53; color: #ffffff; } a.button { border-color: #5c6d53; color: #ffffff; background-color: #5c6d53; } input[type="button"], input[type="reset"], input[type="submit"] { border-color: #5c6d53; color: #ffffff; background-color: #5c6d53; } /* Menu */ .navigation-classic .primary-navigation .menu-primary > ul > li.current-menu-item > a, .navigation-classic .primary-navigation .menu-primary > ul > li.current_page_item > a { background-color: #a9a9a9; } @media screen and (min-width: 1020px) { .navigation-classic .primary-navigation .menu-primary > ul > li > a:hover, .navigation-classic .primary-navigation .menu-primary > ul > li > a:focus, .navigation-classic .primary-navigation .menu-primary > ul > li > a:active, .navigation-classic .primary-navigation .menu-primary ul li:hover > a { background-color: #000000; } .navigation-classic .primary-navigation ul ul li { background-color: #a9a9a9; } .navigation-classic .primary-navigation ul ul::before { border-bottom-color: #a9a9a9; } .navigation-classic .primary-navigation ul ul ul::before { border-right-color: #a9a9a9; } .navigation-classic .primary-navigation ul ul li:last-of-type { border-color: #a9a9a9; } } @media screen and (max-width: 1019px) { .sb-holder, .menu-toggle, .menu-primary, .main-navigation.toggle-on .menu-toggle { background: #a9a9a9; } .menu-toggle:hover { background: #a9a9a9; } nav.primary-navigation { background: #a9a9a9; } } /* Columns */ * { box-sizing: border-box; } .column { float: left; padding: 10px; } .two-columns { width: 50%; } .three-columns { width: 33.33%; } .four-columns { width: 25%; } .row:after { content: ""; display: table; clear: both; } @media screen and (max-width: 600px) { .column { width: 100%; } } /* Widgets */ @media only screen and (max-width: 500px) { .logo-margin-responsive { margin-top: 10px; margin-left: 10px !important; margin-bottom: 20px !important; } }