/*** 
CSS Contents
1.0 - All
1.1 - Header
1.2 - Wordpress Menu
1.3 - Main content - Home
1.4 - Main content - Category
1.5 - Main content - Single Post
1.6 - Main content - Search Page
1.7 - Right-hand content
1.8 - Footer
***/

/*** 1.0 - All ***/
body {
    transition: all 0.2s ease-in-out 0s;
    font-weight: 300;
    font-family: "Open Sans",sans-serif !important;
    background: #ffffff !important;
}
.glyphicon, .sg-modal-header__glyphicon-remove-sign, lazy-img .loading, .sg-cart-preview__glyph, .sg-search-buttons__tile-glyph, .sg-search-buttons__list-glyph, .sg-search-buttons__heart-glyph, .sg-search-buttons__heart-glyph--favorited, .sg-browse-all__chevron {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.site-content a {
    cursor: pointer;
    color: #98002e;
}
label {
    font-weight: normal;
    font-size: 12px;
    color: #444;
}
.ubtn-normal {
    padding: 15px 30px;
}
.ubtn-normal .ubtn-text {
    font-size: 12px;
}
.entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
    padding-left: 40px;
    font-size: 16px;
    margin: 15px 0;
}


/*** 1.1 - Header ***/
div.header-language-background {
    height: 40px;
    margin-bottom: 5px;
    background-color: #97062e;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    font-family: "Open Sans", "OpenSans", OpenSans, sans-serif;
    font-size: 14px;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
}
ul.header-top-links {
    float: right;
    margin: 0;
    height: 40px;
    list-style: none;
}
ul.header-top-links li {
    float: left;
    list-style: none;
    padding: 11px 18px;
    border-left: 1px solid #FFFFFF;
    margin: 0;
    cursor: pointer;
    height: 40px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    line-height: 1.25;
}
ul.header-top-links li a {
    color: white;
    height: 40px;
    font-weight: 600;
    text-transform: capitalize;
}


.header-image {
    width:27%;
    display: inline-block;
}
.header-top-menu-container {
    width: 70%;
    float: right;
}
#mag-nav {
    margin: 12px 0 0;
    padding: 0;
}
#mag-nav ol.nav-primary {
    margin: 0;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
    display: block;
    text-align: right;
}
#mag-nav ol.nav-primary li.level0 {
    display: inline-block;
    margin: 0;
    max-width: 120px;
    padding: 0;
    width: auto;
    vertical-align: top;
    z-index: 1;
}
#mag-nav ol.nav-primary li.level0:nth-child(11), #mag-nav ol.nav-primary li.level0:nth-child(12) {
    max-width: 85px;
}
#mag-nav ol.nav-primary li.level0:nth-child(10) {
    max-width: 75px;
}
#mag-nav ol.nav-primary li.level0 a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 3px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #00152e;
}
#header-search-container {
    float: right;
}
.main-search-form {
    padding-right: 0 !important;
    padding-left: 0 !important;
    height: 40px;
    border: 1px solid #e7e7e8 !important;
}
#header-search {
    margin: 0 auto;
    vertical-align: middle;
    min-width: 240px;
}
.sg-header-search__tt-container {
    display: inline;
    padding-right: 0;
}
.twitter-typeahead {
    width: auto !important;
    position: relative;
    display: inline-block;
    direction: ltr;
}
#main-search {
    width: 248px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #00152e;
    background-color: white;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #fff;
    border-bottom: 0;
    height: 36px;
}
#main-search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: 400;
    font-family: "Open Sans",sans-serif !important;
}
#main-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: 400;
    font-family: "Open Sans",sans-serif !important;
}
#main-search::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: 400;
    font-family: "Open Sans",sans-serif !important;
}
#main-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400;
    font-family: "Open Sans",sans-serif !important;
}
.sg-header-search__icon-container {
    display: inline;
}
#header-search-icon {
    cursor: pointer;
    border-radius: 0px;
    border: 0px;
    padding-top: 10.5px;
    color: #fff;
    height: 39px;
    background-color: #98002e;
    vertical-align: top;
}
#header-search-icon .glyphicon-search {
    padding-right: 5px;
    padding-left: 5px;
}
.glyphicon-search:before {
    content: "\e003";
}
.header-top-menu-container .search-form {
    float: right;
    margin-top: 30px;
    width: 50%;
    clear: right;
    text-align: right;
}
.header-top-menu-container .search-form label {
    width:100%;
    max-width:300px;
}
.header-top-menu-container .search-form input[type="search"] {
    background: #ffffff url(../images/search.png) no-repeat 15px 16px;
    background-size: 15px 15px;
    padding: 9px 16px 9px 44px;
    min-width: 240px;
    max-width: 300px;
    width: 100%;
    background-position: 14px;
    font-weight: normal;
}
.search-form input[type="search"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b2b2b2;
    font-weight: 300;
    font-family: "Open Sans",sans-serif !important;
    font-size: 16px;
    line-height: 20px;
}
.search-form input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #b2b2b2;
   font-weight: 300;
   font-family: "Open Sans",sans-serif !important;
   opacity:  1;
   font-size: 16px;
   line-height: 18px;
}
.search-form input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #b2b2b2;
   font-weight: 300;
   font-family: "Open Sans",sans-serif !important;
   opacity:  1;
   font-size: 16px;
   line-height: 18px;
}
.search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #b2b2b2;
   font-weight: 300;
   font-family: "Open Sans",sans-serif !important;
   font-size: 16px;
   line-height: 18px;
}


