html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1.5;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

div.alignleft, img.alignleft {
    display: inline-block;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

div.alignright, img.alignright {
    display: inline-block;
    float: right;
    margin-left: 1em;
    margin-top: 1em;
}

div.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.wp-caption {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 12px;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text, .image_caption {
    margin: 0;
    opacity: 0.5;
    font-size: 12px;
    padding-bottom: 0 !important;
}

.wp-smiley {
    max-height: 1em;
    margin: 0 !important;
}

.gallery dl {
    margin: 0;
    border: 0;
    padding: 0;
}

blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}

blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

.gallery-caption {
    font-size: 12px;
}

html {
    height: 100%;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

p {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

em {
    font-style: italic;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

.center {
    text-align: center;
}

body.center {
    text-align: left;
}

#page_content_wrapper p, .page_content_wrapper p {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#page_content_wrapper p:empty, .page_content_wrapper p:empty, #page_content_wrapper p:first-child, .page_content_wrapper p:first-child {
    padding: 0 !important;
    margin: 0 !important;
}

#page_content_wrapper p.comment-notes {
    margin-bottom: 20px !important;
}

#footer p {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

html, body {
    min-height: 100%;
}

img, a img {
    image-rendering: optimizeQuality;
}

em {
    font-style: italic;
}

::selection {
    background: #efc337;
    color: #fff;
}

table {
    border-spacing: 0;
}

.sticky {
    background: #ffffe0;
    padding: 30px 20px 20px 20px;
    border: 1px solid #e6db55 !important;
    box-sizing: border-box;
}

.marginright {
    margin-right: 7px;
}

img.alignright {
    float: right;
    margin: 0 0 1em 2em;
}

img.alignleft {
    float: left;
    margin: 0 2em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 2em;
}

a img.alignleft {
    float: left;
    margin: 0 2em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sticky, .bypostauthor {
    font-weight: bold;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text {
    position: absolute !important;
    left: -999em;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000;
}

@keyframes subNavIn {
    from {
        transform: translateX(180px);
        -webkit-transform: translateX(180px);
        opacity: 0;
    }
    to {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes subNavIn {
    from {
        transform: translateX(180px);
        -webkit-transform: translateX(180px);
        opacity: 0;
    }
    to {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes subNavOut {
    from {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
    to {
        transform: translateX(180px);
        -webkit-transform: translateX(180px);
        opacity: 0;
    }
}

@-webkit-keyframes subNavOut {
    from {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
    to {
        transform: translateX(180px);
        -webkit-transform: translateX(180px);
        opacity: 0;
    }
}

@keyframes mainNavOut {
    from {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
    to {
        transform: translateX(-180px);
        -webkit-transform: translateX(-180px);
        opacity: 0;
    }
}

@-webkit-keyframes mainNavOut {
    from {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
    to {
        transform: translateX(-180px);
        -webkit-transform: translateX(-180px);
        opacity: 0;
    }
}

@keyframes mainNavIn {
    from {
        transform: translateX(-180px);
        -webkit-transform: translateX(-180px);
        opacity: 0;
    }
    to {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes mainNavIn {
    from {
        transform: translateX(-180px);
        -webkit-transform: translateX(-180px);
        opacity: 0;
    }
    to {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@media only screen and (min-width: 769px) {
    .fadeIn {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        visibility: visible !important;
        display: inline-block !important;
    }

    @keyframes fadeIn {
        0% {
            transform: scale(1);
            opacity: 0.0;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }@-webkit-keyframes fadeIn {
         0% {
             -webkit-transform: scale(1);
             opacity: 0.0;
         }
         100% {
             -webkit-transform: scale(1);
             opacity: 1;
         }
     }.slideUp {
          animation-name: slideUp;
          -webkit-animation-name: slideUp;
          animation-duration: 0.5s;
          -webkit-animation-duration: 0.5s;
          animation-timing-function: ease;
          -webkit-animation-timing-function: ease;
          -webkit-animation-fill-mode: forwards;
          -moz-animation-fill-mode: forwards;
          -ms-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          visibility: visible !important;
      }

    @keyframes slideUp {
        0% {
            opacity: 0;
            visibility: hidden;
            transform: translateY(10%);
        }
        100% {
            opacity: 1;
            visibility: visible;
            transform: translateY(0%);
        }
    }@-webkit-keyframes slideUp {
         0% {
             opacity: 0;
             visibility: hidden;
             -webkit-transform: translateY(10%);
         }
         100% {
             opacity: 1;
             visibility: visible;
             -webkit-transform: translateY(0%);
         }
     }.slideUp2 {
          animation-name: slideUp2;
          -webkit-animation-name: slideUp2;
          animation-duration: 0.2s;
          -webkit-animation-duration: 0.2s;
          animation-timing-function: ease;
          -webkit-animation-timing-function: ease;
          -webkit-animation-fill-mode: forwards;
          -moz-animation-fill-mode: forwards;
          -ms-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
      }

    @keyframes slideUp2 {
        0% {
            opacity: 0;
            transform: translateY(15%);
        }
        100% {
            opacity: 1;
            transform: translateY(0%);
        }
    }@-webkit-keyframes slideUp2 {
         0% {
             opacity: 0;
             transform: translateY(15%);
         }
         100% {
             opacity: 1;
             transform: translateY(0%);
         }
     }.slideDown {
          animation-name: slideDown;
          -webkit-animation-name: slideDown;
          animation-duration: 1s;
          -webkit-animation-duration: 1s;
          animation-timing-function: ease;
          -webkit-animation-timing-function: ease;
          visibility: visible !important;
      }

    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        }
        100% {
            opacity: 1;
            transform: translateY(0%);
        }
    }@-webkit-keyframes slideDown {
         0% {
             opacity: 0;
             -webkit-transform: translateY(-100%);
         }
         100% {
             opacity: 1;
             -webkit-transform: translateY(0%);
         }
     }.slideDown2 {
          animation-name: slideDown2;
          -webkit-animation-name: slideDown2;
          animation-duration: 0.2s;
          -webkit-animation-duration: 0.2s;
          animation-timing-function: ease;
          -webkit-animation-timing-function: ease;
          visibility: visible !important;
          display: inline-block !important;
      }

    @keyframes slideDown2 {
        0% {
            opacity: 0;
            transform: translateY(-50%);
        }
        100% {
            opacity: 1;
            transform: translateY(0%);
        }
    }@-webkit-keyframes slideDown {
         0% {
             opacity: 0;
             -webkit-transform: translateY(-50%);
         }
         100% {
             opacity: 1;
             -webkit-transform: translateY(0%);
         }
     }.bigEntrance {
          animation-name: bigEntrance;
          -webkit-animation-name: bigEntrance;
          animation-duration: 1s;
          -webkit-animation-duration: 1s;
          animation-timing-function: ease-out;
          -webkit-animation-timing-function: ease-out;
          visibility: visible !important;
      }

    @keyframes bigEntrance {
        0% {
            transform: scale(0.5);
            opacity: 0.5;
        }
        30% {
            transform: scale(1.03);
            opacity: 1 !important;
        }
        45% {
            transform: scale(0.98);
            opacity: 1 !important;
        }
        60% {
            transform: scale(1.01);
            opacity: 1 !important;
        }
        100% {
            transform: scale(1);
            opacity: 1 !important;
        }
    }@-webkit-keyframes bigEntrance {
         0% {
             -webkit-transform: scale(0.5);
             opacity: 0.5;
         }
         30% {
             -webkit-transform: scale(1.03);
             opacity: 1 !important;
         }
         45% {
             -webkit-transform: scale(0.98);
             opacity: 1 !important;
         }
         60% {
             -webkit-transform: scale(1.01);
             opacity: 1 !important;
         }
         100% {
             -webkit-transform: scale(1);
             opacity: 1 !important;
         }
     }.slideLeft {
          animation-name: slideLeft;
          -webkit-animation-name: slideLeft;
          animation-duration: 0.7s;
          -webkit-animation-duration: 0.7s;
          animation-timing-function: ease;
          -webkit-animation-timing-function: ease;
          visibility: visible !important;
      }

    @keyframes slideLeft {
        0% {
            transform: translateX(10%);
            opacity: 0;
        }
        100% {
            transform: translateX(0%);
            opacity: 1 !important;
        }
    }@-webkit-keyframes slideLeft {
         0% {
             -webkit-transform: translateX(10%);
             opacity: 0;
         }
         100% {
             -webkit-transform: translateX(0%);
             opacity: 1 !important;
         }
     }.slideRight {
          animation-name: slideRight;
          -webkit-animation-name: slideRight;
          animation-duration: 0.7s;
          -webkit-animation-duration: 0.7s;
          animation-timing-function: ease;
          -webkit-animation-timing-function: ease;
          visibility: visible !important;
      }

    @keyframes slideRight {
        0% {
            opacity: 0;
            transform: translateX(-10%);
        }
        100% {
            transform: translateX(0%);
            opacity: 1 !important;
        }
    }@-webkit-keyframes slideRight {
         0% {
             opacity: 0;
             -webkit-transform: translateX(-10%);
         }
         100% {
             -webkit-transform: translateX(0%);
             opacity: 1 !important;
         }
     }
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #ccc;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border-bottom: 1px solid #aaaaaa;
    background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
}

.ui-widget-header a {
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default {
    background: #fff;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover, .ui-widget-header, .ui-state-default {
    background: transparent;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #ccc;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-widget:active {
    outline: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-icon {
    width: 32px;
    height: 32px;
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-widget-overlay {
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    padding: 1em .3em 1em .7em;
    color: #000;
}

.ui-accordion a {
    zoom: 1;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 1.6em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -15px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-tabs.ui-widget-content {
    border: 0;
}

.tooltipster-default {
    background: #222;
    color: #fff;
}

.tooltipster-default .tooltipster-content {
    font-size: 13px;
    line-height: 14px;
    padding: 8px 10px;
    overflow: hidden;
}

.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall-show {
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-slide-show {
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    padding: 0;
    list-style: none;
}

.slides {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    text-align: center;
}

.flexslider .slides > li img {
    max-width: 100%;
    line-height: 0;
}

.flexslider .slides.post_slideshow_widget > li {
    margin-right: 0 !important;
}

.flexslider .slides.post_slideshow_widget > li img {
    margin-bottom: 10px;
}

#page_slider.flexslider .slides > li {
    margin-right: 0 !important;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
    margin-top: 0;
}

.flexslider.post_carousel {
    margin-top: 0;
}

.flex-viewport {
    height: 0;
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider.tg_gallery .slides {
    line-height: 0;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    height: 0;
    list-style: none !important;
}

.flex-direction-nav a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    bottom: 48%;
    z-index: 2;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: transparent;
    color: #fff;
    border-radius: 200px;
    border: 2px solid #fff;
}

.ppb_blog_half_content_slider .flex-direction-nav .flex-prev {
    bottom: 20px;
    left: 80px;
}

.ppb_blog_half_content_slider .flex-direction-nav .flex-next {
    bottom: 20px;
    left: 123px;
}

.flex-direction-nav a:hover {
    opacity: 1;
}

#page_slider .flex-direction-nav a {
    top: 42% !important;
}

.slider_widget_wrapper .flex-direction-nav a {
    top: 34% !important;
}

.post_type_gallery .flex-direction-nav a {
    top: 33%;
}

.flex-direction-nav .flex-prev {
    left: 50px;
    opacity: 0;
}

.flex-direction-nav .flex-next {
    right: 50px;
    opacity: 0;
}

.slider_wrapper:hover .flex-prev {
    opacity: 1;
}

.slider_wrapper:hover .flex-next {
    opacity: 1;
}

.flexslider .flex-prev:hover, .flexslider .flex-next:hover {
    text-decoration: none !important;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 30px;
    display: block;
    content: '\f104';
    color: #fff;
    margin-top: 0px;
    font-weight: 600;
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    text-align: center;
    margin: 0 !important;
    margin-top: 20px !important;
}

.flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 4px;
    height: 4px;
    line-height: 7px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid transparent;
    background: #ccc;
}

.flex-control-paging li a:hover {
    border-color: #222;
    background: #222;
}

.flex-control-paging li a.flex-active {
    background: #222;
    border-color: #222;
    cursor: default;
    width: 7px;
    height: 7px;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@import "reset.css";
@import "wordpress.css";
body {
    background: #ffffff;
    font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
    padding: 0;
    margin: 0;
    color: #444;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.7;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}

body.overflow_hidden {
    overflow: hidden;
}

body.loading #wrapper {
    opacity: .3;
}

body.notouch {
    -webkit-overflow-scrolling: auto !important;
}

.floatleft {
    float: left !important;
}

.floatright {
    float: right !important;
}

.textcenter {
    text-align: center;
}

.divider {
    clear: both;
}

.hidden {
    display: none;
}

#wrapper {
    float: left;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    padding-top: 52px;
}

#wrapper.hasbg {
    padding-top: 0 !important;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ebebeb;
    background: transparent;
    margin: auto;
    width: 100%;
    clear: both;
}

hr.post_divider {
    margin-top: 10px;
}

hr.post_divider.double {
    margin-top: 2px;
}

a {
    color: #222;
    text-decoration: none;
    -webkit-transition: color .2s linear, background .1s linear;
    -moz-transition: color .2s linear, background .1s linear;
    -ms-transition: color .2s linear, background .1s linear;
    -o-transition: color .2s linear, background .1s linear;
    transition: color .2s linear, background .1s linear;
}

a:hover, .post_header h5 a:hover {
    color: #000;
    text-decoration: none;
}

a:active, .post_header h5 a:active {
    color: #000;
    text-decoration: none;
}

a.comment-reply-link {
    color: #222;
}

.mobile_menu_wrapper #searchform {
    background: #333;
    width: 100%;
}

.mobile_menu_wrapper #searchform input[type=text] {
    background: transparent;
    width: 80%;
    width: calc(100% - 35px);
    border: 0;
    display: inline-block;
    color: #fff;
}

.mobile_menu_wrapper #searchform button {
    background: transparent;
    display: inline-block;
    border: 0;
}

.mobile_menu_wrapper #searchform button i {
    color: #fff;
    font-size: 13px;
    opacity: 0.5;
}

.mobile_menu_wrapper .widget_search #searchform {
    background: transparent !important;
    width: 100%
}

.mobile_menu_wrapper .widget_search #searchform input[type=text] {
    background: #333;
    width: 100%;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h3#reply-title {
    font-size: 18px;
    display: none;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h5.related_post, .fullwidth_comment_wrapper h5.comment_header {
    text-align: center;
}

h6 {
    font-size: 16px;
}

h7 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, h7 {
    color: #222;
    font-family: 'Roboto', 'Georgia', Arial, Verdana, sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
}

.space {
    margin-bottom: 5px;
}

.middle {
    vertical-align: -30%;
}

pre, code, tt {
    font: 12px 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
    padding: 15px 10px 15px 10px;
    display: block;
    overflow: auto;
    margin-top: 20px;
    margin: 20px 0 20px 0;
    width: 92%;
    border: 0;
    color: #000;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.clear {
    clear: both;
}

img.mid_align {
    vertical-align: middle;
    margin-right: 5px;
    border: 0;
}

.fullwidth_comment_wrapper {
    width: 100%;
    float: left;
    padding: 30px 30px 0 30px;
    margin-bottom: 50px;
    box-sizing: border-box;
    background: #f2f2f2;
}

.fullwidth_comment_wrapper:empty {
    display: none;
}

.woocommerce #commentform {
    margin-left: 0;
}

#commentform label {
    display: none;
}

.logged-in-as {
    display: none;
}

#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url {
    width: 30.99%;
    float: left;
    margin-right: 3.5%;
}

#commentform p.comment-form-url {
    margin-right: 0;
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

:-moz-placeholder {
    color: #999;
    font-style: italic;
}

::-moz-placeholder {
    color: #999;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}

#contact_form {
    margin-top: 20px;
}

#reponse_msg {
    margin-top: 10px;
    font-weight: bold;
}

#contact_form input[type="text"], #contact_form textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea {
    margin-bottom: 15px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#commentform input[type=text]:focus, #commentform input[type=email]:focus, #commentform input[type=url]:focus, #commentform textarea:focus {
    border-color: #444;
}

.dropcap1 {
    display: block;
    float: left;
    margin: -1px 8px 0 0;
    font-size: 70px;
    line-height: 70px;
    text-shadow: none;
}

blockquote {
    font-size: 22px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-style: italic;
    position: relative;
}

.post_header blockquote p {
    text-align: center;
}

blockquote:before {
    background: #fff;
    color: black;
    content: "\201C";
    left: 50%;
    padding: 0 15px;
    position: absolute;
    top: -0.5em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

blockquote:after {
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -4.5em;
    position: absolute;
    top: 0;
    width: 9em;
    z-index: -1;
}

blockquote p {
    padding: 0 !important;
}

blockquote h2 {
    font-weight: normal;
    font-size: 22px;
}

blockquote h3 {
    font-weight: normal;
    font-size: 20px;
}

#respond {
    width: 100%;
    float: left;
}

#respond.comment-respond {
    margin-bottom: 20px;
}

#commentform > p.comment-form-comment {
    padding-bottom: 0;
}

#commentform textarea {
    margin-bottom: 10px;
}

#commentform input[type=submit] {
    margin-top: 10px;
    font-size: 15px;
    padding: 8px 20px 8px 20px;
}

#logo_wrapper {
    text-align: center;
    padding: 50px 0 40px 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top_bar.scroll #logo_wrapper {
    height: 0;
    padding: 0;
}

.top_bar.scroll #logo_wrapper .social_wrapper {
    display: none;
}

.logo_container {
    display: table;
    width: 100%;
    height: 100%;
}

.logo_align {
    display: table-cell;
    vertical-align: middle;
}

.logo_wrapper {
    margin: 0;
    display: inline-block;
    line-height: 0;
    -webkit-transition: margin 0.3s, display 0.3s;
    -moz-transition: margin 0.3s, display 0.3s;
    transition: margin 0.3s, display 0.3s;
}

.logo_wrapper.hidden {
    display: none;
}

.logo_wrapper img.zoom {
    transform: scale(0.8) !important;
}

.above_top_bar {
    height: 40px;
    background: #111;
    position: relative;
    z-index: 3;
}

.header_style_wrapper {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.2);
}

body.admin-bar .header_style_wrapper, body.admin-bar #post_info_bar.scroll {
    padding-top: 32px;
}

.header_style_wrapper.nofixed {
    display: none;
}

.top_bar {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    background: rgb(256, 256, 256, 0.95);
    background: rgba(256, 256, 256, 0.95);
    float: left;
    -webkit-transition: height 0.5s, background 0.5s;
    -moz-transition: height 0.5s, background 0.5s;
    transition: height 0.5s, background 0.5s;
}

.top_bar.scroll {
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.2);
    border-bottom: 1px solid #e1e1e1;
}

#mobile_menu {
    display: none;
    cursor: pointer;
}

#menu_wrapper {
    width: 100%;
    margin: auto;
}

#nav_wrapper {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.top_bar.scroll #nav_wrapper {
    border: 0;
}

#menu_border_wrapper > div {
    width: 100%;
}

#menu_border_wrapper .notice {
    padding: 10px 0 10px 0;
}

#mobile_nav_icon {
    display: inline-block;
    border-bottom: 9px double #444;
    border-top: 3px solid #444;
    height: 3px;
    width: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    top: 3px;
}

#search_icon, #page_share {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #222;
    margin-left: 10px;
}

#menu_border_wrapper, #logo_right_button {
    display: inline-block;
}

#logo_right_button #search_icon i {
    font-size: 14px;
}

.header_cart_wrapper {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.header_cart_wrapper a {
    color: #222;
}

.header_cart_wrapper .cart_count {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 9px;
    border-radius: 50px;
    background: #da0081;
    color: #fff;
    z-index: 2;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

.header_cart_wrapper i {
    font-size: 18px !important;
    margin-right: 0 !important;
}

.post_share_wrapper {
    display: inline-block;
}

.post_share_wrapper a {
    color: #222;
}

.mobile_menu_wrapper {
    right: 0px;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: translate(360px, 0px);
    -ms-transform: translate(360px, 0px);
    transform: translate(360px, 0px);
    -o-transform: translate(360px, 0px);
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-overflow-scrolling: touch;
    width: 360px;
    padding: 43px;
    box-sizing: border-box;
    background: #111111;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: 999;
    color: #999;
}

body.admin-bar .mobile_menu_wrapper {
    padding-top: 65px;
}

body.admin-bar #close_mobile_menu {
    top: 61px;
}

body.js_nav .mobile_menu_wrapper {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

#close_mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#close_mobile_menu.open {
    z-index: 99;
}

.mobile_main_nav, #sub_menu {
    margin-bottom: 40px;
    list-style: none;
    overflow: hidden;
    width: 100%;
}

#close_mobile_menu_button {
    float: right;
    margin-bottom: 10px;
    font-size: 11px;
    border-radius: 50px;
    background: #444444;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
}

#sub_menu .sub-menu {
    margin-left: 15px;
    list-style: circle;
}

#sub_menu li {
    width: 100%;
}

.mobile_main_nav li a, #sub_menu li a {
    color: #777;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 3em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Roboto', 'Georgia', Arial, Verdana, sans-serif;
}

.mobile_main_nav li.menu-item-has-children > a:after {
    font-size: 11px;
    position: absolute;
    left: 320px;
    font-family: 'FontAwesome';
    content: "\f054";
    margin-top: 1px;
}

.mobile_main_nav li ul.sub-menu {
    display: none;
}

.mobile_main_nav.mainnav_in {
    -webkit-animation: mainNavIn 0.2s;
    animation: mainNavIn 0.2s;
}

.mobile_main_nav.mainnav_out {
    -webkit-animation: mainNavOut 0.2s;
    animation: mainNavOut 0.2s;
}

#sub_menu.subnav_out {
    -webkit-animation: subNavOut 0.2s;
    animation: subNavOut 0.2s;
}

#sub_menu.subnav_in {
    -webkit-animation: subNavIn 0.2s;
    animation: subNavIn 0.2s;
}

#sub_menu li ul a:after {
    display: none;
}

#menu_back {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px !important;
    margin-bottom: 5px;
}

#menu_back:before {
    font-size: 12px;
    margin-right: 0.7em;
    position: relative;
    top: -1px;
    display: inline;
    font-family: 'FontAwesome';
    content: "\f104";
}

.overlay_background_title {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#overlay_background, #overlay_background_search {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#overlay_background.share_open {
    background-color: rgba(0, 0, 0, 0.9);
}

#overlay_background.visible {
    opacity: 1;
    visibility: visible;
}

body.js_nav #overlay_background {
    visibility: visible;
    opacity: 1;
}

#overlay_background_search.visible {
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
}

#overlay_background_search #search_close_button {
    position: absolute;
    top: 30px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 22px;
}

#overlay_background_search .search_wrapper {
    width: 100%;
    height: 100%;
}

#overlay_background_search .search_wrapper .search_content {
    margin-top: 100px;
}

#overlay_background_search .search_wrapper .search_content #searchform {
    width: 50%;
    margin: auto;
}

#overlay_background_search .search_wrapper .search_content #searchform button {
    display: none;
}

#overlay_background_search .search_wrapper .search_content #searchform .search_tagline {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    text-align: center;
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(256, 256, 256, 0.2);
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s {
    width: 100%;
    background: transparent;
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border: 0;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s::-webkit-input-placeholder {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:-moz-placeholder {
    color: #fff;
    font-weight: 600;
    opacity: 1;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s::-moz-placeholder {
    color: #fff;
    font-weight: 600;
    opacity: 1;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:-ms-input-placeholder {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:placeholder-shown {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}

#autocomplete {
    display: none;
    position: absolute;
    z-index: 1001;
    width: 50%;
    background: transparent;
}

#autocomplete.visible {
    display: block;
}

@-moz-document url-prefix() {
    #autocomplete {
        margin-top: 20px;
    }
}

#autocomplete ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    border: 0;
    float: left;
    list-style: none;
    width: 100%;
}

#autocomplete li {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
}

#autocomplete li:first-child {
    margin-top: 10px;
}

#autocomplete li:last-child {
    margin-top: 10px;
    border: 0;
}

#autocomplete li .search_thumb {
    width: 120px;
    height: auto;
    border-radius: 0;
}

#autocomplete li .post_type_icon {
    width: 120px;
    height: 80px;
    line-height: 80px;
    border-radius: 0;
    background: #222;
    text-align: center;
    box-sizing: border-box;
}

#autocomplete li .post_type_icon i {
    line-height: 70px;
    font-size: 18px;
}

#autocomplete li.view_all {
    font-weight: bold;
    margin-top: 0;
    padding: 30px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    border-top: 1px solid rgba(256, 256, 256, 0.2);
}

#autocomplete li .ajax_post {
    float: left;
    width: calc(100% - 135px);
    margin-left: 15px;
}

#autocomplete li .post_detail {
    font-size: 12px;
}

#autocomplete a, #autocomplete a h6 {
    color: #fff;
}

#autocomplete a h6 {
    font-size: 18px;
}

.header_style_wrapper.fixed .top_bar #menu_border_wrapper .notice {
    margin-top: 24px;
}

.nav, .subnav, .nav_page_number {
    list-style: none;
    padding: 10px 0 10px 0;
}

.subnav {
    background: none;
}

.nav > li, .nav_page_number > li {
    display: inline-block;
}

.nav_page_number {
    margin-top: 2px;
}

#menu_wrapper .nav ul, #menu_wrapper div .nav {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}

#menu_wrapper .nav ul li, #menu_wrapper div .nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: rgba(256, 256, 256, 0);
}

#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li {
    clear: both;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    text-align: left !important;
}

#menu_wrapper .nav ul li:last-child, #menu_wrapper div .nav li:last-child {
    margin-right: 0;
}

#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 12px;
    padding: 18px 15px 15px 15px;
    font-weight: 400;
    font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
    text-transform: uppercase;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}

.top_bar.fullscreen_video #menu_wrapper div .nav > li > a, .top_bar.fullscreen_video i, .top_bar.fullscreen_video #searchform label, .top_bar.hasbg #menu_wrapper div .nav > li > a, .top_bar.hasbg i, .top_bar.hasbg {
    color: #fff !important;
}

#menu_wrapper .nav li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after, #menu_wrapper .nav li.catmenu > a:after, #menu_wrapper div .nav li.catmenu > a:after, #menu_wrapper .nav li.catmenu2 > a:after, #menu_wrapper div .nav li.catmenu2 > a:after {
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: 10%;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    margin-left: 8px;
    margin-top: 5px;
}

#menu_wrapper .nav ul li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after {
    font-size: 11px;
}

#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover {
    color: #444;
}

#menu_wrapper div .nav > li.current-menu-item > a, #menu_wrapper div .nav > li.current-menu-parent > a, #menu_wrapper div .nav > li.current-menu-ancestor > a {
    color: #444;
}

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul {
    display: none;
    list-style: none;
    background: #fff;
    position: absolute;
    padding: 0 0 0 0;
    width: 220px;
    height: auto;
    z-index: 10;
    margin: 0;
    margin-left: -5px;
    margin-top: 0;
    z-index: 9;
    border: 0;
    border: 1px solid #e1e1e1;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul li ul {
    position: absolute;
    left: 220px;
    margin-top: -45px;
    margin-left: 0;
    display: none;
    z-index: 9;
    opacity: 1;
}

#menu_wrapper .nav ul li ul li ul:before, #menu_wrapper div .nav li ul li ul:before {
    display: none;
}

#menu_wrapper .nav ul li:hover ul, #menu_wrapper div .nav li:hover ul {
    display: block;
}

#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a, #menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a {
    display: block;
    background: transparent;
    height: auto;
}

#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a {
    width: 180px;
    display: block;
    border-top: 0;
    margin: 0;
    font-size: 11px;
    padding: 10px 20px 10px 20px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -ms-transition: color .2s linear, background .2s linear;
    -o-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear;
}

#menu_wrapper .nav ul li ul li ul li a:hover, #menu_wrapper .nav ul li ul li ul li a:hover, #menu_wrapper div .nav li ul li ul li a:hover, #menu_wrapper div .nav li ul li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li ul li a:hover {
    color: #444;
}

#menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul, #menu_wrapper .nav ul li.catmenu > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu > .catmenu_wrapper, #menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper {
    position: absolute;
    width: 960px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 32px 60px rgba(0, 0, 0, 0.1);
}

#menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper {
    padding-bottom: 0;
}

#menu_wrapper .nav ul li.catmenu > ul.catmenu_wrapper.sub-menu, #menu_wrapper div .nav li.catmenu > ul.sub-menu {
    display: none !important;
}

#menu_wrapper .nav ul li:not(.megamenu) ul.sub-menu li.arrow > a:after, #menu_wrapper div .nav li:not(.megamenu) ul.sub-menu li.arrow > a:after {
    font-size: 11px;
    margin-left: 0.5em;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: 10%;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    margin-right: 0px;
    margin-top: 5px;
}

#menu_wrapper div .nav li.megamenu ul li {
    display: block;
    box-sizing: border-box;
    clear: none;
    float: left;
    border-left: 1px solid #eeeeee;
}

#menu_wrapper div .nav li.megamenu ul li.hidden > a {
    display: none;
}

#menu_wrapper div .nav li.megamenu ul li:first-child {
    border: 0;
}

#menu_wrapper div .nav li.megamenu.col2 ul li {
    width: 50%;
    padding: 0px 12px;
}

#menu_wrapper div .nav li.megamenu.col3 ul li {
    width: 33.3%;
    padding: 0px 12px;
}

#menu_wrapper div .nav li.megamenu.col4 ul li {
    width: 25%;
    padding: 0px 12px;
}

#menu_wrapper .nav ul li.megamenu ul li ul, #menu_wrapper div .nav li.megamenu ul li ul {
    position: relative;
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: 0 0 0;
    display: block !important;
    opacity: 1 !important;
    left: 0;
}

#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li {
    width: 100% !important;
    border: 0 !important;
}

#menu_wrapper div .nav li.megamenu ul li > a, #menu_wrapper div .nav li.megamenu ul li > a:hover, #menu_wrapper div .nav li.megamenu ul li > a:active {
    width: 100%;
    color: #444;
    box-sizing: border-box;
    background: transparent;
    border: 0;
}

#menu_wrapper .nav ul li.megamenu ul li ul li a:before, #menu_wrapper div .nav li.megamenu ul li ul li a:before {
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: 10%;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    font-family: 'FontAwesome';
    content: "\f105";
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

#menu_wrapper .nav ul li.megamenu ul li ul li a:hover, #menu_wrapper div .nav li.megamenu ul li ul li a:hover, #menu_wrapper .nav ul li.megamenu ul li ul li a:active, #menu_wrapper div .nav li.megamenu ul li ul li a:active {
    color: #444;
    background: #f9f9f9;
    width: auto;
}

#menu_wrapper div .nav li.megamenu ul li a:after {
    display: none;
}

#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li a {
    width: auto;
    display: inline-block;
    margin-left: 20px;
    padding: 7px 20px 7px 5px;
    border: 0 !important;
}

@media only screen and (min-width: 1100px) {
    #menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul, #menu_wrapper .nav ul li.catmenu > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu > .catmenu_wrapper, #menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper {
        max-width: 1425px;
        width: 100%;
        width: calc(100% - 180px);
        box-sizing: border-box;
    }
}



#menu_wrapper .nav ul li.catmenu > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu > .catmenu_wrapper, #menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper {
    background: #fff;
    padding-top: 20px;
    border: 1px solid #e1e1e1;
    display: none;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_half, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_third {
    text-align: left;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_third .post_img {
    margin-bottom: 10px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_third h6 {
    line-height: 1.5;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_half {
    font-size: 14px;
    margin-bottom: 15px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .post_circle_thumb {
    margin-right: 15px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper h2.widgettitle {
    margin-bottom: 20px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper a.post_title {
    color: #111;
    text-align: left;
}

#top_menu {
    float: left;
    display: block;
    list-style: none;
}

#top_menu li {
    float: left;
    margin-right: 25px;
}

#top_menu li a, .above_top_bar .today_time {
    font-size: 12px;
    font-weight: 600;
    color: #ccc;
    line-height: 40px;
}

#top_menu li ul, #footer_menu li ul {
    display: none;
}

.above_top_bar .today_time {
    float: left;
    margin-right: 30px;
}

.footer_photostream_wrapper {
    margin-top: 40px;
    text-align: center;
}

.footer_photostream_wrapper i {
    margin-right: 5px;
}

.footer_photostream {
    margin-top: 20px;
}

.footer_photostream li {
    width: 12.5%;
    margin: 0;
    display: inline;
    float: left;
    line-height: 0;
}

.footer_photostream li a {
    line-height: 0;
}

.footer_photostream li img {
    width: 100%;
    height: auto;
}

.footer_photostream_wrapper h2.widgettitle {
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 0 30px 0;
}

.footer_bar {
    width: 100%;
    margin: auto;
    padding: 0 0 10px 0;
    float: left;
    background: #fff;
}

.footer_bar.noborder {
    border: 0 !important;
}

.footer_bar.noborder .footer_bar_wrapper {
    border: 0 !important;
}

#footer {
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
    word-wrap: break-word;
    margin-bottom: 0;
    padding-top: 50px;
    float: left;
}

#footer a {
    color: #000;
}

#footer a:hover, #footer a:active {
    color: #000;
}

#footer .sidebar_widget li.widget_mc4wp_widget {
    background: transparent;
}

#footer .sidebar_widget li h2.widgettitle {
    margin-bottom: 25px;
    color: #fff;
    text-align: left;
}

#footer .sidebar_widget li h2.widgettitle:before {
    display: none;
}

#footer .sidebar_widget li h2.widgettitle span {
    background: transparent;
    padding: 0;
}

#footer .sidebar_widget li.widget_mc4wp_widget h2.widgettitle {
    color: #999;
}

#footer ul.sidebar_widget {
    width: 960px;
    list-style: none;
    margin: 0;
    margin: auto;
}

#footer ul.sidebar_widget li ul {
    list-style: none;
    margin-left: 0;
}

#footer ul.sidebar_widget li ul li ul.children {
    margin-left: 10px;
    margin-bottom: 0;
}

#footer ul.sidebar_widget li ul li ul.children li:last-child {
    border: 0;
    margin-bottom: 0;
}

#footer .sidebar_widget.four > li {
    width: 20%;
    float: left;
    margin-right: 5%;
}

#footer .sidebar_widget.four > li:nth-child(4) {
    margin-right: 0;
    width: 25%;
}

#footer .sidebar_widget.three > li {
    width: 30.99%;
    float: left;
    margin-right: 3.5%;
}

#footer .sidebar_widget.three > li:nth-child(3) {
    margin-right: 0 !important;
    float: right;
    width: 30.99%;
}

#footer .sidebar_widget.two > li {
    width: 48%;
    float: left;
    margin-right: 2%;
}

#footer .sidebar_widget.two > li:nth-child(2) {
    margin-right: 0;
    width: 50%;
}

#footer .sidebar_widget.one > li {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px;
}

#footer ul.sidebar_widget li ul.posts.blog li img {
    float: left;
    margin: 0 10px 10px 0;
    width: 90px;
}

#footer ul.sidebar_widget li ul.posts.blog li {
    clear: both !important;
    float: left;
    border: 0;
    margin: 0 0 20px 0;
}

#footer ul.sidebar_widget li ul li {
    margin: 0 0 10px 0;
}

#footer ul.sidebar_widget li ul li ul.sub-menu {
    margin-left: 15px;
}

#footer ul.sidebar_widget li ul.flickr li {
    margin: 0 2% 0 0;
    border-bottom: 0;
    width: 31%
}

#footer ul.sidebar_widget li ul.flickr li img {
    width: 100%;
    height: auto;
}

#copyright {
    float: left;
    width: 50%;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: left;
}

#copyright p.attachment {
    display: none;
}

.footer_bar_wrapper {
    width: 960px;
    margin: auto;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -webkit-font-smoothing: antialiased;
    clear: both;
    color: #fff;
    border-top: 1px solid #444;
    margin-top: 0;
    padding-top: 20px;
}

#toTop {
    width: 25px;
    background: #eee;
    opacity: 0;
    text-align: center;
    padding: 10px 10px 10px 10px;
    position: fixed;
    bottom: 8px;
    right: 8px;
    cursor: pointer;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    z-index: 9;
    display: block;
}

#toTop:hover {
    opacity: 1 !important;
}

#toTop i {
    color: #000;
    font-size: 1.5em;
}

#content_wrapper {
    width: 72%;
    float: left;
    margin: 0;
}

#page_content_wrapper, .page_content_wrapper {
    width: 960px;
    margin: auto;
    padding-bottom: 40px;
}

#page_content_wrapper.wide, .page_content_wrapper.wide {
    width: 100%;
}

#page_content_wrapper img, .page_content_wrapper img {
    max-width: 100%;
    height: auto;
}

.Grand_News_Custom_Ads img {
    width: 100%;
}

.standard_wrapper, .slider_wrapper.standard_wrapper {
    width: 960px;
    margin: auto;
}

.one_half .standard_wrapper, .one_third .standard_wrapper, .one_fourth .standard_wrapper, .one_fifth .standard_wrapper, .two_third .standard_wrapper, .one_half .page_content_wrapper, .one_third .page_content_wrapper, .one_fourth .page_content_wrapper, .one_fifth .page_content_wrapper, .two_third .page_content_wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.page_content_wrapper:empty {
    margin-top: 0 !important;
}

.page_content_wrapper.fullwidth, #page_content_wrapper.fullwidth {
    width: 100%;
    padding: 0;
}

#content_wrapper .inner {
    overflow: hidden;
}

#page_content_wrapper .inner {
    width: 100%;
    margin: auto;
    margin-top: 40px;
}

#page_content_wrapper .inner .inner_wrapper {
    padding-top: 0;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

body.single-galleries #page_content_wrapper .inner .inner_wrapper {
    margin-bottom: 0;
}

.post.type-post {
    width: 100%;
    margin-bottom: 35px;
    float: left;
    position: relative;
}

.post.type-post.last {
    margin-bottom: 0;
}

body.search-results .hentry {
    float: left;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 10px;
}

body.search-results .hentry:first-child {
    border-top: 0;
}

#page_content_wrapper .inner .sidebar_content .post.type-post.last_post {
    margin-bottom: 20px;
}

#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content {
    margin-right: 0;
    padding-right: 0;
    width: 690px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content.left_sidebar {
    padding-left: 20px;
    padding-right: 0;
}

#blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post {
    width: 46%;
}

#page_content_wrapper .inner .sidebar_content.two_cols .post.type-post {
    float: left;
    width: 48%;
    margin-right: 3.5%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

#page_content_wrapper .inner .sidebar_content.two_cols.mixed .post.type-post.first-child {
    float: left;
    width: 100%;
    margin: 0;
}

#page_content_wrapper .inner .sidebar_content.two_cols .post.type-post[data-column=last] {
    float: right;
    width: 48%;
    margin-right: 0;
    clear: right;
}

#page_content_wrapper .inner .sidebar_content.three_cols .post.type-post {
    float: left;
    width: 31.29%;
    margin-right: 3%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

#page_content_wrapper .inner .sidebar_content.three_cols .post.type-post[data-column=last] {
    float: right;
    margin-right: 0;
    clear: right;
}

body.single .post.type-post {
    border: 0;
    margin-bottom: 0;
}

.post.type-post.last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.post.type-post:last-child {
    margin-bottom: 0;
}

.post_wrapper {
    padding: 20px 0 25px 0;
}

.post_wrapper.grid_layout {
    padding: 0;
}

.blog_grid_content {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    float: left;
}

body.single .post_wrapper {
    padding-bottom: 0;
}

.post_wrapper:first-child {
    padding: 0;
    border: 0;
}

.post_wrapper.single {
    width: 100%;
    margin: 0;
}

.post_header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

body.single .post_header {
    margin-bottom: 20px;
}

body.single .post_header.grid {
    margin-bottom: 10px;
}

.post_header.mixed {
    margin-bottom: 40px;
}

.post_header.mixed.list {
    margin-bottom: 10px;
}

.post_header.single {
    text-align: left;
}

.post_header p {
    text-align: left;
}

.post_header.search {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
}

.search_form_wrapper .searchform input[type=text] {
    width: calc(100% - 30px);
    margin-right: 10px;
}

.readmore {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: auto;
    letter-spacing: 2px;
}

.post_header.grid {
    margin-bottom: 15px;
    width: 100%;
    float: none;
}

.post_header.full {
    width: 100%;
}

body.page-template-blog_f-php .post_excerpt_full {
    margin-bottom: 0;
}

.post_header.grid h6 {
    font-size: 20px;
}

.post_header h3 a, .post_header.grid h6 a {
    color: #222222;
}

.post_header:not(.single) h5, body.single-post .post_header_title h1 {
    font-size: 36px;
    line-height: 1.2;
}

.post_header h6, .two_cols .post_header h5 {
    font-size: 26px;
}

.post_header.search h5 {
    font-size: 24px;
    margin-bottom: 5px;
}

.two_cols.mixed .post_header h5 {
    font-size: 22px;
    line-height: 1.3;
}

.two_cols.mixed .hentry.first-child .post_header h5 {
    font-size: 34px;
    line-height: 1.3;
}

.post_header h6, .three_cols .post_header h5 {
    font-size: 22px;
    line-height: 1.3;
}

.post_header.tg_post_slide_title {
    margin-bottom: 30px;
}

.post_header.tg_post_slide_title h6 {
    font-size: 20px;
}

.post_header h5 a, .post_header h6 a {
    color: #222222;
}

.post_excerpt {
    width: 70%;
    margin: auto;
}

.post_excerpt br:first:child {
    display: none;
}

.post_related strong {
    font-size: 16px;
    margin-bottom: 5px;
}

.post_related strong a {
    color: #222;
}

.post_related .post_header {
    text-align: left;
}

.animate {
    opacity: 0;
}

.animate.visible {
    animation-name: slideUp2;
    -webkit-animation-name: slideUp2;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.post_excerpt.post_tag {
    width: auto;
    text-align: center;
    clear: both;
    margin-top: 30px;
}

.post_excerpt.post_tag a {
    font-size: 9px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 3px 5px 5px;
    padding: 6px 9px 6px 9px;
    background: #fff;
    border: 2px solid #e1e1e1;
    color: #555;
}

.post_share_center {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

#about_the_author {
    margin: 0 0 40px 0;
    padding: 30px;
    width: 100%;
    background: #f2f2f2;
    box-sizing: border-box;
}

#about_the_author .gravatar {
    float: left;
    margin-right: 20px;
}

#about_the_author .author_detail {
    width: calc(100% - 120px);
    float: left;
}

#about_the_author .author_detail h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.post_content_wrapper {
    padding: 0;
    margin: 0;
}

.post_content_wrapper.fullwidth {
    width: 100%;
}

.post_header .post_detail, .recent_post_detail, .post_detail, .page_tagline {
    width: 100%;
    padding: 0;
    float: left;
    margin: 5px 0 0 0;
    font-size: 12px;
}

.post_header .post_detail.post_date {
    float: left;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

body.single .post_header .post_detail.post_date, body.single .post_header .post_detail.post_comment {
    width: 50%;
    float: left;
    margin-top: 15px;
}

body.single .post_trending .post_header .post_detail.post_date, body.single .post_trending .post_header .post_detail.post_comment {
    width: 100%;
}

body.single .post_header .post_detail.post_comment {
    float: right;
}

.post_info_date, .post_info_author {
    color: #999;
    position: relative;
    display: block;
    float: left;
}

.post_info_date a, .post_info_date a:hover, .post_info_date a:active {
    color: #999;
}

.post_info_date {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 22px;
}

.post_info_author {
    font-weight: 600;
    margin-right: 10px;
}

.post_info_author .gravatar {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    line-height: 25px;
}

.sticky .post_info_date span {
    background: #ffffe0 !important;
}

.search_form_wrapper .content {
    font-size: 16px;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}

.post_header .post_detail.grid {
    margin-top: 5px;
}

.post_header .post_detail.full {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}

.post_header .post_detail.grid {
    margin-bottom: 0;
}

.post_attribute, .comment_date, .post-date {
    padding: 0;
    margin-top: 10px;
    color: #999;
    letter-spacing: 0;
    font-size: 12px;
}

.post_attribute.info_date {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 22px;
}

.post_info_comment, .post_info_view {
    font-size: 12px;
    float: right;
    text-align: right;
    margin-left: 15px;
    font-weight: 600;
}

.post_info_comment i, .post_info_view i {
    margin-right: 5px;
}

.zilla-likes {
    float: right;
    font-weight: 600;
    font-size: 12px;
    background-position: 0 40% !important;
    color: #999;
    margin: 0 !important;
}

.zilla-likes.active {
    color: #f56559;
}

.zilla-likes:hover, .zilla-likes.active {
    margin: 0 !important;
}

.post_info_cat, .author_label, .post_info_label {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-top: 6px;
}

body.single-post .post_info_cat, .post_header_title .post_info_cat {
    margin-bottom: 10px;
}

.author_label {
    margin-top: 0;
}

.author_social {
    list-style: none;
    display: block;
    margin: 20px 0 0 0 !important;
}

.author_social li {
    display: inline-block;
    margin-right: 10px;
}

.author_social li i {
    font-size: 18px;
}

.single_subtitle {
    text-transform: uppercase;
    font-size: 18px;
    clear: both;
}

.post_info_cat.list {
    text-align: left;
    margin-top: 0;
}

.post_info_cat a {
    color: #999;
}

.post_type_icon {
    float: left;
    margin-right: 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: block;
    text-align: center;
    background: #222;
}

body.search-results .post_type_icon {
    margin-right: 15px;
}

.post_type_icon i {
    font-size: 16px;
    line-height: 16px;
    display: block;
    position: relative;
    top: 50%;
    line-height: 30px;
}

.post_type_icon a {
    color: #fff !important;
    display: block;
}

.search_thumb {
    float: left;
    border-radius: 200px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
}

.search_thumb img {
    width: 100%;
    height: auto;
}

.post_detail_wrapper {
    float: left;
    width: 96%;
    margin: 0 0 10px 0;
}

.gravatar {
    position: relative;
    z-index: 2;
    overflow: hidden;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 200px;
}

.comment .gravatar {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.gravatar img {
    max-width: 100% !important;
    height: auto;
}

#about_the_author .header span {
    display: block;
    padding: 10px 0 10px 20px;
    font-size: 14px;
}

#about_the_author .thumb {
    width: 80px;
    float: left;
    margin: 20px 0 0 20px;
}

#about_the_author .thumb img {
    padding: 3px;
    width: 50px;
}

#about_the_author .description {
    width: 550px;
    float: left;
    padding: 0 0 0 20px;
}

.comment .left img.avatar {
    width: 50px;
    height: 50px;
}

.comment {
    width: 100%;
    padding-bottom: 0;
    float: left;
}

.fullwidth_comment_wrapper .comment {
    width: 100%;
}

.comment .right {
    width: calc(100% - 80px);
    float: left;
    padding-bottom: 20px;
}

.comment .right h7 {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 30px;
}

.comment .right p {
    margin: 0;
    padding: 0;
}

.comment .right strong {
    font-weight: #fff;
}

#content_wrapper ul.children {
    list-style: none;
    margin: -40px 0 0px 74px;
    border-left: 1px solid #ccc;
    padding: 5px 20px 2px 0;
    float: left;
    width: 106%;
}

#content_wrapper ul.children ul.children {
    margin-top: -10px;
    padding-bottom: 0;
    width: 83.5%;
}

.comment_wrapper {
    float: left;
    margin-left: 25px;
    border-left: 1px solid #eeeeee;
}

.comment_date {
    margin: 0;
    line-height: 32px;
    float: left;
    margin-left: 10px;
}

ul.children .comment {
    width: 100%;
    margin: 0;
    padding: 20px 0 10px 0;
    margin-top: 20px;
    margin-left: 45px;
    float: left;
}

ul.children .comment:last-child {
    padding-top: 0;
    padding-bottom: 15px;
}

ul.children .comment:first-child {
    padding-top: 10px;
    margin-top: 0px;
}

.social_wrapper {
    width: 100%;
    margin: 20px 0 5px 0;
    text-align: center;
}

.footer_bar_wrapper .social_wrapper {
    width: 50%;
    float: right;
    text-align: right;
    margin: 0;
}

.above_top_bar .social_wrapper {
    margin: 0;
    float: right;
    width: auto;
}

.social_wrapper.shortcode, .social_wrapper.shortcode ul {
    margin: 0;
    text-align: left;
}

.social_wrapper ul {
    list-style: none;
    margin-left: 0 !important;
    text-align: left;
}

.above_top_bar .social_wrapper ul {
    text-align: right;
}

.footer_bar_wrapper .social_wrapper ul {
    text-align: right;
}

#page_content_wrapper .social_wrapper ul {
    list-style: none;
    margin-top: 12px;
}

#page_content_wrapper .social_wrapper.shortcode ul {
    margin-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li .social_wrapper.shortcode ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.social_wrapper ul li, .social_wrapper.small ul li {
    display: inline-block;
    margin-right: 15px;
}

#menu_wrapper .social_wrapper ul li {
    margin-right: 10px;
}

#logo_wrapper .social_wrapper ul li {
    margin-right: 10px;
}

.social_wrapper.shortcode ul li, .social_wrapper.small.shortcode ul li {
    margin: 0 10px 10px 10px !important;
}

.footer_bar_wrapper .social_wrapper ul li {
    background: transparent !important;
    border: 0 !important;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    float: right;
}

.social_wrapper.light ul li {
    border: 0 !important;
}

.social_wrapper.large ul li {
    width: 50px;
    height: 50px;
}

.above_top_bar .social_wrapper ul li {
    background: transparent;
    border: 0;
    width: auto;
    height: auto;
    margin-right: 0px;
}

.social_wrapper.shortcode ul li {
    margin: 0 2px 4px 2px;
    clear: none !important;
    float: none !important;
    width: auto !important;
    display: inline-block !important;
}

.sidebar_content ul li .social_wrapper.shortcode, .sidebar_content ul li .social_wrapper.shortcode ul {
    text-align: center !important;
}

.social_wrapper ul li a {
    opacity: 1;
    display: block;
    line-height: 0;
    color: #222;
}

.social_wrapper.shortcode ul li a {
    color: #fff;
}

.social_wrapper.shortcode.light ul li a {
    color: #444;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle:before {
    border: 0;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle span {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.mobile_menu_wrapper .social_wrapper ul li a {
    opacity: 0.5;
}

.mobile_menu_wrapper .social_wrapper ul li a:hover, .mobile_men2u_wrapper .social_wrapper ul li a:active {
    opacity: 1;
}

.above_top_bar .social_wrapper ul li:last-child a {
    margin-right: 0;
}

.above_top_bar .social_wrapper ul li a {
    display: inline-block;
    color: #fff;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 40px;
}

.above_top_bar .page_content_wrapper {
    margin: auto;
}

.footer_bar_wrapper .social_wrapper ul li a {
    color: #fff;
}

.footer_bar_wrapper .social_wrapper ul li a:hover, .footer_bar_wrapper .social_wrapper ul li a:active {
    opacity: 1;
}

.social_wrapper ul li a i, .social_wrapper.small ul li a i {
    line-height: 18px;
    font-size: 18px;
}

.above_top_bar .social_wrapper ul li a i {
    font-size: 16px;
    line-height: 24px;
}

.footer_bar_wrapper .social_wrapper ul li a i {
    line-height: 20px;
    font-size: 18px;
}

.social_wrapper.large ul li a i {
    line-height: 32px;
    font-size: 24px;
}

.above_top_bar .social_wrapper ul li:hover {
    background: transparent !important;
    opacity: 1;
}

.social_wrapper ul li a img {
    opacity: .4;
}

.social_wrapper.shortcode ul li a img, .social_wrapper ul li:hover a img {
    opacity: 1;
}

#page_caption {
    padding: 25px 0 30px 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    margin-top: 0;
}

#page_caption.hasbg {
    height: 500px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    border: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0;
    z-index: 2;
    margin-top: 0;
}

#page_caption.hasbg #bg_regular, #page_caption.hasbg #bg_blurred {
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#page_caption.hasbg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
}

#page_caption.hasbg #bg_regular {
    opacity: 1;
}

#page_caption.hasbg #bg_blurred {
    opacity: 0;
}

#page_caption.nomargin {
    margin-bottom: 0;
}

#page_caption .page_title_wrapper, .page_title_wrapper {
    width: 960px;
    margin: auto;
    text-align: center;
}

body.single-post #page_caption.hasbg .page_title_wrapper {
    padding: 0;
}

#page_caption.hasbg .page_title_wrapper {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: left;
    z-index: 2;
}

#page_caption.hasbg .page_title_wrapper a, #page_caption.hasbg .page_title_wrapper a:hover, #page_caption.hasbg .page_title_wrapper a:active {
    color: #fff;
}

#page_caption.hasbg .page_title_wrapper .post_info_date, #page_caption.hasbg .page_title_wrapper .post_info_author, #page_caption.hasbg .page_title_wrapper .post_comment, #page_caption.hasbg .page_title_wrapper .post_comment .post_info_view {
    color: #fff;
}

#page_caption.hasbg .page_title_wrapper .post_date {
    width: 50%;
    float: left;
    margin-top: 10px;
}

#page_caption.hasbg .page_title_wrapper .post_comment {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 10px;
}

#page_caption.hasbg h1, h1.hasbg {
    color: #fff;
    float: none;
    margin: auto;
    line-height: 1.3;
    padding: 0;
    clear: both;
    display: block;
}

.page_tagline {
    width: auto;
    display: inline-block;
    margin: auto;
    border-top: 0;
    float: none;
}

#page_caption.hasbg .page_tagline {
    color: #fff;
    border: 0;
    margin-top: 0;
    padding-top: 0;
}

#page_caption h1 {
    display: inline-block;
    padding: 0 50px 0 50px;
    position: relative;
    margin: auto;
    line-height: 1.3;
}

#page_caption h1:before {
    content: "";
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

#page_caption.hasbg h1:before {
    display: none;
}

#page_caption h1 span {
    display: inline-block;
    padding: 0 0.3em;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

#page_caption.hasbg .page_title_wrapper .post_info_cat {
    color: #fff;
    float: left;
}

#page_caption.hasbg h1 span {
    background: transparent;
    padding: 0;
}

#video_caption {
    background: #000;
    width: 100%;
    height: 60vh;
    text-align: center;
}

#video_caption iframe {
    width: 100%;
    height: 100%;
}

.review-wrapper {
    margin-top: 40px;
}

.review-total-wrapper span.review-total-box {
    text-align: center;
    font-size: 50px;
}

.review-title {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

#page_content_wrapper p.review-summary-title:first-child {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222;
    margin-top: 10px !important;
}

.review-summary-title strong {
    font-weight: 900;
}

.review-list li span {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222;
    font-weight: 900;
}

.review-total-wrapper span.review-total-box {
    color: #222;
}

hr.title_break {
    margin: 20px 0 20px 0;
    width: 60px;
}

