/*
 Theme Name:   Vantage Child
 Author:       SiteOrgin
 Template:     vantage
 Version:      1.0
*/

@import url("../vantage/style.css");



/* Headings and Rulers */
hr{
background-color:#ccc;
border:0;
height:1px;
margin-bottom:1.5em;
}
h1,h2,h3,h4,h5,h6{
clear:both;
}
h1 {
line-height: 55px !important;
}
h2 {
line-height: 40px !important;
}
h3 {
line-height: 30px !important;
}
h4 {
line-height: 20px !important;
}
h5 {
line-height: 18px !important;
}
h6 {
line-height: 16px !important;
}

/* Buttons */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none !important;
  	background: #fa000b !important; /* Set this to your button background color. */
  	color: #ffdd00 !important; /* Set this to your button text color. */
  	-webkit-box-shadow:none;
  	-moz-box-shadow: none;
  	box-shadow: none;
  	text-shadow: none;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  /* Button hover style */
  border: none !important;
  background: #fa000b !important; /* Set this to your button background hover color. */
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  /* Button click style */
  border: none !important;
  box-shadow: none !important;
}
/* Remove Vantage WooCommerce Button Styling */
.woocommerce  #page-wrapper .button:hover, .woocommerce .cart input.button:hover, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce input.button:hover,  .entry-content .woocommerce a.button:hover {
	background: #cc0000;
	color: #fff;
}

.woocommerce  #page-wrapper .button, .woocommerce .cart .button, .woocommerce a.button.alt, .woocommerce input.button.alt, .woocommerce input.button,  .entry-content .woocommerce a.button {
	background: #cc0000;
	color: #fff;
	-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0;
    	-webkit-appearance: none;	
}


.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: #0088cf;
    opacity: .30;
}
.entry-content h3 {
    font-size: 1.5em;
}

 //The page number and next/previous buttons.
.pagination span,
.entry-content .pagination span,
.pagination a,
.entry-content .pagination a {
  background: #ffffff;
  color: #646464;
}

//The page number and next/previous buttons hover state.
.pagination a:hover,
.entry-content .pagination a:hover {
  background: #f0f0f0;
  color: #555555;
}

//The currently selected page number button.
.pagination .current,
.entry-content .pagination .current {
  background: #ffffff;
  color: #464646;
}
.post-navigation a:hover, #image-navigation a:hover {
    /* Button hover style */
  border: none !important;
  background: #464646 !important; /* Set this to your button background hover color. */
}

.post-navigation a, #image-navigation a {
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight:normal!important;
    border: none !important;
  	background: #555555 !important; /* Set this to your button background color. */
  	color: #ffffff; /* Set this to your button text color. */
  	-webkit-box-shadow:none;
  	-moz-box-shadow: none;
  	box-shadow: none;
  	text-shadow: none;

}
.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a span.overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: #555555 !important;
    opacity: 0;
}



#secondary .widget,
#footer-widgets .widget {
  margin-bottom: 40px;
  font-size: 14px;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a {
    text-decoration: none;
    color: inherit;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:16px;
    color: #000000;
    line-height: 10px !important;
}
article.post .more-link,
article.page .more-link {
  float: right;
  text-decoration: none;
  padding: 4px 10px;
  font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: normal !important;
    border: none !important;
  	background: #e1e1e1 !important; /* Set this to your button background color. */
  	color: #000000; /* Set this to your button text color. */
  	-webkit-box-shadow:none;
  	-moz-box-shadow: none;
  	box-shadow: none;
  	text-shadow: none;
  }
  .entry-content h4 {
    font-size: 1.4em;
    line-height: 20px !important;
}
.entry-content h6 {
    font-size: 1.1em;
    line-height: 5px !important;
}
.entry-content blockquote {
  padding-left: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
  background-color: #dadada;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 5px;
  background-image: url(images/openquote4.gif);
  background-position: middle left;
  background-repeat: no-repeat;
  text-indent: 23px;
 }
 #scroll-to-top .vantage-icon-arrow-up {
  font-size: 30px;
  display: block;
  width: 30px;
  height: 30px;
  color: rgba(37, 201, 218, 0.2);
}