/*** 1.2 - Wordpress Menu ***/
.site-header {
    padding: 0 0 10px;
}
.site-header-menu {
    width: 100%;;
}
#site-navigation {
    background-color: #333;
}
#mobile-header-nav-button, #mag-nav ol.nav-primary li.mobile-nav, #mag-nav ol hr {
    display: none;
}
.menu-nav-container {
    margin: 0 1%;
    width: 98%;
}
ul#menu-nav {
    clear: both;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Open Sans",sans-serif !important;
    font-weight: 300;
    text-align: center;

}
ul#menu-nav li.menu-item {
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
    float: none;
}
ul#menu-nav li.menu-item a:hover {
    background-color: #999;
    text-decoration: underline;
}
ul#menu-nav li.menu-item .sub-menu ul:hover, ul#menu-nav li.menu-item .sub-menu li:hover, ul#menu-nav li.menu-item .sub-menu li a:hover {
    background-color: #f96e5b;
}
ul#menu-nav li.menu-item a {
    padding: 16px;
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
}
ul#menu-nav li.menu-item a:after {
    content: '';
}
ul#menu-nav .sub-menu, ul#menu-nav .sub-menu li {
    background-color: #333;
    min-width: 200px;
}
ul#menu-nav .sub-menu li a {
    font-size: 13px;
    width: 100%;
}
#menu-toggle {
    font-size: 18px;
    margin: 0;
}
/* 1.2 - Responsive styles */
@media screen and (max-width: 1180px) {
    .header-image {
        margin: 1.5em auto;
        display: block;
        width: 90%;
        text-align: center;
    }
    .header-top-menu-container {
        width: 100%;
    }
    #mag-nav {
        margin: 0 0 10px;
    }
    #mag-nav ol.nav-primary {
        text-align: center;
    }
    .header-top-menu-container .search-form {
        float: left;
        clear: none;
        text-align: left;
        margin-top: 11px;
    }
}
@media screen and (max-width: 909px) {
    ul#menu-nav li.menu-item {
        width:100%;
    }
    ul#menu-nav li.menu-item a {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    #header-search-container {
        float:none;
    }
    .header-top-menu-container .search-form {
        margin-top: 23px;
    }
    .main-search-form.navbar-left {
        max-width: 100%;
        margin: 0 !important;
        float: right !important;
        margin: 20px 0 !important;
        min-height: 40px;
        padding: 0;
    }
    .sg-header-search__icon-container {
        float: none;
    }
    .dropdown-toggle {
        color: #fff;
    }
    #mag-nav ol.nav-primary {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .home.blog .site-main article:nth-child(2), .home.blog .site-main article:nth-child(3) {
        width:100% !important;
        float:none !important;
    }
    .home.blog .site-main article:nth-child(3) .entry-title {
        max-width: none !important;
        width: 100% !important;
    }
    .entry-content, .entry-title, .entry-header, .post-thumbnail {
        margin-right: 7.6923%;
    }
    .home.blog .site-main article:nth-child(4) img.entry-image, .home.blog .site-main article:nth-child(4) .post-thumbnail, .home.blog .site-main article:nth-child(5) img.entry-image, .home.blog .site-main article:nth-child(5) .post-thumbnail, .home.blog .site-main article:nth-child(6) img.entry-image, .home.blog .site-main article:nth-child(6) .post-thumbnail, .home.blog .site-main article:nth-child(4) .entry-header, .home.blog .site-main article:nth-child(4) .entry-content, .home.blog .site-main article:nth-child(5) .entry-header, .home.blog .site-main article:nth-child(5) .entry-content, .home.blog .site-main article:nth-child(6) .entry-header, .home.blog .site-main article:nth-child(6) .entry-content {
        margin: 0;
    }
    #secondary {
        padding-right: 7.6923%;
    }
}
@media screen and (max-width: 699px) {
    .header-main .container {
        padding: 0;
    }
    ul.header-top-links, #mag-nav ol li.desktop-nav {
        display: none !important;
    }
    #mobile-header-nav-button {
        display: block;
        float: right;
        color: #fff;
        padding: 10px 0 10px 20px;
        font-weight: 500;
    }
    #mag-nav {
        display:none;
        z-index: 5;
        top: 40px;
        position: absolute;
        float: left;
        width: 100%;
        background-color: #97062e;
        color: white;
        padding-bottom: 40px;
    }
    .logged-in #mag-nav {
        top: 85px;
    }
    #mag-nav ol li {
        display: block !important;
        max-width: 100% !important;
    }
    #mag-nav ol li a {
        color: #e9e9e9 !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }
    #mag-nav ol hr {
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 8px;
        width: 64%;
        display: block;
    }
    #mag-nav ol.nav-primary li.mobile-nav {
        display: block;
    }
    .header-top-menu-container .search-form {
        padding-left: 15px;
    }
    .main-search-form.navbar-left {
        margin-right: 15px !important;
    }
}
@media screen and (max-width: 640px) {
    .header-top-menu-container form.search-form {
        float: none;
        display: block;
        margin: 15px auto;
        width: 75%;
        padding-left: 0;
    }
    .header-top-menu-container form.search-form label, .header-top-menu-container form.search-form input {
        max-width: none !important;
    }
    .main-search-form.navbar-left {
        float: none !important;
        max-width: 75%;
        margin: 0 auto !important;
    }
    #header-search {
        position: relative;
    }
    .sg-header-search__icon-container {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    #masthead {
        margin-bottom: 30px;
    }
    #menu-toggle {
        width: 100%;
    }
}