hr.title_break.center {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post.type-post .post_share {
    color: #444;
    display: none;
}

.post.type-post:hover .post_share, .post.type-post .post_share.visible {
    display: block;
}

.post_gallery_wrapper {
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.post_gallery_wrapper .one_fifth {
    position: relative;
    line-height: 0;
}

.post_gallery_wrapper .one_fifth .more_gallery_count {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 140px;
    color: #fff;
}

.post_img {
    position: relative;
    height: auto;
    text-align: center;
    overflow: hidden;
    float: left;
    line-height: 0;
    max-width: 100%;
    margin: 0;
    background: #f9f9f9;
}

.post_img .post_icon_circle, .ppb_blog_half_content_slider .slides li .slider_image .post_icon_circle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 200px;
    width: 38px;
    height: 38px;
    text-align: center;
    background: #da0081;
}

.post_related .post_img .post_icon_circle {
    right: 10px;
    bottom: 10px;
    width: 28px;
    height: 28px;
}

.post_related .post_img .post_icon_circle i {
    font-size: 10px;
    line-height: 28px;
}

.catmenu_wrapper .post_img .post_icon_circle, .search .post_img .post_icon_circle {
    bottom: 10px;
    right: 10px;
}

.post_img .post_icon_circle i, .ppb_blog_half_content_slider .slides li .slider_image .post_icon_circle i {
    font-size: 17px;
    line-height: 38px;
    color: #fff;
}

.post_img .post_icon_circle i.fa-play {
    margin-left: 2px;
}

.post_content_wrapper .post_img:not(.small) {
    margin-bottom: 20px;
}

body.single .post_content_wrapper .post_img:not(.small) {
    margin-bottom: 30px;
}

.post_img.small {
    margin-bottom: 15px;
}

.post_related, .post_trending {
    margin-top: 20px;
    margin-bottom: 30px;
    float: left;
}

.post_trending {
    margin-bottom: 30px;
}

.post_related .one_third {
    margin-bottom: 0;
}

.post_related .post_img {
    margin-top: 0;
}

.post_img.one_third {
    margin-top: 0;
}

.read_next_wrapper {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
    border-top: 1px solid #e1e1e1;
}

.read_next_wrapper:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 100px;
    position: absolute;
    top: -15px;
    right: 0;
    color: #da0081;
}

.read_next_wrapper .post_img.next_post {
    width: 120px;
    margin-right: 20px;
    float: left;
}

.read_next_wrapper .post_content {
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding-right: 50px;
    float: left;
}

.read_next_wrapper .post_content .read_next_label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #da0081;
}

.read_next_wrapper .post_content .next_post_title h3 {
    font-size: 20px;
    line-height: 1.2;
}

.post_ft_img {
    opacity: 0;
}

.post_img img {
    max-width: 100%;
}

body.single .post_img img {
    width: auto;
}

body.single .post_content_wrapper.post_img.post_gallery_featured {
    margin-bottom: 2%;
}

#social_share_wrapper, .social_share_wrapper {
    margin-left: 0 !important;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    clear: both;
}

#social_share_wrapper a i, .social_share_wrapper.shortcode a i {
    font-size: 20px;
}

#social_share_wrapper a, .social_share_wrapper.shortcode a {
    opacity: 0.3;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#social_share_wrapper a:hover, .social_share_wrapper.shortcode a:hover {
    opacity: 1;
}

.social_share_wrapper.shortcode {
    margin: 0;
}

#social_share_wrapper h5, .social_share_wrapper.shortcode h5 {
    display: inline-block;
    margin-bottom: 5px;
}

#social_share_wrapper ul, .social_share_wrapper.shortcode ul, .social_share_bubble ul {
    display: block;
    clear: both;
    list-style: none;
    margin: 0;
    margin-left: 0 !important;
}

#social_share_wrapper ul li, .social_share_wrapper.shortcode ul li, .social_share_bubble ul li {
    display: block;
    margin: 0 0 5px 0;
}

.social_share_wrapper.shortcode ul li {
    display: inline-block;
    margin: 0 10px 0 10px;
    border-left: 0 !important;
}

.social_share_bubble ul li {
    display: inline-block;
    margin: 0 7px 0 7px;
    font-size: 14px;
}

#social_share_wrapper.inline,

,
.social_share_bubble.inline {
    text-align: center;
    border: 0;
    margin-top: 30px;
}

#fullscreen_share_wrapper {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 9;
    color: #fff;
    position: relative;
    visibility: hidden;
}

.fullscreen_share_content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.fullscreen_share_content #social_share_wrapper ul li {
    display: inline-block;
    margin: 0 20px 0 20px;
}

.fullscreen_share_content #social_share_wrapper ul li a {
    color: #fff;
    opacity: 1;
    display: block;
}

.fullscreen_share_content #social_share_wrapper ul li a i {
    font-size: 4em;
}

#post_info_bar {
    position: fixed;
    top: -60px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    height: 60px;
    z-index: 10;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#post_info_bar #post_indicator {
    width: 0;
    height: 2px;
    background: #da0081;
    position: absolute;
    top: -1px;
    z-index: 3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#post_info_bar.scroll {
    top: 0;
}

#post_info_bar .post_info, #post_info_bar .post_info_thumb {
    float: left;
}

#post_info_bar .post_info_thumb img {
    width: auto;
    height: 47px;
    margin-right: 15px;
    margin-top: 5px;
}

#post_info_bar .post_info .post_info_label {
    font-size: 9px;
    line-height: 20px;
    font-weight: 900;
}

#post_info_bar .post_info .post_info_title {
    margin-top: -5px;
}

#post_info_bar #post_info_share, #post_info_bar #post_info_comment {
    float: right;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
}

#post_info_bar #post_info_share i, #post_info_bar #post_info_comment i {
    margin-right: 10px;
}

.inner_wrapper {
    overflow: hidden;
    float: left;
    width: 100%;
}

#page_content_wrapper .inner .sidebar_content, .page_content_wrapper .inner .sidebar_content {
    width: 65%;
    padding: 0;
    float: left;
    padding-right: 0px;
    padding-top: 0;
    overflow: hidden;
}

#page_content_wrapper .inner .sidebar_content.left_sidebar, .page_content_wrapper .inner .sidebar_content.left_sidebar {
    border-right: 0;
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

#page_content_wrapper .inner .sidebar_content.full_width, .page_content_wrapper .inner .sidebar_content.full_width {
    width: 100%;
    margin: auto;
    margin-top: 0;
    margin-right: 0;
    border: 0;
}

#page_content_wrapper .inner .sidebar_content.full_width.blog_f {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    float: none;
}

body.single-portfolios #page_content_wrapper .inner .sidebar_content.full_width {
    margin-top: 40px;
}

.slider_wrapper.tg_gallery {
    margin: 20px 0 20px 0;
}

#page_content_wrapper.hasbg.nomargintop {
    margin-top: 0 !important;
}

#page_content_wrapper .inner .sidebar_content.full_width.nopadding, .page_content_wrapper .inner .sidebar_content.full_width.nopadding {
    padding: 0 !important;
}

#page_content_wrapper .inner .sidebar_content img, .page_content_wrapper .inner .sidebar_content img {
    max-width: 100%;
    height: auto !important;
}

#page_content_wrapper .inner .sidebar_content div.wp-caption, .page_content_wrapper .inner .sidebar_content div.wp-caption {
    max-width: 100%;
}

#page_content_wrapper .inner .sidebar_wrapper, .page_content_wrapper .inner .sidebar_wrapper {
    width: 30.99%;
    float: right;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

#page_content_wrapper .inner .sidebar_wrapper.left_sidebar {
    width: 30.99%;
    margin-right: 0;
    margin-left: 0;
    float: left;
}

#page_content_wrapper .inner .sidebar_wrapper a, .page_content_wrapper .inner .sidebar_wrapper a {
    color: #222;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar, .page_content_wrapper .inner .sidebar_wrapper .sidebar {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar .content, .page_content_wrapper .inner .sidebar_wrapper .sidebar .content {
    width: 100%;
    margin: 0 0 0 0;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle {
    color: #fff;
}

.mobile_menu_wrapper .sidebar_wrapper a {
    color: #777;
}

.mobile_menu_wrapper .page_content_wrapper {
    width: 100%;
}

.mobile_menu_wrapper .sidebar_wrapper {
    width: 100%;
    margin-top: 40px;
}

.mobile_menu_wrapper .sidebar_wrapper .sidebar .content .sidebar_widget li {
    margin-bottom: 0;
}

.mobile_menu_wrapper .sidebar_wrapper .sidebar .content .sidebar_widget li .social_wrapper ul {
    text-align: center;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li .fb_iframe_widget {
    margin-top: 15px;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input.wpcf7-text {
    padding: 11px 10px 11px 10px;
    font-size: 100%;
    font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
    margin: 0;
    background: #fcfcfc;
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-transition: border-color linear .3s;
    -moz-transition: border-color linear .3s;
    -o-transition: border-color linear .3s;
    transition: border-color linear .3s;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=date]:focus, input.wpcf7-text:focus {
    background: #f9f9f9;
    outline: 0;
}

.contact_form_wrapper input[type=submit] {
    float: right;
    margin-right: 4%;
}

.contact_form_response ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.contact_form_wrapper {
    margin-top: 30px;
}

input[type=text].blur, textarea.blur {
    color: #999;
}

#contact_form label {
    display: none;
}

#contact_form input[type="text"], #contact_form textarea {
    margin-bottom: 15px;
}

div.wpcf7-response-output {
    padding: 20px;
}

.wpcf7-form input.wpcf7-text, .wpcf7-form textarea, .wpcf7-form input.wpcf7-date {
    width: 100%;
    box-sizing: border-box;
}

.fullwidth_comment_wrapper #commentform textarea {
    width: 100%;
}

.fullwidth_comment_wrapper .post_content_wrapper {
    background: transparent !important;
    padding: 30px 0 30px 0 !important;
    width: 100% !important;
}

label {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}

.form-allowed-tags {
    display: none !important;
}

p.comment-notes {
    margin-bottom: 20px;
}

textarea {
    font-size: 100%;
    border: 1px solid #e1e1e1;
    background: #fcfcfc;
    margin: 0;
    height: 200px;
    overflow: auto;
    padding: 7px 10px 7px 10px;
    font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
    outline: none;
    -webkit-transition: border-color linear .2s;
    -moz-transition: border-color linear .2s;
    -o-transition: border-color linear .2s;
    transition: border-color linear .2s;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=submit], input[type=button], a.button, .button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px 8px 20px;
    color: #fff;
    background: #efc337;
    border: 2px solid #efc337;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Roboto', 'Georgia', Arial, Verdana, sans-serif;
    text-shadow: none;
    -webkit-appearance: none;
    letter-spacing: 1px;
    box-shadow: 0 0 0 0 !important;
    line-height: 1.5 !important;
    letter-spacing: 2px;
    border-radius: 0;
    -webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -o-transition: color .2s linear, background .1s linear, opacity .2s linear;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
}

input[type=submit]#contact_submit_btn {
    width: 100%;
}

.post_button_wrapper {
    width: 50%;
    float: left;
}

.slide_post .post_button_wrapper {
    width: 100%;
}

.slide_post .readmore {
    float: left;
}

input[type=submit].white, input[type=button].white, a.button.white, .button.white, a.button.white:hover, .button.white:hover, a.button.white:active, .button.white:active {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

input[type=submit].whitebg, input[type=button].whitebg, a.button.whitebg, .button.whitebg, a.button.whitebg:hover, .button.whitebg:hover, a.button.whitebg:active, .button.whitebg:active {
    background: #fff;
    color: #000;
    border-color: #fff;
}

input[type=submit].black, input[type=button].black, a.button.black, .button.black, a.button.black:hover, .button.black:hover, a.button.black:active, .button.black:active {
    color: #000;
    border-color: #000;
}

input[type=button]:hover, input[type=submit]:hover, a.button:hover, .button:hover, .button.submit, a.button.white:hover, .button.white:hover, a.button.white:active, .button.white:active {
    color: #fff;
    border-color: #222;
    background: #222;
}

.error {
    color: #ff0000;
}

a.comment-reply-link {
    margin: 0 0 0 10px;
    float: left;
    line-height: 32px;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

input[type=submit].medium, input[type=button].medium, a.button.medium {
    font-size: 15px;
    padding: 12px 20px 11px 20px;
}

input[type=submit].large, input[type=button].large, a.button.large {
    font-size: 17px;
    padding: 16px 25px 15px 25px;
}

#cancel-comment-reply-link {
    display: block;
    margin: 0 20px 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

input[type=submit].left, input[type=button].left, a.button.left {
    float: left;
}

input[type=submit].right, input[type=button].right, a.button.right {
    float: right;
}

input[type=submit].center, input[type=button].center, a.button.center {
    margin: auto;
}

.button.ghost {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.pagination {
    margin: 0 0 30px 0;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.ppb_blog_fiterable_list_sidebar_pagination .pagination {
    margin-top: 30px;
}

.pagination:empty {
    margin: 0;
    padding: 0;
}

.pagination a.prev_button {
    position: absolute;
    right: 0;
}

.pagination a.next_button {
    position: absolute;
    left: 0;
}

.pagination a i {
    font-size: 13px;
}

.pagination a.next_button i {
    margin-right: 5px;
}

.pagination a.prev_button i {
    margin-left: 5px;
}

.pagination a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    display: block;
}

.pagination a:hover {
    color: #222;
}

.pagination .pagination_page {
    position: absolute;
    left: 50%;
    font-size: 11px;
}

.pagination_load_more, .pagination_loading {
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}

.pagination_load_more.inactive, .pagination_loading {
    display: none;
}

.pagination_loading.active {
    display: block;
}

.pagination_load_more:before {
    content: "";
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

.pagination_load_more span {
    display: inline-block;
    padding: 0 1.2em;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

#page_content_wrapper ul {
    margin: 0;
}

#page_content_wrapper ol {
    margin: 15px 0 15px 40px;
}

.infinite_loading {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 40px 0 0 0;
    font-size: 30px;
    display: none;
}

.infinite_loading.visible {
    display: block;
}

#page_content_wrapper ul.flickr {
    margin: 0 0 10px 0;
}

#page_content_wrapper ul.posts.blog {
    list-style: none;
    margin-left: 0 !important;
    float: left;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

#page_content_wrapper ul.flickr li img {
    width: 65px;
    height: auto;
}

#page_content_wrapper .sidebar .content .posts.blog li img, #page_content_wrapper .posts.blog li img, .page_content_wrapper .sidebar .content .posts.blog li img, .page_content_wrapper .posts.blog li img {
    float: left;
    margin: 0 10px 10px 0;
    width: 90px;
}

.post_circle_thumb {
    position: relative;
    z-index: 2;
    float: left;
    width: 105px;
    float: left;
    margin-right: 0;
}

.post_circle_thumb .post_number {
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    line-height: 20px;
    background: #da0081;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.post_circle_thumb.flickr {
    margin-right: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget, #page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .sidebar_widget, .page_content_wrapper .sidebar .content .posts.blog {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}

#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li {
    padding: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li, .page_content_wrapper .sidebar .content .sidebar_widget li {
    margin: 40px 0 0px 0;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li {
    box-sizing: border-box;
    clear: both;
    width: 100%;
    float: left;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads, #page_content_wrapper .sidebar .content .sidebar_widget > li.widget_search {
    border: 0;
    padding: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li {
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border: 0;
    box-sizing: border-box;
    position: relative;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li .comment-author-link {
    font-style: italic;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li:last-child {
    padding-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li:before, .page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li:before {
    font-size: 18px;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: top;
    margin-top: 0;
    font-family: 'FontAwesome';
    content: "\f075";
    margin-right: 10px;
    margin-top: 2px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter {
    color: #fff;
    background: #60caf9;
    border: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter h2.widgettitle, #page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter a, #page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter a:hover, #page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter a:active {
    color: #fff;
}

#page_content_wrapper .sidebar .content .sidebar_widget li select, .textwidget select, .page_content_wrapper .sidebar .content .sidebar_widget li select {
    margin: 10px 0 10px 0;
    max-width: 100%;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle {
    font-size: 12px;
    display: block;
    text-align: center;
    font-family: 'Roboto', 'Georgia', Arial, Verdana, sans-serif;
    color: #222;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle:before, .page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle:before, h2.widgettitle:before {
    content: "";
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle span, .page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle span, h2.widgettitle span {
    display: inline-block;
    padding: 0 1.2em;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget > li:first-child {
    margin-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul, .page_content_wrapper .sidebar .content .sidebar_widget li ul {
    list-style: none;
    padding: 20px 0 0 0;
    margin: 0 0 15px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children {
    margin-left: 10px;
    margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child {
    border: 0;
    margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children {
    margin-left: 20px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li, .page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li {
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

#footer .sidebar_widget li.widget_nav_menu ul li, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li {
    border: 0;
}

#footer .sidebar_widget li ul li {
    border-color: #000000;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li .textwidget {
    padding-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, #footer ul.sidebar_widget li ul.flickr li:first-child {
    border: 0;
    padding-top: 0;
}

#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a, .page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px 5px 0;
    display: block;
}

#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li.current-menu-item a, .page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li.current-menu-item a {
    font-weight: bold;
}

#wp-calendar tr td, #wp-calendar tr th {
    padding: 5px 0 5px 0;
    text-align: center;
    background: transparent;
}

#wp-calendar tr td#prev, #wp-calendar tr td#next {
    text-transform: uppercase;
    padding-top: 20px;
}

#wp-calendar tr td.pad, #wp-calendar tr td#prev, #wp-calendar tr td#next {
    background: transparent !important;
}

#wp-calendar caption {
    display: none;
}

#wp-calendar {
    margin: 20px 0 0 0;
    width: 100%;
}

.mobile_menu_wrapper .widget_calendar table tr th, .mobile_menu_wrapper .widget_calendar table tr td {
    border-color: #555;
}

table {
    margin: 10px 0 10px 0;
}

table tr td {
    border-bottom: 1px solid #e1e1e1;
}

table tr th, table tr td {
    padding: 20px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
}

table tr td {
    font-weight: normal;
}

#footer table tr th, #footer table tr td {
    border-bottom: 1px solid #000000 !important;
}

#footer .widget_tag_cloud div a {
    border-color: #000000 !important;
}

#footer_menu {
    float: right;
    display: block;
    list-style: none;
}

#footer_menu li {
    float: left;
    margin-left: 20px;
}

#footer_menu li a {
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}

#footer_menu li a:hover {
    color: #fff;
}

#footer_menu li ul {
    display: none;
}

table thead tr th {
    background: transparent;
}

table#wp-calendar thead tr th {
    text-align: center;
}

table tfoot tr, table tfoot tr td {
    background: transparent;
    border-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr {
    list-style: none;
    margin: 5px 0 30px 0;
    float: left;
    display: block;
    padding: 15px 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li {
    display: block;
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    clear: none;
    width: 33.3%;
    padding-right: 10px;
    box-sizing: border-box;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img {
    width: 100%;
    height: auto;
}

.mobile_menu_wrapper .sidebar .content .sidebar_widget li ul.flickr li {
    width: 33.3%;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter {
    margin: 0;
    margin-top: 20px;
    list-style: none;
    padding: 0 0 0 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li {
    padding-bottom: 15px;
    border: 0;
    box-sizing: border-box;
    position: relative;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before {
    font-size: 22px;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: top;
    margin-top: 0;
    font-family: 'FontAwesome';
    content: "\f099";
    margin-right: 20px;
    margin-top: 3px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li .tweet, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li .tweet {
    display: inline-block;
    width: calc(100% - 50px);
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media {
    list-style: none;
    margin: 10px 0 15px 0;
    float: left;
    display: block;
    padding: 0 0 3px 0;
    margin-left: -5px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr {
    list-style: none;
    margin: 10px 0 -10px 0;
    float: left;
    display: block;
    clear: both;
    width: 100%;
    width: calc(100% + 10px);
}

ul.flickr li {
    float: left;
    margin: 0 5px 0 0;
}

#page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .posts.blog {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .posts.blog.withthumb, .page_content_wrapper .sidebar .content .posts.blog.withthumb {
    margin-top: 20px;
}

#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li {
    line-height: 1em;
    clear: both;
    border: 0;
    background: none;
    width: 100%;
    float: left;
    margin: 0;
}

#page_content_wrapper .posts.blog li, .page_content_wrapper .posts.blog li {
    float: left;
    width: 49.4%;
    margin-right: 1.2%;
    margin-bottom: 1.2%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    display: table;
    text-align: left;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

#page_content_wrapper .posts.blog li:nth-child(2n), .page_content_wrapper .posts.blog li:nth-child(2n) {
    margin-right: 0;
    float: right;
}

#page_content_wrapper .posts.blog li a, .page_content_wrapper .posts.blog li a, #page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li a, #footer ul.sidebar_widget .posts.blog li a {
    width: 100%;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li a {
    display: block;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li {
    margin-bottom: 30px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .posts.blog.withthumb li, #page_content_wrapper .posts.blog.withthumb li, .page_content_wrapper .sidebar .content .posts.blog.withthumb li, .page_content_wrapper .posts.blog.withthumb li {
    line-height: 1.5em;
    border: 0;
    display: block;
}

#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li {
    padding-top: 30px;
}

#page_content_wrapper .sidebar .content .posts.blog li:last-child, .page_content_wrapper .sidebar .content .posts.blog li:last-child {
    padding-bottom: 0;
}

#page_content_wrapper .sidebar .content .posts.blog li strong.header, #page_content_wrapper .posts.blog li strong.header, .page_content_wrapper .sidebar .content .posts.blog li strong.header, .page_content_wrapper .posts.blog li strong.header {
    font-weight: normal;
}

#cover_content {
    position: fixed;
    top: 20%;
    left: 40px;
    z-index: 9;
}

#page_content_wrapper .sidebar .content .textwidget, .page_content_wrapper .sidebar .content .textwidget {
    margin-top: 0;
    padding: 20px 0 0 0;
}

.textwidget img {
    max-width: 100%;
    height: auto;
}

.widget_search input#searchsubmit {
    margin: 10px 0 0 0;
}

.widget_tag_cloud div, .tag_cloud {
    margin: 20px 0 10px 0;
}

.widget_tag_cloud div a, .meta-tags a, .tag_cloud a {
    display: inline-block;
    -webkit-transition: background .2s linear, border .1s linear;
    -moz-transition: background .2s linear, border .1s linear;
    -ms-transition: background .2s linear, border .1s linear;
    -o-transition: background .2s linear, border .1s linear;
    transition: background .2s linear, border .1s linear;
    font-size: 9px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 3px 5px 0;
    padding: 6px 9px 6px 9px;
    background: #fff;
    border: 2px solid #e1e1e1;
    color: #555;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
    max-width: 100%;
    height: auto;
}

.one_half {
    float: left;
    width: 48%;
    margin-right: 3.5%;
    box-sizing: border-box;
}

.one_half.last {
    float: right;
    width: 48%;
    margin-right: 0;
    clear: right;
}

.portfolio2filter_wrapper {
    overflow: hidden;
    margin: 0 12px 0 0;
    float: left;
}

.one_half.portfolio2_wrapper {
    width: 50%;
    margin-bottom: 0px;
}

.two_cols.gallery, .three_cols.gallery, .four_cols.gallery {
    margin-bottom: 20px;
    float: left;
}

.two_cols.gallery .element {
    float: left;
    width: 48%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.two_cols.gallery .element.last {
    float: right;
    width: 48%;
    margin-right: 0;
    clear: right;
}

.two_cols.gallery.wide .element {
    width: 50%;
    margin: 0 -1px 0 0;
}

.two_cols.gallery.wide .element img {
    width: 100%;
    height: auto;
}

.one_half.gallery2 {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.one_half.gallery2.static {
    overflow: hidden;
}

.one_half.gallery2 a {
    position: relative;
    display: block;
    line-height: 0;
}

.element.classic2_cols {
    overflow: hidden;
    position: relative;
    width: 49.8%;
    height: auto;
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
}

.one_half.gallery2.filterable.portfolio_type {
    margin: 0;
}

.one_half.gallery2 a {
    display: block;
}

.one_half.gallery2.classic a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.one_half.gallery2.classic a:hover .portfolio_classic_icon_wrapper {
    opacity: 1;
}

.one_third {
    width: 31.29%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
    position: relative;
    box-sizing: border-box;
}

.one_third.last {
    margin-right: 0 !important;
    float: right;
    width: 31.29%;
}

.one_third.portfolio3_wrapper {
    width: 30%;
    margin-bottom: 0;
    margin-right: 25px;
}

#page_content_wrapper .inner .sidebar_content > #tabs > ul, .page_content_wrapper .inner .sidebar_content > #tabs > ul {
    margin-left: 20px;
}

#page_content_wrapper .inner .sidebar_content ul.review-list, .page_content_wrapper .inner .sidebar_content ul.review-list {
    margin-left: 0;
}

#page_content_wrapper .inner .sidebar_content.full_width.portfolio3_content_wrapper {
    width: 1250px;
}

#page_content_wrapper .inner .sidebar_content.full_width.portfolio4_content_wrapper, .page_content_wrapper.portfolio4_content_wrapper {
    width: 1260px;
}

.page_content_wrapper.portfolio4_content_wrapper {
    margin-top: 50px;
}

.gallery_a_title {
    text-align: center;
}

.three_cols.gallery .element {
    width: 31.29%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1 !important;
    position: relative;
}

.three_cols.gallery .element.last {
    margin-right: 0 !important;
    float: right;
    width: 31.29%;
}

.three_cols.gallery.wide .element {
    width: 33.33%;
    margin: 0 -1px 0 0;
}

.three_cols.gallery.wide .element img {
    width: 100%;
    height: auto;
}

.sidebar_content.three_cols.gallery .element {
    width: 46%;
    margin-right: 3%;
    margin-bottom: 4%;
}

.three_cols.gallery .element.grid {
    padding: 0;
}

.three_cols.gallery .element.fade {
    opacity: 0.2 !important;
}

@media only screen and (min-width: 1430px) {
    #page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element {
        width: 22.4%;
        margin-bottom: 2.5%;
    }
}

@media only screen and (min-width: 1720px) {
    #page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element {
        width: 17.8%;
        margin-bottom: 2.5%;
    }
}

@media only screen and (min-width: 2200px) {
    #page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element {
        width: 14.6%;
        margin-bottom: 2.5%;
    }
}

