/* -- Testimonials Slider Block
--------------------------------------------- */

.testimonial-slider {
    padding: 75px 0px 30px;
}

.testimonial-slide {
    width: auto;
    margin-bottom: 30px;
}

.testimonial-info,
.testimonial-title,
.testimonial-content {
    text-align: center;
    clear: both;
}

.testimonial-title {
    font-size: 40px;
    color: #4482d0;
}

.testimonial-content {
    max-width: 915px;
    margin: 0 auto;
}

.testimonial-content p {
    color: #717273;
}

.testimonial-info span {
    display: block;
}

.testimonial-author,
.testimonial-role {
    font-size: 18px;
    line-height: 24px;
    color: #00bbb2;
}

.slick-dots {
    bottom: -63px;
    padding: 0 !important;
}

.testimonial-slide {
	float: left;
	background-image: url('images/open.png'), url('images/close.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
}

.testimonial-slide:focus {
    outline: none;
}

/* -- Services  Block
--------------------------------------------- */

.our-services {
    padding: 50px 0 25px;
}

ul.services {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    margin-left: 0;
    margin-top: 0px;
    padding-left: 0;
}

ul.services li {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

ul.services li img {
    border: 1px solid #F5F7F8;
    border: none;
}

ul.services li .overlay {
    color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
	background: rgba(68,130,208,0.85);
    bottom: 0px;
    position: absolute;
    top: 0px;
    transition: all .5s ease-in-out;
    left: 0px;
    right: 0px;
    opacity: 0;
    padding: 20px;
    transform: scale(0.9);
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    cursor: pointer;
}

ul.services li .overlay .product-title {
    color: #fff;
    text-align: center;
    align-self: end;
}

ul.services li .overlay .theme-description {
    font-size: 14px;
    text-align: center;
    align-self: start;
}

ul.services .featured {
    overflow: hidden;
    text-align: center;
}

ul.services .featured .overlay {
    background: #f2f3f5;
    position: relative;
    opacity: 1;
    padding: 40px 20px 40px 20px;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    transform: scale(1);
    z-index: 0;
}

ul.services .featured .overlay .product-title {
    color: #1E3043;
    margin: 10px 0;
}

ul.services .featured .overlay .small-title {
    font-size: 18px;
    margin: -10px 0 0 0;
}

ul.services .featured .price {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    opacity: 1;
    color: #1E3043;
}

ul.services .featured .dollar {
    font-size: 1.6rem;
    vertical-align: top;
    line-height: 2.5;
    font-weight: 700;
    letter-spacing: -1px;
}

ul.services .featured .theme-description {
    padding: 60px 20px;
    text-align: center;
}

ul.services .featured .theme-description li {
    color: #1E3043;
}

ul.services .featured .theme-description li:before {
    content: "\f121";
    font-family: "Ionicons";
    margin-right: 6px;
}

ul.services .featured .theme-description .button {
    display: inline-block;
    margin-top: 40px;
}

ul.services li:hover .overlay {
    opacity: 1;
    transform: scale(1) translateZ(0);
}

ul.services:after {
    clear: both;
}

.services li h4 {
	position: absolute;
	bottom: 15px;
	font-size: 28px;
	text-transform: uppercase;
	/*text-shadow: 0 2px 10px rgba(0,0,0,1);*/
	color: #fff;
	margin: 0;
	left: 20px;

    left: 0;
    bottom: 0;
    background: rgba(68,130,208,0.85);
    width: 100%;
    padding: 10px 20px;
}

.btn-services {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
	text-transform: uppercase;
	text-align: center;
	display: table;
	margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    padding: 6px 35px;
    border-radius: 10px;
}

.btn-services:hover {
	background: #fff;
	color: #4482d0 !important;
    text-decoration: none;
}

.services li p {
	line-height: 24px;
	text-align: center;
	text-align: center;
    align-self: start;
	margin-bottom: 15px;
}

/* -- Specials Block
--------------------------------------------- */

.vacation-specials,
.cruise-specials {
	padding-top: 0;
}

.specials-entry {
    clear: both;
    margin-bottom: 50px;
    display: grid;

    -webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.5);
}

.specials-header h4 {    
    font-size: 24px !important;
    background: #01aaa1;
    color: #fff !important;
    padding: 15px 30px;
    text-transform: uppercase;
    margin: 0 !important;
    line-height: 1;
}

.specials-header h4 span {
    text-transform: none;
    font-weight: normal;
}

.specials-content {
    padding: 30px;
}

.specials-content h4 {
	font-size: 20px;
}

.specials-media {
    float: left;
    width: 46.80851064%;
    margin-right: 2.12765957%;
}

@media only screen and (max-width: 800px) {
    .specials-media {
        float: left;
        width: 100%;
        margin-right: 0%;
    }
}

.specials-media iframe {
    margin-bottom: 20px;
}

.specials-details {
    float: left;
    margin-left: 2.12765957%;
    width: 48.93617021%;
}

@media only screen and (max-width: 800px) {
    .specials-details {
        float: left;
        margin-left: 0%;
        width: 100%;
    }
}

.specials-media img {
    border: none;
    margin-bottom: 20px;
}

.specials-details p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.specials-details li {
	font-size: 16px;
	line-height: 1.5;
}

.specials-details ul {
	margin-bottom: 20px;
}


/* -- Tabs Block
--------------------------------------------- */

.cov-tabs {
    padding-bottom: 50px;
}

.cov-tabs-list {
    text-align: center;
    padding: 0 0 30px !important;
}

.cov-tabs li {
    display: inline-block;
    vertical-align: top;
    padding: 1px;
    width: 100%;
}

.cov-tabs-list li a {
    padding: 10px 14px;
    color: #fff;
    background: #00bbb2;
    display: block;
}

.cov-tabs-list li.active > a,
.cov-tabs-list li a:hover {
    color: #fff;
    background: #4482d0;
    text-decoration: none;
}

.cov-tabs-tab-content {
    text-align: center;
    padding: 0px 0 10px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2);
	margin-bottom: 50px;
}

.cov-tabs-tab-content h2 {
    color: #fff !important;
    padding: 38px 0;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.cov-tabs-tab-content ul {
	padding: 0 30px;
}

.cov-tabs-tab-content li {
    border-right: 1px solid #ccc;
    padding: 0 20px;
    line-height: 1;
    margin: 0 0 20px;
}

.cov-tabs-tab-content li:last-child {
    border: none;
}

.cov-tabs-tab-content li a {
    line-height: 1;
    font-size: 24px;
    /*color: #5f6062;
    text-decoration: underline;*/
}

.cov-tabs-tab-content li a:hover {
    color: #000;
}

.display-posts-listing {
    padding: 0 !important;
}

.display-posts-listing li {
    list-style-type: none;
}

@media only screen and (min-width: 960px) {

    .cov-tabs-list li:first-child a {
        border-radius: 6px 0 0 6px;
    }

    .cov-tabs-list li:last-child a {
        border-radius: 0 6px 6px 0;
    }

    .cov-tabs li {
        width: auto;
    }

}

.advisors-inner {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    margin-left: 0;
    margin-top: 0px;
    padding-left: 0;
}

.advisors-media {
    float: left;
    width: 42.5%
}

.advisors-content {
    float: left;
    width: 57%;
}

.advisors-details .advisors-details-inner {
    display: grid;
}

.advisors-details .advisors-content h4 {
    margin-top: 0;
}

.advisors-details .advisors-content p {
    margin-bottom: 20px;
}

.advisors-details .advisors-media {
    float: left;
    width: 22%
}

.advisors-details .advisors-content {
    float: left;
    width: 78%;
}