/*
Theme Name: Mikado One
Theme URI: http://demo.mikado-themes.com/mikado
Description: Mikado One
Tags: blog, portfolio, creative, business, corporate, photography, art, ecommerce, shop, clean, one page, design, elegant, modern, multipurpose
Author: Mikado Themes
Author URI: http://www.mikado-themes.com
Version: 1.8
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
p, span, li, strong {
  font-family: bree, sans-serif !important;
}
h1 > span, h1, h2, h2 > span, h3, h3 > span, h4, h4 > span, h5, h5 > span {
  font-family: garamond-premier-pro, serif !important;
}
h2, h2 > span {
  font-size: 32px;
}

.header-banner {
  background-color: #70ADBB;
  padding: 5px 0 5px 0;
}
.header-banner > p {
  color: white;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
.ffe-container {
  width: 100vw;
  padding: 20px 0;
  background-color: #70adbb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#ffe-button {
  color: white;
  font-weight: bold;
  background-color: #a1c14c;
  border-radius: 10px;
  margin-top: 10px;
  padding: 5px 15px;
}
@media (max-width: 1000px) {
  .skrollable-between {
    /*background-color: #338CAB !important;*/
  }
}
.homepage-three-animals-row {
  /* border-bottom: 7px solid #63D1F7 !important;
  border-top: 10px solid #338CAB !important; */
}
.homepage-cutout-img img {
}
.pull-down-gold-line {
  position: relative !important;
  top: 20px !important;
}
.post-header-gold-line {
  margin: 0 auto !important;
}
.doctor-card-row img {
  border-radius: 100%;
  border: 8px solid #2F8BAA;
  margin-top: 15px !important;
}
.doctor-card-container:hover h4, .doctor-card-container:hover span {
  color: #134B5E !important;
}
.doctor-card-container:hover img {
  border: 8px solid #134B5E;
}

/*button styles*/
.qbutton:hover {
  background-color: #134B5E !important;
  color: #63D1F7 !important;
}
.qbutton.large {
  display: block;
  margin: 0 auto;
  width: 300px;
  text-align: center;
  position: relative;
  bottom: 31px;
  background-color: #344064;
  color: #fff;
}
.qbutton.large:hover {
  background-color: #A1C14C !important;
}
.gform_button {
  background-color: #344064 !important;
  border: 0px !important;
  color: white !important;
  padding: 10px !important;
  cursor: pointer !important;
  font-family: bree, sans-serif !important;
  text-transform: uppercase;
}
.gform_button:hover {
  /* border-bottom: 3px solid #63D1F7 !important; */
  background-color: #A1C14C !important;
}


.homepage-doctor-card-container {
  /* border-bottom: #2E8BAA 8px solid; */
}
#homepage-three-icons-row {
  /* border-bottom: #2E8BAA 8px solid; */
}
/*the styles on the span are heavily effected by the JS file*/
#homepage-three-icons-row span.font_awesome {
  background-color: #344064 !important;
}
#homepage-three-icons-row span.font_awesome > i {
  color: white !important;
}
#homepage-three-icons-row span.font_awesome:hover {
  background-color: #70ADBB !important;
}

#homepage-counter-row span {
  color: #fff !important;
}
#homepage-counter-row h3 > span {
  color: #fff !important;
}
#homepage-counter-row .separator{
  width: 50px !important;
  border-bottom-width: 4px !important;
}
.mkd_slide_title > span {
  font-size: 50px !important;
  width: 50% !important;
}
.mkd_slide_text {
  font-size: 16px !important;
}

/*social icon styles*/
.mobileHeaderIcons {
  position: absolute !important;
  z-index: 1 !important;
  display: none !important;
}
@media (min-width: 480px) {
  .mobileHeaderIcons {

  }
}
@media (max-width: 480px) {
  .scrollHandler {
    display: none !important;
  }
  .mobileHeaderIcons {
    display: block !important;
  }
}
@media (max-width: 850px) {
  .text.one_by_one * {
    text-align: center !important;
  }
  .text.one_by_one p {
    text-align: right !important;
  }
  .text.one_by_one .separator_bottom {
    display: none !important;
  }
}
.text.one_by_one h2 {
  letter-spacing: 2px !important;
}
.column1 .font_awesome, .scrollHandler, .social-media-icons, .mobileHeaderIcons {
  background-color: #134B5E !important;
}
.scrollHandler {
  position: absolute !important;
  right: 2%;
  z-index: 1 !important;
}
#back_to_top > span {
  background-color: #63D1F7 !important;
  color: black !important;
}
#back_to_top > span .arrow_carrot-up::before {
  color: black !important;
}
#back_to_top > span:hover .arrow_carrot-up::before {
  color: white !important;
}
#back_to_top > span:hover {
  background-color: #134B5E !important;
}
.column1 .font_awesome i, .scrollHandler i, .social-media-icons i, .mobileHeaderIcons i {
  color: white !important;
}
.column1 .font_awesome a:hover, .scrollHandler a:hover, .social-media-icons a:hover, .mobileHeaderIcons a:hover {
  background-color: #A1C14C !important;
}
/*.column1 .font_awesome a:hover i {
  color: white !important;
}*/
.customFooterIcon {
  line-height: 50px;
  vertical-align: bottom;
  font-size: 19px;
  color: white;
}
.social-media-icons {
  border: yellow solid 3px !important;
}
.social-media-icons a:hover i, .scrollHandler a:hover i, .mobileHeaderIcons a:hover i {
  color: #fff !important;
}