.one_third.gallery3 {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.one_third.gallery3 a {
    position: relative;
    display: block;
    line-height: 0;
}

.one_third.gallery3.static {
    overflow: hidden;
}

.one_third.gallery3 a {
    display: block;
}

.one_third.gallery3.classic a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.element.classic3_cols {
    float: left;
}

.one_third.gallery3.last {
    float: right;
    margin-right: 0;
}

.one_third.gallery3 img {
    max-width: 100%;
    display: block;
    position: relative;
}

.one_third.gallery3 .one_third_img {
    position: absolute;
}

.one_third.filterable.gallery3.portfolio_type {
    margin: 0;
}

.one_third.gallery3 a[rel=gallery] {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background: #000;
}

.two_third {
    float: left;
    width: 65.33%;
    margin-right: 3%;
    box-sizing: border-box;
}

.two_third.last {
    margin-right: 0;
    float: right;
    clear: right;
}

.one_fourth {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2%;
    position: relative;
    box-sizing: border-box;
}

.one_fourth.last {
    width: 22%;
    margin-right: 0;
    float: right;
    clear: right;
}

.four_cols.gallery .element {
    width: 22.9%;
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1 !important;
}

.four_cols.gallery.wide .element {
    width: 25%;
    margin: 0 -1px 0 0;
}

.four_cols.gallery.wide .element img {
    width: 100%;
    height: auto;
}

.four_cols.gallery .element.grid {
    padding: 0;
    background: transparent;
}

.four_cols.gallery .element.fade {
    opacity: 0.2 !important;
}

.one_fourth.gallery4 {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.one_fourth.gallery4 a {
    position: relative;
    display: block;
    line-height: 0;
}

.one_fourth.gallery4.static {
    overflow: hidden;
}

.element.classic4_cols {
    float: left;
}

.one_fourth.portfolio4 {
    margin: 0;
}

.one_fourth.gallery4 .one_fourth_img {
    position: absolute;
}

.one_fourth.gallery4 a {
    display: block;
}

.one_fourth.gallery4.classic a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.one_fourth.gallery4.classic a:hover .portfolio_classic_icon_wrapper {
    opacity: 1;
}

.one_fifth {
    width: 18.4%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    box-sizing: border-box;
}

.one_fifth.last {
    margin-right: 0;
}

.five_cols.gallery.wide .element {
    width: 20%;
    margin: 0 -1px 0 0;
}

.one_fifth.gallery5 {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.one_fifth.gallery5 a {
    position: relative;
    display: block;
    line-height: 0;
}

.five_cols.gallery.wide .element img {
    width: 100%;
    height: auto;
}

.five_cols.gallery .element.grid {
    padding: 0;
    background: transparent;
}

.five_cols.gallery .element.fade {
    opacity: 0.2 !important;
}

.one_sixth {
    width: 11%;
    float: left;
    margin-right: 6%;
    margin-bottom: 2%;
    box-sizing: border-box;
}

.one_sixth.last {
    margin-right: 0;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
    overflow: visible !important;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    opacity: 1 !important;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.gallery_mansory_wrapper, .gallery_mansory4_wrapper {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 960px;
}

.one_fourth.withbg .page_content_wrapper, .one_third.withbg .page_content_wrapper, .one_half.withbg .page_content_wrapper, .two_third.withbg .page_content_wrapper {
    padding: 0 10% 0 10%;
    box-sizing: border-box;
}

.error_box {
    background: #222;
    margin: 0 auto;
    width: 310px;
    height: 310px;
    position: relative;
    margin-top: 10px;
}

.error_box .error_type {
    font-size: 156px;
    text-align: right;
    font-weight: 900;
    margin-bottom: 0;
    color: #fff;
    line-height: 0;
    right: 0;
    bottom: 60px;
    position: absolute;
    letter-spacing: -2px;
}

.error_text {
    font-size: 53px;
    letter-spacing: -1.5px;
    color: #222;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0 !important;
    margin-bottom: 10px;
}

.widget_search .searchforminput#s {
    width: 100%;
    width: calc(100% - 50px);
}

.widget_search .searchform #searchsubmit {
    padding: 0.6em 1em 0.5em 1em !important;
    margin-left: -5px;
    margin-top: -2px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li .mc4wp-form, .page_content_wrapper .sidebar .content .sidebar_widget > li .mc4wp-form {
    margin-top: 20px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget, .page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget {
    background: #f2f2f2;
    padding: 30px;
    box-sizing: border-box;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget h2.widgettitle span, .page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget h2.widgettitle span {
    background: #f2f2f2;
}

.widget_mc4wp_form_widget input[type=email] {
    width: 100%;
    text-align: center;
}

.widget_mc4wp_form_widget input[type=submit] {
    width: 100%;
    font-size: 15px;
    padding: 8px 20px 8px 20px;
}

.subscribe_tagline {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

.subscribe_form {
    margin-top: 15px;
}

.ppb_mailchimp_subscription {
    text-align: center;
    background-size: cover;
    padding: 50px 0 20px 0;
}

.ppb_mailchimp_subscription .subscribe_form {
    margin: auto;
    margin-top: 30px;
}

.ppb_mailchimp_subscription .subscribe_form p {
    display: inline-block;
    padding: 0 !important;
}

.ppb_mailchimp_subscription .subscribe_form input {
    float: none;
    display: inline-block;
    height: 46px;
}

.ppb_mailchimp_subscription .subscribe_form input[type=email] {
    width: 300px;
    margin-top: -1px;
    padding: 12px 10px 13px 10px;
}

.catmenu_wrapper .one_fifth {
    text-align: left;
    margin-bottom: 10px;
}

.catmenu_wrapper .one_fifth h6 {
    font-size: 14px;
}

.catmenu_wrapper .one_fifth .post_img {
    margin-bottom: 10px;
}

.ppb_blog_half_content_slider .slider_wrapper {
    width: 960px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ppb_blog_half_content_slider .slides li .slider_image {
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center center;
    min-height: 450px;
    position: relative;
}

.ppb_blog_half_content_slider .slides li .slide_post {
    width: 50%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    min-height: 450px;
}

.ppb_blog_half_content_slider .slides li .slide_post .post_header h2 {
    line-height: 1.3;
    font-size: 30px;
}

.ppb_blog_half_content_slider .slides li .slide_post .post_header {
    margin-bottom: 10px;
}

.ppb_blog_half_content_slider .slides li .slide_post .post_info_excerpt {
    margin: 20px 0 40px 0;
}

.post_category_tag {
    margin-bottom: 15px;
}

.post_category_tag a, .post_category_tag span {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #da0081;
    margin-right: 5px;
}

.newsticker_label {
    float: left;
    margin-right: 20px;
    height: 36px;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    background: #da0081;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.newsticker_label i {
    margin-right: 5px;
}

.newsticker {
    float: left;
    height: 36px;
    overflow: hidden;
}

.newsticker li {
    height: 36px;
}

.newsticker li a {
    line-height: 36px;
    font-size: 16px;
}

.newsticker_nav, .carousel_nav {
    float: right;
    text-align: right;
    margin-top: 5px;
}

.newsticker_nav a, .carousel_nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent;
    color: #222;
    border-radius: 200px;
    border: 2px solid #222;
    opacity: 0.2;
    overflow: hidden;
    margin-left: 5px;
    line-height: 30px;
}

.newsticker_nav a:hover, .carousel_nav a:hover {
    opacity: 1;
}

.newsticker_nav a:before, .carousel_nav a:before {
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 20px;
    display: block;
    content: '\f104';
    margin-top: 0px;
    font-weight: 600;
    text-align: center;
    color: #222;
}

.newsticker_nav a.newsticker_prev:before, .carousel_nav a.carousel_prev:before {
    content: '\f104';
}

.newsticker_nav a.newsticker_next:before, .carousel_nav a.carousel_next:before {
    content: '\f105';
}

.ppb_blog5_grid_classic .one_half .post_img {
    margin-bottom: 15px;
}

.ppb_blog5_grid_classic .one_half.div_wrapper {
    margin-right: 1.7%;
    width: 49%;
}

.ppb_blog5_grid_classic .one_half.div_wrapper.last {
    width: 49%;
    margin-right: 0;
}

.ppb_blog5_grid_classic .one_half .post_header h2 {
    font-size: 30px;
    line-height: 1.3;
}

.ppb_blog5_grid_classic .one_half.last .post_header h2 {
    font-size: 18px;
}

.ppb_wrapper .one {
    width: 100%;
    clear: both;
    float: left;
}

.ppb_ads {
    text-align: center;
    margin: auto;
}

.ppb_ads img, .ppb_ads iframe {
    max-width: 100%;
    height: auto;
}

.ppb_ads.pp_ads_global_before_menu {
    margin-top: 20px;
}

.ppb_ads.pp_ads_global_after_menu {
    margin-top: 40px;
}

.ppb_ads.pp_ads_single_after_content {
    margin-top: 30px;
}

.ppb_ads.pp_ads_single_before_related {
    margin-bottom: 30px;
}

.ppb_ads.pp_ads_single_before_comment {
    margin-bottom: 30px;
}

.ppb_ads.pp_ads_global_before_footer {
    margin-bottom: 30px;
    clear: both;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image {
    width: 100%;
    height: 480px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: left;
    z-index: 2;
}

.ppb_blog_fullwidth_slider .fullscreen_flexslider ul.slides li .slider_image .slider_post_title {
    width: 70%;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .slider_post_excerpt {
    color: #fff;
    margin-top: 10px;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
}

.ppb_blog_fullwidth_slider .fullscreen_flexslider ul.slides li .slider_image .slider_post_title h2 {
    font-size: 40px;
    line-height: 1.1;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .post_date {
    width: 100%;
    margin-bottom: 10px;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .post_info_date, .ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .post_info_author {
    color: #fff;
}

.teaser_wrapper {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.teaser_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.teaser_wrapper .teaser_content_wrapper {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
}

.teaser_wrapper .teaser_content_wrapper h5, .teaser_wrapper .teaser_content_wrapper h5 a {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
}

.teaser_content {
    line-height: 1.3;
    margin-top: 5px;
}

.ppb_subtitle_left {
    display: inline-block;
    width: 30%;
    margin-bottom: 20px;
}

.ppb_subtitle_left.fullwidth {
    width: 100%;
}

ul.post_filter {
    display: inline-block;
    width: 70%;
    list-style: none;
    margin-bottom: 30px;
    margin-left: 0 !important;
    text-align: right;
}

ul.post_filter.full {
    width: 100%;
    text-align: left;
}

ul.post_filter li {
    display: inline-block;
    margin-left: 20px;
}

ul.post_filter li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #111;
    opacity: 0.5;
    font-weight: 600;
}

ul.post_filter li a:hover {
    opacity: 1;
}

ul.post_filter li a.selected {
    opacity: 1;
    border-bottom: 3px solid #da0081;
}

.post_filter_wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.post_filter_wrapper .post_filter_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(256, 256, 256, 0.8);
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.post_filter_wrapper .post_filter_loading.active {
    display: block;
}

.post_filter_wrapper .post_filter_loading .loading_wrapper {
    margin: 160px 0 160px 0;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.ppb_blog_random .post_filter_wrapper .post_filter_loading .loading_wrapper {
    margin: 80px 0 80px 0;
}

.post_filter_wrapper .post_filter_loading .loading_wrapper i {
    margin-bottom: 10px;
    font-size: 32px;
}

.ppb_blog3_grid {
    float: left;
}

.ppb_blog3_grid .one_half.div_wrapper {
    background-size: cover;
    background-position: center center;
    width: calc(50% - 5px);
    height: 740px;
    position: relative;
    margin: 0;
}

.ppb_blog3_grid .one_half.div_wrapper:not(.last):after, .ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper {
    width: 100%;
    height: 365px;
    margin-bottom: 10px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper.last {
    margin-bottom: 0;
}

.ppb_blog3_grid .one_half.div_wrapper .post_header {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px 20px;
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
}

.ppb_blog3_grid .one_half.div_wrapper .post_header a {
    color: #fff;
}

.ppb_blog3_grid .one_half.div_wrapper .post_header h2 {
    font-size: 28px;
    line-height: 1.3;
}

.ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper h2 {
    font-size: 22px;
    line-height: 1.3;
}

.ppb_blog3_grid .post_header .post_detail.post_date {
    margin: 0;
    margin-bottom: 5px;
}

.ppb_blog3_grid .post_info_date, .ppb_blog3_grid .post_info_author {
    margin: 0;
    color: #fff;
}

.ppb_blog3_grid .post_info_author {
    margin-right: 7px;
}

.ppb_blog3_grid .post_filter_wrapper {
    position: relative;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half.div_wrapper .post_img {
    margin-bottom: 10px;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half.div_wrapper .post_header h2 {
    font-size: 20px;
    line-height: 1.3;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half .post_header h5 {
    font-size: 14px;
    line-height: 1.4;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half .post_header .post_detail.post_date {
    margin: 0;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half.div_wrapper .post_detail.post_date {
    margin: 5px 0 5px 0;
}

.ppb_blog_video {
    background: #000;
    color: #fff;
}

.ppb_blog_video .post_img {
    background: #222;
}

.ppb_blog_video .post_header h5 a, .ppb_blog_video .post_info_author a {
    color: #fff;
}

.ppb_blog_video .post_header {
    margin-bottom: 0;
}

.ppb_blog_video .one.div_wrapper {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 3.5%;
}

.ppb_blog_video .one.div_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.ppb_blog_video .one.div_wrapper .post_header {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 30px 20px;
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
}

.ppb_blog_video .one.div_wrapper .post_header a {
    color: #fff;
}

.ppb_blog_video .one.div_wrapper .post_header h2 {
    font-size: 30px;
    line-height: 1.3;
}

.ppb_blog_video .one.div_wrapper .post_header .post_detail.post_date {
    margin: 0;
}

.ppb_blog_video .one.div_wrapper .post_header .post_detail.post_date .post_info_date, .ppb_blog_video .one.div_wrapper .post_header .post_detail.post_date .post_info_author, .ppb_blog_video h5.single_subtitle {
    color: #fff;
}

.ppb_blog_video .one.div_wrapper .post_icon_circle {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    border-radius: 200px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #da0081;
}

.ppb_blog_video .one.div_wrapper .post_icon_circle i.fa-play {
    margin-left: 2px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
}

.ppb_header_content {
    margin-top: 20px;
}

.ppb_subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #444;
}

.standard_wrapper.three_cols .one_third {
    margin-bottom: 15px;
}

.ppb_blog_random {
    width: 100%;
}

.ppb_blog_random .one_fifth_bg {
    float: left;
    width: 20%;
    min-height: 240px;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.ppb_blog_random .one_fifth_bg .post_header {
    float: none;
    margin: 0;
}

.ppb_blog_random .one_fifth_bg .content_link {
    display: block;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #11467A;
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ppb_blog_random .one_fifth_bg .content_link h5 {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

.ppb_blog_random .one_fifth_bg .content_link .post_info_date {
    color: #fff;
}

.ppb_blog_random .one_fifth_bg:hover .content_link {
    opacity: 1;
}

.ppb_blog_random .title_bar {
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding: 20px 0 20px 0;
    background: #111;
}

.ppb_blog_random .title_bar a, .ppb_blog_random .title_bar h5 {
    color: #fff;
}

.ppb_blog_random .title_bar .ppb_subtitle_left {
    width: auto;
    float: left;
    margin: 0;
    color: #fff;
}

.ppb_blog_random .title_bar .random_refresh {
    display: block;
    float: right;
    font-size: 18px;
    opacity: 0.6;
}

.ppb_blog_random .title_bar .random_refresh:hover {
    opacity: 1;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper {
    height: 500px;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper, .ppb_blog_grid_with_posts.ppb_blog_video .one_third.last {
    height: auto;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .video-container {
    margin: 0 !important;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper:after {
    display: none;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper .post_filter_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper .post_filter_loading {
    margin-top: 50px;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper .post_filter_loading.active {
    display: block;
}

.ppb_blog_grid_with_posts .one_third.last {
    height: 500px;
    overflow-y: auto;
    margin-bottom: 0;
}

.ppb_blog_grid_with_posts .one_third.last h5 {
    font-size: 15px;
    line-height: 1.4;
}

.ppb_blog_grid_with_posts .one_third.last .post_img {
    margin-bottom: 10px;
}

.ppb_blog_grid_with_posts .one_third.last .post_img .now_playing {
    height: 20px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
}

.ppb_blog_grid_with_posts .one_third.last .post_img .now_playing.hide {
    display: none;
}

.ppb_blog_grid_with_posts .one_third.last .post.type-post {
    margin-bottom: 15px;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px 20px;
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_info_date, .ppb_blog_grid_with_posts .two_third.div_wrapper .post_info_author {
    margin: 0;
    color: #fff;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header a {
    color: #fff;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header h2 {
    font-size: 28px;
    line-height: 1.3;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header .post_detail.post_date {
    margin: 0;
    margin-bottom: 5px;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_info_author {
    margin-right: 7px;
}

.ppb_blog_carousel ul.slides li {
    margin-right: 30px;
}

.ppb_blog_carousel ul.slides li .post_header h5 {
    font-size: 15px;
    line-height: 1.5;
}

.ppb_blog_carousel ul.slides li .post_header {
    margin-bottom: 0;
}

.Grand_News_Category ul li {
    margin: 5px 0 5px 0 !important;
    float: left;
    width: 100%;
}

.Grand_News_Category ul li .category_title {
    display: block;
    float: left;
}

.Grand_News_Category ul li .category_count {
    float: right;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    background: #08a100;
    color: #fff;
    min-width: 22px;
}

.horizontal_gallery {
    overflow-x: scroll;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}

.horizontal_gallery table {
    margin: 0;
}

.horizontal_gallery_wrapper tbody tr td {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0 !important;
}

.horizontal_gallery_wrapper tbody tr td:last-child {
    padding-right: 0;
}

.horizontal_gallery_wrapper tbody tr td:first-child {
    padding-left: 0;
}

.horizontal_gallery_wrapper tbody tr td img.horizontal_gallery_img {
    max-height: 450px;
    width: auto;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper {
    position: relative;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 7px;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 25px 20px;
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header a {
    color: #fff;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header h2 {
    font-size: 24px;
    line-height: 1.3;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header .post_detail.post_date {
    margin: 0;
    margin-bottom: 5px;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_info_date, .horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_info_author {
    margin: 0;
    color: #fff;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_info_author {
    margin-right: 5px;
}

.ppb_header_video:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.ppb_header_video .background_title_wrapper {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 3;
}

.ppb_header_video .background_title_wrapper .title_content {
    float: left;
    width: 70%;
}

.ppb_header_video .background_title_wrapper .button_link {
    float: right;
    width: 30%;
    text-align: right;
    position: relative;
    top: 20px;
}

#captcha-wrap {
    border: solid #870500 1px;
    width: 270px;
    -webkit-border-radius: 10px;
    float: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #870500;
    text-align: left;
    padding: 3px;
    margin-top: 3px;
    height: 112px;
}

#captcha-wrap .captcha-box {
    -webkit-border-radius: 7px;
    background: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    border: solid #fff 1px;
}

#captcha-wrap .text-box {
    -webkit-border-radius: 7px;
    background: #ffdc73;
    -moz-border-radius: 7px;
    width: 140px;
    height: 48px;
    float: left;
    margin: 4px;
    border-radius: 7px;
    text-align: center;
    border: solid #ffdc73 1px;
}

#captcha-wrap .text-box input {
    width: 120px;
    -webkit-appearance: textfield;
    padding: 1px;
    background-color: white;
    border-image: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    float: none;
    margin: 0;
}

#captcha-wrap .text-box label {
    color: #333;
    font-family: helvetica, sans-serif;
    font-size: 11px;
    width: 140px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
}

#captcha-wrap .captcha-action {
    float: right;
    width: 117px;
    background: url(../images/logos.jpg) top right no-repeat;
    height: 44px;
    margin-top: 3px;
}

#captcha-wrapimg#captcha-refresh {
    margin-top: 9px;
    border: solid #333333 1px;
    margin-right: 6px;
    cursor: pointer;
}

#reponse_msg ul:empty {
    margin: 0;
}

#reponse_msg ul {
    margin-left: 20px;
}

#reponse_msg ul li:last-child {
    margin-bottom: 20px;
}

#reponse_msg ul li.error {
    color: #ff0000;
}

.mejs-container {
    background: #333 !important;
    width: 100% !important;
}

.mejs-container:hover {
    background: transparent !important;
    color: #000 !important;
}

.one_half img, .one_third img, .one_fourth img, .one_fifth img, .two_third img {
    max-width: 100% !important;
    height: auto;
}

.animated {
    visibility: hidden;
}

.fancybox-inner div {
    max-width: 100% !important;
    height: auto !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin: 20px 0 20px 0;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-overlay-button {
    display: block;
    z-index: 99999;
}

.slider_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider_wrapper.fixed_width {
    width: 960px;
    margin: auto;
}

.slider_wrapper.fixed_width .flex-direction-nav .flex-prev {
    left: 30px;
}

.slider_wrapper.fixed_width .flex-direction-nav .flex-next {
    right: 30px;
}

.slider_wrapper.fixed_width:hover .flex-direction-nav .flex-prev {
    left: 110px;
}

.slider_wrapper.fixed_width:hover .flex-direction-nav .flex-next {
    right: 110px;
}

.post_wrapper.grid_layout .slider_wrapper {
    min-height: 190px;
    margin-bottom: 15px;
}

.ads_label {
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #999;
}

.social_share_counter {
    float: left;
}

#social_share_button_wrapper {
    float: right;
}

.social_share_counter {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 15px;
}

.post_share_center .social_share_counter {
    margin-bottom: 0;
}

.social_share_counter_label {
    text-transform: uppercase;
    opacity: 0.5;
}

.social_share_counter_number {
    font-size: 50px;
    font-weight: 600;
    color: #da0081;
    line-height: 38px;
}

.social_share_button_wrapper ul {
    list-style: none;
    display: inline-block;
    margin-left: 0 !important;
    margin-bottom: 30px;
}

.social_share_button_wrapper ul li {
    display: inline-block;
    margin-right: 5px;
}

.social_share_button_wrapper ul li a {
    display: block;
    padding: 0 25px 0 25px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
}

.social_share_button_wrapper ul li a.email_share {
    background: #1980be;
}

.social_share_button_wrapper ul li a.facebook_share {
    background: #455fa1;
}

.social_share_button_wrapper ul li a.facebook_share i, .social_share_button_wrapper ul li a.twitter_share i {
    margin-right: 7px;
}

.social_share_button_wrapper ul li a.twitter_share {
    background: #58abf5;
}

.social_share_button_wrapper ul li a.pinterest_share {
    background: #cd1d1f;
}

.social_share_button_wrapper ul li a.google_share {
    background: #eb4026;
}

.tg_post_slide_title {
    width: 50%;
    float: left;
}

.tg_post_slide_direction {
    width: 50%;
    float: right;
    text-align: right;
}

.tg_post_slide_direction .button {
    background: #111;
    border-color: #111;
    margin-left: 5px;
    font-weight: 600;
    font-size: 12px;
}

.post_pagination_divider {
    margin-top: 20px;
}

.post_pagination {
    width: 100%;
    text-align: center;
    margin: 2px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #e1e1e1;
    font-weight: 600;
}

.post_pagination a, .post_pagination a:hover, .post_pagination a:active {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    margin: 0 10px 0 10px;
}

.page_tagline {
    margin-top: 30px;
}

body.single .post-views {
    display: none;
}

.ppb_blog_fullwidth_slider a {
    display: block;
}

.ri-grid {
    margin: auto;
    position: relative;
    max-height: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.ri-grid.visible {
    max-height: 100%;
}

.ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ri-grid ul:before, .ri-grid ul:after {
    content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1;
}

.ri-grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    width: 0;
    height: 0;
    border: 2px solid #fff;
    border-bottom: 4px solid #fff;
    box-sizing: border-box;
}

.ri-grid ul li a {
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ri-grid-size-1 {
    width: 55%;
}

.ri-grid-size-2 {
    width: 100%;
}

.ri-grid-size-3 {
    width: 100%;
    margin-top: 0px;
}

.ri-shadow:after, .ri-shadow:before {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.ri-shadow:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.ri-grid-loading:after, .ri-grid-loading:before {
    display: none;
}

.ri-loading-image {
    display: none;
}

.ri-grid-loading .ri-loading-image {
    position: relative;
    left: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
    text-align: center;
}

h1.page-title {
    display: none;
}

#page_content_wrapper .inner .sidebar_content ul.products {
    margin: 0;
    padding-top: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30.99%;
    margin-right: 3.5%;
    overflow: hidden;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

.woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce ul.products li.product h3 {
    font-size: 1em;
}

.woocommerce ul.products li.product .price {
    color: #444;
    font-size: 1.3em;
    font-weight: bold;
}

.woocommerce ul.products li.product .button {
    background: transparent;
    padding: 0;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
    outline: 0;
    border: 1px solid #e1e1e1 !important;
    height: 31px;
}

.woocommerce-page div.product form.cart .button {
    width: auto !important;
    margin-left: 5px;
    letter-spacing: 1px !important;
    padding: .5em 1.5em .5em 1.5em !important;
    border: 1px solid #e1e1e1 !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    box-shadow: 0px 0px 0px black !important;
    width: 100% !important;
    text-align: center !important;
    margin: auto !important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    font-size: 18px !important;
    margin-top: 5px !important;
    line-height: 1.3;
    padding-bottom: 0;
    text-align: center;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    font-size: 0.9em !important;
}

.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    text-decoration: none !important;
    font-size: 16px !important;
    color: #cfa670;
}

.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li ins {
    text-decoration: none;
    font-weight: bold;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    display: none !important;
}

.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
    box-shadow: 0px 0px 0px black !important;
    -webkit-box-shadow: 0px 0px 0px black !important;
    -moz-box-shadow: 0px 0px 0px black !important;
    width: 45px;
    height: auto;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
    box-shadow: 0px 0px 0px black !important;
    -webkit-box-shadow: 0px 0px 0px black !important;
    -moz-box-shadow: 0px 0px 0px black !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    margin-left: 0 !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1 {
    font-size: 30px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2 {
    font-size: 18px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3 {
    font-size: 16px !important;
    padding-bottom: 0;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4 {
    font-size: 14px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5 {
    font-size: 13px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6 {
    font-size: 12px !important;
}

.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a {
    margin-bottom: 3.8%;
}

div[itemprop="description"] {
    margin: 5px 0 10px 0;
    padding-left: 0 !important;
}

div[itemprop="description"].review-desc {
    padding-left: 15px !important;
}

.review-summary {
    display: none !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    font-size: 14px !important;
    color: #222;
    padding-top: 10px !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    border: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    background: #444 !important;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: inset 0 0 0 0 rgba(204, 204, 204, 0.5) !important;
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    border: 1px solid #444 !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce #page_content_wrapper a.button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover {
    text-transform: uppercase !important;
    border: 0 !important;
    padding: 0 !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
    position: relative !important;
    background: transparent !important;
    margin-top: 0;
    opacity: 0.3;
    font-size: 12px !important;
    display: block;
    margin: auto;
}

.woocommerce #page_content_wrapper a.button:hover, .woocommerce-page #page_content_wrapper a.button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover {
    opacity: 1;
}

.woocommerce.columns-4 ul.products li.product a.add_to_cart_button {
    color: #222 !important;
    font-size: 100% !important;
}

.woocommerce #page_content_wrapper a.button:before, .woocommerce-page #page_content_wrapper a.button:before, .woocommerce .products a.button:before {
    position: absolute;
    margin-left: -20px;
    color: inherit;
    font-family: "FontAwesome";
    content: '\f07a';
}

.woocommerce #page_content_wrapper a.button.product_type_variable:before, .woocommerce-page #page_content_wrapper a.button.product_type_variable:before {
    content: '\f03a';
}

.woocommerce ul.products li.product:hover a.add_to_cart_button, .woocommerce-page ul.products li.product:hover {
    border-color: #777 !important;
}

.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
    opacity: 1 !important;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button, .woocommerce table.cart td.actions .button.alt.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce table.cart td.actions .button.alt {
    background: #444 !important;
    color: #fff !important;
    text-shadow: none !important;
    border-color: #444 !important;
    font-weight: normal !important;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
    font-weight: normal !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    width: 70px !important;
    float: left !important;
    margin-right: 15px !important;
    margin-left: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
    margin-top: 20px !important;
}

.cart-collaterals .cart_totals table {
    width: 100% !important;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
    color: #999 !important;
}

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
    color: #fff !important;
}

body[data-shop=three_cols].woocommerce ul.products li.product, body[data-shop=three_cols].woocommerce-page ul.products li.product {
    width: 31.2% !important;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}

body.woocommerce .page-title {
    display: none;
}

.woocommerce-page div.product div.images div.thumbnails {
    display: none;
}

p.price {
    padding-top: 0 !important;
    margin-top: -10px !important;
}

p.price ins span.amount, p.price span.amount, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price {
    font-weight: bold;
    font-size: 24px;
    color: #cfa670;
}

p.price del span.amount {
    color: #ccc !important;
    font-size: 16px;
}

span.price del span.amount {
    font-size: 13px;
}

#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
    font-size: 18px;
}

.checkout h3 {
    font-size: 18px;
    margin: 15px 0 15px 0;
}

.related.products h2, .cart_totals h2, .shipping_calcuLator h2, .upsells.products h2, .cross-sells h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.cart_totals h2 {
    display: none;
}

.shipping_calcuLator h2 {
    text-align: left;
}

.related.products {
    margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 0px !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel {
    border: 1px solid #e1e1e1;
    padding: 25px;
    box-sizing: border-box;
    background: transparent;
}

.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    box-shadow: none !important;
    visibility: visible !important;
    border: 1px solid #e1e1e1;
    border-bottom: 0 !important;
    border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 30px 9px 30px !important;
    font-weight: normal !important;
    font-size: 14px !important;
    text-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent !important;
    color: #222 !important;
    border-radius: 0px !important;
    height: auto !important;
    padding: 0 !important;
    border: 1px solid #e1e1e1;
    border-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
    color: #222;
    font-weight: bold !important;
    border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
    padding-left: 0 !important;
}

.widget_shopping_cart_content a.button {
    margin-right: 5px !important;
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price {
    font-size: 1.5em !important;
}

.woocommerce-page div.product p.price ins {
    text-decoration: none !important;
}

.product_meta > span {
    clear: both;
    display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    border: 0 !important;
    box-shadow: 0 0 0;
    display: none;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    box-shadow: 0 0 0 #222 !important;
    border-radius: 0 !important;
}

.woocommerce .reviews_tab {
    border-left: 0 !important;
}

.woocommerce-message {
    background: #23B064 !important;
    border-color: #23B064 !important;
    color: #fff !important;
    text-shadow: none !important;
    padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info {
    background: #4db2ec !important;
    border-color: #4db2ec !important;
    color: #fff !important;
    text-shadow: none !important;
    padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-error {
    background: #e62c22 !important;
    border-color: #e62c22 !important;
    color: #fff !important;
    text-shadow: none !important;
    padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info a, .woocommerce-message a, .woocommerce-error a {
    color: #fff !important;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
    box-shadow: none !important;
    top: 0.4em !important;
    background: #23B064 !important;
}

.woocommerce-info:before {
    background: #4db2ec !important;
}

.woocommerce-error:before {
    background: #e62c22 !important;
}

.woocommerce .woocommerce-message a.button {
    display: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, #order_review {
    margin-bottom: 0;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    text-align: left;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border-bottom: 0;
}

.post_carousel.flexslider .slides > li {
    margin-right: 20px;
}

.woocommerce-page .products .star-rating {
    float: right;
    margin-top: 5px;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    color: #888;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    overflow: hidden;
}

.woocommerce-page nav.woocommerce-pagination ul li a {
    color: #888;
    line-height: 1.3em;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:active {
    border-color: #e1e1e1;
    background: #fcfcfc;
    color: #222 !important;
    font-weight: bold;
    line-height: 1.3em;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {
    margin-left: 0 !important;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a {
    text-align: center;
}

.price_slider_wrapper {
    margin-top: 30px;
}

.woocommerce-page ul.product_list_widget li .star-rating {
    display: none;
}

.woocommerce-page ul.product_list_widget li .amount {
    font-weight: 600;
    color: #444;
}

.woocommerce-page ul.product_list_widget li del .amount {
    color: #ccc;
}

.woocommerce-page .price_label {
    font-weight: 600;
}

.woocommerce-page ul.product_list_widget li ins {
    background: transparent;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
    float: left !important;
}

ul.product_list_widget li {
    padding: 10px 0 10px 0 !important;
}

.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product {
    clear: both;
}

.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
    float: right;
}

.woocommerce-review-link {
    color: #222 !important;
}

.woocommerce-page div.product form.cart {
    margin-top: 2em;
}

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before {
    display: block;
    clear: none;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    width: 70px;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    font-size: 14px;
    padding: 12px 12px 10px 12px;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
    line-height: 1em;
}

.woocommerce .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .woocommerce-page .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .wc-forward a:after, .wc-forward:after {
    display: none;
}

#page_content_wrapper .inner .sidebar_content ul.products {
    margin-left: 0 !important;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    border-top: 0;
    padding: 15px 12px;
}

.shipping-calcuLator-button {
    color: #222;
}

.product-subtotal .amount {
    color: #222;
    font-weight: 600;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator {
    width: 100%;
    float: none;
}

.woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator {
    margin-top: 10px;
}

.woocommerce-page table.cart th, table.shop_table thead tr th {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    color: #222;
    font-weight: 600;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border-radius: 0 !important;
    border-bottom: 1px solid #e1e1e1;
}

.woocommerce table.shop_table.cart, .woocommerce-page table.shop_table.cart {
    border: 0;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    border-bottom: 0 !important;
    padding-top: 40px;
}

.woocommerce table.cart td.actions .coupon .input-text#coupon_code {
    width: 200px;
    padding: 12px 10px 8px 10px;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    margin-right: 10px;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
    border-bottom: 0;
}

.woocommerce-page #payment ul.payment_methods label {
    display: inline-block;
    clear: none;
    width: auto;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    margin-top: 0;
}

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
    border-bottom: 0;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
    border-top: 0;
}

.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
    color: #444;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1em;
}

strong[itemprop="author"] {
    font-size: 1em;
    font-weight: 600;
    color: #222;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    background: #fff !important;
    box-shadow: 0 0 0 0;
}

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
    display: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border: 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 0;
}

.woocommerce ul.products li.product a .star-rating, .woocommerce-page ul.products li.product a .star-rating {
    display: none !important;
}

.woocommerce #review_form #respond {
    width: 100%;
}

.woocommerce #reviews h3 {
    text-align: left;
}

h1.product_title {
    font-size: 32px;
    line-height: 1.3;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    display: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 2em 0;
}

.woocommerce-page div.product form.cart .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    border-radius: 0 !important;
}

.return-to-shop .wc-backward {
    padding-left: 35px !important;
}

.return-to-shop {
    padding: 0 0 2em 0 !important;
}

.woocommerce-checkout-payment {
    margin-bottom: 4em !important;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    margin-top: 11px;
}

.woocommerce .top_bar.scroll .logo_wrapper img, .woocommerce-page .top_bar.scroll .logo_wrapper img {
    max-width: 100%;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #222;
}

.woocommerce .products .onsale, .woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 110px;
    text-align: center;
    color: #fff;
    display: block;
    margin: -40px -48px 0 0;
    padding: 60px 0 4px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
    min-height: 0;
    line-height: 30px;
    background: #ff0000;
}

.woocommerce span.onsale {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 10px;
    top: 10px;
    background: #ff0000;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
    display: inline-block;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 13px;
    font-weight: 600;
    border-radius: 0;
}

.woocommerce .term-description {
    display: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border: 0;
}

.product_price {
    margin-top: 5px;
}

.product_price .amount {
    font-size: 1.2em;
}

.product_price ins {
    text-decoration: none;
    font-weight: 600;
}

.woocommerce.single-product #page_caption {
    display: none;
}

.woocommerce.single-product #page_caption.hasbg {
    display: block;
}

.woocommerce #page_content_wrapper .inner .inner_wrapper {
    margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.1em;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: .88em 1em;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #da0081;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.wp-review-point-type .review-result, .wp-review-percentage-type .review-result, .review-total-point .review-result {
    z-index: 8;
}

@import "reset.css";
@import "wordpress.css";
body {
    background: #ffffff;
    font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
    padding: 0;
    margin: 0;
    color: #444;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.7;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}

body.overflow_hidden {
    overflow: hidden;
}

body.loading #wrapper {
    opacity: .3;
}

body.notouch {
    -webkit-overflow-scrolling: auto !important;
}

.floatleft {
    float: left !important;
}

.floatright {
    float: right !important;
}

.textcenter {
    text-align: center;
}

.divider {
    clear: both;
}

.hidden {
    display: none;
}

#wrapper {
    float: left;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    padding-top: 52px;
}

#wrapper.hasbg {
    padding-top: 0 !important;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ebebeb;
    background: transparent;
    margin: auto;
    width: 100%;
    clear: both;
}

hr.post_divider {
    margin-top: 10px;
}

hr.post_divider.double {
    margin-top: 2px;
}

a {
    color: #222;
    text-decoration: none;
    -webkit-transition: color .2s linear, background .1s linear;
    -moz-transition: color .2s linear, background .1s linear;
    -ms-transition: color .2s linear, background .1s linear;
    -o-transition: color .2s linear, background .1s linear;
    transition: color .2s linear, background .1s linear;
}

a:hover, .post_header h5 a:hover {
    color: #000;
    text-decoration: none;
}

a:active, .post_header h5 a:active {
    color: #000;
    text-decoration: none;
}

a.comment-reply-link {
    color: #222;
}

.mobile_menu_wrapper #searchform {
    background: #333;
    width: 100%;
}

.mobile_menu_wrapper #searchform input[type=text] {
    background: transparent;
    width: 80%;
    width: calc(100% - 35px);
    border: 0;
    display: inline-block;
    color: #fff;
}

.mobile_menu_wrapper #searchform button {
    background: transparent;
    display: inline-block;
    border: 0;
}

.mobile_menu_wrapper #searchform button i {
    color: #fff;
    font-size: 13px;
    opacity: 0.5;
}

.mobile_menu_wrapper .widget_search #searchform {
    background: transparent !important;
    width: 100%
}

.mobile_menu_wrapper .widget_search #searchform input[type=text] {
    background: #333;
    width: 100%;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h3#reply-title {
    font-size: 18px;
    display: none;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h5.related_post, .fullwidth_comment_wrapper h5.comment_header {
    text-align: center;
}

h6 {
    font-size: 16px;
}

h7 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, h7 {
    color: #222;
    font-family: 'Roboto', 'Georgia', Arial, Verdana, sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
}

.space {
    margin-bottom: 5px;
}

.middle {
    vertical-align: -30%;
}

pre, code, tt {
    font: 12px 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
    padding: 15px 10px 15px 10px;
    display: block;
    overflow: auto;
    margin-top: 20px;
    margin: 20px 0 20px 0;
    width: 92%;
    border: 0;
    color: #000;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.clear {
    clear: both;
}

img.mid_align {
    vertical-align: middle;
    margin-right: 5px;
    border: 0;
}

.fullwidth_comment_wrapper {
    width: 100%;
    float: left;
    padding: 30px 30px 0 30px;
    margin-bottom: 50px;
    box-sizing: border-box;
    background: #f2f2f2;
}

.fullwidth_comment_wrapper:empty {
    display: none;
}

.woocommerce #commentform {
    margin-left: 0;
}

#commentform label {
    display: none;
}

.logged-in-as {
    display: none;
}

#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url {
    width: 30.99%;
    float: left;
    margin-right: 3.5%;
}

#commentform p.comment-form-url {
    margin-right: 0;
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

:-moz-placeholder {
    color: #999;
    font-style: italic;
}

::-moz-placeholder {
    color: #999;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}

#contact_form {
    margin-top: 20px;
}

#reponse_msg {
    margin-top: 10px;
    font-weight: bold;
}

#contact_form input[type="text"], #contact_form textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea {
    margin-bottom: 15px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#commentform input[type=text]:focus, #commentform input[type=email]:focus, #commentform input[type=url]:focus, #commentform textarea:focus {
    border-color: #444;
}

.dropcap1 {
    display: block;
    float: left;
    margin: -1px 8px 0 0;
    font-size: 70px;
    line-height: 70px;
    text-shadow: none;
}

blockquote {
    font-size: 22px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-style: italic;
    position: relative;
}

.post_header blockquote p {
    text-align: center;
}

blockquote:before {
    background: #fff;
    color: black;
    content: "\201C";
    left: 50%;
    padding: 0 15px;
    position: absolute;
    top: -0.5em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

blockquote:after {
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -4.5em;
    position: absolute;
    top: 0;
    width: 9em;
    z-index: -1;
}

blockquote p {
    padding: 0 !important;
}

blockquote h2 {
    font-weight: normal;
    font-size: 22px;
}

blockquote h3 {
    font-weight: normal;
    font-size: 20px;
}

#respond {
    width: 100%;
    float: left;
}

#respond.comment-respond {
    margin-bottom: 20px;
}

#commentform > p.comment-form-comment {
    padding-bottom: 0;
}

#commentform textarea {
    margin-bottom: 10px;
}

#commentform input[type=submit] {
    margin-top: 10px;
    font-size: 15px;
    padding: 8px 20px 8px 20px;
}

