@font-face {
  font-family: 'Perpetua';
  src: url('https://orielgroup.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Perpetua.eot');
  src: url('https://orielgroup.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Perpetua.woff2') format('woff2'), url('https://orielgroup.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Perpetua.woff') format('woff'), url('https://orielgroup.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Perpetua.ttf') format('truetype'), url('https://orielgroup.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Perpetua.svg#Perpetua') format('svg'), url('https://orielgroup.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../fonts/Perpetua.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
.preloader {
  background-image: url('https://orielgroup.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../images/preloader.gif');
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  display: none;
}
.wrap {
  max-width: 1266px;
  margin: 0 auto;
  padding: 0 15px;
}
.wrap::before,
.wrap::after {
  content: " ";
  display: table;
}
.wrap::after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-ym-12,
.col-ym-11,
.col-ym-10,
.col-ym-9,
.col-ym-8,
.col-ym-7,
.col-ym-6,
.col-ym-5,
.col-ym-4,
.col-ym-3,
.col-ym-2,
.col-ym-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.col-ym-12 {
  width: 100%;
}
.col-ym-11 {
  width: 91.66666667%;
}
.col-ym-10 {
  width: 83.33333333%;
}
.col-ym-9 {
  width: 75%;
}
.col-ym-8 {
  width: 66.66666667%;
}
.col-ym-7 {
  width: 58.33333333%;
}
.col-ym-6 {
  width: 50%;
}
.col-ym-5 {
  width: 41.66666667%;
}
.col-ym-4 {
  width: 33.33333333%;
}
.col-ym-3 {
  width: 25%;
}
.col-ym-2 {
  width: 16.66666667%;
}
.col-ym-1 {
  width: 8.33333333%;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: fadein 1s;
}
html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  margin: 0;
  padding: 0;
}
body.front-end {
  background-color: #fff;
  color: #323131;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body.front-end > div {
  font-size: 16px;
}
body.front-end * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.front-end h2 {
  font-size: 50px;
}
body.front-end h3 {
  font-size: 26px;
}
body.front-end h4 {
  font-size: 21px;
}
body.front-end h5 {
  font-size: 18px;
}
body.front-end h6 {
  font-size: 16px;
}
body.front-end strong {
  font-weight: 700;
}
body.front-end hr {
  border-style: unset;
  background-color: #2d3a48;
  height: 1px;
  margin: 30px 0;
}
body.front-end img {
  max-width: 100%;
  display: block;
}
body.front-end :focus {
  outline: none;
}
.acf-hidden {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
blockquote,
textarea,
button {
  margin: 0 0 20px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
pre:last-child,
blockquote:last-child,
textarea:last-child,
button:last-child {
  margin-bottom: 0;
}
ul,
ol {
  padding: 0;
  margin: 0 0 20px;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Perpetua', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #133e29;
}
a {
  font-family: 'Montserrat', sans-serif;
  color: #323131;
  text-decoration: none;
}
a:hover,
button:hover {
  cursor: pointer;
  cursor: hand;
}
a:active {
  text-decoration: none;
}
button:hover {
  cursor: pointer;
  cursor: hand;
}
code {
  font-family: Consolas, "Courier New", Courier, mono;
}
blockquote {
  display: block;
  opacity: .95;
  border-left: 4px solid;
  border-left-color: #ddd;
  padding: 0 10px;
  font-style: italic;
  margin-left: 10px;
}
blockquote p:last-child {
  margin-bottom: 10px;
}
pre {
  font-family: Consolas, "Courier New", Courier, mono;
  background: black;
  font-size: 12px;
  background: rgba(0,0,0,0.9);
  color: #eee;
  padding: 10px 20px;
}
.clear {
  clear: both;
}
.mobile-cta {
  position: absolute;
  font-size: 24px;
  right: 45px;
  padding: 0px 10px;
  line-height: 1;
  display: none;
  top: 0;
}
.mobile-cta i {
  color: #000;
  display: block;
}
#notification-bar {
  text-align: center;
  padding: 10px 0px;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}
#notification-bar p {
  color: #fff;
}
#notification-bar .button.phone-number {
  padding: 5px 15px;
  margin-left: 5px;
}
header,
#menu.sticky-menu {
  width: 100%;
  padding: 0px;
  height: 110px;
  position: relative;
  z-index: 999;
}
header .mobile-menu,
#menu.sticky-menu .mobile-menu {
  display: none;
}
header .logo,
#menu.sticky-menu .logo {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 110px;
  width: auto !important;
}
header .logo h3,
#menu.sticky-menu .logo h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0px;
}
header .right,
#menu.sticky-menu .right {
  text-align: right;
  float: right;
  height: auto;
  width: auto;
}
header .right > div,
#menu.sticky-menu .right > div {
  display: inline-block;
  font-size: 0px;
}
header .right > div ul,
#menu.sticky-menu .right > div ul {
  margin: 0;
  padding: 0px;
}
header .right > div ul li,
#menu.sticky-menu .right > div ul li {
  display: inline-block;
  padding: 43px 10px;
}
header .right > div ul li:first-child,
#menu.sticky-menu .right > div ul li:first-child {
  padding-left: 0;
}
header .right > div ul li:last-child,
#menu.sticky-menu .right > div ul li:last-child {
  padding-right: 0;
}
header .right > div ul li a,
#menu.sticky-menu .right > div ul li a {
  color: #133e29;
  display: inline-block;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
