/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 19, 2019, 11:58:01 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 14, 2019, 10:35:00 AM
    Author     : mv
*/
/** Rebuild Marine promoter - FMG - Start **/
/**
  * Font sizes and spacing/widths
  * -----------------------------------------------------------------------------
  */
/* Font familys */
/* Font weight */
/* Custom theme Font sizes */
/* extra small fonts 12px*/
/*Footer links -14px*/
/*Normal font - 16px*/
/*Block heading - 18px*/
/*Block heading - 22px*/
/*Block heading - 24px*/
/*heading - large - 32px,*/
/* Transitions */
/* line Height */
/* Breakpoints */
/* Spacings and widths */
/** Button settings **/
/** Menu settings **/
/** Rebuild Marine promoter - FMG - End **/
/*
Created on : 2019-06-26
Author     : 
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 15, 2019, 2:43:47 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
.if-template-selector(@selector; @template; @rules) {
	@{selector} when (@app-skin = @template) {
		@rules();
	}
}
*/
/* Body */
/* Small */
.al-ty-h1b-price {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 28, 2019, 12:57:27 PM
    Author     : mv
*/
@media only screen and (max-width: 768px) {
  body.testimonials .al-tpl-row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  body.testimonials .al-tpl-row {
    display: flex;
    flex-direction: column-reverse;
  }
  body.testimonials .al-tst-header,
  body.testimonials .al-tst-cta-form,
  body.testimonials .al-tpl-top-list,
  body.testimonials .al-tpl-row-right {
    padding: 0 20px;
  }
  body.testimonials .home-z-footer {
    margin-top: 1px;
  }
}
.al-tpl-row:before,
.al-tpl-row:after {
  content: " ";
  display: table;
}
.al-tpl-row:after {
  clear: both;
}
@media only screen and (min-width: 769px) {
  .al-tpl-row-left {
    width: 30%;
    margin-right: 24px;
    float: left;
  }
  .al-tpl-row-right {
    float: left;
    width: calc(70% - 24px);
  }
}
@media only screen and (min-width: 769px) {
  .al-tst-header {
    text-align: center;
  }
}
/*Alab testimonial filter form*/
.al-tst-filter-form {
  border-top: 1px solid #e3e3e3;
  padding: 20px;
}
.al-tst-filter-form select {
  display: inline;
  width: auto;
  padding: 0px 10px;
  height: 25px;
}
/*Alab testimonial item on top of page - List*/
.al-tpl-row-left .al-tst-form {
  padding: 20px;
  color: #fff;
}
.al-tst-top-list {
  overflow: auto;
  margin: 0 16px 32px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 24px;
}
@media only screen and (min-width: 769px) {
  .al-tst-top-list {
    margin-left: 0;
    margin-right: 0;
  }
}
/*Base styles for testimonial items*/
.al-tst-img img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: #A8A8A8;
  border: 0;
  display: block;
  margin: 0 auto;
}
.al-tst-type {
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  margin: 0 20px;
  color: #A8A8A8;
  font-size: 12px;
  padding: 4px;
  max-width: 170px;
  margin: 0 auto;
  text-align: center;
}
.al-tst-stars {
  color: #A8A8A8;
  font-size: 20px;
}
.al-tst-stars .al-icn {
  margin: 0 1px;
}
.al-tst-stars .al-icn.is-yellow {
  color: #F8C91C;
}
.al-tst-date {
  color: #A9A9A9;
}
.al-tst-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: auto;
  margin-right: auto;
}
/*Alab testimonial item on top of page - Item*/
.al-tst-top {
  border: 1px solid #E3E3E3;
  padding: 24px;
}
.al-tst-top hr {
  margin: 16px 0;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
}
.al-tst-top .al-tst-name {
  width: 250px;
}
/*Alab testimonial item on list - Item*/
.al-tst-list {
  padding: 16px 0 8px;
  border-bottom: 1px solid #E3E3E3;
}
.al-tst-list:before,
.al-tst-list:after {
  content: " ";
  display: table;
}
.al-tst-list:after {
  clear: both;
}
.al-tst-list:first-child {
  border-top: 1px solid #E3E3E3;
}
@media only screen and (max-width: 768px) {
  .al-tst-list-left:before,
  .al-tst-list-left:after {
    content: " ";
    display: table;
  }
  .al-tst-list-left:after {
    clear: both;
  }
  .al-tst-list-left .al-tst-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  .al-tst-list-left .al-tst-type {
    margin: 0;
    width: 100px;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .al-tst-list-left {
    float: left;
    width: 158px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .al-tst-list-right {
    margin-left: 182px;
  }
}
/*Alab testimonial form on left side of page*/
.al-tst-form textarea {
  height: 190px;
}
.al-tst-form-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#testimonial-ad-popup .al-tst-popup-header,
#testimonial-ad-popup textarea,
#testimonial-ad-popup input {
  max-width: 358px;
  margin-left: auto;
  margin-right: auto;
}
