input,
select,
textarea {
    color: #333333;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
}

.title-area .site-title a {
    background: url(//moneyfortherestofus.com/wp-content/uploads/svg/money-for-the-rest-of-us-logo.svg) no-repeat !important;
}

.premium-lock:after, #text-10 .widget-title:after {
    content: '\f160';
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0;
    font-family: dashicons;
    font-weight: 100;
    color: #ff8748;
    transform: rotate(-15deg);
    position: relative;
    top: 5px;
    left: 5px;
    font-size: 40px;
}

h2.narrow {
    padding: 30px;
    max-width: 80%;
    margin: 0 auto;
    min-width: 300px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

h1,
h2,
h3,
h4 {
    letter-spacing: 1px;
}

.button,
#subbutton,
.widget .button,
input[type="submit"] {
    text-transform: uppercase;
    border-radius: 0;
}

.footer-widget-1,
.footer-widet-3 {
    display: none;
}

.footer-widget-2 {
    width: 100%;
}


/*-------------HEADER---------------*/

.site-header .wrap{
    max-width: 1170px;
}

.site-header .widget-area {
    padding: 0;
}

.site-header .search-form {
    margin: 0;
    width: 277px;
}

.site-header .search-form input {
    padding: 5px 40px 5px 10px;
    font-size: 12px;
    text-transform: lowercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #021637;
}

.site-header .search-form input[type="submit"] {
    padding: 0;
    position: absolute;
    right: 0;
    background: transparent;
    height: 25px;
    width: 25px;
    top: 5px;
    clip: initial;
    text-indent: -99999px;
    line-height: 25px;
}

.site-header .widget_search .widget-wrap {
    position: relative;
}

.site-header .widget_search .widget-wrap:after {
    content: "\f179";
    font-family: dashicons;
    right: 3px;
    position: absolute;
    top: 3px;
}

.site-header .widget-area #nav_menu-2 {
    margin-right: -15px;
}

.genesis-nav-menu {
    line-height: 1;
}

.genesis-nav-menu a {
    padding: 20px 14px;
    letter-spacing: 2px;
    font-size: 16px;
}

.nav-header #menu-secondary-menu a {
    font-size: 10px;
    font-weight: 700;
    padding: 0 10px 10px;
    letter-spacing: 1px;
}

.nav-header #menu-secondary-menu {
    position: relative;
    right: -10px;
}

.header-widget-area .widget .nav-header li .sub-menu li a {
    background-color: #021637;
    color: white;
    letter-spacing: 1px;
    line-height: 1.5;    
    padding: 15px 20px;
}

#menu-secondary-menu.genesis-nav-menu.responsive-menu .menu-item {
    display: inline-block;
}

#menu-secondary-menu li a:before {
    font-family: dashicons;
    position: relative;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

#menu-secondary-menu li#menu-item-13855 a:before,
#menu-secondary-menu li a[title="home"]:before {
    content: "\f102"
}

#menu-secondary-menu li#menu-item-13856 a:before,
#menu-secondary-menu li a[title="account"]:before {
    content: "\f110"
}

#menu-secondary-menu li#menu-item-13858 a:before,
#menu-secondary-menu li a[title="contact"]:before {
    content: "\f525"
}

#menu-secondary-menu li a[title="login"]:before,
#menu-secondary-menu li#menu-item-13860 a:before {
    content: "\f160"
}

#menu-secondary-menu li#menu-item-13862 a,
#menu-secondary-menu li a[title="search"] {
    display: none;
}

#menu-secondary-menu li#menu-item-13862 a:before,
#menu-secondary-menu li a[title="search"]:before {
    content: "\f179";
}


/*---------------HOME GENERAL-----------------*/

.home .button,
.home #subbutton {
    width: 200px;
    font-size: 20px;
}

.home .button.clear {
    background-color: transparent;
    border: 2px solid #fff;
}

.home .button.clear:hover {
    background-color: #ff8748;
    border: 2px solid #ff8748;
    text-shadow: none;
}

.home .site-inner a {
    text-decoration: none;
}


/*-----------------SECTION 1 (ABOUT)--------------*/

#about {
    background-image: url(//dxayewrprmxgp.cloudfront.net/money-for-the-rest-of-us-cover.jpg);
    max-width: none;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    justify-content: center;
    align-items: center;
    background-position: center top;
    background-size: cover;
    text-align: center;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    padding: 0;
}

