 /*
 Theme Name: AVD
 Template: kingwilly
*/

/* ---------------------
	COLORS
--------------------- */
.green {color:#00F3D7;}
.blue {color:#2c4499;}
/* ---------------------
	ID's
--------------------- */
body {
	font-family: "source-sans-pro",sans-serif !important;
	font-style: normal;
	font-weight: 300;
	padding-top: 0px;
	color: #656565;
}

/* ---------------------
	HEADLINES
--------------------- */
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	font-style: normal;
	font-weight: 400;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	color: #000;
}

h1 {
	font-size: 40px;
}

h1, .h1 {
  margin-top: 0px;
  margin-bottom: 20px !important;
}


h2{
	font-size: 27px !important;
  /* text-transform: uppercase ; */
}

h3{
  font-size: 28px !important;
}

.tiny {
    font-size: 14px!important;
    line-height: 16px!important;
    font-weight: 500;
}

.caption-content h3 {
    font-weight: 500;
    margin-bottom:30px!important; 
}

.lead {
	font-size: 21px;
	line-height: 30px;
}

.sub {
	font-size: 14px;
	text-transform: uppercase;
}

a {
  color: #888;
  cursor: pointer ;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
a:visited{
  color: #2c4499;
}

.mobile_menu ul{
  padding: 0;
}

.mobile_menu li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.avg-learn-more-card:visited{
  color: unset;
}

a:hover,
a:focus {
  text-decoration: none;
}

b,strong {
/* 	font-family: "baskerville-urw",sans-serif!important;
	font-style: normal!important; */
	font-weight: 900!important;

}
p {
  margin: 0px 0px 20px 0px;
  font-size: 16px;
}

.cover-text {
/* 	margin-left: 10%; */
	    position: absolute;
    top: 35%;
    right: 20%;
    width: 400px;
}

.main-title {
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	color: #fff;
	line-height: 20px;
}
.punch {
	font-size: 34px;
  font-weight: 600;
}

/* ---------------------
	IMAGES
--------------------- */
img-responsive {
	width: 100%;
}

/* ---------------------
	VISUAL COMPOSER
--------------------- */
.vh60 {
	height: 60vh !important;
}
.vh70 {
	height: 70vh !important;
}
.bg-img100 .vc_parallax-inner,
.bg-img100{
	background-repeat: no-repeat;
}

.vc_row.wpb_row.bg-position-bottom  {
	background-position: center bottom !important;
	background-size: cover;
}

.vc_row.wpb_row.bg-position-center  {
	background-position: center center !important;
	background-size: cover;
}

.vc_row.wpb_row.bg-position-top  {
	background-position: center top !important;
	background-size: cover;
}

.intro-text .wpb_wrapper {
	  position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.intro-text.top80 .wpb_wrapper {
	  position: absolute;
    top: 80%;
}
.intro-text .wpb_wrapper h1,
.intro-text .wpb_wrapper h2 {
    line-height: 30px!important;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}
.intro-text.center .wpb_wrapper {
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
}

@media screen and (max-width:640px) {
	.intro-text .wpb_wrapper h2 {
    line-height: 20px!important;
    font-size: 20px!important;
	}
}

.stats-top .stats-number {
    padding: 8px 0;
    font-weight: 100!important;
    letter-spacing: -16px;
    font-family: "brandon-grotesque",sans-serif;
}
.stats-text {
	 font-family: "brandon-grotesque",sans-serif;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 font-weight: 500;
}
/* ---------------------
MEDIA GRID
--------------------- */
p.mg_min_reached {
	font-size: 16px !important;
	line-height: 22px !important;
	margin-bottom: 20px !important;
}
div.mg_spacer {
    height: 20px!important;
    max-height: 20px !important;
}
@media (min-width:800px) {
	.mg_grid_wrap {
	    margin: 0px auto 0px auto;
	}
}





.img_wrap .overlays {
    height: auto;
    z-index: 0;
}
.img_wrap .overlays {
    overflow: visible;
}

.img_wrap .overlays .overlay {
    background: transparent;
}
.img_wrap:hover .overlays .cell_more,
.mg_touch_on .overlays .cell_more,
.cell_more {
    display: none!important;
}

/*
.img_wrap .overlays .overlay,
.mg_inl_slider_wrap .lcms_content,
.mg_inl_slider_wrap .lcms_nav span {
    background-color: transparent!important;
    background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
    background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}
.img_wrap .overlays .overlay {
    -webkit-transform: translate3d(0%,0%,0);
    -ms-transform: translate3d(0%,0%,0);
    transform: translate3d(0%,0%,0);
}

.img_wrap:hover .overlays .overlay,
.mg_touch_on .overlays .overlay {
    opacity: 0.3;
    filter: alpha(opacity=3) !important;
}
*/

span.mg_overlay_tit {
    font-family: "brandon-grotesque",sans-serif;
    text-align: left;
		color: #fff;
		text-transform: uppercase;
		padding: 3px 15px;
    font-size: 12px;
		letter-spacing: 2px!important;
    font-weight: 500;
    
    display: block;
    margin-top: 25px;
    letter-spacing: .02em;
    line-height: normal;
    text-decoration: none;
}
h1.mg_item_title {
    font-weight: 500;
}
h1.mg_item_title .team-title {
	text-transform: none;
	font-family: "source-sans-pro",sans-serif;
  font-style: normal;
  font-weight: 300;
}

span.mg_overlay_tit .team-title,
.mg_overlay_tit .sub {
	text-transform: none;
	font-family: "source-sans-pro",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
}
#mg_lb_inside_nav>.mg_inside_nav_next>div {
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
		letter-spacing: 2px;
    font-weight: 500;
    font-size: 12px;
}

/* inline text */
.mg_inl_txt_td {
    padding: 15px 15% 15px 15%;
}
@media (max-width:800px) {
	.mg_inl_txt_td {
    padding: 18px !important;
	}
}
/* START - black & white */


#team .mg_box img.thumb {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray; 
  
  -webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

}
#team .mg_box img.thumb:hover {
  -webkit-filter:none;
  -webkit-filter: none;
  -moz-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -ms-filter: none;
  -o-filter: none;
  -o-filter: none);
  filter: none;
  filter: none; 
}

