/*
	Theme name: Fantastic Handyman Blog
*/

/* http://getbootstrap.com/customize/?id=69ceabffee681daaf140e336a2531ad7 */

@font-face {
    font-family: 'ralewayregular';
    src: url('css/fonts/RalewayRegular/raleway-regular-webfont.eot');
    src: url('css/fonts/RalewayRegular/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/RalewayRegular/raleway-regular-webfont.woff') format('woff'),
        url('css/fonts/RalewayRegular/raleway-regular-webfont.ttf') format('truetype'),
        url('css/fonts/RalewayRegular/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('css/fonts/RalewayBold/raleway-bold-webfont.eot');
    src: url('css/fonts/RalewayBold/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/RalewayBold/raleway-bold-webfont.woff') format('woff'),
        url('css/fonts/RalewayBold/raleway-bold-webfont.ttf') format('truetype'),
        url('css/fonts/RalewayBold/raleway-bold-webfont.svg#ralewayextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #484848;
    font-family: 'ralewayregular';
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 120%;
    font-weight: bold;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
    color: inherit;
}

h2 a {
    color: #000;
}

h2 a:hover {
    color: #fad000;
}

a {
    color: #000;
}

.entry a:not(.shortcode-phone) {
    font-weight: bold;
    color: #00b0f8;
}

.entry a.hover-effect {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #000;
    padding: 0 1px;
    transition: color ease 0.3s;
    padding: 0 5px;
}

.entry a.hover-effect::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 5%;
    left: 0;
    bottom: 0;
    background-color: #FAD000;
    transition: all ease 0.3s;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.entry a.hover-effect:hover {
    color: #ffffff;
}

.entry a.hover-effect:hover::after {
    height: 100%;
}

.nobullets,
.commentlist {
    list-style: none;
}

.comment-meta {
    line-height: 1.325em;
}

.comment-meta a {
    font-size: 12px;
    color: #A0A0A0;
}

.comment-text {
    padding: 10px 0;
}

.post {
    padding-bottom: 15px;
}

.post:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0;
}

.post img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}

img.alignleft {
    float: left;
    margin: 5px 25px 5px 0;
}

img.alignright {
    float: right;
    margin: 5px 0px 5px 25px;
}

img.aligncenter {
    display: block;
    margin: 5px auto;
}

.attention-box,
.suggestion-box {
    border: 2px solid #FAD000;
    border-radius: 5px;
    padding: 20px;
    margin: 15px 0;
}

