/*
Theme Name: Assurtrak
Description: Focused Insurance Strategies
Author: Woland Web
Author URI: https://www.wolandweb.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* ==================================
	TYPOGRAPHIC ELEMENTS
================================== */
/* Headings 
.heading-text h1, .heading-text h2, .heading-text h3,
.heading-text h4, .heading-text h5, .heading-text h6 {
	line-height: 1.75;
}*/

/* Typography */
p, li, dt, dd, dl, address, label, small, pre, code,
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}
.text-lead, .text-lead:not(ul):not(ol) > * {
	line-height: 1.65;
}
.text-lead, 
.text-lead:not(ul):not(ol) > *, 
.text-lead > :not(ul):not(ol) {
	margin-top: 18px;
}

/* Accent Buttons */
.btn-color-D2B37A {
	color: #111111!important;
}

/* Links */
.uncode_text_column p a {
	text-decoration: underline;
}

/* ======================================== 
	HEADER & NAVIGATION 
======================================== */

/* Main Header */
.hmenu .menu-container .navbar-nav a {
	transition: all 0.3s ease;
}

/* Mobile */
@media (max-width: 959px) {
	.menu-primary .menu-horizontal .menu-horizontal-inner > div:not(:first-child):not(.uncode-close-offcanvas-mobile):not(.navbar-main):not(.appended-navbar) {
		padding-top: 18px;
	}
	.menu-primary .menu-smart > li > a > div > div > div.btn {
		font-size: 14px;
	}
	.menu-mobile-default .menu-primary .menu-smart .drop-menu a {
		padding: 9px 36px 9px 56px;
	}
}

/* ======================================== 
	FOOTER
======================================== */

/* Layout */
.main-container footer .row-container.menu-container,
.main-container footer .row-container.copyright-container {
	border-top: 1px solid rgba(17,17,17,.15);
}
.main-container footer .row-container .double-top-padding {
	padding-top: 54px;
}
.main-container footer .row-container .double-bottom-padding {
	padding-bottom: 54px;
}

/* Menus & Socials */
footer .menu-container .menu li {
	padding-bottom: 5px;
}
footer .menu-container .menu li:last-child {
	padding-bottom: 0px;
}
footer .menu-container .uncode-vc-social .social-icon a {
  width: 35px;
  height: 35px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFFFFF;
  background: #373762;
  opacity: 1;
  transition: all 0.3s ease;
}
footer .menu-container .uncode-vc-social:not(.icons-lead) .social-icon i {
  font-size: 16px;
}
footer .menu-container .uncode-vc-social .social-icon a:hover,
footer .menu-container .uncode-vc-social .social-icon a:focus {
	background: #D2B37A;
	color: #FFFFFF;
}

/* ======================================== 
	HOME
======================================== */
/* Hero */
@media (min-width: 1280px) {
	.home .hero .text-lead p {
		font-size: 24px;
		padding-right: 35%;
	}
}
@media (max-width: 569px) {
  .home .hero h1:not([class*="fontsize-"]),
  .home .hero .h1:not([class*="fontsize-"]) {
	font-size: 27px;
  }
}
.home .hero .background-inner {
	opacity: 0;
}
@media (min-width: 959px) {
	.home .hero .background-inner {
		opacity: 1;
	}
}

/* Services */
.home .service-container .service .text-container .double-block-padding {
	padding: 0px 36px 36px 36px;
}
@media (min-width: 810px) {
  .home .service-container .service .text-container .double-block-padding {
	padding: 54px 36px 54px 36px;
  }
}

/* Process */
@media (min-width: 810px) {
	.home .process .row-inner .wpb_column::after {
		content:"";
		display: block;
		width: 1px;
		height: 100%;
		background: rgba(255,255,255,.2);
		position: absolute;
		top: 0;
		right: -6%;
	}
	.home .process .row-inner .wpb_column.last::after {
		display: none;
	}
}
.home .process .step-number > .wpb_wrapper {
	font-weight: 100;
	font-size: 120px;
	opacity: .2;
}

/* Testimonials */
.testimonials .background-inner {
	opacity: 0;
}
@media (min-width: 959px) {
	.testimonials .background-inner {
		opacity: 1;
	}
}
.testimonial-carousel .h5:not([class*="fontsize-"]) .pullquote__content {
	font-size: 28px;
	line-height: 1.5;
}

/* About */
.main-container
  .team-row.row-container
  .row-parent
  .single-internal-gutter
  .uncont
  > * {
  margin-top: 0 !important;
}
.team-row .wpb_column {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-row .wpb_column.faded {
  opacity: 0.2;
}
.team-row .wpb_column.faded.active {
  opacity: 1;
}
.team-row .wpb_column a.open,
.team-row .wpb_column a.close {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.team-row .wpb_column .uncode-single-media-wrapper {
  background: #163c66;
}
.team-row .wpb_column .uncode-single-media-wrapper img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.team-row .wpb_column .basics {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 420px;
  top: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.team-row .row .row-inner .col-lg-3 > .uncol:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.team-row .row .row-inner .col-lg-3.filler-image > .uncol:after {
	display: none;
}
.team-row .wpb_column .details {
  background: #163c66;
  position: absolute;
  top: 100%;
  z-index: 3;
  transition: all 0.3s ease-out;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

/* Hover Action */
.team-row .wpb_column:hover .uncode-single-media-wrapper img,
.team-row .wpb_column.active .uncode-single-media-wrapper img {
  opacity: 0.2;
}
.team-row .wpb_column:hover .basics,
.team-row .wpb_column.active .basics {
  opacity: 1;
}
.team-row .row .row-inner .wpb_column.col-lg-3:hover > .uncol:after,
.team-row .row .row-inner .wpb_column.active.col-lg-3 > .uncol:after {
  opacity: 1;
}
.team-row .wpb_column.active .details {
  max-height: 1100px;
  opacity: 1;
  visibility: visible;
}

/* Text Styling */
.team-row .wpb_column .basics p {
  margin: 0;
}
.team-row .wpb_column .basics br {
  display: none;
}
.team-row .wpb_column .basics span {
  display: block;
  color: #ffffff;
}
.team-row .wpb_column .basics span.name {
	font-family: "Quickbrush";
	font-size: 30px;
}
.team-row .wpb_column .basics span.title {
  font-size: 18px;
}
.team-row .wpb_column .details p {
	font-size: 16px;
	line-height: 1.4;
	color: #ffffff;
	padding: 30px;
	margin: 0;
}
/*.team-row .wpb_column .details p:first-child {
	padding-bottom: 5px;
}*/
.team-row .wpb_column .details img {
  width: 100%;
  height: auto;
  display: block;
}