/*
Theme Name: _s

WooCommerce styles override
*/

/**
 * WooCommerce color variables
 */

/*
$woocommerce__color-error:'';
$woocommerce__color-success: '';
$woocommerce__color-info:'';
*/

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-bottom: 30px !important;
}

.acf-field p.description {
  font-size: 14px;
  font-style: italic;
}

.acf-field-5dd38a0a07c3b label {
  display: none !important;
}

body {
  color: #4d4d4f;
  font-family: "Cabin";
  font-size: 18px;
}

a {
  text-decoration: underline;
}

.about-mpa {
  background: url("/content/themes/mpa/assets/images/about.png") top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.why-mpa {
  background: url("/content/themes/mpa/assets/images/why-mpa.png") top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.acf-icon {
  text-decoration: none !important;
}

.cycle-slideshow {
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 200px;
}

.awards {
  width: 100%;
}

.award {
  text-transform: uppercase;
  text-align: center;
  width: 270px;
  padding-left: 30px;
  float: left;
  font-size: 15px;
}

.award .gold-text {
  display: block;
  clear: both;
  font-size: 40px;
}

.cycle-pager {
  text-align: center;
  color: #fff;
  display: block;
  clear: both;
  padding-top: 10px;
}

.cycle-pager span {
  cursor: pointer;
  font-size: 40px !important;
  margin-right: 2px;
  margin-left: 2px;
}

.cycle-pager .cycle-pager-active {
  color: #957b4e;
}

/*
.parent-pageid-147 main, .parent-pageid-168 main { 
    padding: 100px;
    padding-top: 0px;
}
*/

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

.acf-repeater .acf-field-number input {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5 {
  color: #0f3e4e;
  font-weight: bold;
}

h1 {
  font-size: 60px;
  margin-bottom: 30px;
  margin-bottom: 30px;
}

h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

h3 {
  font-size: 40px;
}

strong {
  font-weight: 900;
}

.container {
  max-width: 1400px !important;
}

section ul {
  padding-left: 15px;
}

section ul li {
  margin-bottom: 30px;
}

.acf-table > tbody > tr > th,
.acf-table > tbody > tr > td,
.acf-table > thead > tr > th,
.acf-table > thead > tr > td {
  padding: 5px !important;
}

input:-moz-read-only {
  background: #eee;
  border: solid 1px #ccc;
}

input:read-only,
select.readonly,
.readonly input {
  background: #eee;
  border: solid 1px #ccc;
}

.acf-field .acf-label label {
  font-size: 20px;
  color: #0f3e4e;
}

.acf-input select {
  padding: 5px !important;
  padding-left: 3px !important;
}

input:-moz-read-only:focus {
  outline-width: 0;
}

input:read-only:focus {
  outline-width: 0;
}

.acf-fields > .acf-field {
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: 0px !important;
}

.acf-input-prepend,
.acf-input-append {
  font-size: 16px !important;
  border: 0px !important;
  padding-top: 6px !important;
}

.icon {
  padding: 50px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 992px) {
  .icon {
    padding: 0px;
  }
}

.flexibility {
  margin-top: 30px;
  font-size: 25px;
  color: #006975;
}

.flexibility a:link {
  color: #006975;
}

.acf-icon {
  display: block !important;
}

a:link,
a:active,
a:visited,
a:focus {
  color: #0f3e4e;
  text-decoration: underline;
}

a:hover {
  color: #001b29;
}

.btn:focus {
  outline: none;
}

* {
  outline: none !important;
}

.hentry {
  margin-bottom: 0px;
}

.progress {
  margin-bottom: 20px;
}

.acf-google-map.-value .title .search {
  font-weight: normal !important;
}

.acf-google-map .title .search {
  color: #404040 !important;
  height: auto !important;
  padding: 6px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.acf-google-map .title {
  border: none !important;
}

.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
}

.progress-bar {
  background-color: #967e50 !important;
}

.woocommerce-info {
  border-top-color: #967e50;
}

.woocommerce-info::before {
  color: #967e50;
}

.bg-success {
  background-color: #28a745 !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #81724f !important;
  color: #fff !important;
}

.acf-button,
.btn,
.button {
  background: #016672 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-transform: uppercase;
  border-radius: 25px !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Nunito", sans-serif;
  font-size: 17px;
}

.btn i {
  color: #fff !important;
  font-size: 17px !important;
  clear: none !important;
  display: inline-block !important;
  margin-bottom: 0px !important;
  margin-right: 5px !important;
}

.custom-logo-link img {
  max-width: 300px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.acf-table > tbody > tr > th,
.acf-table > thead > tr > th {
  color: #4d4d4f !important;
}

.main-navigation {
  margin-top: 10px;
  margin-bottom: 15px;
}

.main-navigation a {
  text-decoration: none;
  text-transform: uppercase;
  color: #016672;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  font-size: 17px;
}

.main-navigation ul {
  padding: 0px;
  margin-left: 0px;
  margin-right: 30px;
  float: right;
}

@media only screen and (max-width: 1200px) {
  .main-navigation ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-navigation ul li {
  margin-left: 15px;
  padding: 10px;
}

.main-navigation ul ul {
  float: none;
  background: #eee;
  margin: 0px;
}

.main-navigation ul ul li {
  margin: 0px;
}

.main-navigation ul ul a {
  font-weight: normal;
}

.main-navigation li a:hover {
  color: #81724f;
}

.home .main-navigation a {
  color: #ffffff;
}

.home .main-navigation ul ul {
  background: #0f3e4e;
}

.testimonial {
  width: 70%;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.green-text {
  color: #123d4f;
}

.gold-text {
  color: #957b4e;
  margin-bottom: 0px;
}

.white-text {
  color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #81724f !important;
  color: #fff;
  font-weight: normal;
}

input[type=text] {
  width: 100%;
  background: #fff;
}

.readonly input[type=text] {
  width: 100%;
  background: #eee;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  width: 100%;
  height: 40px;
}

.woocommerce-input-wrapper,
.wc-stripe-elements-field,
.wc-stripe-iban-element-field,
.woocommerce-terms-and-conditions-wrapper {
  width: 100%;
}

.button {
  clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;
}

.woocommerce table.my_account_orders {
  font-size: 16px !important;
}

.woocommerce table.my_account_orders .button {
  margin-right: 10px;
}

.order-again {
  display: none;
}

mark {
  background: none;
  font-weight: bold;
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
}

#masthead {
  padding-top: 50px;
  padding-bottom: 50px;
}

#masthead h1 {
  padding-bottom: 30px;
}

#masthead h1,
#masthead h2,
#masthead h3 {
  color: #fff;
  text-align: center;
}

#masthead h1 {
  font-size: 60px;
  margin-bottom: 10px;
}

#masthead h2 {
  font-size: 30px;
  font-weight: normal;
}

#masthead .btn {
  background: #81724f !important;
}