/* END - black & white */



/* ---------------------
	BLOCKQUOTE
--------------------- */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-style: italic;
    font-family: "baskerville-urw",sans-serif;
    border-left: 2px solid #eee;
}
blockquote p {
	font-size: 14px !important;
	line-height: 15px;
}

/* ---------------------
	VERTICAL-ALIGN
--------------------- */
/*
<div id="parent">
  <div id="child">Content here</div>
</div>
*/
	
/*
.vertically-middle {
	display: table;
	}

.child-vertically-middle  {
  width:50%;
  display:table-cell;
  vertical-align:middle;
  padding:2em;

 }
 
.box {
    display: table;
    height: 100%;
}
.box-text {
    padding: 10%;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}
.box.bgr-image {
    background-size: cover;
    background-repeat: no-repeat;
}
*/

/* ---------------------
	NAV
--------------------- */
.navbar-brand {
  	background-image: url('images/logo-rustic.png');
/* width: 210px;
	height: 70px; */
	background-size: 100%;
	
}

.navbar-brand {
	width: 210px;
	height: 70px;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 20px auto 0px auto;
	float: none;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	color: #000 !important;
	z-index: 5;
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 641px) {
	.navbar-brand {
		width: 140px;
		height: 36px;
		margin: 10px auto 0px auto;
	}
}
/* ---------------------
	PORTFOLIO
--------------------- */
.prev-next {
	font-size: 24px;
	margin-top: 170px;
	margin-left: 50px;
	text-align: left;
}

@media (max-width:600px) {
	.prev-next {
		font-size: 18px;
		margin-left: 0px;
		margin-top: 20px;
	}
}

/* ---------------------
	SIDEBAR
--------------------- */
aside.excerpt {
	margin-bottom: 30px;
	text-align: left;

}
.sidebar {
		margin-bottom: 40px;
}
.single.single-post .sidebar {
		margin-bottom: 80px;
}

@media (max-width:991px) {
	.single.single-post .sidebar {
		margin-top: 20px;
		margin-bottom: 80px;
	}
}
.sidebar h4 {
 	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
  line-height: 15px;
}
.sidebar ul {
	padding-left: 0;
}
.sidebar li {
	list-style: none;
	position: relative;
}
.sidebar li a {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}
@media (max-width:991px) {
	.sidebar {
		text-align: center;
	}
}

