/* 
* Theme name: AXe Child - Theme AXe Child
* Template: axetheme
* Author: AXe - Esolbiz
* Author URI: http://www.esolbiz.com
* Version: 1.0
*/
/* General */
@import url('../axetheme/style.css');

@font-face {
    font-family: 'open_sansregular';
    src: url('font/OpenSans-Regular_3-webfont.eot');
    src: url('font/OpenSans-Regular_3-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/OpenSans-Regular_3-webfont.woff2') format('woff2'),
        url('font/OpenSans-Regular_3-webfont.woff') format('woff'),
        url('font/OpenSans-Regular_3-webfont.ttf') format('truetype'),
        url('font/OpenSans-Regular_3-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('font/opensans-bold-webfont-webfont.eot');
    src: url('font/opensans-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/opensans-bold-webfont-webfont.woff2') format('woff2'),
        url('font/opensans-bold-webfont-webfont.woff') format('woff'),
        url('font/opensans-bold-webfont-webfont.ttf') format('truetype'),
        url('font/opensans-bold-webfont-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('font/opensans-semibold_2-webfont.eot');
    src: url('font/opensans-semibold_2-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/opensans-semibold_2-webfont.woff2') format('woff2'),
        url('font/opensans-semibold_2-webfont.woff') format('woff'),
        url('font/opensans-semibold_2-webfont.ttf') format('truetype'),
        url('font/opensans-semibold_2-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('font/opensans-light_3-webfont.eot');
    src: url('font/opensans-light_3-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/opensans-light_3-webfont.woff2') format('woff2'),
        url('font/opensans-light_3-webfont.woff') format('woff'),
        url('font/opensans-light_3-webfont.ttf') format('truetype'),
        url('font/opensans-light_3-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TrajanPro-Bold';
    src: url('font/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),  url('font/TrajanPro-Bold.otf')  format('opentype'),
        url('font/TrajanPro-Bold.woff') format('woff'), url('font/TrajanPro-Bold.ttf')  format('truetype'), url('font/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TrajanPro-Regular';
    src: url('font/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),  url('font/TrajanPro-Regular.otf')  format('opentype'),
        url('font/TrajanPro-Regular.woff') format('woff'), url('font/TrajanPro-Regular.ttf')  format('truetype'), url('font/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    border-top: 6px solid #939598;
    color: #878787;
    font-family: 'open_sansregular';
    font-size: 14px;
}
a, form, input, textarea, select, label, .fa, .topicons a 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;
    color: #878787;
    font-family: 'open_sanssemibold';
    font-weight: normal;
    text-rendering: optimizelegibility;
}
a {
    color: #0099cc;
    opacity: 1 !important;
    text-decoration:none;
}
img {
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
p, li, table tr td {
    line-height: 25px;
}
.clear {
    clear:both;
}
.display-none {
display: none;
}
::selection {
    background: #000000;
}
#wrapper:before, #wrapper:after,
.topheader:before, .topheader:after,
.topcontact:before, .topcontact:after,
.footer-section:before, .footer-section:after {
    content:"";
    display:table;
}
#wrapper:after,
.topheader:after,
.topcontact:after,
.footer-section:after {
    clear:both;
}
#wrapper {
    margin: 0px auto;
    max-width: 1030px;
    position: relative;
}
.topcontact {
    background: #939598;
    color: #ffffff;
    -webkit-border-radius: 0 0 0 200px;
    -moz-border-radius: 0 0 0 200px;
    border-radius: 0 0 0 200px;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    width: 40%;
}
.topcontact ul {
    list-style: none;
}
.topcontact li {
    border-right: 1px solid #ffffff;
    display: inline-block;
    line-height: 0;
    padding-right: 10px;
    margin-right: 10px;
    vertical-align: top;
}
.topcontact li:last-child {
    border-right: 0px;
}
.topcontact a {
    color: #ffffff;
}
.topcontact a:hover {
    color: #96e5ff;
}
.topcontact img {
    margin-right: 10px;
}
.topheader {
    padding: 20px;
}
.topheader .logo {
    float: left;
}
.topheader .logo img {
    height: 140px;
}
.topicons {
    float: right;
    margin-top: 60px;
}
.topicons a img {
    opacity: 0.50;
}
.topicons a img:hover {
    opacity: 1;
    transform: rotate(15deg);
}
.topicons .widget_themeaxe_socialwidget li,
.footer .widget_themeaxe_socialwidget li {
    margin-right: 5px;
}
.topicons .widget_themeaxe_socialwidget .fa,
.footer .widget_themeaxe_socialwidget .fa {
    box-shadow: 0 0 0 3px #939598;
    color: #fff;
    font-size: 22px !important;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.topicons .widget_themeaxe_socialwidget .fa:before,
.footer .widget_themeaxe_socialwidget .fa:before {
    display: block;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.topicons .widget_themeaxe_socialwidget .fa:after,
.footer .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;
}
.topicons .widget_themeaxe_socialwidget .fa:after,
.footer .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;
}
.topicons .widget_themeaxe_socialwidget .fa:hover {
   box-shadow: 0 0 0 3px #000000;
}
.topicons .widget_themeaxe_socialwidget .fa:hover:after,
.footer .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 .widget_themeaxe_socialwidget .fa {
    box-shadow: 0 0 0 3px #000000;
    width: 40px;
    height: 40px;
}
.footer .widget_themeaxe_socialwidget .fa:after {
    background: #000000;
}
.footer .widget_themeaxe_socialwidget .fa:hover {
   box-shadow: 0 0 0 3px #ffffff;
    color: #000000;
    opacity: 1;
}
.footer .widget_themeaxe_socialwidget .fa:hover:after {
    background: #ffffff;
}

/* =Banner
-------------------------------------------------------------- */
.page-id-18 .banner,
.page-id-18 .banner-page,
.page-id-26 .banner,
.page-id-26 .banner-page {
    display: none;
}
.banner-page {
/*    height: 500px;
    overflow: hidden; */
    position: relative;
}
.banner-page h1 {
    color: #ffffff;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}
.banner-page img {
    width: 100% !important;
}
.banner {
    position: relative;
}
.banner .metaslider .caption-wrap,
.banner-page h1 {
    background: rgba(0,0,0,0.50);
    font-family: 'open_sanssemibold';
    font-size: 45px;
    width: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    opacity: 1;
    padding: 15px 30px;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
}
.banner .metaslider .caption {
    word-wrap: normal;
    white-space: nowrap;
}
.metaslider {
    max-width: 100% !important;
}
.metaslider .slides img {
    max-height: 600px;
}
.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
-------------------------------------------------------------- */
div[class*="amazingslider-title-"] {
    background: rgba(0,0,0,0.50) !important;
    font-family: 'open_sanssemibold' !important;
    font-size: 45px;
    font-style: normal !important;
    padding: 15px 30px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
}
div[class*="html5gallery-elem-img-"] > a,
div[class*="html5gallery-elem-img-"] > a div,
div[class*="amazingslider-box-"] div + div + div {
    height: 0px !important;
    width: 0px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    left: -9999px !important;
}

/* =Menu
-------------------------------------------------------------- */
.main-menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b3ef+0,009cd0+100 */
    background: #00b3ef; /* Old browsers */
    background: -moz-linear-gradient(top, #00b3ef 0%, #009cd0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b3ef 0%,#009cd0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b3ef 0%,#009cd0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3ef', endColorstr='#009cd0',GradientType=0 ); /* IE6-9 */
    border-bottom: 5px solid #00769c;
    text-align: center;
}
.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 a {
    color: #ffffff;
    display: block;
    font-size: 18px;
    padding: 20px 20px;
    margin: 0px 15px;
}
.main-menu > div > ul > li:first-child a {
    border-left: 0px;
}
.main-menu ul ul {
    background: rgba(0,118,156,0.75);
    -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: 20px 0 0 0;
    position: absolute;
    left: 15px;
    width: 250px;
    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 {
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}
.main-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 {
    background: none !important;
    float: none;
}
.main-menu ul ul a {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    margin: 0px;
    padding: 15px 10px;
    text-align: left;
    line-height: normal;
}
.main-menu ul ul ul {
    left: 100%;
    top: 0;
}
.main-menu ul ul :hover > a {
    color: #ffffff;
}
.main-menu li:hover > a,
.topheader .main-menu a:focus {
    background: #00769c;
}
.main-menu .current-menu-item > a {
    background: #00769c;
}

/* = Home Page
-------------------------------------------------------------- */
.vc_row {
    margin: 0px auto !important;
}
.home-content,
.heading-1 h1 {
    text-align: center;
}
.home-content h1:after,
.heading-1 h1:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #0099cc;
    margin: 0 auto;
    margin-top: 5px;
}
.heading-2 h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #0099cc;
    margin-top: 5px;
}
.heading-2 ul {

}
.heading-2 li {
    background: url(images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    list-style: none !important;
    padding-left: 35px !important;
    padding-bottom: 15px !important;
}
.home-content #panel {
    display: none;
}
.home-content #flip {
    background: #0099cc;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 15px;
}
.home-content #flip:hover {
    background: #000000;
}
.home-circle {
    text-align: center;   
}
.home-circle p:first-child a {
    background: #0099cc;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    height: 180px;
    width: 180px;
}
.home-circle p:first-child a:hover {
    background: #00b3ef;
    background: -moz-linear-gradient(top, #00b3ef 0%, #009cd0 100%);
    background: -webkit-linear-gradient(top, #00b3ef 0%,#009cd0 100%);
    background: linear-gradient(to bottom, #00b3ef 0%,#009cd0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3ef', endColorstr='#009cd0',GradientType=0 );
    border-bottom: 5px solid #00769c;
}
.home-circle p:first-child a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-circle p:last-child a {
    color: #808183;
    font-size: 22px;
}
.home-circle p:last-child a:hover {
    color: #0099cc;
}
.home-circle-right {
    position: relative;
    right: -70px;
}
.home-circle-left {
    position: relative;
    left: -70px;
}
.home-reviews-houzz {
    background: url(images/reviews-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 369px;
    padding-top: 80px;
}
.home-reviews-houzz * {
    color: #ffffff !important;
}
.home-reviews-houzz .fa-star {
    color: #74b944 !important;
}
.home-reviews-houzz .longform_hr {
    display: none !important;
}
.home-margin-bottom {
    margin-bottom: 40px;
}
.home-recent-blog h1:after,
.home-testimonials h1:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #0099cc;
    margin-top: 5px;
}
.home-recent-blog .wonderplugincarousel,
.home-testimonials .wonderplugincarousel {
    max-width: 100% !important;
}
.home-recent-blog .amazingcarousel-item-container {
    background: #f2f2f2 !important;
}
.home-recent-blog .amazingcarousel-image {
    height: 130px !important;
    width: auto !important;
}
.home-recent-blog .amazingcarousel-text {
    float: right !important;
    text-align: left;
    width: 66% !important;
}
.home-recent-blog .amazingcarousel-text a {
    color: #000000;
    font-family: 'open_sanssemibold' !important;
    font-size: 15px;
}
.home-recent-blog .amazingcarousel-text a:hover {
    color: #0099cc;
}
.home-recent-blog .amazingcarousel-title {
    line-height: normal !important;
    height: auto !important;
    visibility: visible !important;
}
.home-recent-blog .amazingcarousel-readmore a {
    font-size: 13px !important;
}
.home-recent-blog .amazingcarousel-text > div {
    margin: 5px 0px !important;
}
.home-recent-blog .amazingcarousel-image a + div {
    display: none !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
}
.home-testimonials .amazingcarousel-item-container {
    background: #f2f2f2 !important;
    min-height: 140px;
}
.home-testimonials .amazingcarousel-text {
    width: auto !important;
    float: none !important;
}
.home-testimonials .amazingcarousel-title {
    color: #0099cc !important;
    font-style: italic !important;
    text-align: right !important;
}
.home-testimonials .amazingcarousel-description {
    font-size: 13px !important;
    line-height: 25px !important;
    height: auto !important;
    overflow: visible !important;
}
.home-testimonials .amazingcarousel-description:before {
    content: "";
    display: inline-block;
    background: url(images/testi.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 34px;
    margin-right: 10px;
    vertical-align: bottom;
}


/* = Two row slider CSS
-------------------------------------------------------------- */
.two-row-slider .amazingcarousel-title {
    display: none !important;
}
.two-row-slider .amazingcarousel-image a + div + div {
    height: 0px !important;
    width: 0px !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* = Portfolio CSS
-------------------------------------------------------------- */
.page-id-18 .portfolio .wonderplugin-gridgallery-tags {
    margin-top: 50px;
}
.portfolio {
    margin-bottom: 60px;
}
.portfolio .wonderplugin-gridgallery-item-container {
    top: 45px !important;
}
.portfolio .wonderplugin-gridgallery-item {
    height: auto !important;
    overflow: visible !important;
}
.portfolio .wonderplugin-gridgallery-item div + div + a {
    display: none;
}
.portfolio .wonderplugin-gridgallery-item-title {
    background: #f4f4f4;
    color: #45b4da;
    display: grid;
    align-content: center;
    font-family: 'open_sanssemibold';
    font-size: 20px !important;
    min-height: 94px;
    padding: 20px;
}
.wonderplugin-gridgallery-item-title {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.portfolio .wonderplugin-gridgallery-item:hover .wonderplugin-gridgallery-item-title {
    background: #45b4da;
    color: #ffffff;
}
.portfolio .wonderplugin-gridgallery-tag,
.our-portfolio-menu a {
    background: #e6e6e6 !important;
    color: #777777 !important;
    font-size: 16px !important;
    padding: 15px 30px !important;
}
.portfolio .wonderplugin-gridgallery-tag-selected,
.portfolio .wonderplugin-gridgallery-tag:hover,
.our-portfolio-menu a:hover {
    background: #45b4da !important;
    color: #ffffff !important;
}
.our-portfolio-menu {
    margin: 40px 0px;
}
.our-portfolio-menu ul {
    display: inline-block;
    list-style: none;
    margin: 0px !important;
    vertical-align: top;
}
.our-portfolio-menu li {
    float: left;
    line-height: normal !important;
    list-style: none !important;
    margin: 0px 10px 10px 0px !important;
    padding: 0 !important;
}
.our-portfolio-menu a {
    display: block;
    padding: 15px 25px !important;
}
.portfolio .blue-selected {
    background: #45b4da !important;
    color: #ffffff !important;
}

/* = Material List CSS
-------------------------------------------------------------- */
.material-list {
    background: #f6f6f6;
    margin: 40px 0px;
    padding: 20px;
}
.material-list h1 {
    margin-bottom: 40px !important;
}
.material-list table {
    border-collapse: collapse; 
    width: 100%;
}
.material-list table tr td {
    border: 1px solid #c5c5c5 !important;
    padding: 8px !important;
}
.material-list table tr {
    color: #565759;
    font-size: 16px;
}
.material-list table tr:nth-child(odd) {
    background: #f6f6f6;
    font-weight: bold;
}

.material-list table tr:nth-child(even) {
    background: #e2e2e2;
}
.material-list table tr:hover {
    background: #45b4da;
    color: #ffffff;
}

/* =Default inner Page CSS
-------------------------------------------------------------- */
#maincontent {
    padding: 30px 0px;
}
#maincontent p {
    line-height: 25px;
}
.mcontent {
    margin: 0px;
    padding: 0px;
}
#maincontent .enter-header {
    margin-bottom: 15px;
}
.page #maincontent .titleheading {
    display: none;
}
.titleheading,
.heading-1 h1,
.contents h1 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.heading-2 h2,
.contents h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.heading-3 h3,
.contents h3 {
    font-size: 18px;
    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 h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.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 {
    color: #278fc5;
    text-decoration: underline;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 10px;
}

/* =Post carousel CSS
-------------------------------------------------------------- */
.axeCarousel {
    width: 100%;
    height: 420px;
}
.axeCarousel .axecarouselitem {
    font-size: 14px;
    font-weight: normal;
}
.axeCarousel .axecarouselarrows {
    padding: 0;
    width: 36px;
    height: 36px;
    border: 2px solid #f7951e;
    color: #f7951e;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
}
.axeCarousel .axecarouselarrows.axecarouselnext {
    left: -30px;
}
.axeCarousel .axecarouselarrows.axecarouselback {
    right: -30px;
}
.axeCarousel .axecarouselitem {
    margin: 0px;
}
.axeCarousel .axecarouselitem > div {
    margin: 0px 15px;
}
.carousel-slide-width {
    width: 30%;
    text-align: center;
}
.carousel-box {

}
.carousel-image {

}
.carousel-text {

}
.carousel-text p {
    font-size: 14px;
}
.carousel-social {
    border-top: 2px solid #f7951e;
    padding-top: 10px;
}

/* =2 Colum CSS
-------------------------------------------------------------- */
.left-colum .left-content {
    float: left;
    width: 25%;
}
.left-colum .right-content {
    float: right;
    width: 73%;
}
.right-colum .left-content,
.two-colum-with-top-content .right-content {
    float: right;
    width: 25%;
}
.right-colum .right-content,
.two-colum-with-top-content .left-content {
    float: left;
    width: 73%;
}
.left-content {
    float: left;
    width: 48%;
}
.right-content {
    float: right;
    width: 48%;
}
.clear-content {
    clear: both;
}
.title-wrapper {
    margin-bottom: 40px;
}
.left-content ul {
    list-style: none;
    margin-bottom: 20px;
}
.left-content ul li {
    background: url(images/content-li.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    line-height: 25px;
    padding-left: 25px;
}

/* =Blog
-------------------------------------------------------------- */
.axeblogtitleurl:hover .titleheading {
    color: #0099cc;
}
.contents .featuredimg {
    display: block !important;
}
.contents .content-feature-image {
    /*float: left;
    max-width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;*/
}
.blog .mcontent,
.single .mcontent,
.archive .mcontent,
.search .mcontent {
    padding: 20px;
    margin: 20px auto;
}
body.blog .mcontent span + a:hover h1,
body.search .mcontent > a:hover h1 {
    color: #0198d5;
}
.blog h1.titleheading {
    display: none;
}
.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;
}
.contents .featuredimg {
    display: none;
}
.commentcount {
    background: #0099cc;
}
.commentcount:hover {
    background: #000000;
}
input[type="submit"]#searchsubmit {
    border-radius: 20px;
    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 {
    font-family: 'open_sanssemibold';
    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: 0;
    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 {
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    max-height: 250px;
}
.woocommerce ul.products li.product {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin: 20px 10px !important;
    padding-left: 0 !important;
    padding-top: 250px;
    width: 23%;
    text-align: center;
}
.woocommerce ul.products li.product:hover {
    border: 1px solid #b4c1bb;
    box-shadow: inset 0px 0px 15px 0px #b4c1bb;
}
.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;
}
.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: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #f08221;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #f79c4d;
    padding: 8px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #0099cc;
}
.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: #0099cc;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 9px 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: #000000;
}
.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: #253690;
    font-size: 16px;
    font-weight: bold;
}
.woocommerce .quantity .qty {
    width: 4.631em;
    padding: 7px;
}
.woocommerce div.product div.summary {
    background: #f5f5f5;
    border: 1px solid #ebe9eb;
    padding: 20px;
}
.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,
.more-link {
    background: #0099cc;
    border-radius: 20px;
    color: #ffffff;
    font-size: 12px;
    display: table;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 4px 30px;
}
.themeaxe_readmore:hover,
.more-link:hover {
    background: #000000;
}

/* =Inner Page Form CSS
-------------------------------------------------------------- */
input, textarea, select {
    background: #ffffff;
    border: 1px solid #bbb;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    padding: 10px;
    width: 100%;  
}
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 input[type="submit"],
.wysija-submit {

}
.wpcf7 input[type="submit"]:hover,
.wysija-submit:hover {

}
.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;
}

/* =Load More
-------------------------------------------------------------- */
#load-more {
    background: transparent;
    color: #43424e;
    font-family: 'open_sansbold';
    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: #2f2f2f;
    color: #ffffff;
    padding: 40px 20px;
}
.footer .footercolumns {
    padding: 0px 40px;
}
.footer .footercolumns:first-child {
    padding-left: 0;
}
.footer .footercolumns:last-child {
    padding-right: 0;
}
.footer h3 {
    color: #ffffff;
    font-family: 'open_sanssemibold';
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer h3:after  {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #939598;
    margin-top: 5px;
}
.footer p {
    margin-bottom: 10px;
}
.footer ul {
    list-style: none;
}
.footer li > ul {
    display: none;
}
.footer a {
    color: #ffffff;
    display: block;
}
.footer a:hover {
    color: #34a6d7;
    text-decoration: underline;
}
.footer table {
    width: 100%;
}
.footer table tr td {
    padding: 5px;
    vertical-align: top;
}
.footer input,
.footer textarea,
.footer select {
    border-radius: 0px !important;
}
.footer input[type="submit"] {
    border: 0px;
    float: right;
}
.footer .widget_nav_menu ul {
    list-style: disc;
    margin-left: 20px;
}
.footer .widget_nav_menu li > ul {
    display: none;
}
.footer .widget_nav_menu a {

}
.footer .widget_nav_menu a:hover {
    color: #34a6d7;
}
.footer .widget_themeaxe_socialwidget a {
    margin-bottom: 15px;
}
.footer-bottom {
    background: #000000;
    clear: both;
    color: #ffffff;
    padding: 20px;
}

/* =Fixed Responsive Menu
-------------------------------------------------------------- */
/*.responsive-menu-button {
    background: transparent !important;
    padding: 10px 20px !important;
    right: 0 !important;
    top: 0 !important;
    width: auto !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 .responsive-menu-button {
    top: 80px !important;
}
.responsive-menu-button {
    top: 40px !important;
}
body.logged-in .topheader.sticky .responsive-menu-button {
    top: 52px !important;
}
.topheader.sticky .responsive-menu-button {
    top: 5px !important;
}*/


/* =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 .responsive-menu-button {
    top: 46px !important;
}

/* =Responsive
-------------------------------------------------------------- */
@media screen and (max-width: 1024px){
    .topcontact {
        width: auto;
    }
    .main-menu a {
        margin: 0px 10px;
    }
    #maincontent {
        padding: 20px;
    }
}
@media screen and (max-width: 768px){
    .vc_column_container>.vc_column-inner {
        padding: 0px !important;
    }
    .banner-page {
        height: auto;
    }
    .main-menu a {
        font-size: 14px;
        margin: 0px 5px;
        padding: 15px;
    }
    .main-menu ul ul a {
        font-size: 14px;
        padding: 10px 10px;
    }
    .home-circle-right, .home-circle-left {
        position: static !important;
        right: 0 !important;
        left: 0 !important;
    }
    .footer table tr td {
        display: block;
    }
    .woocommerce ul.products li.product {
        height: auto !important;
        float: none !important;
        margin: 20px auto !important;
    }
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
    .axeCarousel .axecarouselarrows.axecarouselnext {
        left: 0;
    }
}
@media (max-width: 667px) {
    #wpadminbar {
        position: fixed !important;
    }
    .topcontact {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        position: static;
        text-align: center;
    }
    .topheader {
        text-align: center;
    }
    .topheader .logo {
        float: none;
    }
    .topicons {
        float: none;
        margin-top: 20px;
    }
    .main-menu {
        display: none;
    }
    div[class*="amazingslider-title-"] {
        font-size: 32px;
    }
    .woocommerce ul.products li.product {
        width: 50%;
    }
    .woocommerce ul.products li.product .button {
        margin-right: 0;
    }
    .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;
    }
    .footer-bottom {
        text-align: center;
    }
    #maincontent .w8, #maincontent .w4 {
        float: none;
        display: block;
        width: auto;
    }
    .axesidebar aside.widget {
        margin-left: 0px;
    }
}
@media (max-width: 480px) {
    .contents .content-feature-image {
        float: none;
        max-width: 100%;
        margin-right: 0px;
    }
    div[class*="amazingslider-title-"] {
        font-size: 16px;
    }
    .wpcf7 table tr td {
        display: block;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: auto !important;
        float: none !important;
        height: auto !important;
    }
    .left-colum .left-content,
    .left-colum .right-content,
    .right-colum .left-content,
    .right-colum .right-content,
    .two-colum-with-top-content .left-content,
    .two-colum-with-top-content .right-content,
    .left-content,
    .right-content,
    .footer-contact-left,
    .footer-contact-right {
        float: none;
        margin-bottom: 20px;
        width: auto;
    }
    .footer-contact {
        text-align: center;
    }
    .footer-contact h1, .footer-contact h2 {
        border-left: 0px;
    }
    .footer-section aside:last-child {
        position: static;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .commentcount {
        margin-bottom: 10px;
        position: static;
    }
    .postmeta span {
        display: block;
        float: none;
    }
}