/*!
Theme Name: Gina Rinehart
Theme URI: https://www.ginarinehart.com.au
Author: Wayne Chandra
Author URI: https://www.creativetune.com.au
Description: Gina Rinehart WordPress Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ginarinehart
Tags: gina rinehart, hancock prospecting

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
# Header
# Footer
# Back To Top
# Spacing
# Additional Layout
# Home Page
# Internal Page Header
# Contact Form Section
# Full Width Page

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
::selection {
    background: #25414f;
}
::-moz-selection {
    background: #25414f;
}
body::selection {
    background: #25414f;
}
body::-moz-selection {
    background: #25414f;
}
p::selection {
    background: #25414f;
    color:#fff;
}
p::-moz-selection {
    background: #25414f;
    color:#fff;
}
span::selection {
    background: #25414f;
    color:#fff;
}
span::-moz-selection {
    background: #25414f;
    color:#fff;
}
a::selection {
    background: #25414f;
    color:#fff;
}
a::-moz-selection {
    background: #25414f;
    color:#fff;
}
h1::selection {
    background: #25414f;
    color:#fff;
}
h1::-moz-selection {
    background: #25414f;
    color:#fff;
}
h2::selection {
    background: #25414f;
    color:#fff;
}
h2::-moz-selection {
    background: #25414f;
    color:#fff;
}
h3::selection {
    background: #25414f;
    color:#fff;
}
h3::-moz-selection {
    background: #25414f;
    color:#fff;
}
h4::selection {
    background: #25414f;
    color:#fff;
}
h4::-moz-selection {
    background: #25414f;
    color:#fff;
}
h5::selection {
    background: #25414f;
    color:#fff;
}
h5::-moz-selection {
    background: #25414f;
    color:#fff;
}
h6::selection {
    background: #25414f;
    color:#fff;
}
h6::-moz-selection {
    background: #25414f;
    color:#fff;
}
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #121212;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.45em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: #121212;
  margin-bottom: 1em;
  line-height: 1.2em;
}

h1 {
  font-size: 42px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 36px;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 32px;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 28px;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 20px;
}
@media (max-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  h6 {
    font-size: 16px;
  }
}

p {
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 12px solid #000;
  padding-left: 1em;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.lead {
  font-size: 1.2rem;
  line-height: 1.4em !important;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .lead {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .lead {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .lead {
    font-size: 1.05rem;
  }
}

.alt-text {
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  color: #000;
  display: block;
  font-style: italic;
  font-size: 26px !important;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 400 !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  background-size: auto 1000px;
  background-repeat: repeat;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 2em 10px;
  list-style-type: disc;
}
ul li,
ol li {
  margin-bottom: 10px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 20px;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn-primary {
  display: inline-block;
  background-color: #000;
  color: #fff !important;
  border-radius: 4px;
  padding: 8px 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-primary:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #27cfc3;
}

.btn-secondary {
  display: inline-block;
  background-color: #27cfc3;
  color: #fff;
  border-radius: 4px;
  padding: 8px 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-secondary:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #27cfc3;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a:visited {
  color: #27cfc3;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #25b9d9;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
  background-color: transparent;
  height: auto;
  border-radius: 0;
  border: 0;
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.navbar .navbar-brand {
  width: 25%;
  margin: 0 !important;
  padding: 0 !important;
}
.navbar .navbar-brand img {
  width: 100%;
  max-width: 180px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

@media (max-width: 1200px) {
  .navbar .navbar-brand {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding-right: 0px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .navbar .navbar-brand {
    width: 50%;
    padding-left: 20px !important;
  }

  .navbar .navbar-brand img {
    max-width: 160px;
  }
}

.navbar .navbar-brand .small-logo {
  width: 120px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar .ghr-toggler {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  font-size: 1em !important;
  padding: 12px;
  margin: 13px 18px 13px auto;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  .navbar .ghr-toggler {
    margin-top: 12px;
    margin-right: 18px;
    margin-bottom: 12px;
  }
}
.navbar .ghr-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar .header-search {
  width: 15%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .navbar .header-search {
    width: 8%;
  }
}
@media (max-width: 991px) {
  .navbar .header-search {
    display: none;
  }
}
.navbar .header-search .btn-search {
  border: 0;
  background-color: transparent;
  border-radius: 0;
}
.navbar .header-search .btn-search img {
  max-width: 28px;
  height: auto;
}
.navbar .menu-wrapper {
  background-color: transparent;
  width: 75%;
  display: flex;
  justify-content: flex-end;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .navbar .menu-wrapper {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .navbar .menu-wrapper {
    width: 100%;
    display: none;
    height: 0;
  }
}
.navbar #main-menu ul {
  margin: 0;
  background-color: transparent;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .navbar #main-menu ul {
    border-bottom: 0;
    padding-left: 0;
  }
}
.navbar #main-menu ul li {
  margin: 0px;
}
@media (max-width: 1200px) {
  .navbar #main-menu ul li {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .navbar #main-menu ul li {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
    width: 100%;
  }
}

.navbar #main-menu ul li a {
  padding: 20px 32px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-size: 14.4px;
  font-size: 0.9rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar #main-menu ul li a:hover,
.navbar #main-menu ul li a:focus {
  color: #fff;
  background-color: #f48da4;
}
@media (max-width: 1200px) {
  .navbar #main-menu ul li a {
    padding: 20px 24px;
  }
}
@media (max-width: 991px) {
  .navbar #main-menu ul li a {
    padding: 20px;
  }
}

.navbar #main-menu ul li ul.dropdown-menu {
  background-color: #000;
  border-radius: 0;
  padding: 10px;
  border: 0;
  box-shadow: none;
  margin: 0;
}
.navbar #main-menu ul li ul.dropdown-menu li {
  margin: 0;
}
.navbar #main-menu ul li ul.dropdown-menu li a {
  color: #fff;
  padding: 12px !important;
  display: block;
}
.navbar #main-menu ul li ul.dropdown-menu li a:hover,
.navbar #main-menu ul li ul.dropdown-menu li a:focus {
  background-color: #000;
  color: #fff;
}
.navbar #main-menu ul li ul.dropdown-menu li a:hover:before,
.navbar #main-menu ul li ul.dropdown-menu li a:focus:before {
  display: none;
}
.navbar #main-menu ul li.active a {
  color: #fff;
  background-color: #f48da4;
}
.navbar #main-menu ul li.active a:before {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar #main-menu ul li.active ul.dropdown-menu li a:before {
  display: none !important;
}

.mobile-menu {
  display: block !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  height: 100vh !important;
  background-color: #000 !important;
  padding-top: 10% !important;
}
@media (max-width: 991px) {
  .navbar #main-menu ul li a {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
.container {
  max-width: 1140px !important;
}

#not-found {
  text-align: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
#not-found h1 {
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.post-list .post-date {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#secondary {
  padding-right: 18px;
}
@media (max-width: 768px) {
  #secondary {
    padding-right: 0;
  }
}
#secondary section {
  margin-bottom: 60px;
}
#secondary section h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-top: 10px;
}
#secondary section h3 {
  font-size: 17.6px;
  font-size: 1.1rem;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#secondary section ul {
  list-style-type: none;
  padding: 0;
  margin: 12px 0 0 0;
}
#secondary section ul li a {
  display: block;
  padding: 4px 0px 4px 12px;
  color: #4c5454;
  position: relative;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#secondary section ul li a:hover,
#secondary section ul li a:focus {
  color: #000;
}
#secondary section input[type="search"] {
  background-color: #efefef;
  border: 0;
  border-radius: 0;
  padding: 8px 10px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.img-100 {
  width: 100%;
}

.img-center {
  margin: 0 auto !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

#home-page-slider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  min-height: 520px;
  margin-bottom: 0;
  background: #88896f;
  background: -moz-linear-gradient(90deg, white 70%, #88896f 70%);
  background: -webkit-linear-gradient(90deg, white 70%, #88896f 70%);
  background: linear-gradient(90deg, white 70%, #88896f 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#88896F",GradientType=1);
}
@media (max-width: 1200px) {
  #home-page-slider {
    top: 0;
    margin-bottom: 0px;
  }
}
@media (max-width: 576px) {
  #home-page-slider {
    margin-bottom: 160px;
  }
}
#home-page-slider .slider-caption {
  left: 64%;
  top: 24%;
  position: absolute;
  background-color: #000;
  padding: 5em 3.2em;
  width: 32%;
  height: auto;
  z-index: 9;
}
@media (max-width: 1480px) {
  #home-page-slider .slider-caption {
    width: 35%;
    left: 56%;
  }
}
@media (max-width: 1024px) {
  #home-page-slider .slider-caption {
    width: 40%;
    left: 57%;
  }
}
@media (max-width: 768px) {
  #home-page-slider .slider-caption {
    width: 80%;
    left: 10%;
    top: 65%;
    padding: 3em 2.2em;
  }
}
@media (max-width: 576px) {
  #home-page-slider .slider-caption {
    width: 96%;
    left: 2%;
    padding: 2em 1.5em;
    top: 78%;
  }
}
#home-page-slider .slider-caption p.caption-heading {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.05em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  #home-page-slider .slider-caption p.caption-heading {
    font-size: 36.8px;
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  #home-page-slider .slider-caption p.caption-heading {
    font-size: 33.6px;
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  #home-page-slider .slider-caption p.caption-heading {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  #home-page-slider .slider-caption p.caption-heading {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
#home-page-slider .slider-caption p {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 991px) {
  #home-page-slider .slider-caption p {
    font-size: 15.2px;
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  #home-page-slider .slider-caption p {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  #home-page-slider .slider-caption p {
    padding-left: 0;
    font-size: 12.8px;
    font-size: 0.8rem;
    margin-bottom: 12px;
  }
}
#home-page-slider .slider-caption a {
  display: inline-block !important;
  margin-top: 24px;
  padding: 10px 32px 10px 0;
  background-color: transparent;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
#home-page-slider .slider-caption a:after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
}
#home-page-slider .slider-caption a:hover,
#home-page-slider .slider-caption a:focus {
  background-color: transparent;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  #home-page-slider .slider-caption a {
    margin-top: 0;
  }
}
#home-page-slider .homepage-slider {
  position: relative;
  width: 80%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #home-page-slider .homepage-slider {
    width: 88%;
  }
}
@media (max-width: 991px) {
  #home-page-slider .homepage-slider {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #home-page-slider .homepage-slider {
    height: auto;
  }
}
#home-page-slider .homepage-slider .owl-stage-outer {
  overflow: hidden;
  height: auto !important;
}
#home-page-slider .homepage-slider .slider-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 75vh;
  min-height: 480px;
  width: 100%;
}
#home-page-slider .homepage-slider .owl-nav {
  position: absolute;
  top: 92%;
  left: 18%;
  width: auto;
  margin-top: 0;
  z-index: 12;
  display: flex;
  justify-content: space-between;
}
#home-page-slider .homepage-slider .owl-nav:hover,
#home-page-slider .homepage-slider .owl-nav:focus {
  background: transparent;
}
@media (max-width: 768px) {
  #home-page-slider .homepage-slider .owl-nav {
    display: none;
  }
}
#home-page-slider .homepage-slider .owl-nav .owl-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 0;
  font-size: 14.4px;
  font-size: 0.9rem;
  padding: 14px;
  width: 48px;
  height: 48px;
  margin: 0 2px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-page-slider .homepage-slider .owl-nav .owl-prev:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  #home-page-slider .homepage-slider .owl-nav .owl-prev {
    display: none;
  }
}
#home-page-slider .homepage-slider .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 0;
  font-size: 14.4px;
  font-size: 0.9rem;
  padding: 14px;
  width: 48px;
  height: 48px;
  margin: 0 2px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#home-page-slider .homepage-slider .owl-nav .owl-next:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 576px) {
  #home-page-slider .homepage-slider .owl-nav .owl-next {
    display: none;
  }
}
#home-page-slider .homepage-slider .owl-dots {
  display: none;
}
#home-page-slider .homepage-slider .owl-dots .owl-dot.active span {
  background-color: #000 !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  height: auto;
  background-color: #000;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 5px solid #f48da4;
}

.admin-bar .site-header {
  top: 32px;
}

.sticky-menu #menu-home li a {
  padding: 10px 32px; !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

@media (max-width: 1200px) {
  .sticky-menu #menu-home li a {
    padding: 10px 24px !important;
  }
}

@media (max-width: 991px) {
  .sticky-menu #menu-home li a {
    padding: 16px 20px !important;
  }
}

.hamburger-menu {
  z-index: 9999;
  position: relative;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  display: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
@media (max-width: 991px) {
  .hamburger-menu {
    display: block;
  }
}

.hamburger-menu .bar {
  position: relative;
  transform: translateY(25px);
  background: rgba(255, 255, 255, 1);
  transition: all 0ms 300ms;
  -webkit-transition: all 0ms 300ms;
  -moz-transition: all 0ms 300ms;
  -o-transition: all 0ms 300ms;
  width: 32px;
  height: 2px;
  left: 9px;
}

.hamburger-menu .bar:after {
  content: "";
  width: 32px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background: rgba(255, 255, 255, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu .bar:before {
  content: "";
  width: 32px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 10px;
  background: rgba(255, 255, 255, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-animate {
  background: rgba(255, 255, 255, 0) !important;
}
.hamburger-animate:after {
  top: 0 !important;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1) !important;
}
.hamburger-animate:before {
  bottom: 0 !important;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1) !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14.4px;
  font-size: 0.9rem;
  border-top: 2px solid #f48da4;
}
.site-footer p {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .site-footer p {
    text-align: center;
  }
}
.site-footer #menu-footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .site-footer #menu-footer-menu {
    justify-content: center;
  }
}
.site-footer #menu-footer-menu li {
  width: auto;
  margin-bottom: 0;
}
.site-footer #menu-footer-menu li a {
  color: #fff;
  display: block;
  padding: 8px 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.site-footer #menu-footer-menu li a:hover {
  color: #f48da4;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #000;
  display: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-align: center;
  padding: 11px;
}
.topbutton img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  object-position: center center;
}
.topbutton:hover,
.topbutton:focus {
  background-color: #f48da4;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# Additional Layout
--------------------------------------------------------------*/

