/*
Theme Name: csg
Theme URI: http://mysite.com/

Author URI: https://mysite.com/
Description: This is a basic scratch theme for wordpress
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/*#menu-item-245 {
	display:none;
}*/
.blog .wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 90px;
    line-height: 25px;
    font-size: 14px;
}
.single #comment {
    width: 100%;
    max-width: 762px;
    height: 122px;
    background: #eeeeee;
    border: 0;
    padding: 5px 10px;
}
.single input[type="submit"] {
    padding: 10px 32px;
    border: 0;
    background: #e31837;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
}
.single .comment-form-comment label {
display:block;
font-size:16px;
}
.single header.header-panel .header-panel__row , .blog header.header-panel .header-panel__row {
    border-bottom: #e1e1e1 1px solid;
}
.blog .wrapper h2{
    font-size: 24px;
    font-size: 2.4rem;
    color: #00477c;
    margin-bottom: 40px;
    padding-bottom: 35px;
    position: relative;
}
.blog .wrapper h2:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #e31837;
    left: 0;
    bottom: 0;
}
@media screen and (min-width: 1000px) {
	#menu-item-8,
	#menu-item-1130 {display: none;}
	header.header-panel .navigation-panel__item.nav ul li {margin: 0 10px;}
}