/* MENU FONT UPDATES */

.genesis-nav-menu {
    clear: both;
    color: #777;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

/* SEARCH BOX UPDATES */

.genesis-nav-menu .search-form input[type="search"] {
    background: #ffffff;
    background-size: 36px 16px;
    border: solid;
    color: #b8abd6;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}

element {
}
.search-form input[type="search"] {
    background: #fff url(../../../themes/restored316-glam/images/icon-search@2x.png) no-repeat right;
        background-size: auto;
    background-size: 36px 16px;
    color: #000;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 10px 50px 10px 13px;
    text-transform: uppercase;
    width: 100%;
}
*, input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input, select, textarea {
    background-color: #f9f9f9;
    border: 2px solid #020202;
    color: #555;
    font-size: 14px;
    padding: 16px;
    width: 100%;
}

element {
}
*, input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.genesis-nav-menu a {
    color: #000;
}
a {
    color: #333;
}
.genesis-nav-menu .menu-item {
    text-align: left;
}
li {
    list-style-type: none;
}
.genesis-nav-menu {
    color: #777;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;
}


element {
}
*, input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.genesis-nav-menu .sub-menu a {
    color: #888;
    font-family: 'Bodoni MT','Didot','Didot LT STD','Book Antiqua','Garamond','Arapey',serif;
    font-size: 15px;
}

/* Mediavine Sidebar Adjustment */
@media only screen and (min-width: 1255px) {
    .content-sidebar .content {
        max-width: calc(100% - 330px);
    }
    .content-sidebar .sidebar {
        min-width: 300px;
    }
 
}
@media only screen and (max-width: 1254px) and (min-width: 1024px) {
    .content-sidebar .content {
        max-width: calc(100% - 330px)!important;
    }
    .sidebar-primary{
        width: 300px!important;
    }
    .content-sidebar .sidebar {
        min-width: 300px!important;
    }
}
@media only screen and (max-width: 1023px) {
    .content-sidebar .content {
        max-width: 100%!important;
        width: 100%!important;
    }
    .content-sidebar .sidebar {
        width: 100%;
        float: none;
        margin: auto;
        text-align: center;
    }
}
@media only screen and (max-width: 399px) {
    .site-container {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
}
@media only screen and (max-width: 380px) {
    .site-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media only screen and (max-width: 359px) {
    .site-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
	#page.hfeed {
    margin-left: 2px !important;
    margin-right: 2px !important;
}
}
/* End Mediavine Sidebar Adjustment*/
/*Mediavine Font Adjustment*/
body {
    font-size:18px;
}