.entry-title {
 font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
 font-style: italic;
}
.wpcf7 textarea.wpcf7-textarea {width:391px;}

.accordion-title:hover {
    cursor:pointer;
}
.accordion-title:before {
    content: "+ ";
    float: left;
    background: #444 none repeat scroll 0 0;
    border-radius: 40px;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 20px 0 0;
    transition: all 0.4s ease-in-out 0s;
    width: 40px;
    opacity: 0.2;
}
.accordion-title:hover:before {
    opacity: 0.6;
    background:#444;
}
.accordion-title[aria-expanded="true"]:before {
    content: "- ";
    float: left;
    background: #444 none repeat scroll 0 0;
    border-radius: 40px;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 20px 0 0;
    transition: all 0.4s ease-in-out 0s;
    width: 40px;
    opacity: 1.0;
}

.sidebar-link {
  display: none;
}

.mg-image-slider.standard .nivoSlider {
/* set the width and height of the slider */
width: 700px;
height: 467px;
/* these lines will center the slider */
margin-left: auto;
margin-right: auto;
}

.mg-video-showcase.standard .nivoSlider {
/* set the width and height of the video showcase */
width: 600px;
height: 400px;
/* these lines will center the slider */
margin-left: auto;
margin-right: auto;
}


.blog .hentry {
    margin-bottom: 3em;
}

.hentry .thumbnail-title {
    display: block;
    margin-top: 1.2em;
    color: #333;
    white-space: nowrap;
    top: 100%; 
  line-height: 1.2em;
  font-size: 1.3em; /*sets font size*/
}

.hentry .thumbnail-title a {
    color: #333!;
    text-decoration: none!;
    transition: all 0.4s ease-in-out 0s!;
}

.hentry .thumbnail-title a:hover, a:focus, a:active {
    color: #999!;
    text-decoration: none!;
    transition: all 0.4s ease-in-out 0s!;
}

.main-navigation a,
.site-title a,
.site-description,
::-webkit-input-placeholder,
textarea,
a:hover,
a:focus,
a:active,
#colophon a:hover { color: #2a2b17; }