.home #masthead {
  background-image: url("/content/themes/mpa/assets/images/header-bg.jpg");
  background-size: cover;
  background-color: #016672;
  min-height: 900px;
}

@media only screen and (max-width: 992px) {
  .home #masthead {
    min-height: auto;
  }
}

.content-area {
  padding: 0px;
}

.home .content-area,
.pricing .content-area {
  padding: 0px;
}

.social-icons {
  margin-top: -2px;
  font-size: 26px;
  text-align: right;
}

.social-icons a {
  color: #fff;
}

.social-icons a:hover {
  color: #fff;
}

.social-icons i {
  margin-top: 10px;
  margin-left: 10px;
}

.social-icons i:hover {
  color: #eee;
}

h1 {
  margin-top: 0px;
}

input[type=text] {
  font-size: 16px !important;
}

input[type=submit] {
  padding: 15px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

legend {
  padding-top: 30px;
}

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,
select {
  font-size: 16px !important;
}

.acf-input-prepend,
.acf-input-append {
  background: #81724f !important;
  min-height: 31px !important;
  padding-top: 6px !important;
  padding-bottom: 0px !important;
  color: #fff;
}

.woocommerce-input-wrapper,
.wc-stripe-elements-field,
.wc-stripe-iban-element-field,
.woocommerce-terms-and-conditions-wrapper {
  margin-top: -10px;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 30px;
  padding-bottom: 15px;
  border-bottom: 0px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: auto;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0px;
}

.payment_methods label {
  line-height: 1;
}

fieldset {
  padding: 0px;
}

#place_order {
  margin: 30px;
  margin-top: 0px;
}