#logo_wrapper {
    text-align: center;
    padding: 50px 0 40px 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top_bar.scroll #logo_wrapper {
    height: 0;
    padding: 0;
}

.top_bar.scroll #logo_wrapper .social_wrapper {
    display: none;
}

.logo_container {
    display: table;
    width: 100%;
    height: 100%;
}

.logo_align {
    display: table-cell;
    vertical-align: middle;
}

.logo_wrapper {
    margin: 0;
    display: inline-block;
    line-height: 0;
    -webkit-transition: margin 0.3s, display 0.3s;
    -moz-transition: margin 0.3s, display 0.3s;
    transition: margin 0.3s, display 0.3s;
}

.logo_wrapper.hidden {
    display: none;
}

.logo_wrapper img.zoom {
    transform: scale(0.8) !important;
}

.above_top_bar {
    height: 40px;
    background: #111;
    position: relative;
    z-index: 3;
}

.header_style_wrapper {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.2);
}

body.admin-bar .header_style_wrapper, body.admin-bar #post_info_bar.scroll {
    padding-top: 32px;
}

.header_style_wrapper.nofixed {
    display: none;
}

.top_bar {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    background: rgb(256, 256, 256, 0.95);
    background: rgba(256, 256, 256, 0.95);
    float: left;
    -webkit-transition: height 0.5s, background 0.5s;
    -moz-transition: height 0.5s, background 0.5s;
    transition: height 0.5s, background 0.5s;
}

.top_bar.scroll {
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.2);
    border-bottom: 1px solid #e1e1e1;
}

#mobile_menu {
    display: none;
    cursor: pointer;
}

#menu_wrapper {
    width: 100%;
    margin: auto;
}

#nav_wrapper {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.top_bar.scroll #nav_wrapper {
    border: 0;
}

#menu_border_wrapper > div {
    width: 100%;
}

#menu_border_wrapper .notice {
    padding: 10px 0 10px 0;
}

#mobile_nav_icon {
    display: inline-block;
    border-bottom: 9px double #444;
    border-top: 3px solid #444;
    height: 3px;
    width: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    top: 3px;
}

#search_icon, #page_share {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #222;
    margin-left: 10px;
}

#menu_border_wrapper, #logo_right_button {
    display: inline-block;
}

#logo_right_button #search_icon i {
    font-size: 14px;
}

.header_cart_wrapper {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.header_cart_wrapper a {
    color: #222;
}

.header_cart_wrapper .cart_count {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 9px;
    border-radius: 50px;
    background: #da0081;
    color: #fff;
    z-index: 2;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

.header_cart_wrapper i {
    font-size: 18px !important;
    margin-right: 0 !important;
}

.post_share_wrapper {
    display: inline-block;
}

.post_share_wrapper a {
    color: #222;
}

.mobile_menu_wrapper {
    right: 0px;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: translate(360px, 0px);
    -ms-transform: translate(360px, 0px);
    transform: translate(360px, 0px);
    -o-transform: translate(360px, 0px);
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-overflow-scrolling: touch;
    width: 360px;
    padding: 43px;
    box-sizing: border-box;
    background: #111111;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: 999;
    color: #999;
}

body.admin-bar .mobile_menu_wrapper {
    padding-top: 65px;
}

body.admin-bar #close_mobile_menu {
    top: 61px;
}

body.js_nav .mobile_menu_wrapper {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

#close_mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#close_mobile_menu.open {
    z-index: 99;
}

.mobile_main_nav, #sub_menu {
    margin-bottom: 40px;
    list-style: none;
    overflow: hidden;
    width: 100%;
}

#close_mobile_menu_button {
    float: right;
    margin-bottom: 10px;
    font-size: 11px;
    border-radius: 50px;
    background: #444444;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
}

#sub_menu .sub-menu {
    margin-left: 15px;
    list-style: circle;
}

#sub_menu li {
    width: 100%;
}

.mobile_main_nav li a, #sub_menu li a {
    color: #777;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 3em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Roboto', 'Georgia', Arial, Verdana, sans-serif;
}

.mobile_main_nav li.menu-item-has-children > a:after {
    font-size: 11px;
    position: absolute;
    left: 320px;
    font-family: 'FontAwesome';
    content: "\f054";
    margin-top: 1px;
}

.mobile_main_nav li ul.sub-menu {
    display: none;
}

.mobile_main_nav.mainnav_in {
    -webkit-animation: mainNavIn 0.2s;
    animation: mainNavIn 0.2s;
}

.mobile_main_nav.mainnav_out {
    -webkit-animation: mainNavOut 0.2s;
    animation: mainNavOut 0.2s;
}

#sub_menu.subnav_out {
    -webkit-animation: subNavOut 0.2s;
    animation: subNavOut 0.2s;
}

#sub_menu.subnav_in {
    -webkit-animation: subNavIn 0.2s;
    animation: subNavIn 0.2s;
}

#sub_menu li ul a:after {
    display: none;
}

#menu_back {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px !important;
    margin-bottom: 5px;
}

#menu_back:before {
    font-size: 12px;
    margin-right: 0.7em;
    position: relative;
    top: -1px;
    display: inline;
    font-family: 'FontAwesome';
    content: "\f104";
}

.overlay_background_title {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#overlay_background, #overlay_background_search {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#overlay_background.share_open {
    background-color: rgba(0, 0, 0, 0.9);
}

#overlay_background.visible {
    opacity: 1;
    visibility: visible;
}

body.js_nav #overlay_background {
    visibility: visible;
    opacity: 1;
}

#overlay_background_search.visible {
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
}

#overlay_background_search #search_close_button {
    position: absolute;
    top: 30px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 22px;
}

#overlay_background_search .search_wrapper {
    width: 100%;
    height: 100%;
}

#overlay_background_search .search_wrapper .search_content {
    margin-top: 100px;
}

#overlay_background_search .search_wrapper .search_content #searchform {
    width: 50%;
    margin: auto;
}

#overlay_background_search .search_wrapper .search_content #searchform button {
    display: none;
}

#overlay_background_search .search_wrapper .search_content #searchform .search_tagline {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    text-align: center;
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(256, 256, 256, 0.2);
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s {
    width: 100%;
    background: transparent;
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border: 0;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s::-webkit-input-placeholder {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:-moz-placeholder {
    color: #fff;
    font-weight: 600;
    opacity: 1;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s::-moz-placeholder {
    color: #fff;
    font-weight: 600;
    opacity: 1;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:-ms-input-placeholder {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:placeholder-shown {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}

#autocomplete {
    display: none;
    position: absolute;
    z-index: 1001;
    width: 50%;
    background: transparent;
}

#autocomplete.visible {
    display: block;
}

@-moz-document url-prefix() {
    #autocomplete {
        margin-top: 20px;
    }
}

#autocomplete ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    border: 0;
    float: left;
    list-style: none;
    width: 100%;
}

#autocomplete li {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
}

#autocomplete li:first-child {
    margin-top: 10px;
}

#autocomplete li:last-child {
    margin-top: 10px;
    border: 0;
}

#autocomplete li .search_thumb {
    width: 120px;
    height: auto;
    border-radius: 0;
}

#autocomplete li .post_type_icon {
    width: 120px;
    height: 80px;
    line-height: 80px;
    border-radius: 0;
    background: #222;
    text-align: center;
    box-sizing: border-box;
}

#autocomplete li .post_type_icon i {
    line-height: 70px;
    font-size: 18px;
}

#autocomplete li.view_all {
    font-weight: bold;
    margin-top: 0;
    padding: 30px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    border-top: 1px solid rgba(256, 256, 256, 0.2);
}

#autocomplete li .ajax_post {
    float: left;
    width: calc(100% - 135px);
    margin-left: 15px;
}

#autocomplete li .post_detail {
    font-size: 12px;
}

#autocomplete a, #autocomplete a h6 {
    color: #fff;
}

#autocomplete a h6 {
    font-size: 18px;
}

.header_style_wrapper.fixed .top_bar #menu_border_wrapper .notice {
    margin-top: 24px;
}

.nav, .subnav, .nav_page_number {
    list-style: none;
    padding: 10px 0 10px 0;
}

.subnav {
    background: none;
}

.nav > li, .nav_page_number > li {
    display: inline-block;
}

.nav_page_number {
    margin-top: 2px;
}

#menu_wrapper .nav ul, #menu_wrapper div .nav {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}

#menu_wrapper .nav ul li, #menu_wrapper div .nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: rgba(256, 256, 256, 0);
}

#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li {
    clear: both;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    text-align: left !important;
}

#menu_wrapper .nav ul li:last-child, #menu_wrapper div .nav li:last-child {
    margin-right: 0;
}

#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 12px;
    padding: 18px 15px 15px 15px;
    font-weight: 400;
    font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
    text-transform: uppercase;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}

.top_bar.fullscreen_video #menu_wrapper div .nav > li > a, .top_bar.fullscreen_video i, .top_bar.fullscreen_video #searchform label, .top_bar.hasbg #menu_wrapper div .nav > li > a, .top_bar.hasbg i, .top_bar.hasbg {
    color: #fff !important;
}

#menu_wrapper .nav li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after, #menu_wrapper .nav li.catmenu > a:after, #menu_wrapper div .nav li.catmenu > a:after, #menu_wrapper .nav li.catmenu2 > a:after, #menu_wrapper div .nav li.catmenu2 > a:after {
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: 10%;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    margin-left: 8px;
    margin-top: 5px;
}

#menu_wrapper .nav ul li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after {
    font-size: 11px;
}

#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover {
    color: #444;
}

#menu_wrapper div .nav > li.current-menu-item > a, #menu_wrapper div .nav > li.current-menu-parent > a, #menu_wrapper div .nav > li.current-menu-ancestor > a {
    color: #444;
}

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul {
    display: none;
    list-style: none;
    background: #fff;
    position: absolute;
    padding: 0 0 0 0;
    width: 220px;
    height: auto;
    z-index: 10;
    margin: 0;
    margin-left: -5px;
    margin-top: 0;
    z-index: 9;
    border: 0;
    border: 1px solid #e1e1e1;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul li ul {
    position: absolute;
    left: 220px;
    margin-top: -45px;
    margin-left: 0;
    display: none;
    z-index: 9;
    opacity: 1;
}

#menu_wrapper .nav ul li ul li ul:before, #menu_wrapper div .nav li ul li ul:before {
    display: none;
}

#menu_wrapper .nav ul li:hover ul, #menu_wrapper div .nav li:hover ul {
    display: block;
}

#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a, #menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a {
    display: block;
    background: transparent;
    height: auto;
}

#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a {
    width: 180px;
    font-size: 12px !important;
    display: block;
    border-top: 0;
    margin: 0;
    font-size: 11px;
    padding: 10px 5px 10px 5px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -ms-transition: color .2s linear, background .2s linear;
    -o-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear;
}

#menu_wrapper .nav ul li ul li ul li a:hover, #menu_wrapper .nav ul li ul li ul li a:hover, #menu_wrapper div .nav li ul li ul li a:hover, #menu_wrapper div .nav li ul li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li ul li a:hover {
    color: #444;
}

#menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul, #menu_wrapper .nav ul li.catmenu > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu > .catmenu_wrapper, #menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper {
    position: absolute;
    width: 960px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 32px 60px rgba(0, 0, 0, 0.1);
}

#menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper {
    padding-bottom: 0;
}

#menu_wrapper .nav ul li.catmenu > ul.catmenu_wrapper.sub-menu, #menu_wrapper div .nav li.catmenu > ul.sub-menu {
    display: none !important;
}

#menu_wrapper .nav ul li:not(.megamenu) ul.sub-menu li.arrow > a:after, #menu_wrapper div .nav li:not(.megamenu) ul.sub-menu li.arrow > a:after {
    font-size: 11px;
    margin-left: 0.5em;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: 10%;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    margin-right: 0px;
    margin-top: 5px;
}

#menu_wrapper div .nav li.megamenu ul li {
    display: block;
    box-sizing: border-box;
    clear: none;
    float: left;
    border-left: 1px solid #eeeeee;
}

#menu_wrapper div .nav li.megamenu ul li.hidden > a {
    display: none;
}

#menu_wrapper div .nav li.megamenu ul li:first-child {
    border: 0;
}

#menu_wrapper div .nav li.megamenu.col2 ul li {
    width: 50%;
    padding: 0px 12px;
}

#menu_wrapper div .nav li.megamenu.col3 ul li {
    width: 33.3%;
    padding: 0px 12px;
}

#menu_wrapper div .nav li.megamenu.col4 ul li {
    width: 25%;
    padding: 0px 12px;
}

#menu_wrapper .nav ul li.megamenu ul li ul, #menu_wrapper div .nav li.megamenu ul li ul {
    position: relative;
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: 0 0 0;
    display: block !important;
    opacity: 1 !important;
    left: 0;
}

#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li {
    width: 100% !important;
    border: 0 !important;
}

#menu_wrapper div .nav li.megamenu ul li > a, #menu_wrapper div .nav li.megamenu ul li > a:hover, #menu_wrapper div .nav li.megamenu ul li > a:active {
    width: 100%;
    color: #444;
    box-sizing: border-box;
    background: transparent;
    border: 0;
}

#menu_wrapper .nav ul li.megamenu ul li ul li a:before, #menu_wrapper div .nav li.megamenu ul li ul li a:before {
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: 10%;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    font-family: 'FontAwesome';
    content: "\f105";
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

#menu_wrapper .nav ul li.megamenu ul li ul li a:hover, #menu_wrapper div .nav li.megamenu ul li ul li a:hover, #menu_wrapper .nav ul li.megamenu ul li ul li a:active, #menu_wrapper div .nav li.megamenu ul li ul li a:active {
    color: #444;
    background: #f9f9f9;
    width: auto;
}

#menu_wrapper div .nav li.megamenu ul li a:after {
    display: none;
}

#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li a {
    width: auto;
    display: inline-block;
    margin-left: 20px;
    padding: 7px 20px 7px 5px;
    border: 0 !important;
}

@media only screen and (min-width: 1100px) {
    #menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul, #menu_wrapper .nav ul li.catmenu > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu > .catmenu_wrapper, #menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper {
        max-width: 1425px;
        width: 100%;
        width: calc(100% - 180px);
        box-sizing: border-box;
    }
}

#menu_wrapper .nav ul li.catmenu > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu > .catmenu_wrapper, #menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper {
    background: #fff;
    padding-top: 20px;
    border: 1px solid #e1e1e1;
    display: none;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_half, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_third {
    text-align: left;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_third .post_img {
    margin-bottom: 10px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_third h6 {
    line-height: 1.5;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_half {
    font-size: 14px;
    margin-bottom: 15px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .post_circle_thumb {
    margin-right: 15px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper h2.widgettitle {
    margin-bottom: 20px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper a.post_title {
    color: #111;
    text-align: left;
}

#top_menu {
    float: left;
    display: block;
    list-style: none;
}

#top_menu li {
    float: left;
    margin-right: 25px;
}

#top_menu li a, .above_top_bar .today_time {
    font-size: 12px;
    font-weight: 600;
    color: #ccc;
    line-height: 40px;
}

#top_menu li ul, #footer_menu li ul {
    display: none;
}

.above_top_bar .today_time {
    float: left;
    margin-right: 30px;
}

.footer_photostream_wrapper {
    margin-top: 40px;
    text-align: center;
}

.footer_photostream_wrapper i {
    margin-right: 5px;
}

.footer_photostream {
    margin-top: 20px;
}

.footer_photostream li {
    width: 12.5%;
    margin: 0;
    display: inline;
    float: left;
    line-height: 0;
}

.footer_photostream li a {
    line-height: 0;
}

.footer_photostream li img {
    width: 100%;
    height: auto;
}

.footer_photostream_wrapper h2.widgettitle {
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 0 30px 0;
}

.footer_bar {
    width: 100%;
    margin: auto;
    padding: 0 0 10px 0;
    float: left;
    background: #fff;
}

.footer_bar.noborder {
    border: 0 !important;
}

.footer_bar.noborder .footer_bar_wrapper {
    border: 0 !important;
}

#footer {
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
    word-wrap: break-word;
    margin-bottom: 0;
    padding-top: 50px;
    float: left;
}

#footer a {
    color: #000;
}

#footer a:hover, #footer a:active {
    color: #000;
}

#footer .sidebar_widget li.widget_mc4wp_widget {
    background: transparent;
}

#footer .sidebar_widget li h2.widgettitle {
    margin-bottom: 25px;
    color: #fff;
    text-align: left;
}

#footer .sidebar_widget li h2.widgettitle:before {
    display: none;
}

#footer .sidebar_widget li h2.widgettitle span {
    background: transparent;
    padding: 0;
}

#footer .sidebar_widget li.widget_mc4wp_widget h2.widgettitle {
    color: #999;
}

#footer ul.sidebar_widget {
    width: 960px;
    list-style: none;
    margin: 0;
    margin: auto;
}

#footer ul.sidebar_widget li ul {
    list-style: none;
    margin-left: 0;
}

#footer ul.sidebar_widget li ul li ul.children {
    margin-left: 10px;
    margin-bottom: 0;
}

#footer ul.sidebar_widget li ul li ul.children li:last-child {
    border: 0;
    margin-bottom: 0;
}

#footer .sidebar_widget.four > li {
    width: 20%;
    float: left;
    margin-right: 5%;
}

#footer .sidebar_widget.four > li:nth-child(4) {
    margin-right: 0;
    width: 25%;
}

#footer .sidebar_widget.three > li {
    width: 30.99%;
    float: left;
    margin-right: 3.5%;
}