@media screen and (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
}

/*--------------------------------------------------------------
# Internal Page Header
--------------------------------------------------------------*/
.page-header {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 360px;
  padding-top: 220px;
}
@media screen and (min-width: 1900px) {
  .page-header {
    height: 380px;
  }
}
@media screen and (min-width: 2100px) {
  .page-header {
    height: 460px;
  }
}
@media (max-width: 991px) {
  .page-header {
    background-image: none !important;
    height: 200px;
    padding-top: 90px;
  }
  .page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    background: #f5d7a9;
    background: -moz-linear-gradient(
      180deg,
      #f5d7a9 0%,
      rgba(253, 245, 234, 0.6306897759) 69%,
      rgba(253, 245, 234, 0) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      #f5d7a9 0%,
      rgba(253, 245, 234, 0.6306897759) 69%,
      rgba(253, 245, 234, 0) 100%
    );
    background: linear-gradient(
      180deg,
      #f5d7a9 0%,
      rgba(253, 245, 234, 0.6306897759) 69%,
      rgba(253, 245, 234, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5d7a9",endColorstr="#fdf5ea",GradientType=1);
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .page-header {
    height: 160px;
  }
}
.page-header .page-header-content {
  padding: 0 16px;
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .page-header .page-header-content {
    padding: 0 16px;
  }
}
.page-header .page-header-content h1 {
  text-align: left;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .page-header .page-header-content h1 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-header .page-header-content h1 {
    font-size: 33.6px;
    font-size: 2.1rem;
  }
}
@media (max-width: 576px) {
  .page-header .page-header-content h1 {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}
.page-header .page-header-content .pre-header-title {
  margin-bottom: 0;
  color: #000;
}
@media (max-width: 991px) {
  .page-header .page-header-content .pre-header-title {
    text-align: center;
  }
}

.not-found-page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 220px;
}

.not-found-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*--------------------------------------------------------------
# Search Box
--------------------------------------------------------------*/
#searchform input[type="text"] {
  background-color: #efefef;
  border: 0;
  padding: 8px 12px;
  height: 45px;
  width: 80%;
  margin: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#searchform button.search-submit {
  background-color: #000;
  color: #fff;
  padding: 12px;
  border: 0;
  height: 45px;
  width: 20%;
  margin: 0;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#searchform button.search-submit:hover,
#searchform button.search-submit:focus {
  background-color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#searchform button.search-submit i {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

#search {
  background-color: rgba(0, 0, 0, 0.7);
}
#search .modal-dialog {
  margin-top: 10%;
}
#search .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
#search .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
#search .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  font-size: 48px;
  opacity: 1;
  font-weight: 100;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#search .modal-dialog .modal-content .modal-header .close:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #27cfc3;
}
#search .modal-dialog .modal-content .modal-body .search-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#search .modal-dialog .modal-content .modal-body .search-wrap #search-input {
  width: 90%;
  border: 0 !important;
  height: 56px;
  background-color: #fff;
  padding: 0 24px !important;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#search .modal-dialog .modal-content .modal-body .search-wrap .search-submit {
  width: 10%;
  background-color: #27cfc3;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 56px;
  text-align: center;
  border: 0 !important;
}
#search
  .modal-dialog
  .modal-content
  .modal-body
  .search-wrap
  .search-submit
  img {
  width: 32px;
  height: auto;
}