/*** 1.3 - Main content - Home ***/
.home.blog .wpb_content_element {
    margin-bottom: 0 !important;
}
.home.blog .site-main article:nth-child(2)  {
    width: 47%;
    display: inline-block;
    float: left;
}
.home.blog .site-main article:nth-child(3)  {
    width: 47%;
    display: inline-block;
    float: right;
}
.home.blog .site-main article:nth-child(3) img  {
    max-width: 140px;
    width: 40%;
    float: right;
    margin-left: 4%;
    margin-bottom: 10px;
}
.home.blog .site-main article:nth-child(3) .entry-title  {
    max-width: 200px;
    clear: none;
    width: 60%;
}
.home.blog .site-main article:nth-child(4) img.entry-image, .home.blog .site-main article:nth-child(4) .post-thumbnail,
.home.blog .site-main article:nth-child(5) img.entry-image, .home.blog .site-main article:nth-child(5) .post-thumbnail,
.home.blog .site-main article:nth-child(6) img.entry-image, .home.blog .site-main article:nth-child(6) .post-thumbnail
{
    width: 40%;
    float: left;
}
.home.blog .site-main article:nth-child(4) .post-thumbnail img,
.home.blog .site-main article:nth-child(5) .post-thumbnail img,
.home.blog .site-main article:nth-child(6) .post-thumbnail img
{
    margin: 0 auto;
}
.home.blog .site-main article:nth-child(4) .entry-header, .home.blog .site-main article:nth-child(4) .entry-content,
.home.blog .site-main article:nth-child(5) .entry-header, .home.blog .site-main article:nth-child(5) .entry-content,
.home.blog .site-main article:nth-child(6) .entry-header, .home.blog .site-main article:nth-child(6) .entry-content  {
    width: 57%;
    float: right;
}
.home.blog .site-main article:nth-child(4) .entry-header .entry-title,
.home.blog .site-main article:nth-child(5) .entry-header .entry-title,
.home.blog .site-main article:nth-child(6) .entry-header .entry-title {
    margin-top: 0;
}
.entry-content a, .entry-content a:link, .entry-content a:visited, .entry-content a:hover, .entry-content a:active, .entry-content a.highlight {
    color: #428bca;
    text-decoration: none;
    box-shadow: 0 0;
}
.home.blog .entry-title a {
    color: #333;
    font-size: 20px;
    font-family: "Open Sans",sans-serif !important;
}
.home.blog .site-main article:nth-child(1) .entry-title a {
    font-size: 24px;
}
.home.blog .navigation.pagination {
    display: none;
}
.home.blog .site-main article:nth-child(4) h4, .home.blog .site-main article:nth-child(5) h4, .home.blog .site-main article:nth-child(6) h4 {
    display: none;
}
.home.blog .site-main article:nth-child(4), .home.blog .site-main article:nth-child(5), .home.blog .site-main article:nth-child(6) {
    border-bottom: 5px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    clear: both;
}
.home.blog h4.featuredStories {
    display: none;
}
.home.blog .site-main article:nth-child(4) h4.featuredStories {
    display: block;
}
.home.blog .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-top: 0 !important;
}
.entry-header.no-image, .entry-content.no-image {
    width: 100% !important;
}


