/*
* Theme name: Simpson Theme
* Template: light-axe
* Template Version: 1.1.5
* Author: AZ Naqvi
* Author URI: https://bitbucket.org/AXeNaqvi/
* Version: 1.0.0
* License: GNU General Public License v2.0 and above
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Description: Child theme for Light AXe.
* Tags: theme-options, two-columns, left-sidebar, right-sidebar,custom-menu,full-width-template,custom-header,flexible-header,custom-logo,featured-image-header,featured-images,footer-widgets,sticky-post,threaded-comments,translation-ready
* Subject Tags: blog
*/
/* General */

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    border-top: 6px solid #f0a318;
}
a, form, input, textarea, select, label, button, .fa, .fancybox-inline img {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
h1, h2, h3, h4, h5, h6 {
    clear:both;
    font-weight: normal;
    text-rendering: optimizelegibility;
}
a {
    text-decoration:none;
}
img {
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
p, li, td {
    line-height: 25px !important;
}
.clear {
    clear:both;
}
::selection {
    background: #000000;
}
#wrapper:before, #wrapper:after,
.topheader:before, .topheader:after,
.top-right:before, .top-right:after {
    content:"";
    display:table;
}
#wrapper:after,
.topheader:after,
.top-right:after {
    clear:both;
}
#wrapper {
    margin: 0px auto;
    max-width: 1100px;
    position: relative;
}
.topheader {
    border-bottom: 6px solid #f0a318;
    padding: 20px;
}
.topheader #wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topheader #wrapper:before,
.topheader #wrapper:after {
    display:none;
}
.topheader .logo img {
    height: 75px;
}
.top-bar * {
    line-height: normal !important;
    margin: 0 !important;
}
.top-bar .left {
    float: none;
}
.top-bar aside > h3 {
    display: none;
}
.top-bar td {
    vertical-align: top;
}
.sticky-menu .top-bar * {
    color: #ffffff !important;
}
.sticky-menu .top-bar img {
    display: none;
}
.sticky-menu .top-bar {
    margin-left: 380px;
}
.sticky-menu .logo img {
    height: 50px;
}
.top-social li {
    border: 1px solid #ffffff;
    line-height: normal !important;
    padding: 0px 2px;
    margin: 0px 6px !important;
}

/* = Text Align
-------------------------------------------------------------- */
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}

