@media only screen and (min-width: 768px) {
    #page {
        max-width: 1000px;
    }

    #content h1, h2, h3, h4, h5 {
        color: #00b8b6;
    }

    .inside-header.grid-container.grid-parent {
        padding: 10px;
        max-width: 1000px;
    }

    .header-menu-block {
        float: right;
    }

    .head-block-container {
        max-width: 1000px;
        background-color: white;
        margin-top: 20px;
        padding: 20px;
        border-radius: 10px;
        line-height: 29px;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 25px;
    }

    .head-block-container h2 {
        width: 100%;
        float: left;
        font-size: 31px;
        font-weight: 400;
    }

    .head-block-container p {
        margin-bottom: 1em !important;
    }

    .entry-content {
        margin: 0;
    }

    .inside-article {
        background-color: unset !important;
        padding: 0 !important;
        padding-right: 30px !important;
        border-right: 4px solid #00b8b6;
    }

    .inside-article .entry-content .block {
        background-color: white;
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .inside-article .entry-content .block img {
        margin: 0 0 20px 0;
    }

    .head-block-title {
        background-color: #00b8b6;
        margin-top: 20px;
        display: inline-block;
        padding: 12px 20px;
        font-weight: bold;
    }

    .head-block-title h3 {
        color: white;
    }

    .curved-border {
        position: relative;
        height: 400px;
        width: 100%;
        z-index: -1;
    }
    .curved-border svg {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .curved-border svg path {
        fill: url(#g-image);
        stroke: black;
        stroke-width: 0;
    }

    #page {
        margin-top: -275px;
    }

    .header-menu-block select {
        padding: 0 10px;
        height: 30px;
        margin: 3px 0;
    }

    .header-image {
        height: 36px;
        width: 253.5px; 
    }

    .inside-right-sidebar aside {
        border-radius: 10px;
        padding: 20px !important;
    }

    .inside-right-sidebar aside h2 {
        color: #00b8b6 !important;
    }

    .right-sidebar.separate-containers .site-main {
        margin: 20px 8px 20px 0;
    }

    .block h2 {
        margin: 20px 0 20px 0;
        width: 96%;
        font-size: 25px;
        font-weight: 400;
    }

    .block h2:hover {
        cursor: pointer;
    }

    .block p {
        padding-right: 60px;
    }

    .entry-content .block:last-child {
        margin-bottom: unset;
    }
    
    .share-block {
        margin-top: 20px;
        background-color: white;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 10px 20px;
    }

    .share-block h2 {
        color: orange;
    }

    #related-posts a {
        color: #3a3a3a;
        font-weight: 300;
        line-height: 26px;
        font-size: 16px;
    }

    #related-posts a:hover {
        color: orange;
    }

    .arrow {
        width: 4% !important;
        float: left;
        font-size: 36px !important;
        color: orange;
        height: 43px;
    }

    .block {
        font-weight: 300;
        line-height: 26px;
        font-size: 16px;
    }

    #right-sidebar {
        max-width: 280px;
        width: 100%;
    }

    #main {
        max-width: 690px;
    }

    #primary {
        width: 72%;
    }

    .orange-button-wrapper {
        background-image: linear-gradient(to bottom,#ff8a00 0,#e57a00 100%);
        background-repeat: repeat-x;
        background-color: #ff8a00;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #ff8a00;

    }

    .orange-button-wrapper a {
        display: block;
        color: white !important;
        text-align: center;
        font-weight: 700 !important;
        line-height: 36px !important;
    }

    .orange-button-wrapper:hover {
        background-image: linear-gradient(to bottom,#cc6e00 0,#b25f00 100%);
        background-repeat: repeat-x;
        background-color: #cc6e00;
        border: 1px solid #c26900;
    }

    .site-branding {
        display: none;
    }

    .header-menu-block select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;       /* remove default arrow */
        background-image: url("fonts/angle-down-solid.svg");
        background-repeat: no-repeat;
        background-position: 95% 0;
        width: 200px;
        padding-left: 25px;
        font-size: 14px;
    }

    .widget.inner-padding.google-reviews-widget {
        background-color: unset;
        position: fixed;
        bottom: 10px;
        right: 10px;
        padding: 0 !important;
        width: 280px;
    }

    #site-footer {
        min-height: 300px;
        background-color: #00b8b6;
        color: white;
    }

    .footer-content-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 50px;
    }

    .footer-block {
        float: left;
        width: 31%;
        margin-top: 50px;
        padding-left: 2%;
    }

    .footer-block h2 {
        color: white;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .footer-block a {
        color: white;
    }

    .footer-block a:hover {
        color: black;
    }

    /* Menu */
    .header-menu-block div {
        margin-top: 4px;
    }

    .header-menu-block div ul {
        height: 26px;
        width: 150px;
        border: 1px solid black;
        margin: 0;
        padding-left: 25px;
        padding-right: 25px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
    }

    .header-menu-block div ul span {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
    }

    .header-menu-block div ul span:after {
        font-family: "FontAwesome";
        content: "\f107";
        float: right;
        font-size: 26px;
        line-height: 26px;
        font-weight: 900;
    }

    .header-menu-block div ul:hover {
        cursor: pointer;
    }

    .header-menu-block div ul[data=closed] > .menu-wrapper {
        display: none;
    }

    .header-menu-block div ul[data=open] > .menu-wrapper {
        display: block;
    }

    .header-menu-block div ul .menu-wrapper {
        width: 300px;
        margin-left: -26px;
        list-style: none;
        padding-left: 10px;
        padding-right: 10px;
        background-color: white;
        border-top: 1px solid #00b8b6;
        -webkit-box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.75);
        margin-top: 0;
    }

    .menu-wrapper li {
        border-bottom: 1px solid #ccf1f0;
    }

    .menu-wrapper li:last-child {
        border-bottom: unset;
    }

    .menu-wrapper li:hover {
        background-color: #00b8b6;
    }
    /* End Menu */

    #masthead {
        z-index: 5;
    }

    .keo-container {
        border: none !important;
    }

    .keo-container br {
        display: none;
    }

    .keo-container .keo-content .keo-title {
        display: none;
    }

    .keo-container .keo-content .keo-city {
        display: none !important;
    }

    .keo-container .based-on:after {
        content: "\A";
        white-space: pre;
    }

    .keo-container .keo-powered-by a:before {
        content: "\A";
        white-space: pre;
    }

    body .grid-container {
        max-width: 1020px;
    }

}

