/*
* Theme name: Klassiquetravels 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 {

}
a, span, 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: bold;
    line-height: normal !important;
    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 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#212121+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(33,33,33,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(33,33,33,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(33,33,33,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6212121', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    padding: 20px;
    padding-bottom: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.topheader #wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topheader #wrapper:before,
.topheader #wrapper:after {
    display:none !important;
}
.topheader .logo {
    flex: auto;
}
.top-bar {
	display: none;
    position: relative;
}
.top-bar .left {
    float: none;
}
.top-bar aside > h3 {
    display: none;
}
.top-bar .widget_nav_menu {
	
}
.top-bar .widget_nav_menu ul {
	display: inline-block;
    list-style: none;
    vertical-align: top;
}
.top-bar .widget_nav_menu li {
	float: left;
    position: relative;
}
.top-bar .widget_nav_menu li:first-child a {
	background: #e61f24;
}
.top-bar .widget_nav_menu li a {
    background: #006be9;
    color: #ffffff;
    display: inline-block;
    padding: 6px 30px;
    margin-right: 10px;
	text-transform: uppercase;
}
.top-bar .widget_nav_menu li a:hover {
	background: #000000;
}
body.logged-in .top-bar .widget_nav_menu li a {
    padding: 6px 20px;
}

/* = 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: #006be9 !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;
}

/* =Top Search
-------------------------------------------------------------- */
body.home .search-section {
    margin-top: -90px;
}
.search-section {
    margin-top: 40px;
}
.search-section h3 {
    display: none;
}
.search-section #wrapper {
    background: rgba(0, 0, 0, 0.80);
    border-radius: 50px;
    padding: 60px;
}
.search-section #ajaxsearchlite1 {
    border-radius: 50px;
}
.search-section .probox {
    height: 55px !important;
}
.search-section div.asl_m .proinput input.orig {
    font-size: 14px !important;
    height: auto !important;
    padding: 20px !important;
}
.search-section div.asl_w .probox .promagnifier {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffed00+0,ffa114+100 */
    background: #ffed00; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffed00 0%, #ffa114 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffed00 0%,#ffa114 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffed00 0%,#ffa114 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed00', endColorstr='#ffa114',GradientType=0 ); /* IE6-9 */
    height: 55px;
    width: 150px;
}
.search-section div.asl_w .probox .proinput input.autocomplete {
    font-size: 0px !important;
}
.search-section div.asl_m .probox .proloading,
.search-section div.asl_m .probox .proclose {
    margin-top: 14px;
}