/* =Top Social
-------------------------------------------------------------- */
.topheader .widget_themeaxe_socialwidget li {
    margin: 0px 7px;
}
.topheader .widget_themeaxe_socialwidget li a {
    display: block;
}
.topheader .widget_themeaxe_socialwidget .fa {
    box-shadow: 0 0 0 3px transparent !important;
    color: #ffffff !important;
    top: 8px;
}
.topheader .widget_themeaxe_socialwidget .fa:after {
    background: #000000 !important;
}
.topheader .widget_themeaxe_socialwidget .fa:hover {
    box-shadow: 0 0 0 3px #ffffff !important;
}
.topheader .widget_themeaxe_socialwidget .fa:hover:after {
    background: #f0a318 !important;
}
.topheader .widget_themeaxe_socialwidget .fa:hover:before {
    color: #ffffff !important;
}
.topheader .widget_themeaxe_socialwidget .fa,
.footer-bottom .widget_themeaxe_socialwidget .fa {
    box-shadow: 0 0 0 3px #939598;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.topheader .widget_themeaxe_socialwidget .fa:before,
.footer-bottom .widget_themeaxe_socialwidget .fa:before {
    display: block;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.topheader .widget_themeaxe_socialwidget .fa:after,
.footer-bottom .widget_themeaxe_socialwidget .fa:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #939598;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.topheader .widget_themeaxe_socialwidget .fa:after,
.footer-bottom .widget_themeaxe_socialwidget .fa:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.footer-bottom .widget_themeaxe_socialwidget .fa:hover:after {
    background: #000000;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.footer-bottom .widget_themeaxe_socialwidget li {
    margin: 0px 8px;
}
.footer-bottom .widget_themeaxe_socialwidget .fa {
    box-shadow: 0 0 0 3px #ffffff;
    border-radius: 0;
    color: #ffffff;
}
.footer-bottom .widget_themeaxe_socialwidget .fa:after {
    background: #151a1d;
    border-radius: 0;
}
.footer-bottom .widget_themeaxe_socialwidget .fa:hover {
    box-shadow: 0 0 0 3px #ffffff;
    color: #231f20;
    opacity: 1;
}
.footer-bottom .widget_themeaxe_socialwidget .fa:hover:after {
    background: #ffffff;
}

/* =Top Search
-------------------------------------------------------------- */
.topheader .widget_search {
    position: relative;
}
.topheader .widget_search label {
    display: none;
}
.topheader .widget_search input[type="text"] {
    background: #eeeeee;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    height: auto;
}
.topheader .widget_search input[type="submit"] {
    background: url(images/seacrh-icon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    color: transparent !important;
    padding: 0 !important;
    height: 21px !important;
    width: 20px !important;
    position: absolute;
    right: 15px;
    top: 0;
}
.topheader .widget_search input[type="submit"]:hover {
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    box-shadow: none !important;
}

/* =Banner
-------------------------------------------------------------- */
.banner-page:after {
    /*    content: "";
        display: block;
        background: url(images/banner-layer.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        height: 140px;
        width: 100%;
        margin-top: -140px;
        position: relative;
        z-index: 1;*/
}
.banner-page {
    height: 450px;
    position: relative;
    overflow: hidden;
}
.banner-page h1 {
    color: #ffffff;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}
.banner-page img {
    width: 100% !important;
    height: 450px !important;
    object-fit: cover;
}
.banner {
    position: relative;
}
.banner .featuredimg {
    float: none;
    margin: 0;
    min-height: 100%;
    height: auto;
    width: auto;
    position: relative;
}
.banner .featuredimg h1 {
    color: #ffffff;
    font-size: 60px;
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 2px #000000;
    text-align: center;
    width: 1100px;
}
.banner .featuredimg img {
    object-fit: cover;
    height: 450px;
    width: 100%;
}
.banner-layer {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.banner .wonderpluginslider-container,
.banner .wonderpluginslider-container > div {
    max-width: 100% !important;
}
.banner .metaslider .caption-wrap,
.banner-page h1 {
    background: #f0a318;
    font-size: 45px;
    width: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    opacity: 1;
    padding: 15px 30px;
    transform: translate(-50%, -50%);
}
.banner .metaslider .caption {
    word-wrap: normal;
    white-space: nowrap;
}
.metaslider {
    max-width: 100% !important;
}
.flex-direction-nav .flex-next {
    right: 10px !important;
}
.flex-direction-nav .flex-prev {
    left: 10px !important;
}
.flex-direction-nav a {
    background-color: #ffffff;
    border-radius: 100%;
    width: 27px !important;
    height: 27px !important;
    opacity: 0.50 !important;
}
.flex-direction-nav a:hover {
    opacity: 1 !important;
}

/* =Wonder Plugin Updated
-------------------------------------------------------------- */
.banner div[class*="amazingslider-text-holding-"] {

}
.banner div[class*="amazingslider-img-"] img {

}
.banner div[class*="amazingslider-text-box-"] {
    /*
    background: rgba(0,0,0,0.70);
    margin: 0 auto;
    height: 300px;
    width: 450px;
    text-align: center;
    transform: translate(-60%, 50%);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    */
}
.banner div[class*="amazingslider-text-wrapper-"] {
    /*    height: 100%;*/
}
.banner div[class*="amazingslider-text-wrapper-"] > div {
    /*background: rgba(255,255,255,0.60);
    max-width: 650px;
    margin: 0 auto;   
    transform: translateX(-30%);*/
    text-align: center;
    text-transform: uppercase;
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-title-"] {
    background: rgba(0,0,0,0.50);
    color: #ffffff;
    font-family: "BebasNeueBold";
    font-size: 100px;
    font-style: normal;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 20px;
    line-height: normal;
    white-space: nowrap;
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] h2 {
    font-family: "BebasNeueBold";
    font-size: 45px;
    line-height: normal;
    letter-spacing: 10px;
    margin: 0px;
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] {
    background: rgba(0,0,0,0.50);
    color: #f68633;
    font-family: "Abel-Regular";
    font-size: 40px;
    line-height: 30px;
    max-width: 50%;
    margin: 0 auto;
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] * {
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] p {
    margin: 10px 0px;
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-button-"] button {
    background: #f0a318;
    border-radius: 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-button-"] button:hover {
    background: #000000;
}
.banner div[class*="amazingslider-box-"] > div + div + div,
.home-services div[class*="amazingcarousel-image"] > a + div + div {
    height: 0px !important;
    width: 0px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    left: -9999px !important;
}

/* =Menu
-------------------------------------------------------------- */
.main-menu #wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-menu #wrapper:before,
.main-menu #wrapper:after {
    display:none;
}
.main-menu {
    display: none;
    background: #f0a318;
    padding: 0px 20px;
}
.main-menu ul {
    display: inline-block;
    list-style: none;
    vertical-align: top;
}
.main-menu li {
    /*background: url(images/menu-li.jpg);
    background-repeat: no-repeat;
    background-position: left center;*/
    float: left;
    position: relative;
}
.main-menu li:first-child {
    background: none;
}
.main-menu div > ul > li {
    /*    padding-bottom: 15px;*/
}
.main-menu a {
    color: #ffffff;
    display: block;
    line-height: normal !important;
    padding: 13px 15px;
    margin: 0px 8px;
}
.main-menu li:first-child a {
    margin-left: 0px;
}
.main-menu li:last-child a {
    margin-right: 0px;
}
.main-menu > div > ul > li:first-child a {
    border-left: 0px;
}
.main-menu ul ul,
.sticky-menu ul ul {
    background: #f0a318;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    float: left;
    margin: 30px 0 0 0;
    position: absolute;
    left: 0px;
    width: 200px;
    z-index: 99999;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}
.main-menu ul li:hover > ul,
.sticky-menu ul li:hover > ul {
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}
.main-menu ul ul li:first-child:after,
.sticky-menu ul ul li:first-child:after {
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent rgba(241,89,42,0) transparent;
    bottom: 100%;
    left: 5%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.main-menu ul ul li,
.sticky-menu ul ul li {
    background: none !important;
    float: none;
}
.main-menu ul ul a,
.sticky-menu ul ul a {
    border-bottom: 1px solid #ca5500;
    border-left: 0;
    font-weight: normal;
    margin: 0px;
    padding: 12px 10px;
    text-align: left;
    line-height: normal;
}
.main-menu ul ul ul,
.sticky-menu ul ul ul {
    left: 100%;
    top: 0;
}
.main-menu ul ul :hover > a,
.main-menu ul ul .current-menu-item > a,
.sticky-menu ul ul :hover > a,
.sticky-menu ul ul .current-menu-item > a {
    background: #727473;
    border-radius: 0px;
    color: #ffffff;
}
.main-menu li:hover > a,
.main-menu .current-menu-item > a {
    background: #727473;
    color: #ffffff;
}


/* = Sticky Menu
-------------------------------------------------------------- */
body.logged-in .sticky {
    top: 32px !important;
}
.sticky {
    top: 0 !important;
}
.sticky, .sticky-menu {
    transition: top 1s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: top 1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: top 1s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: top 1s cubic-bezier(0, 0, 0.2, 1);
}
.sticky-menu {
    background: #f0a318;
    border: 0;
    padding: 5px 20px;
    text-align: center;
    width: 100%;
    top: -90px;
    position: fixed;
    z-index: 9999;
}
.sticky-menu #wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky-menu #wrapper:before,
.sticky-menu #wrapper:after {
    display:none;
}
.sticky-menu .logo a {
    margin: 0;
    padding: 0;
}
.mPS2id-highlight {
    background: #ed1c24;
    color: #ffffff;
}

/* = Home Page
-------------------------------------------------------------- */
body.home #maincontent {
    padding: 0px;
}
.home-welcome {
    transition: background 0.5s ease;
}
.home-welcome * {
    color: #ffffff !important;
}
.home-welcome a {
    border: 1px solid #ffffff !important;
    font-family: "BebasNeueBold" !important;
    display: inline-block;
    letter-spacing: 1px;
    padding: 6px 18px !important;
    margin: 5px 8px !important;
}
.home-welcome a:hover {
    background: #ffffff;
    border: 1px solid #ffffff !important;
    color: #f68633 !important;
}
.home-gallery:before {
    content: '';
    display: block;
    background: #29166f;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}
.home-gallery {
    position: relative;
    transition: background 0.5s ease;
}
.home-gallery img {
    object-fit: cover;
}
.wonderplugin-gridgallery-tag {
    font-family: "Abel-Regular" !important;
    font-size: 16px !important;
}
.wonderplugin-gridgallery-item > a,
#html5-watermark {
    display: none !important;
}
.wonderplugin-gridgallery-tag-selected,
.wonderplugin-gridgallery-tag-selected:hover,
.wonderplugin-gridgallery-tag-selected:focus {
    background: #f0a318 !important;
}
.wonderplugin-gridgallery-item-title {
    font-family: "BebasNeueBold" !important;
    font-size: 24px !important;
}
.wonderplugin-gridgallery-item-text {
    background-color: rgba(51, 51, 51, 0.70) !important;
}

/* =Home Products CSS
-------------------------------------------------------------- */
.home-products {
    padding: 40px 0px;
    text-align: center;
}
.home-products .amazingcarousel-item-container {
    transition: background 0.2s ease;
}
.home-products .amazingcarousel-item-container:hover {
    background: #f0a318;
}
.home-products .amazingcarousel-item-container:hover * {
    color: #ffffff !important;
}
.home-products .amazingcarousel-image {
    box-shadow: none !important;
    margin-bottom: 40px;
}
.home-products .amazingcarousel-image > a + div {
    right: -9999px !important;
}
.home-products .amazingcarousel-title {
    margin-bottom: 20px !important;
}
.home-products .amazingcarousel-title a {
    font-family: "BebasNeueBold";
    font-size: 30px;
    color: #000000;
}
.home-products .amazingcarousel-description {
    font-family: "Abel-Regular" !important;
    font-size: 16px !important;
    line-height: 25px !important;
    height: 55px;
}
.home-products .amazingcarousel-readmore a {
    font-family: "BebasNeueBold" !important;
    font-size: 18px !important;
    color: #000000 !important;
}

/* =Home Latest Posts CSS
-------------------------------------------------------------- */
.home-latest-posts {
    padding: 40px 0px;
    text-align: center;
}
.home-latest-posts .amazingcarousel-item-container {
    background: #eeeeee;
    transition: background 0.2s ease;
}
.home-latest-posts .amazingcarousel-item-container:hover {
    background: #f0a318;
}
.home-latest-posts .amazingcarousel-item-container:hover * {
    color: #ffffff !important;
}
.home-latest-posts .amazingcarousel-image {
    box-shadow: none !important;
    margin-bottom: 30px;
}
.home-latest-posts .amazingcarousel-image > a + div {
    right: -9999px !important;
}
.home-latest-posts .amazingcarousel-title {
    margin-bottom: 20px !important;
}
.home-latest-posts .amazingcarousel-title a {
    font-family: "BebasNeueBold";
    font-size: 30px;
    color: #000000;
}
.home-latest-posts .amazingcarousel-description {
    font-family: "Abel-Regular" !important;
    font-size: 16px !important;
    line-height: 25px !important;
    height: 55px;
}
.home-latest-posts .amazingcarousel-readmore a {
    font-family: "BebasNeueBold" !important;
    font-size: 18px !important;
    color: #000000 !important;
}

/* =Home-recent-posts CSS
-------------------------------------------------------------- */
.home-recent-posts .listing-item:before,
.home-recent-posts .listing-item:after {
    content: "";
    display: table;
}
.home-recent-posts .listing-item:after {
    clear: both;
}
.home-recent-posts .my-grid-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-recent-posts .listing-item {
    background: #e8e0e0;
    margin-bottom: 20px;
    height: 200px;
    width: 49%;
    overflow: hidden;
}
.home-recent-posts a.image {
    float: left;
    margin-right: 30px;
}
.home-recent-posts a.image img {
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.home-recent-posts .description-wrap * {
    display: block;
}
.home-recent-posts .description-wrap {
    padding: 30px;
    padding-bottom: 0;
}
.home-recent-posts .description-wrap .title {
    font-size: 22px;
}
.home-recent-posts .description-wrap .date {
    font-size: 13px;
}
.home-recent-posts .description-wrap .excerpt,
.home-recent-posts .description-wrap .excerpt-more {
    margin-top: 10px;
}

/* =Extra CSS
-------------------------------------------------------------- */
table tr:nth-child(even) {
    background: none;
}
#goup:hover {
    background-color: #f0a318;
    color: #ffffff;
}
.align-items-center {
    align-items: center !important;
}
#maincontent ul {
    margin-left: 0;
}
#maincontent ul li {
    background: url(images/tick.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    list-style: none !important;
    padding-left: 15px !important;
}
.contact-table td:first-child {
    /*width: 25% !important;*/
}
.contact-table td  {
    padding-bottom: 30px;
    width: auto !important;
}
.contact-info {
    background: #f0a318;
    padding: 40px;
    margin-left: -50px;
}
.contact-info * {
    color: #ffffff !important;
}
.contact-info h3 {
    font-size: 36px;
    margin-bottom: 36px !important;
}
.contact-us {
    box-shadow: 0px 0px 10px 0px #dddddd;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 40px;
    padding-bottom: 30px;
    padding-left: 0;
}
.margin-zero * {
    margin: 0 !important;
}
.gallery-item {
    align-self: center;
}
.heading-h3 {
    font-size: 36px;
    color: #f0a318;
    line-height: 48px;
}

/* =Form CSS
-------------------------------------------------------------- */
.table-layout {
    table-layout: fixed;
}
.table-layout td {
    padding: 0px !important;
}
input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=password],
input[type=search],
input[type=date],
select,
textarea {
    height: auto;
}
input[type=date] {
    padding: 10px;
    line-height: 20px;
    border: 1px solid #cecece;
    color: #000;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* = Shine Effect CSS
-------------------------------------------------------------- */
/* Shine */
.shine .textwidget,
.home-products .amazingcarousel-item-container,
.home-latest-posts .amazingcarousel-item-container,
.gallery-icon {
    position: relative;
    overflow: hidden;
}
.shine .textwidget:before,
.home-products .amazingcarousel-item-container:before,
.home-latest-posts .amazingcarousel-item-container:before,
.gallery-icon:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine .textwidget:hover:before,
.home-products .amazingcarousel-item-container:hover:before,
.home-latest-posts .amazingcarousel-item-container:hover:before,
.gallery-icon:hover:before {
    -webkit-animation: shine 0.90s;
    animation: shine 0.90s;
}
@-webkit-keyframes shine {
    100% {
    left: 125%;
}
}
@keyframes shine {
    100% {
    left: 125%;
}
}

/* = Voice Effect CSS
-------------------------------------------------------------- */
.voice-links {
    text-align: center;
}
.voice-links ul {
    display: inline-block;
    margin: 0 !important;
    vertical-align: top;
}
.voice-links ul li {
    float: left;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.voice-links ul li a {
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #f0a318;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 30px;
    margin: 0 10px;
}
.voice-links ul li a:hover {
    background: #f0a318;
    border: 1px solid #f5f5f5;
    color: #ffffff;
}
/* Aylen */
.voice-links ul li a {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.voice-links ul li a:before,
.voice-links ul li a:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.voice-links ul li a:before {
    background: #ba2c00;
}

.voice-links ul li a:after {
    background: #f0a318;
}

.voice-links ul li a:hover {
    color: #fff;
}

.voice-links ul li a:hover:before,
.voice-links ul li a:hover:after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.voice-links ul li a:hover:after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

/* =Blog
-------------------------------------------------------------- */
body.blog .post {
    position: relative;
}
.commentcount a {
    color: #ffffff !important;
}
.bloglistlayout {
    border-bottom: 1px dashed #f0a318;
}
.bloglistlayout:last-child {
    border-bottom: 0;
}
#maincontent {
    padding: 30px 0px;
}
#maincontent a {
    opacity: 1;
}
#maincontent p {
    line-height: 25px;
}
#maincontent ul li:before {
    display: none;
}
#maincontent ul li {
    list-style: disc;
    margin-left: 0;
    padding-left: 0;
}
.mcontent {
    margin: 0px;
    padding: 0px;
}
#maincontent .enter-header {
    margin-bottom: 15px;
}
.page #maincontent .titleheading {
    display: none;
}
.bloglistlayout h2.titleheading,
.single-post h1.single-titleheading {

}
.contents h1 {
    margin-bottom: 20px;
}
.contents h2 {
    margin-bottom: 20px;
}
.contents h3 {
    margin-bottom: 20px;
}
.contents ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.contents ul li {
    list-style: disc;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 5px;
    line-height: 25px;
}
.contents img.size-full {
    position: relative;
}
.axesidebar aside.widget {
    margin-top: 0px;
}
.axesidebar h3 {

}
.axesidebar h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #f0a318;
    margin-top: 5px;
}
.axesidebar ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.axesidebar ul li {
    line-height: 25px !important;
}
.axesidebar ul li a {
    display: block;
}
.axesidebar ul li a:hover {
    text-decoration: underline;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 10px;
}

