/*
Theme Name: Minamaze Pro Child
Theme URL: https://thinkupthemes.com
Description: Minamaze Pro Child Theme
Author: Think Up Themes
Author URL: https://thinkupthemes.com
Template: Minamaze_Pro
Version: 1.0.0
Text Domain: Minamaze_Pro-child
*/ 
/* Custom CSS goes after this line */

@media only screen and (max-width: 767px) {
  body, #header, #slider {
    padding: 0 !important;
  }
}

#pre-header-core {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pre-header-core:after {
  display: none;
}

#pre-header-core .phone a {
  color: #000;
  font-size: 14px;
  font-weight: bolder;
  padding-left: 15px;
}

#pre-header-core #pre-header-social li a {
  font-size: 18px;
}

#pre-header-search {
  display: block !important;
  width: 100%;
  padding: 0;
}

#pre-header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none !important;
  margin: 0 15px;
}

#pre-header-search form::before, #pre-header-search form::after {
  display: none;
}

#pre-header-search form input.search {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 14px 0 0 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: none;
}

#pre-header-search form input.searchsubmit {
  display: block !important;
  background-color: #32373c;
  border-color: transparent;
  border-radius: 0 14px 14px 0;
  color: #25CAD2;
}

@media only screen and (min-width: 560px) {
  #pre-header-search {
    position: absolute;
    top: 0;
    right: 40%;
    margin-left: -40%;
    max-width: 360px;
    width: 30%;
  }
  #pre-header-search form input.searchsubmit {
    padding: 3px 8px;
  }
}

#header #header-core {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 100%;
}

#header-core > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    /* flex-basis: 50%; */
}

#header-core #header-responsive,
#header-core #header-links {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#logo, #featured-buttons {
  background-color: #fff;
}

#logo {
  margin: 0 !important;
  text-align: left !important;
  padding: 1.5rem 0;
}

#logo a {
  margin-left: 15px;
}

#featured-buttons {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#featured-buttons ul {
  width: 220px;
  margin: 0;
  padding: 0 15px 1.125rem;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#featured-buttons ul li {
  padding: 0.375rem 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#featured-buttons ul li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#featured-buttons ul li:last-child a {
  padding: 12px 24px;
}

#featured-buttons a {
  background-color: #32373c;
  border: none;
  border-radius: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4cd4da;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px !important;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 559px) {
  #header #header-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #logo {
    text-align: center !important;
  }
  #featured-buttons {
    display: block;
    padding: 0 15px 0.375rem;
  }
  #featured-buttons ul {
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  #featured-buttons ul li {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
  #featured-buttons ul li:first-child {
    display: none;
  }
  #featured-buttons ul li:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 30px;
  }
  #featured-buttons ul li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #featured-buttons a {
    padding: 5px 10px !important;
  }
}

.wp-block-button__link:hover {
	background-color: rgb(22, 151, 158);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#content .wp-block-file a.wp-block-file__button {
	color: #fff;
	background-color: #32373c;
}
#content .wp-block-file a.wp-block-file__button:hover {
	background-color: rgb(22, 151, 158);
}
#footer-core {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer-core * {
  margin: 0;
  padding: 0;
}

#footer-core > * {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

#footer-core > *:nth-child(2) {
  text-align: center;
}

#footer-core > *:nth-child(2) p {
  font-size: 14px;
  line-height: 1.5;
}

#footer-core .jetpack-social-widget-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  #footer-core {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer-core > * {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
    text-align: center;
  }
  #footer-core .jetpack-social-widget-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
	
}

#content p a,
#content li a,
article .blog-title a {
	text-decoration: underline;
}