/*--------------------------------------------------------------
# Content Wrapper 
--------------------------------------------------------------*/
.content-wrapper {
  margin-top: 64px;
}
@media (max-width: 991px) {
  .content-wrapper {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
# News 
--------------------------------------------------------------*/
.latest-news-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.latest-news-wrapper .latest-news-col {
  width: 33.333%;
  padding: 0px 8px;
  margin-bottom: 32px;
  display: flex;
}
@media (max-width: 991px) {
  .latest-news-wrapper .latest-news-col {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .latest-news-wrapper .latest-news-col {
    width: 100%;
  }
}
.latest-news-wrapper .latest-news-col .latest-news {
  padding: 0px 0 24px 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 480px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .latest-news-wrapper .latest-news-col .latest-news {
    min-height: 480px;
  }
}
@media (max-width: 991px) {
  .latest-news-wrapper .latest-news-col .latest-news {
    min-height: 430px;
  }
}
@media (max-width: 576px) {
  .latest-news-wrapper .latest-news-col .latest-news {
    min-height: initial;
  }
}
.latest-news-wrapper .latest-news-col .latest-news:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.latest-news-wrapper .latest-news-col .latest-news .news-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 240px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 768px) {
  .latest-news-wrapper .latest-news-col .latest-news .news-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .latest-news-wrapper .latest-news-col .latest-news .news-img {
    height: 180px;
  }
}
.latest-news-wrapper .latest-news-col .latest-news .news-img:after {
  display: none;
}
.latest-news-wrapper .latest-news-col .latest-news h2 {
  font-size: 18px !important;
  margin-bottom: 24px;
  margin-top: 8px;
  padding: 0 20px;
  line-height: 1.3em;
  height: auto;
}
.latest-news-wrapper .latest-news-col .latest-news p {
  padding: 0 20px;
  color: #4c5454 !important;
  line-height: 1.4em;
  font-size: 14.4px;
  font-size: 0.9rem;
}

/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/
.awards-wrapper {
  column-count: 2;
}
@media screen and (max-width: 767px) {
  .awards-wrapper {
    column-count: 1;
  }
}
.awards-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.awards-wrapper ul li {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 4px 8px;
}
.awards-wrapper ul li .award-year {
  font-weight: 700;
  position: relative;
  color: #27ccc0;
  width: auto;
  padding-right: 0px;
  min-width: 52px;
}
.awards-wrapper ul li .award-year:after {
  content: " | ";
  color: #333;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
}
.awards-wrapper ul li .award-title {
  width: 80%;
  padding: 0 8px;
}

.speeches-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 42px 0;
}
.speeches-wrapper .speeches-col {
  width: 33.333%;
  padding: 0px 8px;
  margin-bottom: 32px;
  display: flex;
}
@media (max-width: 991px) {
  .speeches-wrapper .speeches-col {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .speeches-wrapper .speeches-col {
    width: 100%;
  }
}
.speeches-wrapper .speeches-col a {
  display: block;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  min-height: 480px;
}
@media (max-width: 576px) {
  .speeches-wrapper .speeches-col a {
    min-height: initial;
  }
}
.speeches-wrapper .speeches-col a .speech-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 240px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 768px) {
  .speeches-wrapper .speeches-col a .speech-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .speeches-wrapper .speeches-col a .speech-img {
    height: 180px;
  }
}
.speeches-wrapper .speeches-col a .speech-img:after {
  display: none;
}
.speeches-wrapper .speeches-col a .speech {
  padding: 8px 20px 24px 20px;
}
.speeches-wrapper .speeches-col a .speech h2 {
  font-size: 18px !important;
  margin-bottom: 24px;
  margin-top: 8px;
  padding: 0 20px;
  line-height: 1.3em;
  height: auto;
}
.speeches-wrapper .speeches-col a .speech p {
  padding: 0 20px;
  color: #4c5454 !important;
  line-height: 1.4em;
  font-size: 14.4px;
  font-size: 0.9rem;
}

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.single-post-wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}
.single-post-wrapper h1 {
  font-size: 28px;
  line-height: 1.2em;
  width: 100%;
  max-width: 768px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom:12px;
}

