/*Generic CSS*/

body {
    font-family: 'Asap', sans-serif;
}
.pagination {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}
a{
    color: black;
}
a:focus, a:hover {
    color: #f52d70;
    text-decoration: underline;
}

li > a,
li > a:hover,
li > a:active,
li > a:focus {
    outline: 0;
    text-decoration: none;
}

a,
a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

input,
textarea {
    border: 1px solid #dbdbdb;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
img{    
    height: auto;
    max-width: 100%;
    width: auto;
}
:focus {
    border-color: #a9a9a9;
    outline: #a9a9a9;
}

/*WP-Default*/

/* Left Sidebar Options */

.left-sidebar {
    float: right;
}

/* Preloader Section */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

.preloader .preloader-gif {
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url('../images/preloader/loader.gif') no-repeat;
}

/*Header Style*/
/*Heading-Description*/

.heading-description {
    margin-top: 58px;
}

.logo-description #cssmenu > ul > li > a {
    padding: 22px 15px;
}

/* Logo Style*/

.header-logo {
    margin: 14px 0;
    float: left;
}

.header-logo img {
    height: 30px;
    width: auto;
}

/*Menu Style*/

.top-menu {
    padding-right: 0;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    font-family: 'Asap', sans-serif;
    line-height: 1;
    background: none;
    float: right;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 17px 15px 17px 15px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #f52d70;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 11px;
}

#cssmenu > ul > li.has-sub > a::after {
    position: relative;
    top: -2px;
    right: 0px;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    margin-right: 3px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    transition: all ease 0.3s;
    display: inline-block;
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #f52d70;
    -webkit-transform: rotate(222deg);
    -moz-transform: rotate(222deg);
    -ms-transform: rotate(222deg);
    -o-transform: rotate(222deg);
    transform: rotate(222deg);
    transition: all ease 0.3s;
}

#cssmenu ul ul {
    position: absolute;
    padding: 0px 0 0px;
}

#cssmenu li:hover > ul {
    background: rgba(253, 253, 253, 0.9);
    border: 1px solid #e6e6e6;
    border-top: none;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

/** Left & Right for the Sub Menu **/

ul.sub-menu .submenu-right {
    right: 100%;
}

ul.sub-menu .submenu-left {
    left: 100%;
}

#cssmenu ul ul ul {
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    padding: 0 0px;
    margin: 0 0 0px;
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#cssmenu ul li:hover > ul > li {
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
}

#cssmenu ul ul li a {
    width: 220px;
    padding: 10px 15px;
    background: none;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #212121;
    background: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #f52d70;
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 11px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #212121;
    border-right: 2px solid #212121;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #f52d70;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fixed-header {
    background-color: rgb(255, 255, 255);
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    height: 58px;
}

/*UNDER-FOOTER*/

.under-footer {
    background: #262626;
    width: 100%;
    padding: 42px 15px;
    margin-top: 48px;
}

.copyright a {
    color: #f52d70;
    transition: all 0.3s ease-in-out 0s;
}

.copyright a:hover {
    color: #f52d70;
}

#cssmenu > ul > li:last-child > a {
    color: #f52d70;
    margin-left: 12px;
}
/*==========================----RESPONSIVE----==========================*/

@media only screen and (min-width:1500px) {
    .container {
        width: 78%;
    }
}

@media only screen and (max-width:991px) {
    /*Logo-Description*/
    .logo-description #cssmenu > ul > li > a {
        padding: 25px 9px 25px 9px;
    }
    /*MENU*/
    .top-menu {
        padding-right: 5px;
    }
    #cssmenu > ul > li > a {
        padding: 17px 9px 17px 9px;
    }
    #cssmenu ul ul li a {
        width: 150px;
        padding: 10px 9px;
    }
}