/* ---------------------
	BUTTONS
--------------------- */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn.outline-light {
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: transparent;
	color: #fff;
	margin: 10px 0px;
}
.btn.outline-light:hover {
	background: rgba(255, 255, 255, 0.35);
	color: #fff;
}
/* ---------------------
	SOCIAL BUTTONS
--------------------- */
.social-buttons a {
	min-width:42px;
	margin: 0px 3px 3px 0px;
}
.social-buttons i {
	letter-spacing: 0px;
}
#willy-menu .social-buttons a {
  color: #fff;
	font-size: 18px;
	padding: 10px;
	border: 1px solid transparent;
}

#willy-menu .social-buttons a:hover {
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
#willy-menu address {
	color: #fff;
		font-family: "source-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 300;

}

/* ---------------------
	BLOG
--------------------- */


/* --------------------------------------------
	MENU SLIDE IN
-------------------------------------------- */
header#header{
	position: fixed;
}

#menu-toggle,
.button-container {
  color: #fff;
  letter-spacing: 6px;
  font-size: 11px;
}

.logo-conatiner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 60px;
  width: 120px;
  z-index: 999;
  -moz-animation: fadeIn 1s ease-in;
  -webkit-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
}

#menu-toggle {
position: fixed;
  margin: 0;
  top: 121px;
  left: 0;
  cursor: pointer;
  font-size: 10px;
  font-family: "brandon-grotesque",sans-serif;
  letter-spacing: 5px;
  z-index: 999999;
  text-transform: uppercase;
  background-color: #2c4499;
  padding: 15px 18px 15px 18px;
}
@media screen and (max-width:640px) {
	#menu-toggle {
	  top: 0;
	  left: 0px;
	}
}

@media screen and (max-width: 640px) {
/*
	#menu-toggle {
		position: fixed;
		margin: 0px;
		padding: 10px 15px 15px 15px;
	}
*/
	
	#menu-toggle span {
		display: none;
	}
}
#menu-toggle:hover i:first-child {
  opacity: 1;
/* margin-top: 2px;
  margin-bottom: 10px; */
  margin-top: 14px;
  margin-bottom: -8px;
}

#menu-toggle:hover i:last-child {
  opacity: 1;
/* margin-bottom: 2px;
  margin-top: 9px; */

/* new 2
  margin-bottom: 0;
  margin-top: -7px;
*/
  
 		margin-bottom: 0;
    width: 60px;
    margin-left: -27px;
    margin-top: 28px;
    transform: rotate(90deg);
}

#menu-toggle.active .toggle-icon {
/*   margin-left: -7px; */
}

#menu-toggle.active .toggle-icon i {
  opacity: 0;
}

#menu-toggle.active .toggle-icon i:first-child {
  opacity: 1;
  -moz-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  -webkit-transform: rotate(-26deg);
     transform: rotate(-26deg);
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0px;
}

#menu-toggle.active .toggle-icon i:last-child {
  opacity: 1;
  -moz-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  -webkit-transform: rotate(26deg);
    transform: rotate(26deg);
    margin-bottom: 0;
    margin-top: 9px;
    margin-left: 0px;
    
    width: 62px;
}

#willy-menu {
  position: fixed;
	height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
  background-color: #2c4499;
  z-index: 899;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  #willy-menu {
    width: 100%;
    right: -100%;
  }
}

#willy-menu .icon {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#willy-menu.active {
  left: 0px;
  opacity: 1;
}

#willy-menu .willy-menu-wrapper {
  position: relative;
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding-bottom: 70px;
}

#willy-menu .willy-list {
  list-style-type: none;
  vertical-align: middle;
  display: table-cell;
  padding: 0;
}
@media screen and (max-width: 640px) {
	#willy-menu .willy-list {
	    padding-top: 100px;
	 }
}  
  
#willy-menu .menu-item {
  text-align: right;
}

#willy-menu .menu-item a {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 4px;
    padding: 4px 50px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}
