/*
 Theme Name:     Salmon Defense Vantage
 Theme URI:      
 Description:    Child theme of Vantage for Salmon Defense
 Author:         It's Boo-yer
 Author URI:     http://www.itsbooyer.com
 Template:       vantage
 Version:        1.0.0
*/
 
@import url("../vantage/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
    font-family: 'constantiaregular';
    src: url('fonts/constantia-webfont.eot');
    src: url('fonts/constantia-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/constantia-webfont.woff2') format('woff2'),
         url('fonts/constantia-webfont.woff') format('woff'),
         url('fonts/constantia-webfont.ttf') format('truetype'),
         url('fonts/constantia-webfont.svg#constantiaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
header#masthead hgroup {
position: relative;
padding-bottom: 0px !important;
padding-top: 1em !important;
zoom: 1;
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-verticaldivision {
clear: none;
}
h1,h2,h3 {
/* Modern Georgia-based serif stack */
font-family: 'constantiaregular', "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
font-weight: 500;
}
article.post .entry-header h2.entry-title,
article.page .entry-header h2.entry-title {
	color: #B11F24;
	font-size: 1.8em;
	font-weight: 800;
	line-height: 1.35em;
}

.single-post .content-area, .blog .content-area, .archive .content-area {
     background-color: rgba(255, 255, 255, 0.6);
     background: rgba(255, 255, 255, 0.6);
     color: rgba(255, 255, 255, 0.6);
     padding: 3.5em 0;
}
.single-post .content-area .site-content, .blog .content-area .site-content, .archive .content-area .site-content{
padding:0 10%;
}
.full-container #secondary {
padding: 3.5em 0;
}
.entry-content .wp-caption {
	border: none;
    box-shadow: none;
	
}