/*doctor page doctor row*/
.doctor-row-with-image {
  background-image: url('/wp-content/uploads/2017/05/build9-german-shepherd.png') !important;
  background-position: 20% !important;
  background-size: contain !important;
}

/*styles that will affect all service pages, and elements on other pages universally*/
div.title_subtitle_holder > h1 > span {
  color: #344064 !important;
}
span.separator.position_center {
  border-color: #a1c14c !important;
}
.parent-pageid-1764 img.vc_single_image-img {
  box-shadow: 9px 6px 39px -8px rgba(0,0,0,0.93);
  margin-left: 0px !important;
  margin-right: 30px !important;
}
@media (min-width: 800px) {
  .servicePageImageDiv {
    display: inline !important;
  }
}
.services-text-column h3 {
  color: #134B5E;
}
.services-text-column h2 {
  color: #63D1F7;
}
.services-text-column div {
  color: black;
}


/*footer styles*/
footer h4 {
  text-transform: uppercase !important;
}

/*testimonials section*/
li > a.flex-next, li > a.flex-prev {
  background-color: #63D1F7 !important;
}
li > a.flex-next span:hover, , li > a.flex-prev span:hover {
  background-color: #134B5E !important;
}

/*logo in header*/
@media (min-width: 1000px) {
  .mkd_logo a .mkd_logo a img.mobile {
    width: 200px !important;
  }
}

@media (max-width: 768px) {
  .counter-parallax-homepage-with-space {
    height: 30px !important;
  }
}

/*styling text in slider*/
.text.one_by_one {
  width: 95% !important;
}
@media (max-width: 600px) {
  .text.one_by_one {
    display: none !important;
  }
}

/*to handle the image parallax*/
.carousel-inner div.image {
  position: absolute !important;
}
@media (max-width: 1000px) {
  .carousel-inner div.image {
    position: fixed !important;
    background-position: 25% 0 !important;
    background-size: auto !important;
  }
}

/*for the images with icons in the three column row on the homepage*/
.ghostBox {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  transition-property: all;
  transition-duration: .55s;
  width: 100%;
  text-align: center;
  height: 25px;
  bottom: 0px;
  color: #63D1F7;
  font-weight: 700;
}
.ghostBoxAppear {
  visibility: visible !important;
  height: 100px;
  bottom: 0px;
}


/*COLORS COLORS*/
.dark-color-back {
  background-color: #134B5E !important;
}
.dark-color {
  color: #134B5E !important;
}
.light-color-back {
  background-color: #63D1F7 !important;
}
.light-color {
  color: #63D1F7 !important;
}

/*replace F8E143 with #63D1F7*/
/*replace 1412AA with #134B5E*/

/*blog pages styles*/
body.single-post .post_text_inner > h2 {
  display: none;
}


/*for the mikado visual composer post items*/
.latest_post_holder {
  display: flex !important;
  justify-content: center;
}
.post_list {
  max-width: 1100px !important;
}
.page-id-4 .latest_post_holder.boxes .boxes_image a img {
  border-radius: 100%;
  border: 8px solid #66BFCC;
  margin-top: 15px !important;
}
.page-id-4 .latest_post_holder.boxes .boxes_image a img:hover {
  border: 8px solid #66BFCC;
}
.latest_post_holder.boxes .boxes_image a, .latest_post_title_holder {
  display: flex !important;
  justify-content: center;
}
.latest_post_overlay, .hide-this-row {
  display: none !important;
}
.page-id-1764 .latest_post_holder.image_with_date ul li {
  border: none !important;
}
.page-id-1764 .latest_post_holder .latest_post {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.page-id-1764 .latest_post_holder.image_with_date h4.latest_post_title {
  margin: 0px !important;
  padding: 10px 0px !important;
  text-align: center;
  width: 100%;
  background-color: rgb(19, 75, 94);
}
.page-id-1764 .latest_post_holder.image_with_date h4.latest_post_title a {
  color: rgb(99, 209, 247);
}
.page-id-1764 .latest_post_text {
  width: 100% !important;
}


@media (max-width: 1000px) and (min-width: 768px) {
  .latest_post_holder.boxes .boxes_image a img {
    width: 75%;
    height: 75%;
  }
}


.service-grid-container {
  max-width: 1100px;
  padding-top: 50px;
  margin: 0 auto;
}
.service-row {
  display: flex;
  flex-direction: row;
}
.service-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 50%;
}
.service-card {
  width: 40%;
}
.service-card h2 {
  position: relative;
  bottom: 11px;
  background-color: #70ADBB;
  text-align: center;
  font-size: 22px;
  padding: 5px 0px;
}
.service-card h2 a {
  color: white !important;
}
.service-card p {
  position: relative;
    bottom: 10px;
}
.service-card a {
  overflow: hidden;
}
.service-card img {
  transition: all 1s;
}
.service-card img:hover {
  transform: scale(1.2);
}

