/*
 Theme Name:   Catch-Adaptive-Child
 Description:  A child theme of the Catch Adaptive WordPress theme
 Author:       Eric Karlstrom
 Template:     catch-adaptive
 Version:      1.0.0
*/


/*  NEW ENTRIES WILL BE TRANSFERRED TO CHILD THEME */

.site-title { 
     font-size: 50px;
     text-shadow: none;
     text-transform: none;
     letter-spacing: 2px;
     padding-top: 40px;
     color: #fff;

 }

.site-description {
     padding-bottom: 60px;

}

.site-title a, .site-description {

     color: #fff;
}

#content .widget-title, #supplementary .widget-title {
    background-color: #7e9ead;
    border-radius: 12px;
    opacity: .9;
}

.wrapper {

    width: 1280px;
}

nav.nav-primary div.wrapper {
    width: 1600px;

}

/* hide the child theme author */

#footer-right-content {

   display: none;

}

.search-field {

   margin-bottom: 12px;

}