@media screen and (max-width: 640px) {
	#willy-menu .menu-item a {
	    font-size: 28px;
	    line-height: 28px;
	    letter-spacing: 4px;
	    padding: 4px 30px;
	}
}

#willy-menu li.menu-item.current-menu-item a {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #fff;
}
/*
@media screen and (max-width: 640px) {
	#willy-menu .menu-item a { 
	  font-size: 15px;
	  line-height: 15px;
	  padding: 12px 0px;
	}
}
*/

#willy-menu .menu-item a:hover {
	color: #fff;
}
#willy-menu .menu-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1px;
  right: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.35);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#willy-menu .menu-item a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#willy-menu .menu-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.35);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#willy-menu .menu-item a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
/* test end */

#willy-menu .menu-item:last-child .symbol-icon {
  display: none;
}


	.sub-menu {
		display: none;
		position: absolute;
		background: #222;
		padding: 10px 15px;
		width: 200px;		
	}

	li:hover .sub-menu {
		display: block;
	}

.sub-menu {
	/* display: block; */
	position: relative;
	background: transparent;
	padding: 0;
	margin: 0;
	width: auto;
	color: #000;
}

.sub-menu li {
	margin-bottom: 5px;
}

.sub-menu li:hover a{
  color: #757575;
}

.sub-menu li.menu-item a {
  font-size: 18px !important;
  
  text-transform: none!important;
  letter-spacing: 0 !important;
	
}
.sub-menu li:last-child {
	margin-bottom: 0px;
}

#willy-menu .logo-conatiner {
  margin: 10px auto 0px;
  text-align: center;
  display: none;
}


#developers {
  position: fixed;
  right: 0px;
  bottom: 70px;
  margin: 40px 40px;
  font-size: 10px;
  letter-spacing: 3px;
  z-index: 999;
  text-transform: uppercase;
}

.icon {
  width: 24px;
  height: 20px;
  display: inline-block;
  margin-left: 0px;
}