#footer .sidebar_widget.three > li:nth-child(3) {
    margin-right: 0 !important;
    float: right;
    width: 30.99%;
}

#footer .sidebar_widget.two > li {
    width: 48%;
    float: left;
    margin-right: 2%;
}

#footer .sidebar_widget.two > li:nth-child(2) {
    margin-right: 0;
    width: 50%;
}

#footer .sidebar_widget.one > li {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 30px;
}

#footer ul.sidebar_widget li ul.posts.blog li img {
    float: left;
    margin: 0 10px 10px 0;
    width: 90px;
}

#footer ul.sidebar_widget li ul.posts.blog li {
    clear: both !important;
    float: left;
    border: 0;
    margin: 0 0 20px 0;
}

#footer ul.sidebar_widget li ul li {
    margin: 0 0 10px 0;
}

#footer ul.sidebar_widget li ul li ul.sub-menu {
    margin-left: 15px;
}

#footer ul.sidebar_widget li ul.flickr li {
    margin: 0 2% 0 0;
    border-bottom: 0;
    width: 31%
}

#footer ul.sidebar_widget li ul.flickr li img {
    width: 100%;
    height: auto;
}

#copyright {
    float: left;
    width: 50%;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: left;
}

#copyright p.attachment {
    display: none;
}

.footer_bar_wrapper {
    width: 960px;
    margin: auto;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -webkit-font-smoothing: antialiased;
    clear: both;
    color: #fff;
    border-top: 1px solid #444;
    margin-top: 0;
    padding-top: 20px;
}

#toTop {
    width: 25px;
    background: #eee;
    opacity: 0;
    text-align: center;
    padding: 10px 10px 10px 10px;
    position: fixed;
    bottom: 8px;
    right: 8px;
    cursor: pointer;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    z-index: 9;
    display: block;
}

#toTop:hover {
    opacity: 1 !important;
}

#toTop i {
    color: #000;
    font-size: 1.5em;
}

#content_wrapper {
    width: 72%;
    float: left;
    margin: 0;
}

#page_content_wrapper, .page_content_wrapper {
    width: 960px;
    margin: auto;
    padding-bottom: 40px;
}

#page_content_wrapper.wide, .page_content_wrapper.wide {
    width: 100%;
}

#page_content_wrapper img, .page_content_wrapper img {
    max-width: 100%;
    height: auto!important;
}

.Grand_News_Custom_Ads img {
    width: 100%;
}

.standard_wrapper, .slider_wrapper.standard_wrapper {
    width: 960px;
    margin: auto;
}

.one_half .standard_wrapper, .one_third .standard_wrapper, .one_fourth .standard_wrapper, .one_fifth .standard_wrapper, .two_third .standard_wrapper, .one_half .page_content_wrapper, .one_third .page_content_wrapper, .one_fourth .page_content_wrapper, .one_fifth .page_content_wrapper, .two_third .page_content_wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.page_content_wrapper:empty {
    margin-top: 0 !important;
}

.page_content_wrapper.fullwidth, #page_content_wrapper.fullwidth {
    width: 100%;
    padding: 0;
}

#content_wrapper .inner {
    overflow: hidden;
}

#page_content_wrapper .inner {
    width: 100%;
    margin: auto;
    margin-top: 40px;
}

#page_content_wrapper .inner .inner_wrapper {
    padding-top: 0;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

body.single-galleries #page_content_wrapper .inner .inner_wrapper {
    margin-bottom: 0;
}

.post.type-post {
    width: 100%;
    margin-bottom: 35px;
    float: left;
    position: relative;
}

.post.type-post.last {
    margin-bottom: 0;
}

body.search-results .hentry {
    float: left;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 10px;
}

body.search-results .hentry:first-child {
    border-top: 0;
}

#page_content_wrapper .inner .sidebar_content .post.type-post.last_post {
    margin-bottom: 20px;
}

#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content {
    margin-right: 0;
    padding-right: 0;
    width: 690px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content.left_sidebar {
    padding-left: 20px;
    padding-right: 0;
}

#blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post {
    width: 46%;
}

#page_content_wrapper .inner .sidebar_content.two_cols .post.type-post {
    float: left;
    width: 48%;
    margin-right: 3.5%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

#page_content_wrapper .inner .sidebar_content.two_cols.mixed .post.type-post.first-child {
    float: left;
    width: 100%;
    margin: 0;
}

#page_content_wrapper .inner .sidebar_content.two_cols .post.type-post[data-column=last] {
    float: right;
    width: 48%;
    margin-right: 0;
    clear: right;
}

#page_content_wrapper .inner .sidebar_content.three_cols .post.type-post {
    float: left;
    width: 31.29%;
    margin-right: 3%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

#page_content_wrapper .inner .sidebar_content.three_cols .post.type-post[data-column=last] {
    float: right;
    margin-right: 0;
    clear: right;
}

body.single .post.type-post {
    border: 0;
    margin-bottom: 0;
}

.post.type-post.last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.post.type-post:last-child {
    margin-bottom: 0;
}

.post_wrapper {
    padding: 20px 0 25px 0;
}

.post_wrapper.grid_layout {
    padding: 0;
}

.blog_grid_content {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    float: left;
}

body.single .post_wrapper {
    padding-bottom: 0;
}

.post_wrapper:first-child {
    padding: 0;
    border: 0;
}

.post_wrapper.single {
    width: 100%;
    margin: 0;
}

.post_header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

body.single .post_header {
    margin-bottom: 20px;
}

body.single .post_header.grid {
    margin-bottom: 10px;
}

.post_header.mixed {
    margin-bottom: 40px;
}

.post_header.mixed.list {
    margin-bottom: 10px;
}

.post_header.single {
    text-align: left;
}

.post_header p {
    text-align: left;
}

.post_header.search {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
}

.search_form_wrapper .searchform input[type=text] {
    width: calc(100% - 30px);
    margin-right: 10px;
}

.readmore {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: auto;
    letter-spacing: 2px;
}

.post_header.grid {
    margin-bottom: 15px;
    width: 100%;
    float: none;
}

.post_header.full {
    width: 100%;
}

body.page-template-blog_f-php .post_excerpt_full {
    margin-bottom: 0;
}

.post_header.grid h6 {
    font-size: 20px;
}

.post_header h3 a, .post_header.grid h6 a {
    color: #222222;
}

.post_header:not(.single) h5, body.single-post .post_header_title h1 {
    font-size: 36px;
    line-height: 1.2;
}

.post_header h6, .two_cols .post_header h5 {
    font-size: 26px;
}

.post_header.search h5 {
    font-size: 24px;
    margin-bottom: 5px;
}

.two_cols.mixed .post_header h5 {
    font-size: 22px;
    line-height: 1.3;
}

.two_cols.mixed .hentry.first-child .post_header h5 {
    font-size: 34px;
    line-height: 1.3;
}

.post_header h6, .three_cols .post_header h5 {
    font-size: 22px;
    line-height: 1.3;
}

.post_header.tg_post_slide_title {
    margin-bottom: 30px;
}

.post_header.tg_post_slide_title h6 {
    font-size: 20px;
}

.post_header h5 a, .post_header h6 a {
    color: #222222;
}

.post_excerpt {
    width: 70%;
    margin: auto;
}

.post_excerpt br:first:child {
    display: none;
}

.post_related strong {
    font-size: 16px;
    margin-bottom: 5px;
}

.post_related strong a {
    color: #222;
}

.post_related .post_header {
    text-align: left;
}

.animate {
    opacity: 0;
}

.animate.visible {
    animation-name: slideUp2;
    -webkit-animation-name: slideUp2;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.post_excerpt.post_tag {
    width: auto;
    text-align: center;
    clear: both;
    margin-top: 30px;
}

.post_excerpt.post_tag a {
    font-size: 9px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 3px 5px 5px;
    padding: 6px 9px 6px 9px;
    background: #fff;
    border: 2px solid #e1e1e1;
    color: #555;
}

.post_share_center {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

#about_the_author {
    margin: 0 0 40px 0;
    padding: 30px;
    width: 100%;
    background: #f2f2f2;
    box-sizing: border-box;
}

#about_the_author .gravatar {
    float: left;
    margin-right: 20px;
}

#about_the_author .author_detail {
    width: calc(100% - 120px);
    float: left;
}

#about_the_author .author_detail h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.post_content_wrapper {
    padding: 0;
    margin: 0;
}

.post_content_wrapper.fullwidth {
    width: 100%;
}

.post_header .post_detail, .recent_post_detail, .post_detail, .page_tagline {
    width: 100%;
    padding: 0;
    float: left;
    margin: 5px 0 0 0;
    font-size: 12px;
}

.post_header .post_detail.post_date {
    float: left;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

body.single .post_header .post_detail.post_date, body.single .post_header .post_detail.post_comment {
    width: 50%;
    float: left;
    margin-top: 15px;
}

body.single .post_trending .post_header .post_detail.post_date, body.single .post_trending .post_header .post_detail.post_comment {
    width: 100%;
}

body.single .post_header .post_detail.post_comment {
    float: right;
}

.post_info_date, .post_info_author {
    color: #999;
    position: relative;
    display: block;
    float: left;
}

.post_info_date a, .post_info_date a:hover, .post_info_date a:active {
    color: #999;
}

.post_info_date {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 22px;
}

.post_info_author {
    font-weight: 600;
    margin-right: 10px;
}

.post_info_author .gravatar {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    line-height: 25px;
}

.sticky .post_info_date span {
    background: #ffffe0 !important;
}

.search_form_wrapper .content {
    font-size: 16px;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}

.post_header .post_detail.grid {
    margin-top: 5px;
}

.post_header .post_detail.full {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}

.post_header .post_detail.grid {
    margin-bottom: 0;
}

.post_attribute, .comment_date, .post-date {
    padding: 0;
    margin-top: 10px;
    color: #999;
    letter-spacing: 0;
    font-size: 12px;
}

.post_attribute.info_date {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 22px;
}

.post_info_comment, .post_info_view {
    font-size: 12px;
    float: right;
    text-align: right;
    margin-left: 15px;
    font-weight: 600;
}

.post_info_comment i, .post_info_view i {
    margin-right: 5px;
}

.zilla-likes {
    float: right;
    font-weight: 600;
    font-size: 12px;
    background-position: 0 40% !important;
    color: #999;
    margin: 0 !important;
}

.zilla-likes.active {
    color: #f56559;
}

.zilla-likes:hover, .zilla-likes.active {
    margin: 0 !important;
}

.post_info_cat, .author_label, .post_info_label {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-top: 6px;
}

body.single-post .post_info_cat, .post_header_title .post_info_cat {
    margin-bottom: 10px;
}

.author_label {
    margin-top: 0;
}

.author_social {
    list-style: none;
    display: block;
    margin: 20px 0 0 0 !important;
}

.author_social li {
    display: inline-block;
    margin-right: 10px;
}

.author_social li i {
    font-size: 18px;
}

.single_subtitle {
    text-transform: uppercase;
    font-size: 18px;
    clear: both;
}

.post_info_cat.list {
    text-align: left;
    margin-top: 0;
}

.post_info_cat a {
    color: #999;
}

.post_type_icon {
    float: left;
    margin-right: 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: block;
    text-align: center;
    background: #222;
}

body.search-results .post_type_icon {
    margin-right: 15px;
}

.post_type_icon i {
    font-size: 16px;
    line-height: 16px;
    display: block;
    position: relative;
    top: 50%;
    line-height: 30px;
}

.post_type_icon a {
    color: #fff !important;
    display: block;
}

.search_thumb {
    float: left;
    border-radius: 200px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
}

.search_thumb img {
    width: 100%;
    height: auto;
}

.post_detail_wrapper {
    float: left;
    width: 96%;
    margin: 0 0 10px 0;
}

.gravatar {
    position: relative;
    z-index: 2;
    overflow: hidden;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 200px;
}

.comment .gravatar {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.gravatar img {
    max-width: 100% !important;
    height: auto;
}

#about_the_author .header span {
    display: block;
    padding: 10px 0 10px 20px;
    font-size: 14px;
}

#about_the_author .thumb {
    width: 80px;
    float: left;
    margin: 20px 0 0 20px;
}

#about_the_author .thumb img {
    padding: 3px;
    width: 50px;
}

#about_the_author .description {
    width: 550px;
    float: left;
    padding: 0 0 0 20px;
}

.comment .left img.avatar {
    width: 50px;
    height: 50px;
}

.comment {
    width: 100%;
    padding-bottom: 0;
    float: left;
}

.fullwidth_comment_wrapper .comment {
    width: 100%;
}

.comment .right {
    width: calc(100% - 80px);
    float: left;
    padding-bottom: 20px;
}

.comment .right h7 {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 30px;
}

.comment .right p {
    margin: 0;
    padding: 0;
}

.comment .right strong {
    font-weight: #fff;
}

#content_wrapper ul.children {
    list-style: none;
    margin: -40px 0 0px 74px;
    border-left: 1px solid #ccc;
    padding: 5px 20px 2px 0;
    float: left;
    width: 106%;
}

#content_wrapper ul.children ul.children {
    margin-top: -10px;
    padding-bottom: 0;
    width: 83.5%;
}

.comment_wrapper {
    float: left;
    margin-left: 25px;
    border-left: 1px solid #eeeeee;
}

.comment_date {
    margin: 0;
    line-height: 32px;
    float: left;
    margin-left: 10px;
}

ul.children .comment {
    width: 100%;
    margin: 0;
    padding: 20px 0 10px 0;
    margin-top: 20px;
    margin-left: 45px;
    float: left;
}

ul.children .comment:last-child {
    padding-top: 0;
    padding-bottom: 15px;
}

ul.children .comment:first-child {
    padding-top: 10px;
    margin-top: 0px;
}

.social_wrapper {
    width: 100%;
    margin: 20px 0 5px 0;
    text-align: center;
}

.footer_bar_wrapper .social_wrapper {
    width: 50%;
    float: right;
    text-align: right;
    margin: 0;
}

.above_top_bar .social_wrapper {
    margin: 0;
    float: right;
    width: auto;
}

.social_wrapper.shortcode, .social_wrapper.shortcode ul {
    margin: 0;
    text-align: left;
}

.social_wrapper ul {
    list-style: none;
    margin-left: 0 !important;
    text-align: left;
}

.above_top_bar .social_wrapper ul {
    text-align: right;
}

.footer_bar_wrapper .social_wrapper ul {
    text-align: right;
}

#page_content_wrapper .social_wrapper ul {
    list-style: none;
    margin-top: 12px;
}

#page_content_wrapper .social_wrapper.shortcode ul {
    margin-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li .social_wrapper.shortcode ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.social_wrapper ul li, .social_wrapper.small ul li {
    display: inline-block;
    margin-right: 15px;
}

#menu_wrapper .social_wrapper ul li {
    margin-right: 10px;
}

#logo_wrapper .social_wrapper ul li {
    margin-right: 10px;
}

.social_wrapper.shortcode ul li, .social_wrapper.small.shortcode ul li {
    margin: 0 10px 10px 10px !important;
}

.footer_bar_wrapper .social_wrapper ul li {
    background: transparent !important;
    border: 0 !important;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    float: right;
}

.social_wrapper.light ul li {
    border: 0 !important;
}

.social_wrapper.large ul li {
    width: 50px;
    height: 50px;
}

.above_top_bar .social_wrapper ul li {
    background: transparent;
    border: 0;
    width: auto;
    height: auto;
    margin-right: 0px;
}

.social_wrapper.shortcode ul li {
    margin: 0 2px 4px 2px;
    clear: none !important;
    float: none !important;
    width: auto !important;
    display: inline-block !important;
}

.sidebar_content ul li .social_wrapper.shortcode, .sidebar_content ul li .social_wrapper.shortcode ul {
    text-align: center !important;
}

.social_wrapper ul li a {
    opacity: 1;
    display: block;
    line-height: 0;
    color: #222;
}

.social_wrapper.shortcode ul li a {
    color: #fff;
}

.social_wrapper.shortcode.light ul li a {
    color: #444;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle:before {
    border: 0;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle span {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.mobile_menu_wrapper .social_wrapper ul li a {
    opacity: 0.5;
}

.mobile_menu_wrapper .social_wrapper ul li a:hover, .mobile_men2u_wrapper .social_wrapper ul li a:active {
    opacity: 1;
}

.above_top_bar .social_wrapper ul li:last-child a {
    margin-right: 0;
}

.above_top_bar .social_wrapper ul li a {
    display: inline-block;
    color: #fff;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 40px;
}

.above_top_bar .page_content_wrapper {
    margin: auto;
}

.footer_bar_wrapper .social_wrapper ul li a {
    color: #fff;
}

.footer_bar_wrapper .social_wrapper ul li a:hover, .footer_bar_wrapper .social_wrapper ul li a:active {
    opacity: 1;
}

.social_wrapper ul li a i, .social_wrapper.small ul li a i {
    line-height: 18px;
    font-size: 18px;
}

.above_top_bar .social_wrapper ul li a i {
    font-size: 16px;
    line-height: 24px;
}

.footer_bar_wrapper .social_wrapper ul li a i {
    line-height: 20px;
    font-size: 18px;
}

.social_wrapper.large ul li a i {
    line-height: 32px;
    font-size: 24px;
}

.above_top_bar .social_wrapper ul li:hover {
    background: transparent !important;
    opacity: 1;
}

.social_wrapper ul li a img {
    opacity: .4;
}

.social_wrapper.shortcode ul li a img, .social_wrapper ul li:hover a img {
    opacity: 1;
}

#page_caption {
    padding: 25px 0 30px 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    margin-top: 0;
}

#page_caption.hasbg {
    height: 500px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    border: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0;
    z-index: 2;
    margin-top: 0;
}

#page_caption.hasbg #bg_regular, #page_caption.hasbg #bg_blurred {
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#page_caption.hasbg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
}

#page_caption.hasbg #bg_regular {
    opacity: 1;
}

#page_caption.hasbg #bg_blurred {
    opacity: 0;
}

#page_caption.nomargin {
    margin-bottom: 0;
}

#page_caption .page_title_wrapper, .page_title_wrapper {
    width: 960px;
    margin: auto;
    text-align: center;
}

body.single-post #page_caption.hasbg .page_title_wrapper {
    padding: 0;
}

#page_caption.hasbg .page_title_wrapper {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: left;
    z-index: 2;
}

#page_caption.hasbg .page_title_wrapper a, #page_caption.hasbg .page_title_wrapper a:hover, #page_caption.hasbg .page_title_wrapper a:active {
    color: #fff;
}

#page_caption.hasbg .page_title_wrapper .post_info_date, #page_caption.hasbg .page_title_wrapper .post_info_author, #page_caption.hasbg .page_title_wrapper .post_comment, #page_caption.hasbg .page_title_wrapper .post_comment .post_info_view {
    color: #fff;
}

#page_caption.hasbg .page_title_wrapper .post_date {
    width: 50%;
    float: left;
    margin-top: 10px;
}

#page_caption.hasbg .page_title_wrapper .post_comment {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 10px;
}

#page_caption.hasbg h1, h1.hasbg {
    color: #fff;
    float: none;
    margin: auto;
    line-height: 1.3;
    padding: 0;
    clear: both;
    display: block;
}

.page_tagline {
    width: auto;
    display: inline-block;
    margin: auto;
    border-top: 0;
    float: none;
}

#page_caption.hasbg .page_tagline {
    color: #fff;
    border: 0;
    margin-top: 0;
    padding-top: 0;
}

#page_caption h1 {
    display: inline-block;
    padding: 0 50px 0 50px;
    position: relative;
    margin: auto;
    line-height: 1.3;
}

#page_caption h1:before {
    content: "";
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

#page_caption.hasbg h1:before {
    display: none;
}

#page_caption h1 span {
    display: inline-block;
    padding: 0 0.3em;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

#page_caption.hasbg .page_title_wrapper .post_info_cat {
    color: #fff;
    float: left;
}

#page_caption.hasbg h1 span {
    background: transparent;
    padding: 0;
}

#video_caption {
    background: #000;
    width: 100%;
    height: 60vh;
    text-align: center;
}

#video_caption iframe {
    width: 100%;
    height: 100%;
}

.review-wrapper {
    margin-top: 40px;
}

.review-total-wrapper span.review-total-box {
    text-align: center;
    font-size: 50px;
}

.review-title {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

#page_content_wrapper p.review-summary-title:first-child {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222;
    margin-top: 10px !important;
}

.review-summary-title strong {
    font-weight: 900;
}

.review-list li span {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222;
    font-weight: 900;
}

.review-total-wrapper span.review-total-box {
    color: #222;
}

hr.title_break {
    margin: 20px 0 20px 0;
    width: 60px;
}

hr.title_break.center {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post.type-post .post_share {
    color: #444;
    display: none;
}

.post.type-post:hover .post_share, .post.type-post .post_share.visible {
    display: block;
}

.post_gallery_wrapper {
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.post_gallery_wrapper .one_fifth {
    position: relative;
    line-height: 0;
}

.post_gallery_wrapper .one_fifth .more_gallery_count {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 140px;
    color: #fff;
}

.post_img {
    position: relative;
    height: auto;
    text-align: center;
    overflow: hidden;
    float: left;
    line-height: 0;
    max-width: 100%;
    margin: 0;
    background: #f9f9f9;
}

.post_img .post_icon_circle, .ppb_blog_half_content_slider .slides li .slider_image .post_icon_circle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 200px;
    width: 38px;
    height: 38px;
    text-align: center;
    background: #da0081;
}

.post_related .post_img .post_icon_circle {
    right: 10px;
    bottom: 10px;
    width: 28px;
    height: 28px;
}

.post_related .post_img .post_icon_circle i {
    font-size: 10px;
    line-height: 28px;
}

.catmenu_wrapper .post_img .post_icon_circle, .search .post_img .post_icon_circle {
    bottom: 10px;
    right: 10px;
}

.post_img .post_icon_circle i, .ppb_blog_half_content_slider .slides li .slider_image .post_icon_circle i {
    font-size: 17px;
    line-height: 38px;
    color: #fff;
}

.post_img .post_icon_circle i.fa-play {
    margin-left: 2px;
}

.post_content_wrapper .post_img:not(.small) {
    margin-bottom: 20px;
}

body.single .post_content_wrapper .post_img:not(.small) {
    margin-bottom: 30px;
}

.post_img.small {
    margin-bottom: 15px;
}

.post_related, .post_trending {
    margin-top: 20px;
    margin-bottom: 30px;
    float: left;
}

.post_trending {
    margin-bottom: 30px;
}

.post_related .one_third {
    margin-bottom: 0;
}

.post_related .post_img {
    margin-top: 0;
}

.post_img.one_third {
    margin-top: 0;
}

.read_next_wrapper {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
    border-top: 1px solid #e1e1e1;
}

.read_next_wrapper:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 100px;
    position: absolute;
    top: -15px;
    right: 0;
    color: #da0081;
}

.read_next_wrapper .post_img.next_post {
    width: 120px;
    margin-right: 20px;
    float: left;
}

.read_next_wrapper .post_content {
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding-right: 50px;
    float: left;
}

.read_next_wrapper .post_content .read_next_label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #da0081;
}

.read_next_wrapper .post_content .next_post_title h3 {
    font-size: 20px;
    line-height: 1.2;
}

.post_ft_img {
    opacity: 0;
}

.post_img img {
    max-width: 100%;
}

body.single .post_img img {
    width: auto;
}

body.single .post_content_wrapper.post_img.post_gallery_featured {
    margin-bottom: 2%;
}

#social_share_wrapper, .social_share_wrapper {
    margin-left: 0 !important;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    clear: both;
}

#social_share_wrapper a i, .social_share_wrapper.shortcode a i {
    font-size: 20px;
}

#social_share_wrapper a, .social_share_wrapper.shortcode a {
    opacity: 0.3;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#social_share_wrapper a:hover, .social_share_wrapper.shortcode a:hover {
    opacity: 1;
}

.social_share_wrapper.shortcode {
    margin: 0;
}

#social_share_wrapper h5, .social_share_wrapper.shortcode h5 {
    display: inline-block;
    margin-bottom: 5px;
}

#social_share_wrapper ul, .social_share_wrapper.shortcode ul, .social_share_bubble ul {
    display: block;
    clear: both;
    list-style: none;
    margin: 0;
    margin-left: 0 !important;
}

#social_share_wrapper ul li, .social_share_wrapper.shortcode ul li, .social_share_bubble ul li {
    display: block;
    margin: 0 0 5px 0;
}

.social_share_wrapper.shortcode ul li {
    display: inline-block;
    margin: 0 10px 0 10px;
    border-left: 0 !important;
}

.social_share_bubble ul li {
    display: inline-block;
    margin: 0 7px 0 7px;
    font-size: 14px;
}

#social_share_wrapper.inline,

,
.social_share_bubble.inline {
    text-align: center;
    border: 0;
    margin-top: 30px;
}

#fullscreen_share_wrapper {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 9;
    color: #fff;
    position: relative;
    visibility: hidden;
}

.fullscreen_share_content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.fullscreen_share_content #social_share_wrapper ul li {
    display: inline-block;
    margin: 0 20px 0 20px;
}

.fullscreen_share_content #social_share_wrapper ul li a {
    color: #fff;
    opacity: 1;
    display: block;
}

.fullscreen_share_content #social_share_wrapper ul li a i {
    font-size: 4em;
}

#post_info_bar {
    position: fixed;
    top: -60px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    height: 60px;
    z-index: 10;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#post_info_bar #post_indicator {
    width: 0;
    height: 2px;
    background: #da0081;
    position: absolute;
    top: -1px;
    z-index: 3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#post_info_bar.scroll {
    top: 0;
}

#post_info_bar .post_info, #post_info_bar .post_info_thumb {
    float: left;
}

#post_info_bar .post_info_thumb img {
    width: auto;
    height: 47px;
    margin-right: 15px;
    margin-top: 5px;
}

#post_info_bar .post_info .post_info_label {
    font-size: 9px;
    line-height: 20px;
    font-weight: 900;
}

#post_info_bar .post_info .post_info_title {
    margin-top: -5px;
}

#post_info_bar #post_info_share, #post_info_bar #post_info_comment {
    float: right;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
}

#post_info_bar #post_info_share i, #post_info_bar #post_info_comment i {
    margin-right: 10px;
}

.inner_wrapper {
    overflow: hidden;
    float: left;
    width: 100%;
}

#page_content_wrapper .inner .sidebar_content, .page_content_wrapper .inner .sidebar_content {
    width: 65%;
    padding: 0;
    float: left;
    padding-right: 0px;
    padding-top: 0;
    overflow: hidden;
}

#page_content_wrapper .inner .sidebar_content.left_sidebar, .page_content_wrapper .inner .sidebar_content.left_sidebar {
    border-right: 0;
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

#page_content_wrapper .inner .sidebar_content.full_width, .page_content_wrapper .inner .sidebar_content.full_width {
    width: 100%;
    margin: auto;
    margin-top: 0;
    margin-right: 0;
    border: 0;
}

#page_content_wrapper .inner .sidebar_content.full_width.blog_f {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    float: none;
}

body.single-portfolios #page_content_wrapper .inner .sidebar_content.full_width {
    margin-top: 40px;
}

.slider_wrapper.tg_gallery {
    margin: 20px 0 20px 0;
}

#page_content_wrapper.hasbg.nomargintop {
    margin-top: 0 !important;
}

#page_content_wrapper .inner .sidebar_content.full_width.nopadding, .page_content_wrapper .inner .sidebar_content.full_width.nopadding {
    padding: 0 !important;
}

#page_content_wrapper .inner .sidebar_content img, .page_content_wrapper .inner .sidebar_content img {
    max-width: 100%;
    height: auto !important;
}

#page_content_wrapper .inner .sidebar_content div.wp-caption, .page_content_wrapper .inner .sidebar_content div.wp-caption {
    max-width: 100%;
}

#page_content_wrapper .inner .sidebar_wrapper, .page_content_wrapper .inner .sidebar_wrapper {
    width: 30.99%;
    float: right;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

#page_content_wrapper .inner .sidebar_wrapper.left_sidebar {
    width: 30.99%;
    margin-right: 0;
    margin-left: 0;
    float: left;
}

