.ftrwtvogue .pad h6 {
	 font-size: 1.2rem;
}
 .ftrwtvogue .pad ul li {
	 font-size: 1rem;
}
 .ftrwtvogue .pad ul li a:hover {
	 color: var(--theme-quaternary-hover-text);
	 background-color: var(--theme-quaternary-hover);
}
 .ftrwtvogue .pad ul li a.nav-link {
	 padding: 0;
	 color: #333;
}
 .ftrwtvogue-bg {
	 background-color: var(--theme-quaternary);
}
 .ftrwtvogue .column ul {
	 display: flex;
	 flex-direction: column;
}
 .ftrwtvogue_place ul {
	 padding: 0px;
}
 .ftrwtvogue_place ul li {
	 margin-right: 0 !important;
	 display: inline-block;
	 padding-right: 3px;
	 line-height: 35px;
	 color: var(--text-color);
}
 .ftrwtvogue_place ul li a {
	 text-decoration: none;
	 background: var(--theme-quaternary);
	 color: var(--theme-quaternary-text);
	 padding: 5px;
	 -webkit-tap-highlight-color: transparent;
}
 .ftrwtvogue_img {
	 background: url(http://localhost/quickbuildwp/public_html/assets/images/uk.jpg) no-repeat center center;
	 background-size: cover;
	 padding: 20px 15px 22px 15px;
	 text-align: center;
	 position: relative;
	 z-index: 1;
}
 .ftrwtvogue_img:before {
	 z-index: -1;
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, .6);
}
 .ftrwtvogue_img h3 {
	 color: #ffeb3b;
	 font-size: 38px;
	 margin-top: 0px;
	 font-weight: 700;
}
 .ftrwtvogue_img h3 span {
	 color: #fff;
	 font-size: 14.5px;
	 line-height: 24px;
	 font-weight: 400;
}
 .ftrwtvogue_img h4 {
	 color: var(--theme-quaternary-text);
}
 .ftrwtvogue_img p {
	 color: var(--theme-quaternary-text);
	 margin-top: 0px;
}
 .ftrwtvogue_img li {
	 background: var(--theme-secondary);
}
 .ftrwtvogue_img a {
	 font-weight: 700;
	 text-decoration: none;
	 color: #fff;
	 padding: 6px 15px;
	 border-radius: 2px;
	 display: inline-block;
	 transition: all 0.5s ease;
	 font-weight: 700;
	 background: var(--theme-secondary);
	 background: linear-gradient(to bottom, var(--theme-secondary), var(--theme-secondary));
}
 .foot_place hr {
	 border-width: 1px !important;
	 border-style: inset !important;
}
 .ftrwtvogue-copyright {
	 background: #ccc;
}
/*-------------------------------------------*/
/* SOCIAL ICONS 
/*-------------------------------------------*/
 .ftrwtvogue ul.social, .ftrwtvogue li.social, .ftrwtvogue ol.social {
	/* specific to social ul, li and ol */
	 line-height: 2.4rem;
	 list-style: outside none none;
	 margin: 0;
	 padding: 0;
}
 .ftrwtvogue .social {
	 margin-right: 0.4rem;
	 line-height: 3rem;
}
 .ftrwtvogue .social li {
	 line-height: 2rem;
	 border-radius: 100% 100% 100% 100%;
	 -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
	 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
	 display: inline-block;
	 height: 25px;
	 margin-right: 5px;
	 width: 25px;
	 text-align: center;
	 background: var(--theme-quaternary-text);
	 -webkit-transition: background 0.5s ease-in-out;
	 -moz-transition: background 0.5s ease-in-out;
	 -o-transition: background 0.5s ease-in-out;
	 -ms-transition: background 0.5s ease-in-out;
	 transition: background 0.5s ease-in-out;
	 padding: 1px;
}
 .ftrwtvogue .social i {
	 color: var(--theme-quaternary-text);
	 -webkit-transition: color 0.5s ease-in-out;
	 -moz-transition: color 0.5s ease-in-out;
	 -o-transition: color 0.5s ease-in-out;
	 -ms-transition: color 0.5s ease-in-out;
	 transition: color 0.5s ease-in-out;
}
.ftrwtvogue__links a,
.ftrwtvogue .social-circle i {
	 color: var(--theme-quaternary-text);
}
.ftrwtvogue__contact i {
	 margin-right: 0.5rem;
}