/* =Blog
-------------------------------------------------------------- */
.postmeta a {
    color: #f0a318;    
}
.wrapwidth {
    width: auto;
}
.axeblogtitleurl:hover .titleheading {
    color: #151a1d;
}
.contents .content-feature-image {
    float: left;
    max-width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.w8 .mcontent {
    padding: 20px;
    margin: 20px auto;
}
body.blog .mcontent span + a:hover h1,
body.search .mcontent > a:hover h1 {
    color: #0198d5;
}
.single .mcontent {
    -o-box-shadow: 1px 1px 5px #777;
    -webkit-box-shadow: 1px 1px 5px #777;
    -moz-box-shadow: 1px 1px 5px #777;
    -khtml-box-shadow: 1px 1px 5px #777;
    box-shadow: 1px 1px 5px #777;
}
.featuredimg {
    float: left;
    margin: 0px 20px 20px 0px;
    height: 200px;
    width: 250px;
}
.commentcount {
    background: #f0a318;
}
.commentcount:hover {
    background: #151a1d;
}
input[type="submit"]#searchsubmit {
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}
input[type="submit"]#searchsubmit:hover {

}
.commentlist {
    list-style: none;
    margin-top: 20px;
}
.commentlist > li.comment {
    margin-bottom: 20px;
}
.commentlist > li.comment .comment-body .comment-author img {
    margin-bottom: 10px;
    margin-right: 10px
}
.commentlist > li.comment .comment-body .comment-meta {
    margin-bottom: 10px;
}
.commentlist > li.comment .comment-body p {
    line-height: 20px;
}
.commentlist .pingback {
    margin: 0 0 1.625em;
    padding: 0 1.625em;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li.comment {
    background: #fff;
    border-left: 1px solid #ddd;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin: 1.625em 0 0;
    padding: 1.625em;
    position: relative;
}
.commentlist .children li.comment .fn {
    display: block;
}
#commentform input[type="submit"] {

}
.comments-title, .comment-author, .comment-meta {
    margin-bottom: 10px;
}
.postmeta {
    margin-bottom: 10px;
}
.author-links {
    margin-bottom: 20px;
}
.author-links a {
    border-radius: 20px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 7px 30px;
}
.author-links a:hover {
    background: #129ca4 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}
.author-links a:nth-child(odd) {
    border: 1px solid #c442b6;
    color: #c442b6;
}
.author-links a:nth-child(even) {
    border: 1px solid #6562cc;
    color: #6562cc;
}


/* =Alignment
-------------------------------------------------------------- */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Images */
.entry-content img, .comment-content img, .widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}
.wp-caption {
}
.wp-caption {
    margin-bottom: 1.625em;
    max-width: 100%;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.gallery-caption {
    color: #666;
}
.wp-caption .wp-caption-text:before {
    content: '';
    border-left: 2px solid #ffffff;
    margin-right: 10px;
}
.wp-caption .wp-caption-text {
    background: rgba(0,0,0,0.75);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-top: -41px;
    margin-bottom: 0 !important;
    padding: 8px;
    position: relative;
    text-align: center;
}
.wp-caption .wp-caption-text a {
    color: #ffffff;
}
.wp-caption .wp-caption-text a:hover {
    color: #1b99e8;
}
#content .gallery {
    margin: 0 auto 1.625em;
}
#content .gallery a img {
    border: none;
}
img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
    width: 23%;
    padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
}
/* Image borders */
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

}
.wp-caption img {

}
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"], #content .gallery .gallery-icon a:focus img, #content .gallery .gallery-icon a:hover img, #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */

}
.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {/* ... including captioned images! */

}
/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
    max-width: 100%;
    width: 100% !important;
    vertical-align: top;
}
.wp-video, .wp-video > div,
.mejs-layers, .mejs-layers > div,
.mejs-mediaelement, .mejs-mediaelement > div {
    width: 100% !important;
}