#about .widget_text {
    padding: 30px;
    margin: 0;
}

#about .wrap,
#portfolio .wrap,
#services .wrap {
    max-width: none;
    margin: 0;
}

#about h4 {
    margin-bottom: 3%;
}

#about h2 {
    margin-bottom: 5%;
}


/*-----------------SECTION 2 (PORTFOLIO)--------------*/

#portfolio {
    padding: 0;
}

#portfolio img {
    opacity: 1;
}

#portfolio .enews-widget {
    width: 100%;
    bottom: 0;
    background-color: #021637;
    margin: 0 auto;
    padding: 0;
}

#portfolio .enews-widget .widget-wrap,
#portfolio .widget_text .widget-wrap,
#portfolio .widget.featured-content {
    margin: 0 auto;
    max-width: 1140px;
}

#portfolio .enews-widget .widget-wrap {
    padding: 10px 0 0 0;
}

#portfolio .enews h4.widget-title.widgettitle,
#portfolio .enews p.news-info,
#portfolio .enews form {
    float: right;
    width: 76%;
}

#portfolio p.newspaper {
    float: left;
    margin: 0 0 0 4%;
    width: 17%;
    height: 0;
}

#portfolio .enews h4.widget-title.widgettitle {
    font-size: 24px;
    color: #fceded;
    background-color: transparent;
    text-transform: none;
    text-align: left;
    margin: 5px 0;
}

#portfolio .enews-widget p.news-info {
    font-size: 14px;
    margin: 0 0 15px 0;
}

#portfolio .enews form {
    margin-bottom: 20px
}

#portfolio .enews-widget input {
    margin-bottom: 0;
    width: 30%;
    min-width: 170px;
    float: left;
    margin-right: 1%;
    padding: 0 10px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
}

#portfolio .enews-widget input#subbutton {
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #ff8748;
}

#portfolio .enews-widget input#subbutton:hover {
    border-color: #fff;
}

#portfolio .enews img {
    position: relative;
    z-index: 10;
}

#portfolio article h2.entry-title {
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

.mpp-home .content #portfolio .featuredpost .slick-slide.entry {
    margin: 0;
    width: initial;
}

.mpp-home .content #portfolio .featuredpost .entry:nth-of-type(3n+3) {
    margin: initial;
}

.mpp-home .content #portfolio .featuredpost .entry:nth-of-type(3n+1) {
    clear: none;
}

#portfolio .widget_text h4 {
    margin-top: 100px;
}

#portfolio .slick-slider {
    position: relative;
    margin: 0 auto;
}

#portfolio .slick-slide img {
    padding: 0 10px;
    margin: 0 auto 12px;
}

#portfolio .slick-arrow {
    position: absolute;
    top: 35%;
    text-indent: -99999px;
    height: 40px;
    width: 40px;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent #aaa #aaa;
    background-color: transparent;
    padding: 0;
}

#portfolio .slick-prev {
    left: -50px;
    transform: rotate(45deg);
}

#portfolio .slick-next {
    transform: rotate(-135deg);
    right: -50px;
}

#portfolio .slick-dots {
    display: none !important;
    text-align: center;
}

#portfolio .slick-dots li {
    display: inline-block;
    margin: 15px 5px 0;
}

#portfolio .slick-dots li button {
    text-indent: -9999px;
    display: block;
    height: 20px;
    width: 20px;
    background-color: #ddd;
    border: 2px solid #ccc;
    border-radius: 20px;
    float: left;
    padding: 0;
}

#portfolio .slick-dots li.active button {
    background-color: #ff8748;
}

#portfolio .view-all {
    text-align: center;
    margin: 20px 0 0 0;
}

#portfolio .view-all a {
    color: #021637;
    border-bottom: 1px dotted;
}

#portfolio .view-all a:hover {
    border-bottom-style: solid;
}


/* --------------- SERVICES ------------------- */

#services {
    padding: 0;
}

#services #custom_html-3 {
    margin: 0 auto;
}

#services .widget_text.widget,
#services #custom_html-3 .widget-wrap {
    margin: 100px auto;
    max-width: 1140px;
    text-align: center;
}

#services .widget_text.widget a.button {
    float: none;
    line-height: inherit;
    margin: 30px auto;
    color: #fff;
    display: block;
}