/* =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 h1 span {
	display: block;
	font-family: "ProximaNova-Regular";
    font-size: 14px;
	font-weight: normal;
    letter-spacing: 5px;
    margin-top: 10px;
}
.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: #006be9;
    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: right;
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-title-"] {
    /*background: rgba(0,0,0,0.50);*/
    color: #ffffff;
    font-family: "PalatinoBold";
    font-size: 80px;
	font-weight: bold;
    font-style: normal;
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
    line-height: normal;
    white-space: nowrap;
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] h2 {
    font-family: "ChuckNoonScript";
    font-size: 36px;
    line-height: normal;
    margin: 0px;
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] {
    background: transparent;
    color: #ffffff;
    font-family: "ProximaNova-Regular";
    font-size: 14px;
    line-height: 30px;
	letter-spacing: 5px;
    margin: 0 auto;
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] * {
	color: #ffffff !important;
}
.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 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffed00+0,ffa114+100 */
    background-color: #ffed00; /* Old browsers */
    background-color: -moz-linear-gradient(top,  #ffed00 0%, #ffa114 100%); /* FF3.6-15 */
    background-color: -webkit-linear-gradient(top,  #ffed00 0%,#ffa114 100%); /* Chrome10-25,Safari5.1-6 */
    background-color: linear-gradient(to bottom,  #ffed00 0%,#ffa114 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed00', endColorstr='#ffa114',GradientType=0 ); /* IE6-9 */
    background-image: url(images/black-cart.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    border-radius: 50px;
    color: #000000;
    padding: 12px 25px;
    padding-left: 40px;
    text-transform: uppercase;
}
.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-button-"] button:hover {
    background-color: #006be9;
    color: #ffffff;
}
.banner div[class*="amazingslider-box-"] > div + div + div {
    height: 0px !important;
    width: 0px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    left: -9999px !important;
}

/* = My Account Button
-------------------------------------------------------------- */
.my-account a {
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.50s ease;
}
.my-account img {
    transition: 0.3s ease;
}
.my-account img:hover {
    opacity: 0.85;
}

/* =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 {
    padding: 0px 20px;
}
.main-menu * {
    color: #ffffff !important;
}
.main-menu ul,
.sticky-menu ul {
    display: inline-block;
    list-style: none;
    vertical-align: top;
}
.main-menu li,
.sticky-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 {
    display: block;
	font-size: 16px !important;
    line-height: normal !important;
    padding: 10px 10px;
    margin: 0px 15px;
}
.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: #a0cc3a;
    -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 #ffffff;
    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,
.main-menu .sub-menu > .current-page-ancestor > a,
.sticky-menu .sub-menu > .current-page-ancestor > a {
    background: #29aae0;
    border-radius: 0px;
    color: #ffffff;
	text-decoration: none;
}
.main-menu li:hover > a,
.main-menu .current-menu-item > a,
.main-menu .menu > .current-page-ancestor > a,
.sticky-menu .menu > .current-page-ancestor > a {
	text-decoration: underline;
}
.linkdin a {
    padding: 5px;
}
.what-i-do {
	background: url(images/what.png);
	background-repeat: no-repeat;
	background-position: right center;
}


/* = 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 * {
    color: #ffffff !important;
}
.sticky-menu {
    background: rgba(0,0,0,0.75);
    border: 0;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    top: -90px;
    position: fixed;
    z-index: 99999;
}
.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 {
    width: 125px;
}
.sticky-menu .logo a {
    margin: 0;
    padding: 0;
}
.sticky-menu .main-menu {
    background: transparent;
    padding: 0;
}
.sticky-menu li {
    /*background: url(images/menu-li.jpg);
    background-repeat: no-repeat;
    background-position: left center;*/
}
.sticky-menu li:first-child {
    background: none;
}
.sticky-menu a {
    display: block;
    margin: 0px 20px;
    padding: 5px 10px;
}
.sticky-menu li:hover > a,
.sticky-menu .current-menu-item > a {
    
}
/*.main-menu ul#menu-main-menu > li:last-child .mPS2id-clicked,
.main-menu ul#menu-main-menu > li:last-child ._mPS2id-h,
.main-menu li:hover > a,
.mPS2id-highlight {
    background: #F6D65D;
	color: #000000 !important;
}*/

/* = Home Page
-------------------------------------------------------------- */
body.home #maincontent {
    padding-bottom: 0;
}
body.home .banner {
    /*height: auto !important;
    overflow: auto !important;*/
}
body.page .banner {
    /*height: 700px;
    overflow: hidden;*/
}
.transform-scale .panel-grid-cell,
.transform-scale-widget .so-widget-sow-editor {
	transition: transform 0.3s ease;
}
.transform-scale .panel-grid-cell:hover,
.transform-scale-widget .so-widget-sow-editor:hover {
	transform: scale(1.03);
}
.image-full-width * {
	margin-bottom: 0 !important;
}
.image-full-width img {
	width: 100% !important;
}
/*body.home .topheader .logo {
	display: none;
}
body.home .topheader #wrapper {
    justify-content: center;
}
body.home .main-menu .menu > li > a {
    font-size: 18px !important;
	margin: 0px 20px;
}
body.home .topheader {
    padding: 60px 20px;
}*/
.home-about {
	padding: 40px 20px;
	padding-top: 100px;
}
.home-about .panel-grid-cell:last-child {
	background: #110f20;
	padding: 40px !important;
    position: relative;
    left: -150px;
    top: -60px;
}
.home-about .panel-grid-cell:last-child * {
	color: #ffffff !important;
}
.home-i-am {
	background: #110f20;
	padding: 100px 0px;
	margin-bottom: 200px;
}
.home-i-am * {
	color: #ffffff !important;
}
.home-i-am .panel-grid-cell:first-child {
	position: relative;
}
.home-i-am-image {
    position: absolute;
    top: -300px;
	left: 0;
    right: 0;
}
.home-i-am-image * {
	margin-bottom: 0 !important
}
.home-i-am-image img {
	max-height: 650px;
}
.home-experience h1 {
	background: #110f20;
	color: #ffffff;
	padding: 15px 20px;
	text-align: center;
}
.image-bottom * {
	margin-bottom: 0 !important;
}
.home-testimonial {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#323232+0,5a5a5a+51,323232+100 */
background: #323232; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #323232 0%, #5a5a5a 51%, #323232 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #323232 0%,#5a5a5a 51%,#323232 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #323232 0%,#5a5a5a 51%,#323232 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#323232',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-bottom: 30px;
	text-align: center;
}
.home-testimonial h1 {
	color: #ffffff;
}
.home-testimonial .testimonial_rotator.template-threepigs .testimonial_rotator_slide_inner {
    background: #ffffff;
    margin: 0px 15px;
    min-height: 260px;
    padding: 20px;
    padding-bottom: 0;
	width: 30%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.home-testimonial .testimonial_rotator.template-threepigs img {
	border-radius: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.home-testimonial .testimonial_rotator.template-threepigs .testimonial_rotator_quote {
    font-size: 13px;
    line-height: 18px;
    font-family: "ProximaNova-Regular";
}
.home-testimonial .fa-chevron-left,
.home-testimonial .fa-chevron-right {
	color: #ffffff;
}
.brands-carousel .amazingcarousel-image > div + div {
	right: -9999px !important;
}
.brands-carousel .amazingcarousel-title {
	display: none;
}
.what-i-do h1 a {
	font-family: "PalatinoBold" !important;
    font-size: 40px !important;	
}
.what-i-do a:hover span {
    color: #2aabe1 !important;
}
body.page-id-3729 #maincontent {
    padding: 0;
}
.display-none {
	display: none !important;
}


/* =Contact Page
-------------------------------------------------------------- */
body.contact-page #maincontent {
    padding-top: 0;
}
.contact-table table {
    margin-bottom: 20px;
}
.contact-table td:first-child {
    width: 10% !important;
}
.contact-table td  {
	line-height: normal !important;
    width: auto !important;
}
.contact-persons-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.contact-persons * {
    margin: 3px !important;
}
.contact-persons td:first-child {
    width: 90px !important;
}
.contact-persons td:first-child img {
    height: 72px;
    width: 72px;
    border-radius: 100%;
}
.contact-persons td  {
	line-height: normal !important;
    width: auto !important;
}
.contact-us .panel-grid-cell:first-child {
    background: #006be9;
    padding: 40px;
    margin-left: -50px;
}
.contact-us .panel-grid-cell:first-child * {
    color: #ffffff !important;
}
.contact-us .panel-grid-cell:first-child h3 {
    font-size: 36px;
}
.contact-us {
	align-items: stretch !important;
    box-shadow: 0px 0px 10px 0px #dddddd;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 40px;
    padding-bottom: 30px;
    padding-left: 0;
}
.amazingcarousel-next {
    margin-right: -35px !important;
}
.amazingcarousel-prev {
    margin-left: -35px !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: #006be9;
}
.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: #006be9;
}
.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: #006be9;
    color: #ffffff;
}
.wrapwidth,
.panel-layout > .panel-grid {
    
}
.panel-widget-style {
    transition: background 0.5s ease;
}
.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 8px;
    list-style: none;
    margin-left: 0px;
    padding-left: 15px;
}
.margin-zero * {
    margin: 0 !important;
}
#yith-quick-view-modal {
    z-index: 9999;
}
#yith-quick-view-modal .yith-wcqv-main {
    background: #ffffff;
}
.yith-wcqv-button {
    margin-top: 0px !important;
}

