/*
Theme Name:     Overland Insurance
Theme URI:      http://www.commercegurus.com/themes/broker-theme/
Description:    Child theme for Broker
Author:         CommerceGurus
Author URI:     http://www.commercegurus.com
Template:       broker
Version:        1.0
*/

body.page-template-page-full-width .entry-content {
 padding-top: 40px;
}
body.page-template-page-full-width.home .entry-content {
 padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .cg-announcements { display: none; }
  #wthvideo { display: none; }
}


.cg-header-details a {
    border-bottom: 1px dotted;
}

body.search .cta-button, 
body.search .breadcrumbs-wrapper,
body.search article .entry-summary {
    display: none; 
}
.logo.image a:active {
    outline: 0;
}


/* Add on widget area for logo */

@media only screen and (min-width: 1100px){
    .mobile-logo-add-01 { display: none; }
}
@media only screen and (max-width: 1100px){
    .mobile-logo-add-01, 
    .mobile-logo-add-01 .textwidget,
    .mobile-logo-add-01-title {
        display: inline-block;
        font-size: 13px;
    }
    .mobile-logo-add-01 {
        margin-left: 10px;
    }
    .mobile-logo-add-01-title {
        font-weight:bold;
    }
}