/*
Theme Name: Studio 759 Mind Body
Version: 1.0
Template: whitepaper
*/

html {
  height: 100%;
}

.top-bar-right .textwidget.custom-html-widget {
    display: flex;
    align-items: center;
}

.carousel-caption {
  display:none;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

main {
  flex-grow: 1;
}

article {
    color: #000;
}

section.full-img {
 flex-shrink: 0; 
}

.top-menu .detail-info ul li.add a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.top-menu .detail-info ul li a svg {
    transform: rotate(0deg);
    width: 0.90em;
}

.media.row {
    padding-top: 1.1em;
}

.card-body {
    background: rgba(221,221,221, 0.45);
}

.card-body h2{
	font-family: 'Poppins';
    color: #111;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
}

.contact-section {
    margin: 3em 0;
}

.con-us h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #000;
    font-size: 44px;
    line-height: 23px;
    text-align: center;
    font-family: 'Poppins';
}

.free-trial-form h3 {
    color: #000;
    text-align: center;
    font-size: 44px;
    margin-bottom: 1em;
    line-height: 23px;
    font-family: 'Poppins';
}

.footer-bottom-txt a {
    color: #b1b1b1;
}

.con-us h2 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.gform_footer.top_label {
    text-align: center;
}

.gform_button {
    background: #000;
    border: 1px solid;
    color: #fff;
    padding: 0.5em 2em;
    font-weight: 300;
}

.free-trial-form {
    background: rgba(221,221,221, 0.45);
    padding: 3em 1em;
}

.top-footer .footer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.social.list-unstyled li a {
    margin-right: 0.5em;
}

.top-footer {
    padding-bottom: 0;
}

.footer-bottom-txt {
    display: flex;
    align-items: center;
    margin-top: 1em;
    justify-content: center;
}

.gform_footer.top_label {
    padding-bottom: 0 !important;
}

.footer-bottom-txt p {
    margin: 0;
}

main.container {
    padding: 3em 0.5em;
}

p.boder-below {
    border-bottom: 3px solid rgba(221,221,221, 0.5);
}

.single-blog-image {
    text-align: center;
    margin-bottom: 3em;
  	margin-top: 1em;	
}

.single-blog-heading {
    text-align: center;
}

.no-gutters.post-inner {
    border: 3px solid rgba(221,221,221,0.5);
    border-radius: 15px;
    padding: 1em;
    margin-bottom: 1.5em;
}

.blog-event-content h3 a {
    color: #000;
}

h4.space-above {
    margin-top: 2em;
    font-size: 1.4rem;
}

.next-posts.alignright a {
    color: #282828;
}

.text-right a {
    color: #282828;
}

.no-gutters.post-inner img {
    border: 1ox solid #ddd;
}

.single-blog-body {
    text-align: center;
}

.single-blog-body img {
    object-fit: cover;
    width: 300px;
    padding: 1em;
    height: 300px;
    margin-bottom: 2em;
    float: left;
    margin-right: 1em;
}

.single-blog-body ul {
    text-align: justify;
}

.single-blog-body td {
    text-align: justify;
}

.single-blog-body b {
    font-size: 2em;
}

.single-blog-body ol {
    text-align: justify;
    margin-top: 1em;
}

p.grey {
    color: rgba(0,0,0,0.5);
}

main.container .no-gutters.post-inner {
    border: none;
}

.single-blog-body p {
    text-align: justify;
    padding: 1em;
    padding-left: 0;
}

.card-body p {
    color: #9c9b9b;
    font-size: 16px;
    height: 100px;
    line-height: 20px;
}

.card-body {
    padding: 0.7em;
}

body.single div#content-wrapper {
    text-align: center !important;
}

body.single div#content-wrapper p {
    text-align: left;
}

body.single iframe {
    margin-bottom: 2em;
}

.navbar-expand-lg .nav-menu .navbar-nav a {
    color: #313131;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 20px 8px;
    text-transform: uppercase;
}

.page-id-51 h4 {
    margin-top: 1.5em;
}

.card-section .card-columns {
    column-gap: 5px !important;
    display: flex;
}

.card-body h2 {
    font-size: 22px;
}

.card-body p {
    height: 130px;
}

@media screen and (max-width: 767px){
  .card-section .card-columns .card {
      margin-bottom: 1em;
      padding: 0;
  }
}

@media (max-width: 767px){
  .contact-section> .container {
      padding: 0;
  }
  
  .contact-section {
    margin: 3em 0;
    margin-bottom: 0;
	}
  
  .footer-logo {
    margin-bottom: 1em;
	}
  
  .footer-bottom-txt p {
    margin: 0;
    font-size: 0.75em;
	}
  
  .footer-bottom-txt {
    display: flex;
    align-items: center;
    margin-top: 1em;
    justify-content: center;
	}
  
  main.container {
    padding: 3em 0.5em;
    margin-top: 2em;
	}
  
  .blog {
    padding: 0;
	}
  
  div#title-bar {
    margin-top: 1.5em;
    padding-left: 1em;
	}
  
  .offset-lg-2 {
    padding: 0;
	}
  
  .event-image {
    margin-bottom: 1em;
	}
  
  .single-blog-body p {
    text-align: justify;
	}
  
  .single-blog-body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	}
  
  div#content-wrapper {
    padding-left: 0.5em;
    padding-right: 0.5em;
	}
	
  div#title-bar {
    margin-top: 5em;
	}
  
  .slider .carousel-item img {
    height: 270px;
    width: 100%;
    object-fit: scale-down;
    object-position: center;
	}
  
  .event-image {
    text-align: center;
	}
  
  .media.row {
    padding-top: 0;
	}
  
  body.single iframe {
    margin-bottom: 0em;
    width: 100%;
    height: 250px;
  }
  
  .card-section .card-columns {
    column-gap: 4px;
    display: flex;
    flex-direction: column;
	}
    
  .card-body p{
      font: 400 1.2rem 'Outfit';
      color: #111;
      letter-spacing: 0.6px;
      word-spacing: 0.6px;
      height: 100px;
  }
  
  .single-featured-img {
    height: 300px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1023px){
  .slider img {
      height: 593px;
      width: auto;
      object-fit: scale-down;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  h1.page-title {
      margin-top: 2em;
  }
  
  .card-body h2 {
    font-size: 19px;
	}
  
  .card-body p {
    height: 123px;
    overflow: hidden;
	}
}

@media (min-width:768px) {
  .email-img {
    width: 25%;
  }
}
  
 @media (max-width:768px){
   .email-img {
     width: 50%;
   }
 }

@media (min-width:1024px)and (max-width:1200px){
  .slider img {
      height: 700px;
      width: auto;
  }
}

.page-id-465 .page-title {
	color: #41a3c6;
}

a.f-logo img{
	max-width: 40%;
}

.header a {
    font-family: 'Outfit';
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
}

.top-footer a{
  	font-family: 'Outfit';
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
}

.interior-page-style h1, 
.interior-page-style h2, 
.interior-page-style h3, 
.interior-page-style p, 
.interior-page-style a{
    font-family: 'Outfit';
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    line-height: 1.3;
}

.navbar-expand-lg .navbar-brand img {
    width: 100%;
    max-width: 40%;
}

.page-id-1124 main.container {
    display: none;
}

body.home section {
    display: none;
}

.elementor-location-footer .elementor-section,
.dialog-message.dialog-lightbox-message .elementor-section{
    display: block !important;
}

@media(max-width:767px){
  .dialog-type-lightbox {
      position: fixed !important;
  }
}