.attention-box::before,
.suggestion-box::before {
    content: '';
    width: 8%;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.attention-box::before {
    background: url('./images/attention-note.png') center center no-repeat;
}

.suggestion-box::before {
    background: url('./images/suggestion-note.png') center center no-repeat;
}

.attention-box p,
.suggestion-box p {
    display: inline-block;
    padding: 3px;
    width: 89%;
    vertical-align: middle;
    margin: 0;
}

/*header*/
.nav-visible {
    overflow-x: hidden;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
    top: 0;
    left: -1px;
    background: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
}

.sidenav a {
    padding: 0;
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: 0.3s;
    color: #484848;
    padding: 15px;
}

.sidenav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidenav .sub-menu {
    display: none;
}

.sidenav .sub-menu li {
    border: none;
}

.sidenav .sub-menu li a {
    padding: 8px 15px 8px 30px;
}

.sidenav li.menu-item-has-children > a {
    padding-right: 30px;
}

.sidenav a:hover,
.sidenav li.current-menu-item a,
.offcanvas a:focus {
    color: #000;
    -webkit-box-shadow: inset 2px 0 0 0px #000;
    -moz-box-shadow: inset 2px 0 0 0px #000;
    box-shadow: inset 2px 0 0 0px #000;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
}

.sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidenav li.menu-item-has-children > a {
    position: relative;
}

.sidenav li.menu-item-has-children > a:before {
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    background: url('images/sub-menu.png') no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 20px;
}

/*.menutoggle { width: 27px; display: block; position: absolute; left: 20px; top: 50%; margin-top: -11px; }
.menutoggle span { display: block; background: #000; height: 4px; margin-bottom: 5px; }
.menutoggle span:last-child { margin: 0; }*/
.menu-holder {
    width: 200px;
}

#menu-icon {
    width: 30px;
    height: 0px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu-icon span:nth-child(1) {
    top: 15px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-icon span:nth-child(2) {
    top: 23px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-icon span:nth-child(3) {
    top: 32px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
    left: 8px;
}

#menu-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

.logo object {
    pointer-events: none;
    cursor: pointer;
    width: 100%;
}

.header-upper-link {
    background: #000;
    padding: 14px 0;
}

.header-upper-link a {
    font-size: 13px;
    color: #fff;
}

.header-main {
    text-align: center;
    position: relative;
    padding-top: 8px;
    padding-bottom: 12px;
}

.header-main .logo {
    display: inline-block;
    max-width: 176px;
}

.header-main.fixed {
    position: fixed;
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    top: -70px;
    padding-top: 4px;
    padding-bottom: 6px;
}


.main-header {
    padding-top: 11px;
    padding-bottom: 11px;
}

.main-header .main-nav {
    margin-top: 17px;
}

.main-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 0;
}

.main-nav li {
    display: inline-block;
    position: relative;
}

.main-nav li a {
    display: block;
    text-decoration: none;
    line-height: 22px;
    font-size: 15px;
    box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-style: normal;
    text-transform: uppercase;
    color: #484848;
    padding: 10px 20px;
    border-radius: 5px;
}

.main-nav li.header-obf-btn a {
    border: 1px solid #000;
}

.main-nav li.header-obf-btn a:hover {
    border-color: transparent;
}

.main-nav li a:hover,
.main-nav li.current-menu-item a {
    background-color: #fad000;
    color: #000;
}

.main-nav li:after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: #484848;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.main-nav li:hover:after,
.main-nav li:last-child:after,
.main-nav li.current-menu-item:after {
    content: none;
}

.main-nav .sub-menu {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: #000;
}

.main-nav li.menu-item-has-children > a:after {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    background: url('images/sub-menu.png') no-repeat center center;
    background-size: 100%;
    margin-left: 8px;
}

.main-nav li.menu-item-has-children > a:hover:after,
.main-nav li.menu-item-has-children.current-menu-item > a:after {
    background: url('images/sub-menu-w.png') no-repeat center center;
    background-size: 100%;
}

.main-nav.sub-items {
    position: relative;
    height: 0;
}

.main-nav .sub-menu a {
    color: #fff;
    background: none;
    text-transform: capitalize;
    border-radius: 0;
}

.main-nav .sub-menu a:hover,
.main-nav .sub-menu li.current-menu-item a {
    background: #fad000;
    color: #000;
}

.head-wrap {
    z-index: 998;
    position: relative;
}

.head-wrap .logo {
    display: block;
    width: 80%;
}

.head-wrap.fixed {
    position: fixed;
    top: -96px;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.head-wrap.fixed .logo {
    max-width: 80%;
}

.head-wrap.fixed .main-header {
    padding-top: 9px;
    padding-bottom: 9px;
}

.head-wrap.fixed .main-header .main-nav {
    margin-top: 0;
}

#bar-container {
    max-height: initial !important;
}

/*end header*/

/*featured area*/
.featured-area {
    background: #EFEFEF;
}

.featured-element {
    float: left;
    position: relative;
    overflow: hidden;
    border: solid transparent 0.5px;
}

.featured-element img {
    max-width: 100%;
    display: block;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.featured-element.half {
    width: 50%;
}

.featured-element.third {
    width: 33.33%;
}

.featured-info {
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.featured-element h2 {
    margin: 0;
}

.featured-element h2 a {
    font-size: 22px;
    font-family: 'ralewaybold';
    color: #fff;
    text-decoration: none;
}

.featured-element:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.featured-element.third h2 a {
    font-size: 18px;
    line-height: 130%;
}

.hover-add {
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    height: 0;
}

.featured-element:hover .hover-add {
    visibility: visible;
    opacity: 1;
    height: 50px;
}

.featured-element .cat-title {
    color: #fff;
    margin: 4px 0;
}

.featured-element .read-more {
    background: #fad000;
    color: #000;
    padding: 0px 7px;
    padding-left: 29px;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
}

.featured-element .read-more:before {
    content: '';
    display: block;
    background: url(images/sign-in.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 8%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    zoom: .8;
}

.featured-element .featured-info i {
    vertical-align: middle;
    margin: 0 6px 1px 0;
    display: inline-block;
}

.featured-element .filter {
    background: url('images/shadow.png') repeat-x;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*end featured area*/

/* OBF Shortcodes FULL STYLE */
body .btn-regular {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 15px;
    font-family: "ralewaybold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 16px 0;
    background-color: #fad300;
    color: #000 !important;
    border: 1px solid #fad300;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body .btn-regular:hover {
    background: #000;
    border: 1px solid #000;
    text-decoration: none;
    color: #fad300 !important;
}

.btn-gfq {
    width: 250px;
    text-transform: none;
}

.cta_container_holder {
    box-shadow: 1px 1px 4px #dedede;
    margin: 0 0 20px 0;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 20px;
}

.cta_container_holder .title {
    color: #000 !important;
    text-align: center;
    margin: 0 0 26px 0;
    font-size: 22px;
}

.cta_container_holder p {
    text-align: center;
    margin: 0;
}

.cta_container_holder.obf .title {
    margin: 0 0 16px 0;
}

.cta_container_holder.obf .sub-title {
    margin: 0 0 26px 0;
    font-size: 16px;
}

.cta_container_holder .info_text {
    width: 69%;
    margin: 22px auto 0;
}

.cta_container_holder .info_text p {
    font-size: 15px;
}

.cta_container_holder .info_text a {
    color: #00a8e3 !important;
    font-weight: normal;
}

.dynamic-helper {
    text-align: center;
    display: block;
    position: relative;
}

.default-check-price-form {
    height: 58px;
    margin: 0;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.default-check-price-form {
    outline: none;
}

form.default-check-price-form .the-postfield-wrap {
    position: relative;
    width: 285px;
    display: inline-block;
    line-height: 18px;
}

form.default-check-price-form .submit-wrapper-with-loader {
    position: relative;
    margin: 0 0 0 10px;
    display: inline-block;
}

form.default-check-price-form .the-postfield {
    background: #fff;
    color: #000;
    font-size: 15px;
    width: 100%;
    padding: 23px 25px 15px;
    border: 1px solid rgba(126, 115, 115, .55);
    margin: 0;
    border-radius: 6px;
    height: 100%;
    outline: none;
}

.dynamic-helper .typewriter-box {
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    text-align: left;
    z-index: 41;
    height: 90%;
    width: 94%;
    border-radius: 5px;
    cursor: text;
}

.dynamic-helper .typewriter-box .typewriter {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #000;
    background: url('images/typewriter.gif') 18px center no-repeat #fff;
}

.dynamic-helper.clicked .typewriter-box {
    display: none;
}

form.default-check-price-form .moving-label {
    position: absolute;
    top: 2px;
    left: 25px;
    font-size: 12px;
    z-index: 32;
    color: #00a8e3;
    line-height: 24px;
    pointer-events: none;
}

form.default-check-price-form .submit-wrapper-with-loader input[type=submit] {
    font-size: 15px;
    font-family: ralewaybold, Arial, Helvetica, sans-serif;
    padding: 0 17px;
    background-color: #fad300;
    color: #000;
    border: 1px solid #fad300;
    margin: 0;
    width: auto;
    height: 100%;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

form.default-check-price-form .submit-wrapper-with-loader input[type=submit]:hover {
    opacity: unset;
    background: #000;
    color: #fad300;
    border: 1px solid #000;
}

form.default-check-price-form .the-postfield-wrap:hover input[type=text]:not(.error) {
    border-color: #00a8e3;
}

form.default-check-price-form label.error-message {
    position: absolute;
    top: -60px;
    left: 0;
    color: red;
    font-size: 12px;
    font-weight: normal;
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    padding: 12px 20px;
    line-height: 18px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out, top .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
}

form.default-check-price-form label.error-message.visible {
    margin: 0;
    opacity: 1;
}

form.default-check-price-form label.error-message:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    box-sizing: border-box;
    border: 8px solid #000;
    border-color: transparent transparent rgba(255, 255, 255, .9) rgba(255, 255, 255, .9);
    transform: rotate(-45deg) translateX(-50%);
    box-shadow: -3px 3px 12px -3px rgba(0, 0, 0, .4);
}

form.default-check-price-form .submit-wrapper-with-loader .load-holder-lds-eclipse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fad300;
    border-radius: 5px;
    display: none;
}

form.default-check-price-form .submit-wrapper-with-loader .load-holder-lds-eclipse .load-lds-eclipse {
    position: absolute;
    -webkit-animation: lds-eclipse 1s linear infinite;
    animation: lds-eclipse 1s linear infinite;
    height: 30px;
    width: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    border-radius: 50%;
    box-shadow: 0 3px 0 0 #fff;
}

form.default-check-price-form .submit-wrapper-with-loader.active .load-holder-lds-eclipse {
    display: block;
}

.dynamic-helper.clicked input[type=text].error,
.dynamic-helper.clicked input[type=text].error:hover,
.dynamic-helper.clicked select.error,
.dynamic-helper.clicked select.error:hover {
    border-color: red;
}

@keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 767px) {
    .default-check-price-form {
        width: 100%;
        height: 49px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    form.default-check-price-form .the-postfield-wrap {
        width: 50%;
    }

    .cta_container_holder .info_text {
        width: 100%;
    }

    body .btn-regular {
        padding: 11px 0;
    }
}

@media only screen and (max-width: 560px) {
    .cta_container_holder .title {
        font-size: 20px;
        line-height: 30px;
    }

    .cta_container_holder.obf .sub-title,
    .cta_container_holder .info_text p {
        font-size: 14px;
    }

    .default-check-price-form {
        width: 240px;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    form.default-check-price-form .the-postfield-wrap {
        width: 100%;
    }

    form.default-check-price-form .submit-wrapper-with-loader {
        margin: 15px 0 0 0;
        width: 100%;
        height: 49px;
    }

    form.default-check-price-form .submit-wrapper-with-loader input[type=submit] {
        width: 100%;
    }

    form.default-check-price-form .the-postfield {
        padding: 20px 15px 10px 24px;
        height: auto;
    }
}

/* END FULL STYLE FOR SHORTCODES */

/*Gallery*/
.gallery {
    margin: 30px 0 !important;
}

.gallery .gallery-item {
    margin: 0 !important;
}

.gallery img {
    border: none !important;
    display: block;
}

/*End Gallery*/

.crumbs {
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 10px 0px;
    background: #f5f5f5;
}

.post-info {
    font-size: 13px;
    color: #808080;
    margin-bottom: 20px;
}

.post-info i {
    color: #bfbfbf;
    margin-right: 5px;
}

.post-views.entry-meta {
    display: inline-block;
    margin: 0;
}

.post-info .item {
    margin-right: 15px;
    display: inline-block;
}

.post-info a {
    color: inherit;
}

.post-info a:hover {
    color: #fad000;
    text-decoration: none;
}

.entry .more-link {
    background: #fad000;
    color: #000 !important;
    border-radius: 5px;
    padding: 4px 14px;
    font-size: 16px;
    display: block;
    width: 135px;
    text-decoration: none;
    margin: 15px 0 0;
    text-align: right;
    position: relative;
}

.entry .more-link:before {
    content: '';
    display: block;
    background: url(images/sign-in.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    zoom: .9;
}

.entry .more-link i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}

.post.front,
.post.catarch {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 25px;
    margin: 0 0 25px;
}

.post.front:last-child,
.post.catarch:last-child {
    border: none;
}

.feat-link {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}

.featuredbg {
    background: #000;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featuredbg:hover {
    opacity: .2;
}

h2.pagetitle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

h2.pagetitle .bordered {
    display: inline-block;
    font-size: 32px;
    color: #808080;
    position: relative;
}

h2.pagetitle .bordered:after {
    content: "";
    width: 100%;
    display: block;
    bottom: -16px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    background: #015b98;
}

.archive .post.front {
    width: 49%;
    float: left;
    border: none;
}

.archive .post.front:nth-child(even) {
    margin-right: 2%;
}

.post-tags a:before {
    content: '#';
}

.post-tags a {
    margin-right: 10px;
}

.comment-respond {
    margin: 30px 0;
}

.comment-form label {
    display: block;
}

.comment-form .comment-form-comment {
    margin-top: 15px;
}

.comment-form textarea {
    max-width: 100%;
}

.comment-form textarea,
.comment-form input,
.comment-form select {
    border-radius: 5px;
    padding: 8px 12px;
    border: solid 1px #959595;
}

.page404 h1 {
    color: #fad000;
    text-shadow: 2px 2px #000;
}

.page404 h2 {
    margin-bottom: 30px;
}

.page404 {
    padding: 30px 15px 100px;
}

.page404 a {
    color: #fad000;
}

.page404 a:hover {
    text-decoration: underline;
    color: #fad000;
}

.navigation-bottom {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #bfbfbf;
    padding: 15px 0;
    margin: 20px 0;
}

.navigation-bottom .prev {
    float: left;
    font-size: 16px;
    color: #000;
}

.navigation-bottom .next {
    float: right;
    font-size: 16px;
    color: #000;
}

.search #searchform label {
    display: none;
}

.search #searchform .wrapper {
    position: relative;
}

.search #s {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 40px 10px 9px;
}

.search #searchform i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}

.cat-top {
    min-height: 150px;
    position: relative;
}

.cat-top h1 {
    color: #fff;
    font-size: 20px;
    font-family: 'ralewaybold';
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.65);
    width: 50%;
    padding: 23px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.really_simple_share [class*="really_simple_share"] * {
    vertical-align: top !important;
}

.ssba-wrap a + span {
    margin-left: 4px;
    margin-right: 4px;
    padding: 6px 10px;
}

.ssba-wrap {
    margin: 10px 0;
}

.post-views {
    margin: 10px 0;
}

/*sidebar*/
#sidebar {
    margin-top: 50px;
}

#sidebar > ul > .widget {
    margin-bottom: 30px;
}

#sidebar h2 {
    font-weight: normal;
    font-size: 24px;
    color: #000;
}

.popular-posts li {
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #f2f1ec;
    margin-bottom: 15px;
}

.popular-posts li img {
    opacity: .85;
    -webkit-transition: all .3s ease;
    transition: all .3 ease;
    border-radius: 5px 0 0 5px;
    margin-right: 12px;
}

.popular-posts li:hover img {
    opacity: 1;
}

.popular-posts li a:nth-child(2) {
    text-decoration: none;
    color: #484848;
    font-size: 17px;
    display: block;
    line-height: 130%;
    margin-top: 12px;
}

.popular-posts .wpp-excerpt {
    font-size: 13px;
    line-height: 125%;
    margin-top: 10px;
    display: block;
}

a.cat-link,
.weather {
    z-index: 2;
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    width: 48.5%;
    margin: 0.75%;
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

a.cat-link .cat-title {
    padding: 10px;
    z-index: 1;
    position: absolute;
    text-align: center;
    font-size: 22px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(0, 0, 0, .2);
}

a.cat-link .cat-title:hover {
    background: rgba(0, 0, 0, 0.7);
}

#sidebar > ul > .widget.widget_awesomeweatherwidget {
    display: none;
}

.mobile-sidebar li {
    list-style-type: none;
    margin: 10px 5px 20px;
}

.floated-weather-widget {
    display: none;
}

.widget .floated-weather-widget {
    display: initial;
}

.widget_awesomeweatherwidget .awesome-weather-header {
    padding: 5px 10px;
    text-align: left;
    font-size: 0.9em;
    background-color: transparent;
}

.widget_awesomeweatherwidget .awesome-weather-current-temp {
    font-size: 2em;
    font-weight: bold;
    padding: 5px 10px;
}

.widget_awesomeweatherwidget .awesome-weather-current-temp sup {
    font-size: 12px;
}

.widget_awesomeweatherwidget .awesome-weather-forecast {
    font-size: 0.8em;
    padding: 10px 10px 5px;
}

.widget_awesomeweatherwidget .awesome-weather-forecast-day-abbr {
    font-size: 0.9em;
}

.widget_awesomeweatherwidget .awesome-weather-current-temp {
    padding-bottom: 7.25px;
}

.widget_awesomeweatherwidget .awesome-weather-wrap {
    height: 0px;
    padding-bottom: 86.2%;
    position: relative;
}

.widget_awesomeweatherwidget .awesome-weather-wrap .awesome-weather-header {
    position: absolute;
    top: 0px;
}

.widget_awesomeweatherwidget .awesome-weather-wrap .awesome-weather-current-temp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -10px;
}

