/*
Theme Name: Vertus Capital
Theme URI: http://www.vertuscapital.co.uk/
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A Custom WOrdPress website for Vertus Capital designed and built by Dan Curtis.
Version: 1.1
Text Domain: vertus
*/

/*******************************************
Global
*******************************************/

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Avenir Next';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.btn-secondary {
  background-image: url('./img/btn-arrow-brand.png');
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right center;
  padding-right: 30px;
  font-weight: 600;
}

.btn-secondary:hover {
  color: #00a1ae;
  padding-right: 40px;
}

/*******************************************
Typography
*******************************************/


h1 {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-style: normal;
  line-height: 79px;
}

h2 {
  font-family: 'Avenir Next';
  font-weight: 400;
  font-style: normal;
  color: #00A1AE;
}

h3 {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-style: normal;
}

h4 {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-style: normal;
}

p {
  color: #191E24;
  line-height: 28px;
}

p.hero-lead {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.9;
  margin-top: 20px;
  padding-right: 10%;
}

/*******************************************
Navbar
*******************************************/

.main-logo {
  width: 130px;
  margin-top: 30px;
}

.navbar {
  padding-left: 60px;
  padding-right: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar li a {
  font-size: 17px;
  font-weight: 500;
  opacity: 0.7;
}

.navbar li a:hover {
  opacity: 1;
}

.navbar li.current-menu-item a {
  opacity: 1;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0,0,0,0);
}

.navbar-toggle {
  margin-right: 0;
}

/*******************************************
Heros
*******************************************/

.home-hero, .page-hero {
  background-position: center;
  background-size: cover;
}