@media only screen and (max-width: 767px) {
    input,
    textarea {
        font-size: 13px;
    }
    /*Logo-Description*/
    .logo-description #cssmenu #menu-button {
        top: -48px;
    }
    .logo-description #cssmenu > ul > li > a {
        padding: 10px 0;
        border-top: 1px solid #f1f1f1;
    }
    /*==========INDEX-PAGE==========*/
    /*MENU*/
    .top-menu {
        padding-right: 15px;
    }
    #cssmenu {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        background: #ffffff;
        position: relative;
        top: 0;
        padding: 4px 15px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }
    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
    }
    #cssmenu > ul > li > a {
        padding: 0px;
        line-height: 25px;
    }
    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }
    #cssmenu li > ul {
        left: auto;
        background-color: #fff;
        border: none;
        border-radius: 0px;
        box-shadow: none !important;
    }
    #cssmenu li:hover > ul {
        background-color: #fff;
        border: none;
        border-radius: 0px;
        box-shadow: none !important;
    }
    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        padding: 0px 0 5px;
    }
    #cssmenu ul ul li a {
        font-size: 12px;
        color: #000000;
        background: #f1f1f1;
        line-height: 24px;
        padding: 8px 0px 8px 30px;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #f52d70;
    }
    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }
    #cssmenu ul ul ul li a:last-child {
        padding-left: 60px;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        top: 0;
        left: -15px;
        right: -15px;
        width: calc(100% + 30px);
        padding: 0;
        margin: 0px 0 0px;
    }
    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 17px 10px;
        color: #ffffff;
        background-color: #2c3e50;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        width: 40px;
        right: 0px;
        position: absolute;
        top: -39px;
        border-radius: 4px;
        right: 15px;
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        width: 22px;
        height: 2px;
        background: #ffffff;
        border-top: 2px solid #ffffff;
        border-radius: 1px;
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 16px;
        right: 9px;
        display: block;
        width: 22px;
        height: 2px;
        padding: 2px 0;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        border-radius: 1px;
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 10px;
        display: block;
        height: 25px;
        width: 21px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 6px;
        left: 10px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 5px;
        top: 11px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }

    #cssmenu > ul > li:last-child > a {
        margin-left: 0px;
    }
}

.widget-title {
    text-align: center;
}

.item-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

a.thumb-link {
    display: block;
    position: relative;
}
.post-item-thumb {
    position: relative;
}

img.image-placeholder {
    width: 100%;
}

.post-item {
    margin-bottom: 24px;
}
.post-item-inner {
    background: white;
}

.post-item-meta a {
    background-color: #F1f1f1;
    padding: 4px;
    margin: 6px 2px;
    display: inline-block;
    font-size: 12px;
}

.post-item-header, .post-item-excerpt {
    padding: 6px 12px;
}

.post-item-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}

.post-item-excerpt {
    font-size: 14px;
    color: #22313f;
}

/***** Widgets *****/

.mh-widget { padding: 25px; margin-bottom: 25px; background: #fff; }
.mh-widget-inner { overflow: hidden; }
.mh-widget-title { font-size: 16px; font-size: 1rem; letter-spacing: 2px; margin-bottom: 20px; margin-bottom: 1.25rem; text-align: center; }
.mh-sidebar-widget-title-inner { position: relative; text-transform: uppercase; }
.mh-sidebar-widget-title-inner:before, .mh-sidebar-widget-title-inner:after { position: absolute; top: 50%; width: 400px; margin: 0 15px; content: ""; border-bottom: 1px solid #f22612; }
.mh-sidebar-widget-title-inner:before { right: 100%; }
.mh-sidebar-widget-title-inner:after { left: 100%; }
.mh-widget-inner ul { padding: 0; }

/***** Pagination *****/

.post .pagination { padding-bottom: 20px; }
.page-numbers { display: inline-block; font-size: 18px; font-size: 1.125rem; font-weight: 700; color: #22313f; padding: 5px 15px; margin-right: 5px; background: #fff; }
.page-numbers:hover, .mh-loop-pagination .current, .mh-comments-pagination .current, a:hover .pagelink { color: #fff; background: #f52d70; }
.page-numbers a { display: block; }
.pagelink { display: inline-block; font-size: 18px; font-size: 1.125rem; font-weight: 700; color: #fff; padding: 5px 15px; margin-right: 5px; background: #f52d70; }
a .pagelink { color: #22313f; background: #f5f5f5; }
.mh-post-nav-wrap { padding: 10px 25px; margin-bottom: 25px; background: #fff; text-transform: uppercase; }
.mh-post-nav { width: 48.75%; }
.mh-post-nav a { font-size: 14px; font-size: 0.875rem; font-weight: 700; color: #22313f; }
.mh-post-nav a:hover { color: #f52d70; }
.mh-post-nav-prev { float: left; margin-right: 2.5%; }
.mh-post-nav-next { float: right; text-align: right; }

.heading {
    padding-top: 16px;
    font-size: 20px;
}

@media print {
    .master-header, .heading-description, footer .under-footer {
        display: none !important;
    }
}