/* = Woocommerce CSS
-------------------------------------------------------------- */
.woocommerce ul.products li.product a img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    max-height: 350px;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}
.woocommerce ul.products li.product {
    margin: 20px 10px !important;
    padding-left: 0 !important;
    padding-top: 350px;
    width: 48%;
}
.woocommerce ul.products li.product:hover .button {
    background: #6683c1;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover .description {
    color: #cc2c61;
}
.woocommerce ul.products li.product:hover a img {
    -ms-filter: grayscale(1) sepia(1) brightness(100%);
    -webkit-filter: grayscale(1) sepia(1) brightness(100%);
    -moz-filter: grayscale(1) sepia(1) brightness(100%);
    -o-filter: grayscale(1) sepia(1) brightness(100%);
    filter: grayscale(1) sepia(1) brightness(100%);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 28px;
}
.woocommerce ul.products li.product .description {
    color: #7d7d7d;
}
.products li {
    max-width: 100%;
}
.woocommerce ul.products li.product .price + br {
    display: none;
}
.woocommerce ul.products li.product .button {
    margin-bottom: 10px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    display: none;
}
.woocommerce div.product div.images img {
    margin: 0 auto;
    width: auto;
}
.woocommerce div.product form.cart div.quantity {
    padding: 0px 15px;
}
.woocommerce div.product form.cart div.quantity > br {
    display: none;
}
.woocommerce .quantity .qty {
    border: 1px solid #bbb3b9 !important;
    width: 50px !important;
    height: auto !important;
    padding: 8px 0px !important;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
    border-radius: 0;
    right: auto;
    left: 0;
    height: 100%;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
    border-radius: 0;
    height: 100%;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
    background: #ffffff !important;
    border: 1px solid #bbb3b9 !important;
}
.woocommerce-product-gallery__image {
    margin-bottom: 20px;
    margin-right: 20px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: 0;
}
.post-type-archive-product #container {
    width: auto;
    display: block;
    float: none;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #6683c1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 0 !important;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #2f2f2f;
    padding: 10px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #f0a318;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    min-height: 371px;
}
input[type="submit"], .readmore, .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
    background: #f0a318;
    border-radius: 20px !important;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 13px 40px;
}
.woocommerce ul.products li.product h3 {
    color: #2f3131;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
input[type="submit"]:hover, input[type="submit"]:focus, .woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
    background: #151a1d;
}
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1;
    color: #7e7f7f;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #cc2c61;
    font-size: 20px;
    font-weight: bold;
}
.woocommerce-Price-amount {
    position: relative;
}
.woocommerce-Price-amount:before {
    content: '$';
    display: inline-block;
}
.woocommerce-Price-currencySymbol {
    position: absolute;
    right: -80%;
}
.woocommerce .quantity .qty {
    height: auto;
    width: 4.631em;
    padding: 7px;
}
.woocommerce div.product div.summary {
    background: #f5f5f5;
    border: 1px solid #ebe9eb;
    padding: 20px;
}
.woocommerce-cart .quantity .qty {
    padding-left: 25px !important;
}
.kksr-legend {
    display: none !important;
}
.kk-star-ratings.lft {
    float: none !important;
    margin: 10px auto !important;
}
.related > ul.products {
    display: none;
}
.grid div.owl-item {
    width: 250px !important;
}
.wps_image_carousel .wps_prev, .wps_image_carousel .wps_next {
    display: block !important;
    top: 45% !important;
}