#services #text-14 h4,
#services #text-13 h4 {
    font-weight: 700;
}

#services #text-14.widget_text.widget {
    background-color: #fff;
    color: #021637;
    margin: 0 auto;
    max-width: none;
}

#services #text-14.widget_text.widget .widget-wrap {
    margin: 100px auto 0;
}

#services #text-21.widget_text.widget .widget-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

#services #custom_html-3 {
    background: #fff;
    width: 100%;
    max-width: none;
}

#services #custom_html-3 .widget-wrap {
    margin-top: 30px;
}

#services #custom_html-3 ul.children {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

#services #custom_html-3 h2{
    font-size: 48px;
    color: #021637;
    margin-bottom: 30px;
    display: none;
}

#services #custom_html-3 .square {
    width: 29%;
    margin: 18px;
    background-color: #021637;
    min-width: 250px;
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 250px;
    -moz-flex-grow: 1;
    -moz-flex-shrink: 1;
    -moz-flex-basis: 250px;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-flex-basis: 250px;
    border: 2px solid #021637;
}

#services #custom_html-3 .square:before{
    content: "";
    display: block;
    padding-top: 100%;
}

#services #custom_html-3 .square.inverted{
    background-color: #fff;
}

#services #custom_html-3 .square.inverted a {
    color: #021637;
}

#services #custom_html-3 .square a {
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 28px;
    padding: 40px 30px;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    letter-spacing: 1px;
    display: block;
}

#services #custom_html-3 .square h3 {
    font-size: 28px;
}

#services #custom_html-3 .square .button {
    display: block;
    width: 140px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #ff8748;
    font-size: 14px;
    line-height: 1;
    padding: 20px 16px;
    position: absolute;
    bottom: 30px;
    margin: auto;
    left: 0;
    right: 0;
    font-weight: 800;
    width: 150px;
}

#services #custom_html-3 .square a:after:hover{
    color: #021637;
    background-color: #fff;
}

#services #custom_html-3 .square .step.dashicons,
#services #custom_html-3 .square .step.dashicons:before{
    margin-bottom: 40px;
    height: 30px;
    font-size: 30px;
    letter-spacing: 0;
    width: 100%;
    font-weight: 400;
    display: block;
}

#services #custom_html-3 .square a:hover {
    color: #ff8748;
    background-color: transparent;
}

#services #text-4 .widget-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#services #text-4 .textwidget {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

#services #text-4 .announce {
    width: 29%;
    margin: 2%;
    min-width: 250px;
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 250px;
    -moz-flex-grow: 1;
    -moz-flex-shrink: 1;
    -moz-flex-basis: 250px;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-flex-basis: 250px;
    font-size: 24px;
}

#services #text-4 .announce a {
    font-size: 36px;
    text-decoration: none;
    border-bottom: 2px dotted;
}

#services #text-4 .announce .large-text {
    font-size: 36px;
}

#services #text-4 .announce a.download {
    display: inline-block;
    border: none;
}

#services #text-4 .announce .download.app-store img {
    width: 120px;
    padding: 7px 10px;
    height: auto;
}

#services #text-4 .announce .download.play-store img {
    height: 44px;
    width: auto;
}

#services #text-13 .widget_text.widget {
     margin-bottom: 130px;
}

#services #text-21.widget_text.widget {
    margin: 0 auto;
    background-color: #33567a;
    background-color: #034084;
    padding: 20px;
    max-width: none;
}

#services #text-21 .widget-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 35px 0 15px;
}

#services #text-21 p {
    margin: 0;
}

/* ----------- HOME SECTION: BLOG ---------------*/

#blog img {
    margin: 0 0 -10px 0;
    padding: 0;
    opacity: 1;
    max-width: none;
    width: 100%;
}

#blog .wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

#blog #text-10 {
    flex-grow: 3;
    flex-shrink: 3;
    flex-basis: 1140px;
    -moz-flex-grow: 3;
    -moz-flex-shrink: 3;
    -moz-flex-basis: 1140px;
    -webkit-flex-grow: 3;
    -webkit-flex-shrink: 3;
    -webkit-flex-basis: 1140px;
    width: 100%;
    padding: 0 8%;
}

#blog #text-15,
#blog #text-16,
#blog #text-17 {
    width: 33%;
    background-color: #efefef;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 300px;
    -moz-flex-grow: 1;
    -moz-flex-shrink: 1;
    -moz-flex-basis: 300px;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-flex-basis: 300px;
    min-width: 300px;
    padding-bottom: 30px;
}