/*** 1.4 - Main content - Category ***/
.category  .site-main {
    margin-bottom: 4.0em;
}
.category .site-main > article, .search .site-main > article {
    background: url(../images/lines.png) bottom repeat-x;
    padding-bottom: 40px;
}
.category .entry-title a, .single h1.entry-title, .search h2.entry-title a, .page h1.entry-title {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    line-height: 50px;
}
.category .entry-title a:hover, .search h2.entry-title a:hover  {
    color: #f96e5b;
}
.categoryPostData, .categoryPostData a {
    color: #999 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.category .entry-content {
    margin-top: 24px;
}
.category .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.category .wpb_single_image, .category .vc_sep_line, .category .vc_separator {
    display: none;
}
.category .wpb_button, .category .wpb_content_element, .category ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}
img.alignright {
    display: none;
}
.pagination .prev, .pagination .next {
    background-color: #333 !important;
    width: auto !important;
    height: auto !important;
    position: static !important;
    vertical-align: bottom;
    text-transform: capitalize !important;
}
.pagination .prev {

}
.pagination .next:before, .pagination .prev:before, .pagination:after, .pagination:before {
    display: none !important;
}
.pagination {
    border: 0 !important;
}
.pagination a, .pagination .page-numbers.current {
    padding: 11px 13px !important;
    font-size: 14px;
    color: #fff;
    font-family: "Open Sans",sans-serif !important;
    font-weight: 500;
    margin: 0 1px !important;
}
.pagination a {
    background-color: #333;
}
.pagination .page-numbers.current, .pagination a:hover, .pagination .next:hover, .pagination .prev:hover {
    background-color: #f96e5b;
    color: #fff;
    text-decoration: none;
}
.page-numbers.dots {
    margin-right: 0;
    font-size: 14px;
    font-family: "Open Sans",sans-serif !important;
    font-weight: 500;
    padding-right: 1px;
}
.entry-content a:link:hover {
    color: #333;
    text-decoration: underline;
}

/* Responsive */
@media screen and (max-width: 909px) {
    .dateAndAuthor {
        margin-left: 7.6923%;
    }
}
@media screen and (max-width: 640px) {
    .category .entry-title a, .single h1.entry-title, .search h2.entry-title a {
        font-size: 36px;
    }
    .single .entry-title {
        margin-bottom: 0.25em;
    }
}


/*** 1.5 - Main content - Single Post ***/
.single ul.breadcrumbs {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-left: 0;
}
.single ul.breadcrumbs li {
    display: inline;
    margin: 0 1px;
    font-size: 16px !important;
}
.single .categoryPostData {
    margin-bottom: 20px;
}
.entry-footer {
    width: 100% !important;
    font-family: "Open Sans",sans-serif !important;
}
.single .post-navigation, .single #comments, .page #comments {
    display: none;
}


/*** 1.6 - Main content - Search Page ***/
.search .page-header {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 32px;
    border: 0;
    margin-top: 10px;
}
.search .page-header h1.page-title {
    font-size: 20px;
    margin: 0;
}
@media screen and (max-width: 909px) {
    .events-archive .entry-content, .events-archive .entry-header {
        width: 84.5%;
    }
}


/*** 1.7 - Main content - Page Page ***/
.page #primary {
    width: 100%;
    max-width: none;
}
.page #secondary {
    display: none;
}
.page .entry-content p {
    font-size: 16px;
}
.page .categoryPostData {
    display: none;
}
#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
    font-size: 30px;
    font-weight: 700;
}
#tribe-geo-results h2.tribe-events-page-title a, h2.tribe-events-page-title a {
    color: #000 !important;
}