header .right > div ul li a::before,
#menu.sticky-menu .right > div ul li a::before {
  content: "";
  position: absolute;
  width: 0%;
  bottom: -8px;
  height: 5px;
  background-color: #133e29;
  left: 50%;
  -webkit-transition: all .5s cubic-bezier(.68,-0.55,.265,1.55) 0s;
  -moz-transition: all .5s cubic-bezier(.68,-0.55,.265,1.55) 0s;
  -o-transition: all .5s cubic-bezier(.68,-0.55,.265,1.55) 0s;
  transition: all .5s cubic-bezier(.68,-0.55,.265,1.55) 0s;
  -webkit-transform: translate(-50%,0) skewX(-40deg);
  -moz-transform: translate(-50%,0) skewX(-40deg);
  -ms-transform: translate(-50%,0) skewX(-40deg);
  transform: translate(-50%,0) skewX(-40deg);
}
header .right > div ul li a:hover::before,
#menu.sticky-menu .right > div ul li a:hover::before {
  width: 100%;
}
header .right > div ul li.menu-item-has-children,
#menu.sticky-menu .right > div ul li.menu-item-has-children {
  position: relative !important;
}
header .right > div ul li.menu-item-has-children > a::after,
#menu.sticky-menu .right > div ul li.menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 18px;
  margin-left: 5px;
  line-height: 1;
}
header .right > div ul li.menu-item-has-children span,
#menu.sticky-menu .right > div ul li.menu-item-has-children span {
  display: none;
}
header .right > div ul li > .sub-menu,
#menu.sticky-menu .right > div ul li > .sub-menu {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 43px 0 0;
}
header .right > div ul li > .sub-menu li,
#menu.sticky-menu .right > div ul li > .sub-menu li {
  display: block;
  padding: 0;
}
header .right > div ul li > .sub-menu li .sub-menu,
#menu.sticky-menu .right > div ul li > .sub-menu li .sub-menu {
  display: none !important;
}
header .right > div ul li > .sub-menu li.menu-item-has-children > a::after,
#menu.sticky-menu .right > div ul li > .sub-menu li.menu-item-has-children > a::after {
  position: absolute;
  right: 15px;
}
header .right > div ul li > .sub-menu li.menu-item-has-children:hover ul,
#menu.sticky-menu .right > div ul li > .sub-menu li.menu-item-has-children:hover ul {
  display: block !important;
  padding: 0;
  right: -200px;
  top: 0;
}
header .right > div ul li > .sub-menu li:first-child a,
#menu.sticky-menu .right > div ul li > .sub-menu li:first-child a {
  padding-left: 15px;
}
header .right > div ul li > .sub-menu li:last-child a,
#menu.sticky-menu .right > div ul li > .sub-menu li:last-child a {
  padding-right: 15px;
}
header .right > div ul li > .sub-menu li a,
#menu.sticky-menu .right > div ul li > .sub-menu li a {
  background: rgba(0,0,0,0.5);
  padding: 10px 15px;
  color: #fff;
  display: block;
  width: 200px;
  text-align: left;
}
header .right > div ul li > .sub-menu li a::before,
#menu.sticky-menu .right > div ul li > .sub-menu li a::before {
  content: none;
}
header .right > div ul li > .sub-menu li a:hover,
#menu.sticky-menu .right > div ul li > .sub-menu li a:hover {
  text-decoration: none;
  background-color: #000;
}
header .right > div ul li > .sub-menu li a:hover::before,
#menu.sticky-menu .right > div ul li > .sub-menu li a:hover::before {
  content: none;
}
header .right > div ul li.menu-button,
#menu.sticky-menu .right > div ul li.menu-button {
  padding: 11.5px 28px !important;
  background-color: #133e29;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-left: 10px;
}
header .right > div ul li.menu-button:hover,
#menu.sticky-menu .right > div ul li.menu-button:hover {
  background-color: #000;
}
header .right > div ul li.menu-button:hover a,
#menu.sticky-menu .right > div ul li.menu-button:hover a {
  color: #fff !important;
}
header .right > div ul li.menu-button a,
#menu.sticky-menu .right > div ul li.menu-button a {
  color: #fff !important;
}
header .right > div ul li.menu-button a::before,
#menu.sticky-menu .right > div ul li.menu-button a::before {
  content: none;
}
header .right > div ul li.menu-button a:hover::before,
#menu.sticky-menu .right > div ul li.menu-button a:hover::before {
  width: 0%;
}
header .right > div ul li.current-menu-item a::before,
#menu.sticky-menu .right > div ul li.current-menu-item a::before {
  width: 100%;
}
header .right > div ul li:hover .sub-menu,
#menu.sticky-menu .right > div ul li:hover .sub-menu {
  display: block;
}
#menu.sticky-menu {
  position: fixed;
  margin-top: 0px !important;
  width: 100%;
  display: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  top: 0 !important;
}
#before-footer {
  text-align: center;
}
#long-footer {
  padding: 28px 0 !important;
}
#long-footer h3 {
  color: #fff !important;
  font-size: 19px;
}
#long-footer p {
  color: #fff;
  margin-bottom: 5px;
}
#long-footer p a {
  color: #fff;
}
#long-footer .row {
  display: table;
  width: 100%;
  margin: 0;
}
#long-footer .row .col-ym-6 {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
#long-footer .row .col-ym-6 .custom-logo-link {
  margin-bottom: 0;
  display: block;
}
#long-footer .row .col-ym-6 .custom-logo-link img {
  width: auto;
  height: auto;
}
#long-footer .row .col-ym-6 ul {
  list-style: none;
  padding-left: 0 !important;
  text-align: right;
}
#long-footer .row .col-ym-6 ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
#long-footer .row .col-ym-6 ul li a {
  color: #fff;
  display: block;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .2px;
  margin-bottom: 0;
}
#long-footer .row .col-ym-6 ul li a i.fa.fa-instagram {
  border: 3px solid #fff;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