label {
  font-weight: bold;
  margin-bottom: 0px;
}

input[type=submit],
input[type=button] {
  font-size: 17px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border: 0px;
}

.logout {
  float: right;
  margin-right: 0px;
  margin-top: 10px;
}

.complete-options {
  padding-bottom: 30px;
}

#footer {
  padding: 40px;
  padding-top: 100px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background: #d1d3d4;
  color: #666b6e;
}

@media only screen and (max-width: 1200px) {
  #footer {
    padding-top: 25px;
    padding-bottom: 0px;
    text-align: center;
  }
}

#footer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding-left: 80px;
}

@media only screen and (max-width: 1200px) {
  #footer ul {
    text-align: center;
    padding: 0px;
    margin-bottom: 30px;
  }
}

#footer h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding-left: 80px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  #footer h3 {
    margin-top: 15px;
    text-align: center;
    padding: 0px;
  }
}

#footer .btn {
  width: 100%;
  background: #016672 !important;
  border: solid 2px #016672 !important;
  color: #fff !important;
  border-radius: 20px !important;
}

#footer .btn i {
  margin-right: 10px;
}

#footer a {
  text-decoration: none;
}

#footer-nav {
  margin-top: 100px;
  background: #666b6e;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

#footer-nav ul {
  font-weight: bold;
  padding-left: 0px;
  padding-top: 10px;
  list-style: none;
}

@media only screen and (max-width: 1200px) {
  #footer-nav {
    margin-top: 30px;
  }
}

.menu-footer-container {
  text-align: center;
}

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

#footer-menu ul {
  padding: 0px;
}

#footer-menu li {
  margin-right: 60px;
  float: left;
}

#footer-menu a {
  color: #fff;
}

.copyright {
  padding-top: 30px;
  clear: both;
}

section .btn {
  margin-top: 20px;
}

#accordion i {
  float: right;
  color: #957b4e;
  font-size: 30px;
}

.panel-body {
  padding-top: 0px;
  padding-bottom: 30px;
}

.panel {
  border-bottom: solid 1px #a1a1a1;
}

.panel-heading {
  padding-top: 40px;
  padding-bottom: 30px;
}

.panel-heading h4 a {
  color: #4d4d4f;
  font-weight: normal;
  text-decoration: none;
}

.panel-heading i {
  clear: none;
  display: inline-block;
}

.site-main .fas {
  display: block;
  clear: both;
  font-size: 60px;
  margin-bottom: 20px;
  color: #957b4e;
}

#services h2 {
  margin-bottom: 40px;
  color: #4d4d4f;
}

@media only screen and (max-width: 992px) {
  #services h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#services div {
  text-align: center;
}

#services strong {
  font-size: 20px;
}

#services .fas,
#services .far {
  display: block;
  clear: both;
  font-size: 60px;
  margin-bottom: 20px;
  color: #4d4d4f;
}

#services .col-md-4 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  #services .col-md-4 {
    margin-bottom: 0px;
  }
}

#services .col-md-4:hover i,
#services .col-md-4:hover strong {
  color: #957b4e;
}

