/*
 Theme Name:     Vantage Child
 Theme URI:      
 Description:    Vantage Child Theme
 Author:         
 Author URI:     
 Template:       vantage
 Version:      1.0.0
 Text Domain:  twenty-fourteen-child
*/

 
/* =Theme customization starts here
------------------------------------------------------- */

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
  font-size: 30px;
}
.main-navigation ul li a {padding: 17px 27px; line-height: 1.3em;}

#masthead .hgroup h1 {
  color: #153C56;
  font-size: 25px;
  line-height: 1.4em;
  padding-top:0px;
  margin-top:0px;
}
.widget_headline-widget {
  text-align: right;
}
.widget_headline-widget .decoration {
  border-top: 1px solid rgba(221, 182, 127, 0.36);
  position: relative;
  height: 1px;
  margin: 15px 0px 15px 0px;
}
.widget_headline-widget h3 {
  padding-bottom: 20px;
  margin: 0;
  font-style: italic;	
  font-size: 15.5px;
  color: #153C56;
  font-weight: 200;
}
#masthead .hgroup #header-sidebar {
  padding-top: 70px;
  padding-bottom: 15px;
  height: 100%;
}

@media screen and (max-width: 900px) {
#masthead .hgroup h1 {font-size: 18px;}
.widget_headline-widget h3{font-size: 11.5px;}
body.responsive #masthead .hgroup .logo img {max-width: 80%;}
}

@media screen and (max-width: 725px) {
body.responsive #masthead .hgroup .logo {display: none;}
.widget_headline-widget h3 {display: none;}
body.responsive.layout-full #page-wrapper .full-container {margin-bottom:0px;padding-bottom:0px;}
.widget_headline-widget {text-align: center;}
.widget_headline-widget .decoration {margin: 15px 50px 15px 50px;}
#masthead .hgroup #header-sidebar {position:relative;}
#masthead .hgroup h1 {font-size: 16px;}
body.responsive #masthead .hgroup .support-text, body.responsive #masthead .hgroup #header-sidebar {margin-top: 15px;}
}

.mobile-nav-frame form.search { display: none; }

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}