/* = Pages
-------------------------------------------------------------- */
.themeaxe_readmore,
.read-more a {
    background: #f0a318;
    border-radius: 10px;
    color: #ffffff !important;
    display: table;
    margin-top: 10px;
    padding: 12px 25px;
}
.themeaxe_readmore:hover,
.read-more a:hover {
    background: #000000;
}

/* =Inner Page Form CSS
-------------------------------------------------------------- */
input, textarea, select {
    background: #ffffff;
    border-radius: 0px !important;
    font-family: inherit;
    height: auto;
}
input[type="radio"],
input[type="checkbox"],
input[type="submit"] {
    width: auto;    
}
input:focus,
select:focus,
textarea:focus,
.wysija-input:focus {
    background: #ffffff;
}
.wysija-input {
    background: #ffffff;
    border: 1px solid #bbb;
    padding: 10px;
    width: 100%;
}
.wpcf7 span.wpcf7-list-item {
    display: block;
}
.wysija-paragraph {
    position: relative;
}
.formError {
    left: 0 !important;
    top: 40px !important;
}
.contact-form input[type="text"] {
    display: inline-block;
    width: 49%;
}
.contact-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -30px;
}
.wpcf7 table {
    width: 100%;
}
.wpcf7 table tr td {
    padding: 5px;
}
.wpcf7-form-control-wrap {
    border-radius: 0px;
    display: block;
    position: relative;
    overflow: hidden;
}
.wpcf7-form-control-wrap:after {
    content: '';
    position: absolute;
    border: 2px solid #71b544;
    border-bottom-color: #3186c7;
    border-width: 1px 0;
    height: 100%;
    width: 50px;
    bottom: 0;
    left: -110px;
    transition: all linear 0.8s;
    -webkit-transition: all linear 0.8s;
    -ms-transition: all linear 0.8s;
    pointer-events: none;
    transform: skew(50deg);
    -ms-transform: skew(50deg);
    -webkit-transform: skew(50deg);
}
.wpcf7-form-control-wrap:before {
    content: '';
    position: absolute;
    border: 2px solid #71b544;
    border-width: 0 2px;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    pointer-events: none;
}
.wpcf7-form-control-wrap:hover:before {
    height: 100%;
}
.wpcf7-form-control-wrap:hover:after {
    left: 120%;
}
.wpcf7-form-control {
    text-transform: inherit;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.wpcf7-form-control:focus,
.wpcf7-form-control:hover {

}
input[type="submit"] {

}

/* =Load More
-------------------------------------------------------------- */
#load-more {
    background: transparent;
    color: #43424e;
    font-size: 20px;
    line-height: 50px;
    display: block;
    padding: 0px;
    margin: 0px;
    height: auto;
    width: auto;
    text-transform: uppercase;
}
#load-more:hover {
    color: #129ca4;
}
#load-more:before {
    content: "";
    display: inline-block;
    background: url(images/load-more.png);
    background-repeat: no-repeat;
    height: 55px;
    width: 6px;
    margin: 0;
    margin-right: 20px;
    position: static;
    vertical-align: middle;
}
button.alm-load-more-btn.loading:after {
    content: '';
    display: inline-block;
    background: url(images/ajax-loader.gif) no-repeat center center;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: -5px;
    vertical-align: middle;
}
#load-more:active {
    box-shadow: none;
}