/* =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,
.shine-textwidget,
.home-products .amazingcarousel-item-container,
.home-latest-posts .amazingcarousel-item-container,
.owl-carousel .owl-item,
.woocommerce ul.products li.product {
    position: relative;
    overflow: hidden;
}
.shine .textwidget:before,
.shine-textwidget:before,
.home-products .amazingcarousel-item-container:before,
.home-latest-posts .amazingcarousel-item-container:before,
.owl-carousel .owl-item:before,
.woocommerce ul.products li.product:after {
    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,
.shine-textwidget:hover:before,
.home-products .amazingcarousel-item-container:hover:before,
.home-latest-posts .amazingcarousel-item-container:hover:before,
.owl-carousel .owl-item:hover:before,
.woocommerce ul.products li.product:hover:after {
    -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 #006be9;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 30px;
    margin: 0 10px;
}
.voice-links ul li a:hover {
    background: #006be9;
    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: #006be9;
}

.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 #006be9;
}
.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;
}
.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 {
    margin-top: 0px;
}
.axesidebar h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #006be9;
    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
-------------------------------------------------------------- */
.search-form input[type="submit"] {
    border-radius: 0 !important;
    width: 100% !important;
}
.postmeta a {
    color: #006be9;    
}
.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: #006be9;
}
.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
-------------------------------------------------------------- */
.product_hover .quick_view_ultimate_container span.quick_view_ultimate_button {
	background: #006be9 !important;
	opacity: 0.90 !important;
}
#cboxOverlay, #colorbox {
	z-index: 99999 !important;
}
body.woocommerce .banner,
body.woocommerce-cart .banner,
body.woocommerce-page .banner {
    display: none;
}
.woocommerce #primary {
    /*float: right;
    width: 70%;*/
}
.woocommerce .sidebarcolumn {
    display: none;
}
.woocommerce .w4 {
    width: 22%;
}
body.tax-product_cat.woocommerce .sidebarcolumn {
    display: block;
}
body.tax-product_cat.woocommerce #primary {
    float: right;
    width: 75%;
}
body.tax-product_cat.woocommerce a.button {
    padding: 12px 24px;
}
body.tax-product_cat.woocommerce ul.products li.product {
    width: 22%;
}
.woocommerce div.product div.summary {
    width: 65%;
}
.woocommerce div.product div.images {
    width: 30%;
}
.woocommerce #maincontent ul li {
    background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: 0px !important;
}
.woocommerce .axesidebar aside.widget {
    background: #eeeeee;
    box-shadow: 3px 3px 5px 1px #d0d0d0;
    border: 2px solid #ffffff;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 20px;
}
.woocommerce-product-search button {
    background: #006be9;
    color: #ffffff;
    width: 100%;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
}
.woocommerce-product-search button:hover {
    background: #000000;
}
.woocommerce #maincontent ul.products li.product-category {
    padding: 15px !important;
}
.woocommerce ul.products li.product a img {
    height: 175px;
    width: auto;
    margin: 0 auto;
    object-fit: scale-down;
    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 {
    border: 1px solid #dddddd;
    clear: none;
    margin: 20px 10px !important;
    padding: 15px !important;
    text-align: center;
    width: 23%;
    transition: 0.2s ease;
}
.woocommerce ul.products li.product:hover {
    box-shadow: 1px 1px 5px 1px #c7c7c7;
    transform: scale(1.02);
}
.woocommerce ul.products li.product:hover .button {
    background: #000000;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover .description {
    color: #0067b1;
}
.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: 16px;
    line-height: normal !important;
    padding: 0;
	margin-top: 18px;
}
.woocommerce ul.products li.product .description {
    color: #7d7d7d;
}
.woocommerce div.product .product_title {
    border-bottom: 1px solid #dddddd;
	font-size: 26px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
body.single-product h2 {    
    font-size: 24px;
}
.products li {
    max-width: 100%;
}
.woocommerce ul.products li.product .price + br {
    
}
.woocommerce ul.products li.product .button {
    margin-bottom: 10px;
}
.woocommerce ul.products li.product .product_type_simple {
    /*display: none;*/
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    background: #ffed00 !important;
    background: -moz-linear-gradient(top, #ffed00 0%, #ffa114 100%) !important;
    background: -webkit-linear-gradient(top, #ffed00 0%,#ffa114 100%) !important;
    background: linear-gradient(to bottom, #ffed00 0%,#ffa114 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed00', endColorstr='#ffa114',GradientType=0 ) !important;
    color: #000000;
    margin: 5px;
}
.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;
    max-width: none;
    width: 70px;
    height: auto;
    padding-left: 15px;
    text-align: left;
}
.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;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 30px;
}
.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: #006be9;
}
.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: #ffed00;
    background: -moz-linear-gradient(top, #ffed00 0%, #ffa114 100%);
    background: -webkit-linear-gradient(top, #ffed00 0%,#ffa114 100%);
    background: linear-gradient(to bottom, #ffed00 0%,#ffa114 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed00', endColorstr='#ffa114',GradientType=0 );
    color: #000000;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    min-height: 371px;
}
body.single-product div.product form.cart .button {
    padding: 14px 40px;
    font-size: 14px;
}
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: #006be9;
    border-radius: 2px !important;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 30px;
}
.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;
    font-weight: normal;
}
.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: #0067b1;
    font-size: 16px;
    font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
}
body.single-product div.product div.summary .woocommerce-Price-amount {
	font-size: 40px;
    position: relative;
}
body.single-product div.product div.summary del .woocommerce-Price-amount {
	font-size: 24px;
	margin-right: 10px;
}
.woocommerce-Price-amount {
    position: relative;
}
.woocommerce-Price-amount:before {
    /*    content: '$';
        display: inline-block;*/
}
.woocommerce-Price-currencySymbol {
    margin-right: 5px;
    /*    position: absolute;
        right: -80%;*/
}
.woocommerce div.product div.summary {
    background: #f5f5f5;
    border: 1px solid #ebe9eb;
    padding: 20px;
}
.woocommerce-cart .quantity .qty {
    padding-left: 25px !important;
}
.woocommerce #maincontent .woocommerce-pagination li {
    padding: 0 !important;
    margin: 0;
}
.woocommerce-account #maincontent .woocommerce-MyAccount-navigation ul li {
    background: none;
    padding-left: 0 !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: none;
    display: block;
}
.woocommerce .widget_price_filter .price_label {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}
.woocommerce #maincontent .axesidebar aside.widget ul {
    margin-left: 20px;
}
.woocommerce #maincontent .axesidebar aside.widget li {
    cursor: pointer;
    list-style: disc;
    padding-left: 0 !important;
}
.woocommerce #maincontent .axesidebar aside.widget a {
    display: inline-block;
}
.woocommerce #maincontent .axesidebar aside.widget li span.count {
    font-size: 12px;
}
.woocommerce #maincontent .axesidebar aside.widget > ul > li:hover > a,
.woocommerce #maincontent .axesidebar aside.widget > ul > li:hover > span.count,
.woocommerce #maincontent .axesidebar aside.widget > ul.product-categories > li.current-cat > a,
.woocommerce #maincontent .axesidebar aside.widget > ul.product-categories > li.current-cat > span.count,
.woocommerce #maincontent .axesidebar aside.widget > ul.product-categories > li.current-cat-parent > a,
.woocommerce #maincontent .axesidebar aside.widget > ul.product-categories > li.current-cat-parent > span.count,
.woocommerce #maincontent .axesidebar aside.widget ul.children li:hover *,
.woocommerce #maincontent .axesidebar aside.widget ul.children li.current-cat * {
    color: #ff9a00;
}
.woocommerce #maincontent .axesidebar aside.widget ul.children {
    margin-top: 5px;
}
.woocommerce #maincontent .axesidebar aside.widget ul.children li {
    margin-bottom: 3px;
}
.add_to_cart_button {
	/*display: none !important;*/
}
.woocommerce ul.products li.product .yith-wcqv-button {
	background: transparent !important;
	color: transparent !important;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
mark.count {
    background: transparent;
}
.woocommerce ul.products li.product .xt_wooqv-trigger {
	background: transparent !important;
	color: transparent !important;
	position: absolute !important;
    left: 0 !important;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: 9999;
}
.xt_wooqv-slider li {
	background-position: center center;
    background-size: auto;
}
.xt_wooqv-more-info {
	display: none !important;
}
#xt_wooqv.xt_wooqv-is-visible {
    z-index: 99999 !important;
}
.top-bar div.asl_m .probox .proclose svg {
    top: 5px !important;
    left: 5px !important;
}
div.asl_r.vertical {
    border: 1px solid #d2d2d2 !important;
}
.kksr-legend {
    display: none !important;
}
.kk-star-ratings.lft {
    float: none !important;
    margin: 10px auto !important;
}
section.related{
    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;
}
.product_meta {
    display: inline-block;
}
.product_meta span {
    margin-right: 10px;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
    margin-right: 20px;
    display: inline-block;
}
.yith-wcwl-add-to-wishlist + .clear {
    display: inline-block;
}
.addtoany_list {
    display: block !important;
    margin-top: 20px;
}
.add_to_wishlist {
    background: url(images/wishlist.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 27px;
}
.entry-summary .product_meta {
    background: url(images/category.png);
    background-repeat: no-repeat;
    color: #FD0066;
    display: inline-block;
    padding-left: 27px;
}
.rp_cart_btn a {
    background: #006be9 !important;
}
.rp_cart_btn a:hover {
    background: #000000 !important;
}
.rp_related_products_area img {
    height: 130px !important;
    object-fit: scale-down;
}
.owl-carousel .owl-item {
    background: #fbfbfb;
    border: 1px solid #dddddd;
    min-height: 270px;
}

/*** Rating CSS ***/
.woocommerce .star-rating:before {
    color: #ffa813;
}
.woocommerce .star-rating {
    color: #006be9;
}
.woocommerce .products .star-rating {
    display: none;
    margin: 0 auto;
    margin-bottom: 15px;
}
.woocommerce ul.products li.product .woocommerce-review-link {
    display: none;
    margin-top: -33px;
    margin-right: -90px;
}
.woocommerce ul.products li.product:hover .star-rating:before,
.woocommerce ul.products li.product:hover .star-rating,
.woocommerce ul.products li.product:hover .woocommerce-review-link {
    color: #0067b1;
}


/* = Pages
-------------------------------------------------------------- */
.themeaxe_readmore,
.read-more a {
    background: #006be9;
    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;    
}
.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
-------------------------------------------------------------- */
body.how-to-reach-footer .footer {
	display: block;
}
.footer {
	display: none;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 775px;
	text-align: center;
}
.footer-column * {
	color: #ffffff !important;
}
.footer-column a {
	font-size: 18px !important;
}
.footer-column .panel-grid-cell:nth-child(2) {
	background: #000000;
	min-height: 775px;
}
.footer-contact {
	padding: 0px 60px;
}
.footer-contact input[type="text"],
.footer-contact input[type="email"] {
    background: transparent;
    border-bottom: 1px solid #505050 !important; 
}
.footer-contact input[type="submit"] {
    background: transparent !important;
    box-shadow: none !important;
    border: 2px solid #ffffff !important;
    margin-top: 15px;
}
.footer .footercolumns {
    padding: 0px 20px;
    min-width: auto;
}
.footer .footercolumns:first-child {

}
.footer .footercolumns:last-child {

}
.footer .footercolumns-2 {
    padding-left: 80px;
}
.footer h3 {
    margin-bottom: 20px;
}
.footer h3:after  {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #000000;
    margin-top: 10px;
}
.footer p {
    margin-bottom: 10px;
}
.footer ul {
    list-style: none;
}
.footer li > ul {
    display: none;
}
.footer a {
	color: #ffffff !important;
    display: inline-block;
}
.footer a:hover {
	text-decoration: underline;
}
.footer table {
    width: 100%;
}
.footer table tr td:first-child {
	width: 30px !important;
}
.footer table tr td {
    padding: 5px;
    vertical-align: top;
    width: auto !important;
}
.footer input,
.footer textarea,
.footer select {
    border-radius: 0px !important;
	border: 0 !important;
}
.footer .widget_nav_menu {
    position: relative;
}
.footer .widget_nav_menu ul {

}
.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 {
    display: block;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.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 {
	display: none;
	border-top: 1px solid #000000;
    clear: both;
    padding: 15px 20px;
}
.footer-bottom * {
    
}
.footer-visa {
    text-align: right;
}

/* =Footer input
-------------------------------------------------------------- */
.footer .wpcf7-form-control:focus,
.footer .wpcf7-form-control:hover {
    background: #353535 !important;
    color: #ffffff !important;
}
/*.footer input[type="submit"] {
    background: #799c3e;
    width: 100%;
}
.footer input[type="submit"]:focus,
.footer input[type="submit"]:hover {
    background: #5a2d80 !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: #006be9;
}
.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;
}
#wprmenu_bar .menu_title a {
    color: #ffffff;
}
.wprm_after_menu_content {
    font-size: 12px;
}
#wprmenu_menu_ul .what-i-do {
    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 {
    	text-align: center;
    }
    .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: 0;
		padding: 7px 10px;
	}
    #maincontent {
        padding: 20px !important;
    }
    .w8 .mcontent {
        padding: 0;
    }
    .woocommerce #maincontent ul.products li.product-category {
        padding: 10px !important;
        width: 25% !important;
    }
    .woocommerce ul.products li.product {
        clear: none !important;
        float: left !important;
        margin: 0px !important;
        width: 25%;
    }
    .woocommerce ul.products li.product .button {
        padding: 12px 24px;
    }
    body.tax-product_cat.woocommerce ul.products li.product {
        width: 25%;
    }
}
@media screen and (max-width: 999px){
	.topheader {
		display: none !important;
		position: static;
	}
	.topheader #wrapper {
    	display: block;
	}
	.topheader .logo {
		flex: none;
	}
    .topheader,
    .top-bar {
        text-align: center;
    }
    .top-bar {
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .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;
    }
    .text-right {
        text-align: center;
    }
    .main-menu,
    .sticky-menu {
        display: none;
    }
    .flex-direction-row {
        flex-direction: row !important;
        align-items: center !important;

    }
    .flex-direction-row .panel-grid-cell {
        margin: 0px 5px !important;
    }
    .wrapwidth,
    .panel-layout > .panel-grid {
        width: auto !important;
    }
    .home-about .panel-grid-cell:last-child,
	.home-i-am-image {
    	position: static;
	}
	.home-i-am {
		margin-bottom: 0;
		text-align: center;
	}
	.image-bottom {
		display: none !important;
	}
	.home-experience,
	.home-experience p {
    	text-align: center !important;
	}
	.home-testimonial .testimonial_rotator.template-threepigs .testimonial_rotator_slide_inner {
    	width: 28%;
	}
    .home-products {
        padding: 0px;
    }
    .home-content .panel-grid .panel-grid-cell {
        width: auto !important;
        text-align: center;
    }
    body.tax-product_cat.woocommerce ul.products li.product {
        width: 33.333%;
    }
    .table-layout td {
        display: block;
        margin-top: 20px;
    }
    body.blog .axesidebar aside.widget {
        margin-left: 0;
    }
    .contact-us {
        padding: 20px !important;
    }
	.contact-us .panel-grid-cell:first-child {
		margin-left: 0;
	}
    .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;
    }
    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: #006be9;
		text-align: center;
    }
	.footer-bottom * {
        color: #ffffff !important;
    }
    .footer-bottom .panel-grid-cell {
        margin-bottom: 0 !important;
    }
	.footer-visa {
		text-align: center;
		margin-top: 10px;
	}
    .axeCarousel .axecarouselarrows.axecarouselnext {
        left: 0;
    }
}
@media (max-width: 684px) {
    #wpadminbar {
        position: fixed !important;
    }
    #wprmenu_bar .menu_title a {
        color: #ffffff;
    }
    .topheader #wrapper {
        flex-wrap: wrap;
    }
    .topheader .logo {
        display: block;
    }
    #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 {
        font-size: 12px;
        margin-top: 18px !important;
    }
    .banner .featuredimg h1 {
        white-space: nowrap;
        font-size: 36px;
    }
	.home-services {
		padding-top: 40px;
	}
    body.tax-product_cat.woocommerce #primary {
        float: none;
        width: auto;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: none;
    }
    .owl-carousel .owl-item {
        display: block;
    }
	.home-testimonial .testimonial_rotator.template-threepigs .testimonial_rotator_slide_inner {
    	width: 100%;
	}
    .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) {
    .banner div[class*="amazingslider-text-wrapper-"] * {
        margin: 0 !important;
    }
    .banner .wonderpluginslider,
    .banner div[class*="amazingslider-space-"] {
        height: 250px !important;
    }
    .banner div[class*="amazingslider-img-"] img {
        height: 250px !important;
        margin: 0 !important;
        object-fit: cover;
    }
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-title-"] {
        font-size: 36px;
        white-space: normal;
    }
	.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-title-"] img {
        max-height: 125px;
    }
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] h2 {
        font-size: 16px;
    }
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"],
	.banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] p {
        display: block !important;
        font-size: 12px;
        line-height: 18px !important;
    }
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-description-"] p {

    }
    .banner div[class*="amazingslider-text-box-"] div[class*="amazingslider-button-"] button {

    }
	.topheader #wrapper {
		justify-content: center;
	}
    .top-bar .widget_nav_menu li {
		float: none;
	}
	.top-bar .widget_nav_menu li a {
		display: block;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.trip-padding {
		padding: 10px 5px !important;
	}
	.wpcf7-form .ajax-loader {
		display: none !important;
	}
    .woocommerce #maincontent ul.products li.product-category,
    #maincontent .home-category li.product {
        width: 50% !important;
    }
    .woocommerce ul.products li.product {
        width: 50% !important;
    }
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100%;
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        position: relative;
        z-index: 9999;
    }
    .cart-button a {
        margin: 0px auto;
        transform: translateX(-50%);
    }
    .flex-direction-row {
        flex-direction: column !important;
    }
    .contents .content-feature-image {
        float: none;
        max-width: 100%;
        margin-right: 0px;
    }
    .wpcf7 table tr td {
        display: block;
    }
	.footer-column .panel-grid-cell:nth-child(2) {
		min-height: auto;
		padding: 40px !important;
	}
	.footer {
    	min-height: auto;
	}
    .footer,
    .footer-bottom {
        padding: 10px;
    }
    .footer h1 {
        font-size: 26px;
    }
	.footer-contact {
    	padding: 0;
	}
    .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;
    }
}