/*
 Theme Name:   PPwix Custom Child Theme
 Theme URI:    http://athemes.com/theme/greatmag/
 Description:  Greatmag Custom Child Theme
 Author:       PPwix Website Services
 Author URI:   https://ppwix.com
 Template:     greatmag
 Version:      1.04
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:  greatmag-child
*/

img.attachment-greatmag-featured-c.size-greatmag-featured-c.wp-post-image{
    display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.custom-logo-link img {
    max-height:600px;
    max-width:none;
}

.site-title, .site-title a, .site-title a:hover{
   color:#f3bc3e; 
   font-size:2em;
}

.main-logo .site-slogan{
    font-style:normal !important;
}

.comments-link{
    display:none;
}

.meta-sep{
    display:none;

}

.site-description{
    color:#fff;
    font-weight:900;
    -webkit-text-stroke: .5px #000;
    text-shadow:1px 1px 10px #000;
}

.navbar.bgf6{
    background-color:#238043;
}
.site-branding.vhome3{
  background: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(70,71,69,0.6)),url(/~sheriff/images/codcosheriff.jpg);
   
    background-size: cover;
    background-position: center;
}

.entry-header{
    display:none;
}
.entry-title a {
    color:#c19104;
    
}

.entry-title h2{
    size:18px;
}

.hentry{
    padding:0;
    background-color:none;
}

.page-content, .entry-content, .entry-summary{
    padding:0 20px;
}
.sticky-post .post-title-standard, .sticky-post .post-title-standard:hover{
    color:#e8da1a;
}
.post-title-standard{
    text-shadow: -3px 2px 4px #000;
    color:#e8da1a;
}

.sticky-post .post-title-big{
   text-shadow: -4px 4px 3px #000;  
   color:#e8da1a;
}

.sticky-post .sticky-inner:after, 
.sticky-post-style2:after {
  display: none; 
} 

footer .container{
    width:65% !important;
    margin:auto;
}

.footer-widgets .widget-title{
    max-width:100% !important;
}

footer h3.widget-title::after{
    display:none;
}

.bottom-footer {
  display: none;
}

.bottom-footer.bottom-footer2 {
  display: block;
}

.post-main-image img{
    display:none;
}

img.image.attachment-full.size-full {
display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-cat:after, .widget-title:after{
    width:100%;
    background-color:#238043;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"]{
    background-color:#238043;
}

.navbar .navbar-nav > li > a{
    color:#ffffff;
}

.navbar .navbar-nav > li .dropdown-menu{
    background-color:#238043;
    color:#fff;
}

.navbar .navbar-nav > li .dropdown-menu > li a{
    color:#fff;
}

.navbar .container{
    width:100%;
}

.sheriff img{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.sheriff h3{
   text-align:center;
   color:#ffffff;
}

.breaking-news.media{
    display:none;
}

.top-header{
    min-height:60px;
}

a.hyperlink{
    display:block;
    position:relative;
    top:-250px;
    visibility:hidden;
  
}

/* Contact Form 7 */

.wpcf7 input[type="text"]{
    width:100%;
    background-color:aliceblue;
    border:3px solid #000;
    box-shadow:0 3px 5px #666;
}
.wpcf7 textarea{
    width:100%;
    background-color:aliceblue;
    border:3px solid #000;
    box-shadow:0 3px 5px #666;
}

.wpcf7 input[type="tel"]{
    background-color:aliceblue;
    border:3px solid #000;
    box-shadow:0 3px 5px #666;
    width:25%;
}

.wpcf7 input[type="email"]{
    background-color:aliceblue;
    border:3px solid #000;
    box-shadow:0 3px 5px #666;
}

.wpcf7 input[type="date"]{
    background-color:aliceblue;
    border:3px solid #000;
    box-shadow:0 3px 5px #666;
     width:25%;
}

/* Mobile Settings */

@media (min-width:992px){
    .col-md-8{
        float:none !important;
        max-width:100%;
        margin:0 auto;
    }
}

@media (max-width: 479px){
.main-logo .site-slogan {
    display:none;
}
.top-header{
    height:80px;
    
}
.page-content, .entry-content, .entry-summary{
    padding:0;
}
.container{
    padding-left:5px;
    padding-right:5px;
}
}