#long-footer .row .col-ym-6 ul li a i.fa.fa-instagram::before {
  font-size: 30px;
  line-height: 1.5;
}
footer {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 25px 0;
}
footer p {
  font-size: 12px !important;
  color: #fff;
  margin: 0;
}
footer .row .col-ym-6:first-child {
  text-align: left;
}
footer .row .col-ym-6:nth-child(2) {
  text-align: right;
  margin-top: -7px;
}
footer .row .col-ym-6:nth-child(2) p a {
  display: inline-block;
  position: relative;
}
footer .row .col-ym-6:nth-child(2) p a img {
  display: inline-block;
  position: relative;
  width: 128px;
  height: auto;
  vertical-align: middle;
}
.section {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section h2 {
  text-align: center;
}
.section.gallery ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  list-style: none;
}
.section.gallery ul .gallery-imgs {
  display: none;
  padding: 5px;
}
.home-section-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 115px 0 120px;
  position: relative;
}
.home-section-1::before {
  content: "";
  height: 100%;
  width: 50.83%;
  background-color: rgba(19,62,41,0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-section-1 p {
  color: #fff;
  font-size: 23px;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 110px;
  text-transform: uppercase;
}
.home-section-1 .btn-wrap .button {
  margin: 0 16px;
}
.home-section-1 .btn-wrap .button:first-of-type {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.home-section-1 .btn-wrap .button:first-of-type:hover {
  background-color: #fff;
  color: #133e29;
}
.home-section-1 .btn-wrap .button:last-of-type {
  border-color: #fff;
  background-color: #fff;
  color: #133e29;
}
.home-section-1 .btn-wrap .button:last-of-type:hover {
  background-color: transparent;
  color: #fff;
}
.home-section-2 {
  padding: 110px 0 0 !important;
  margin-bottom: -74px;
}
.home-section-2 h2 {
  text-align: left;
  padding-left: 38px;
}
.home-section-2 .row {
  border-radius: 25px;
  max-width: 1126px;
  margin-right: auto;
  display: table;
  width: 100%;
  box-shadow: 0 0px 20px 4px rgba(31,71,104,0.15);
  padding: 30px 50px;
  background-color: #fff;
  margin-left: 0;
}
.home-section-2 .row .col-ym-7,
.home-section-2 .row .col-ym-5 {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.home-section-2 .row .btn-wrap {
  text-align: right;
}
.home-section-2 .row p {
  font-size: 23px;
  letter-spacing: .2px;
}
.home-section-3 {
  background-size: auto !important;
  background-position: bottom right !important;
  padding-top: 110px !important;
  padding-bottom: 25px !important;
  margin-bottom: 160px;
}
.home-section-3 .text-wrap {
  display: inline-block;
  position: relative;
}
.home-section-3 .text-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: skew(30deg,0);
  -moz-transform: skew(30deg,0);
  -ms-transform: skewX(30deg) skewY(0);
  -o-transform: skew(30deg,0);
  transform: skew(30deg,0);
}
.home-section-3 .text-wrap p {
  padding-left: 50px;
  position: relative;
  font-size: 14px;
  color: #133e29;
}
.home-section-3 .text-wrap p::before {
  content: "";
  left: 0;
  position: absolute;
  width: 32px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url('https://orielgroup.com.au.51-161-174-219.plesk.page/wp-content/themes/project-ym/less/../images/check_icon.png');
}
.home-section-4 {
  padding: 20px 0 50px !important;
  position: relative;
}
.home-section-4::before {
  width: 55.2083%;
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #133e29;
  transform-origin: top right;
  -webkit-transform: skew(-30deg,0);
  -moz-transform: skew(-30deg,0);
  -ms-transform: skewX(-30deg) skewY(0);
  -o-transform: skew(-30deg,0);
  transform: skew(-30deg,0);
}
.home-section-4 h2 {
  text-align: right;
  padding-right: 38px;
}
.home-section-4 .text-wrap {
  max-width: 1050px;
  margin-left: auto;
  padding: 60px 50px 45px;
  box-shadow: 0 0px 20px 4px rgba(31,71,104,0.15);
  background-color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.home-section-4 .text-wrap p {
  text-align: justify;
  letter-spacing: .2px;
}
.home-section-4 .text-wrap .btn-wrap {
  text-align: right;
}
.home-section-5 {
  position: relative;
  margin-top: 85px;
  padding: 25px 0 35px !important;
}
.home-section-5::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 64.21875%;
  height: 100%;
  -webkit-transform: skew(-30deg,0);
  -moz-transform: skew(-30deg,0);
  -ms-transform: skewX(-30deg) skewY(0);
  -o-transform: skew(-30deg,0);
  transform: skew(-30deg,0);
  transform-origin: top right;
  background-color: #133e29;
}
.home-section-5 h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 25px !important;
  text-transform: uppercase;
  padding-left: 24px;
  text-align: left;
  letter-spacing: .2px;
  margin-bottom: 10px;
}
.home-section-5 .gform_wrapper .gform_body {
  display: inline-block;
  width: 100%;
  max-width: 770px;
  vertical-align: middle;
}
.home-section-5 .gform_wrapper .gform_body ul li {
  max-width: 202px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 100%;
}
.home-section-5 .gform_wrapper .gform_body ul li:first-child {
  max-width: 317px;
}
.home-section-5 .gform_wrapper .gform_body ul li input {
  border-radius: 3px;
  padding: 12.5px 15px;
}
.home-section-5 .gform_wrapper .gform_footer {
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
}
.home-section-5 .gform_wrapper .gform_footer input[type="submit"] {
  border-color: #fff;
  padding: 21px 30px;
  background-color: transparent;
}
.home-section-5 .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #fff;
  color: #133e29;
}
.home-section-6 {
  overflow: hidden;
  padding: 160px 0 150px !important;
}
.home-section-6 .text-wrap {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 25px;
  float: left;
  max-width: 1020px;
  margin-right: auto;
}
.home-section-6 .text-wrap h2 {
  text-align: left;
}
.home-section-6 .text-wrap p {
  margin-bottom: 20px;
  letter-spacing: .2px;
}
.home-section-6 .text-wrap .col-ym-4 {
  float: right;
}
.home-section-6 .text-wrap .col-ym-4 .inner-wrap p {
  display: none !important;
}
.home-section-6 .text-wrap .col-ym-4 .inner-wrap .title-wrap {
  height: 66px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
}
.home-section-6 .text-wrap .col-ym-4 .inner-wrap .title-wrap::before,
.home-section-6 .text-wrap .col-ym-4 .inner-wrap .title-wrap::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #133e29;
  -webkit-transform: skew(-50deg,0);
  -moz-transform: skew(-50deg,0);
  -ms-transform: skewX(-50deg) skewY(0);
  -o-transform: skew(-50deg,0);
  transform: skew(-50deg,0);
  transform-origin: bottom;
}
.home-section-6 .text-wrap .col-ym-4 .inner-wrap .title-wrap::before {
  z-index: 2;
}
.home-section-6 .text-wrap .col-ym-4 .inner-wrap .title-wrap::after {
  z-index: 1;
  width: 500% !important;
}
.home-section-6 .text-wrap .col-ym-4 .inner-wrap .title-wrap:hover p::before {
  width: 100%;
}
.home-section-6 .text-wrap .col-ym-4 .inner-wrap .title-wrap p {
  margin-bottom: 0;
  position: relative;
  color: #fff;
  z-index: 3;
  padding-left: 80px;
  display: inline-block !important;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  line-height: 2;
}
.home-section-6 .text-wrap .col-ym-4 .inner-wrap .title-wrap p::before {
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #fff;
  content: "";
  bottom: 0px;
  -webkit-transform: skew(-50deg,0);
  -moz-transform: skew(-50deg,0);
  -ms-transform: skewX(-50deg) skewY(0);
  -o-transform: skew(-50deg,0);
  transform: skew(-50deg,0);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.home-section-6 .text-wrap .col-ym-4 .inner-wrap .title-wrap p a {
  color: #fff;
}
.home-section-faq .wrapper {
  text-align: center;
}
.home-section-faq .wrapper .accordion {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  width: 100%;
  list-style: none;
}
.home-section-faq .wrapper .accordion li {
  margin-bottom: 10px;
  display: block;
}
.home-section-faq .wrapper .accordion li .accordion-control {
  display: block;
  position: relative;
  font-size: 16px;
  width: 100%;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 30px;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 0;
  background-color: #133e29;
  border-color: #133e29;
}
.home-section-faq .wrapper .accordion li .accordion-control:focus {
  outline: 0;
}
.home-section-faq .wrapper .accordion li .accordion-control.active {
  border-radius: 6px 6px 0 0;
}
.home-section-faq .wrapper .accordion li .accordion-control.active::after {
  transform: rotate(90deg);
}
.home-section-faq .wrapper .accordion li .accordion-control::after {
  content: "\f04b";
  font-family: 'FontAwesome';
  right: 0;
  color: #92bfb1;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 0;
}
.home-section-faq .wrapper .accordion li .accordion-panel {
  display: none;
  background-color: #f4f5fa;
  padding: 15px 30px;
  border-radius: 0px 0px 6px 6px;
}
.home-section-faq .wrapper .accordion li .accordion-panel p,
.home-section-faq .wrapper .accordion li .accordion-panel a {
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
}
.sidebar {
  transition: all .2s ease-in-out;
}
.sidebar .widget-wrap {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #eee;
}
.sidebar .widget-wrap:last-child {
  margin-bottom: 0;
}
.sidebar .widget-wrap ul {
  padding-left: 20px;
  list-style: none;
}
.sidebar .widget-wrap ul > li {
  position: relative;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 16px;
}
.sidebar .widget-wrap ul > li:last-child {
  border-bottom: 0;
}
.sidebar .widget-wrap ul > li::before {
  content: "\f105";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
}
.sidebar .widget-wrap ul > li a {
  position: relative;
  z-index: 2;
}
.sidebar .widget-wrap .widget-title {
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body.page .section-1,
body.blog .section-1,
body.single .section-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page .section-1 .title,
body.blog .section-1 .title,
body.single .section-1 .title {
  height: 250px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
body.page .section-1 .title h1,
body.page .section-1 .title h2,
body.page .section-1 .title h3,
body.page .section-1 .title span,
body.blog .section-1 .title h1,
body.blog .section-1 .title h2,
body.blog .section-1 .title h3,
body.blog .section-1 .title span,
body.single .section-1 .title h1,
body.single .section-1 .title h2,
body.single .section-1 .title h3,
body.single .section-1 .title span {
  font-size: 36px;
  margin-bottom: 0px;
  display: block;
}
body.page .section-1 .title p,
body.blog .section-1 .title p,
body.single .section-1 .title p {
  font-size: 20px;
  margin-bottom: 0px;
}
body.page .the-content,
body.blog .the-content,
body.single .the-content {
  padding: 60px 0px;
}
body .content-sidebar-wrap {
  padding: 60px 0px;
}
body .content-sidebar-wrap .content {
  float: left;
  width: 65%;
}
body .content-sidebar-wrap .content .the-content {
  padding-top: 0;
}
body .content-sidebar-wrap .content .section:first-child {
  padding-top: 0;
}
body .content-sidebar-wrap .aside {
  float: right;
  width: 30%;
}
body .content-sidebar-wrap .aside .sidebars {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #000;
}
body .content-sidebar-wrap .aside .sidebars:last-child {
  margin-bottom: 0;
}
body .content-sidebar-wrap .aside .sidebars h3 {
  color: #fff;
  font-size: 21px;
}
body .content-sidebar-wrap .aside .sidebars ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
body .content-sidebar-wrap .aside .sidebars ul li {
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
body .content-sidebar-wrap .aside .sidebars ul li::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  left: -20px;
}
body .content-sidebar-wrap .aside .sidebars ul li a {
  color: #fff;
}
body.blog .articles .inner-wrap {
  margin-bottom: 60px;
}
body.blog .articles .inner-wrap .btn-wrap {
  text-align: left;
}
body.single .articles .inner-wrap .fig-wrap img {
  height: 100%;
}
body.blog .articles .inner-wrap .fig-wrap,
body.single .articles .inner-wrap .fig-wrap {
  position: relative;
}
body.blog .articles .inner-wrap .fig-wrap img,
body.single .articles .inner-wrap .fig-wrap img {
  margin-bottom: 20px;
}
body.blog .articles .inner-wrap .fig-wrap .date,
body.single .articles .inner-wrap .fig-wrap .date {
  font-size: 13px;
  color: #fff;
  background: #000;
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: 15px;
}
body.blog .articles .inner-wrap h1,
body.blog .articles .inner-wrap h3,
body.single .articles .inner-wrap h1,
body.single .articles .inner-wrap h3 {
  font-size: 26px;
}
body.blog .articles .inner-wrap h1,
body.blog .articles .inner-wrap h2,
body.blog .articles .inner-wrap h3,
body.blog .articles .inner-wrap h4,
body.blog .articles .inner-wrap h5,
body.blog .articles .inner-wrap h6,
body.single .articles .inner-wrap h1,
body.single .articles .inner-wrap h2,
body.single .articles .inner-wrap h3,
body.single .articles .inner-wrap h4,
body.single .articles .inner-wrap h5,
body.single .articles .inner-wrap h6 {
  color: #2d3a48;
}
body.error404 .section-1 {
  padding: 50px 30px 100px;
}
body.error404 .section-1 h1 {
  font-size: 150px;
  color: #404041;
  text-align: center;
  margin: 0;
}
body.error404 .section-1 p {
  text-align: center;
}
body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  border-radius: 4px;
  display: inline-block;
  background: #000 none repeat scroll 0% 0%;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out 0s;
}
body.error404 .section-1 p a:hover {
  color: #000;
  background: #FFF none repeat scroll 0% 0%;
}
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  resize: none;
  font-family: 'Montserrat', sans-serif;
}
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid #999;
  outline: none;
}
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="image"],
.gform_wrapper input[type="radio"],
.contact-form input[type="checkbox"],
.contact-form input[type="image"],
.contact-form input[type="radio"] {
  width: auto;
}
.gform_wrapper ::-moz-placeholder,
.contact-form ::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.gform_wrapper ::-webkit-input-placeholder,
.contact-form ::-webkit-input-placeholder {
  color: #333;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important;
}
.contact-form {
  max-width: 625px;
  margin: 0 auto;
}
.contact-form .input-cf {
  margin-bottom: 10px;
}
.contact-form .input-cf.left,
.contact-form .input-cf.right {
  width: 50%;
  float: left;
}
.contact-form .input-cf.left {
  padding-right: 5px;
}
.contact-form .input-cf.right {
  padding-left: 5px;
}
.contact-form .input-cf:nth-last-child(2) {
  line-height: 0;
}
.contact-form .input-cf:last-child {
  margin-bottom: 0;
}
.contact-form .input-cf:last-child input[type="submit"] {
  padding: 10px 30px;
  font-size: 16px;
}
.contact-form div.wpcf7 .ajax-loader,
.contact-form span.ajax-loader {
  position: absolute;
}
.contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 0;
}
.contact-form input.wpcf7-form-control {
  position: relative;
}
body img.gform_ajax_spinner {
  position: absolute !important;
}
.gform_confirmation_message {
  color: #fff;
}
.gform_wrapper .validation_error {
  color: #ff0000;
  display: none;
}
.gform_wrapper ul {
  list-style: none;
}
.gform_wrapper ul li {
  position: relative;
  margin-bottom: 10px;
}
.gform_wrapper ul li .gfield_label {
  display: none;
}
.gform_wrapper ul li .ginput_container_textarea {
  line-height: 0;
}
.gform_wrapper ul li .validation_message {
  color: #ff0000;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  right: 1%;
}
.gform_footer input[type="submit"],
.input-cf input[type="submit"],
.btn-wrap .button,
.pagination a,
#customNav button {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 11.5px 30px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  max-width: 200px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  border-color: #133e29;
  background-color: #133e29;
  letter-spacing: .2px;
  border-width: 3px;
  border-style: solid;
  text-align: center;
}
.gform_footer input[type="submit"]:hover,
.input-cf input[type="submit"]:hover,
.btn-wrap .button:hover,
.pagination a:hover,
#customNav button:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.numeric_button .page-numbers {
  padding: 5px 10px;
  background-color: #133e29;
  color: #fff;
  cursor: pointer;
}
.numeric_button .page-numbers:hover {
  background-color: #000;
  color: #fff;
}
.numeric_button .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.pagination {
  position: relative;
  padding: 0px 0 60px;
}
.pagination .col-ym-12 {
  padding: 0;
}
.pagination .col-ym-12 span {
  position: absolute;
  margin: 30px 0 0;
}
.pagination .col-ym-12 span.prev {
  left: 0;
}
.pagination .col-ym-12 span.next {
  right: 0;
}
.pagination .col-ym-12 span a {
  padding: 5px 10px !important;
}
.btn-wrap {
  text-align: center;
}
.btn-wrap .button:focus {
  background-color: #000;
}
.btn-wrap .button:focus {
  outline: none;
}
.btn-wrap .button:empty {
  display: none;
}
.numeric_button .page-numbers,
.gform_footer input[type="submit"],
.menu-item-has-children span,
.input-cf input[type="submit"],
.btn-wrap .button,
img,
a,
header,
i,
.fa,
.mobile-cta {
  transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}
