/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */


/*homepage blog widget*/
.widget-blog-entries .entry-content.av_one_third:first-child{
    margin-left: 0;
}
.widget-blog-entries .entry-content.av_one_third img.media-object{
    height: 100px;
    width: 100%;
    margin-bottom: 20px;   
}

/*landing page cusstom header*/
.page-template-page-gold-the-poor-mans-bitcoin{
    width:auto!important;
    max-width: 100%!important;
    margin-top: -32px!important;
}
.page-template-page-gold-the-poor-mans-bitcoin header{
    background: #fff;
}
.page-template-page-gold-the-poor-mans-bitcoin header .landing-nav{
    margin-top: 50px!important;
}
.page-template-page-gold-the-poor-mans-bitcoin header .landing-nav h3 a{
    color:#707070!important;
   
}

      


/*landing page content part*/
.landing-page-content-area{
    padding-top: 30px;
    padding-bottom: 50px;
}

.landing-page-content-area h1{
    color:#fff;
}

.landing-page-content-area h2{
    color:#95AF32;
    text-transform: uppercase;
}

.landing-page-content-area h3{
    color:#fcfcfc;
    font-weight: 400;
    line-height: 1.6;
}
.landing-page-content-area .bio-section{
    margin-top: 40px;
}
.landing-page-content-area .bio-section .phil-img{
    max-width: 25%;
    float:left;
} 

.landing-page-content-area .bio-section .phil-img img{
    padding-right: 20px;
}
.landing-page-content-area .bio-section .phil-intro{
    max-width:75%;
    float: right;
}

 .form-content{
     
    background: #fff;
     padding: 50px;
}

.form-content img{
    margin: 0 auto;
    display: block;
}


.form-content .entry-content h2{
    color:#707070;
    margin-bottom: 50px;
}

.form-content .entry-content h3{
    color:#707070;
    max-width: 350px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.form-content .entry-content h4{
        color:#707070;

}


.form-content .entry-content .btn-blue{
    background: #015288;
    color:#fff;
    padding: 8px 20px;
    font-size: 22px;
    display: inline-block;
    margin: 20px 0;  
    
}
.form-content .entry-content .btn-blue:hover{
    text-decoration: none;
}



@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}   



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
    .form-content .no_margin.av_one_half{
     width: 100%!important;      
    }

}

