/*
 Theme Name:   Unspeakable Vantage Child
 Author:       SiteOrgin/Brad Fox
 Template:     vantage
 Version:      1.0.0
*/

@import url("../vantage/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

header#masthead .hgroup .support-text {
  line-height: 1.2em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.6em;
  color: #dc0000;
  font-size: 24px;
  font-style: italic;
  max-width: 50%;
}

/* big-font-paragraph */

.bigfontpara {
	font-size: 15;
}

/* What-can-I-do-box */

.whatactbox {
box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  margin: 10px auto;
  padding: 30px;
  border: 3px solid #005252;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #c9f3f3
}

/*box link colors*/

.whatactbox 
  a:link {
 	   color: #008282;
	}
	a:visited {
	    color: #006464;
	}
	a:hover {
 	   color: #d90000;
	}
	a:active {
	    color: #d90000;
	}

/* Feature-box */

.tmpfeatbox {
 box-sizing: border-box;
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  border: 3px solid #fcfcfc;
}

/* Footer */

.layout-full #colophon {
padding-bottom: 10px !important;
padding-top: 10px !important;
}