.widget_awesomeweatherwidget .awesome-weather-wrap .awesome-weather-forecast {
    position: absolute;
    bottom: 0px;
}

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#searchform {
    margin: 0;
}

.widget_search {
    border: 2px solid #000;
    background-color: #fad000;
    padding: 15px;
    border-radius: 5px;
}

.widget_search .wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.widget_search label {
    display: block;
    font-size: 22px;
    font-weight: normal;
}

.widget_search input {
    width: 100%;
}

.widget_search #s {
    background-color: #eae7e0;
    color: #484848;
    box-shadow: none;
    border: none;
    padding: 10px 45px 10px 10px;
}

.widget_search #searchform i {
    background: #000;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 42px;
    line-height: 41px;
    text-align: center;
    margin: 0;
}

#searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 42px;
    z-index: 9;
    border: none;
    background: none;
    font-size: 0;
}

::-webkit-input-placeholder {
    color: #484848;
}

::-moz-placeholder {
    color: #484848;
}

:-ms-input-placeholder {
    color: #484848;
}

:-moz-placeholder {
    color: #484848;
}

#callboxbg .head {
    left: 50%;
    margin-left: -110px;
}

#callboxbg .phone_num,
#callboxbg .head,
#callboxbg .phone_num:hover,
#callboxbg .head:hover {
    border: none;
    background: none;
    padding-left: 0;
}