@media (max-width: 767px) {
  .single-post-wrapper h1 {
    font-size: 24px;
  }
}
.single-post-wrapper .wp-caption {
  background-color: #f4f4f4;
  padding: 0px;
}
.single-post-wrapper .wp-caption .wp-caption-text {
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
}

/*--------------------------------------------------------------
# Side bar
--------------------------------------------------------------*/

.news-sidebar {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .news-sidebar {
    padding-top: 32px;
    padding-bottom: 32;
  }
}
.sidebar-latest-news-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}
.sidebar-latest-news-wrapper .latest-news {
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .sidebar-latest-news-wrapper .latest-news {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .sidebar-latest-news-wrapper .latest-news {
    width: 100%;
    padding: 0;
  }
}
.sidebar-latest-news-wrapper .latest-news a.news-img {
  width: 100%;
  height: 168px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.sidebar-latest-news-wrapper .latest-news a.news-img:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

@media screen and (max-width: 1200px) {
  .sidebar-latest-news-wrapper .latest-news a.news-img {
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .sidebar-latest-news-wrapper .latest-news a.news-img {
    height: 240px;
  }
}
@media screen and (max-width: 576px) {
  .sidebar-latest-news-wrapper .latest-news a.news-img {
    height: 228px;
  }
}
@media screen and (max-width: 320px) {
  .sidebar-latest-news-wrapper .latest-news a.news-img {
    height: 188px;
  }
}
.sidebar-latest-news-wrapper .latest-news a.news-title {
  font-size: 15px;
  color: #121212;
  text-align: center;
  font-weight: 500;
  line-height: 1.22em;
  display: block;
  margin: 16px 8px 8px 8px;
  text-decoration: none;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
@media screen and (max-width: 991px) {
  .sidebar-latest-news-wrapper .latest-news a.news-title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-latest-news-wrapper .latest-news a.news-title {
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
# Archive Post
--------------------------------------------------------------*/

.archive-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .archive-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .archive-posts {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 50px;
  }
}
.archive-not-found-text {
  padding: 80px 0;
  font-size: 22px;
}
.archive-posts .archive-post-col .post {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  min-height: 100%;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.archive-posts .archive-post-col .post:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.archive-posts .archive-post-img {
  background-size: cover;
  height: 230px;
  background-position: center center;
  position: relative;
}

@media (max-width: 991px) {
  .archive-posts .archive-post-img {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .archive-posts .archive-post-img {
    height: 220px;
  }
}
.archive-posts .archive-post-img:before {
  content: "";
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.1) 0,
    transparent 75%
  );
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
}

.archive-posts .archive-post-col .post h2 {
  color: #121212;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0px;
  padding: 20px 18px;
  margin-bottom: 0;
  text-align: center;
}
.archive-posts .archive-post-col .post .entry-content {
  margin: 0;
  padding: 20px 18px;
  text-align: center;
  margin-bottom: 100px;
}
.archive-posts .archive-post-col .post .archive-read-more-btn {
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 140px;
  text-align: center;
  margin-left: -70px;
  background-color: transparent;
  padding: 10px 12px;
  color: #121212 !important;
  border-radius: 0px;
  border:1px solid #121212;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.archive-posts .archive-post-col .post .archive-read-more-btn:hover {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  background-color: #121212;
  color: #fff !important;
  border:1px solid #121212;
}

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/

.elementor .pre-heading .elementor-heading-title {
  position: relative;
  margin-left: 80px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.elementor .pre-heading .elementor-heading-title:before {
  content: "";
  position: absolute;
  left: -80px;
  top: 8px;
  width: 70px;
  height: 2px;
  background-color: #000;
}
.elementor .elementor-lightbox .elementor-slideshow__title {
  display: none !important;
}
.elementor .heading-bar-left h1 {
  position: relative;
  font-weight: 700;
  display: inline-block;
  width: auto;
  padding-bottom: 32px;
  margin-bottom: 24px;
}
.elementor .heading-bar-left h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 4px;
  background-color: #000;
}
.elementor .heading-bar-left h2 {
  position: relative;
  font-weight: 700;
  display: inline-block;
  width: auto;
  padding-bottom: 32px;
  margin-bottom: 24px;
}
.elementor .heading-bar-left h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 4px;
  background-color: #000;
}
.elementor .heading-bar-left h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.elementor .list-icon ul li {
  margin-bottom: 1em;
}
.elementor .list-icon ul li p.list-heading {
  font-weight: 700;
  margin-bottom: 0.8em;
  font-size: 16px;
  font-size: 1rem;
}
.elementor .list-icon ul li p {
  font-size: 14.4px;
  font-size: 0.9rem;
}
.elementor .list-col-6 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.elementor .list-col-6 ul li {
  width: 50%;
  margin-bottom: 0.6em;
  padding-right: 20px;
}
@media (max-width: 576px) {
  .elementor .list-col-6 ul li {
    width: 100%;
    padding-right: 0;
  }
}
.elementor .list-col-4 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.elementor .list-col-4 ul li {
  width: 33.33%;
  margin-bottom: 0.6em;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .elementor .list-col-4 ul li {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .elementor .list-col-4 ul li {
    width: 100%;
    padding-right: 0;
  }
}
.elementor .content-section {
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 991px) {
  .elementor .content-section {
    padding-top: 42px;
    padding-bottom: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 768px) {
  .elementor .content-section {
    padding-top: 24px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.elementor .grey-white-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
}
.elementor .grey-white-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #fff;
  z-index: 0;
}
.elementor .grey-white-section .elementor-container {
  z-index: 1;
}
@media (max-width: 991px) {
  .elementor .grey-white-section {
    padding-top: 42px;
    padding-bottom: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 768px) {
  .elementor .grey-white-section {
    padding-top: 24px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.elementor .news .elementor-post__title {
  margin-bottom: 25px !important;
}
.elementor .news .elementor-post__title a {
  font-size: 20px !important;
  color: #121212 !important;
}
.elementor .news .elementor-post__excerpt {
  margin-bottom: 100px !important;
}
.elementor .news .elementor-post__excerpt p{
  font-weight:400 !important;
  font-size:16px !important;
  color:#121212 !important;
}

@media (max-width: 767px) {
  .elementor .news .elementor-post__title {
    min-height: initial;
  }
}
.elementor .news .elementor-post__read-more {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 140px;
  text-align: center;
  margin-left: -70px;
  background-color: transparent;
  padding: 8px 16px;
  color: #121212 !important;
  border:1px solid #121212;
  box-shadow: none;
  border-radius: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .news .elementor-post__read-more:hover {
  background-color: #121212;
  color: #fff !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.elementor .news .elementor-post__thumbnail__link:after {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.1)),
    color-stop(75%, transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.1),
    transparent 75%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.1) 0,
    transparent 75%
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent 75%);
}

.elementor .news .elementor-post__thumbnail {
  padding-bottom: 230px !important;
}

.elementor .news .elementor-pagination {
  margin: 32px 0;
  padding: 8px 20px;
}

@media screen and (max-width: 991px) {
  .elementor .news .elementor-post__thumbnail {
    padding-bottom: 240px !important;
  }
}
@media screen and (max-width: 767px) {
  .elementor .news .elementor-post__thumbnail {
    padding-bottom: 220px !important;
  }
}

.homepage-slider-wrapper{
  background-color:#000;
  height:auto;
  overflow:hidden;
}
.homepage-slider{
  position:relative;
  max-width:1920px;
  margin:0 auto;
  width:100%;

}
.homepage-slider .slider-item .slider-image{
  width:100%;
  position:relative;
  height:920px;
}
.homepage-slider .slider-item .slider-image img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

@media (max-width:1200px){
  .homepage-slider .slider-item .slider-image{
    height:570px;
     min-height:initial;
  }
}



@media (max-width:991px){
  .homepage-slider .slider-item .slider-image{
    height:460px;
     min-height:initial;
  }
}

@media (max-width:767px){
  .homepage-slider .slider-item .slider-image{
    height:320px;
   
  }
}
@media (max-width:320px){
  .homepage-slider .slider-item .slider-image{
    height:240px;
   
  }
}

.homepage-slider .owl-nav{
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  margin-top:-12px;
}
.homepage-slider .owl-nav .owl-prev{
  width:24px;
  height:24px;
  float:left;
  background-color:transparent !important;
  padding:0;
}
.homepage-slider .owl-nav .owl-next{
  width:24px;
  height:24px;
  float:right;
  background-color:transparent !important;
  padding:0;
}
.posts-navigation{
  padding-top:20px;
  padding-bottom:60px;
}
.posts-navigation .nav-links{
  display:flex;
  flex-direction:row;
  justify-content: space-between;
}
.posts-navigation .nav-links .nav-previous a{
  padding:12px 24px;
  border:1px solid #121212;
  color:#121212 !important;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
   transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color:transparent;
}
.posts-navigation .nav-links .nav-previous a:hover{
  border:1px solid #121212;
  color:#fff !important;
  background-color:#121212;
   transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.posts-navigation .nav-links .nav-next a{
  padding:12px 24px;
  border:1px solid #121212;
  color:#121212 !important;
    font-size:12px;
  font-weight:700;
  text-transform:uppercase;
   transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color:transparent;
}
.posts-navigation .nav-links .nav-next a:hover{
  border:1px solid #121212;
  color:#fff !important;
  background-color:#121212;
   transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.no-results {
  padding-top:20px;
  padding-bottom:60px;
}
#search-form .search-wrap{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  width:100%;
  max-width:480px;
}
#search-form .search-wrap #search-input{
  width:85%;
  border:0;
  border-top-left-radius:6px;
  border-top-right-radius:0;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:0;
  background-color:#efefef;
  padding:12px 15px;
}
#search-form .search-wrap .search-submit{
  width:15%;
  border:0;
  border-top-left-radius:0;
  border-top-right-radius:6px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:6px;
  background-color:#121212;
  padding:8px 10px;
}
#search-form .search-wrap .search-submit img{
  width:16px;
  height:16px;
  object-fit: contain;
}
.single-post-bar{
  width:calc(100% - 20px);
  height:1px;
  background-color:#f48da4;
  margin-left:10px;
}

.single-post .post-date{
  padding-left:10px;
  padding-top:0px;
  padding-bottom:24px;
}
.single-post .post-date span{
  font-style:italic;
  color:#f48da4;
  font-size:14px;
}