#page_content_wrapper .inner .sidebar_wrapper a, .page_content_wrapper .inner .sidebar_wrapper a {
    color: #222;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar, .page_content_wrapper .inner .sidebar_wrapper .sidebar {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar .content, .page_content_wrapper .inner .sidebar_wrapper .sidebar .content {
    width: 100%;
    margin: 0 0 0 0;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle {
    color: #fff;
}

.mobile_menu_wrapper .sidebar_wrapper a {
    color: #777;
}

.mobile_menu_wrapper .page_content_wrapper {
    width: 100%;
}

.mobile_menu_wrapper .sidebar_wrapper {
    width: 100%;
    margin-top: 40px;
}

.mobile_menu_wrapper .sidebar_wrapper .sidebar .content .sidebar_widget li {
    margin-bottom: 0;
}

.mobile_menu_wrapper .sidebar_wrapper .sidebar .content .sidebar_widget li .social_wrapper ul {
    text-align: center;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li .fb_iframe_widget {
    margin-top: 15px;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input.wpcf7-text {
    padding: 11px 10px 11px 10px;
    font-size: 100%;
    font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
    margin: 0;
    background: #fcfcfc;
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-transition: border-color linear .3s;
    -moz-transition: border-color linear .3s;
    -o-transition: border-color linear .3s;
    transition: border-color linear .3s;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=date]:focus, input.wpcf7-text:focus {
    background: #f9f9f9;
    outline: 0;
}

.contact_form_wrapper input[type=submit] {
    float: right;
    margin-right: 4%;
}

.contact_form_response ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.contact_form_wrapper {
    margin-top: 30px;
}

input[type=text].blur, textarea.blur {
    color: #999;
}

#contact_form label {
    display: none;
}

#contact_form input[type="text"], #contact_form textarea {
    margin-bottom: 15px;
}

div.wpcf7-response-output {
    padding: 20px;
}

.wpcf7-form input.wpcf7-text, .wpcf7-form textarea, .wpcf7-form input.wpcf7-date {
    width: 100%;
    box-sizing: border-box;
}

.fullwidth_comment_wrapper #commentform textarea {
    width: 100%;
}

.fullwidth_comment_wrapper .post_content_wrapper {
    background: transparent !important;
    padding: 30px 0 30px 0 !important;
    width: 100% !important;
}

label {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}

.form-allowed-tags {
    display: none !important;
}

p.comment-notes {
    margin-bottom: 20px;
}

textarea {
    font-size: 100%;
    border: 1px solid #e1e1e1;
    background: #fcfcfc;
    margin: 0;
    height: 200px;
    overflow: auto;
    padding: 7px 10px 7px 10px;
    font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
    outline: none;
    -webkit-transition: border-color linear .2s;
    -moz-transition: border-color linear .2s;
    -o-transition: border-color linear .2s;
    transition: border-color linear .2s;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=submit], input[type=button], a.button, .button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px 8px 20px;
    color: #fff;
    background: #efc337;
    border: 2px solid #efc337;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Roboto', 'Georgia', Arial, Verdana, sans-serif;
    text-shadow: none;
    -webkit-appearance: none;
    letter-spacing: 1px;
    box-shadow: 0 0 0 0 !important;
    line-height: 1.5 !important;
    letter-spacing: 2px;
    border-radius: 0;
    -webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -o-transition: color .2s linear, background .1s linear, opacity .2s linear;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
}

input[type=submit]#contact_submit_btn {
    width: 100%;
}

.post_button_wrapper {
    width: 50%;
    float: left;
}

.slide_post .post_button_wrapper {
    width: 100%;
}

.slide_post .readmore {
    float: left;
}

input[type=submit].white, input[type=button].white, a.button.white, .button.white, a.button.white:hover, .button.white:hover, a.button.white:active, .button.white:active {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

input[type=submit].whitebg, input[type=button].whitebg, a.button.whitebg, .button.whitebg, a.button.whitebg:hover, .button.whitebg:hover, a.button.whitebg:active, .button.whitebg:active {
    background: #fff;
    color: #000;
    border-color: #fff;
}

input[type=submit].black, input[type=button].black, a.button.black, .button.black, a.button.black:hover, .button.black:hover, a.button.black:active, .button.black:active {
    color: #000;
    border-color: #000;
}

input[type=button]:hover, input[type=submit]:hover, a.button:hover, .button:hover, .button.submit, a.button.white:hover, .button.white:hover, a.button.white:active, .button.white:active {
    color: #fff;
    border-color: #222;
    background: #222;
}

.error {
    color: #ff0000;
}

a.comment-reply-link {
    margin: 0 0 0 10px;
    float: left;
    line-height: 32px;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

input[type=submit].medium, input[type=button].medium, a.button.medium {
    font-size: 15px;
    padding: 12px 20px 11px 20px;
}

input[type=submit].large, input[type=button].large, a.button.large {
    font-size: 17px;
    padding: 16px 25px 15px 25px;
}

#cancel-comment-reply-link {
    display: block;
    margin: 0 20px 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

input[type=submit].left, input[type=button].left, a.button.left {
    float: left;
}

input[type=submit].right, input[type=button].right, a.button.right {
    float: right;
}

input[type=submit].center, input[type=button].center, a.button.center {
    margin: auto;
}

.button.ghost {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.pagination {
    margin: 0 0 30px 0;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.ppb_blog_fiterable_list_sidebar_pagination .pagination {
    margin-top: 30px;
}

.pagination:empty {
    margin: 0;
    padding: 0;
}

.pagination a.prev_button {
    position: absolute;
    right: 0;
}

.pagination a.next_button {
    position: absolute;
    left: 0;
}

.pagination a i {
    font-size: 13px;
}

.pagination a.next_button i {
    margin-right: 5px;
}

.pagination a.prev_button i {
    margin-left: 5px;
}

.pagination a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    display: block;
}

.pagination a:hover {
    color: #222;
}

.pagination .pagination_page {
    position: absolute;
    left: 50%;
    font-size: 11px;
}

.pagination_load_more, .pagination_loading {
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}

.pagination_load_more.inactive, .pagination_loading {
    display: none;
}

.pagination_loading.active {
    display: block;
}

.pagination_load_more:before {
    content: "";
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

.pagination_load_more span {
    display: inline-block;
    padding: 0 1.2em;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

#page_content_wrapper ul {
    margin: 0;
}

#page_content_wrapper ol {
    margin: 15px 0 15px 40px;
}

.infinite_loading {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 40px 0 0 0;
    font-size: 30px;
    display: none;
}

.infinite_loading.visible {
    display: block;
}

#page_content_wrapper ul.flickr {
    margin: 0 0 10px 0;
}

#page_content_wrapper ul.posts.blog {
    list-style: none;
    margin-left: 0 !important;
    float: left;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

#page_content_wrapper ul.flickr li img {
    width: 65px;
    height: auto;
}

#page_content_wrapper .sidebar .content .posts.blog li img, #page_content_wrapper .posts.blog li img, .page_content_wrapper .sidebar .content .posts.blog li img, .page_content_wrapper .posts.blog li img {
    float: left;
    margin: 0 10px 10px 0;
    width: 90px;
}

.post_circle_thumb {
    position: relative;
    z-index: 2;
    float: left;
    width: 105px;
    float: left;
    margin-right: 0;
}

.post_circle_thumb .post_number {
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    line-height: 20px;
    background: #da0081;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.post_circle_thumb.flickr {
    margin-right: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget, #page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .sidebar_widget, .page_content_wrapper .sidebar .content .posts.blog {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}

#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li {
    padding: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li, .page_content_wrapper .sidebar .content .sidebar_widget li {
    margin: 40px 0 0px 0;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li {
    box-sizing: border-box;
    clear: both;
    width: 100%;
    float: left;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads, #page_content_wrapper .sidebar .content .sidebar_widget > li.widget_search {
    border: 0;
    padding: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li {
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border: 0;
    box-sizing: border-box;
    position: relative;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li .comment-author-link {
    font-style: italic;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li:last-child {
    padding-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li:before, .page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li:before {
    font-size: 18px;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: top;
    margin-top: 0;
    font-family: 'FontAwesome';
    content: "\f075";
    margin-right: 10px;
    margin-top: 2px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter {
    color: #fff;
    background: #60caf9;
    border: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter h2.widgettitle, #page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter a, #page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter a:hover, #page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter a:active {
    color: #fff;
}

#page_content_wrapper .sidebar .content .sidebar_widget li select, .textwidget select, .page_content_wrapper .sidebar .content .sidebar_widget li select {
    margin: 10px 0 10px 0;
    max-width: 100%;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle {
    font-size: 12px;
    display: block;
    text-align: center;
    font-family: 'Roboto', 'Georgia', Arial, Verdana, sans-serif;
    color: #222;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle:before, .page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle:before, h2.widgettitle:before {
    content: "";
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle span, .page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle span, h2.widgettitle span {
    display: inline-block;
    padding: 0 1.2em;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

#page_content_wrapper .sidebar .content .sidebar_widget li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li:first-child {
    margin-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul, .page_content_wrapper .sidebar .content .sidebar_widget li ul {
    list-style: none;
    padding: 20px 0 0 0;
    margin: 0 0 15px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children {
    margin-left: 10px;
    margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child {
    border: 0;
    margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children {
    margin-left: 20px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li, .page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li {
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

#footer .sidebar_widget li.widget_nav_menu ul li, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li {
    border: 0;
}

#footer .sidebar_widget li ul li {
    border-color: #000000;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li .textwidget {
    padding-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, #footer ul.sidebar_widget li ul.flickr li:first-child {
    border: 0;
    padding-top: 0;
}

#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a, .page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px 5px 0;
    display: block;
}

#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li.current-menu-item a, .page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li.current-menu-item a {
    font-weight: bold;
}

#wp-calendar tr td, #wp-calendar tr th {
    padding: 5px 0 5px 0;
    text-align: center;
    background: transparent;
}

#wp-calendar tr td#prev, #wp-calendar tr td#next {
    text-transform: uppercase;
    padding-top: 20px;
}

#wp-calendar tr td.pad, #wp-calendar tr td#prev, #wp-calendar tr td#next {
    background: transparent !important;
}

#wp-calendar caption {
    display: none;
}

#wp-calendar {
    margin: 20px 0 0 0;
    width: 100%;
}

.mobile_menu_wrapper .widget_calendar table tr th, .mobile_menu_wrapper .widget_calendar table tr td {
    border-color: #555;
}

table {
    margin: 10px 0 10px 0;
}

table tr td {
    border-bottom: 1px solid #e1e1e1;
}

table tr th, table tr td {
    padding: 20px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
}

table tr td {
    font-weight: normal;
}

#footer table tr th, #footer table tr td {
    border-bottom: 1px solid #000000 !important;
}

#footer .widget_tag_cloud div a {
    border-color: #000000 !important;
}

#footer_menu {
    float: right;
    display: block;
    list-style: none;
}

#footer_menu li {
    float: left;
    margin-left: 20px;
}

#footer_menu li a {
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}

#footer_menu li a:hover {
    color: #fff;
}

#footer_menu li ul {
    display: none;
}

table thead tr th {
    background: transparent;
}

table#wp-calendar thead tr th {
    text-align: center;
}

table tfoot tr, table tfoot tr td {
    background: transparent;
    border-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr {
    list-style: none;
    margin: 5px 0 30px 0;
    float: left;
    display: block;
    padding: 15px 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li {
    display: block;
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    clear: none;
    width: 33.3%;
    padding-right: 10px;
    box-sizing: border-box;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img {
    width: 100%;
    height: auto;
}

.mobile_menu_wrapper .sidebar .content .sidebar_widget li ul.flickr li {
    width: 33.3%;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter {
    margin: 0;
    margin-top: 20px;
    list-style: none;
    padding: 0 0 0 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li {
    padding-bottom: 15px;
    border: 0;
    box-sizing: border-box;
    position: relative;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before {
    font-size: 22px;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: top;
    margin-top: 0;
    font-family: 'FontAwesome';
    content: "\f099";
    margin-right: 20px;
    margin-top: 3px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li .tweet, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li .tweet {
    display: inline-block;
    width: calc(100% - 50px);
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media {
    list-style: none;
    margin: 10px 0 15px 0;
    float: left;
    display: block;
    padding: 0 0 3px 0;
    margin-left: -5px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr {
    list-style: none;
    margin: 10px 0 -10px 0;
    float: left;
    display: block;
    clear: both;
    width: 100%;
    width: calc(100% + 10px);
}

ul.flickr li {
    float: left;
    margin: 0 5px 0 0;
}

#page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .posts.blog {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .posts.blog.withthumb, .page_content_wrapper .sidebar .content .posts.blog.withthumb {
    margin-top: 20px;
}

#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li {
    line-height: 1em;
    clear: both;
    border: 0;
    background: none;
    width: 100%;
    float: left;
    margin: 0;
}

#page_content_wrapper .posts.blog li, .page_content_wrapper .posts.blog li {
    float: left;
    width: 49.4%;
    margin-right: 1.2%;
    margin-bottom: 1.2%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    display: table;
    text-align: left;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

#page_content_wrapper .posts.blog li:nth-child(2n), .page_content_wrapper .posts.blog li:nth-child(2n) {
    margin-right: 0;
    float: right;
}

#page_content_wrapper .posts.blog li a, .page_content_wrapper .posts.blog li a, #page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li a, #footer ul.sidebar_widget .posts.blog li a {
    width: 100%;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li a {
    display: block;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li {
    margin-bottom: 30px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .posts.blog.withthumb li, #page_content_wrapper .posts.blog.withthumb li, .page_content_wrapper .sidebar .content .posts.blog.withthumb li, .page_content_wrapper .posts.blog.withthumb li {
    line-height: 1.5em;
    border: 0;
    display: block;
}

#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li {
    padding-top: 30px;
}

#page_content_wrapper .sidebar .content .posts.blog li:last-child, .page_content_wrapper .sidebar .content .posts.blog li:last-child {
    padding-bottom: 0;
}

#page_content_wrapper .sidebar .content .posts.blog li strong.header, #page_content_wrapper .posts.blog li strong.header, .page_content_wrapper .sidebar .content .posts.blog li strong.header, .page_content_wrapper .posts.blog li strong.header {
    font-weight: normal;
}

#cover_content {
    position: fixed;
    top: 20%;
    left: 40px;
    z-index: 9;
}

#page_content_wrapper .sidebar .content .textwidget, .page_content_wrapper .sidebar .content .textwidget {
    margin-top: 0;
    padding: 20px 0 0 0;
}

.textwidget img {
    max-width: 100%;
    height: auto;
}

.widget_search input#searchsubmit {
    margin: 10px 0 0 0;
}

.widget_tag_cloud div, .tag_cloud {
    margin: 20px 0 10px 0;
}

.widget_tag_cloud div a, .meta-tags a, .tag_cloud a {
    display: inline-block;
    -webkit-transition: background .2s linear, border .1s linear;
    -moz-transition: background .2s linear, border .1s linear;
    -ms-transition: background .2s linear, border .1s linear;
    -o-transition: background .2s linear, border .1s linear;
    transition: background .2s linear, border .1s linear;
    font-size: 9px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 3px 5px 0;
    padding: 6px 9px 6px 9px;
    background: #fff;
    border: 2px solid #e1e1e1;
    color: #555;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
    max-width: 100%;
    height: auto;
}

.one_half {
    float: left;
    width: 48%;
    margin-right: 1.5%;
    box-sizing: border-box;
}

.one_half.last {
    float: right;
    width: 48%;
    margin-right: 0;
    clear: right;
}

.portfolio2filter_wrapper {
    overflow: hidden;
    margin: 0 12px 0 0;
    float: left;
}

.one_half.portfolio2_wrapper {
    width: 50%;
    margin-bottom: 0px;
}

.two_cols.gallery, .three_cols.gallery, .four_cols.gallery {
    margin-bottom: 20px;
    float: left;
}

.two_cols.gallery .element {
    float: left;
    width: 48%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.two_cols.gallery .element.last {
    float: right;
    width: 48%;
    margin-right: 0;
    clear: right;
}

.two_cols.gallery.wide .element {
    width: 50%;
    margin: 0 -1px 0 0;
}

.two_cols.gallery.wide .element img {
    width: 100%;
    height: auto;
}

.one_half.gallery2 {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.one_half.gallery2.static {
    overflow: hidden;
}

.one_half.gallery2 a {
    position: relative;
    display: block;
    line-height: 0;
}

.element.classic2_cols {
    overflow: hidden;
    position: relative;
    width: 49.8%;
    height: auto;
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
}

.one_half.gallery2.filterable.portfolio_type {
    margin: 0;
}

.one_half.gallery2 a {
    display: block;
}

.one_half.gallery2.classic a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.one_half.gallery2.classic a:hover .portfolio_classic_icon_wrapper {
    opacity: 1;
}

.one_third {
    width: 31.29%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
    position: relative;
    box-sizing: border-box;
}

.one_third.last {
    margin-right: 0 !important;
    float: right;
    width: 31.29%;
}

.one_third.portfolio3_wrapper {
    width: 30%;
    margin-bottom: 0;
    margin-right: 25px;
}

#page_content_wrapper .inner .sidebar_content ul, .page_content_wrapper .inner .sidebar_content ul {
    margin-left: 20px;
}

#page_content_wrapper .inner .sidebar_content ul.review-list, .page_content_wrapper .inner .sidebar_content ul.review-list {
    margin-left: 0;
}

#page_content_wrapper .inner .sidebar_content.full_width.portfolio3_content_wrapper {
    width: 1250px;
}

#page_content_wrapper .inner .sidebar_content.full_width.portfolio4_content_wrapper, .page_content_wrapper.portfolio4_content_wrapper {
    width: 1260px;
}

.page_content_wrapper.portfolio4_content_wrapper {
    margin-top: 50px;
}

.gallery_a_title {
    text-align: center;
}

.three_cols.gallery .element {
    width: 31.29%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1 !important;
    position: relative;
}

.three_cols.gallery .element.last {
    margin-right: 0 !important;
    float: right;
    width: 31.29%;
}

.three_cols.gallery.wide .element {
    width: 33.33%;
    margin: 0 -1px 0 0;
}

.three_cols.gallery.wide .element img {
    width: 100%;
    height: auto;
}

.sidebar_content.three_cols.gallery .element {
    width: 46%;
    margin-right: 3%;
    margin-bottom: 4%;
}

.three_cols.gallery .element.grid {
    padding: 0;
}

.three_cols.gallery .element.fade {
    opacity: 0.2 !important;
}

@media only screen and (min-width: 1430px) {
    #page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element {
        width: 22.4%;
        margin-bottom: 2.5%;
    }
}

@media only screen and (min-width: 1720px) {
    #page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element {
        width: 17.8%;
        margin-bottom: 2.5%;
    }
}

@media only screen and (min-width: 2200px) {
    #page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element {
        width: 14.6%;
        margin-bottom: 2.5%;
    }
}