#blog #text-15 .widget-title,
#blog #text-16 .widget-title,
#blog #text-17 .widget-title {
    background-color: #021637;
    color: #fff;
    padding: 10px;
    height: 100px;
    font-weight: 400;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    align-items: center;
    justify-content: center;
}

#blog #text-15 .textwidget a,
#blog #text-16 .textwidget a,
#blog #text-17 .textwidget a {
    font-size: 20px;
    color: #021637;
    padding: 10px 20px;
    display: block;
    font-weight: 700;
    line-height: 1.5;
}

#blog #text-15 .textwidget a:hover,
#blog #text-16 .textwidget a:hover,
#blog #text-17 .textwidget a:hover {
    color: #ff8748;
}


/* --------------- SLICK SLIDER ---------------- */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*----------tables-----------*/

table {
    width: auto;
    font-size: 13px;
    font-family: Verdana, Arial, 'Segoe UI', Tahoma, Geneva, sans-serif;
    line-height: 1.2;
}

thead tr:first-child th {
    padding-bottom: 0;
}

thead tr:last-child th {
    padding-top: 5px; 
    padding-bottom: 7px;
}

thead th {
    text-align: center;
    padding: 5px;
    width: 90px;
    vertical-align: bottom;
}

thead tr th:first-child {
    width: 200px;
}

tr td {
    text-align: center;
}
tr td:first-child {
    text-align: left;
}

tbody tr:nth-child(2n) {
    background-color: #f0f0f0;
}

.table-scroll {
    overflow-x: auto;
    margin: auto;
}

.table-scroll table {
    min-width: 690px;
}

/*----------logged in-----------*/

.logged-in.home #about, 
.logged-in.home #portfolio #enews-ext-4, 
.logged-in.home #services #text-13, 
.logged-in.home #services #text-21{
    display: none;
}

.logged-in.home #portfolio {
    background: #021637;
}

body.logged-in.home.gppro-custom #portfolio .widget .widget-title,
body.logged-in.home.gppro-custom #portfolio .featured-content .entry-title a,
.logged-in.home #portfolio .view-all a {
    color: #fff;
}

body.logged-in.home.gppro-custom #portfolio .featured-content .entry-title a:hover {
    color: #ff8748
}


@media screen and (max-width: 1267px) {
    #portfolio .enews-widget .widget-wrap,
    #portfolio .widget_text .widget-wrap,
    #portfolio .widget.featured-content,
    #services .widget_text.widget .widget-wrap {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #blog {
        padding-bottom: 0 !important;
    }
    #blog .wrap {
        max-width: 100%;
    }
    #blog #text-15,
    #blog #text-16,
    #blog #text-17 {
        margin: 0;
    }
    #menu-widget-menu.genesis-nav-menu a {
        padding: 15px 20px;
        font-size: 14px;
    }

    .site-header .widget-area #nav_menu-2 {
        margin-right: -20px;
    }
}

@media screen and (max-width: 1060px) {
    #portfolio .slick-arrow {
        top: 30%;
        height: 30px;
        width: 30px;
    }
    #portfolio .slick-prev {
        left: -3%;
        transform: rotate(45deg);
    }
    #portfolio .slick-next {
        transform: rotate(-135deg);
        right: -3%;
    }
    
    .table-scroll {
        width: 100%;
    }
}