/*************************************************************
pagination Start Css
**************************************************************/
div#pagination {
    text-align: center;
    margin: 15px auto;
    position: absolute;
    top: 95%;
    left: 0;
    right: 0;
}
#pagination .activepage{
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
    border-color: #505050 !important;
    color: #f2f2f2 !important;
    text-shadow: black 0 1px 0;
    background-color: #676767;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
    background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c');
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 5px;
    padding: 6px 12px;
    text-shadow: white 0 1px 0;
    display: inline-block;
    border-top: 1px solid #eaeaea;
}
#pagination .normalpage:hover{
    border-color: #fff;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
    background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
    background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
    background-image: -o-linear-gradient(top, #fefefe, #fafafa);
    background-image: linear-gradient(top, #fefefe, #fafafa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
}
#pagination .normalpage{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -Khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    margin: 0px 5px;
    padding: 5px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none !important;
    color: #717171 !important;
    font-size: smaller !important;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}

/* =Footer
-------------------------------------------------------------- */
.footer {
    background: #131313;
    color: #ffffff;
    padding: 40px 20px;
    padding-bottom: 20px;
}
.footer .footercolumns {
    margin-bottom: 20px;
    padding: 0px 20px;
    min-width: auto;
}
.footer .footercolumns:first-child {

}
.footer .footercolumns:last-child {

}
.footer h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.footer h3:after  {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #f0a318;
    margin-top: 10px;
}
.footer p {
    color: #ffffff;
    margin-bottom: 10px;
}
.footer ul {
    list-style: none;
}
.footer li > ul {
    display: none;
}
.footer a {
    color: #ffffff;
    display: inline-block;
}
.footer a:hover {
    color: #f0a318;
}
.footer table {
    width: 100%;
}
.footer table tr td {
    padding: 5px;
    vertical-align: top;
    width: auto !important;
}
.footer input,
.footer textarea,
.footer select {
    border: 0;
    border-radius: 0px !important;
}
.footer input[type="submit"] {
    background: #3c3c3c;
    box-shadow: none !important;
    border: 0px;
    float: right;
}
.footer .widget_nav_menu {
    position: relative;
}
.footer .widget_nav_menu ul {
    display: inline-block;
}
.footer .widget_nav_menu ul li {
    background: url(images/tick.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 20px;
}
.footer .widget_nav_menu li > ul {
    display: none;
}
.footer .widget_nav_menu a {
    margin-bottom: 10px;
}
.footer .widget_themeaxe_socialwidget a {
    margin-bottom: 15px;
    margin-right: 15px;
}
.footer .appointment-request {
    position: static !important;
}
.footer .appointment-request a {
    background: none;
    padding: 0;
}
.footer .mailpoet_paragraph {
    display: inline-block;
    vertical-align: top;
}
.footer .mailpoet_text {
    background: #303030;
    border: 1px solid #484848;
    color: #ffffff;
    width: auto !important;
}
.footer-bottom {
    background: url(images/footer.jpg);
    background-repeat: repeat-y;
    background-position: 30% top;
    background-size: auto, contain;
    clear: both;
    padding: 15px 20px;
    text-align: center;
}
.footer-bottom * {
    color: #ffffff;
    line-height: 20px !important;
}
.footer-social {
    text-align: right;
}

/* =Footer input
-------------------------------------------------------------- */
.footer .wpcf7-form-control:focus,
.footer .wpcf7-form-control:hover {
    background: #353535 !important;
    border: 0 !important;
    color: #ffffff !important;
}
.footer input[type="submit"] {
    background: #f0a318;
    width: 100%;
}
.footer input[type="submit"]:focus,
.footer input[type="submit"]:hover {
    background: #727473 !important;
}

/* =Footer Newsletter
-------------------------------------------------------------- */
.footer-newsletters {
    background: #ed1c24;
    padding: 20px;
    text-align: center;
}
.footer-newsletters h3 {
    color: #ffffff;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.footer-newsletters .mailpoet_form {
    display: inline-block;
}
.footer-newsletters .mailpoet_form p {
    display: inline-block;
    position: relative;
}
.footer-newsletters .mailpoet_form input[type="email"] {
    border-radius: 0;
    width: 350px !important;
}
.footer-newsletters .mailpoet_form input[type="submit"] {
    background: #2f2f2f;
    border-radius: 0;
    padding: 13px 20px;   
}
.footer-newsletters .mailpoet_form input[type="submit"]:hover {
    background: #f0a318;
}
.footer-newsletters .parsley-errors-list.filled {
    position: absolute;
    top: 32px;
}
.footer-newsletters .parsley-required,
.footer-newsletters .parsley-custom-error-message {
    color: #ffffff;
}
.footer-newsletters aside {
    display: inline-block;
    margin: 0px 20px;
    vertical-align: top;
}


/* =Responsive Menu
-------------------------------------------------------------- */
.responsive-menu-button {
    padding: 10px 20px !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    text-align: right !important;
}
.responsive-menu-button .responsive-menu-label {
    font-size: 20px;
    padding-right: 10px;
}
#responsive-menu-container {
    z-index: 99999 !important;
}
body.logged-in #responsive-menu-container #responsive-menu-title {
    padding: 65px 5% 25px 5% !important;
}
body.logged-in #mg-wprm-wrap {
    top: 88px !important;
}
.wprm_after_menu_content {
    color: #ffffff;
    padding: 10px 0px;
}
#wprmenu_menu_ul .appointment-request {
    position: static !important;
}
#wprmenu_menu_ul .appointment-request a {
    background: none;
}