.hero-filter {
  background-image: linear-gradient(-135deg, #2B323B 0%, rgba(25,30,36,0.70) 78%);
  color: #fff;
}

.home-hero .hero-content {
  padding: 260px 0 100px 0;
}

.page-hero .hero-content {
  padding: 180px 0 100px 0;
}

/*******************************************
Footer
*******************************************/

footer {
  background-size: cover;
  background-position: center;
}

footer h4 {
  color: #fff;
  margin: 28px 0 30px 0;
}

footer p, .footer-nav a {
  color: #BEC0C3;
  line-height: 2;
}

.footer-nav a:hover {
  color: #fff;
}

ul.footer-nav {
  padding-left: 0;
  list-style: none;
}

.footer-filter {
  padding: 80px 0 30px 0;
  background-image: linear-gradient(-135deg, #2B323B 0%, rgba(25,30,36,0.92) 78%);
}

.footer-logo {
  width: 110px;
  margin-bottom: 30px;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 30px;
  margin-top: 80px;
}

.footer-copyright p {
  font-size: 12px;
  margin-bottom: 3px;
  color: #BFC1C3;
  line-height: initial;
}

.footer-social {
  margin-top: 5px;
}

.footer-social img {
  width: 20px;
  margin-left: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.footer-social img:hover {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.newsletter-signup {
  position: relative;
  margin-top: 40px;
}

.newsletter-signup h3{
  color:#00A1AE;
}

.newsletter-signup input[type="email"], .newsletter-signup input[type="text"] {
  height: 70px;
  width: calc(100%);
  border-radius: 2px 0 0 2px;
  border: 1px solid #30353C;
  padding-left: 20px;
  background-color: rgba(25, 30, 36, 0.4);
  outline: none;
  color: #fff;
  float:left;
  margin-right:10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.newsletter-signup input[type="submit"], .newsletter-signup button {
  height: 70px;
  border-radius: 0 2px 2px 0;
  border: 1px solid #00A1AE;
  outline: none;
}

.newsletter-signup input[type="email"]:focus {
  border: 1px solid #00A1AE;
}

.newsletter-signup .form-group {
  width: 100%;
}

.newsletter-signup ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
}

.newsletter-signup ::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
}

.newsletter-signup :-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
}

.newsletter-signup :-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #00A1AE;
  color: #fff !important;
  text-align: center;
  padding: 10px;
}

/*******************************************
Home
*******************************************/

.home-introduction {
  padding: 120px 0 90px 0;
}

.introduction-block, .testimonial-block {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
}

.introduction-block {
  position: relative;
}

.introduction-block a {
  position: absolute;
  bottom: 30px;
  margin-top: 20px;
}

.brand-icon {
  width: 90px;
  height: 90px;
  background-position: center;
  background-size: cover;
}

.introduction-text {
  text-align: center;
  margin-bottom: 80px;
}

.introduction-text h2 {
  background-image: url('./img/title-underline.png');
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: bottom center;
  padding-bottom: 13px;
  margin: 0 0 30px 0;
}

.home-about {
  padding: 120px 0;
  position: relative;
}

.content-block-img-right {
  padding: 80px 30px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
  position: relative;
}

.content-block-img-right .content-block-img {
  position: absolute;
  width: 54%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  background-position: center;
  background-size: cover;
}

.content-block-img-right .btn-secondary {
  margin-top: 60px;
  display: inline-block;
}

.content-block-img-right .resource-item{
  margin-top: 60px;
  }

.content-block-img-right .resource-item .btn-secondary{
  margin-top: 0;
  display: inline-block;
  }

.home-about .brand-bg {
  width: 100%;
  height: 70%;
  position: absolute;
  background-image: url('./img/brand-bg.png');
  top: 0;
}

.home-latest-block {
  height: 300px;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 12px 45px -14px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 12px 45px -14px rgba(0,0,0,0.7);
  box-shadow: 0px 12px 45px -14px rgba(0,0,0,0.7);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.home-latest-block .btn-secondary {
  background-image: url('./img/btn-arrow-white.png');
  color: #fff;
}

.home-latest-block-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.home-latest-block:hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.post-filter {
  background-image: linear-gradient(-135deg, #2B323B 0%, rgba(25,30,36,0.30) 78%);
  width: 100%;
  height: 100%;
}

.home-latest {
  padding-bottom: 120px;
}

.testimonial-block {
  margin-top: 10px;
}

.testimonials {
  text-align: center;
}

.testimonials .white-filter {
  padding-bottom: 110px;
}

.testimonial-profile-img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}

.testimonial-block h5 {
  margin-bottom: 20px;
}

.white-filter {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.78)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.intro-video {
  padding-bottom: 80px;
}

.video-placeholder {
  padding: 25% 0;
  text-align: center;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
}

.video-placeholder img {
  transition: .5s;
}

.video-placeholder:hover img {
  transform: scale(1.1);
}

/*******************************************
Contact Page
*******************************************/

.contact-details {
  padding: 120px 0;
  background-image: url('./img/brand-bg.png');
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: right;
}

.contact-details h2 {
  background-image: url('./img/title-underline.png');
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: bottom left;
  padding-bottom: 20px;
  margin: 0 0 30px 0;
  padding-right: 20%;
}

.contact-items {
  margin: 60px 0;
}

.contact-items p {
  margin-bottom: 30px;
  font-weight: 500;
}

.form{
  background-image: url('./img/form-icon.png');
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 72px;
  line-height: 32px;
  }

.tel {
  background-image: url('./img/phone-icon.png');
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 72px;
  line-height: 32px;
}

.email {
  background-image: url('./img/email-icon.png');
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 72px;
  line-height: 32px;
}

.address {
  background-image: url('./img/address-icon.png');
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 72px;
}

.contact-form-content {
  padding: 10px;
}

.contact-form-content form input[type="text"], .contact-form-content label, .contact-form-content form input[type="tel"], .contact-form-content form input[type="email"], .contact-form-content form textarea {
  width: 100%;
  outline: none;
}

._checkbox-radio label{
  width:95%;
}

._input-radio label{
  width:45%;
}

.contact-form-content form input[type="text"], .contact-form-content form input[type="email"], .contact-form-content form input[type="tel"] {
  height: 70px;
  width:100%;
  padding-left: 20px;
  margin-top: 10px;
  border:1px solid #BFBFBF;
  outline: none;
}

.contact-form-content form input[type="checkbox"]{
  margin: 15px 15px 0 0;
  float: left;
  }

.contact-form-content form input[type="radio"]{
  margin: 15px 15px 0 0;
  float: left;
  }

.contact-form-content label {
  float:left;
  font-weight: 500;
  margin: 10px 0 16px 0;
}

.float-left{
  float:left;
  margin-left:20px;
  }

.contact-form-content textarea {
  padding: 20px;
  outline: none;
  margin-top: 10px;
  border:1px solid #BFBFBF;
  height:150px;
}

._form-thank-you{
  color:#BEC0C3;
  font-weight:bold;
  }

::-webkit-input-placeholder {
  color: #A3A5A7;
  font-size: 15px;
}

::-moz-placeholder {
  color: #A3A5A7;
  font-size: 15px;
}

:-ms-input-placeholder {
  color: #A3A5A7;
  font-size: 15px;
}

:-moz-placeholder {
  color: #A3A5A7;
  font-size: 15px;
}

.form-intro {
  width: 80%;
}

input[type="submit"] {
  background: #00A1AE;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  border-radius: 3px;
  float: right;
  display: inline-block;
  margin: 0 15px 30px 0;
}

._submit{
  background: #00A1AE;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 15px 30px 0;
  }

.modal-backdrop {
   background-color: #3E4854;
}

/*******************************************
About You Page
*******************************************/

.cta-block {
  background-position: center;
  background-size: cover;
  text-align: center;
}

.cta-block .white-filter {
  padding: 120px 0;
}

.cta-block p {
  font-size: 18px;
  margin: 30px 0;
}

.cta-block h2 {
  font-size: 45px;
  color: #3C4652;
  font-weight: 600;
}

.cta-btn-primary {
  background-color: #00A1AE;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 24px 32px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 15px;
  border: 2px solid #00A1AE;
  width: 185px;
}

.cta-btn-primary:hover {
  color: #fff;
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.cta-btn-secondary {
  border: 2px solid #00A1AE;
  color: #00A1AE;
  font-size: 14px;
  font-weight: 600;
  padding: 24px 32px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 15px;
  width: 185px;
}

.cta-btn-secondary:hover {
  color: #00A1AE;
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.about-you-top {
  padding: 120px 0;
  background-color: #F1F4F6;
}

.about-you-top h2 {
  background-image: url('./img/title-underline.png');
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: bottom left;
  padding-bottom: 16px;
  margin: 0 0 30px 0;
}

.about-block-items {
  padding: 60px 0 0 0;
}

.about-block-items .btn-secondary {
  margin-top: 20px;
  display: inline-block;
}

.about-you-bottom {
  position: relative;
}

.about-you-bottom .brand-bg {
  width: 100%;
  height: 50%;
  position: absolute;
  background-image: url('./img/brand-bg.png');
  top: 0;
}

/*******************************************
About Vertus
*******************************************/

.the-team h2 {
  background-image: url(./img/title-underline.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: bottom left;
  padding-bottom: 16px;
  margin: 0 0 30px 0;
}

.about-news h2 {
  background-image: url(./img/title-underline.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: bottom;
  padding-bottom: 16px;
  margin: 0 0 30px 0;
}

.the-team {
  background-color: #F1F4F6;
  padding: 120px 0;
}

.post-sm-img {
  width: 100%;
  height: 230px;
  background-position: center;
  background-size: cover;
}

.about-news {
  padding: 120px 0;
}

.about-news .col-md-6 {
  text-align: center;
  margin-bottom: 60px;
}

.client-logos {
  margin-bottom: 60px;
}

.the-team .col-md-5 {
  margin-bottom: 60px;
}

.post-date {
  font-size: 13px;
  color: #A6A6A6;
  font-weight: 600;
  margin-top: 0;
}

.team-member-profile {
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 39px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 39px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 39px 2px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  z-index: 1;
  padding: 30px;
  position: relative;
}

.team-member-profile-img {
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.team-member-over {
  width: 100%;
  height: 100%;
  background-color: #00A1AE;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('./img/mem-ov.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px auto;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.team-member-over:hover {
  opacity: 1;
}

.team-member-modal-content {
  padding: 60px;
}

.modal-profile-staff {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}

/*******************************************
Latest News Page
*******************************************/

.news-sidebar {
  border-left: 1px solid #dfdfdf;
  padding-left: 30px;
  width: 90%;
  float: right;
}

.post-listing-content {
  padding: 120px 0 30px 0;
  background: #F1F4F6;
}

.post-listing-content article {
  margin-bottom: 30px;
}

.widget-block-item:first-child li {
  margin-bottom: 20px;
}

.widget-block-item:first-child li:last-child {
  margin-bottom: 0;
}

.widget-block-item ul {
  list-style: none;
  padding-left: 0;
}

.widget-block-item h3 {
  margin: 0 0 30px 0;
}

.widget-block-item {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.news-sidebar a {
  color: #191E24;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sidebar-social a {
  display: block;
  color: #191E24;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sidebar-social a:hover, .news-sidebar a:hover {
  color: #00a1ae;
}

.sidebar-social img {
  width: 20px;
  margin-right: 20px;
}

.news-item h3 {
	margin-top: 0px;
	margin-bottom: 10.5px;
}

p.post-cats { margin: 21px 0px 12px 0px; font-size: 12px; }
p.post-cats a {
	font-weight: 600;
	text-transform: uppercase;
}

.pagination { text-align: right; }
.pagination ul {
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	display: inline-block;
}
.pagination ul li {
	margin: 0px 0px 0px 33px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}
.pagination li a {
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
}
.pagination li.paginate-left a { background-image: url('./img/arrow-circle-left.png'); }
.pagination li.paginate-right a { background-image: url('./img/arrow-circle-right.png'); }
.pagination li a:hover { opacity: 0.7; }

.col-sm-12 .post-sm-img {
  height: 440px;
}

/*******************************************
Single Post Page
*******************************************/

.single-post-listing-content {
  padding: 120px 0;
  background: #F1F4F6;
}

a.post-back-link {
  background-image: url('./img/post-back-arrow.png');
  line-height: 40px;
  background-size: 40px 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 60px;
  font-weight: 500;
  margin-top: 30px;
}

/*.single-post-listing-content .post-cats {
  display: none;
}*/

.post-lg-img {
  width: 100%;
  height: 460px;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}

/*******************************************
Resources Page
*******************************************/

.resources-top {
  background-color: #F1F4F6;
  padding: 120px 0 0 0;
}

.resources-top h2 {
  background-image: url(./img/title-underline.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: bottom left;
  padding-bottom: 16px;
  margin: 0 0 30px 0;
}

.resources-content {
  position: relative;
  padding-bottom: 120px;
}

.resources-content .brand-bg {
  width: 100%;
  height: 50%;
  position: absolute;
  background-image: url('./img/brand-bg.png');
  top: 0;
}

.resources-content .nav-tabs {
  border: none;
  display: table;
  margin: 80px auto;
}

.resources-content .nav-tabs>li {
  width: 375px;
}

.resources-content .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid #00A1AE;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
}

.resources-content .nav-tabs>li.active>a, .resources-content .nav-tabs>li.active>a:hover, .resources-content .nav-tabs>li.active>a:focus {
  color: #fff;
  background-color: #00A1AE;
  border: 1px solid #00A1AE;
  border-bottom-color: #00A1AE;
}

.resources-content .nav-tabs>li:first-of-type a {
  border-radius: 40px 0 0 40px;
  height: 70px;
  line-height: 46px;
  text-align: center;
}

.resources-content .nav-tabs>li:last-of-type a {
  border-radius: 0 40px 40px 0;
  height: 70px;
  line-height: 46px;
  text-align: center;
}

.resources-content .tab-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 41px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 41px -1px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 41px -1px rgba(0,0,0,0.2);
  padding: 60px;
}

.resource-item {
  padding-top: 60px;
  margin-bottom: 60px;
  background-size: 50px;
  background-position: top left;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.resource-item[href$=".jpg"] {
  background-image: url('./img/jpg-icon.png');
}

.resource-item[href$=".png"] {
  background-image: url('./img/png-icon.png');
}

.resource-item[href$=".doc"] {
  background-image: url('./img/doc-icon.png');
}

.resource-item[href$=".pdf"] {
  background-image: url('./img/pdf-icon.png');
}

.resource-item[href$=".ppt"] {
  background-image: url('./img/ppt-icon.png');
}

.resource-item[href$=".xls"], .resource-item[href$=".xlsx"] {
  background-image: url('./img/xls-icon.png');
}

.resource-item[href$=".zip"] {
  background-image: url('./img/zip-icon.png');
}

.auth-modal-content {
  min-width: 800px;
  max-width: 800px;
  padding: 30px 30px 0 30px;
}

.auth-fields {
  padding: 30px 0 10px 0;
}

.auth-fields input {
  width: 100%;
  height: 70px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.auth-fields label {
  font-weight: 500;
  margin-bottom: 10px;
}

.fancybox-skin {
  background-color: #fff;
}

span.wpcf7-list-item {
  margin-left: 0px;
  font-size: 14px;
  margin-top: 22px;
}

.auth-disclaimer {
  margin-bottom: 30px;
}

.auth-disclaimer p {
  font-size: 12px;
  line-height: 18px;
}

/*******************************************
Legal Page
*******************************************/

.legal-content {
  padding: 120px 0;
}

/*******************************************
Cookie Motice
*******************************************/

#cookie-notice {
  display: inline-block;
  visibility: hidden;
  position: fixed;
  min-width: 670px;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  line-height: 20px;
  left: initial;
  text-align: left;
  bottom: 30px;
  right: 30px;
  width: 670px;
  -webkit-box-shadow: 0px 0px 36px -1px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 0px 36px -1px rgba(0,0,0,0.43);
box-shadow: 0px 0px 36px -1px rgba(0,0,0,0.43);
}

.cookie-notice-container {
  text-align: left;
  padding: 30px 30px 30px 120px;
  background-color: #191E24;
  background-image: url('./img/cookie-icon.png');
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: left 30px center;
  line-height: 1.8;
}

#cn-notice-text {
  display: block
}

a#cn-accept-cookie {
  background-color: #00A1AE;
  color: #fff;
  padding: 0px 8px;
  display: inline-block;
  border-radius: 3px;
}

#cookie-notice .cn-button {
  margin: 8px 10px 0 0;
}

a#cn-more-info {
  background-color: #191E24;
  color: #fff;
  padding: 0px 8px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #00A1AE;
}

/*******************************************
Media Queries
*******************************************/

@media only screen and (max-width: 998px) {
  .home-introduction {
    padding: 60px 0;
  }

  .home-about {
    padding: 60px 0;
    position: relative;
  }

  .content-block-img-right .content-block-img {
    width: 100%;
    height: 380px;
  }

  .content-block-text-left {
    margin-top: 330px;
  }

  .content-block-img-right {
    padding-bottom: 30px;
  }

  .home-latest-block {
    margin-bottom: 30px;
  }

  .introduction-text {
    margin-bottom: 60px;
  }

  .home-latest {
    padding-bottom: 60px;
  }

  .testimonials .white-filter {
    padding-bottom: 50px;
  }

  .home-hero .hero-content {
    padding: 120px 0 80px 0;
  }

  .navbar li a {
    font-size: 15px;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-hero .hero-content {
    padding: 120px 0 80px 0;
  }

  .about-block {
    margin-bottom: 30px;
  }

  .contebt-block-text-new {
    margin-top: 340px;
  }

  .cta-block .white-filter {
    padding: 60px 0;
  }

  .team-member-profile {
    width: 100%;
    margin-bottom: 30px;
  }

  .team-member-profile img {
    margin-bottom: 20px;
  }

  .the-team {
    background-color: #F1F4F6;
    padding: 60px 0;
  }

  .about-news {
    padding: 60px 0;
  }

  .about-news article {
    margin-bottom: 30px;
  }

  .col-sm-12 .post-sm-img {
    height: 230px;
  }

  .post-listing-content {
    padding: 60px 0 30px 0;
  }

  .single-post-listing-content {
    padding: 50px 0;
  }

  .resources-top {
    background-color: #F1F4F6;
    padding: 60px 0 0 0;
  }

  .contact-details {
    background-image: none;
  }

  .second-contact-info {
    margin-top: 60px;
  }

  .contact-details {
    padding: 60px 0;
  }

  .auth-modal-content {
    min-width: 100%;
    max-width: 100%;
    padding: 30px 30px 0 30px;
  }

}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 53px;
  }

  .hero-content {
    padding: 0 0 80px 0;
  }

  .home-latest-block-content {
    padding-right: 30px;
  }

  .page-hero .hero-content {
    padding: 30px 0 40px 0;
  }

  .about-you-top {
    padding: 60px 0;
    background-color: #F1F4F6;
  }

  .about-block-items {
    padding: 30px 0 0 0;
  }

  .cta-block h2 {
    font-size: 28px;
  }

  .client-logos {
    margin-bottom: 10px;
  }

  .resources-content .nav-tabs {
    border: none;
    display: table;
    margin: 40px 0;
}

  .resources-content .nav-tabs>li {
    width: 100%;
  }

  .resources-content .nav-tabs {
    width: 100%;
}

.resources-content .nav-tabs>li:first-of-type a {
  border-radius: 60px;
  margin-bottom: 30px;
}

.resources-content .nav-tabs>li:last-of-type a {
  border-radius: 60px;
}

.resources-content .tab-content {
  padding: 30px;
}

.resources-content {
    position: relative;
    padding-bottom: 60px;
}

#cookie-notice {
  display: inline-block;
  visibility: hidden;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  line-height: 20px;
  left: initial;
  text-align: left;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.post-lg-img {
    width: 100%;
    height: 310px;
  }

}

@media only screen and (max-width: 520px) {

  h1 {
    font-size: 43px;
    line-height: 53px;
  }

  .content-block-img-right .content-block-img {
    width: 100%;
    height: 260px;
  }

  .content-block-text-left {
    margin-top: 220px;
  }

  .home-hero .hero-content {
    padding: 30px 0 50px 0;
  }

  .contebt-block-text-new {
    margin-top: 210px;
  }

  .cta-btn-primary {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 450px) {

  .newsletter-signup {
    display: none;
  }

}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  /*.contact-form-content {*/
  /*  padding: 10px 30px 10px 30px;*/
  /*  }*/

  /*.newsletter-signup input[type="email"], .newsletter-signup input[type="text"] {*/
  /*  width: calc(50% - 68px);*/
  /*}*/

  .newsletter-signup input[type="submit"], .newsletter-signup button {
    height: 70px;
    position: absolute;
    right: -15px;
    top: 80px;
    border-radius: 0 2px 2px 0;
    border: 1px solid #00A1AE;
    outline: none;
  }

  ._submit{
    float: right;
    }

}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin:10px auto;
}
