/*
Theme Name: torri
Theme URI:
Author: Indie Studio
Description: Torri Website Theme
Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  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. */
}

@media (max-width: 767px) {
  .vt_yt_wrapper {
    text-align: center !important;
  }
  .vt_yt_wrapper a {
    margin-bottom: 7px;
    margin-top: 7px;
  }
}

.header .btn-with-icon {
  padding: 5px 12px 5px 30px;
  display: inline-block;
  margin-bottom: 5px;
}

.header .btn-with-icon i {
  width: 20px;
  height: 20px;
  font-size: 12px;
  padding: 4px;
}

.header .whatsapp-btn {
  background: #25d366;
  padding: 5px 12px 5px 30px;
  color: #fff;
  border-radius: 36px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 1em;
}

.header .whatsapp-btn i {
  font-size: 18px;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0, -50%);
}

.header .header-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80px;
}

.tel-mobile,
.whatsapp-mobile {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 15px;
  background: #000;
  color: #fff;
  z-index: 1000;
}

.whatsapp-mobile {
  background: #25d366;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 32px;
  text-align: center;
}

.tel-mobile {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: linear-gradient(to bottom, #4760b0 0, #477eb0 100%);
  color: #fff;
  font-size: 32px;
  text-align: center;
  bottom: 90px;
}

@media (max-width: 767px) {
  .tel-mobile,
  .whatsapp-mobile {
    display: block;
  }
}