@media only screen and (max-width: 768px) {
    .header-image {
        height: 36px;
        width: 253.5px; 
    }
    .head-block-container {
        background-color: white;
        margin: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 20px;
        line-height: 29px;
        font-size: 20px;
        font-weight: 300;
    }
	
    .head-block-container p {
        margin-bottom: 1em !important;
    }

    .head-block-container h2 {
        color: #00b8b6;
        width: 100%;
        float: left;
        font-size: 31px;
        font-weight: 400;
    }

    .head-block-title {
        background-color: #00b8b6;
        margin-top: 20px;
        display: inline-block;
        padding: 12px 20px;
        font-weight: bold;
        margin-left: 10px;
        margin-right: 10px;
    }

    .head-block-title h3 {
        color: white;
    }

    .inside-article {
        background-color: unset !important;
        padding: unset !important;
    }

    .block {
        background-color: white;
        margin: 10px;
        padding: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 5px;
        font-weight: 300;
        line-height: 26px;
        font-size: 16px;
    }

    .block h2 {
        color: #00b8b6;
        width: 90%;
        font-size: 25px;
        font-weight: 400;
    }

    .entry-content {
        margin-top: 0 !important;
    }

    #main {
        margin-top: 0 !important;
    }

    #main article {
        margin-bottom: 0;
    }
    
    .inside-right-sidebar aside {
        margin: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .inside-right-sidebar aside h2 {
        color: #00b8b6 !important;
    }

    .share-block {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .share-block h2 {
        color: orange;
    }

    #page {
        margin-top: -90px;
    }

    .curved-border {
        position: relative;
        height: 140px;
        width: 100%;
        z-index: -1;
    }
    .curved-border svg {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .curved-border svg path {
        fill: url(#g-image);
        stroke: black;
        stroke-width: 0;
    }

    #related-posts a {
        color: #3a3a3a;
        font-weight: 300;
        line-height: 26px;
        font-size: 16px;
    }

    #related-posts a:hover {
        color: orange;
    }

    .arrow {
        width: 10% !important;
        float: left;
        font-size: 36px;
        color: orange !important;
        height: 24px;
    }

    .arrow i {
        position: relative;
        top: -8px;
        font-size: 36px !important;
    }

    .orange-button-wrapper {
        background-image: linear-gradient(to bottom,#ff8a00 0,#e57a00 100%);
        background-repeat: repeat-x;
        background-color: #ff8a00;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #ff8a00;

    }

    .orange-button-wrapper a {
        display: block;
        color: white !important;
        text-align: center;
        font-weight: 700 !important;
        line-height: 36px !important;
    }

    .orange-button-wrapper:hover {
        background-image: linear-gradient(to bottom,#cc6e00 0,#b25f00 100%);
        background-repeat: repeat-x;
        background-color: #cc6e00;
        border: 1px solid #c26900;
    }

    .site-branding {
        display: none;
    }

    .header-menu-block select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;       /* remove default arrow */
        background-image: url("fonts/angle-down-solid.svg");
        background-repeat: no-repeat;
        background-position: 95% 0;
        font-size: 12px;
        padding: 5px 0;
    }

    .inside-header.grid-container.grid-parent {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .site-logo {
        float: left;
        margin-right: 2%;
    }

    .site-logo a {
        font-size: 24px;
    }

    .header-menu-block {
        width: 48%;
        float: left;
        margin-left: 2%;
    }

    #site-footer {
        min-height: 300px;
        background-color: #00b8b6;
        color: white;
    }

    .footer-content-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 50px;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .footer-block {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-block h2 {
        color: white;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .footer-block a {
        color: white;
    }

    .footer-block a:hover {
        color: black;
    }

    /* Menu */
    .header-menu-block {
        text-align: right;
    }

    .header-menu-block div {
        margin-top: 4px;
    }

    .header-menu-block div ul {
        height: 26px;
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        margin-top: -4px;
    }

    .header-menu-block div ul span {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 26px;
        line-height: 26px;
    }

    .header-menu-block div ul:hover {
        cursor: pointer;
    }

    .header-menu-block div ul[data=closed] > .menu-wrapper {
        display: none;
    }

    .header-menu-block div ul[data=open] > .menu-wrapper {
        display: block;
    }

    .header-menu-block div ul .menu-wrapper {
        width: 91%;
        list-style: none;
        padding-left: 7%;
        padding-right: 2%;
        background-color: white;
        border-top: 1px solid #00b8b6;
        text-align: left;
        position: absolute;
        left: 0;
        font-size: 20px;
        color: #31312F;
        font-weight: 300;
        -webkit-box-shadow: 0 9px 14px 0 #aeaeae;
        -moz-box-shadow: 0 9px 14px 0 #aeaeae;
        box-shadow: 0 9px 14px 0 #aeaeae;
        margin-top: 16px;
        z-index: 1;
    }

    .menu-wrapper li {
        border-bottom: 1px solid #ccf1f0;
        line-height: 40px;
    }

    .menu-wrapper li:last-child {
        border-bottom: unset;
    }

    .menu-wrapper li a {
        color: #31312F !important;
    }
    /* End Menu */

    .keo-container {
        border: none !important;
    }

    .keo-container br {
        display: none;
    }

    .keo-container .keo-content .keo-title {
        display: none;
    }

    .keo-container .keo-content .keo-city {
        display: none !important;
    }

    .keo-container .based-on:after {
        content: "\A";
        white-space: pre;
    }

    .keo-container .keo-powered-by a:before {
        content: "\A";
        white-space: pre;
    }

    button.menu-toggle {
        width: unset;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #primary{
        width: 63%;
    }

    .tablet-grid-75 {
        float: left !important;
        width: 63% !important;
    }

    .sidebar,
    .content-area,
    .inside-footer-widgets > div {
        float: left;
        width: 100%;
        left: 0;
        right: 0;
    }
    
}
.aligncenter {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
}

#site-navigation {
    background-color: #00b8b6;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    background-color: #00a09e;
}

.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a {
    background-color: #00a09e;
}

.main-navigation ul ul {
    background-color: white;
    color: #31312F;
}

.main-navigation .main-nav ul ul li:hover > a, .main-navigation .main-nav ul ul li:focus > a, .main-navigation .main-nav ul ul li.sfHover > a {
    background-color: white;
    color: #00ADEE;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover, .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {
    background-color: #00a09e;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
    background-color: white;
    color: #31312F;
}

.main-navigation .main-nav ul ul li a {
    color: #31312F;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"] > a:hover {
    background-color: white;
    color: #00ADEE;
}

.menu-item.menu-item-type-taxonomy > a {
    pointer-events: none;
    cursor: default;
}

.menu-item.menu-item-type-taxonomy > a span {
    pointer-events: all;
    cursor: pointer;
}