@media screen and (orientation: landscape) and (max-width: 1000px) {
    .header-image .title-area {
        margin-bottom: -30px;
    }
    .responsive-menu-icon:before {
        text-align: left;
    }
    .site-header #nav_menu-3 {
        float: right;
        position: relative;
        bottom: -5px;
    }
    .nav-header #menu-secondary-menu li a span {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .site-header .search-form {
        width: 100%;
    }
    .header-image .site-header .site-title a {
        float: none;
        display: inline-block;
        min-height: 45px;
        height: 10vw;
        background-size: contain !important;
        max-height: 90px;
    }
    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }
    #nav_menu-3 .responsive-menu-icon {
        display: none;
    }
    .responsive-menu-icon {
        padding: 10px 0;
    }
    .genesis-nav-menu.responsive-menu>.menu-item>.sub-menu,
    .genesis-nav-menu.responsive-menu {
        display: none;
        position: relative;
    }
    .genesis-nav-menu.responsive-menu .menu-item-has-children>a {
        margin-right: 60px;
    }
    .genesis-nav-menu .sub-menu {
        width: 100%;
        border-top: #ddd
    }
    .header-widget-area .widget .nav-header li .sub-menu li a,
    .header-widget-area .widget #menu-widget-menu.genesis-nav-menu.responsive-menu .sub-menu li a {
        background-color: #efefef;
        border: none;
        color: #021637;
        font-weight: 700;
        padding: 5px 30px;
    }
    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        padding: 14px 20px;
        position: relative;
        text-transform: none;
        width: 100%;
    }
    .nav-header #menu-secondary-menu {
        right: initial;
    }
    .nav-header #menu-secondary-menu.genesis-nav-menu.responsive-menu {
        display: block;
    }
    .nav-header #menu-secondary-menu.genesis-nav-menu.responsive-menu .menu-item:first-child {
        display: none;
    }
    .nav-header #menu-secondary-menu a {
        padding: 20px 15px;
    }
    .nav-header #menu-secondary-menu a {
        padding: 5px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 10px;
        margin-top: 0;
    }
    #menu-secondary-menu li a[title="search"],
    #menu-secondary-menu li#menu-item-13862 a {
        display: inline-block;
    }
    .site-header {
        position: relative;
    }
    .site-header .widget_search {
        display: none;
        position: absolute;
        bottom: 20px;
        width: 600px;
        left: 0;
        bottom: -51px;
        height: 50px;
        padding: 10px 5%;
        background: #fff;
    }
    .genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
        content: "\f347";
        float: right;
        font: normal 16px/1 'dashicons';
        height: 16px;
        padding: 16px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }
    #portfolio .enews img {
        width: 100%;
    }
    #portfolio p.newspaper {
        width: 20%;
        padding: 30px 15px 0 0;
        margin-right: 0;
    }
    #portfolio .enews h4.widget-title.widgettitle,
    #portfolio .enews p.news-info,
    #portfolio .enews form {
        width: 78%;
        padding-right: 1%;
    }
}

@media screen and (orientation:landscape) and (max-width: 880px) {
    .home #about .widget h4.widget-title {
        font-size: 32px;
    }
    .home #about .widget h2 {
        font-size: 16px;
    }
    .home .button.clear {
        padding: 10px;
        font-size: 16px;
        width: 150px;
    }
}

@media screen and (max-width: 775px) {
    #portfolio .enews-widget input {
        margin: 10px 0;
        width: 100%;
        font-size: 16px;
    }

    #menu-widget-menu.genesis-nav-menu a {
        padding: 10px;
    }
}

@media screen and (orientation:landscape) and (max-width: 600px) {
    .home #about .widget h4.widget-title {
        font-size: 28px;
    }
    .home #about .widget h2 {
        font-size: 16px;
    }
    .home .button.clear {
        padding: 10px;
        font-size: 16px;
        width: 150px;
    }
}

@media screen and (max-width: 600px) {
    .home #about h4.widget-title,
    .home #about h2.widget-title {
        padding: 0 0 30px;
        margin: 0;
    }
    .home #about .widget h2 {
        font-size: 24px;
    }
    .home #about .widget h4.widget-title {
        font-size: 36px;
        padding: 35px 0 15px;
    }
    .mpp-home .content #portfolio .featuredpost .entry {
        float: left;
        margin: initial;
        max-width: none;
        width: initial;
    }
    .home .button {
        padding: 5px 24px;
    }
    .home #services .widget h4.widget-title {
        font-size: 36px;
    }
    h2.narrow {
        font-size: 24px;
    }
    #services .announce {
        padding: 15px 0;
    }
    #services #announce-2 {
        border: 1px solid #666;
        border-width: 1px 0;
    }
    .genesis-nav-menu.responsive-menu li a,
    .genesis-nav-menu.responsive-menu li a:hover {
        text-transform: uppercase;
    }
}

@media screen and (max-width: 479px) {
    #portfolio .slick-arrow {
        height: 25px;
        width: 25px;
    }
    #portfolio .slick-prev {
        left: -5px;
    }
    #portfolio .slick-next {
        right: -5px;
    }
}

.accesspress-checkout-form-row.accesspress-checkout-url-wrap {
display: none;
}