#callboxbg {
    margin-top: 30px;
}

#callboxbg {
    background: url('images/call-box.jpg') 50% 0 no-repeat;
    padding-top: 370px;
}

#callboxbg .callbox {
    background: #fad000;
    position: relative;
    padding-bottom: 20px;
}

#callboxbg .head {
    position: absolute;
    top: -10px;
    width: 220px;
    text-decoration: none;
}

#callboxbg .head p {
    background: #000000;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
    font: 18px "exoLight", "Arial";
}

#callboxbg .head .arrow {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 110px 0 110px;
    border-color: #000000 transparent transparent transparent;
}

#callboxbg .content {
    font: 18px "exo", "Arial";
    color: #000000;
    padding-top: 80px;
    text-align: center;
    margin: 10px 0 0 0;
}

#callboxbg .phone_num {
    font: 30px "exoBlack", "Arial";
    text-align: center;
    display: block;
    margin: 0 15px;
    text-decoration: none;
    color: #000000;
    padding: 0;
}

/*end sidebar*/

/*** Popups ***/
/* Generic Popups */
/*.top-form .mc4wp-form form { font-size: 0; }
.top-form .popup { display: none; }
.top-form .popup input, .popup select, .popup textarea { border: solid 1px #959595; padding: 10px; font-size: 15px; }
.top-form .popup input[type=submit] { border: none; }
.top-form .popup.popup_shown { display: initial !important; }
.top-form .popup > *:not(.overlay) { position: fixed; top: 330px; left: 50%; transform: translate(-50%, -50%); background-color: white; }
.top-form .popup > *:not(.overlay) { width: 30%; padding: 40px; text-align: center; }
.top-form .popup .close-button { float: right; display: inline-block; margin: -40px -40px 0px 0px; padding: 0.05em 0.05em 0px 0px; font-size: 30px; line-height: 1em; height: 1em; width: 1em; cursor: pointer; }
.top-form .widefat { width: 100%; height: 3em !important; }
.top-form .rounded { border-radius: 7px !important; }*/
/* .top-form .popup { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 333333; }  */
.top-form .mc4wp-form form {
    font-size: 0;
}