/* =Responsive
-------------------------------------------------------------- */
@media screen and (max-width: 1024px){
    body {
        line-height: normal !important;
    }
    .banner-page,
    .banner-page img,
    .banner .featuredimg img {
        height: auto !important;
    }
    .banner-page:after {
        display: none;
    }
    .banner div[class*="amazingslider-text-wrapper-"] > div {

    }
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-title-"],
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] {
        max-width: 100%;
        width: auto;
    }
    .banner .featuredimg h1 {
        width: auto;
    }

    .main-menu a {
        margin: 0px 5px;
        padding: 10px 10px;
    }
    .sticky-menu .top-bar {
        margin-left: 250px;
    }
    #maincontent {
        padding: 20px;
    }
    .w8 .mcontent {
        padding: 0;
    }
}
@media screen and (max-width: 999px){
    .topheader,
    .top-bar {
        text-align: center;
    }
    .top-bar {
        margin-top: 20px;
    }
    .top-bar table {
        margin: 0 auto !important;
    }
    .top-bar .left {
        float: none;
    }
    .top-bar .panel-row-style {
        flex-direction: row !important;
    }
    .top-bar .panel-grid {
        display: block !important;
    }
    .top-bar .panel-grid-cell {
        display: inline-block;
        margin-bottom: 0 !important;
        padding: 5px !important;
    }
    .top-bar .panel-grid-cell:first-child,
    .top-bar .panel-grid-cell:last-child {
        width: 100% !important;
    }
    .top-bar .panel-grid-cell:last-child:before {
        display: none;
    }
    .top-bar .panel-grid-cell:last-child .textwidget {
        max-width: 100%;
        text-align: center;
    }
    .top-bar .panel-grid-cell:first-child .textwidget {
        float: none;
        margin-right: 0;
    }
    .topheader #wrapper {
        display: block;
    }
    .text-right,
    .home-welcome {
        text-align: center;
    }
    .main-menu,
    .sticky-menu {
        display: none;
    }
    .table-layout td {
        display: block;
        margin-top: 20px;
    }
    body.blog .axesidebar aside.widget {
        margin-left: 0;
    }
    .contact-us {
        padding: 20px !important;
    }
    .contact-info {
        padding: 20px;
        margin-left: 0;
        text-align: center;
    }
    .contact-table td {
        padding-bottom: 0;
        width: auto !important;
        display: block;
        text-align: center;
    }
    .contact-table td:first-child {
        height: auto !important;
        width: auto !important;
    }
    .contact-info h3 {
        margin-bottom: 20px !important;
    }
    table {
        margin: 0 auto !important;
    }
    table,
    table tr,
    table td {
        margin: 0 auto !important;
        height: auto !important;
        width: auto !important;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .footer .wrapwidth {
        width: auto;
    }
    .footer-bottom {
        background: #f0a318;
    }
    .footer-bottom .panel-grid-cell {
        margin-bottom: 0 !important;
    }
    .axeCarousel .axecarouselarrows.axecarouselnext {
        left: 0;
    }
}
@media (max-width: 684px) {
    #wpadminbar {
        position: fixed !important;
    }
    #wprmenu_bar .menu_title a {
        color: #ffffff;
    }
    #mainmenu ul li, .sitelogo, .w {
        display: block;
    }
    .banner div[class*="amazingslider-text-wrapper-"] > div {
        margin: 0;
        padding: 20px !important;
        max-width: 100%;
    }
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-button-"] button {
        padding: 7px 17px;
        font-size: 12px;
    }
    .banner .featuredimg h1 {
        white-space: nowrap;
        font-size: 36px;
    }
    .footer input[type="submit"] {
        border: 0px;
        float: none;
    }
    .footer {
        padding: 20px;
    }
    .footer table tr td {
        display: block;
    }
    .footer h3:after {
        margin: 10px auto;
    }
    .footer .widget_nav_menu ul {
        list-style: none;
        margin-left: 0;
    }
    .footer .footercolumns {
        float: none;
        text-align: center;
        margin-bottom: 20px;
        width: auto;
        border-bottom: 1px dashed #636363;
        padding: 0px;
        padding-bottom: 20px;
    }
    .footer .footercolumns:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        float: none;
        width: auto;
    }
    .footercolumns-2 {
        transform: none;
    }
    .footer .widget_nav_menu ul li {
        float: none;
        display: inline-block;
    }
    #maincontent .w8, #maincontent .w4 {
        float: none;
        display: block;
        width: auto;
    }
    .axesidebar aside.widget {
        margin-left: 0px;
    }
    .amazingcarousel-next {
        margin-right: -20px !important;
    }
    .amazingcarousel-prev {
        margin-left: -20px !important;
    }
}
@media (max-width: 480px) {
    .topheader #wrapper {
        display: block;
    }
    .top-bar {
        display: none;
    }
    .banner .wonderpluginslider,
    .banner div[class*="amazingslider-space-"] {
        height: 230px !important;
    }
    .banner div[class*="amazingslider-img-"] img {
        height: 230px !important;
        object-fit: cover;
        margin: 0 !important;
    }
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-title-"] {
        font-size: 48px;
    }
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] h2 {
        font-size: 24px;
    }
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] {
        display: block !important;
        font-size: 20px;
    }
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] p {

    }
    .home-welcome {
        padding-top: 20px !important;
    }
    .contents .content-feature-image {
        float: none;
        max-width: 100%;
        margin-right: 0px;
    }
    .wpcf7 table tr td {
        display: block;
    }
    .footer textarea {
        height: 100px;
    }
    .footer-newsletters .mailpoet_form p {
        display: block;
        margin-bottom: 10px;
    }
    .footer-newsletters .mailpoet_form input[type="email"] {
        width: auto !important;
    }
    .commentcount {
        margin-bottom: 10px;
        position: static;
    }
    .postmeta span {
        display: block;
        float: none;
    }
}