.TAC {
  text-align: center;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.no-top-padding {
  padding-top: 0px;
}

.no-bottom-padding {
  padding-bottom: 0px;
}

.header {
  padding-top: 100px;
  padding-bottom: 150px;
}

.header .btn {
  background: #016672 !important;
}

.site-main {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
}

.home .site-main,
.why-mpa .site-main,
.about-mpa .site-main,
.pricing .site-main,
.faq .site-main {
  padding: 0px;
}

@media only screen and (max-width: 1200px) {
  #platform .site-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  #platform .site-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.black-bg {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #000000;
  color: #fff;
}

.black-bg .prepare {
  text-transform: uppercase;
}

.black-bg h3 {
  color: #fff;
  font-weight: normal;
  font-size: 36px;
}

.black-bg h3 strong {
  font-weight: bold;
}

.black-bg .btn {
  background: #81724f !important;
}

.grey-bg {
  background: #f7f7f7;
}

.grey-bg h2 {
  color: #4d4d4f;
}

.grey-bg .btn {
  background: #f7f7f7 !important;
  border: solid 2px #134558 !important;
  color: #134558 !important;
}

.green-bg {
  color: #fff;
  background: #123d4f url("/content/themes/mpa/assets/images/valuation-bg.jpg") top right no-repeat;
}

.green-bg h1,
.green-bg h2,
.green-bg h3,
.green-bg h4,
.green-bg h5 {
  color: #fff;
}

.green-bg .btn {
  background: #123d4f !important;
  border: solid 2px #957b4e !important;
}

.green-bg .testimonial {
  margin: 0px;
}

.green-bg .fas {
  display: block;
  clear: both;
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
}

.lightgreen-bg {
  color: #fff;
  background: #006975;
}

.lightgreen-bg h3 {
  margin-bottom: 80px;
}

.lightgreen-bg h1,
.lightgreen-bg h2,
.lightgreen-bg h3,
.lightgreen-bg h4,
.lightgreen-bg h5 {
  color: #fff;
}

.lightgreen-bg hr {
  border: 0px;
  border-bottom: solid 1px #927d55;
  background: none;
  margin-top: 50px;
  margin-bottom: 50px;
}

.lightgreen-bg .fas {
  display: block;
  clear: both;
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
}

.lightgreen-bg .btn {
  color: #fff !important;
  background: #006975 !important;
  border: solid 2px #957b4e !important;
}

.about-mpa .lightgreen-bg {
  background: #016672 url("/content/themes/mpa/assets/images/meet-tod-1.jpg") top center no-repeat;
  background-size: contain;
}

.white-bg {
  background: #fff;
}

.white-bg h1,
.white-bg h2,
.white-bg h3,
.white-bg h4,
.white-bg h5 {
  color: #4d4d4f;
}

.white-bg h2 {
  font-weight: bold;
}

.white-bg .fas {
  display: block;
  clear: both;
  font-size: 60px;
  margin-bottom: 20px;
  color: #4d4d4f;
}

.white-bg .slideshow-nav {
  padding-bottom: 50px;
}

.white-bg .slideshow-nav a {
  padding-left: 10px;
  padding-right: 10px;
}

.white-bg .slideshow-nav a:first-child {
  padding-left: 0px;
}

.white-bg .slideshow-nav .active {
  color: #957b4e;
  text-decoration: underline;
  font-weight: 600;
}

.white-bg .btn {
  color: #fff !important;
  border: solid 2px #016672 !important;
}

.about-right {
  background: #81724f;
  color: #dedbd5;
  border-radius: 20px;
  padding: 30px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 60px;
}

.about-right h1,
.about-right h2,
.about-right h3,
.about-right h4,
.about-right h5 {
  color: #fff;
  margin-bottom: 0px;
  margin-top: 10px;
}

.about-right .fas {
  color: #fff;
}

.about-right hr {
  background: none;
  border-bottom: solid 3px #0a6770;
  width: 160px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.pricing .white-bg h1,
.pricing .white-bg h2,
.pricing .white-bg h3,
.pricing .white-bg h4,
.pricing .white-bg h5 {
  color: #123d4f;
}

.plan {
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}

.plan h3 {
  color: #fff;
  padding: 20px;
  padding-bottom: 0px;
}

.plan h4 {
  color: #957b4e;
  font-size: 20px;
}

.plan a {
  padding: 20px;
  text-decoration: none;
  display: block;
  clear: both;
}

.plan small {
  font-size: 16px;
}

.plan .plan-head {
  padding-top: 20px;
  min-height: 153px;
  font-size: 23px;
  min-height: 173px;
}

.plan .plan-band {
  background: #957b4e;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
}

.plan .plan-price {
  text-align: center;
  padding-left: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 30px;
}

.plan .plan-text {
  background: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 200px;
  padding-left: 80px;
  padding-right: 80px;
  min-height: 755px;
}

@media only screen and (max-width: 1200px) {
  .plan .plan-text {
    min-height: auto;
  }
}

.plan hr {
  border: 0px;
  background: #957b4e;
}

.no-bg {
  background-image: none;
}

.plan a,
.plan-head {
  background: #006975;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
}

.plan2 .plan-head {
  background: #123d4f;
}

.plan2 a {
  background: #123d4f;
}

.plan3 .plan-head {
  background: #000000;
}

.plan3 a {
  background: #000000;
}

.company-name {
  color: #016672;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  display: none;
}

#order_review_heading {
  display: none;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  clear: both;
  display: block;
}

.woocommerce form .form-row label {
  width: 100%;
  line-height: 2.5;
}

#platform h2 {
  margin-bottom: 0px;
}