.top-form .popup {
    display: none;
}

.top-form .popup input,
.popup select,
.popup textarea {
    border: solid 1px #959595;
    padding: 10px;
    font-size: 15px;
}

.top-form .popup input[type=submit] {
    border: none;
}

.top-form .popup.popup_shown {
    display: initial !important;
}

.top-form .popup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 333333;
}

.top-form .popup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.top-form .popup > *:not(.overlay) {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    text-align: center;
    box-shadow: 2px 2px 25px #000;
}

.top-form .popup .close-button {
    float: right;
    display: inline-block;
    margin: -40px -40px 0px 0px;
    padding: 0.05em 0.05em 0px 0px;
    font-size: 30px;
    line-height: 1em;
    height: 1em;
    width: 1em;
    cursor: pointer;
}

.top-form .widefat {
    width: 100%;
    height: 3em !important;
}

.top-form .rounded {
    border-radius: 7px !important;
}

.top-form .close-btn {
    background: url('./images/cancel.png') center center no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
}

/* Subscribe Popup */
.top-form #popup_subscribe.popup .close-button {
    color: #cbcbcb;
}

.top-form #popup_subscribe.popup .close-button:hover {
    color: #7f7f7f;
}

.top-form #popup_subscribe.popup p {
    font-size: 16px;
}