.aligncenter {
  text-align: center;
}
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}
img.alignnone,
.alignnone {
  margin-bottom: 15px;
  max-width: 100% !important;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
  max-width: 100% !important;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
  max-width: 100% !important;
}
@media only screen and (max-width: 1021px) {
  .section.home-section-5 h2 {
    padding-left: 0;
    text-align: center;
  }
  .section.home-section-5 .gform_wrapper .gform_body {
    margin: 0 auto;
    display: block;
  }
  .section.home-section-5 .gform_wrapper .gform_body ul li {
    max-width: 100%;
    margin: 0 0 10px;
    width: 50%;
    float: left;
  }
  .section.home-section-5 .gform_wrapper .gform_body ul li:first-child {
    max-width: 100%;
    width: 100%;
  }
  .section.home-section-5 .gform_wrapper .gform_body ul li:last-child {
    padding-left: 5px;
  }
  .section.home-section-5 .gform_wrapper .gform_body ul li:nth-last-child(2) {
    padding-right: 5px;
  }
  .section.home-section-5 .gform_wrapper .gform_footer {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 1010px) {
  header .right>div ul li,
  #menu.sticky-menu .right>div ul li {
    padding: 43px 7px;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 0;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    height: auto;
  }
  header .right {
    display: none;
  }
  header .logo {
    text-align: left;
    padding-right: 0px;
    float: left;
  }
  header .logo .logo {
    padding: 9px 0;
  }
  header .logo .logo img {
    width: auto !important;
    height: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  header .mobile-menu {
    display: block;
  }
  header .mobile-menu .menu-toggle {
    color: #fff;
    text-decoration: none;
    flex: 1;
    padding: 0 15px 0 5px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: transparent !important;
    line-height: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  header .mobile-menu .menu-label {
    margin-bottom: -0.2em;
    display: inline-block;
    vertical-align: middle;
  }
  header .mobile-menu .menu-icon + .menu-label {
    margin-left: .2em;
  }
  header .mobile-menu .menu-icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .5em;
    color: #133e29;
    background: currentColor;
    border-radius: .5em;
    height: 2px;
    width: 25px;
  }
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    border-radius: .5em;
    height: 2px;
    width: 100%;
    left: 0;
    background: currentColor;
    position: absolute;
    display: block;
    content: '';
  }
  header .mobile-menu .menu-icon:before {
    top: -0.83em;
  }
  header .mobile-menu .menu-icon:after {
    top: .8em;
  }
  header .mobile-menu .menu-icon,
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    transition: all .5s ease-in-out;
  }
  header .mobile-menu .open .cross {
    background-color: transparent;
    transform: rotate(0deg) translate(0%,-50%);
    -moz-transform: rotate(0deg) translate(0%,-50%);
    -webkit-transform: rotate(0deg) translate(0%,-50%);
  }
  header .mobile-menu .open .cross:before,
  header .mobile-menu .open .cross:after {
    top: 0em;
  }
  header .mobile-menu .open .cross:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  header .mobile-menu .open .cross:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  header .mobile-menu nav {
    float: none;
    position: relative;
    z-index: 999;
    display: none;
  }
  header .mobile-menu nav ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    border-top: 0;
    float: none;
  }
  header .mobile-menu nav ul li {
    float: none;
  }
  header .mobile-menu nav ul li.menu-item-has-children {
    position: relative !important;
  }
  header .mobile-menu nav ul li.menu-item-has-children span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100px;
    z-index: 10;
    padding: 20px;
    cursor: pointer;
  }
  header .mobile-menu nav ul li.menu-item-has-children span::after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    background-color: red;
    z-index: 9;
    right: 15px;
  }
  header .mobile-menu nav ul li.menu-item-has-children span.active::after {
    transform: scale(-1);
  }
  header .mobile-menu nav ul li.menu-item-has-children > .sub-menu {
    display: none;
    padding-left: 3%;
    background-color: #2a5940;
  }
  header .mobile-menu nav ul li.menu-item-has-children > .sub-menu li a {
    background-color: #2a5940;
  }
  header .mobile-menu nav ul li a {
    color: #fff;
    background-color: #133e29;
    padding: 10px 15px;
    text-align: left !important;
    border-top: none;
    border-bottom: none;
    float: none;
    width: 100%;
    display: inline-block;
    font-size: 16px;
  }
  header .mobile-menu nav ul li a:hover,
  header .mobile-menu nav ul li a:focus {
    background-color: #2a5940;
  }
  #menu.sticky-menu {
    display: none !important;
  }
  body .content-sidebar-wrap .content,
  body .content-sidebar-wrap .aside {
    float: none;
    width: 100%;
  }
  body .content-sidebar-wrap .aside {
    margin-top: 30px;
  }
  body .content-sidebar-wrap .aside .sidebar {
    max-width: 380px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  .col-ym-1,
  .col-ym-2,
  .col-ym-3,
  .col-ym-4,
  .col-ym-5,
  .col-ym-6,
  .col-ym-7,
  .col-ym-8,
  .col-ym-9,
  .col-ym-10,
  .col-ym-11,
  .col-ym-12 {
    float: none;
    width: 100%;
  }
  .mobile-cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .mobile-cta i {
    color: #133e29;
  }
  #notification-bar {
    display: none;
  }
  header .logo {
    height: 55px;
  }
  header .logo a img {
    height: 40px;
    width: auto;
  }
  #long-footer .row .col-ym-6 {
    display: block;
  }
  #long-footer .row .col-ym-6 .custom-logo-link img {
    margin: 0 auto 20px;
  }
  #long-footer .row .col-ym-6 ul {
    text-align: center;
  }
  footer {
    padding: 15px 0;
  }
  footer .row .col-ym-6 {
    display: block;
    text-align: center !important;
    margin-top: 0 !important;
  }
  body.front-end {
    font-size: 14px;
  }
  body.front-end > div {
    font-size: 14px;
  }
  body.front-end h2 {
    font-size: 30px;
  }
  body.front-end h3 {
    font-size: 21px;
  }
  body.front-end h4 {
    font-size: 18px;
  }
  body.front-end p {
    font-size: 14px;
  }
  .input-cf input[type="submit"],
  .btn-wrap .button,
  .pagination a,
  input,
  select,
  textarea,
  header .mobile-menu nav ul li a {
    font-size: 14px !important;
  }
  .section {
    padding: 40px 0;
  }
  .section.home-section-faq .wrapper .accordion li .accordion-control {
    font-size: 14px;
    padding: 8px 12px;
  }
  .section.home-section-faq .wrapper .accordion li .accordion-control::after {
    font-size: 14px;
  }
  .section.home-section-faq .wrapper .accordion li .accordion-panel {
    padding: 8px 12px;
  }
  .section.home-section-faq .wrapper .accordion li .accordion-panel p,
  .section.home-section-faq .wrapper .accordion li .accordion-panel a {
    font-size: 14px;
  }
  .section.home-section-2 {
    padding: 70px 0 0 !important;
    margin-bottom: -74px;
  }
  .section.home-section-2 h2 {
    padding-left: 0;
    text-align: center;
  }
  .section.home-section-2 .row {
    display: block;
    padding: 25px 0px;
  }
  .section.home-section-2 .row .col-ym-5,
  .section.home-section-2 .row .col-ym-7 {
    display: block;
  }
  .section.home-section-2 .row p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  .section.home-section-2 .row p br {
    display: none;
  }
  .section.home-section-2 .row .btn-wrap {
    text-align: center;
  }
  .section.home-section-3 {
    margin-bottom: 60px;
  }
  .section.home-section-3 .text-wrap {
    display: block;
    position: relative;
    padding: 20px 0;
  }
  .section.home-section-3 .text-wrap p {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .section.home-section-4 .text-wrap {
    padding: 25px 15px;
  }
  .section.home-section-5 {
    margin-top: 60px;
    padding: 30px 0 !important;
  }
  .section.home-section-5 h2 {
    font-size: 18px !important;
  }
  .section.home-section-5 .gform_wrapper .gform_body ul li {
    width: 100%;
    padding: 0 !important;
  }
  .section.home-section-6 {
    padding: 80px 0 60px !important;
  }
  .section.home-section-6 .text-wrap {
    padding: 30px;
  }
  .section.home-section-6 .text-wrap .col-ym-4 {
    float: none;
  }
  .section.home-section-6 .text-wrap .col-ym-4 .title-wrap {
    margin-bottom: 20px;
  }
  .home-section-1 {
    padding: 60px 0;
  }
  .home-section-1::before {
    content: "";
    width: 100%;
    top: 50%;
    left: 50%;
    transform: skewX(-20deg) translate(-50%,-50%);
    transform-origin: top right;
  }
  .home-section-1 p {
    font-size: 18px !important;
    margin-bottom: 60px;
  }
  .home-section-1 .btn-wrap .button {
    margin: 10px 16px;
  }
  body .content-sidebar-wrap .aside .sidebar h3 {
    font-size: 18px;
  }
  body.page .section-1 .title,
  body.blog .section-1 .title,
  body.single-post .section-1 .title {
    height: 150px;
  }
  body.page .section-1 .title h1,
  body.page .section-1 .title h2,
  body.page .section-1 .title h3,
  body.page .section-1 .title span,
  body.blog .section-1 .title h1,
  body.blog .section-1 .title h2,
  body.blog .section-1 .title h3,
  body.blog .section-1 .title span,
  body.single-post .section-1 .title h1,
  body.single-post .section-1 .title h2,
  body.single-post .section-1 .title h3,
  body.single-post .section-1 .title span {
    font-size: 26px;
  }
  body.page .the-content,
  body.blog .the-content,
  body.single-post .the-content {
    padding: 40px 0;
  }
  body.page .articles .single-article .box .article-content p.date,
  body.blog .articles .single-article .box .article-content p.date,
  body.single-post .articles .single-article .box .article-content p.date {
    font-size: 14px;
  }
  body.page .article .article-box .the-content h1,
  body.blog .article .article-box .the-content h1,
  body.single-post .article .article-box .the-content h1 {
    font-size: 21px;
  }
  body.page .article .article-box .the-content p,
  body.blog .article .article-box .the-content p,
  body.single-post .article .article-box .the-content p {
    font-size: 14px;
  }
  body.page .latest-blog,
  body.blog .latest-blog,
  body.single-post .latest-blog {
    padding: 40px 0 0;
  }
  body.page .latest-blog .section-title h3,
  body.blog .latest-blog .section-title h3,
  body.single-post .latest-blog .section-title h3 {
    font-size: 21px;
  }
  body.page .latest-blog .articles,
  body.blog .latest-blog .articles,
  body.single-post .latest-blog .articles {
    padding: 0;
  }
  .contact-form .input-cf.left,
  .contact-form .input-cf.right {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .admin-bar #wp-admin-bar-root-default {
    display: none;
  }
  body.single-post .article .article-box .the-content {
    padding: 25px 12.5px;
  }
}