.payment_methods label {
  line-height: 2;
}

.wc-forward {
  display: none !important;
}

.create-account {
  margin-bottom: 30px;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}

#plans h2 {
  font-size: 60px;
  color: #123d4f;
  margin-bottom: 30px;
}

#plans h5 {
  color: #4d4d4f;
  font-size: 24px;
  font-weight: normal;
  width: 1200px;
  margin: 0px auto;
}

@media only screen and (max-width: 1200px) {
  #plans h5 {
    width: auto;
  }
}

.page-template-default .white-bg h2 {
  color: #123d4f;
}

#video {
  padding-top: 50px;
  padding-bottom: 0px;
}

#video hr {
  margin-top: 30px;
  border-bottom: solid 1px #957b4e;
  border: 0px;
  background: #957b4e;
}

#video .fas {
  font-size: 20px;
  display: inline-block;
  clear: none;
  margin-right: 5px;
}

.acf-table > tbody > tr:nth-child(even) td {
  background: #f4f4f4;
}

.acf-table > tbody > tr > th,
.acf-table > tbody > tr > td,
.acf-table > thead > tr > th,
.acf-table > thead > tr > td {
  border: 0px !important;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.appraisal {
  padding: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border: solid 1px #ccc;
  text-align: center;
}

.appraisal p {
  margin: 0px;
}

.appraisal a {
  font-weight: bold;
  text-decoration: none;
}

.appraisal .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.appraisal .fas {
  clear: none;
  font-size: 25px;
  display: inline-block;
  margin-right: 20px;
}

.platform-listings-listing h4 {
  margin-top: 30px;
}

#filters {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

#filters select {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

#filters input {
  margin-top: 0px;
}

.woocommerce-checkout section {
  padding-top: 30px;
  padding-bottom: 0px;
}

.download-exec {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.acf-radio-list li,
ul.acf-checkbox-list li {
  font-size: 18px !important;
}

ul.acf-radio-list li label,
ul.acf-checkbox-list li label {
  font-weight: normal;
}

#terms {
  margin-left: 30px;
}

/**
 * Shop tables
 */

/**
 * Products
 */

/**
 * Single product
 */

/**
 * Checkout
 */

/**
 * General WooCommerce components
 */

/**
 * WooCommerce widgets
 */

@media only screen and (max-width: 992px) {
  #site-navigation {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .button {
    width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  #menu-primary {
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .hide-tablet {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  section,
  .black-bg,
  #footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .green-bg {
    background: #123d4f;
  }
}

@media only screen and (max-width: 992px) {
  .main-navigation button {
    background: #81724f;
    border: solid 1px #81724f;
    border-radius: 25px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 992px) {
  .main-navigation ul li {
    display: block;
    width: 100%;
    padding: 5px;
  }
}

@media only screen and (max-width: 992px) {
  #masthead {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.top-margin {
  margin-top: 150px;
}

@media only screen and (max-width: 992px) {
  .top-margin {
    margin-top: 30px;
  }
}

.ceo {
  position: absolute;
  bottom: 30px;
  margin-left: 430px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #006975;
}

@media only screen and (max-width: 992px) {
  .ceo {
    text-align: center;
    position: absolute;
    width: 100%;
    position: static;
    display: block;
    clear: both;
    margin-left: 0px;
    width: 100%;
  }
}

.tod {
  max-width: 400px;
  margin: 0px auto;
}

@media only screen and (max-width: 992px) {
  .tod {
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .plan {
    padding-bottom: 0px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 992px) {
  #footer-menu li {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .social-icons {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .btn {
    margin: 0px auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .plan .plan-text {
    padding: 10px;
  }
}