.top-form #popup_subscribe .error {
    border: 1px solid rgb(177, 7, 7) !important;
}

.top-form #popup_subscribe .subscribe-popup-content {
    width: 650px !important;
    padding: 0 !important;
}

.top-form #popup_subscribe .left-part {
    width: 265px;
    float: right;
    height: 400px;
    background: url(images/subscribe-bg-new.png) center center no-repeat;
}

.top-form #popup_subscribe .right-part {
    width: 385px;
    float: left;
    height: 425px;
    padding: 20px;
    background: #fff;
}

.top-form #popup_subscribe .right-part .privacy-message {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 14px;
}

.top-form #popup_subscribe .right-part .privacy-message a {
    font-weight: bold;
}

.top-form #popup_subscribe .right-part .title {
    color: #00538c;
    font-size: 28px;
    line-height: 32px;
    display: block;
    text-align: center;
    font-family: 'ralewayregular';
    margin-bottom: 17px;
}

.top-form #popup_subscribe .right-part .sub-title {
    color: #171616;
    font-size: 18px;
    display: block;
    line-height: 28px;
    text-align: center;
    font-family: 'ralewayregular';
    margin-bottom: 17px;
}

.top-form #popup_subscribe .right-part .bottom-text {
    color: #404040;
    font-size: 16px;
    display: block;
}

.top-form #popup_subscribe .right-part .close-input {
    cursor: pointer;
    transition: 0.3s;
}

.top-form #popup_subscribe .right-part .close-input:hover {
    text-decoration: underline;
}

.top-form #popup_subscribe.popup .content input {
    float: left;
    margin-bottom: 17px;
    border-color: #959595;
}

.top-form #popup_subscribe.popup .content input[type="email"] {
    font-size: 14px;
    color: #7f7f7f;
    height: 48px !important;
}

.top-form #popup_subscribe.popup .content input[type="submit"] {
    font-family: 'ralewaybold' !important;
    color: #000;
    background: #fad000;
    margin-bottom: 5px;
}

.top-form #popup_subscribe #mc4wp-first-name {
    width: 100%;
    margin-right: 2%;
}

/*.top-form #popup_subscribe #mc4wp-last-name { width: 48%; margin-left: 2%; }*/
.top-form #popup_subscribe #mc4wp-mail {
    width: 100%;
}

.top-form .mc4wp-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    text-align: center;
    padding: 12px;
}

.top-form .mc4wp-success {
    color: #000;
    background-color: #fad000;
    text-align: center;
    padding: 12px;
}

.posts-form {
    position: relative;
    text-align: center;
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px 15px 20px;
}