.icon.toggle-icon {
  width: 64px;
  height: 28px;
  display: inline-block;
  margin-bottom: -2px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon.toggle-icon i {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  display: block;
  width: 64px;
  border-bottom: 2px solid #fff;
  background-color: white;
  margin: 6px 0 5px 0;
}

.button-container.initials-button {
  width: 100%;
}

.button-container.initials-button .button {
  background-position: left center;
  background-image: url("images/diamond-hover.png");
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  padding-top: 25px;
  padding-left: 3px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
}

.button-container.initials-button .button:first-child {
  left: 5px;
}

.button-container.initials-button .button:last-child {
  right: 5px;
}

.button-container.initials-button .button:before {
  display: none;
}

.button-container.initials-button .button a {
  color: #757575;
}

.button-container.initials-button .button a.active {
  color: #fff;
}

.button-container.initials-button .button:hover > a {
  color: #fff;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fade {
  opacity: 1;
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

@media screen and (max-height: 680px) {
	
	.menu-item .symbol-icon {
		display: none;
	}
	
}

.contact-info {
		font-family: "brandon-grotesque",sans-serif;
		color: #000;
		position: absolute;
		bottom: 20px;
		text-align: right;
		padding-right: 50px;
		display: inline-block;
		width: 100%;
		font-size: 14px
}

@media screen and (max-width: 640px) {
	
	.mobile-visible {
		display: block !important;
	}
	
	.mobile-wrapper {
		display: block;
	}
	
/* a.logo-button {
		position: absolute;
		text-align: center;
		left: -30px;
		right: 0;
		width: 100%;
		display: inline-table;
		background: url('images/logo@2x.png') no-repeat center center;
		background-size: 180px 130px;
		width: 180px;
		height: 130px;
	} */
	
	.contact-info {
		padding-right: 30px;
	}
}


	
/* ---------------------
	HEADROOM
--------------------- */
/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
.headroom {
    transition: transform 300ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
/* .headroom--pinned {display: block;}
.headroom--unpinned {display: none; } */

/* ---------------------
	MENU LOGO /TITLE
--------------------- */
.logo-box  {
    left: 0;
    position: fixed;
    width: 100px;
    height: 61px;
    top: 60px;
    margin: 0;
    background-color: #000;
    z-index: 9999;
}
@media screen and (max-width:640px) {
	.logo-box  {
    top: -1px;
    left: 100px;
	}
}
.logo-box img {
  max-width: 67px;
  max-height: 30px;
  margin: 15px auto;
  display: block;
}
.title-page {
    text-transform: uppercase;   
    left: 0px;
    color: #fff;
    position: fixed;
    width: 100px;
    height: 61px;
    top: 181px;
    margin: 0;
    background-color: #fff;
    z-index: 9999;
    
    -webkit-transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		-ms-transition: all .3s ease-out 0s;
		-o-transition: all .3s ease-out 0s;
}
.title-page span.title-table {
    display: table;
    height: 100%;
}
.title-page span.center {
    background: #000;
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
    padding-left: 18px;
    padding-right: 8px;
}
.title-page span {
		font-family: "brandon-grotesque",sans-serif;
    display: inline-block;
    width: 100%;
    text-align: left;
    letter-spacing: 2px;
    line-height: 12px;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 2px; 
}
@media screen and (max-width:640px) {
	.title-page {
	  top: -1px;
	  left: 200px;
	}
/* .title-page span.center {
		padding-left: 0;
	}
	.title-page span {
		text-align: center;
	} */
}



/* ---------------------
	FULL VIEWPORT COVER
--------------------- */
/*
.site-wrapper-inner {
	background-size: cover;
	background-repeat: no-repeat;
	 background-position: center top ;	
}
.site-wrapper-inner.landing {
  position: relative;
  background-size: cover ;
  background-position: center top ;	
  background-repeat: no-repeat;
}
*/




/* ---------------------
	CUSTOM FONTS
--------------------- */
.brandon-grotesque-font {
	font-weight: 700 !important;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif!important;
}
.brandon-grotesque,
.date {
	font-weight: 500 !important;
	letter-spacing: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif!important;
}
.baskerville {
	font-family: "baskerville-urw",sans-serif!important;
	font-style: normal!important;
	font-weight: 400!important;
}

/* ---------------------
	MODAL
--------------------- */
.modal-backdrop {
  background-color: #5f5352;
}
.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: .90;
}

.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-content {
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
}
.modal-header {
  border-bottom: 0px;
}
h2.modal-title {
	color: #ebe6da;
}
.modal-footer {
  border-top: 1px solid rgba(235, 230, 219, 0.4);
}

.page-id-2204 .col-md-3.sidebar.sidebar-offcanvas{
  display: none;
}

.page-id-2204 .col-md-9{
  width: 100%;
  padding: 0;
}

.page-id-2204 .container-fluid{
  padding: 0;
}

#copyright > p{
  line-height: 2.5;
}

/* .our-team-section{
  margin: 30px 0 !important;
} */

/* -----------------------
Footer
----------------------- */
.avd-logo img {
    width: 131px;
}
@media screen and (max-width: 991px) {}

footer {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 20px;
  padding-right: 20px;
}

footer .col-md-4 {
	margin-bottom: 40px;
}
footer h4 {
	 font-family: "brandon-grotesque",sans-serif;
	 font-style: normal;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 14px;
		margin-bottom: 30px;
}
footer .logo-footer {
    display: flex;
    justify-content: space-between;
    width: 300px;
    max-width: 300px;
    height: 40px;
    max-height: 40px;
    margin-bottom: 20px;
}

footer .logo-footer a.avd-link-logo {
    width: 60%;
}

footer .logo-footer a.avd-link-benc {
    width: 25%;
}

footer .col-sm-3.avd-logo-col {
    padding-left: 70px;
}

footer ul.nav li a {
	color: #000;
	padding: 2px 6px;
	-webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

footer ul.nav li a:hover {
		background-color: #2c4499;
		color:#000;
}

#copyright { }

.social-icons i {
	margin: 0 5px;
}

footer address p {
	font-size: 16px;
}

.hyp-arrow.only-child a {
    margin-left: 0!important;
}
footer .footer-cont a:last-child,
.hyp-arrow a:last-child {
    margin-left: 100px;
}
@media (max-width:480px){
	footer .footer-cont a:last-child,
	.hyp-arrow a:last-child {
	    margin-left: 30px;
	}
	h2.fhp-address {
		font-size: 18px;
	}
}

footer .footer-cont a,
.hyp-arrow a {
		font-family: "baskerville-urw",sans-serif!important;
		font-style: normal!important;
		font-weight: 400!important;
		font-size: 18px;
    color: #2c4499;
    position: relative;
    float: left;
		background: url(images/arrow-next.png) center right no-repeat;
		margin-bottom: 30px;
}
footer .footer-cont a:after,
.hyp-arrow a:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 17px;
    right: 0;
    top: 6px;
    background: url(images/arrow-link.png) no-repeat;
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .footer-cont a:hover:after,
.hyp-arrow a:hover:after {
    opacity: 1;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

footer .widget {
	margin-bottom: 80px;
}

footer .social-buttons a {
  color: #000;
	font-size: 24px;
	padding: 15px;
}
footer .social-buttons a:first-child {
	padding-left: 0px;
}
footer .social-buttons a:hover {
	color: #2c4499;
}

/* -----------------------
Forms
----------------------- */

#ninja_forms_form_1_response_msg {
	  font-weight: 900;
    margin-bottom: 10px;
    color: red;
}
.ninja-forms-field-error {
		  font-weight: 900;
		  color: #fff!important;
			background: red;
			font-size: 12px;
			padding: 10px;
			margin-bottom: 0;
}
.ninja-forms-field-error p {
			font-size: 12px;
			margin-bottom: 0;
}
.ninja-forms-required-items {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* -----------------------
Animation
----------------------- */
.kw-scroll-intro {
	top: 20%;
  left: 0;
  right: 0;
  position: absolute;
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 200px;
  box-sizing: border-box;
  z-index: 1000;
  display: -webkit-box;
}

.kw-intro-text {
	display: block;
  position: relative;
  margin: 0;
  padding: 10px;
  top: 20%;
  left: 0px;
  line-height: 1em;
  text-align: center;
  height: 106px;
  width: 65px;
  background-color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.5) 30%, #000 50%, rgba(0, 0, 0, 0.5) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 4s infinite, wordMove 2s alternate infinite ease-in-out;
          animation: shine 4s infinite, wordMove 2s alternate infinite ease-in-out;
}
.kw-intro-text .intro-text span {
	color: #000;
	font-weight: 700;
  margin: 0;
  padding: 0;
}
.kw-scroll-intro i {
  width: 100%;
  height: 50px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 40px;
}
.kw-intro-text i {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: iconMove 2s 1s alternate infinite ease-in-out;
          animation: iconMove 2s 1s alternate infinite ease-in-out;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 120%;
  }
  to {
    -webkit-mask-position: -80%;
  }
}

@-webkit-keyframes wordMove {
  from {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes wordMove {
  from {
            transform: translateY(-30px);
  }
  to {
            transform: translateY(0);
  }
}

@-webkit-keyframes iconMove {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}
@iconMove {
  from {
            transform: translateY(30px);
  }
  to {
            transform: translateY(14px);
  }
}

/*------------------------------------------------------------------
[20. Frame]
-------------------*/
.frame_top {
  position: fixed;
  z-index: 1000;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
}
.frame_right {
  position: fixed;
  z-index: 1000;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
}
.frame_bottom {
  position: fixed;
  z-index: 1000;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}
.frame_left {
  position: fixed;
  z-index: 1000;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1029px) {
	.frame_top, .frame_bottom {
	  height: 18px; 
	}
}
@media only screen and (min-width: 1030px) {
	.frame_top, .frame_bottom {
	  height: 18px;
	}
}
@media only screen and (max-height: 900px) and (min-width: 1030px) {
	.frame_top, .frame_bottom {
	  height: 18px;
	}
}

@media only screen and (max-width: 1029px) {
	.frame_right, .frame_left {
		width: 18px;
	}
}
@media only screen and (min-width: 1030px) {
	.frame_right, .frame_left {
	  width: 18px;
	}
}
@media only screen and (max-height: 900px) and (min-width: 1030px) {
	.frame_right, .frame_left {
	  width: 18px;
	}
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.homeservicesright {
    width: 44% !important;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	footer .logo-footer {
		width: 100%;
		max-width: 99%;
	}
	footer .col-sm-3.avd-logo-col {
		padding-left: unset;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}
/*
case studiso template h1 overalay
*/
.ccs_header {
position:relative;
}
.ccs_header::before{
content:'';
display:block;
background:black;
opacity:0.5;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:1;
}
/* .ccs_header h1 {
z-index:1000;
} */

/* 20210811-new */
footer{
	max-width: 1240px;
	margin: 0 auto;
}
footer .col-md-offset-1 {
    margin-left: 0;
}
footer .col-sm-3 {
    width: 33%;
}

footer .col-sm-4{
  padding-left: 130px;
}

.your-name{
  margin-bottom: 5px;
}

a.btn_subscribe{
	background-color: #2d4499;
	color: #ffffff;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 16px;
	padding: 10px 25px;
	border-radius: 0;
	display:inline-block;
	margin-top:25px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing: 1px;
}
footer h4 {
	font-size: 16px !important;
	line-height: 23px!important;
	font-weight: bold!important;
	text-transform: uppercase!important;
	color: #000000 !important;
}

.black_widget{
	display:block;
	background-color: #000000;
	color: #ffffff;
	padding: 38px;
	margin-top: 25px;
	font-weight: 400;
}
.black_widget h3{
	color: #ffffff;
	font-size: 26px !important;
	line-height: 32px;
	margin: -4px 0 20px 0;
}

.pum-container h2{
	margin-top: 0;
	margin-bottom: 16px;
}

.pum-container .wpb_content_element {
    margin-bottom: 0;
}

.pum-container .vc_row, .pum-content {
	outline: none !important;
	border: none;
	outline-color: white !important;
}

.custom_subscription nf-field {
	display: inline-block;
	width: 48%;
	margin-right: 1%;
	vertical-align: top;
}
.custom_subscription .nf-after-field .nf-error-msg {
    margin-right: 10px;
    font-size: 14px;
}
.custom_subscription .nf-form-fields-required {
	display:none;
}

.custom_subscription .wpcf7-form-control-wrap {
	display: block;
	width: 80%;
	margin-right: 1%;
	vertical-align: top;
  margin-bottom: 5px;
}
.custom_subscription nf-field input[type=text],
.custom_subscription nf-field input[type=email],
.custom_subscription .wpcf7-text,
.custom_subscription .wpcf7-email{
	display: block;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
}
.subscribe_submit input,
.custom_subscription .wpcf7-submit{
	background-color: #2d4499;
	color: #ffffff;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 16px;
	padding: 10px 25px;
	border-radius: 0;
	display:inline-block;
	margin-top:5px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing: 1px;
	border: none;
}

.gform_fields input {width:100%!important; border:2px solid #ededed; border-radius:0;}
.gform_fields select {width:100%!important; background-color:#fff;
border:2px solid #ededed; height:36px; border-radius:0;}
.gform_fields textarea {background-color:#fff;
border:2px solid #ededed; border-radius:0;}
.gform_fields input[type="file"]{border-width:0;}
#gform_submit_button_1{border-radius:0;background-color:#2d4499!important; border-width:0px; padding:6px 18px; color:#fff; text-transform:uppercase;}
.gform_fields label {color:#585858; font-weight:400!important;}

.avd-carousel-services{

}

.text-ourteam-section{
  padding: 100px;
}

	.mg_item_text blockquote{
		margin: 0px !important;
	}
	.mg_item_content{
		padding-bottom: 5px !important;
	}

h1.mg_item_title{
	text-transform: uppercase;
}

.built-by{
	display: none;
}

.team-title{
   	font-family: "brandon-grotesque" !important;
   	font-weight: 400 !important;
	color: #888888;
}

.mg_item_text blockquote p{
   	font-family: "brandon-grotesque";
   	font-weight: 400;
	color: #888888;
}

@media screen and (min-width: 820px){
	.mg_item_featured{
		max-width: 50%;
    	margin-left: 25px;
	}
	.mg_item_title{
    	position: absolute;
    	top: 125px;
    	left: 450px;
    	max-width: 300px;
	}
	
	h1.mg_item_title{
		font-size: 27px;
	}
	
	.team-title{
		font-size: 25px;
	}
	
	.mg_item_text p{
		font-size: 18px;
	}
	
	.mg_item_text blockquote p{
		font-size: 25px !important;
	}
	
}