.one_third.gallery3 {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.one_third.gallery3 a {
    position: relative;
    display: block;
    line-height: 0;
}

.one_third.gallery3.static {
    overflow: hidden;
}

.one_third.gallery3 a {
    display: block;
}

.one_third.gallery3.classic a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.element.classic3_cols {
    float: left;
}

.one_third.gallery3.last {
    float: right;
    margin-right: 0;
}

.one_third.gallery3 img {
    max-width: 100%;
    display: block;
    position: relative;
}

.one_third.gallery3 .one_third_img {
    position: absolute;
}

.one_third.filterable.gallery3.portfolio_type {
    margin: 0;
}

.one_third.gallery3 a[rel=gallery] {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background: #000;
}

.two_third {
    float: left;
    width: 65.33%;
    margin-right: 3%;
    box-sizing: border-box;
}

.two_third.last {
    margin-right: 0;
    float: right;
    clear: right;
}

.one_fourth {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2%;
    position: relative;
    box-sizing: border-box;
}

.one_fourth.last {
    width: 22%;
    margin-right: 0;
    float: right;
    clear: right;
}

.four_cols.gallery .element {
    width: 22.9%;
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1 !important;
}

.four_cols.gallery.wide .element {
    width: 25%;
    margin: 0 -1px 0 0;
}

.four_cols.gallery.wide .element img {
    width: 100%;
    height: auto;
}

.four_cols.gallery .element.grid {
    padding: 0;
    background: transparent;
}

.four_cols.gallery .element.fade {
    opacity: 0.2 !important;
}

.one_fourth.gallery4 {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.one_fourth.gallery4 a {
    position: relative;
    display: block;
    line-height: 0;
}

.one_fourth.gallery4.static {
    overflow: hidden;
}

.element.classic4_cols {
    float: left;
}

.one_fourth.portfolio4 {
    margin: 0;
}

.one_fourth.gallery4 .one_fourth_img {
    position: absolute;
}

.one_fourth.gallery4 a {
    display: block;
}

.one_fourth.gallery4.classic a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.one_fourth.gallery4.classic a:hover .portfolio_classic_icon_wrapper {
    opacity: 1;
}

.one_fifth {
    width: 18.4%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    box-sizing: border-box;
}

.one_fifth.last {
    margin-right: 0;
}

.five_cols.gallery.wide .element {
    width: 20%;
    margin: 0 -1px 0 0;
}

.one_fifth.gallery5 {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.one_fifth.gallery5 a {
    position: relative;
    display: block;
    line-height: 0;
}

.five_cols.gallery.wide .element img {
    width: 100%;
    height: auto;
}

.five_cols.gallery .element.grid {
    padding: 0;
    background: transparent;
}

.five_cols.gallery .element.fade {
    opacity: 0.2 !important;
}

.one_sixth {
    width: 11%;
    float: left;
    margin-right: 6%;
    margin-bottom: 2%;
    box-sizing: border-box;
}

.one_sixth.last {
    margin-right: 0;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
    overflow: visible !important;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    opacity: 1 !important;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.gallery_mansory_wrapper, .gallery_mansory4_wrapper {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 960px;
}

.one_fourth.withbg .page_content_wrapper, .one_third.withbg .page_content_wrapper, .one_half.withbg .page_content_wrapper, .two_third.withbg .page_content_wrapper {
    padding: 0 10% 0 10%;
    box-sizing: border-box;
}

.error_box {
    background: #222;
    margin: 0 auto;
    width: 310px;
    height: 310px;
    position: relative;
    margin-top: 10px;
}

.error_box .error_type {
    font-size: 156px;
    text-align: right;
    font-weight: 900;
    margin-bottom: 0;
    color: #fff;
    line-height: 0;
    right: 0;
    bottom: 60px;
    position: absolute;
    letter-spacing: -2px;
}

.error_text {
    font-size: 53px;
    letter-spacing: -1.5px;
    color: #222;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0 !important;
    margin-bottom: 10px;
}

.widget_search .searchforminput#s {
    width: 100%;
    width: calc(100% - 50px);
}

.widget_search .searchform #searchsubmit {
    padding: 0.6em 1em 0.5em 1em !important;
    margin-left: -5px;
    margin-top: -2px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li .mc4wp-form, .page_content_wrapper .sidebar .content .sidebar_widget > li .mc4wp-form {
    margin-top: 20px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget, .page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget {
    background: #f2f2f2;
    padding: 30px;
    box-sizing: border-box;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget h2.widgettitle span, .page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget h2.widgettitle span {
    background: #f2f2f2;
}

.widget_mc4wp_form_widget input[type=email] {
    width: 100%;
    text-align: center;
}

.widget_mc4wp_form_widget input[type=submit] {
    width: 100%;
    font-size: 15px;
    padding: 8px 20px 8px 20px;
}

.subscribe_tagline {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

.subscribe_form {
    margin-top: 15px;
}

.ppb_mailchimp_subscription {
    text-align: center;
    background-size: cover;
    padding: 50px 0 20px 0;
}

.ppb_mailchimp_subscription .subscribe_form {
    margin: auto;
    margin-top: 30px;
}

.ppb_mailchimp_subscription .subscribe_form p {
    display: inline-block;
    padding: 0 !important;
}

.ppb_mailchimp_subscription .subscribe_form input {
    float: none;
    display: inline-block;
    height: 46px;
}

.ppb_mailchimp_subscription .subscribe_form input[type=email] {
    width: 300px;
    margin-top: -1px;
    padding: 12px 10px 13px 10px;
}

.catmenu_wrapper .one_fifth {
    text-align: left;
    margin-bottom: 10px;
}

.catmenu_wrapper .one_fifth h6 {
    font-size: 14px;
}

.catmenu_wrapper .one_fifth .post_img {
    margin-bottom: 10px;
}

.ppb_blog_half_content_slider .slider_wrapper {
    width: 960px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ppb_blog_half_content_slider .slides li .slider_image {
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center center;
    min-height: 450px;
    position: relative;
}

.ppb_blog_half_content_slider .slides li .slide_post {
    width: 50%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    min-height: 450px;
}

.ppb_blog_half_content_slider .slides li .slide_post .post_header h2 {
    line-height: 1.3;
    font-size: 30px;
}

.ppb_blog_half_content_slider .slides li .slide_post .post_header {
    margin-bottom: 10px;
}

.ppb_blog_half_content_slider .slides li .slide_post .post_info_excerpt {
    margin: 20px 0 40px 0;
}

.post_category_tag {
    margin-bottom: 15px;
}

.post_category_tag a, .post_category_tag span {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #da0081;
    margin-right: 5px;
}

.newsticker_label {
    float: left;
    margin-right: 20px;
    height: 36px;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    background: #da0081;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.newsticker_label i {
    margin-right: 5px;
}

.newsticker {
    float: left;
    height: 36px;
    overflow: hidden;
}

.newsticker li {
    height: 36px;
}

.newsticker li a {
    line-height: 36px;
    font-size: 16px;
}

.newsticker_nav, .carousel_nav {
    float: right;
    text-align: right;
    margin-top: 5px;
}

.newsticker_nav a, .carousel_nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent;
    color: #222;
    border-radius: 200px;
    border: 2px solid #222;
    opacity: 0.2;
    overflow: hidden;
    margin-left: 5px;
    line-height: 30px;
}

.newsticker_nav a:hover, .carousel_nav a:hover {
    opacity: 1;
}

.newsticker_nav a:before, .carousel_nav a:before {
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 20px;
    display: block;
    content: '\f104';
    margin-top: 0px;
    font-weight: 600;
    text-align: center;
    color: #222;
}

.newsticker_nav a.newsticker_prev:before, .carousel_nav a.carousel_prev:before {
    content: '\f104';
}

.newsticker_nav a.newsticker_next:before, .carousel_nav a.carousel_next:before {
    content: '\f105';
}

.ppb_blog5_grid_classic .one_half .post_img {
    margin-bottom: 15px;
}

.ppb_blog5_grid_classic .one_half.div_wrapper {
    margin-right: 1.7%;
    width: 49%;
}

.ppb_blog5_grid_classic .one_half.div_wrapper.last {
    width: 49%;
    margin-right: 0;
}

.ppb_blog5_grid_classic .one_half .post_header h2 {
    font-size: 30px;
    line-height: 1.3;
}

.ppb_blog5_grid_classic .one_half.last .post_header h2 {
    font-size: 18px;
}

.ppb_wrapper .one {
    width: 100%;
    clear: both;
    float: left;
}

.ppb_ads {
    text-align: center;
    margin: auto;
}

.ppb_ads img, .ppb_ads iframe {
    max-width: 100%;
    height: auto;
}

.ppb_ads.pp_ads_global_before_menu {
    margin-top: 20px;
}

.ppb_ads.pp_ads_global_after_menu {
    margin-top: 40px;
}

.ppb_ads.pp_ads_single_after_content {
    margin-top: 30px;
}

.ppb_ads.pp_ads_single_before_related {
    margin-bottom: 30px;
}

.ppb_ads.pp_ads_single_before_comment {
    margin-bottom: 30px;
}

.ppb_ads.pp_ads_global_before_footer {
    margin-bottom: 30px;
    clear: both;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image {
    width: 100%;
    height: 480px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: left;
    z-index: 2;
}

.ppb_blog_fullwidth_slider .fullscreen_flexslider ul.slides li .slider_image .slider_post_title {
    width: 70%;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .slider_post_excerpt {
    color: #fff;
    margin-top: 10px;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
}

.ppb_blog_fullwidth_slider .fullscreen_flexslider ul.slides li .slider_image .slider_post_title h2 {
    font-size: 40px;
    line-height: 1.1;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .post_date {
    width: 100%;
    margin-bottom: 10px;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .post_info_date, .ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .post_info_author {
    color: #fff;
}

.teaser_wrapper {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.teaser_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.4) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.teaser_wrapper .teaser_content_wrapper {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
}

.teaser_wrapper .teaser_content_wrapper h5, .teaser_wrapper .teaser_content_wrapper h5 a {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
}

.teaser_content {
    line-height: 1.3;
    margin-top: 5px;
}

.ppb_subtitle_left {
    display: inline-block;
    width: 30%;
    margin-bottom: 20px;
}

.ppb_subtitle_left.fullwidth {
    width: 100%;
}

ul.post_filter {
    display: inline-block;
    width: 70%;
    list-style: none;
    margin-bottom: 30px;
    margin-left: 0 !important;
    text-align: right;
}

ul.post_filter.full {
    width: 100%;
    text-align: left;
}

ul.post_filter li {
    display: inline-block;
    margin-left: 20px;
}

ul.post_filter li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #111;
    opacity: 0.5;
    font-weight: 600;
}

ul.post_filter li a:hover {
    opacity: 1;
}

ul.post_filter li a.selected {
    opacity: 1;
    border-bottom: 3px solid #da0081;
}

.post_filter_wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.post_filter_wrapper .post_filter_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(256, 256, 256, 0.8);
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.post_filter_wrapper .post_filter_loading.active {
    display: block;
}

.post_filter_wrapper .post_filter_loading .loading_wrapper {
    margin: 160px 0 160px 0;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.ppb_blog_random .post_filter_wrapper .post_filter_loading .loading_wrapper {
    margin: 80px 0 80px 0;
}

.post_filter_wrapper .post_filter_loading .loading_wrapper i {
    margin-bottom: 10px;
    font-size: 32px;
}

.ppb_blog3_grid {
    float: left;
}

.ppb_blog3_grid .one_half.div_wrapper {
    background-size: cover;
    background-position: center center;
    width: calc(50% - 5px);
    height: 740px;
    position: relative;
    margin: 0;
}

.ppb_blog3_grid .one_half.div_wrapper:not(.last):after, .ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper {
    width: 100%;
    height: 365px;
    margin-bottom: 10px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper.last {
    margin-bottom: 0;
}

.ppb_blog3_grid .one_half.div_wrapper .post_header {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px 20px;
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
}

.ppb_blog3_grid .one_half.div_wrapper .post_header a {
    color: #fff;
}

.ppb_blog3_grid .one_half.div_wrapper .post_header h2 {
    font-size: 28px;
    line-height: 1.3;
}

.ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper h2 {
    font-size: 22px;
    line-height: 1.3;
}

.ppb_blog3_grid .post_header .post_detail.post_date {
    margin: 0;
    margin-bottom: 5px;
}

.ppb_blog3_grid .post_info_date, .ppb_blog3_grid .post_info_author {
    margin: 0;
    color: #fff;
}

.ppb_blog3_grid .post_info_author {
    margin-right: 7px;
}

.ppb_blog3_grid .post_filter_wrapper {
    position: relative;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half.div_wrapper .post_img {
    margin-bottom: 10px;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half.div_wrapper .post_header h2 {
    font-size: 20px;
    line-height: 1.3;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half .post_header h5 {
    font-size: 14px;
    line-height: 1.4;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half .post_header .post_detail.post_date {
    margin: 0;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half.div_wrapper .post_detail.post_date {
    margin: 5px 0 5px 0;
}

.ppb_blog_video {
    background: #000;
    color: #fff;
}

.ppb_blog_video .post_img {
    background: #222;
}

.ppb_blog_video .post_header h5 a, .ppb_blog_video .post_info_author a {
    color: #fff;
}

.ppb_blog_video .post_header {
    margin-bottom: 0;
}

.ppb_blog_video .one.div_wrapper {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 0;
}

.ppb_blog_video .one.div_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.ppb_blog_video .one.div_wrapper .post_header {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 30px 20px;
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
}

.ppb_blog_video .one.div_wrapper .post_header a {
    color: #fff;
}

.ppb_blog_video .one.div_wrapper .post_header h2 {
    font-size: 30px;
    line-height: 1.3;
}

.ppb_blog_video .one.div_wrapper .post_header .post_detail.post_date {
    margin: 0;
}

.ppb_blog_video .one.div_wrapper .post_header .post_detail.post_date .post_info_date, .ppb_blog_video .one.div_wrapper .post_header .post_detail.post_date .post_info_author, .ppb_blog_video h5.single_subtitle {
    color: #fff;
}

.ppb_blog_video .one.div_wrapper .post_icon_circle {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    border-radius: 200px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #da0081;
}

.ppb_blog_video .one.div_wrapper .post_icon_circle i.fa-play {
    margin-left: 2px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
}

.ppb_header_content {
    margin-top: 20px;
}

.ppb_subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #444;
}

.standard_wrapper.three_cols .one_third {
    margin-bottom: 15px;
}

.ppb_blog_random {
    width: 100%;
}

.ppb_blog_random .one_fifth_bg {
    float: left;
    width: 20%;
    min-height: 240px;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.ppb_blog_random .one_fifth_bg .post_header {
    float: none;
    margin: 0;
}

.ppb_blog_random .one_fifth_bg .content_link {
    display: block;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #11467A;
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ppb_blog_random .one_fifth_bg .content_link h5 {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

.ppb_blog_random .one_fifth_bg .content_link .post_info_date {
    color: #fff;
}

.ppb_blog_random .one_fifth_bg:hover .content_link {
    opacity: 1;
}

.ppb_blog_random .title_bar {
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding: 20px 0 20px 0;
    background: #111;
}

.ppb_blog_random .title_bar a, .ppb_blog_random .title_bar h5 {
    color: #fff;
}

.ppb_blog_random .title_bar .ppb_subtitle_left {
    width: auto;
    float: left;
    margin: 0;
    color: #fff;
}

.ppb_blog_random .title_bar .random_refresh {
    display: block;
    float: right;
    font-size: 18px;
    opacity: 0.6;
}

.ppb_blog_random .title_bar .random_refresh:hover {
    opacity: 1;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper {
    height: 500px;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper, .ppb_blog_grid_with_posts.ppb_blog_video .one_third.last {
    height: auto;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .video-container {
    margin: 0 !important;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper:after {
    display: none;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper .post_filter_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper .post_filter_loading {
    margin-top: 50px;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper .post_filter_loading.active {
    display: block;
}

.ppb_blog_grid_with_posts .one_third.last {
    height: 500px;
    overflow-y: auto;
    margin-bottom: 0;
}

.ppb_blog_grid_with_posts .one_third.last h5 {
    font-size: 15px;
    line-height: 1.4;
}

.ppb_blog_grid_with_posts .one_third.last .post_img {
    margin-bottom: 10px;
}

.ppb_blog_grid_with_posts .one_third.last .post_img .now_playing {
    height: 20px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
}

.ppb_blog_grid_with_posts .one_third.last .post_img .now_playing.hide {
    display: none;
}

.ppb_blog_grid_with_posts .one_third.last .post.type-post {
    margin-bottom: 15px;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px 20px;
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_info_date, .ppb_blog_grid_with_posts .two_third.div_wrapper .post_info_author {
    margin: 0;
    color: #fff;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header a {
    color: #fff;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header h2 {
    font-size: 28px;
    line-height: 1.3;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header .post_detail.post_date {
    margin: 0;
    margin-bottom: 5px;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_info_author {
    margin-right: 7px;
}

.ppb_blog_carousel ul.slides li {
    margin-right: 30px;
}

.ppb_blog_carousel ul.slides li .post_header h5 {
    font-size: 15px;
    line-height: 1.5;
}

.ppb_blog_carousel ul.slides li .post_header {
    margin-bottom: 0;
}

.Grand_News_Category ul li {
    margin: 5px 0 5px 0 !important;
    float: left;
    width: 100%;
}

.Grand_News_Category ul li .category_title {
    display: block;
    float: left;
}

.Grand_News_Category ul li .category_count {
    float: right;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    background: #08a100;
    color: #fff;
    min-width: 22px;
}

.horizontal_gallery {
    overflow-x: scroll;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}

.horizontal_gallery table {
    margin: 0;
}

.horizontal_gallery_wrapper tbody tr td {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0 !important;
}

.horizontal_gallery_wrapper tbody tr td:last-child {
    padding-right: 0;
}

.horizontal_gallery_wrapper tbody tr td:first-child {
    padding-left: 0;
}

.horizontal_gallery_wrapper tbody tr td img.horizontal_gallery_img {
    max-height: 450px;
    width: auto;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper {
    position: relative;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 7px;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 25px 20px;
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header a {
    color: #fff;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header h2 {
    font-size: 24px;
    line-height: 1.3;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header .post_detail.post_date {
    margin: 0;
    margin-bottom: 5px;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_info_date, .horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_info_author {
    margin: 0;
    color: #fff;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_info_author {
    margin-right: 5px;
}

.ppb_header_video:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.59)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.ppb_header_video .background_title_wrapper {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 3;
}

.ppb_header_video .background_title_wrapper .title_content {
    float: left;
    width: 70%;
}

.ppb_header_video .background_title_wrapper .button_link {
    float: right;
    width: 30%;
    text-align: right;
    position: relative;
    top: 20px;
}

#captcha-wrap {
    border: solid #870500 1px;
    width: 270px;
    -webkit-border-radius: 10px;
    float: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #870500;
    text-align: left;
    padding: 3px;
    margin-top: 3px;
    height: 112px;
}

#captcha-wrap .captcha-box {
    -webkit-border-radius: 7px;
    background: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    border: solid #fff 1px;
}

#captcha-wrap .text-box {
    -webkit-border-radius: 7px;
    background: #ffdc73;
    -moz-border-radius: 7px;
    width: 140px;
    height: 48px;
    float: left;
    margin: 4px;
    border-radius: 7px;
    text-align: center;
    border: solid #ffdc73 1px;
}

#captcha-wrap .text-box input {
    width: 120px;
    -webkit-appearance: textfield;
    padding: 1px;
    background-color: white;
    border-image: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    float: none;
    margin: 0;
}

#captcha-wrap .text-box label {
    color: #333;
    font-family: helvetica, sans-serif;
    font-size: 11px;
    width: 140px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
}

#captcha-wrap .captcha-action {
    float: right;
    width: 117px;
    background: url(../images/logos.jpg) top right no-repeat;
    height: 44px;
    margin-top: 3px;
}

#captcha-wrapimg#captcha-refresh {
    margin-top: 9px;
    border: solid #333333 1px;
    margin-right: 6px;
    cursor: pointer;
}

#reponse_msg ul:empty {
    margin: 0;
}

#reponse_msg ul {
    margin-left: 20px;
}

#reponse_msg ul li:last-child {
    margin-bottom: 20px;
}

#reponse_msg ul li.error {
    color: #ff0000;
}

.mejs-container {
    background: #333 !important;
    width: 100% !important;
}

.mejs-container:hover {
    background: transparent !important;
    color: #000 !important;
}

.one_half img, .one_third img, .one_fourth img, .one_fifth img, .two_third img {
    max-width: 100% !important;
    height: auto;
}

.animated {
    visibility: hidden;
}

.fancybox-inner div {
    max-width: 100% !important;
    height: auto !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin: 20px 0 20px 0;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-overlay-button {
    display: block;
    z-index: 99999;
}

.slider_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider_wrapper.fixed_width {
    width: 960px;
    margin: auto;
}

.slider_wrapper.fixed_width .flex-direction-nav .flex-prev {
    left: 30px;
}

.slider_wrapper.fixed_width .flex-direction-nav .flex-next {
    right: 30px;
}

.slider_wrapper.fixed_width:hover .flex-direction-nav .flex-prev {
    left: 110px;
}

.slider_wrapper.fixed_width:hover .flex-direction-nav .flex-next {
    right: 110px;
}

.post_wrapper.grid_layout .slider_wrapper {
    min-height: 190px;
    margin-bottom: 15px;
}

.ads_label {
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #999;
}

.social_share_counter {
    float: left;
}

#social_share_button_wrapper {
    float: right;
}

.social_share_counter {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 15px;
}

.post_share_center .social_share_counter {
    margin-bottom: 0;
}

.social_share_counter_label {
    text-transform: uppercase;
    opacity: 0.5;
}

.social_share_counter_number {
    font-size: 50px;
    font-weight: 600;
    color: #da0081;
    line-height: 38px;
}

.social_share_button_wrapper ul {
    list-style: none;
    display: inline-block;
    margin-left: 0 !important;
    margin-bottom: 30px;
}

.social_share_button_wrapper ul li {
    display: inline-block;
    margin-right: 5px;
}

.social_share_button_wrapper ul li a {
    display: block;
    padding: 0 25px 0 25px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
}

.social_share_button_wrapper ul li a.email_share {
    background: #1980be;
}

.social_share_button_wrapper ul li a.facebook_share {
    background: #455fa1;
}

.social_share_button_wrapper ul li a.facebook_share i, .social_share_button_wrapper ul li a.twitter_share i {
    margin-right: 7px;
}

.social_share_button_wrapper ul li a.twitter_share {
    background: #58abf5;
}

.social_share_button_wrapper ul li a.pinterest_share {
    background: #cd1d1f;
}

.social_share_button_wrapper ul li a.google_share {
    background: #eb4026;
}

.tg_post_slide_title {
    width: 50%;
    float: left;
}

.tg_post_slide_direction {
    width: 50%;
    float: right;
    text-align: right;
}

.tg_post_slide_direction .button {
    background: #111;
    border-color: #111;
    margin-left: 5px;
    font-weight: 600;
    font-size: 12px;
}

.post_pagination_divider {
    margin-top: 20px;
}

.post_pagination {
    width: 100%;
    text-align: center;
    margin: 2px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #e1e1e1;
    font-weight: 600;
}

.post_pagination a, .post_pagination a:hover, .post_pagination a:active {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    margin: 0 10px 0 10px;
}

.page_tagline {
    margin-top: 30px;
}

body.single .post-views {
    display: none;
}

.ppb_blog_fullwidth_slider a {
    display: block;
}

.ri-grid {
    margin: auto;
    position: relative;
    max-height: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.ri-grid.visible {
    max-height: 100%;
}

.ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ri-grid ul:before, .ri-grid ul:after {
    content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1;
}

.ri-grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    width: 0;
    height: 0;
    border: 2px solid #fff;
    border-bottom: 4px solid #fff;
    box-sizing: border-box;
}

.ri-grid ul li a {
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ri-grid-size-1 {
    width: 55%;
}

.ri-grid-size-2 {
    width: 100%;
}

.ri-grid-size-3 {
    width: 100%;
    margin-top: 0px;
}

.ri-shadow:after, .ri-shadow:before {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.ri-shadow:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.ri-grid-loading:after, .ri-grid-loading:before {
    display: none;
}

.ri-loading-image {
    display: none;
}

.ri-grid-loading .ri-loading-image {
    position: relative;
    left: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
    text-align: center;
}

h1.page-title {
    display: none;
}

#page_content_wrapper .inner .sidebar_content ul.products {
    margin: 0;
    padding-top: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30.99%;
    margin-right: 3.5%;
    overflow: hidden;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

.woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce ul.products li.product h3 {
    font-size: 1em;
}

.woocommerce ul.products li.product .price {
    color: #444;
    font-size: 1.3em;
    font-weight: bold;
}

.woocommerce ul.products li.product .button {
    background: transparent;
    padding: 0;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
    outline: 0;
    border: 1px solid #e1e1e1 !important;
    height: 31px;
}

.woocommerce-page div.product form.cart .button {
    width: auto !important;
    margin-left: 5px;
    letter-spacing: 1px !important;
    padding: .5em 1.5em .5em 1.5em !important;
    border: 1px solid #e1e1e1 !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    box-shadow: 0px 0px 0px black !important;
    width: 100% !important;
    text-align: center !important;
    margin: auto !important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    font-size: 18px !important;
    margin-top: 5px !important;
    line-height: 1.3;
    padding-bottom: 0;
    text-align: center;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    font-size: 0.9em !important;
}

.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    text-decoration: none !important;
    font-size: 16px !important;
    color: #cfa670;
}

.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li ins {
    text-decoration: none;
    font-weight: bold;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    display: none !important;
}

.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
    box-shadow: 0px 0px 0px black !important;
    -webkit-box-shadow: 0px 0px 0px black !important;
    -moz-box-shadow: 0px 0px 0px black !important;
    width: 45px;
    height: auto;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
    box-shadow: 0px 0px 0px black !important;
    -webkit-box-shadow: 0px 0px 0px black !important;
    -moz-box-shadow: 0px 0px 0px black !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    margin-left: 0 !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1 {
    font-size: 30px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2 {
    font-size: 18px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3 {
    font-size: 16px !important;
    padding-bottom: 0;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4 {
    font-size: 14px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5 {
    font-size: 13px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6 {
    font-size: 12px !important;
}

.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a {
    margin-bottom: 3.8%;
}

div[itemprop="description"] {
    margin: 5px 0 10px 0;
    padding-left: 0 !important;
}

div[itemprop="description"].review-desc {
    padding-left: 15px !important;
}

.review-summary {
    display: none !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    font-size: 14px !important;
    color: #222;
    padding-top: 10px !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    border: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    background: #444 !important;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: inset 0 0 0 0 rgba(204, 204, 204, 0.5) !important;
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    border: 1px solid #444 !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce #page_content_wrapper a.button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover {
    text-transform: uppercase !important;
    border: 0 !important;
    padding: 0 !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
    position: relative !important;
    background: transparent !important;
    margin-top: 0;
    opacity: 0.3;
    font-size: 12px !important;
    display: block;
    margin: auto;
}

.woocommerce #page_content_wrapper a.button:hover, .woocommerce-page #page_content_wrapper a.button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover {
    opacity: 1;
}

.woocommerce.columns-4 ul.products li.product a.add_to_cart_button {
    color: #222 !important;
    font-size: 100% !important;
}

.woocommerce #page_content_wrapper a.button:before, .woocommerce-page #page_content_wrapper a.button:before, .woocommerce .products a.button:before {
    position: absolute;
    margin-left: -20px;
    color: inherit;
    font-family: "FontAwesome";
    content: '\f07a';
}

.woocommerce #page_content_wrapper a.button.product_type_variable:before, .woocommerce-page #page_content_wrapper a.button.product_type_variable:before {
    content: '\f03a';
}

.woocommerce ul.products li.product:hover a.add_to_cart_button, .woocommerce-page ul.products li.product:hover {
    border-color: #777 !important;
}

.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
    opacity: 1 !important;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button, .woocommerce table.cart td.actions .button.alt.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce table.cart td.actions .button.alt {
    background: #444 !important;
    color: #fff !important;
    text-shadow: none !important;
    border-color: #444 !important;
    font-weight: normal !important;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
    font-weight: normal !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    width: 70px !important;
    float: left !important;
    margin-right: 15px !important;
    margin-left: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
    margin-top: 20px !important;
}

.cart-collaterals .cart_totals table {
    width: 100% !important;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
    color: #999 !important;
}

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
    color: #fff !important;
}

body[data-shop=three_cols].woocommerce ul.products li.product, body[data-shop=three_cols].woocommerce-page ul.products li.product {
    width: 31.2% !important;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}

body.woocommerce .page-title {
    display: none;
}

.woocommerce-page div.product div.images div.thumbnails {
    display: none;
}

p.price {
    padding-top: 0 !important;
    margin-top: -10px !important;
}

p.price ins span.amount, p.price span.amount, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price {
    font-weight: bold;
    font-size: 24px;
    color: #cfa670;
}

p.price del span.amount {
    color: #ccc !important;
    font-size: 16px;
}

span.price del span.amount {
    font-size: 13px;
}

#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
    font-size: 18px;
}

.checkout h3 {
    font-size: 18px;
    margin: 15px 0 15px 0;
}

.related.products h2, .cart_totals h2, .shipping_calcuLator h2, .upsells.products h2, .cross-sells h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.cart_totals h2 {
    display: none;
}

.shipping_calcuLator h2 {
    text-align: left;
}

.related.products {
    margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 0px !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel {
    border: 1px solid #e1e1e1;
    padding: 25px;
    box-sizing: border-box;
    background: transparent;
}

.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    box-shadow: none !important;
    visibility: visible !important;
    border: 1px solid #e1e1e1;
    border-bottom: 0 !important;
    border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 30px 9px 30px !important;
    font-weight: normal !important;
    font-size: 14px !important;
    text-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent !important;
    color: #222 !important;
    border-radius: 0px !important;
    height: auto !important;
    padding: 0 !important;
    border: 1px solid #e1e1e1;
    border-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
    color: #222;
    font-weight: bold !important;
    border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
    padding-left: 0 !important;
}

.widget_shopping_cart_content a.button {
    margin-right: 5px !important;
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price {
    font-size: 1.5em !important;
}

.woocommerce-page div.product p.price ins {
    text-decoration: none !important;
}

.product_meta > span {
    clear: both;
    display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    border: 0 !important;
    box-shadow: 0 0 0;
    display: none;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    box-shadow: 0 0 0 #222 !important;
    border-radius: 0 !important;
}

.woocommerce .reviews_tab {
    border-left: 0 !important;
}

.woocommerce-message {
    background: #23B064 !important;
    border-color: #23B064 !important;
    color: #fff !important;
    text-shadow: none !important;
    padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info {
    background: #4db2ec !important;
    border-color: #4db2ec !important;
    color: #fff !important;
    text-shadow: none !important;
    padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-error {
    background: #e62c22 !important;
    border-color: #e62c22 !important;
    color: #fff !important;
    text-shadow: none !important;
    padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info a, .woocommerce-message a, .woocommerce-error a {
    color: #fff !important;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
    box-shadow: none !important;
    top: 0.4em !important;
    background: #23B064 !important;
}

.woocommerce-info:before {
    background: #4db2ec !important;
}

.woocommerce-error:before {
    background: #e62c22 !important;
}

.woocommerce .woocommerce-message a.button {
    display: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, #order_review {
    margin-bottom: 0;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    text-align: left;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border-bottom: 0;
}

.post_carousel.flexslider .slides > li {
    margin-right: 20px;
}

.woocommerce-page .products .star-rating {
    float: right;
    margin-top: 5px;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    color: #888;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    overflow: hidden;
}

.woocommerce-page nav.woocommerce-pagination ul li a {
    color: #888;
    line-height: 1.3em;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:active {
    border-color: #e1e1e1;
    background: #fcfcfc;
    color: #222 !important;
    font-weight: bold;
    line-height: 1.3em;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {
    margin-left: 0 !important;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a {
    text-align: center;
}

.price_slider_wrapper {
    margin-top: 30px;
}

.woocommerce-page ul.product_list_widget li .star-rating {
    display: none;
}

.woocommerce-page ul.product_list_widget li .amount {
    font-weight: 600;
    color: #444;
}

.woocommerce-page ul.product_list_widget li del .amount {
    color: #ccc;
}

.woocommerce-page .price_label {
    font-weight: 600;
}

.woocommerce-page ul.product_list_widget li ins {
    background: transparent;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
    float: left !important;
}

ul.product_list_widget li {
    padding: 10px 0 10px 0 !important;
}

.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product {
    clear: both;
}

.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
    float: right;
}

.woocommerce-review-link {
    color: #222 !important;
}

.woocommerce-page div.product form.cart {
    margin-top: 2em;
}

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before {
    display: block;
    clear: none;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    width: 70px;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    font-size: 14px;
    padding: 12px 12px 10px 12px;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
    line-height: 1em;
}

.woocommerce .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .woocommerce-page .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .wc-forward a:after, .wc-forward:after {
    display: none;
}

#page_content_wrapper .inner .sidebar_content ul.products {
    margin-left: 0 !important;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    border-top: 0;
    padding: 15px 12px;
}

.shipping-calcuLator-button {
    color: #222;
}

.product-subtotal .amount {
    color: #222;
    font-weight: 600;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator {
    width: 100%;
    float: none;
}

.woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator {
    margin-top: 10px;
}

.woocommerce-page table.cart th, table.shop_table thead tr th {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    color: #222;
    font-weight: 600;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border-radius: 0 !important;
    border-bottom: 1px solid #e1e1e1;
}

.woocommerce table.shop_table.cart, .woocommerce-page table.shop_table.cart {
    border: 0;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    border-bottom: 0 !important;
    padding-top: 40px;
}

.woocommerce table.cart td.actions .coupon .input-text#coupon_code {
    width: 200px;
    padding: 12px 10px 8px 10px;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    margin-right: 10px;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
    border-bottom: 0;
}

.woocommerce-page #payment ul.payment_methods label {
    display: inline-block;
    clear: none;
    width: auto;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    margin-top: 0;
}

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
    border-bottom: 0;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
    border-top: 0;
}

.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
    color: #444;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1em;
}

strong[itemprop="author"] {
    font-size: 1em;
    font-weight: 600;
    color: #222;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    background: #fff !important;
    box-shadow: 0 0 0 0;
}

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
    display: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border: 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 0;
}

.woocommerce ul.products li.product a .star-rating, .woocommerce-page ul.products li.product a .star-rating {
    display: none !important;
}

.woocommerce #review_form #respond {
    width: 100%;
}

.woocommerce #reviews h3 {
    text-align: left;
}

h1.product_title {
    font-size: 32px;
    line-height: 1.3;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    display: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 2em 0;
}

.woocommerce-page div.product form.cart .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    border-radius: 0 !important;
}

.return-to-shop .wc-backward {
    padding-left: 35px !important;
}

.return-to-shop {
    padding: 0 0 2em 0 !important;
}

.woocommerce-checkout-payment {
    margin-bottom: 4em !important;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    margin-top: 11px;
}

.woocommerce .top_bar.scroll .logo_wrapper img, .woocommerce-page .top_bar.scroll .logo_wrapper img {
    max-width: 100%;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #222;
}

.woocommerce .products .onsale, .woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 110px;
    text-align: center;
    color: #fff;
    display: block;
    margin: -40px -48px 0 0;
    padding: 60px 0 4px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
    min-height: 0;
    line-height: 30px;
    background: #ff0000;
}

.woocommerce span.onsale {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 10px;
    top: 10px;
    background: #ff0000;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
    display: inline-block;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 13px;
    font-weight: 600;
    border-radius: 0;
}

.woocommerce .term-description {
    display: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border: 0;
}

.product_price {
    margin-top: 5px;
}

.product_price .amount {
    font-size: 1.2em;
}

.product_price ins {
    text-decoration: none;
    font-weight: 600;
}

.woocommerce.single-product #page_caption {
    display: none;
}

.woocommerce.single-product #page_caption.hasbg {
    display: block;
}

.woocommerce #page_content_wrapper .inner .inner_wrapper {
    margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.1em;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: .88em 1em;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #da0081;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.wp-review-point-type .review-result, .wp-review-percentage-type .review-result, .review-total-point .review-result {
    z-index: 8;
}

.news-carousel-section{
    margin: 40px 0;
}
.news__item{
    margin: 8px;
}

.post__text__st {
    width: 100%;
    display: flex;
}
.post__text__st img {
    margin: 0 auto;
    margin-top: 30px;
}

@media only screen and (max-width: 374px){
    #footer ul.sidebar_widget .posts.blog li a {
        font-size: 11px;
    }
}


.more_b {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
#more {
    background-color: #11467A;
    color: #ffffff;
    border: 2px solid #11467A;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Roboto','Georgia',Arial,Verdana,sans-serif;
    -webkit-transition: color .2s linear,background .1s linear,opacity .2s linear;
    -moz-transition: color .2s linear,background .1s linear,opacity .2s linear;
    -ms-transition: color .2s linear,background .1s linear,opacity .2s linear;
    -o-transition: color .2s linear,background .1s linear,opacity .2s linear;
    transition: color .2s linear,background .1s linear,opacity .2s linear;
    z-index: 1;
    position: relative;
    margin: 10px 0;
}

#more:hover {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
}