.posts-form .bottom-text,
.posts-form .title,
.posts-form .sub-title {
    display: none;
}

.posts-form input[type="submit"] {
    font-family: 'ralewaybold' !important;
    color: #000;
    background: #fad000;
    margin-bottom: 5px;
    display: block;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 10px auto;
}

.posts-form input {
    border-radius: 5px;
    padding: 8px 12px;
    border: solid 1px #959595;
    display: inline-block;
    width: 40%;
    margin: 10px;
}

.posts-form .mc4wp-error {
    background: rgba(250, 208, 0, .7);
    color: #000;
    border-radius: 5px;
    display: inline-block;
    padding: 0 10px;
}

.posts-form h2 {
    color: #fff;
    display: inline-block;
    background: rgba(0, 0, 0, .8);
    padding: 5px 25px;
    border-radius: 5px;
}

.posts-form h2 .subtitle {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.posts-form .mc4wp-success {
    background: rgba(250, 208, 0, .7);
    display: inline-block;
    border-radius: 5px;
    color: #000;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
}

.top-form .close-btn,
.posts-form .close-btn {
    transition: .2s;
    display: inline-block;
    width: 24px;
    height: 24px;
    opacity: 0.4;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.posts-form .close-btn {
    background: url('images/close-form-button.png') no-repeat center center;
}

.top-form .close-btn {
    background: url('images/close-popup-button.png') no-repeat center center;
}

.top-form .close-btn:hover,
.posts-form .close-btn:hover {
    opacity: 0.8;
}

.post-form-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.post-form-content {
    position: relative;
    z-index: 4;
}

/*footer*/
.footer-wrap {
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
}

.footer-wrap .member object {
    vertical-align: middle;
}

.footer-wrap p {
    margin: 0;
}

.footer-wrap .copyright {
    margin-bottom: 5px;
}

.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 13px;
}

.footer-nav li.blog-link a {
    display: none;
}

.footer-nav li:last-child a {
    border: none;
}

/*end footer*/

.front.navigation {
    text-align: left;
    margin-bottom: 30px;
}

.wp-pagenavi a.page,
.wp-pagenavi .current {
    font-size: 15px;
    line-height: 2em;
    width: 2em;
    text-align: center;
    padding: 0px;
    box-shadow: none;
    transition: 0.3s;
    display: inline-block;
    border-radius: 5px;
    margin: 0 3px;
    text-decoration: none;
    color: #000;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi .current {
    background-color: #fad000;
    box-shadow: 0 0 0 1px #fad000 inset;
}

a.nextpostslink,
a.previouspostslink {
    font-size: 0;
    display: inline-block;
}

a.nextpostslink:before,
a.previouspostslink:before {
    font-weight: bold;
    font-size: 15px;
    line-height: 2em;
    width: 2em;
    text-align: center;
    padding: 0px;
    box-shadow: none;
    transition: 0.3s;
    display: inline-block;
    border-radius: 5px;
    margin: 0 3px;
    text-decoration: none;
}

a.nextpostslink:before {
    content: "〉";
}

a.previouspostslink:before {
    content: "〈";
}

a.nextpostslink:hover:before,
a.previouspostslink:hover:before {
    background-color: #fad000;
    box-shadow: 0px 0px 0px 1px #fad000 inset;
}

/*AMP style*/
nav.navbar.amp {
    height: auto;
    border-bottom: 1px solid #e7e7e7;
}

.navbar.amp {
    background: #f7f7f7;
}

/*end AMP style*/

/* Warning and Tip Note shortcode styles */
.attention-note {
    border: 2px solid;
    border-radius: 5px;
    padding: 10px 0;
    margin: 15px 0 0 0 !important;
}

.attention-note p {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 10px;
}

.attention-note span {
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

.attention-note #note-img-holder {
    text-align: center;
}

/* End Warning and Tip Note shortcode styles */



/* ------------------------------------------------------------ *\
    Related Post
\* ------------------------------------------------------------ */
.related-posts {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
}

.related-posts:after {
    content: '';
    display: table;
    clear: both;
    line-height: 0;
}

.related-posts-section {
    position: relative;
    padding: 30px 0;
}

.related-posts-section__head {
    padding-bottom: 12px;
    margin-bottom: 38px;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    font-family: 'ralewaybold';
}

.related-post__inner {
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(26, 26, 26, 0.2);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Related Post Image */
.related-post__image {
    position: relative;
    height: 164px;
    margin-bottom: 12px;
    cursor: pointer;
}

.related-post__image .title {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
    padding: 2px 8px;
    font-size: 14px;
    background: #ffd300;
    color: #000;
    font-family: 'ralewaybold';
}

.related-post__image img,
.related-post__image {
    transition: .5s;
}

.related-post__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.related-post__image a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.related-post__image a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.related-post__image a:hover .img-overlay {
    opacity: 1;
}

/* Related Post Head */
.related-post__head {
    position: relative;
    display: block;
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    padding: 0 12px;
}

.related-post__head .post-title {
    font-size: 15px;
    margin: 0;
}

.related-post__head a {
    color: #015b98;
}

/* Related Post Info */
.related-post__info {
    padding: 0 12px 16px 12px;
    list-style-type: none;
    font-size: 13px;
    color: #808080;
}

.related-post__info li {
    display: block;
}

.related-post__info li:first-child {
    margin-bottom: 10px;
}

.related-post__info li p {
    margin-bottom: 0;
}

.related-post__info li span {
    font-family: 'ralewayregular';
}

.related-post__info li span:before {
    display: inline-block;
    vertical-align: text-top;
}

.related-post__info li.post-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.related-post__info a {
    text-decoration: none;
    color: #0d6394;
    transition: .3s;
}

.related-post__info a:hover {
    text-decoration: none;
    color: #094669;
}


@media only screen and (max-width: 1200px) {
    .or {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .awesome-weather-forecast {
        border: none !important;
    }

    .footer-wrap,
    .footer-nav {
        text-align: center;
    }

    .footer-nav {
        margin-top: 15px;
    }

    .footer-nav li {
        margin-bottom: 10px;
    }

    a.cat-link,
    .weather {
        max-width: 32%;
        margin: 0.5%;
    }

    a.cat-link img {
        width: 100%;
    }

    a.cat-link .cat-title {
        line-height: 110%;
    }

    #banner-widget,
    #text-2.widget {
        background-position: center right;
        min-height: 215px;
    }
}

@media only screen and (max-width: 992px) {
    .featured-info {
        left: 10px;
        bottom: 7px;
    }

    .featured-element h2 a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {

    .attention-box,
    .suggestion-box {
        padding: 10px;
    }

    .attention-box p,
    .suggestion-box p {
        width: 78%;
        padding-top: 10px;
    }

    .attention-box::before,
    .suggestion-box::before {
        width: 20%;
    }

    #sidebar {
        margin-top: 0;
    }

    .posts-form input {
        width: 100%;
        margin: 0 0 10px;
    }

    .cat-top h1 {
        width: 80%;
    }

    .top-form form {
        margin-bottom: 0 !important;
    }

    .top-form #popup_subscribe .subscribe-popup-content {
        width: 320px !important;
    }

    .top-form #popup_subscribe .left-part {
        width: 100%;
        height: 150px;
        float: none;
        display: none;
    }

    .top-form #popup_subscribe .right-part {
        width: 100%;
        float: none;
        padding: 30px 15px 20px;
        height: 350px;
    }

    .top-form #popup_subscribe .right-part .sub-title {
        font-size: 14px;
        line-height: 16px;
    }

    .top-form #popup_subscribe {
        left: 0 !important;
    }

    .top-form #popup_subscribe .right-part .title {
        font-size: 16px;
        line-height: 18px;
    }

    .featured-element h2 a {
        font-size: 18px;
    }

    a.cat-link .cat-title {
        font-size: 18px;
    }

    .mobile-sidebar {
        display: none;
    }

    #sidebar .widget_search {
        display: none;
    }

    #sidebar .widget_monarchwidget .et_social_networks li {
        display: inline-block !important;
        width: 45% !important;
        margin: 2% !important;
        clear: none !important;
        float: none !important;
    }

    span.search-icon.icon-magnifier {
        font-size: 25px;
        position: absolute;
        top: 25px;
        cursor: pointer;
        right: 25px;
    }

    .footer-nav li.blog-link a {
        display: inline-block;
    }

    .related-posts > li {
        margin-bottom: 24px;
    }

    .related-posts > li:last-of-type {
        margin-bottom: 0;
    }

    .post-info {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		row-gap: 5px;
	}

	.post-info .item {
		width: 50%;
		margin: 0;
		display: flex;
		align-items: center;
	}

	.post-info > .item.author {
		order: 1;
	}

	.post-info > .item.published-date {
		order: 3;
	}

	.post-info > .item.update-date {
		order: 5;
	}

	.post-info > .item.category {
		order: 2;
	}

	.post-info > .item.count {
		order: 4;
	}
	
	.post-info > .item.count,
	.post-info > .item.category {
		justify-content: flex-end;
	}

	.post-info > .author,
	.post-info > .published-date,
    .post-info > .update-date {
        
        justify-content: flex-start;
    }

}

@media only screen and (max-width: 680px) {
    .featured-area .col-sm-12 {
        padding: 0;
    }

    .featured-area .featured-element {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid transparent;
    }
}

@media only screen and (max-width: 320px) {
    a.cat-link .cat-title {
        font-size: 18px;
    }
}