@media (max-width: 1000px) {
  .service-row {
    flex-direction: column;
  }
  .service-container {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .service-container {
    flex-direction: column;
    align-items: center;
  }
  .service-card {
    width: 90%;
  }
  .service-card img {
    width: 100%;
  }
}


/*FORMATS POST PAGES*/
.blog_holder .post_content_holder {
  display: flex;
}
.blog_holder .post_content_holder .post_image {
  max-width: 30%;
  padding-right: 5%;
}
.blog_holder .post_content_holder .post_text_inner {
  text-align: left !important;
}
@media (max-width: 900px) and (min-width: 700px) {
  .blog_holder .post_content_holder .post_image {
    max-width: 100%;
    padding-right: 5%;
  }
}
@media (max-width: 700px) {
  .blog_holder .post_content_holder .post_image {
    max-width: 80%;
    padding: 0;
  }
  .blog_holder .post_content_holder {
    flex-direction: column;
    align-items: center;
  }
}
p {
  margin-bottom: 1em !important;
}
.home .latest_post_holder .latest_post_title a {
  text-transform: uppercase;
  color: white;
  font-family: bree, sans-serif;
}
.homepage-animal-outline-row h2 {
  font-family: bree, sans-serif !important;
  margin-top: 15px;
}
footer h4 {
  font-family: bree, sans-serif !important;

}
.mkd_icon_shade a {
  background-color: #344064 !important;
}
.mkd_icon_shade a:hover {
  background-color: #A1C14C !important;
}
.mkd_icon_shade:hover a {
  background-color: #A1C14C !important;
}
.mkd_icon_shade:hover {
  background-color: #A1C14C !important;
}
footer .textwidget {
  font-family: bree, sans-serif !important;

}
.team-page {
  display: flex;
  flex-direction: column;
}
.team-card {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #a1c14c;
}
.team-card img {
  width: 200px;
  margin: 0 25px 15px 0;
  float: left;
}
#homepage-counter-row {
  background-size: cover;
  background-position: center;
}
.home-three-icons-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
}
.home-three-icons-card img {
  height: 200px;
  margin-bottom: 15px;
}
.home-three-icons-card h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: bree, sans-serif !important;
  color: white;
}
.home-doctors {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #70ADBC;
  padding: 50px 0 50px;
}
.home-doctors-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-doctors h2 {
  color: white;
  margin-bottom: 25px;
  text-align: center;
}
.home-doctors-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-doctor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}
.home-doctor-card img {
  border-radius: 100%;
  border: 7px solid #66BFCC;
  margin-bottom: 15px;
}
.home-doctor-card h3 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-family: bree, sans-serif !important;

}
.home-doctor-card:hover img {
  filter: brightness(0.8);
}
.homepage-animal-outline-row {
  padding: 50px 0 50px 0;
}
.home-pharmacy {
  padding: 50px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background-color: white;
}
.home-pharmacy-container {
  display: flex;
  width: 960px;
  max-width: 90vw;
  align-items: center;
  justify-content: center;
}
.hp-left, .hp-right {
  width: 50%;
}
.hp-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hp-right h2 {
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .home-pharmacy-container {
    flex-direction: column;
  }
  .hp-left, .hp-right {
    width: 100%;
  }
}
#comments, .coment_pager, .comment_form, .post_info {
  display: none !important;
}
.review-block {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-radius: 3px;
	/* max-width: 175px; */
	margin: 5px !important;
}
.review-block i {
	color: white !important;
	margin-right: 10px;
	font-size: 17px !important;
}
.review-block p {
	color: white !important;
	margin-bottom: 0 !important;
	font-size: 14px;
}
.review-block:hover {
	filter: brightness(0.8);
}
.services-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* width: 960px; */
  width: 100%;
  /* max-width: 90vw; */
}
.services-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  margin: 15px;
  overflow: hidden;
}
.services-card a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services-card img {
  width: 100%;
  height: auto;
}
.services-card h3 {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0 5px 0;
  background-color: #70ADBB;
  color: white;
  text-align: center;
}
.services-card a:hover img {
  filter: brightness(0.8);
}