/*** 1.8 - Right-hand content ***/
.sidebar {
    font-size: 15px;
}
.sidebar a:hover {
    color: #98002e;
    text-decoration: underline;
}
iframe {
    width: 100%;
    border: 0;
    height: 340px;
    overflow: hidden;
}
.widget {
    margin-bottom: 40px;
    padding-top: 0;
}
.widget ul {
    margin-left: 0;
}
.widget ul > li {
    list-style-type: none;
    text-indent: 0;
    border-bottom: 1px dotted #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.widget p, .widget address, .widget hr, .widget ul, .widget ol, .widget dl, .widget dd, .widget table {
    margin-bottom: 10px;
}
.widget_synved_social_follow div {
    text-align: center;
}
.comment-respond h3, .entry-comments h3, .widget-title {
    background: url(../images/lines.png) bottom repeat-x;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif !important;
    font-weight: 600;
}
.mc4wp-form-basic label, .mc4wp-form-theme label {
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}
.sg-select, select, .sg-product-actions__quantity {
    height: 40px;
    border: 0;
}
.sg-input, input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="file"], .sg-product-actions__bid-input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #00152e;
    background-color: white;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
}
.sg-input-number, .sg-select, select, .sg-product-actions__quantity {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #00152e;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="file"] {
    height: 40px;
}
.sg-input-number, .sg-select, select, .sg-product-actions__quantity {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #00152e;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    outline: 0;
}
.widget input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: 300;
    font-family: "Open Sans",sans-serif !important;
    color: #b2b2b2;
}
.widget input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: 300;
    font-family: "Open Sans",sans-serif !important;
    color: #b2b2b2;
}
.widget input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: 300;
    font-family: "Open Sans",sans-serif !important;
    color: #b2b2b2;
}
.widget input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 300;
    font-family: "Open Sans",sans-serif !important;
    color: #b2b2b2;
}
.mc4wp-form-fields p:nth-child(6) {
    margin-bottom: 0;
}
.mc4wp-form-fields p:nth-child(6) label {
    margin-bottom: 20px;
    font-weight: 400;
}
.mc4wp-form-fields label:nth-child(1) {
    font-weight: 800 !important;
}
.mc4wp-form-fields label input[type=checkbox] {
    position: relative;
    margin: 0 6px 0 0;
    padding: 0;
    height: 13px;
    width: 13px;
    display: inline-block;
    border: 0;
    position: relative;
    top: 1px;
}
.mc4wp-form-fields button, .mc4wp-form-fields input[type=submit], .mc4wp-form-fields input[type=button] {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 100;
    font-family: "Open Sans",sans-serif !important;
}


/*** 1.9 - Footer ***/
.site-footer {
    background: #a19897;
    color: #FFFFFF;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    padding-top: 30px !important;
}
.site-footer .container {
    margin-bottom: 30px;
}
.site-footer .links {
    border-left: 1px solid white;
    padding-left: 16px !important;
    min-height: 248px;
    /*width: 24%;*/
}
.site-footer .links ul {
    margin-left: 0;
}
.site-footer .links h5 {
    margin-top: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.site-footer .links:nth-child(1) {
    border-left: 0;
}
.site-footer .links:nth-child(4) {
    line-height: 16px;
}
.site-footer ul {
    list-style: none;
}
.site-footer li {
    word-break: break-all;
    line-height: 1.4;
    padding: 4px 0;
    padding-bottom: 10px;
    text-transform: none;
}
.site-footer a {
    color: #FFFFFF;
    font-size: 13px;
    font-family: "Open Sans", "OpenSans", OpenSans, sans-serif;
}
.site-footer a:hover {
    color: #98002e;
    text-decoration: none;
}
.site-footer address {
    font-size: 11px;
}
.footer-privacy {
    text-align: center;
    background-color: #98002e;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    width: 100%;
    line-height: 1.42857143 !important;
}
.footer-privacy p {
    margin-bottom: 0;
}
.footer-privacy a {
    font-size: 10px;
}
.footer-privacy a:hover {
    color: #fff;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    .site-footer .links {
            min-height: 280px;
    }
}
@media screen and (max-width: 390px) {
    .site-footer .links {
        width: 100%;
        text-align: center;
        border-left: 0;
        min-height: 0;
        padding-bottom: 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid white;
    }
    .site-footer .links:nth-child(4) {
        border-bottom: 0;
        margin-bottom: 0;
    }
}