<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: Tobago Rehabs
	Theme URI: https://tobagorehabs.com
	Description: Tobago Rehabs
	Author: Sohan Chotia
	Version: 1.5.0
	Requires at least: 4.7
	Text Domain: tobago-Rehabs
*/

@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi/Satoshi-Light.woff2') format('woff2'),
       url('assets/fonts/Satoshi/Satoshi-Light.woff') format('woff'),
       url('assets/fonts/Satoshi/Satoshi-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi/Satoshi-LightItalic.woff2') format('woff2'),
       url('assets/fonts/Satoshi/Satoshi-LightItalic.woff') format('woff'),
       url('assets/fonts/Satoshi/Satoshi-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi/Satoshi-Regular.woff2') format('woff2'),
       url('assets/fonts/Satoshi/Satoshi-Regular.woff') format('woff'),
       url('assets/fonts/Satoshi/Satoshi-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi/Satoshi-Italic.woff2') format('woff2'),
       url('assets/fonts/Satoshi/Satoshi-Italic.woff') format('woff'),
       url('assets/fonts/Satoshi/Satoshi-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi/Satoshi-Medium.woff2') format('woff2'),
       url('assets/fonts/Satoshi/Satoshi-Medium.woff') format('woff'),
       url('assets/fonts/Satoshi/Satoshi-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi/Satoshi-MediumItalic.woff2') format('woff2'),
       url('assets/fonts/Satoshi/Satoshi-MediumItalic.woff') format('woff'),
       url('assets/fonts/Satoshi/Satoshi-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi/Satoshi-Bold.woff2') format('woff2'),
       url('assets/fonts/Satoshi/Satoshi-Bold.woff') format('woff'),
       url('assets/fonts/Satoshi/Satoshi-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi/Satoshi-BoldItalic.woff2') format('woff2'),
       url('assets/fonts/Satoshi/Satoshi-BoldItalic.woff') format('woff'),
       url('assets/fonts/Satoshi/Satoshi-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi/Satoshi-Black.woff2') format('woff2'),
       url('assets/fonts/Satoshi/Satoshi-Black.woff') format('woff'),
       url('assets/fonts/Satoshi/Satoshi-Black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi/Satoshi-BlackItalic.woff2') format('woff2'),
       url('assets/fonts/Satoshi/Satoshi-BlackItalic.woff') format('woff'),
       url('assets/fonts/Satoshi/Satoshi-BlackItalic.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: italic;
}

/* Webfont: Richey-Regular */
@font-face {
  font-family: 'Richey';
  src: url('assets/fonts/Richey/Richey.eot'); /* IE9 Compat Modes */
  src: url('assets/fonts/Richey/Richey.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('assets/fonts/Richey/Richey.woff') format('woff'), /* Modern Browsers */
      url('assets/fonts/Richey/Richey.woff2') format('woff2'), /* Modern Browsers */
      url('assets/fonts/Richey/Richey.ttf') format('truetype'); /* Safari, Android, iOS */
          font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

a,a:hover{text-decoration: none;}
.form-control{ height: 45px; width: 100%;
  line-height: 1;
  border-radius: 0;
  font-size: 18px;
  color: #555555;
  box-shadow: 0px 1px 0 1px rgb(0 0 0 / 10%);
  border: 0;
  font-weight: 500;
  text-align: left;
  
}
textarea{ line-height: 1.4;}

select option {
  color: #6b7280;
}

.video-responsive{
  overflow:hidden;
  padding-bottom:60%;
  position:relative;
  height:0;
  border-radius: 15px;
}
.video-responsive .overlay{
  display: flex;
  left:0;  top:0;
  height:100%;  width:100%;
  position:absolute;
  background-color: #f08066cc;
  z-index: 5; cursor: pointer;
}
.video-responsive img{ 
  object-fit: cover; 
  position: absolute; width: 100%; height: 100%;  
  transition: transform 0.2s ease-in;
  cursor: pointer;
} 
.video-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.video-responsive:hover img{ transform: scale(1.05);} 
.video-responsive.active .overlay, .video-responsive.active img{display: none;}
@media(max-width: 768px){ 
  .video-responsive{padding-bottom: 56.25%; margin-bottom: 25px;} 
}
</pre></body></html>