/*contact page*/

body.page-id-69 #main, body.page-id-69 .panel-grid-cell {
  padding: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.mapp-layout {
  margin: 0;
  border: 0;
}

.mapp-map-links {
  border-top: 0;
  border-bottom: 0;
}

.contact {
  padding: 35px;
  min-height: 650px;
  box-sizing: border-box;
}

input, textarea {
  padding: 6px !important;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100%;
  background: #e8e8e8;
}

input[type="submit"] {
  background: rgba(181,10,55,.75);
  border: 1px solid #b50a37;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  padding: 15px 25px !important;
  font-size: 14px;
  text-transform: uppercase;
}

/*centering*/

.center {
  text-align: center;
}

.center h3 {
  text-align: center;
  font-size: 18px !important;
}


/*grey box*/

.grey {
  padding: 35px;
  border-radius: 4px;
}

/*side buttons*/

#click {  
  position: fixed;
  top: 30%;
  left:0;
  margin-left: -65px;
  z-index: 99999;
}

#click a{
  display: block;
  background: rgba(181,10,55,.75);
  margin: 130px 0;
  padding: 20px;
  z-index: 9999;
  text-align:center;
  border: 1px solid #b50a37;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#click a.yellow {
  background: rgba(63,58,52,.85);
  border: 1px solid #3f3a34;
}

/*boxy-box*/

.boxy-box {
  position: relative;
}

.boxy-box .inner {
  padding: 25px;
  z-index: 2;
  position: relative;
  background:#efefef;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.boxy-box img {
  position: relative;
  line-height: 0;
  display: block;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.boxy-box h2 {
  margin-top: 0;
  font-size: 30px;
}

.boxy-box:after {
  content: '';
  height: 100px;
  width: 100px;
  background: #efefef;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 190px;
  z-index: 1;
}

/*headings*/

h1, h2, h3, h4, h5 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
}

.entry-content h3 {
  font-size: 30px;
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
}

a, p, table {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/*masthead*/

#masthead.masthead-logo-in-menu .logo > img {
  max-height: 75px;
}

.support-text {
  display: none;
}

/*frontpage*/

body.page-id-4 #main, body.page-id-40 #main, body.page-id-84 #main, body.page-id-87 #main, body.page-id-81 #main {
  padding-top: 0;
  padding-bottom: 0;
}

body.page-id-55 #main {
  padding-top:0;
}

.cover {
  height: 41vw;
  background: url('/wp-content/uploads/2017/06/cover_build_white.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  position: relative;
}

.cover-1 {
  height: 25vw;
  background: url('/wp-content/themes/vantage-child/images/cover1.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cover-2 {
  height: 25vw;
  background: url('/wp-content/themes/vantage-child/images/tulip2_bg.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cover:before {
  content: '';
  position:absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 50px 100px;
  border-color: transparent transparent #fcfcfc transparent;
  display: block;
  margin: 0 auto;
}

.cover h3 {
  color: #1d1d1d;
  margin-top:0;
  font-size: 20px;
}

.cover p {
  color: #444;
}

.cover-caption-wrap {
  display: table; 
  height: 40vw; 
  overflow: hidden;
  color: #fcfcfc;
  text-align: center;;
  width: 100%;
  min-height:200px;
}

.cover-caption {
  display: table-cell; 
  vertical-align: middle;
}

.cover-caption-inner {
  text-align: left;
}

.cover-caption h2 {
  color: #1d1d1d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.6em;
  line-height: 95%;
  font-weight: 700;
  text-align:center;
}

.cover-caption h3 {
  font-size: 2.4em;
  line-height: 1.5;
  color: #1d1d1d;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.cover-caption a, a.red {
  background: rgba(63,58,52,.85);
  color: #fcfcfc;
  text-transform: uppercase;
  padding: 15px 35px;
  border: 1px solid #3f3a34;
  display: block;
  margin: 20px auto 0px auto;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  max-width: 125px;
  border-radius: 5px;
}

.red.left {
  display: inline-block;
}

.cover-caption a:hover, a.red:hover {
  background: #3f3a34;  
  color: #fcfcfc;
} 

/*navigation*/

.main-navigation {
  background: #fcfcfc;
  border-top: 1px solid #e6e6e6;
}

.main-navigation ul {
  text-align: right;
}

.main-navigation ul li a {
  color: #212123;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 20px 25px;
  border-radius: 5px;
}

.main-navigation ul li:hover a, main-navigation ul li a:hover {
  border: 1px solid #b50a37;
  background: rgba(181,10,55,.5);
}

.main-navigation ul ul {
  background: #efefef;
  border-radius: 5px;
}

.main-navigation ul ul:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #efefef transparent;
  position: absolute;
  top: -10px;
  left: 50px;
}

.main-navigation ul ul li a {
  color: #444;
  background: #efefef !important;
  border: 0 !important;
  width: 275px;
}

.main-navigation ul ul li a:hover, .main-navigation ul ul li:hover a {
  background: transparent;
  color: #1d1d1d;
}

/*footer*/

#colophon {
  background: rgba(63,58,52,1);
}

.firma-footer {
  text-align: center;
  color: #efefef;
  font-size: 10px;
}

.membership img {
  display: inline-block;
  position:relative;
  float: left;
  max-height:105px;
  width: auto;
}