/*
Primary color           2791d8
Secondary color         202020
Heading color           212121
Body text color         666666
Border color            efefef
Grey Background color   f5f5f5
*/


/*
1. General styles
2. Typography
3. WP core styles
    3.1 MediaElements
    3.2 Gallery
    3.3 Caption
    3.4 Alignment
    3.5 Misc
4. Main wrapper
5. Header section
6. Header top bar
7. Header icons
8. Header main menu
    8.1 Header Logo
    8.2 Header left menu
    8.3 Header center menu
    8.4 Header menu button
9. Header submenu
10. Header mega menu
    10.1 Default
    10.2 2 columns
    10.3 3 columns
11. Header variations
    11.1 Fixed header
    11.2 Header v2
    11.3 Header v3
    11.4 Header v4 (Minimal)
12. Title bar section
    12.1 Title bar section v2
13. Page variations
    13.1 Left / Right sidebar
    13.2 center
    13.3 Fullwidth
14. General sections
15. Section title
16. Buttons
    16.1 Plume Buttons
17. Loop
    17.1 Entry formats
    17.2 Loop columns
    17.3 Loop variations
    17.4 Loop single item
    17.5 NO content
    17.6 Search
    17.7 Slider
    17.7 Attachment
18. Widgets
    18.1 WP Archive, WP Categories, WP Custom menu, WP Meta, WP Recent post, WP Pages widget and WP Recent comments widget block
    18.2 WP Audio widget block
    18.3 WP Calendar widget block
    18.4 WP Gallery widget block
    18.5 WP Image widget block
    18.6 WP RSS widget block
    18.7 WP Search widget block
    18.8 WP Tag cloud widget block
    18.9 WP Video widget block
    18.10 Advertisement
    18.11 Instagram
    18.12 Mailchimp
    18.13 Twitter
    18.14 Social media
19. Tags Block
20. Author Block
21. Related posts
22. Comments Block
23. info Block
24. Secondary Menu Block
25. ADS Block
26. Pagination Block
    26.1 Pagination Block v1 (Front)
    26.2 Pagination Block v2 (Front)
    26.3 Pagination Block v3 (Front)
    26.4 Pagination Block v4 (inner)
    26.5 Pagination Block v5 (inner)
    26.6 Pagination Block v6 (inner)
    26.7 Pagination Block v7 (inner)
    26.8 Pagination Block v8 (Page Break)
    26.9 Pagination Block v9 (Page Break)
27. Forms
    27.1 Header search form
        27.1.1 Header search form (Desktop)
        27.1.2 Header search form (Mobile)
    27.2 Main search form block
    27.3 Password
    27.4 Contact form 7
28. OWL slider
29. Bootstrap elements
    29.1 Badge
    29.2 Tooltip
    29.3 Label
    29.4 Form group
    29.5 Form control
    29.6 textarea
    29.7 Select
    29.8 Blockquote
    29.9 Radio / Checkbox / Switch / Switch
    29.10 Tables
    29.11 Pre
    29.12 Number
30. Footer
    30.1 Footer widgets
    30.2 Footer copyright
31. Responsive
    31.1 Container
    31.2 Misc
    31.3 Top bar
    31.4 Header section
    31.5 Title bar
    31.6 Page variations
    31.7 Main section
    31.8 Sidebar
    31.9 Loop
    31.10 Pagination
    31.11 Footer
*/




/* =============================================================================
   1. General styles
============================================================================= */
/* Body
============================================================================= */
html {
    font-size: 16px;
    line-height: 1.625;
}
body {
    margin: 0;
    padding: 0;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    overflow-x: hidden;
    font-family: sans-serif;

    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;

    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}


/* Link
============================================================================= */
a {
    outline: none;
    color: #2791d8;
    text-decoration: none;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

a:hover,
a:focus {
    outline: none;
    color: #202020;
    text-decoration: none;
}


/* image
============================================================================= */
img {
    height: auto;
    max-width: 100%;
}


/* iframe
============================================================================= */
iframe {
    border-width: 0;
    max-width: 100%;
}


/* Selection
============================================================================= */
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #202020;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #202020;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #202020;
}


/* Misc
============================================================================= */
/* Word break
----------------------------------------------------------------------------- */
#main-wrapper,
.info-block-container,
#title-bar-section .gfort-breadcrumbs span {
    word-break: break-word;

    -ms-word-wrap: break-word;
        word-wrap: break-word;
}

/* Fullheight section
----------------------------------------------------------------------------- */
.section-fullheight { height: 100vh; }

/* Mark
----------------------------------------------------------------------------- */
mark,
.mark {
    padding: 0 5px;
    background-color: #ffff00;
}

/* WOW animation
----------------------------------------------------------------------------- */
.wow { visibility: hidden; }

/* Background Colors
----------------------------------------------------------------------------- */
.white-background-color { background-color: #ffffff; }
.primary-background-color { background-color: #2791d8; }
.primary-border-color { border-color: #2791d8; }
.secondary-background-color { background-color: #202020; }
.secondary-border-color { border-color: #202020; }

/* ul / ol
----------------------------------------------------------------------------- */
ol,
ul {
    padding: 0 0 0 30px;
    margin: 0 auto 20px;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

ol li,
ul li,
ol li li:first-child,
ul li li:first-child {
    margin-top: 5px;
}
ol li:first-child,
ul li:first-child {
    margin-top: 0;
}

/* Back to top button
----------------------------------------------------------------------------- */
/* Wrapper */
#btn-back-to-top {
    z-index: 97;
    right: 20px;
    width: 40px;
    height: 40px;
    bottom: -40px;
    display: none;
    color: #ffffff;
    position: fixed;
    font-size: 24px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    background-color: rgba(30, 30, 30, 0.8);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
#btn-back-to-top.btn-back-to-top-show { bottom: 20px; }

/* Icon */
#btn-back-to-top i {
    display: block;
    line-height: 40px;
}

/* Hover */
#btn-back-to-top:hover { background-color: #2791d8; }

/* Scrollbar
----------------------------------------------------------------------------- */
.scrollbar-div {
    top: -9999px;
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
}

/* Fancybox
----------------------------------------------------------------------------- */
.gfort-lightbox-wrapper { z-index: 9999999 !important; }

.fancybox-thumbs > ul > li { margin: 2px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb { border-radius: 0; }
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background-color: transparent;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.gfort-lightbox-wrapper .fancybox-infobar { background-color: rgba(30, 30, 30, 0.6); }

.gfort-lightbox-wrapper .fancybox-button--left,
.gfort-lightbox-wrapper .fancybox-button--right {
    opacity: 0;
    visibility: hidden;
}

.gfort-lightbox-wrapper .fancybox-button--arrow_left,
.gfort-lightbox-wrapper .fancybox-button--arrow_right {
    font-size: 20px;
}
.gfort-lightbox-wrapper .fancybox-button--arrow_left:focus,
.gfort-lightbox-wrapper .fancybox-button--arrow_left.focus,
.gfort-lightbox-wrapper .fancybox-button--arrow_left:active,
.gfort-lightbox-wrapper .fancybox-button--arrow_left.active,
.gfort-lightbox-wrapper .fancybox-button--arrow_right:focus,
.gfort-lightbox-wrapper .fancybox-button--arrow_right.focus,
.gfort-lightbox-wrapper .fancybox-button--arrow_right:active,
.gfort-lightbox-wrapper .fancybox-button--arrow_right.active {
    background-color: rgba(30, 30, 30, 0.6);
}
.gfort-lightbox-wrapper .fancybox-button--arrow_left:focus:hover,
.gfort-lightbox-wrapper .fancybox-button--arrow_left.focus:hover,
.gfort-lightbox-wrapper .fancybox-button--arrow_right:focus:hover,
.gfort-lightbox-wrapper .fancybox-button--arrow_right.focus:hover {
    background-color: #000000;
}

.gfort-lightbox-wrapper .fancybox-thumbs > ul > li::before { border-color: #2791d8; }

.gfort-lightbox-wrapper.fancybox-show-nav .fancybox-arrow { opacity: 1; }
.gfort-lightbox-wrapper.fancybox-show-nav .fancybox-arrow::after {
    opacity: 0.60;
    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.gfort-lightbox-wrapper.fancybox-show-nav .fancybox-arrow:hover::after { opacity: 1; }

.gfort-lightbox-wrapper .fancybox-caption { pointer-events: none; }

body .fancybox-slide--video .mejs-container,
body .fancybox-slide--video .mejs-container video,
body .fancybox-slide--video .mejs-container > div {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
}
body .fancybox-slide--video .mejs-container {
    overflow: hidden;
    background-color: #000000;
}
body .fancybox-slide--video .mejs-mediaelement {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
body .fancybox-slide--video .mejs-controls {
    height: 46px !important;
    background-color: transparent;
}
body .fancybox-slide--video .mejs-controls::after {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    z-index: -1;
    height: 99px;
    position: absolute;
    pointer-events: none;

    background-repeat: repeat-x;
    background-position: bottom;
    background-image: url(../images/medial-elements/video-overlay.png);
}
body .fancybox-slide--video .mejs-container .mejs-button { margin-top: 0; }
body .fancybox-slide--video .mejs-container .mejs-time { padding-top: 9px; }
body .fancybox-slide--video .mejs-container .mejs-time-rail { padding-top: 17px; }
body .fancybox-slide--video .mejs-container .mejs-broadcast { margin-top: 0; }
body .fancybox-slide--video .mejs-container .mejs-volume-button > .mejs-volume-slider {
    position: absolute;
    margin-bottom: -15px;
    background-color: transparent;
}

/* Video
----------------------------------------------------------------------------- */
video {
    -o-object-fit: cover;
       object-fit: cover;
}

/* Strong
----------------------------------------------------------------------------- */
b,
strong {
    font-weight: 600;
}

/* Small
----------------------------------------------------------------------------- */
small,
.small {
    font-size: 90%;
}

/* Legend
----------------------------------------------------------------------------- */
legend {
    padding: 0;
    width: 100%;
    color: inherit;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.625;
}

/* clearfix
----------------------------------------------------------------------------- */
.clear,
.clearfix {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

/* Scale Hover
----------------------------------------------------------------------------- */
.scale-hover {
    overflow: hidden;
    display: inline-block;
}
.scale-hover img {
    width: 100%;
    display: inline-block;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);

    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
            transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.scale-hover:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

/* overlay Hover
----------------------------------------------------------------------------- */
.overlay-hover {
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.overlay-url,
.overlay-img,
.overlay-img-wrapper {
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute !important;
}
.overlay-img-wrapper a { display: none; }
.overlay-img-wrapper a:first-child { display: block; }

.overlay-hover::after,
.overlay-hover::before {
    opacity: 0;
    display: block;
    font-weight: 400;
    text-align: center;
    position: absolute;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);

    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
            transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.overlay-hover::after {
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #2791d8;
}

.overlay-hover::before {
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    content: '\e917';
    line-height: 30px;
    text-align: center;
    margin: -15px 0 0 -15px;
    font-family: 'GRAPHICFORT-FONT';
}
.overlay-hover[data-gfort-lightbox]::before { content: '\e921'; }

.overlay-hover:hover { opacity: 1 !important; }
.overlay-hover:hover::after { opacity: 0.80; }
.overlay-hover:hover::before {
    opacity: 1;

    -webkit-animation: overlayMoveIcon 0.6s ease forwards;
            animation: overlayMoveIcon 0.6s ease forwards;
}
@keyframes overlayMoveIcon { from { top: 60%; transform: translateY(60%); } }
@-webkit-keyframes overlayMoveIcon { from { top: 60%; -webkit-transform: translateY(60%); } }

/* NO transition
----------------------------------------------------------------------------- */
.no-transition {
    -webkit-transition: all 0s ease-in-out !important;
            transition: all 0s ease-in-out !important;
}

/* opacityHide
----------------------------------------------------------------------------- */
.opacityHide {
    opacity: 0;
    visibility: hidden;
}

/* Fitvids
----------------------------------------------------------------------------- */
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
    padding: 56.191% 0 0 !important;
}
.fluid-width-video-wrapper:last-child { margin-bottom: 0; }
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}


/* Visual composer Elements
============================================================================= */
.gfort-inner-column .wpb_button,
.gfort-inner-column .wpb_content_element,
.gfort-inner-column ul.wpb_thumbnails-fluid > li {
    margin-bottom: 30px;
}

/* Section
----------------------------------------------------------------------------- */
/* Wrapper */
.gfort-inner-section {
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 30px;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.gfort-inner-section::after {
    content: '';
    clear: both;
    display: table;
}
@media (min-width: 1200px) {
    .gfort-inner-section {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}
.page-wide .gfort-inner-section.vc_section,
.page-center .gfort-inner-section.vc_section,
.page-left-sidebar .gfort-inner-section.vc_section,
.page-right-sidebar .gfort-inner-section.vc_section {
    padding-left: 0;
    padding-right: 0;
}

/* Center */
@media (min-width: 1200px) {
    .section-center .gfort-inner-section-container { max-width: 990px; }
}

/* Fullwidth */
.section-fullwidth .gfort-inner-section-container { max-width: 100%; }
.section-fullwidth .cta-block .cta-block-container { border-radius: 0; }

/* Half */
/* Wrapper */
.gfort-inner-section-half { background-image: none !important; }

/* Content */
.gfort-inner-section-half .section-half-content + .section-half-content { display: none !important; }
.section-wide .section-half-content,
.section-center .section-half-content,
.section-fullwidth .section-half-content {
    display: none !important;
}

.gfort-inner-section-half .section-half-content {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 30px;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
@media (min-width: 992px) {

    .gfort-inner-section-half .section-half-content {
        top: 0;
        width: 50%;
        height: 100%;
        position: absolute;
    }
    .section-half-left-content .section-half-content { left: 50%; }
    .section-half-right-content .section-half-content { left: 0; }

}
@media (max-width: 991px) {

    .gfort-inner-section-half-bg { padding-top: 0 !important; }

    .gfort-inner-section-half-bg .section-half-content {
        width: 100vw;

        margin-left: -webkit-calc( -100vw / 2 + 100% / 2 );
        margin-left:    -moz-calc( -100vw / 2 + 100% / 2 );
        margin-left:         calc( -100vw / 2 + 100% / 2 );

        margin-right: -webkit-calc( -100vw / 2 + 100% / 2 );
        margin-right:    -moz-calc( -100vw / 2 + 100% / 2 );
        margin-right:         calc( -100vw / 2 + 100% / 2 );

        background-image: none !important;
    }

}

/* Row */
@media (min-width: 992px) {

    .section-half-left-content .gfort-inner-row {
        padding-right: 50%;
        padding-right: -webkit-calc( 50% + 30px );
        padding-right:    -moz-calc( 50% + 30px );
        padding-right:         calc( 50% + 30px );
    }
    .section-half-right-content .gfort-inner-row {
        padding-left: 50%;
        padding-left: -webkit-calc( 50% + 30px );
        padding-left:    -moz-calc( 50% + 30px );
        padding-left:         calc( 50% + 30px );
    }

}

/* Image */
@media (min-width: 992px) {

    .gfort-inner-section-half .section-half-content .small-screen-image { display: none; }
    .gfort-inner-section-half .section-half-content .section-half-content-image {
        bottom: 0;
        width: auto;
        height: 90%;
        max-width: none;
        position: absolute;
    }
    .section-half-left-content .section-half-content .section-half-content-image { left: 0; }
    .section-half-right-content .section-half-content .section-half-content-image { right: 0; }

}

/* Column
----------------------------------------------------------------------------- */
.gfort-inner-column {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* Triangle
----------------------------------------------------------------------------- */
/* Wrapper */
.triangle-block-wrapper {
    width: 100%;
    z-index: 10;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
@media (min-width: 576px) {
    .triangle-block-wrapper { max-width: 540px; }
}
@media (min-width: 768px) {
    .triangle-block-wrapper { max-width: 720px; }
}
@media (min-width: 992px) {
    .triangle-block-wrapper { max-width: 960px; }
}
@media (min-width: 1200px) {
    .triangle-block-wrapper { max-width: 1200px; }
    .section-center + .triangle-block-wrapper { max-width: 990px; }
}
.section-fullwidth + .triangle-block-wrapper { max-width: 100%; }

/* Container */
.triangle-block-wrapper .triangle-block {
    top: 0;
    width: 0;
    height: 0;
    z-index: 5;
    content: '';
    position: absolute;

    border-width: 15px;
    border-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}
.triangle-block-wrapper .triangle-block:not(.primary-border-color):not(.secondary-border-color) { border-color: #ffffff }

/* Left */
.triangle-block-left {
    left: 0;
    margin-left: 15px;
}

/* Left center */
.triangle-block-left-center {
    left: 25%;
    margin-left: -15px;
}
.gfort-inner-section-half + .triangle-block-wrapper .triangle-block-left-center { margin-left: -22px; }

/* Center */
.triangle-block-center {
    left: 50%;
    margin-left: -15px;
}

/* Right center */
.triangle-block-right-center {
    right: 25%;
    margin-right: -15px;
}
.gfort-inner-section-half + .triangle-block-wrapper .triangle-block-right-center { margin-right: -22px; }

/* Right */
.triangle-block-right {
    right: 0;
    margin-right: 15px;
}


/* Overlay
----------------------------------------------------------------------------- */
.gfort-inner-section .section-overlay-block {
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
}


/* Video Background
----------------------------------------------------------------------------- */
/* Wrapper */
.video-background-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
}
.video-background-block::after {
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

/* Container */
.video-background-block-container {
    z-index: 1;
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

/* HTML video */
/* Wrapper */
.video-background-block iframe,
.video-background-block .mejs-container,
.video-background-block .mejs-container video {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
}

/* Controls */
.video-background-block .mejs-controls,
.video-background-block .mejs-overlay-button {
    display: none !important;
}

/* Youtube video */
.video-background-block .video-background-block-bg {
    height: 100%;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* Play / Pause / Mute / unMute Buttons */
/* Wrapper */
.gfort-inner-section .video-background-block-buttons {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 40px;
    display: block;
    overflow: hidden;
    position: absolute;
}

/* Buttons */
.video-background-block-buttons .btn-video-bg,
.video-background-block-buttons .btn-video-bg:hover,
.video-background-block-buttons .btn-video-bg:focus {
    border: 0;
    bottom: 0;
    padding: 0;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    background-color: #2791d8;
    border-radius: 2px 2px 0 0;
}
.video-background-block-buttons .btn-play,
.video-background-block-buttons .btn-pause,
.video-background-block-buttons .btn-play-mobile {
    left: 15px;
}
.video-background-block-buttons .btn-mute,
.video-background-block-buttons .btn-unmute {
    left: 60px;
}

.video-background-block-buttons .btn-play-mobile,
.gfort-desktop-device .video-background-block-buttons .btn-video-bg {
    display: block;
}
.gfort-desktop-device .video-background-block-buttons .btn-play-mobile { display: none; }
.gfort-desktop-device .video-background-block-buttons .btn-video-bg-hide { display: none !important; }

/* Privacy */
.gfort-inner-section .video-background-block-privacy {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    position: absolute;
}
.gfort-inner-section .video-background-block-privacy .privacy-block-notice {
    padding: 5px;
    margin: 0 auto;
    border-width: 0;
    border-radius: 0;
}
.gfort-inner-section .video-background-block-privacy .privacy-block-notice .privacy-block-notice-container {
    font-size: 0;
    line-height: 0;
}
.gfort-inner-section .video-background-block-privacy .privacy-block-notice .privacy-block-notice-content,
.gfort-inner-section .video-background-block-privacy .privacy-block-notice .privacy-block-notice-btn {
    margin: 0;
    width: auto;
    padding: 0 2px;
    font-size: 14px;
    line-height: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.gfort-inner-section .video-background-block-privacy .privacy-block-notice .privacy-block-notice-content *:last-child {
    margin-bottom: 0;
}




/* =============================================================================
   2. Typography
============================================================================= */
/* Heading
============================================================================= */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    padding: 0;
    color: #212121;
    margin: 0 0 20px;
    letter-spacing: 0;
}

h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child {
    margin-bottom: 0;
}

h1, .h1 { font-size: 36px; line-height: 1.1; font-weight: 700; }
h2, .h2 { font-size: 30px; line-height: 1.2; font-weight: 700; }
h3, .h3 { font-size: 24px; line-height: 1.3; font-weight: 400; }
h4, .h4 { font-size: 20px; line-height: 1.3; font-weight: 400; }
h5, .h5 { font-size: 18px; line-height: 1.3; font-weight: 400; }
h6, .h6 { font-size: 16px; line-height: 1.3; font-weight: 700; }


/* Paragraph
============================================================================= */
p { margin: 0 0 20px 0; }
p:last-child { margin-bottom: 0; }




/* =============================================================================
   3. WP core styles
============================================================================= */
/* 3.1 MediaElements
============================================================================= */
/*
using body because of wp-mediaelement-css in the footer and the main css file on the header
override styles without using !important role
*/
body .mejs-container {
    direction: ltr;
    overflow: hidden;
    background-color: transparent;
}

body .mejs-container * { outline: none !important; }

body .mejs-container .mejs-button { margin: 12px 0 0; }

body .mejs-container .mejs-time {
    line-height: 24px;
    padding-top: 20px;
}

body .mejs-container .mejs-broadcast { margin-top: 10px; }

body .mejs-container .mejs-time-rail {
    height: 100%;
    padding-top: 29px;
}
body .mejs-container .mejs-time-rail .mejs-time-total { margin-top: 0; }
body .mejs-container .mejs-time-rail .mejs-time-loaded { background-color: rgba(255, 255, 255, 0.30); }
body .mejs-container .mejs-time-rail .mejs-time-handle { margin-top: -2px; }
body .mejs-container .mejs-time-rail .mejs-time-handle .mejs-time-handle-content { border-radius: 50%; }
body .mejs-container .mejs-time-rail .mejs-time-current { background-color: #ffffff; }
body .mejs-container .mejs-time-rail .mejs-time-hovered { background-color: rgba(255, 255, 255, 0.60); }
body .mejs-container .mejs-time-rail .mejs-time-total,
body .mejs-container .mejs-time-rail .mejs-time-buffering,
body .mejs-container .mejs-time-rail .mejs-time-loaded,
body .mejs-container .mejs-time-rail .mejs-time-current,
body .mejs-container .mejs-time-rail .mejs-time-hovered {
    height: 6px;
}
body .mejs-container .mejs-time-rail .mejs-time-float {
    border-width: 0;
    background-color: #ffffff;
}
body .mejs-container .mejs-time-rail .mejs-time-float .mejs-time-float-corner { border-top-color: #ffffff; }

body .mejs-container .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background-color: #ffffff; }
body .mejs-container .mejs-horizontal-volume-slider {
    width: 56px;
    height: 100%;
}
body .mejs-container .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    top: 29px;
    height: 6px;
}

body .mejs-container .mejs-button button {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;

    -webkit-transition: all 0s;
            transition: all 0s;
}
body .mejs-container .mejs-play > button {
    background-size: 16px;
    background-image: url(../images/medial-elements/play.svg);
}
body .mejs-container .mejs-pause > button {
    background-size: 14px;
    background-image: url(../images/medial-elements/pause.svg);
}
body .mejs-container .mejs-replay > button {
    background-size: 14px;
    background-image: url(../images/medial-elements/replay.svg);
}
body .mejs-container .mejs-fullscreen-button > button {
    background-size: 16px;
    background-image: url(../images/medial-elements/expand.svg);
}
body .mejs-container .mejs-unfullscreen > button {
    background-size: 16px;
    background-image: url(../images/medial-elements/minimize.svg);
}
body .mejs-container .mejs-mute > button {
    background-size: 16px;
    background-image: url(../images/medial-elements/mute.svg);
}
body .mejs-container .mejs-unmute > button {
    background-size: 16px;
    background-image: url(../images/medial-elements/unmute.svg);
}
body .mejs-container .mejs-captions-button > button {
    background-size: 20px;
    background-image: url(../images/medial-elements/captions.svg);
}
body .mejs-container .mejs-chapters-button > button {
    background-size: 20px;
    background-image: url(../images/medial-elements/chapters.svg);
}
body .mejs-container .mejs-overlay-button,
body .mejs-container .mejs-overlay:hover > .mejs-overlay-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    outline: none !important;

    background-size: 16px;
    background-color: #2791d8;
    background-repeat: no-repeat;
    background-position: 55% 50%;
    background-image: url(../images/medial-elements/play.svg);

    -webkit-transition: all 0s;
            transition: all 0s;
}
body .mejs-container .mejs-overlay-loading {
    width: 48px;
    height: 48px;
}
body .mejs-container .mejs-overlay-loading-bg-img {
    width: 48px;
    height: 48px;

    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/medial-elements/loading.svg);

    -webkit-animation: none;
            animation: none;

    -webkit-transition: all 0s;
            transition: all 0s;
}

/* Audio
----------------------------------------------------------------------------- */
body .wp-audio-shortcode,
body .wp-audio-shortcode .mejs-controls {
    height: 64px !important;
}
body .wp-audio-shortcode { border-radius: 2px; }
body .wp-audio-shortcode .mejs-controls { background-color: #2791d8; }

/* Video
----------------------------------------------------------------------------- */
body .wp-video { width: 100% !important; }
body .wp-video-shortcode .mejs-controls {
    height: 46px !important;
    background-color: transparent;
}
body .wp-video-shortcode .mejs-controls::after {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    z-index: -1;
    height: 99px;
    position: absolute;
    pointer-events: none;

    background-repeat: repeat-x;
    background-position: bottom;
    background-image: url(../images/medial-elements/video-overlay.png);
}
body .wp-video-shortcode .mejs-button { margin-top: 0; }
body .wp-video-shortcode .mejs-time { padding-top: 9px; }
body .wp-video-shortcode .mejs-time-rail { padding-top: 17px; }
body .wp-video-shortcode .mejs-volume-button > .mejs-volume-slider {
    position: absolute;
    margin-bottom: -15px;
    background-color: transparent;
}


/* 3.2 Gallery
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.gallery[id*='gallery-'] {
    width: auto;
    font-size: 0;
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    margin: -4px -2px 20px;
}

/* Columns
----------------------------------------------------------------------------- */
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.333334%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.666667%; }
.gallery-columns-7 .gallery-item { width: 14.285714%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.111111%; }

/* Item
----------------------------------------------------------------------------- */
/* Wrapper */
.gallery-item {
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 4px 2px 0;
    position: relative;
    vertical-align: top;
    display: inline-block;
}

/* Link */
.gallery-item a {
    margin: 0 auto;
    max-width: 100%;
    display: inline-block;
}

/* Image */
.gallery-item img {
    margin: 0 auto;
    max-width: 100%;
    display: inline-block;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}


/* 3.3 Caption
============================================================================= */
.wp-caption {
    max-width: 100%;
    margin-bottom: 20px;
}

.wp-caption-text,
.gallery-caption {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 0 0;
    font-style: italic;
}
.gallery-columns-6 .wp-caption-text,
.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text {
    display: none;
}


/* 3.4 Alignment
============================================================================= */
.alignnone,
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
img.aligncenter { display: block; }

.alignleft {
    float: left;
    margin: 5px 25px 20px 0;
}

.alignright {
    float: right;
    margin: 5px 0 20px 25px;
}

.page-wide .alignwide,
.page-center .alignwide {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-wide .alignfull,
.page-center .alignfull {
    max-width: 100vw;

    margin-left: -webkit-calc( -100vw / 2 + 100% / 2 );
    margin-left:    -moz-calc( -100vw / 2 + 100% / 2 );
    margin-left:         calc( -100vw / 2 + 100% / 2 );

    margin-right: -webkit-calc( -100vw / 2 + 100% / 2 );
    margin-right:    -moz-calc( -100vw / 2 + 100% / 2 );
    margin-right:         calc( -100vw / 2 + 100% / 2 );
}


/* 3.5 Misc
============================================================================= */
/* Definition list
----------------------------------------------------------------------------- */
dl {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}
dl dt {
    font-weight: 600;
    line-height: 1.625;
}
dl dd {
    line-height: 1.625;
    margin: 0 auto 20px;
}
dl dd:last-child { margin-bottom: 0; }

/* Address
----------------------------------------------------------------------------- */
address {
    line-height: 1.625;
    font-style: italic;
    margin: 0 auto 20px;
}

/* Abbreviation
----------------------------------------------------------------------------- */
abbr[title] { border-bottom-width: 0; }

/* italicize
----------------------------------------------------------------------------- */
i,
em,
dfn,
cite {
    font-style: italic;
}

/* Horizontal line
----------------------------------------------------------------------------- */
hr {
    border-width: 0;
    margin: 30px auto;
    border-top: 1px solid #dddddd;
}

/* Teletype / Variable
----------------------------------------------------------------------------- */
tt,
var {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}




/* =============================================================================
   4. Main wrapper
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#main-wrapper {
    left: 0;
    padding: 0;
    z-index: 2;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;

    -webkit-transition: left 0.30s ease-in-out;
            transition: left 0.30s ease-in-out;
}

#main-wrapper.page-preloader-enabled { opacity: 0; }
.no-js #main-wrapper,
.pace-done #main-wrapper,
.no-js #main-wrapper.page-preloader-enabled {
    opacity: 1;
}

/* Boxed Page
----------------------------------------------------------------------------- */
#main-wrapper.page-boxed {
    max-width: 1230px;

    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
       -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}




/* =============================================================================
   5. Header section
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#header-section {
    padding: 0;
    width: 100%;
    z-index: 100;
    display: block;
    margin: 0 auto;
    position: relative;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
#header-section .social-networks-block { margin-bottom: 0; }

/* Container
----------------------------------------------------------------------------- */
#header-section .header-section-container {
    padding: 0;
    width: 100%;
    z-index: 100;
    display: block;
    margin: 0 auto;
    position: relative;

    -webkit-overflow-scrolling: touch;
}
#header-section .header-section-container .row { display: block; }




/* =============================================================================
   6. Header top bar
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#header-top-bar-section {
    z-index: 6;
    width: 100%;
    font-size: 0;
    display: block;
    margin: 0 auto;
    direction: ltr;
    line-height: 0;
    padding: 11px 0;
    position: relative;
    border-bottom: 1px solid #efefef;

    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#header-top-bar-section .row { display: block; }

/* Link
----------------------------------------------------------------------------- */
.header-top-bar-section a { color: #212121; }
.header-top-bar-section a:hover { color: #2791d8; }

.header-top-bar-section .secondary-menu-block .secondary-menu-block-ul li a:hover,
.header-top-bar-section .secondary-menu-block .secondary-menu-block-ul .current-menu-item a,
.header-top-bar-section .secondary-menu-block .secondary-menu-block-ul .current_page_item a,
.header-top-bar-section .secondary-menu-block .secondary-menu-block-ul .current-menu-parent a,
.header-top-bar-section .secondary-menu-block .secondary-menu-block-ul .current-menu-ancestor a {
    color: #2791d8;
}

.header-top-bar-section .social-networks-block { margin-bottom: 0; }
.header-top-bar-section .social-networks-block.social-networks-transparent ul li a i { color: #666666; }


/* Header top bar content
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#header-top-bar-section .header-top-bar-section-content {
    z-index: 5;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

/* Container
----------------------------------------------------------------------------- */
#header-top-bar-section .header-top-bar-section-content-container {
    padding: 0;
    width: auto;
    position: relative;
    display: inline-block;
}

/* Left / Right content
----------------------------------------------------------------------------- */
#header-top-bar-section .header-top-bar-section-content-left-side,
#header-top-bar-section .header-top-bar-section-content-right-side {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

/* Blank content
----------------------------------------------------------------------------- */
#header-top-bar-section .header-top-bar-section-content-blank {
    width: 100%;
    display: block;
}




/* =============================================================================
   7. Header icons
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.header-section-container .header-icons {
    float: right;
    display: none;
    list-style: none;
    position: relative;
    margin: 0 0 0 24px;
    padding: 0 0 0 9px;
    border-left: 1px solid #efefef;
}

/* Items
----------------------------------------------------------------------------- */
#header-section .header-icons > li {
    padding: 0;
    float: left;
    margin: 0 0 0 15px;
    position: relative;
}
#header-section .header-icons > .btn-header-section-cart { position: static; }
#header-section .header-icons > .btn-header-section-cart > a .cart-wd { display: none; }
#header-section.header-section-v3 .header-icons > .btn-header-section-cart > a i { display: none; }
#header-section.header-section-v3 .header-icons > .btn-header-section-cart > a .cart-wd { display: inline-block; }

/* Link
----------------------------------------------------------------------------- */
.header-section-container .header-icons > li > a {
    color: #212121;
    display: block;
    padding: 15px 0;
    min-width: 14px;
    font-size: 14px;
    overflow: hidden;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    text-align: center;
}
.header-section-container .header-icons > li > a:hover,
.header-section-container .header-icons > li:hover > a {
    color: #2791d8;
}

/* icon
----------------------------------------------------------------------------- */
#header-section .header-icons > li > a i { vertical-align: middle; }




/* =============================================================================
   8. Header main menu
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#header-menu-section {
    z-index: 4;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

/* Container
----------------------------------------------------------------------------- */
#header-menu-section .header-menu-section-container {
    z-index: 4;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;

    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;

    -webkit-overflow-scrolling: touch;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.10);
       -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.10);
            box-shadow: 0 1px 8px rgba(0, 0, 0, 0.10);
}

/* Navbar
----------------------------------------------------------------------------- */
#header-section .navbar {
    padding: 0;
    z-index: 30;
    margin: 0 auto;
    border-width: 0;
    min-height: 1px;
    border-radius: 0;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
#header-section .navbar .container {
    display: block;
    position: relative;
}


/* 8.1 Header Logo
============================================================================= */
/* Link
----------------------------------------------------------------------------- */
/* Wrapepr */
#header-section .navbar-header {
    float: left;
    line-height: 0;
}

/* Container */
#header-section .navbar-brand {
    padding: 0;
    float: none;
    height: auto;
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    margin: 15px auto;
    display: inline-block;
    vertical-align: middle;
}
#header-section .navbar-brand { opacity: 1; }

#header-section .navbar-brand:hover { color: #2791d8; }
#header-section .navbar > .container .navbar-brand { margin-left: auto; }

#header-section .navbar-brand .navbar-logo-text {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* image
----------------------------------------------------------------------------- */
#header-section .navbar-brand img {
    width: auto;
    margin: 0 auto;
    max-height: 50px;
}

#header-section .navbar-brand .logo-normal { display: block; }
#header-section .navbar-brand .navbar-logo-text { display: inline-block; }

#header-section .navbar-brand .logo-transparent { display: none; }
#header-section .navbar-brand .logo-transparent.navbar-logo-text { display: none; }

#header-section.header-setcion-transparent .header-menu-section-stuck .navbar-brand .logo-normal { display: block; }
#header-section.header-setcion-transparent .header-menu-section-stuck .navbar-brand .navbar-logo-text { display: inline-block; }

#header-section.header-setcion-transparent .header-menu-section-stuck .navbar-brand .logo-transparent { display: none; }
#header-section.header-setcion-transparent .header-menu-section-stuck .navbar-brand .logo-transparent.navbar-logo-text { display: none; }

@media (min-width: 992px) {
    #header-section.header-setcion-transparent .navbar-brand .logo-transparent { display: block; }
    #header-section.header-setcion-transparent .navbar-brand .logo-transparent.navbar-logo-text { display: inline-block; }

    #header-section.header-setcion-transparent .navbar-brand .logo-normal { display: none; }
    #header-section.header-setcion-transparent .navbar-brand .navbar-logo-text { display: none; }

}


/* Menu
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#header-section .navbar-collapse.collapse {
    margin: 0;
    padding: 0;
    float: right;
    line-height: 0;
    display: block;
    border-width: 0;
    overflow: visible;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
#header-section .navbar-collapse-wrapper {
    width: 100%;
    display: block;
    border-top-width: 0;
    border-top-style: solid;
    border-top-color: #efefef;
}

/* List
----------------------------------------------------------------------------- */
#header-section .navbar-nav {
    padding: 0;
    width: auto;
    float: none;
    margin: 0 -12px;
    list-style: none;
    display: inline-block;
}

/* Items
----------------------------------------------------------------------------- */
#header-section .navbar-nav > li {
    margin: 0 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 992px) {
    #header-section .navbar-nav > li { margin: 0 5px; }
}
@media (min-width: 1200px) {
    #header-section .navbar-nav > li { margin: 0 12px; }
}

/* Link
----------------------------------------------------------------------------- */
/* Wrapper */
#header-section .navbar-nav li a {
    width: 100%;
    display: block;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.header-menu-section .navbar-nav > li > a {
    color: #212121;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.30px;
}

#header-section .navbar-nav li a .main-header-section-menu-wd {
    width: 100%;
    line-height: 1.625;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* Line */
.header-menu-section .navbar-nav > li > a::before {
    top: 0;
    width: 0;
    left: 50%;
    content: '';
    height: 2px;
    z-index: 10;
    display: none;
    position: absolute;
    background-color: #2791d8;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* Hover, Focus & current */
.header-menu-section .navbar-nav > li > a:hover,
.header-menu-section .navbar-nav > li:hover > a,
.header-menu-section .navbar-nav > .current-menu-item > a,
.header-menu-section .navbar-nav > .current_page_item > a,
.header-menu-section .navbar-nav > .current-menu-parent > a,
.header-menu-section .navbar-nav > .current-menu-ancestor > a {
    color: #212121;
    background-color: transparent;
}
#header-section .navbar-nav > li:not(.headerbtn) > a:focus { background-color: transparent; }

#header-section .navbar-nav > li > a:hover::before,
#header-section .navbar-nav > li:hover > a::before,
#header-section .navbar-nav > .active > a::before,
#header-section .navbar-nav > .current-menu-item > a::before,
#header-section .navbar-nav > .current_page_item > a::before,
#header-section .navbar-nav > .current-menu-parent > a::before,
#header-section .navbar-nav > .current-menu-ancestor > a::before,
.header-menu-section .navbar-nav > li > a.active::before {
    left: 0;
    width: 100%;
}


/* Main link as button
============================================================================= */
/* item
----------------------------------------------------------------------------- */
#header-section .navbar-nav .headerbtn { font-size: 0; }
#header-section.header-section-v1 .navbar-nav .headerbtn {
    padding: 15px 0;
    line-height: 50px;
}

/* Wrapper
----------------------------------------------------------------------------- */
#header-section .navbar-nav .headerbtn > a {
    margin: 0;
    opacity: 1;
    z-index: 15;
    color: #ffffff;
    border-width: 0;
    overflow: hidden;
    line-height: 20px;
    border-radius: 2px;
    padding: 11px 25px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    outline: none !important;
    background-color: #2791d8;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -ms-touch-action: manipulation;
        touch-action: manipulation;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
#header-section.header-section-v3 .navbar-nav .headerbtn > a { padding: 11px 20px; }

/* Line & arrow
----------------------------------------------------------------------------- */
#header-section .navbar-nav .headerbtn > a::before,
#header-section .navbar-nav .headerbtn > a .main-header-section-menu-wd::after {
    display: none !important;
}

/* span
----------------------------------------------------------------------------- */
#header-section .navbar-nav .headerbtn > a .main-header-section-menu-wd {
    padding: 0;
    display: block;
    line-height: inherit;
}

/* Hover, Focus & current
----------------------------------------------------------------------------- */
@media (min-width: 992px) {
    #header-section .navbar-nav .headerbtn:hover > a,
    #header-section .navbar-nav .headerbtn.current-menu-item > a,
    #header-section .navbar-nav .headerbtn.current_page_item > a,
    #header-section .navbar-nav .headerbtn.current-menu-parent > a,
    #header-section .navbar-nav .headerbtn.current-menu-ancestor > a {
        color: #ffffff;
        background-color: #2791d8;
    }
    #header-section .navbar-nav .headerbtn > a:hover {
        color: #ffffff;
        background-color: #202020;
    }
}


/* 8.2 Header left menu
============================================================================= */
#header-section .navbar-collapse.collapse.header-menu-section-left-side { float: left; }


/* 8.3 Header center menu
============================================================================= */
#header-section .navbar-collapse.collapse.header-menu-section-center-side {
    width: 100%;
    text-align: center;
}


/* 8.4 Header menu button
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.navbar-toggle {
    margin: 0;
    font-size: 0;
    display: none;
    color: #212121;
    padding: 15px 0;
    border-width: 0;
    border-radius: 0;
    font-weight: 600;
    overflow: hidden;
    line-height: 50px;
    vertical-align: middle;
    text-transform: uppercase;
}
.navbar-toggle,
.navbar-toggle:focus,
.navbar-toggle.focus,
.navbar-toggle:active,
.navbar-toggle.active,
.navbar-toggle:hover,
.navbar-toggle:focus:hover,
.navbar-toggle.focus:hover {
    background-color: transparent;
}

/* Word / Lines
----------------------------------------------------------------------------- */
/* Wrapper */
.navbar-toggle span {
    font-size: 14px;
    overflow: hidden;
    line-height: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* Word */
.navbar-toggle .toggle-wd { padding: 0 5px; }

/* Lines */
/* Wrapper */
.navbar-toggle .toggle-lines-wrapper {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;

    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;

    -webkit-transition: transform 0.30s ease-in-out;
            transition: transform 0.30s ease-in-out;

    -webkit-animation: gfortMenuButton 1s forwards;
            animation: gfortMenuButton 1s forwards;
}
/* Line */
.navbar-toggle .toggle-lines-wrapper i {
    height: 2px;
    width: 16px;
    margin: 7px 0;
    display: block;
    position: relative;
    border-top-width: 2px;
    border-top-style: solid;

    -webkit-animation: gfortMenuButtonLines 1s forwards;
            animation: gfortMenuButtonLines 1s forwards;
}
.navbar-toggle .toggle-lines-wrapper i::after,
.navbar-toggle .toggle-lines-wrapper i::before {
    left: 0;
    height: 2px;
    width: 16px;
    content: '';
    display: block;
    position: absolute;
    border-top-width: 2px;
    border-top-style: solid;

    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
/* Normal */
.navbar-toggle .toggle-lines-wrapper i::after {
    -webkit-animation: gfortMenuButtonLinesBottom 1.5s forwards;
            animation: gfortMenuButtonLinesBottom 1.5s forwards;
}
.navbar-toggle .toggle-lines-wrapper i::before {
    -webkit-animation: gfortMenuButtonLinesTop 1.5s forwards;
            animation: gfortMenuButtonLinesTop 1.5s forwards;
}
/* Toggle */
.gfort-menuButton-toggle.navbar-toggle .toggle-lines-wrapper {
    -webkit-animation: gfortMenuButtonToggle 1s forwards;
            animation: gfortMenuButtonToggle 1s forwards;
}
.gfort-menuButton-toggle.navbar-toggle .toggle-lines-wrapper i {
    -webkit-animation: gfortMenuButtonLinesToggle 1s forwards;
            animation: gfortMenuButtonLinesToggle 1s forwards;
}
.gfort-menuButton-toggle.navbar-toggle .toggle-lines-wrapper i::after {
    -webkit-animation: gfortMenuButtonLinesBottomToggle 1.5s forwards;
            animation: gfortMenuButtonLinesBottomToggle 1.5s forwards;
}
.gfort-menuButton-toggle.navbar-toggle .toggle-lines-wrapper i::before {
    -webkit-animation: gfortMenuButtonLinesTopToggle 1.5s forwards;
            animation: gfortMenuButtonLinesTopToggle 1.5s forwards;
}
/* Animation Normal */
/* Wrapper */
@-webkit-keyframes gfortMenuButton {
    50% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(180deg); }
}
@keyframes gfortMenuButton {
    50% { transform: rotate(0deg); }
    100% { transform: rotate(180deg); }
}
/* Line (Middle) */
@-webkit-keyframes gfortMenuButtonLines {
    0%, 50% { border-color: transparent; }
    100% { border-color: inherit; }
}
@keyframes gfortMenuButtonLines {
    0%, 50% { border-color: transparent; }
    100% { border-color: inherit; }
}
/* Line (After) */
@-webkit-keyframes gfortMenuButtonLinesBottom {
    0% {
        top: -2px;
        -webkit-transform: rotate(45deg);
    }
    50% {
        top: -2px;
        -webkit-transform: rotate(0deg);
    }
    100% {
        top: 2px;
    }
}
@keyframes gfortMenuButtonLinesBottom {
    0% {
        top: -2px;
        transform: rotate(45deg);
    }
    50% {
        top: -2px;
        transform: rotate(0deg);
    }
    100% {
        top: 2px;
    }
}
/* Line (Before) */
@-webkit-keyframes gfortMenuButtonLinesTop {
    0% {
        top: -2px;
        -webkit-transform: rotate(-45deg);
    }
    50% {
        top: -2px;
        -webkit-transform: rotate(0deg);
    }
    100% {
        top: -6px;
    }
}
@keyframes gfortMenuButtonLinesTop {
    0% {
        top: -2px;
        transform: rotate(-45deg);
    }
    50% {
        top: -2px;
        transform: rotate(0deg);
    }
    100% {
        top: -6px;
    }
}
/* Animation Toggle */
/* Wrapper */
@-webkit-keyframes gfortMenuButtonToggle {
    50% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-180deg); }
}
@keyframes gfortMenuButtonToggle {
    50% { transform: rotate(0deg); }
    100% { transform: rotate(-180deg); }
}
/* Line (Middle) */
@-webkit-keyframes gfortMenuButtonLinesToggle {
    0%, 50% { border-color: inherit; }
    51%, 100% { border-color: transparent; }
}
@keyframes gfortMenuButtonLinesToggle {
    0%, 50% { border-color: inherit; }
    51%, 100% { border-color: transparent; }
}
/* Line (After) */
@-webkit-keyframes gfortMenuButtonLinesBottomToggle {
    0% {
        top: 2px;
    }
    50% {
        top: -2px;
        -webkit-transform: rotate(0deg);
    }
    100% {
        top: -2px;
        -webkit-transform: rotate(45deg);
    }
}
@keyframes gfortMenuButtonLinesBottomToggle {
    0% {
        top: 2px;
    }
    50% {
        top: -2px;
        transform: rotate(0deg);
    }
    100% {
        top: -2px;
        transform: rotate(45deg);
    }
}
/* Line (Before) */
@-webkit-keyframes gfortMenuButtonLinesTopToggle {
    0% {
        top: -6px;
    }
    50% {
        top: -2px;
        -webkit-transform: rotate(0deg);
    }
    100% {
        top: -2px;
        -webkit-transform: rotate(-45deg);
    }
}
@keyframes gfortMenuButtonLinesTopToggle {
    0% {
        top: -6px;
    }
    50% {
        top: -2px;
        transform: rotate(0deg);
    }
    100% {
        top: -2px;
        transform: rotate(-45deg);
    }
}




/* =============================================================================
   9. Header submenu
============================================================================= */
/* span
----------------------------------------------------------------------------- */
.header-menu-section .navbar-nav .menu-item-has-children > a .main-header-section-menu-wd { padding-right: 17px; }

/* Arrow
----------------------------------------------------------------------------- */
.header-menu-section .navbar-nav .menu-item-has-children > a .main-header-section-menu-wd::after {
    top: 50%;
    right: 0;
    width: 17px;
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    content: '\e902';
    margin-top: -8px;
    line-height: 16px;
    text-align: right;
    position: relative;
    position: absolute;
    font-family: 'GRAPHICFORT-FONT';

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.header-menu-section .navbar-nav > .menu-item-has-children > a .main-header-section-menu-wd::after { line-height: 14px; }
.header-menu-section .navbar-nav li .menu-item-has-children > a .main-header-section-menu-wd::after { content: '\e90c'; }

/* List
----------------------------------------------------------------------------- */
/* Wrapper */
#header-section .navbar-nav .sub-menu {
    left: 0;
    top: 100%;
    margin: 0;
    opacity: 0;
    z-index: 16;
    width: 220px;
    display: block;
    padding: 10px 0;
    list-style: none;
    position: absolute;
    visibility: hidden;
    border-top: 2px solid #2791d8;

    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.10);
       -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.10);
            box-shadow: 0 1px 8px rgba(0, 0, 0, 0.10);
}
#header-section .navbar-nav li:not(.megamenu) ul {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* Items */
#header-section .navbar-nav .sub-menu li {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

/* Link */
.header-menu-section .navbar-nav .sub-menu li a {
    color: #666666;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    letter-spacing: 0.30px;
}
#header-section .navbar-nav .sub-menu li a .main-header-section-menu-wd { display: block; }

/* child SubMenu */
#header-section .navbar-nav .sub-menu .sub-menu {
    top: -10px;
    left: 100%;
    margin-top: -2px;
}

/* Hover */
#header-section .navbar-nav li:hover > ul {
    opacity: 1;
    visibility: visible;

    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}

.header-menu-section .navbar-nav .sub-menu li a:hover,
.header-menu-section .navbar-nav .sub-menu li:hover > a,
.header-menu-section .navbar-nav .sub-menu .current-menu-item > a,
.header-menu-section .navbar-nav .sub-menu .current_page_item > a,
.header-menu-section .navbar-nav .sub-menu .current-menu-parent > a,
.header-menu-section .navbar-nav .sub-menu .current-menu-ancestor > a {
    color: #212121;
    background-color: #f5f5f5;
}

.header-menu-section .navbar-nav li a:hover .main-header-section-menu-wd::after,
.header-menu-section .navbar-nav li:hover > a .main-header-section-menu-wd::after {
    color: #2791d8;
}

#header-section .navbar-nav li:hover > a::before {
    left: 0;
    width: 100%;
}

/* Submenu correct position
----------------------------------------------------------------------------- */
#header-section .navbar-nav .submenu-correct-position .sub-menu {
    right: 0;
    left: auto;
}
#header-section .navbar-nav .submenu-correct-position .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}
#header-section .navbar-nav .submenu-correct-position li a { text-align: right; }
#header-section .navbar-nav .submenu-correct-position li a .main-header-section-menu-wd {
    padding-right: 0;
    padding-left: 17px;
}
#header-section .navbar-nav .submenu-correct-position .menu-item-has-children > a .main-header-section-menu-wd::after {
    left: 0;
    right: auto;
}




/* =============================================================================
   10. Header mega menu
============================================================================= */
/* Parent li
----------------------------------------------------------------------------- */
#header-section .navbar-nav .megamenu { position: static; }

/* List
----------------------------------------------------------------------------- */
/* Wrapper */
#header-section .header-menu-section .navbar-nav .megamenu > .sub-menu {
    left: 0;
    right: 0;
    padding: 0;
    width: auto;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;

    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* child SubMenu */
#header-section .header-menu-section .navbar-nav .megamenu > .sub-menu .sub-menu {
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    margin-top: 0;
    border-width: 0;
    position: relative;

    background-image: none;
    background-color: transparent;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}

/* Items (columns)
----------------------------------------------------------------------------- */
#header-section .navbar-nav .megamenu > .sub-menu > li {
    float: left;
    padding: 15px 0;
    position: relative;
}
#header-section .navbar-nav .megamenu > .sub-menu > li::after {
    top: 0;
    right: 0;
    width: 1px;
    content: '';
    z-index: 20;
    height: 10000000%;
    position: absolute;
    background-color: #efefef;
}

/* Main Link (Title)
----------------------------------------------------------------------------- */
#header-section .navbar-nav .megamenu > .sub-menu > .menu-item-has-children > a,
#header-section .navbar-nav .megamenu > .sub-menu > .menu-item-has-children > a:hover {
    color: #212121;
    font-size: 13px;
    background-color: transparent !important;
}
#header-section .navbar-nav .megamenu.megamenu-without-title > .sub-menu > .menu-item-has-children > a { display: none; }

/* Span
----------------------------------------------------------------------------- */
@media (min-width: 992px) {
    #header-section .navbar-nav .megamenu .sub-menu li a .main-header-section-menu-wd { padding: 0; }
    #header-section .navbar-nav .megamenu .sub-menu li a .main-header-section-menu-wd::after { display: none; }
}

/* Hover
----------------------------------------------------------------------------- */
#header-section .navbar-nav .megamenu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}


/* 10.1 Default
============================================================================= */
#header-section .navbar-nav .megamenu > .sub-menu > li { width: 25%; }
#header-section .navbar-nav .megamenu > .sub-menu > li:nth-child(4n)::after { display: none; }
#header-section .navbar-nav .megamenu > .sub-menu > li:nth-child(4n+1) { clear: left; }
#header-section .navbar-nav .megamenu > .sub-menu > li:nth-child(n+5) {
    padding-top: 0;
    margin-top: -12px;
}


/* 10.2 2 columns
============================================================================= */
#header-section .header-menu-section .navbar-nav .megamenu-col-2 { position: relative; }

#header-section .header-menu-section .navbar-nav .megamenu-col-2 > .sub-menu {
    left: 0;
    right: auto;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#header-section .header-menu-section .navbar-nav .megamenu-col-2.megamenu-correct-position > .sub-menu {
    right: 0;
    left: auto;
}

#header-section .header-menu-section .navbar-nav .megamenu-col-2 > .sub-menu > li { width: 50%; }
#header-section .header-menu-section .navbar-nav .megamenu-col-2 > .sub-menu > li:nth-child(4n)::after { display: block; }
#header-section .header-menu-section .navbar-nav .megamenu-col-2 > .sub-menu > li:nth-child(2n)::after { display: none; }
#header-section .header-menu-section .navbar-nav .megamenu-col-2 > .sub-menu > li:nth-child(4n+1) { clear: none; }
#header-section .header-menu-section .navbar-nav .megamenu-col-2 > .sub-menu > li:nth-child(2n+1) { clear: left; }
#header-section .header-menu-section .navbar-nav .megamenu-col-2 > .sub-menu > li:nth-child(n+5) {
    margin-top: 0;
    padding-top: 15px;
}
#header-section .header-menu-section .navbar-nav .megamenu-col-2 > .sub-menu > li:nth-child(n+3) {
    padding-top: 0;
    margin-top: -12px;
}


/* 10.3 3 columns
============================================================================= */
#header-section .header-menu-section .navbar-nav .megamenu-col-3 > .sub-menu > li { width: 33.333334%; }

#header-section .header-menu-section .navbar-nav .megamenu-col-3 > .sub-menu > li:nth-child(4n)::after { display: block; }
#header-section .header-menu-section .navbar-nav .megamenu-col-3 > .sub-menu > li:nth-child(3n)::after { display: none; }
#header-section .header-menu-section .navbar-nav .megamenu-col-3 > .sub-menu > li:nth-child(4n+1) { clear: none; }
#header-section .header-menu-section .navbar-nav .megamenu-col-3 > .sub-menu > li:nth-child(3n+1) { clear: left; }
#header-section .header-menu-section .navbar-nav .megamenu-col-3 > .sub-menu > li:nth-child(n+5) {
    margin-top: 0;
    padding-top: 15px;
}
#header-section .header-menu-section .navbar-nav .megamenu-col-3 > .sub-menu > li:nth-child(n+4) {
    padding-top: 0;
    margin-top: -12px;
}




/* =============================================================================
   11. Header variations
============================================================================= */
/* 11.2 Header v2
============================================================================= */
/* Header top section
----------------------------------------------------------------------------- */
/* Wrapper */
#header-section-top {
    z-index: 5;
    padding: 0;
    width: 100%;
    font-size: 0;
    display: block;
    margin: 0 auto;
    line-height: 0;
    position: relative;
    border-bottom: 1px solid #efefef;

    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* Link */
.header-section-top a { color: #212121; }
.header-section-top a:hover { color: #2791d8; }

/* Ads block */
#header-section-top .ads-block {
    padding: 20px 0;
    margin: 0 0 0 auto;
}

/* Top header content
----------------------------------------------------------------------------- */
/* Wrapper */
#header-section-top .header-section-top-content,
#header-mobile-menu .header-section-top-content-mobile {
    z-index: 5;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

/* Container */
#header-section-top .header-section-top-content-container {
    padding: 0;
    width: auto;
    position: relative;
    display: inline-block;
}

/* Left / Right content */
#header-section-top .header-section-top-content-left-side,
#header-section-top .header-section-top-content-right-side {
    display: inline-block;
    vertical-align: middle;
}
#header-section-top .header-section-top-content-left-side { width: 30%; }
#header-section-top .header-section-top-content-right-side {
    width: 70%;
    text-align: right;
}
#header-section-top .header-section-top-content-right-side .header-section-top-content-container {
    width: 100%;
    display: block;
}

/* Blank content */
#header-section-top .header-section-top-content-blank {
    width: 100%;
    display: block;
    text-align: center;
}

/* Menu / header icons */
#header-section.header-section-v2 .header-icons > li > a,
#header-section.header-section-v2 .navbar-nav > .headerbtn,
#header-section.header-section-v2 .navbar-nav > li:not(.headerbtn) > a {
    padding: 5px 0;
    line-height: 50px;
}
#header-section.header-section-v2 .header-icons { padding-left: 5px; }

/* Mobile menu */
#header-mobile-menu {
    z-index: 6;
    padding: 0;
    width: 100%;
    font-size: 0;
    display: none;
    margin: 0 auto;
    line-height: 0;
    position: relative;

    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}


/* 11.3 Header v3
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#header-section.header-section-v3 {
    top: 0;
    margin: 0;
    height: 100%;
    width: 260px;
    left: -260px;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;

    -webkit-overflow-scrolling: touch;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
       -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.admin-bar #header-section.header-section-v3 #header-menu-section { padding-top: 32px; }
.admin-bar #header-section.header-section-v3 #btn-header-section-v3 { margin-top: 32px; }

/* overlay
----------------------------------------------------------------------------- */
#header-section.header-section-v3 #header-section-v3-overlay {
    top: 0;
    left: 0;
    z-index: 98;
    content: '';
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background-color: transparent;
}

/* open / close menu button
----------------------------------------------------------------------------- */
#header-section.header-section-v3 #btn-header-section-v3 {
    top: 20px;
    left: 9px;
    z-index: 99;
    width: 32px;
    height: 32px;
    display: block;
    color: #ffffff;
    position: fixed;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    background-color: #2791d8;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -ms-touch-action: manipulation;
        touch-action: manipulation;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
#header-section.header-section-v3 #btn-header-section-v3:hover { background-color: #212121; }

/* Container
----------------------------------------------------------------------------- */
#header-section.header-section-v3 .header-section-container {
    min-height: 100%;
    padding: 30px 5px 45px;

    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#header-section.header-section-v3 .header-section-container .container { width: 100%; }

/* Header menu
----------------------------------------------------------------------------- */
/* Container */
#header-section.header-section-v3 .header-menu-section-container {
    background-image: none;
    background-color: transparent;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

/* Logo */
#header-section.header-section-v3 .navbar-header {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 15px;
}

/* Menu */
#header-section.header-section-v3 .navbar-collapse.collapse {
    width: 100%;
    float: none;
    display: block;
}
#header-section.header-section-v3 .navbar-nav,
#header-section.header-section-v3 .navbar-nav .sub-menu,
#header-section.header-section-v3 .navbar-nav > .wpml-ls-menu-item ul,
#header-section.header-section-v3 .header-menu-section .navbar-nav .megamenu > .sub-menu,
#header-section.header-section-v3 .header-menu-section .navbar-nav .megamenu > .sub-menu .sub-menu {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 100%;
    border-top: 0;
    display: block;
    position: relative;
    visibility: visible;
    background-image: none;
    background-color: transparent;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);

    -webkit-transition: all 0s ease-in-out;
            transition: all 0s ease-in-out;
}
#header-section.header-section-v3 .navbar-nav .sub-menu { display: none; }
#header-section.header-section-v3 .navbar-nav > .wpml-ls-menu-item:hover ul {
    width: 100%;

    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
#header-section.header-section-v3 .navbar-nav .sub-menu,
#header-section.header-section-v3 .navbar-nav > .wpml-ls-menu-item ul,
#header-section.header-section-v3 .header-menu-section .navbar-nav .megamenu > .sub-menu,
#header-section.header-section-v3 .header-menu-section .navbar-nav .megamenu > .sub-menu .sub-menu {
    padding-left: 10px;
}
#header-section.header-section-v3 .navbar-nav li,
#header-section.header-section-v3 .navbar-nav .megamenu > .sub-menu > li {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
    padding: 15px 0 0;
    position: relative;
}
#header-section.header-section-v3 .navbar-nav li::after { display: none; }
#header-section.header-section-v3 .navbar-nav li:not(.headerbtn) a {
    padding: 0;
    line-height: 1;
    background-color: transparent;
}
#header-section.header-section-v3 .navbar-nav li a::before { display: none; }
#header-section.header-section-v3 .navbar-nav .menu-item-has-children > a .main-header-section-menu-wd {
    padding-right: 17px;
}
#header-section.header-section-v3 .navbar-nav .menu-item-has-children > a .main-header-section-menu-wd::after {
    display: block;
    content: '\e904';
    line-height: 14px;
}
#header-section.header-section-v3 .navbar-nav .megamenu .sub-menu li a .main-header-section-menu-wd::after {
    display: block;
}
#header-section.header-section-v3 .navbar-nav .menu-item-has-children > .header-section-collapse-menu-opened .main-header-section-menu-wd::after {
    content: '\e902';
}
#header-section.header-section-v3 .navbar-nav li a:hover .main-header-section-menu-wd::after,
#header-section.header-section-v3 .navbar-nav li:hover > a .main-header-section-menu-wd::after,
#header-section.header-section-v3 .navbar-nav > li > a:first-child:hover .main-header-section-menu-wd::after,
#header-section.header-section-v3 .navbar-nav > li:hover > a:first-child .main-header-section-menu-wd::after {
    color: inherit !important;

    -webkit-transition: all 0.0s ease-in-out;
            transition: all 0.0s ease-in-out;
}

/* Fixed header
----------------------------------------------------------------------------- */
.header-section-v3-fixed { padding-left: 0; }
.header-section-v3-fixed #header-section.header-section-v3 { left: -260px; }
.header-section-v3-fixed #header-section.header-section-v3 #btn-header-section-v3 { display: block; }
.header-section-v3-fixed .vc_section {
    margin-left: auto;
    margin-right: auto;
}

/* open / close header
----------------------------------------------------------------------------- */
#header-section.header-section-v3.header-section-v3-open-close { left: 0; }
#header-section.header-section-v3.header-section-v3-open-close #btn-header-section-v3 { left: 271px; }
#header-section.header-section-v3.header-section-v3-open-close #btn-header-section-v3 i::before { content: '\e926'; }
#header-section.header-section-v3.header-section-v3-open-close #header-section-v3-overlay { display: block; }

/* Scroll bar
----------------------------------------------------------------------------- */
/* Wrapper */
body .ps--active-x > .ps__rail-x,
body .ps--active-y > .ps__rail-y {
    z-index: 101;
    background-color: transparent;
}
body .ps__rail-y { width: 8px; }

/* Line */
body .ps__rail-y > .ps__thumb-y {
    right: 0;
    width: 8px;
    border-radius: 0;
}
body .ps__rail-y:hover > .ps__thumb-y,
body .ps__rail-y:focus > .ps__thumb-y,
body .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 8px;
}

/* Header section v3 */
#header-section.header-section-v3:hover .ps__rail-y { opacity: 1; }
#header-section.header-section-v3 .ps__rail-y > .ps__thumb-y { background-color: #dddddd; }
#header-section.header-section-v3 .ps__rail-y:hover > .ps__thumb-y,
#header-section.header-section-v3 .ps__rail-y:focus > .ps__thumb-y,
#header-section.header-section-v3 .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999999;
}

/* Header top bar
----------------------------------------------------------------------------- */
.header-section-v3 #header-top-bar-section {
    padding: 0;
    margin: 30px 0 0;
    border-bottom: 0;
    background-image: none;
    background-color: transparent;
}
.header-section-v3 #header-top-bar-section::before {
    top: 0;
    left: 15px;
    width: 25%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #efefef;
}
.header-section-v3 #header-top-bar-section .header-top-bar-section-content {
    width: 100%;
    display: block;
    padding-top: 25px;
}
#header-section.header-section-v3 #header-top-bar-section .secondary-menu ul li { display: block; }

/* Header icons
----------------------------------------------------------------------------- */
#header-section.header-section-v3 .header-icons {
    padding: 0;
    float: none;
    width: 100%;
    display: block;
    margin: 0 auto;
    border-left: 0;
}
#header-section.header-section-v3 .header-icons > li {
    float: none;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 15px 0 0;
}
#header-section.header-section-v3 .header-icons > li > a {
    padding: 0;
    width: 100%;
    color: #212121;
    display: block;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-align: left;
    line-height: 1.625;
    position: relative;
    letter-spacing: 0.30px;
    text-transform: uppercase;
}
#header-section.header-section-v3 .header-icons > .btn-header-section-cart > a .badge { float: right; }




/* 11.4 Header v4 (Minimal)
============================================================================= */
#header-section.header-section-v4 { text-align: center; }
#header-section.header-section-v4 .navbar-header { float: none; }




/* =============================================================================
   12. Title bar section
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#title-bar-section {
    padding: 0;
    z-index: 3;
    width: 100%;
    font-size: 0;
    display: block;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #efefef;

    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#title-bar-section .row { display: block; }

/* Container
----------------------------------------------------------------------------- */
.title-bar-section-container {
    z-index: 3;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 27px 0;
    overflow: hidden;
    position: relative;
}

/* Title bar content
----------------------------------------------------------------------------- */
/* Wrapper */
#title-bar-section .title-bar-section-content {
    z-index: 5;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

/* Container */
#title-bar-section .title-bar-section-content-container {
    padding: 0;
    width: auto;
    position: relative;
    display: inline-block;
}

/* Left / Right content */
#title-bar-section .title-bar-section-content-left-side,
#title-bar-section .title-bar-section-content-right-side {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
#title-bar-section .title-bar-section-content-left-side { text-align: left; }
#title-bar-section .title-bar-section-content-right-side { text-align: right; }

/* Blank content */
#title-bar-section .title-bar-section-container .title-bar-section-content-blank {
    width: 100%;
    display: block;
    text-align: left;
}

/* Page title
----------------------------------------------------------------------------- */
#title-bar-section .title-bar-page-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}

/* Breadcrumbs
----------------------------------------------------------------------------- */
/* Wrapper */
#title-bar-section .gfort-breadcrumbs {
    width: 100%;
    display: block;
    line-height: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
}

/* span */
#title-bar-section .gfort-breadcrumbs span {
    float: left;
    font-size: 15px;
    line-height: 1.625;
}
#title-bar-section .gfort-breadcrumbs .gfort-sep { padding: 0 5px; }

/* Home icon */
#title-bar-section .gfort-breadcrumbs span .gfort-icon-home {
    line-height: 1.625;
    display: inline-block;
}

/* Link */
#title-bar-section .gfort-breadcrumbs span a { color: #212121; }
#title-bar-section .gfort-breadcrumbs span a span { color: inherit; }
#title-bar-section .gfort-breadcrumbs span a:hover { color: #2791d8; }


/* 12.1 Title bar section v2
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#title-bar-section.title-bar-section-v2 { border-width: 0; }

/* Container
----------------------------------------------------------------------------- */
#title-bar-section.title-bar-section-v2 .title-bar-section-container { padding: 0; }

/* Page title
----------------------------------------------------------------------------- */
/* Wrapper */
#title-bar-section.title-bar-section-v2 .title-bar-section-content-page-title {
    padding: 90px 0;
    border-bottom: 1px solid #efefef;
}
#title-bar-section.title-bar-section-v2 .title-bar-section-content-page-title-correct-position { padding: 109px 0; }

/* Title */
#title-bar-section.title-bar-section-v2 .title-bar-page-title {
    padding: 0;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
}

/* Page subtitle
----------------------------------------------------------------------------- */
#title-bar-section.title-bar-section-v2 .title-bar-page-subtitle {
    padding: 0;
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 1.56;
    margin: 10px auto 0;
}

/* Breadcrumbs
----------------------------------------------------------------------------- */
#title-bar-section.title-bar-section-v2 .title-bar-section-content-breadcrumbs {
    padding: 13px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #efefef;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}




/* =============================================================================
   13. Page variations
============================================================================= */
/* Page Body
----------------------------------------------------------------------------- */
#page-body {
    z-index: 4;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
#page-body::after {
    content: '';
    clear: both;
    display: table;
}

/* Main Content
----------------------------------------------------------------------------- */
/* Wrapper */
#primary.content-area {
    z-index: 2;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

/* Container */
.main-content-container {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

/* Main Sidebar
----------------------------------------------------------------------------- */
/* Wrapper */
#secondary.widget-area {
    z-index: 1;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* Container */
#secondary.widget-area .main-sidebar-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0 15px 20px;
}

/* Link */
.main-sidebar-container .widget-block:not(.widget_currency_sel_widget):not(.widget_icl_lang_sel_widget) a:not(.btn):not(.button):not(.btn-privacy-agree) {
    color: #212121;
}
.main-sidebar-container .widget-block:not(.widget_currency_sel_widget):not(.widget_icl_lang_sel_widget) a:not(.btn):not(.button):not(.btn-privacy-agree):hover {
    color: #2791d8;
}


/* 13.1 Left / Right sidebar
============================================================================= */
#page-body.page-left-sidebar,
#page-body.page-right-sidebar {
    max-width: 100%;
}

#page-body.page-left-sidebar #primary.content-area .gfort-container,
#page-body.page-right-sidebar #primary.content-area .gfort-container {
    width: 100%;
}


/* 13.2 center
============================================================================= */
@media (min-width: 1200px) {
    #page-body.page-center #primary.content-area .gfort-container {
        width: 100%;
        max-width: 990px;
    }
}


/* 13.3 Fullwidth
============================================================================= */
#page-body.page-fullwidth #primary.content-area .gfort-container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}




/* =============================================================================
   14. General sections
============================================================================= */
/* gfort section
============================================================================= */
.gfort-section {
    z-index: 3;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 30px;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#page-body.page-fullwidth #primary.content-area .gfort-section { padding: 0; }
.gfort-identifying-section-heading {
    margin: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    display: none !important;
    line-height: 0 !important;
    z-index: -99999999 !important;
    visibility: hidden !important;
    text-indent: -99999999px !important;
}


/* Container
============================================================================= */
.section-container {
    padding: 0;
    z-index: 9;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.section-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Parallax section
============================================================================= */
.gfort-desktop-device .parallax-section {
    z-index: 3;
    display: block;
    position: relative;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media (max-width: 1199px) {
    .parallax-section {
        background-position: center top !important;
    }
}


/* Maintenance section
============================================================================= */
.maintenance-section { padding: 130px 0 100px; }


/* Under construction section
============================================================================= */
.under-construction-section { padding: 130px 0 100px; }




/* =============================================================================
   15. Section title
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.section-title {
    z-index: 1;
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto 25px;

    word-break: normal;

    -ms-word-wrap: normal;
        word-wrap: normal;
}
.section-title.text-center,
.text-center .section-title {
    margin-bottom: 30px;
}
.section-title .hr-divider-wrapper { margin-bottom: 0; }

/* Main title
----------------------------------------------------------------------------- */
.section-title .section-main-title {
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

/* Large */
.section-title .section-main-title { font-size: 28px; }

/* Medium */
.section-title-md .section-main-title { font-size: 22px; }
.section-title-md .section-subtitle { margin-top: 2px; }

/* Small */
.section-title-sm .section-main-title {
    font-size: 20px;
    font-weight: 500;
}
.section-title-sm .section-subtitle { margin-top: 10px; }

/* Intro */
@media (min-width: 991px) {
    .section-title-intro .section-main-title { font-size: 38px; }
}
@media (min-width: 1200px) {
    .section-title-intro .section-main-title { font-size: 45px; }
}


/* xLarge */
.section-title-xlg .section-main-title {
    line-height: 1;
    font-size: 150px;
}


/* Subtitle
----------------------------------------------------------------------------- */
.section-title .section-subtitle {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.section-title .section-main-title + .section-subtitle { margin-top: 10px; }
.text-center .section-main-title + .section-subtitle { margin-top: 15px; }

/* Button
----------------------------------------------------------------------------- */
.section-title .section-button {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 10px auto 0;
}
.section-title .section-button .btn { margin-top: 15px; }

/* Divider
----------------------------------------------------------------------------- */
.section-title .hr-divider {
    text-align: inherit;
    margin: 15px auto 0;
}
.section-title.text-center .hr-divider,
.text-center .section-title .hr-divider {
    margin-top: 25px;
}




/* =============================================================================
   16. Buttons
============================================================================= */
/* 16.1 Plume Buttons
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
button {
    cursor: pointer;
    outline: none !important;

    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;

    -ms-touch-action: manipulation;
        touch-action: manipulation;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.btn-gfort,
.btn-gfort-alt,
.btn-gfort-grey,
.btn-gfort-white,
.btn-gfort-o,
.btn-gfort-alt-o,
.btn-gfort-grey-o,
.btn-gfort-white-o,
.btn.btn-gfort-success,
.btn.btn-gfort-info,
.btn.btn-gfort-warning,
.btn.btn-gfort-danger,
.btn-gfort-img,
.btn-gfort-video,
.btn-gfort-link-text,
.form-submit input[type="submit"],
.post-password-form input[type="submit"] {
    margin: 0;
    z-index: 1;
    cursor: pointer;
    font-size: 13px;
    border-width: 0;
    overflow: hidden;
    font-weight: 700;
    line-height: 20px;
    padding: 11px 25px;
    position: relative;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.30px;
    background-image: none;
    outline: none !important;
    text-transform: uppercase;

    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;

    -ms-touch-action: manipulation;
        touch-action: manipulation;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.btn-gfort,
.btn-gfort-alt,
.btn-gfort-grey,
.btn-gfort-white,
.btn-gfort-o,
.btn-gfort-alt-o,
.btn-gfort-grey-o,
.btn-gfort-white-o,
.btn.btn-gfort-success,
.btn.btn-gfort-info,
.btn.btn-gfort-warning,
.btn.btn-gfort-danger,
.btn-gfort-img,
.btn-gfort-video,
.btn-gfort-link-text {
    opacity: 1 !important;
}
.btn-gfort-img {
    padding: 0;
    background-color: transparent !important;
}
.btn-gfort-video {
    padding: 0;
    width: 42px;
    height: 42px;
    color: #2791d8;
    line-height: 38px;
    border-width: 2px;
    border-radius: 50%;
    text-align: center;
    border-style: solid;
    border-color: #2791d8;
}
.btn-gfort-video i {
    width: 100%;
    display: block;
    line-height: inherit;
}
.btn-gfort-link-text {
    padding: 0 !important;
    line-height: 1 !important;
    border-radius: 0 !important;
}

.btn-gfort,
.btn-gfort:focus,
.btn-gfort.focus,
.btn-gfort:active,
.btn-gfort.active,
.btn-gfort.disabled,
.btn-gfort[disabled],
.btn-gfort-alt:hover,
.btn-gfort-alt:focus:hover,
.btn-gfort-alt.focus:hover,
.btn-gfort-o,
.btn-gfort-o:focus,
.btn-gfort-o.focus,
.btn-gfort-o:active,
.btn-gfort-o.active,
.btn-gfort-o.disabled,
.btn-gfort-o[disabled],
.btn-gfort-grey-o:hover,
.btn-gfort-grey-o:focus:hover,
.btn-gfort-grey-o.focus:hover,
.btn-gfort-white-o:hover,
.btn-gfort-white-o:focus:hover,
.btn-gfort-white-o.focus:hover,
.form-submit input[type="submit"],
.post-password-form input[type="submit"] {
    color: #ffffff;
    background-color: #2791d8;
}

.btn-gfort:hover,
.btn-gfort:focus:hover,
.btn-gfort.focus:hover,
.btn-gfort-alt,
.btn-gfort-alt:focus,
.btn-gfort-alt.focus,
.btn-gfort-alt:active,
.btn-gfort-alt.active,
.btn-gfort-alt.disabled,
.btn-gfort-alt[disabled],
.btn-gfort-grey:hover,
.btn-gfort-grey:focus:hover,
.btn-gfort-grey.focus:hover,
.btn-gfort-white:hover,
.btn-gfort-white:focus:hover,
.btn-gfort-white.focus:hover,
.btn-gfort-alt-o,
.btn-gfort-alt-o:focus,
.btn-gfort-alt-o.focus,
.btn-gfort-alt-o:active,
.btn-gfort-alt-o.active,
.btn-gfort-alt-o.disabled,
.btn-gfort-alt-o[disabled],
.form-submit input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover {
    color: #ffffff;
    background-color: #202020;
}

.btn-gfort-grey,
.btn-gfort-grey:focus,
.btn-gfort-grey.focus,
.btn-gfort-grey:active,
.btn-gfort-grey.active,
.btn-gfort-grey.disabled,
.btn-gfort-grey[disabled],
.btn-gfort-grey-o,
.btn-gfort-grey-o:focus,
.btn-gfort-grey-o.focus,
.btn-gfort-grey-o:active,
.btn-gfort-grey-o.active,
.btn-gfort-grey-o.disabled,
.btn-gfort-grey-o[disabled] {
    color: #666666;
    background-color: #f5f5f5;
}

.btn-gfort-white,
.btn-gfort-white:focus,
.btn-gfort-white.focus,
.btn-gfort-white:active,
.btn-gfort-white.active,
.btn-gfort-white.disabled,
.btn-gfort-white[disabled],
.btn-gfort-o:hover,
.btn-gfort-o:focus:hover,
.btn-gfort-o.focus:hover,
.btn-gfort-alt-o:hover,
.btn-gfort-alt-o:focus:hover,
.btn-gfort-alt-o.focus:hover,
.btn-gfort-white-o,
.btn-gfort-white-o.disabled,
.btn-gfort-white-o[disabled],
.btn-gfort-white-o:focus,
.btn-gfort-white-o.focus,
.btn-gfort-white-o:active,
.btn-gfort-white-o.active {
    color: #666666;
    background-color: #ffffff;
}

.disabled,
[disabled],
.btn.disabled,
.btn[disabled] {
    opacity: 1;
    cursor: not-allowed;
}

/* Size
----------------------------------------------------------------------------- */
/* Medium Button */
.btn-gfort-md,
.btn.btn-gfort-success.btn-gfort-md,
.btn.btn-gfort-info.btn-gfort-md,
.btn.btn-gfort-warning.btn-gfort-md,
.btn.btn-gfort-danger.btn-gfort-md {
    font-size: 12px;
    padding: 7px 20px;
}

/* Small Button */
.btn-gfort-sm,
.btn.btn-gfort-success.btn-gfort-sm,
.btn.btn-gfort-info.btn-gfort-sm,
.btn.btn-gfort-warning.btn-gfort-sm,
.btn.btn-gfort-danger.btn-gfort-sm {
    font-size: 11px;
    padding: 3px 10px;
}

/* image
----------------------------------------------------------------------------- */
.btn-gfort-img img {
    display: block;
    max-width: 100%;
}




/* =============================================================================
   17. Loop
============================================================================= */
/* Wrapper
============================================================================= */
.main-loop-items-wrapper {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.main-loop-items-wrapper::after {
    content: '';
    clear: both;
    display: table;
}


/* Inner
============================================================================= */
/* Item
----------------------------------------------------------------------------- */
/* Wrapper */
.main-loop-items-inner .main-loop-items-container .entry-item { margin-bottom: 0; }

/* Container */
.main-loop-items-inner .entry-item .entry-item-container {
    border-radius: 0;
    background-color: transparent;
}

/* Thumbnail */
.main-loop-items-inner .entry-item .entry-item-thumbnail {
    border-radius: 2px;
    margin: 0 auto 30px;
}

/* Format content */
.main-loop-items-inner .entry-item .entry-item-format-content {
    width: 100%;
    padding: 25px;
    display: block;
    border-radius: 2px;
    margin: 0 auto 30px;
    background-color: #f5f5f5;
}
.main-loop-items-inner .entry-item .entry-item-format-content .title-single { margin-bottom: 10px; }

/* Body */
.main-loop-items-inner .entry-item .entry-item-body {
    padding: 0;
    border-width: 0;
    border-radius: 0;
}
.main-loop-items-inner .main-loop-items-container .entry-item-body ~ * {
    margin-top: 40px;
    margin-bottom: 0;
}

/* Title */
.main-loop-items-inner .entry-item .entry-item-title { margin-bottom: 0; }

/* Meta data */
.main-loop-items-inner .entry-item .entry-item-meta-data { margin: 8px auto 23px; }
.main-loop-items-inner .entry-item .entry-item-meta-data:last-child { margin-bottom: 0; }
.main-loop-items-inner .entry-item .entry-item-meta-data .item-meta-container > * {
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 2px;
    vertical-align: top;
}
.main-loop-items-inner .entry-item .entry-item-meta-data .item-meta-container .gfort-icon-file-alt { margin-right: -2px; }
.main-loop-items-inner .entry-item .entry-item-meta-data .item-meta-container .item-meta-icon {
    padding-top: 1px;
    line-height: 23px;
}
.main-loop-items-inner .entry-item .entry-item-meta-data .item-meta-container .item-meta-icon.gfort-icon-comment-alt { padding-top: 2px; }
.main-loop-items-inner .entry-item .entry-item-meta-data .item-meta-container .item-meta-icon.gfort-icon-comment-alt,
.main-loop-items-inner .entry-item .entry-item-meta-data .item-meta-container .item-meta-icon.gfort-icon-comment-alt + span {
    vertical-align: top;
}
.main-loop-items-inner .entry-item .entry-item-meta-data .item-meta-container img { display: inline-block; }
.main-loop-items-inner .entry-item .entry-item-meta-data .item-meta-container .entery-item-sep { height: 25px; }
.main-loop-items-inner .entry-item .entry-item-meta-data .item-meta-container .entery-item-sep::before { padding: 0 0 1px; }

/* Content */
.main-loop-items-inner .entry-item .entry-item-content { margin: 0 auto; }
.main-loop-items-inner .entry-item .entry-item-title + .entry-item-content { margin-top: 25px; }
.main-loop-items-inner .entry-item .entry-item-body .entry-item-content > *:last-child > *:last-child { margin-bottom: 0; }

/* Share block */
.main-loop-items-inner .main-loop-items-container .share-block { margin-bottom: -1px; }
.main-loop-items-inner .main-loop-items-container .wpb_wrapper .share-block { margin-bottom: 30px; }
.main-loop-items-inner .main-loop-items-container .share-block + * { margin-top: 0; }


/* Container
============================================================================= */
.main-loop-items-wrapper .main-loop-items-container {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.main-loop-items-wrapper .main-loop-items-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Item
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.main-loop-items-container .entry-item {
    padding: 0;
    z-index: 2;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

/* Container
----------------------------------------------------------------------------- */
.entry-item .entry-item-container {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    border-radius: 2px;
    background-color: #ffffff;
}
.entry-item .entry-item-container::after {
    content: '';
    clear: both;
    display: table;
}

/* Thumbnail
----------------------------------------------------------------------------- */
.entry-item .entry-item-thumbnail {
    padding: 0;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 2px 2px 0 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.entry-item .entry-item-thumbnail .fluid-width-video-wrapper { margin-bottom: 0; }
.entry-item .entry-item-thumbnail .entry-item-permalink {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.entry-item .entry-item-thumbnail img {
    width: 100%;
    height: auto;
    display: inline-block;
}
.entry-item .entry-item-thumbnail iframe { width: 100%; }

/* Body
----------------------------------------------------------------------------- */
.entry-item .entry-item-body {
    z-index: 9;
    width: 100%;
    display: block;
    position: relative;
    border-radius: 2px;
    padding: 25px 25px 5px;
    border: 1px solid #efefef;
}
.entry-item .entry-item-body > * { margin-bottom: 20px; }
.entry-item .entry-item-body.entry-item-thumbnail-enabled {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.entry-item .entry-item-body.entry-item-footer-enabled {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Meta data
----------------------------------------------------------------------------- */
.entry-item .entry-item-meta-data {
    padding: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    font-weight: 600;
    margin-top: -26px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}
.entry-item .entry-item-meta-data.item-meta-formats-disabled { margin-top: -15px; }

.entry-item .entry-item-meta-data .item-meta-wrapper,
.entry-item .entry-item-meta-data .item-meta-container {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: relative;
    vertical-align: bottom;
}

.entry-item .entry-item-meta-data .item-meta-container > * {
    font-size: 13px;
    margin-top: 15px;
    line-height: 13px;
    font-style: normal;
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 0.30px;
}
.entry-item .entry-item-meta-data .item-meta-container a { color: #212121; }
.entry-item .entry-item-meta-data .item-meta-container a:hover { color: #2791d8; }

.entry-item .entry-item-meta-data .item-meta-container > em { margin-right: 5px; }

.entry-item .entry-item-meta-data .item-meta-container i { padding: 0 1px; }

.entry-item .entry-item-meta-data .item-meta-container .item-meta-icon {
    margin-right: 3px;
}
.entry-item .entry-item-meta-data .item-meta-container .item-meta-icon.gfort-icon-comment-alt,
.entry-item .entry-item-meta-data .item-meta-container .item-meta-icon.gfort-icon-comment-alt + span {
    display: inline-block;
    vertical-align: bottom;
}
.entry-item .entry-item-meta-data .item-meta-container .item-meta-icon.gfort-icon-comment-alt + span {
    padding-bottom: 1px;
}

.entry-item .entry-item-meta-data .item-meta-container img {
    display: none;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: bottom;
}
.entry-item .entry-item-meta-data .item-meta-container .updated:not(.published) { display: none; }

.entry-item .entry-item-meta-data .item-meta-container .entery-item-sep {
    padding: 0;
    height: 14px;
    color: #666666;
    font-size: 4px;
    min-width: 18px;
    text-align: center;
}
.entry-item .entry-item-meta-data .item-meta-container .entery-item-sep::before {
    display: block;
    padding-top: 1px;
}
.entry-item .entry-item-meta-data .item-meta-formats-square .entery-item-sep,
.entry-item .entry-item-meta-data .item-meta-wrapper:last-child .entery-item-sep {
    display: none;
}

.entry-item .entry-item-meta-data .item-meta-formats-square a,
.entry-item .entry-item-meta-data .item-meta-formats-square i {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    margin-right: 12px;
    text-align: center;
    border-radius: 0 0 2px 2px;
}
.entry-item .entry-item-meta-data .item-meta-formats-square i {
    color: #ffffff;
    background-color: #2791d8;

    -webkit-transition: margin 0.30s ease-in-out;
            transition: margin 0.30s ease-in-out;
}
.entry-item .entry-item-meta-data .item-meta-formats-square a i {
    display: block;
    margin-right: 0;
    border-radius: 0;
}
.entry-item .entry-item-meta-data .item-meta-formats:not(.item-meta-formats-square) a i:nth-last-child(2) { display: none; }
.entry-item .entry-item-meta-data .item-meta-formats-square a:hover i:nth-last-child(2) { margin-top: -40px; }
.entry-item .entry-item-meta-data .item-meta-formats-square .gfort-icon-image { font-size: 18px; }
.entry-item .entry-item-meta-data .item-meta-formats-square .gfort-icon-images { font-size: 17px; }
.entry-item .entry-item-meta-data .item-meta-formats-square .gfort-icon-quote-left { font-size: 16px; }
.entry-item .entry-item-meta-data .item-meta-formats-square .gfort-icon-link { font-size: 16px; }
.entry-item .entry-item-meta-data .item-meta-formats-square .gfort-icon-video { font-size: 15px; }
.entry-item .entry-item-meta-data .item-meta-formats-square .gfort-icon-music { font-size: 16px; }
.entry-item .entry-item-meta-data .item-meta-formats-square .gfort-icon-file-alt { font-size: 16px; }

/* Title
----------------------------------------------------------------------------- */
.entry-item .entry-item-title {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 12px;
}
.entry-item .entry-item-title:last-child { margin-bottom: 20px; }
.entry-item .entry-item-title .title-loop {
    display: block;
    font-size: inherit;
    position: relative;
    font-weight: inherit;
    line-height: inherit;
}
.entry-item .entry-item-title .title-single {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.entry-item .entry-item-title a {
    color: inherit;
    position: relative;
}
.entry-item .entry-item-title a:hover { color: #2791d8; }

.entry-item .entry-item-title .entry-item-sticky {
    float: left;
    color: #2791d8;
    font-size: 20px;
    padding-top: 1px;
    margin-right: 5px;
    line-height: inherit;
}
.entry-item:not(.sticky) .entry-item-title .entry-item-sticky { display: none; }

/* Content
----------------------------------------------------------------------------- */
.entry-item .entry-item-content {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
}
.entry-item .entry-item-content::after {
    content: '';
    clear: both;
    display: table;
}
.main-loop-items-front .entry-item .entry-item-content p { margin-bottom: 10px; }
.main-loop-items-front .entry-item .entry-item-content p:last-of-type { margin-bottom: 17px; }
.entry-item .entry-item-body .entry-item-content > *:last-child,
.main-loop-items-front .entry-item .entry-item-body .entry-item-content > *:last-child {
    margin-bottom: 0;
}

/* Read More button
----------------------------------------------------------------------------- */
.entry-item .btn-entry-item-read-more {
    padding: 0;
    width: 100%;
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    margin: 17px auto 0;
    text-transform: uppercase;
}
.entry-item .btn-entry-item-read-more a { display: inline-block; }
.entry-item .btn-entry-item-read-more a i {
    height: 14px;
    margin-left: 2px;
    line-height: 14px;
    vertical-align: top;
    display: inline-block;

    -webkit-transition: margin 0.30s ease-in-out;
            transition: margin 0.30s ease-in-out;
}
.entry-item .btn-entry-item-read-more a:hover i { margin-left: 4px; }

/* Footer
----------------------------------------------------------------------------- */
.entry-item .entry-item-footer {
    width: auto;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    line-height: 32px;
    position: relative;
    padding: 15px 25px;
    border: 1px solid #efefef;
    border-top-width: 0;
    border-radius: 0 0 2px 2px;
}

.entry-item .entry-item-footer-container {
    width: 100%;
    display: block;
}
.entry-item .entry-item-footer-container::after {
    content: '';
    clear: both;
    display: table;
}

.entry-item .entry-item-footer-container a {
    z-index: 2;
    color: #212121;
    display: block;
    position: relative;
}
.entry-item .entry-item-footer-container a:hover { color: #2791d8; }

.entry-item .entry-item-footer-container .entry-item-footer-author {
    z-index: 2;
    float: left;
    overflow: hidden;
    position: relative;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.entry-item .entry-item-footer-container .entry-item-footer-author img {
    float: left;
    margin-right: 5px;
    border-radius: 50%;
}

.entry-item .entry-item-footer-container .entry-item-footer-views-share {
    padding: 0;
    width: auto;
    float: right;
    line-height: 0;
    margin: 0 -5px;
    list-style: none;
}
.entry-item .entry-item-footer-container .entry-item-footer-views-share > li {
    margin: 0 5px;
    line-height: 14px;
    padding: 9px 0 8px;
    display: inline-block;
    vertical-align: middle;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

.entry-item .entry-item-footer-container .entry-item-footer-views i,
.entry-item .entry-item-footer-container .entry-item-footer-views span {
    display: inline-block;
    vertical-align: middle;
}

.entry-item .entry-item-footer-container .entry-item-footer-views-share .entry-item-footer-share { padding: 0; }
.entry-item .entry-item-footer-container .entry-item-footer-views-share .entry-item-footer-share > a {
    display: block;
    padding: 9px 0 8px;
}
.entry-item .entry-item-footer-container .entry-item-footer-views-share > li:hover > a { color: #2791d8; }
.entry-item .entry-item-footer-container .share-block {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    height: 100%;
    margin: 0 auto;
    line-height: 0;
    border-width: 0;
    visibility: hidden;
    position: absolute;
    padding: 16px 25px 15px;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.entry-item .entry-item-footer-container .share-block .social-networks-block { margin: auto; }
.entry-item .entry-item-footer-container .share-block.social-networks-sm-enabled .social-networks-block {
    padding-top: 2px;
}
.entry-item .entry-item-footer-container .share-block .social-networks-block li {
    -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
            transform: translateY(150%);

    -webkit-transition: all 0.40s ease-in-out;
            transition: all 0.40s ease-in-out;
}
.entry-item .entry-item-footer-container .entry-item-footer-share .share-block .social-networks-block li:nth-child(1),
.entry-item .entry-item-footer-container .entry-item-footer-share.startLiAnimation .share-block .social-networks-block li:nth-child(1) {
    -webkit-transition-delay: 0.10s;
            transition-delay: 0.10s;
}
.entry-item .entry-item-footer-container .entry-item-footer-share .share-block .social-networks-block li:nth-child(2),
.entry-item .entry-item-footer-container .entry-item-footer-share.startLiAnimation .share-block .social-networks-block li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
}
.entry-item .entry-item-footer-container .entry-item-footer-share .share-block .social-networks-block li:nth-child(3),
.entry-item .entry-item-footer-container .entry-item-footer-share.startLiAnimation .share-block .social-networks-block li:nth-child(3) {
    -webkit-transition-delay: 0.20s;
            transition-delay: 0.20s;
}
.entry-item .entry-item-footer-container .entry-item-footer-share .share-block .social-networks-block li:nth-child(4),
.entry-item .entry-item-footer-container .entry-item-footer-share.startLiAnimation .share-block .social-networks-block li:nth-child(4) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
}
.entry-item .entry-item-footer-container .entry-item-footer-share .share-block .social-networks-block li:nth-child(5),
.entry-item .entry-item-footer-container .entry-item-footer-share.startLiAnimation .share-block .social-networks-block li:nth-child(5) {
    -webkit-transition-delay: 0.30s;
            transition-delay: 0.30s;
}
.entry-item .entry-item-footer-container .entry-item-footer-share .share-block .social-networks-block li:nth-child(6),
.entry-item .entry-item-footer-container .entry-item-footer-share.startLiAnimation .share-block .social-networks-block li:nth-child(6) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
}
.entry-item .entry-item-footer-container .entry-item-footer-share .share-block .social-networks-block li:nth-child(7),
.entry-item .entry-item-footer-container .entry-item-footer-share.startLiAnimation .share-block .social-networks-block li:nth-child(7) {
    -webkit-transition-delay: 0.40s;
            transition-delay: 0.40s;
}
.entry-item .entry-item-footer-container .entry-item-footer-share .share-block .social-networks-block li:nth-child(8),
.entry-item .entry-item-footer-container .entry-item-footer-share.startLiAnimation .share-block .social-networks-block li:nth-child(8) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
}
.entry-item .entry-item-footer-container .entry-item-footer-share .share-block .social-networks-block li:nth-child(9),
.entry-item .entry-item-footer-container .entry-item-footer-share.startLiAnimation .share-block .social-networks-block li:nth-child(9) {
    -webkit-transition-delay: 0.50s;
            transition-delay: 0.50s;
}
.entry-item .entry-item-footer-container .entry-item-footer-share:hover .share-block  {
    opacity: 1;
    visibility: visible;
}
.entry-item .entry-item-footer-container .entry-item-footer-share:hover .share-block .social-networks-block li {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}


/* 17.1 Entry formats
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.entry-item-format-content {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* Source
----------------------------------------------------------------------------- */
.entry-item-format-content .entry-item-format-source {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 1;
    font-size: 16px;
}


/* 17.2 Loop columns
============================================================================= */
/* 1 column
----------------------------------------------------------------------------- */
/* Item */
.main-loop-col-1.main-loop-items-wrapper .entry-item { margin-bottom: 50px; }
.main-loop-col-1.main-loop-items-wrapper .entry-item:last-of-type { margin-bottom: 30px; }

/* Title */
.main-loop-col-1.main-loop-items-wrapper .entry-item .entry-item-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

/* 2 columns
----------------------------------------------------------------------------- */
/* Wrapper */
.main-loop-col-2.main-loop-items-wrapper {
    width: auto;
    margin: 0 -15px;
}

/* Item */
.main-loop-col-2.main-loop-items-wrapper .entry-item {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.main-loop-col-2.main-loop-items-wrapper .entry-item:nth-child(2n+1) { clear: left; }

/* Title */
.main-loop-col-2.main-loop-items-wrapper .entry-item .entry-item-title {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.main-loop-col-2.main-loop-items-wrapper .entry-item .entry-item-title:last-child { margin-bottom: 20px; }
.main-loop-col-2.main-loop-items-wrapper .entry-item .entry-item-title .entry-item-sticky { padding-top: 0; }

/* Content */
.main-loop-col-2.main-loop-items-front .entry-item .entry-item-content p:last-of-type { margin-bottom: 20px; }

/* Pagination */
.main-loop-col-2.main-loop-items-front .gfort-pagination-block {
    padding-left: 15px;
    padding-right: 15px;
}

/* 3 columns
----------------------------------------------------------------------------- */
/* Wrapper */
.main-loop-col-3.main-loop-items-wrapper {
    width: auto;
    margin: 0 -15px;
}

/* Item */
.main-loop-col-3.main-loop-items-wrapper .entry-item {
    float: left;
    padding: 0 15px;
    width: 33.333334%;
    margin-bottom: 30px;
}
.main-loop-col-3.main-loop-items-wrapper .entry-item:nth-child(3n+1) { clear: left; }

/* Title */
.main-loop-col-3.main-loop-items-wrapper .entry-item .entry-item-title {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.main-loop-col-3.main-loop-items-wrapper .entry-item .entry-item-title:last-child { margin-bottom: 20px; }
.main-loop-col-3.main-loop-items-wrapper .entry-item .entry-item-title .entry-item-sticky { padding-top: 0; }

/* Content */
.main-loop-col-3.main-loop-items-front .entry-item .entry-item-content p:last-of-type { margin-bottom: 20px; }

/* Pagination */
.main-loop-col-3.main-loop-items-front .gfort-pagination-block {
    padding-left: 15px;
    padding-right: 15px;
}


/* 17.3 Loop variations
============================================================================= */
/* Small thumbs
----------------------------------------------------------------------------- */
.main-loop-col-1.main-loop-items-wrapper.blog-small-thumbs .entry-item {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}
.main-loop-col-1.main-loop-items-wrapper.blog-small-thumbs .entry-item:last-child { margin-bottom: 30px; }

/* Container */
.blog-small-thumbs .entry-item .entry-item-container {
    padding: 0;
    border-width: 0;
}

/* Title */
.blog-small-thumbs .entry-item .entry-item-title { margin-bottom: 15px; }
.blog-small-thumbs .entry-item .entry-item-title:last-child { margin-bottom: 20px; }
.blog-small-thumbs.main-loop-items-front .entry-item .entry-item-content p:last-of-type { margin-bottom: 20px; }

/* Meta data */
.blog-small-thumbs .entry-item .entry-item-meta-data { margin-top: -15px; }

/* Thumbnail */
.blog-small-thumbs .entry-item .entry-item-thumbnail {
    width: 53%;
    float: left;
    max-width: 416px;
    border-radius: 2px;
    margin: 0 25px 20px 0;
}
.blog-small-thumbs .entry-with-empty-content .entry-item-thumbnail {
    width: 100%;
    float: none;
    max-width: 100%;
}

/* Body */
.blog-small-thumbs .entry-item .entry-item-body {
    padding: 0;
    width: auto;
    border-width: 0;
    overflow: hidden;
}

/* Timeline
----------------------------------------------------------------------------- */
/* Container */
.blog-timeline .main-loop-items-container { overflow: hidden; }

/* Main line */
.blog-timeline .main-loop-items-container::before {
    left: 50%;
    top: -30px;
    width: 1px;
    z-index: 1;
    content: '';
    height: 100%;
    margin-left: -1px;
    position: absolute;
    background-color: #efefef;
}

/* Date */
.blog-timeline .timeline-date {
    width: 100%;
    display: block;
    line-height: 0;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto 40px;
}
.blog-timeline .timeline-date h4 {
    z-index: 2;
    font-size: 14px;
    font-weight: 700;
    min-width: 150px;
    line-height: 20px;
    position: relative;
    text-align: center;
    padding: 11px 25px;
    border-radius: 2px;
    display: inline-block;
    letter-spacing: 0.30px;
    text-transform: uppercase;
    border: 1px solid #efefef;
    background-color: #ffffff;
}

/* Month items */
.blog-timeline .timeline-month-items {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
}
.blog-timeline.main-loop-col-2 .timeline-month-items:last-child { margin-bottom: -10px; }

/* Item */
.blog-timeline.main-loop-col-2 .entry-item {
    float: right;
    clear: right;
    padding-left: 40px;
    padding-right: 15px;
    margin-bottom: 40px;
}
.blog-timeline.main-loop-col-2 .entry-item:nth-child(2n+1) {
    float: left;
    clear: left;
    padding-left: 15px;
    padding-right: 40px;
}

/* Dot */
.blog-timeline.main-loop-col-2 .entry-item .entry-item-body::before {
    top: 50%;
    left: -47px;
    color: #efefef;
    font-size: 12px;
    min-width: 12px;
    content: '\e909';
    margin-top: -7px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    font-family: 'GRAPHICFORT-FONT';

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.blog-timeline.main-loop-col-2 .entry-item:nth-child(2n+1) .entry-item-body::before {
    left: auto;
    right: -47px;
}

/* Arrow */
.blog-timeline.main-loop-col-2 .entry-item .entry-item-body::after {
    top: 50%;
    left: -29px;
    color: #efefef;
    font-size: 24px;
    min-width: 22px;
    content: '\e919';
    margin-top: -7px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    font-family: 'GRAPHICFORT-FONT';

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.blog-timeline.main-loop-col-2 .entry-item:nth-child(2n+1) .entry-item-body::after {
    left: auto;
    right: -29px;
    content: '\e91a';
}

/* Hover */
.blog-timeline .entry-item:hover { z-index: 15; }
.blog-timeline .entry-item .entry-item-container:hover .entry-item-body::after {
    left: -36px;
    color: #2791d8;
}
.blog-timeline .entry-item:nth-child(2n+1) .entry-item-container:hover .entry-item-body::after {
    left: auto;
    right: -36px;
}
.blog-timeline .entry-item .entry-item-container:hover .entry-item-body::before {
    color: #2791d8;
}

/* Timeline Minimal
----------------------------------------------------------------------------- */
/* Container */
.blog-timeline.main-loop-col-1 .main-loop-items-container {
    overflow: visible;
    background-color: transparent;
}

/* Main line */
.blog-timeline.main-loop-col-1 .main-loop-items-container::before {
    top: 22px;
    left: 4px;
    margin-left: 0;

    height: -webkit-calc(100% - 52px);
    height:    -moz-calc(100% - 52px);
    height:         calc(100% - 52px);
}

/* Date */
.blog-timeline.main-loop-col-1 .timeline-date {
    margin-top: 5px;
    text-align: left;
    padding-left: 24px;
    margin-bottom: 40px;
}
.blog-timeline.main-loop-col-1 .timeline-date:first-child { margin-top: 0; }
.blog-timeline.main-loop-col-1 .timeline-date h4 {
    font-weight: 600;
    background-color: #f5f5f5;
}
.blog-timeline.main-loop-col-1 .timeline-date::before {
    top: 50%;
    left: 4px;
    z-index: 1;
    width: 24px;
    content: '';
    height: 1px;
    position: absolute;
    background-color: #efefef;
}

/* Month items */
.blog-timeline.main-loop-col-1 .timeline-month-items {
    margin: 0 auto;
    overflow: visible;
}

/* Item */
.blog-timeline.main-loop-col-1 .entry-item {
    padding-left: 4px;
    margin-bottom: 30px;
}
.blog-timeline.main-loop-col-1 .entry-item:last-child { margin-bottom: 0; }

.blog-timeline.main-loop-col-1 .entry-item .entry-item-container {
    padding-left: 24px;
    padding-bottom: 30px;
    background-color: transparent;
    border-bottom: 1px solid #efefef;
}
.blog-timeline.main-loop-col-1 .entry-item:last-child .entry-item-container { border-bottom-width: 0; }

.blog-timeline.main-loop-col-1 .entry-item .entry-item-body {
    padding: 0;
    border-width: 0;
    border-radius: 0;
}

.blog-timeline.main-loop-col-1 .entry-item .entry-item-meta-data { margin: 0 auto; }
.blog-timeline.main-loop-col-1 .entry-item .entry-item-meta-data .item-meta-container > * {
    margin-top: 0;
    margin-bottom: 15px;
}

/* Title */
.blog-timeline.main-loop-col-1 .entry-item .entry-item-title {
    padding: 0;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.blog-timeline.main-loop-col-1 .entry-item .entry-item-title .title-loop { margin-bottom: 10px; }
.blog-timeline.main-loop-col-1 .entry-item .entry-item-title .title-loop:last-child { margin-bottom: 0; }

/* Content */
.blog-timeline.main-loop-col-1 .entry-item .entry-item-content { display: none; }

/* Minimal
----------------------------------------------------------------------------- */
/* Wrapper */
.blog-minimal .entry-item { text-align: center; }

/* Container */
.blog-minimal .entry-item-container {
    padding: 25px 25px 5px;
    border: 1px solid #efefef;
}

/* Body */
.blog-minimal .entry-item-body {
    padding: 0;
    border-width: 0;
    border-radius: 0;
}

.blog-minimal .entry-item-meta-data .item-meta-formats {
    width: 100%;
    display: block;
}
.blog-minimal .entry-item-meta-data .item-meta-formats a,
.blog-minimal .entry-item-meta-data .item-meta-formats i {
    margin-right: auto;
}

.blog-minimal .entry-item-title { margin-bottom: 5px; }
.blog-minimal .entry-item-title .entry-item-sticky {
    float: none;
    padding-top: 0;
    margin-top: -1px;
    display: inline-block;
    vertical-align: middle;
}

.blog-minimal .entry-item-content { display: none; }

/* Footer */
.blog-minimal .entry-item-footer {
    padding: 0;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    margin: 20px auto;
}
.blog-minimal .entry-item-footer:first-child { margin-top: 0; }
.blog-minimal .entry-item-footer .entry-item-footer-author { line-height: 0; }
.blog-minimal .entry-item-footer .entry-item-footer-author a {
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}


/* 17.5 NO content
============================================================================= */
/* Timeline main line
----------------------------------------------------------------------------- */
.main-loop-no-results .main-loop-items-container::before { display: none; }

/* Item
----------------------------------------------------------------------------- */
/* Wrapper */
.main-loop-no-results .entry-item.no-results {
    width: 100%;
    float: none;
    display: block;
    overflow: hidden;
    text-align: left;
}
.main-loop-no-results .entry-item.no-results,
.main-loop-no-results .entry-item.no-results:last-of-type {
    margin: 0 auto 30px;
}
.main-loop-no-results.main-loop-col-1 .entry-item.no-results { padding: 0; }
.main-loop-no-results.main-loop-col-2 .entry-item.no-results { padding: 0 15px; }

/* Container / Body */
.main-loop-no-results .entry-item.no-results .entry-item-body,
.main-loop-no-results .entry-item.no-results .entry-item-container {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    border-width: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: transparent;
}

/* Title */
.main-loop-no-results .entry-item.no-results .entry-item-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px;
}

/* Content */
.main-loop-no-results .entry-item.no-results .entry-item-content {
    display: block;
    margin-bottom: 0;
}
.main-loop-no-results .entry-item.no-results .entry-item-content p { margin-bottom: 0; }

/* Form */
.main-loop-no-results .entry-item.no-results .form-block { margin: 30px auto 0; }


/* 17.6 Search
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.main-loop-search .entry-item-new-search .entry-item-container {
    border-radius: 0;
    background-color: transparent;
}

/* Body
----------------------------------------------------------------------------- */
.main-loop-search .entry-item-new-search .entry-item-body {
    padding: 0;
    border-width: 0;
    border-radius: 0;
}

/* Content
----------------------------------------------------------------------------- */
.main-loop-search .entry-item-new-search .entry-item-content {
    display: block;
    margin-bottom: 0;
}
.main-loop-search .entry-item-new-search .entry-item-container .entry-item-content p,
.main-loop-search .entry-item-new-search .entry-item-container .entry-item-content p:last-of-type {
    margin-bottom: 0;
}

/* Form
----------------------------------------------------------------------------- */
.main-loop-search .entry-item-new-search .form-block { margin: 30px auto 0; }


/* 17.7 Attachment
============================================================================= */
/* Thumbnail
----------------------------------------------------------------------------- */
.main-loop-items-attachment .entry-item .entry-item-thumbnail { line-height: inherit; }
.main-loop-items-attachment .entry-item .entry-item-thumbnail img { width: auto; }
.main-loop-items-attachment .entry-item .entry-item-thumbnail-attachment {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 2px;
    padding: 12.209% 15px;
    background-color: #f5f5f5;
}

/* Content
----------------------------------------------------------------------------- */
.main-loop-items-attachment .entry-item .entry-item-content { margin: 0 auto 30px; }

/* Details
----------------------------------------------------------------------------- */
.main-loop-items-attachment .entry-item .entry-item-attachment-details {
    margin: 0;
    padding: 25px;
    list-style: none;
    border: 2px solid #efefef;
}
.main-loop-items-attachment .entry-item .entry-item-attachment-details li {
    width: 100%;
    display: block;
    padding: 10px 0 0;
    margin: 10px auto 0;
    border-top: 1px solid #efefef;
}
.main-loop-items-attachment .entry-item .entry-item-attachment-details li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top-width: 0;
}
.main-loop-items-attachment .entry-item .entry-item-attachment-details li .btn { margin-top: 15px; }




/* =============================================================================
   18. Widgets
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.widget-block {
    padding: 0;
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
}

/* Container
----------------------------------------------------------------------------- */
.widget-block-container {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto 40px;
}

/* Title
----------------------------------------------------------------------------- */
/* Wrapper */
.widget-block-container .widget-block-title {
    width: auto;
    display: block;
    line-height: 0;
    padding: 0 0 8px;
    overflow: hidden;
    position: relative;
    margin: -22px -21px 7px;
    background-color: #ffffff;
}
.widget-block-container .widget-block-title::after {
    top: 0;
    right: 0;
    width: 1px;
    content: '';
    height: 100%;
    margin-top: 8px;
    position: absolute;
    background-color: #efefef;
}

/* Head */
.widget-block-container .widget-block-title h6 {
    margin: 0;
    position: relative;
    padding: 0 30px 0 0;
    display: inline-block;
}
.widget-block-container .widget-block-title h6::after {
    top: 8px;
    left: 100%;
    height: 1px;
    content: '';
    width: 1000%;
    margin-left: -20px;
    position: absolute;
    background-color: #efefef;
}

/* Label */
.widget-block .screen-reader-text { display: none !important; }

/* Body
----------------------------------------------------------------------------- */
.widget-block-container .widget-block-body {
    width: 100%;
    z-index: 11;
    padding: 20px;
    display: block;
    margin: 0 auto;
    position: relative;
    border-radius: 2px;
    border: 1px solid #efefef;
}


/* 18.1 WP Archive, WP Categories, WP Custom menu, WP Meta, WP Recent post, WP Pages widget and WP Recent comments widget block
============================================================================= */
/* List
----------------------------------------------------------------------------- */
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_pages ul,
.widget_recent_comments ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    list-style: none;
}
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul {
    padding-left: 20px;
}

/* Items
----------------------------------------------------------------------------- */
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_recent_comments ul li {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto 10px;
}
.widget_recent_comments ul li { line-height: 22px; }
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child {
    margin-bottom: 0;
}
.widget_categories ul ul li:first-child,
.widget_nav_menu ul ul li:first-child,
.widget_pages ul ul li:first-child {
    margin-top: 10px;
}

/* Link
----------------------------------------------------------------------------- */
.widget_archive ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_pages ul li a {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    line-height: 22px;
    position: relative;
}

/* Dot
----------------------------------------------------------------------------- */
.widget_archive ul li a::before,
.widget_categories ul li a::before,
.widget_nav_menu ul li a::before,
.widget_meta ul li a::before,
.widget_recent_entries ul li a::before,
.widget_pages ul li a::before,
.widget_recent_comments ul li::before {
    width: 4px;
    height: 4px;
    content: '';
    float: left;
    border-width: 2px;
    border-radius: 50%;
    border-style: solid;
    margin: 9px 8px 0 0;
    border-color: inherit;
}
.widget_recent_comments ul li::before {
    width: auto;
    height: auto;
    content: '-';
    margin-top: 0;
    border-width: 0;
    margin-right: 5px;
}

/* span
----------------------------------------------------------------------------- */
.widget_archive ul li a span,
.widget_categories ul li a span {
    float: right;
    border-radius: 2px;
}

.widget_recent_entries ul li .post-date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.widget_recent_entries ul li:last-child .post-date {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget_recent_entries ul li .post-date::before {
    content: '-';
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}


/* 18.2 WP Audio widget block
============================================================================= */
/* Title
----------------------------------------------------------------------------- */
.widget_media_audio .widget-block-title { margin: -2px auto 7px; }
.widget_media_audio .widget-block-title::after { display: none; }

/* Body
----------------------------------------------------------------------------- */
.widget_media_audio .widget-block-body {
    padding: 0;
    border-width: 0;
    border-radius: 0;
}

/* Volume slider
----------------------------------------------------------------------------- */
.widget_media_audio .mejs-container .mejs-horizontal-volume-slider { display: none !important; }


/* 18.3 WP Calendar widget block
============================================================================= */
/* Title
----------------------------------------------------------------------------- */
.widget_calendar .widget-block-title { display: none; }

/* Body
----------------------------------------------------------------------------- */
.widget_calendar .widget-block-body {
    padding: 0;
    border-width: 0;
    border-radius: 0;
}

/* Caption
----------------------------------------------------------------------------- */
.widget_calendar table caption {
    line-height: 1;
    padding-bottom: 15px;
}

/* Table
----------------------------------------------------------------------------- */
.widget_calendar table { margin-bottom: 0; }

/* td, th
----------------------------------------------------------------------------- */
.widget_calendar table th,
.widget_calendar table td {
    padding: 3px;
    text-align: center;
    position: relative;
    border-color: transparent;
}
.widget_calendar table td { background-color: #f5f5f5; }
.widget_calendar table td.pad,
.widget_calendar table td[colspan] {
    background-color: transparent !important;
}

.widget_calendar table thead { border-width: 0; }

.widget_calendar table tbody td a { display: block; }

.widget_calendar table tfoot { border-top-width: 0; }
.widget_calendar table tfoot a {
    margin-top: 10px;
    display: inline-block;
}
.widget_calendar table tfoot td {
    padding: 0;
    border-width: 0;
}
.widget_calendar table tfoot td#prev { text-align: left; }
.widget_calendar table tfoot td#next { text-align: right; }


/* 18.4 WP Gallery widget block
============================================================================= */
.widget_media_gallery .wp-caption-text { display: none !important; }
.widget_media_gallery .gallery[id*='gallery-'] { margin-bottom: 0; }


/* 18.5 WP Image widget block
============================================================================= */
.widget_media_image .wp-caption-text { display: none !important; }
.widget_media_image .wp-caption { margin-bottom: 0; }


/* 18.6 WP RSS widget block
============================================================================= */
/* List
----------------------------------------------------------------------------- */
.widget_rss ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Items
----------------------------------------------------------------------------- */
.widget_rss ul li {
    width: 100%;
    display: block;
    padding: 0 0 20px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #efefef;
}
.widget_rss ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Icon
----------------------------------------------------------------------------- */
.widget_rss .rsswidget img {
    margin-top: 3px;
    vertical-align: top;
}

/* Date / Summary / Author
----------------------------------------------------------------------------- */
.widget_rss ul li .rss-date,
.widget_rss ul li .rssSummary,
.widget_rss ul li cite {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 5px 0 0;
    position: relative;
}
.widget_rss ul li .rss-date {
    font-size: 14px;
    font-weight: 500;
}
.widget_rss ul li cite::before {
    content: '-';
    margin-right: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


/* 18.7 WP Search widget block
============================================================================= */
/* Title
----------------------------------------------------------------------------- */
.widget_search .widget-block-title { display: none; }

/* Contaienr
----------------------------------------------------------------------------- */
.widget_search .form-block { margin: 0 auto; }

/* Body
----------------------------------------------------------------------------- */
.widget_search .widget-block-body {
    padding: 0;
    border-width: 0;
}

/* Form control
----------------------------------------------------------------------------- */
.widget_search .search-form-block .form-control {
    width: 100%;
    float: none;
    margin: 0 auto;
    border-width: 0;
    border-radius: 100px;
    background-color: #f5f5f5;
    padding: 11px 38px 11px 15px;
}

/* Button
----------------------------------------------------------------------------- */
.widget_search .btn-gfort {
    top: 0;
    right: 0;
    padding: 0;
    width: 38px;
    height: 42px;
    color: #666666;
    margin: 0 auto;
    position: absolute;
    border-radius: 0 100px 100px 0;
    background-color: transparent !important;
}
.widget_search .btn-gfort i { display: block; }
.widget_search .btn-gfort span { display: none; }


/* 18.8 WP Tag cloud widget block
============================================================================= */
.widget_tag_cloud .tagcloud {
    width: auto;
    margin: -5px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;

}
.widget_tag_cloud a {
    margin: 5px;
    display: inline-block;
    font-size: 11px !important;
}


/* 18.9 WP Video widget block
============================================================================= */
/* Title
----------------------------------------------------------------------------- */
.widget_media_video .widget-block-title { margin: -2px auto 7px; }
.widget_media_video .widget-block-title::after { display: none; }

/* Body
----------------------------------------------------------------------------- */
.widget_media_video .widget-block-body {
    padding: 0;
    border-width: 0;
    border-radius: 0;
}


/* 18.10 Advertisement
============================================================================= */
/* Body
----------------------------------------------------------------------------- */
.plume-core-advertisement-widget .widget-block-container .widget-block-body {
    padding: 0;
    border-width: 0;
}

/* Title
----------------------------------------------------------------------------- */
.plume-core-advertisement-widget .widget-block-container .widget-block-title {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 8px;
    text-align: center;
    text-transform: none;
    background-color: transparent;
}
.plume-core-advertisement-widget .widget-block-container .widget-block-title::after { display: none; }

.plume-core-advertisement-widget .widget-block-container .widget-block-title h6 {
    padding: 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.plume-core-advertisement-widget .widget-block-container .widget-block-title h6::after { display: none; }


/* 18.11 Instagram
============================================================================= */
.plume-core-instagram-widget .instagram-feed-block { margin-bottom: 0; }
.plume-core-instagram-widget .widget-block-body > .alert.alert-gfort-danger { margin-bottom: 0; }


/* 18.12 Mailchimp
============================================================================= */
.plume-core-mailchimp-widget .mailchimp-form-block { margin-bottom: 0; }
.plume-core-mailchimp-widget .form-group { margin-bottom: 20px; }
.plume-core-mailchimp-widget .form-block-container { margin-bottom: -20px; }
.plume-core-mailchimp-widget .mailchimp-form-block .alert { margin-bottom: 20px; }
.plume-core-mailchimp-widget .widget-block-body > .alert.alert-gfort-danger { margin-bottom: 0; }


/* 18.13 Twitter
============================================================================= */
.plume-core-twitter-widget .widget-block-body > .alert.alert-gfort-danger { margin-bottom: 0; }
.plume-core-twitter-widget .gfort-owl-slider-wrapper { margin-bottom: 0; }
.plume-core-twitter-widget .twitter-feed-block-default { margin-bottom: 0; }


/* 18.14 Social media
============================================================================= */
.widget .social-networks-block { margin-bottom: 0; }




/* =============================================================================
   19. Tags Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.tags-block {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

/* Container
----------------------------------------------------------------------------- */
.tags-block-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* Word
----------------------------------------------------------------------------- */
.tags-block-container .tags-block-wd {
    width: 100%;
    display: block;
    line-height: 1;
    font-weight: 500;
    margin: 0 auto 15px;
}

/* List
----------------------------------------------------------------------------- */
.tags-block-container ul {
    padding: 0;
    width: auto;
    margin: -5px;
    font-size: 0;
    line-height: 0;
    display: block;
    list-style: none;
    overflow: hidden;
}

/* items
----------------------------------------------------------------------------- */
.tags-block-container ul li {
    margin: 5px;
    display: inline-block;
}




/* =============================================================================
   20. Author Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.author-block {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 40px 0 0;
    position: relative;
    margin: 0 auto 30px;
    border-top: 1px solid #efefef;
}

/* Container
----------------------------------------------------------------------------- */
.author-block .author-block-container {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* Avatar
----------------------------------------------------------------------------- */
/* Wrapper */
.author-block .author-block-avatar {
    float: left;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin: 0 15px 0 0;
}

/* Link */
.author-block .author-block-avatar a {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

/* Author body
----------------------------------------------------------------------------- */
/* Wrapper */
.author-block .author-block-body {
    display: block;
    overflow: hidden;
    margin:-3px auto 0;
}

/* Title */
.author-block .author-block-body .author-block-title {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.author-block .author-block-body .author-block-title .author-block-title-name { font-weight: 500; }

/* Description */
.author-block .author-block-body .author-block-desc {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 10px auto 0;
}

/* Social icons */
.author-block .author-block-body .author-block-social-icons {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 15px auto 0;
}
.author-block .author-block-body .author-block-social-icons .social-networks-block { margin-bottom: 0; }




/* =============================================================================
   21. Related posts
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.related-posts-block {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 40px 0 0;
    position: relative;
    margin: 0 auto 30px;
    border-top: 1px solid #efefef;
}

/* Container
----------------------------------------------------------------------------- */
.related-posts-block .related-posts-block-container {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* Main loop wrapper
----------------------------------------------------------------------------- */
.main-loop-items-related .main-loop-items-container {
    overflow: hidden;
    margin-bottom: -30px;
}

/* Thumbnail
----------------------------------------------------------------------------- */
.main-loop-items-related .entry-item .entry-item-thumbnail { margin: 0 auto; }

/* Title
----------------------------------------------------------------------------- */
.main-loop-items-related.main-loop-items-wrapper .entry-item .entry-item-title {
    margin-bottom: 0;
    margin-top: 20px;
}

/* Meta data
----------------------------------------------------------------------------- */
.main-loop-items-related .entry-item .entry-item-meta-data { margin: 8px auto -2px; }
.main-loop-items-related .entry-item .entry-item-meta-data .item-meta-date { float: left; }
.main-loop-items-related .entry-item .entry-item-meta-data .item-meta-comments { float: right; }




/* =============================================================================
   22. Comments Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.comments-area {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 40px auto 0;
    border-top: 1px solid #efefef;
}
#comments > *:last-child { margin-bottom: 0; }

/* Comments are closed
----------------------------------------------------------------------------- */
#comments .no-comments {
    color: #0c5460;
    padding: 12px 15px;
    border-radius: 2px;
    margin: 45px auto 0;
    border: 1px solid #bee5eb;
    background-color: #d1ecf1;
}

/* comment List
----------------------------------------------------------------------------- */
/* Title */
#comments .section-title-comments { margin-top: 40px; }

/* List */
#comments .comment-list {
    width: 100%;
    display: block;
    margin: 0 auto;
    list-style: none;
    padding: 0 0 35px;
    border-bottom: 1px solid #efefef;
}
#comments .comment-list .children { padding: 0 0 0 63px; }

/* Item */
#comments .comment-list .comment {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#comments .comment-list .comment {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #efefef;
}
#comments .comment-list > .comment:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

/* Body */
#comments .comment-list .comment .comment-body {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#comments .comment-list.comment-list-show-avatars-enabled .comment .comment-body { padding-left: 63px; }

#comments .comment-list .comment-body .comment-meta {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 13px;
}
#comments .comment-list .comment-body .comment-meta::after {
    content: '';
    clear: both;
    display: table;
}
#comments .comment-list .comment-body .comment-meta .comment-author {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 0 5px;
}
#comments .comment-list.comment-list-show-avatars-enabled .comment-body .comment-meta .comment-author { padding-top: 3px; }
#comments .comment-list .comment-body .comment-meta .comment-author img {
    top: 0;
    left: 0;
    border-radius: 50%;
    position: absolute;
}
#comments .comment-list .comment-body .comment-meta .comment-author .fn {
    width: auto;
    color: #212121;
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
}
#comments .comment-list .comment-body .comment-meta .comment-author .fn a { color: inherit; }
#comments .comment-list .comment-body .comment-meta .comment-author .fn a:hover { color: #2791d8; }
#comments .comment-list .comment-body .comment-meta .comment-author .says { display: none; }
#comments .comment-list .comment-body .comment-meta .comment-metadata {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
}
#comments .comment-list .comment-body .comment-meta .comment-metadata > a { color: #666666; }
#comments .comment-list .comment-body .comment-meta .comment-metadata > a:hover { color: #2791d8; }
#comments .comment-list .comment-body .comment-meta .comment-awaiting-moderation {
    color: #0c5460;
    padding: 12px 15px;
    border-radius: 2px;
    margin: 20px auto 3px;
    border: 1px solid #bee5eb;
    background-color: #d1ecf1;
}

#comments .comment-list .comment-body .comment-content {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.comments-area .comment-list .comment-body .comment-content p { margin-bottom: 5px; }

#comments .comment-list .comment-body .reply {
    padding: 0;
    width: 100%;
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    margin: 10px auto 0;
}
#comments .comment-list > .comment:last-child .comment-body .reply { margin-bottom: 10px; }

/* Author comment */
#comments .comment-list .bypostauthor > .comment-body .comment-meta .comment-author .fn::before {
    color: #2791d8;
    font-size: 16px;
    content: '\e924';
    margin-right: 5px;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'GRAPHICFORT-FONT';
}

/* Comments Pagination
----------------------------------------------------------------------------- */
/* Wrapper */
#comments .comments-pagination {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 45px;
    border-bottom: 1px solid #efefef;
}

/* Title */
#comments .comments-pagination .screen-reader-text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

/* Container */
#comments .comments-pagination .nav-links {
    width: 100%;
    font-size: 0;
    display: block;
    line-height: 0;
}

/* List */
#comments .comments-pagination ul {
    padding: 0;
    width: auto;
    margin: -5px;
    list-style: none;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

/* Items */
#comments .comments-pagination ul li {
    padding: 0;
    float: left;
    margin: 5px;
}

/* Links */
#comments .comments-pagination .page-numbers .page-numbers {
    margin: 0;
    width: 100%;
    color: #666666;
    display: block;
    font-size: 14px;
    min-width: 32px;
    min-height: 32px;
    font-weight: 700;
    line-height: 20px;
    padding: 6px 10px;
    border-radius: 2px;
    text-align: center;
    background-color: #f5f5f5;
}
#comments .comments-pagination .page-numbers .prev,
#comments .comments-pagination .page-numbers .next {
    padding: 6px;
}

/* icon */
#comments .comments-pagination .page-numbers .page-numbers i {
    width: 20px;
    display: block;
    font-size: 18px;
    line-height: 20px;
}
#comments .comments-pagination .page-numbers .prev i { padding-right: 2px; }
#comments .comments-pagination .page-numbers .next i { padding-left: 2px; }

/* Dots */
#comments .comments-pagination .page-numbers .dots {
    padding: 6px 0;
    min-width: 1px;
    font-size: 22px;
    font-weight: 600;
    line-height: 10px;
    background-color: transparent !important;
}

/* current */
#comments .comments-pagination .page-numbers .page-numbers.current {
    color: #ffffff;
    background-color: #2791d8;
}

/* Hover */
#comments .comments-pagination .page-numbers .page-numbers:not(.current):not(.dots):hover {
    color: #ffffff;
    background-color: #212121;
}

/* Respond (Form)
----------------------------------------------------------------------------- */
/* Wrapper */
.comments-area .comment-respond {
    width: 100%;
    font-size: 0;
    display: block;
    line-height: 0;
    margin: 0 auto;
    padding: 40px 0 0;
}
#comments .comment #respond { margin: 30px auto 5px; }

/* Title */
#comments #respond .comment-reply-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 10px;
}
#comments #respond .comment-reply-title small { float: right; }

/* Form elements */
#comments #respond p {
    font-size: initial;
    margin-bottom: 30px;
    line-height: initial;
}
#comments #respond .logged-in-as,
#comments #respond .comment-notes {
    margin-bottom: 20px;
}
#comments #respond p:last-of-type { margin-bottom: 0; }
#comments #respond .comment-form-url,
#comments #respond .comment-form-email,
#comments #respond .comment-form-author {
    width: 33.333334%;
    display: inline-block;
    vertical-align: bottom;
}
#comments #respond .comment-form-author { padding-right: 20px; }
#comments #respond .comment-form-email { padding: 0 10px; }
#comments #respond .comment-form-url { padding-left: 20px; }
#comments #respond .privacy-block-notice,
#comments #respond .comment-form-g-recaptcha {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 30px;
}

/* alert */
#comments #respond .must-log-in {
    color: #856404;
    padding: 12px 15px;
    border-radius: 2px;
    margin: 20px auto 0;
    border: 1px solid #ffeeba;
    background-color: #fff3cd;
}
#comments #respond .must-log-in a {
    color: inherit;
    font-weight: 500;
}
#comments #respond .must-log-in a:hover { text-decoration: underline; }




/* =============================================================================
   23. info Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.info-block {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 15;
    font-size: 0;
    line-height: 0;
    display: block;
    position: relative;
}

/* Container
----------------------------------------------------------------------------- */
.info-block-container { display: inline-block; }
.info-block-container,
.info-block-container *:not(.fa):not(.glyphicon):not(.gfort--icon) {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}

/* icon
----------------------------------------------------------------------------- */
.info-block-container .fa,
.info-block-container .glyphicon,
.info-block-container .gfort--icon {
    margin: 0;
    padding: 0;
    color: #2791d8;
    line-height: 1;
    display: inline-block;
}




/* =============================================================================
   24. Secondary Menu Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.secondary-menu-block {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 15;
    font-size: 0;
    line-height: 0;
    display: block;
    position: relative;
}

/* List
----------------------------------------------------------------------------- */
.secondary-menu-block .secondary-menu-block-ul {
    padding: 0;
    width: auto;
    margin: -5px;
    list-style: none;
    display: inline-block;
}

/* Items
----------------------------------------------------------------------------- */
.secondary-menu-block .secondary-menu-block-ul li {
    padding: 0;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}

/* Link
----------------------------------------------------------------------------- */
.secondary-menu-block .secondary-menu-block-ul li a {
    color: #212121;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.30px;
}
.secondary-menu-block .secondary-menu-block-ul li a span {
    width: 100%;
    display: block;
}

/* Hover / current
----------------------------------------------------------------------------- */
.secondary-menu-block .secondary-menu-block-ul li a:hover,
.secondary-menu-block .secondary-menu-block-ul .current-menu-item a,
.secondary-menu-block .secondary-menu-block-ul .current_page_item a,
.secondary-menu-block .secondary-menu-block-ul .current-menu-parent a,
.secondary-menu-block .secondary-menu-block-ul .current-menu-ancestor a {
    color: #2791d8;
}

/* Light color
----------------------------------------------------------------------------- */
.light-color .secondary-menu-block .secondary-menu-block-ul li a,
.light-color .secondary-menu-block .secondary-menu-block-ul li a:hover,
.light-color .secondary-menu-block .secondary-menu-block-ul .current-menu-item a,
.light-color .secondary-menu-block .secondary-menu-block-ul .current_page_item a,
.light-color .secondary-menu-block .secondary-menu-block-ul .current-menu-parent a,
.light-color .secondary-menu-block .secondary-menu-block-ul .current-menu-ancestor a {
    color: #ffffff;
}




/* =============================================================================
   25. ADS Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.ads-block {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    max-width: 728px;
    position: relative;
}

/* Container
----------------------------------------------------------------------------- */
.ads-block-container {
    width: 100%;
    font-size: 0;
    display: block;
    margin: 0 auto;
    line-height: 0;
}

/* Link
----------------------------------------------------------------------------- */
.ads-block-container a,
.ads-block-container img {
    width: auto;
    max-width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
}




/* =============================================================================
   26. Pagination Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
/* General */
.gfort-pagination-block {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto 30px;
}

/* Front
----------------------------------------------------------------------------- */
.gfort-pagination-block-front { padding-top: 20px; }

/* Pabe break
----------------------------------------------------------------------------- */
.gfort-pagination-block-page-break { margin-top: 40px; }

/* Container
----------------------------------------------------------------------------- */
.gfort-pagination-block-container {
    padding: 0;
    width: 100%;
    line-height: 0;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}

/* Title
----------------------------------------------------------------------------- */
.gfort-pagination-block .screen-reader-text { display: none !important; }

/* nav
----------------------------------------------------------------------------- */
.gfort-pagination-block nav {
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    border-width: 0;
    border-radius: 0;
}

/* ul
----------------------------------------------------------------------------- */
.gfort-pagination-block nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* 26.1 Pagination Block v1 (Front)
============================================================================= */
/* nav links
----------------------------------------------------------------------------- */
.gfort-pagination-block .nav-links {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

/* List
----------------------------------------------------------------------------- */
.gfort-pagination-block .page-numbers {
    width: auto;
    margin: -5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

/* Items
----------------------------------------------------------------------------- */
.gfort-pagination-block .page-numbers li {
    padding: 0;
    float: left;
    margin: 5px;
}

/* Links
----------------------------------------------------------------------------- */
.gfort-pagination-block .page-numbers .page-numbers {
    margin: 0;
    width: 100%;
    color: #666666;
    display: block;
    font-size: 14px;
    min-width: 32px;
    min-height: 32px;
    font-weight: 700;
    line-height: 20px;
    padding: 6px 10px;
    border-radius: 2px;
    background-color: #f5f5f5;
}
.gfort-pagination-block .page-numbers .prev,
.gfort-pagination-block .page-numbers .next {
    padding: 6px;
}

/* icon
----------------------------------------------------------------------------- */
.gfort-pagination-block .page-numbers .page-numbers i {
    width: 20px;
    display: block;
    font-size: 18px;
    line-height: 20px;
}
.gfort-pagination-block .page-numbers .prev i { padding-right: 2px; }
.gfort-pagination-block .page-numbers .next i { padding-left: 2px; }

/* Dots
----------------------------------------------------------------------------- */
.gfort-pagination-block .page-numbers .dots {
    padding: 6px 0;
    min-width: 1px;
    font-size: 22px;
    font-weight: 600;
    line-height: 10px;
    background-color: transparent;
}

/* current
----------------------------------------------------------------------------- */
.gfort-pagination-block .page-numbers .current {
    color: #ffffff;
    background-color: #2791d8;
}

/* Hover
----------------------------------------------------------------------------- */
.gfort-pagination-block .page-numbers .page-numbers:not(.current):not(.dots):hover {
    color: #ffffff;
    background-color: #212121;
}


/* 26.2 Pagination Block v2 (Front)
============================================================================= */
.gfort-pagination-block .btn-load-more .spinner {
    width: 10px;
    height: 10px;
    display: none;
    margin-top: 5px;
    margin-left: 3px;
    border-width: 2px;
    border-radius: 50%;
    border-style: solid;
    border-right-color: transparent;

    -webkit-animation: circlespinner 800ms infinite linear;
            animation: circlespinner 800ms infinite linear;
}
@-webkit-keyframes circlespinner {
    0% { -webkit-transform: rotate(0deg) }
    100% { -webkit-transform: rotate(360deg) }
}

@keyframes circle-spinner {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}

.gfort-pagination-block .btn-load-more.show-spinner .spinner { display: inline-block; }


/* 26.3 Pagination Block v3 (Front)
============================================================================= */
/* Previous
----------------------------------------------------------------------------- */
.gfort-pagination-block .nav-links .nav-prev { float: left; }
.gfort-pagination-block .nav-links .nav-prev i {
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}

/* Next
----------------------------------------------------------------------------- */
.gfort-pagination-block .nav-links .nav-next { float: right; }
.gfort-pagination-block .nav-links .nav-next i {
    float: right;
    margin-top: 4px;
    margin-left: 3px;
}

/* Page ? of ?
----------------------------------------------------------------------------- */
.gfort-pagination-block .nav-links .nav-page-count {
    margin: 0 auto;
    font-weight: 500;
    line-height: 42px;
    display: inline-block;
}


/* Inner
============================================================================= */
/* Wrapper */
.gfort-pagination-block-inner {
    margin: 0 auto;
    padding: 10px 0 0;
    border-top: 1px solid #efefef;
}

/* Contaienr */
.gfort-pagination-block-inner .gfort-pagination-block-container {
    width: auto;
    margin: 0 -15px;
}

/* nav links */
.gfort-pagination-block-inner .post-navigation .nav-links {
    font-size: 0;
    line-height: 0;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

/* Direction */
.gfort-pagination-block-inner .post-navigation .nav-links .nav-direction {
    width: 50%;
    float: none;
    padding: 0 15px;
    margin: 30px auto 0;

    -webkit-flex: 1;
       -moz-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.gfort-pagination-block-inner .post-navigation .nav-links .nav-prev { text-align: left; }
.gfort-pagination-block-inner .post-navigation .nav-links .nav-next { text-align: right; }

/* Link */
.gfort-pagination-block-inner .post-navigation .nav-direction a {
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #666666;
    margin: 0 auto;
    display: block;
    font-weight: 600;
    border-radius: 0;
    overflow: hidden;
    min-height: 24px;
    position: relative;
    background-color: transparent;
}

/* Link wrapper */
.gfort-pagination-block-inner .post-navigation .nav-direction .nav-link-wrapper {
    width: 100%;
    height: 100%;
    display: block;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* Arrow */
.gfort-pagination-block-inner .post-navigation .nav-direction .nav-icon {
    top: 50%;
    z-index: 3;
    width: 24px;
    height: 24px;
    display: block;
    font-size: 24px;
    margin-top: -12px;
    line-height: 24px;
    position: absolute;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.gfort-pagination-block-inner .post-navigation .nav-prev .nav-icon { left: 0; }
.gfort-pagination-block-inner .post-navigation .nav-next .nav-icon { right: 0; }
.gfort-pagination-block-inner .post-navigation .nav-links .nav-direction i {
    margin: 0;
    padding: 0;
    float: none;
}

/* Title */
.gfort-pagination-block-inner .post-navigation .nav-title-wrapper {
    top: 50%;
    z-index: 3;
    width: 100%;
    display: block;
    line-height: 1;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    margin: 2px auto 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.gfort-pagination-block-inner .post-navigation .nav-title-wrapper .nav-title-direction {
    display: block;
    text-transform: uppercase;
}
.gfort-pagination-block-inner .post-navigation .nav-title-wrapper .nav-title {
    padding: 0;
    margin: 8px 0 0;
    font-weight: 500;
    line-height: 1.5;
}


/* 26.4 Pagination Block v4 (inner)
============================================================================= */
/* Link wrapper
----------------------------------------------------------------------------- */
.gfort-pagination-block-v4 .post-navigation .nav-direction .nav-link-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}
.gfort-pagination-block-v4 .post-navigation .nav-prev .nav-link-wrapper { padding-left: 28px; }
.gfort-pagination-block-v4 .post-navigation .nav-next .nav-link-wrapper {
    padding-right: 28px;

    -webkit-flex-direction: row-reverse;
       -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

/* image
----------------------------------------------------------------------------- */
.gfort-pagination-block-v4 .post-navigation .nav-direction img {
    width: 64px;
    margin: auto;
    border-radius: 50%;
}
.gfort-pagination-block-v4 .post-navigation .nav-prev img {
    float: left;
    margin-right: 10px;
}
.gfort-pagination-block-v4 .post-navigation .nav-next img {
    float: right;
    margin-left: 10px;
}

/* Title
----------------------------------------------------------------------------- */
.gfort-pagination-block-v4 .post-navigation .nav-title-wrapper {
    top: 0;
    width: auto;
    margin: auto;

    -webkit-flex: 1;
       -moz-flex: 1;
        -ms-flex: 1;
            flex: 1;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* Hover
----------------------------------------------------------------------------- */
.gfort-pagination-block-v4 .post-navigation .nav-direction a:hover .nav-icon { color: #2791d8; }


/* 26.5 Pagination Block v5 (inner)
============================================================================= */
/* Link
----------------------------------------------------------------------------- */
.gfort-pagination-block-v5 .post-navigation .nav-direction a {
    border-radius: 2px;
    background-color: #2791d8;
}
.gfort-pagination-block-v5 .post-navigation .nav-direction a * { color: #ffffff; }

/* Link wrapper
----------------------------------------------------------------------------- */
.gfort-pagination-block-v5 .post-navigation .nav-direction .nav-link-wrapper { padding: 20px; }
.gfort-pagination-block-v5 .post-navigation .nav-prev .nav-link-wrapper { padding-left: 40px; }
.gfort-pagination-block-v5 .post-navigation .nav-next .nav-link-wrapper { padding-right: 40px; }


/* overlay
----------------------------------------------------------------------------- */
.gfort-pagination-block-v5 .post-navigation .nav-direction a::after {
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 2;
    width: 100%;
    content: '';
    height: 100%;
    border-radius: 2px;
    position: absolute;
    background-color: #2791d8;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* Arrow
----------------------------------------------------------------------------- */
.gfort-pagination-block-v5 .post-navigation .nav-prev .nav-icon { left: 12px; }
.gfort-pagination-block-v5 .post-navigation .nav-next .nav-icon { right: 12px; }

/* image
----------------------------------------------------------------------------- */
.gfort-pagination-block-v5 .post-navigation .nav-direction img {
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 1;
    width: auto;
    height: 100%;
    border-radius: 0;
    max-width: initial;
    position: absolute;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* Hover
----------------------------------------------------------------------------- */
.gfort-pagination-block-v5 .post-navigation .nav-direction a:hover::after { opacity: 0.80; }


/* 26.6 Pagination Block v6 (inner)
============================================================================= */
/* Link wrapper
----------------------------------------------------------------------------- */
.gfort-pagination-block-v6 .post-navigation .nav-direction .nav-link-wrapper {
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #efefef;
}
.gfort-pagination-block-v6 .post-navigation .nav-prev .nav-link-wrapper { padding-left: 40px; }
.gfort-pagination-block-v6 .post-navigation .nav-next .nav-link-wrapper { padding-right: 40px; }

/* Arrow
----------------------------------------------------------------------------- */
.gfort-pagination-block-v6 .post-navigation .nav-prev .nav-icon { left: 12px; }
.gfort-pagination-block-v6 .post-navigation .nav-next .nav-icon { right: 12px; }

/* Hover
----------------------------------------------------------------------------- */
.gfort-pagination-block-v6 .post-navigation .nav-direction a:hover .nav-link-wrapper { background-color: #f5f5f5; }


/* 26.7 Pagination Block v7 (inner)
============================================================================= */
.gfort-pagination-block-v7 .pagination-desktop-thumbs { display: none; }
@media (min-width: 1200px) {

    /* Wrapper
    ------------------------------------------------------------------------- */
    .gfort-pagination-block-v7 {
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .gfort-pagination-block-v7 + * { margin-top: 0 !important; }

    /* Items
    ------------------------------------------------------------------------- */
    .gfort-pagination-block-v7 .post-navigation .nav-links .nav-direction {
        top: 50%;
        padding: 0;
        z-index: 20;
        width: 240px;
        position: fixed;
        margin: -60px 0 0;

        -webkit-transition: transform 0.30s 0.60s;
                transition: transform 0.30s 0.60s;
    }
    .gfort-pagination-block-v7 .post-navigation .nav-links .nav-prev {
        left: 0;

        -webkit-transform: translateX(-200px);
            -ms-transform: translateX(-200px);
                transform: translateX(-200px);
    }
    .gfort-pagination-block-v7 .post-navigation .nav-links .nav-next {
        right: 0;

        -webkit-transform: translateX(200px);
            -ms-transform: translateX(200px);
                transform: translateX(200px);
    }
    .header-section-v3-fixed .gfort-pagination-block-v7 .post-navigation .nav-links .nav-prev { left: 260px; }

    /* Link
    ------------------------------------------------------------------------- */
    .gfort-pagination-block-v7 .post-navigation .nav-direction a {
        color: #ffffff;
        overflow: visible;
        background-color: #000000;
    }
    .gfort-pagination-block-v7 .post-navigation .nav-direction a * { color: #ffffff; }
    .gfort-pagination-block-v7 .post-navigation .nav-links .nav-prev a { border-radius: 0 2px 2px 0; }
    .gfort-pagination-block-v7 .post-navigation .nav-links .nav-next a { border-radius: 2px 0 0 2px; }
    .gfort-pagination-block-v7 .post-navigation .nav-links .nav-prev .nav-link-wrapper {
        display: block;
        padding-left: 200px;
    }
    .gfort-pagination-block-v7 .post-navigation .nav-links .nav-next .nav-link-wrapper {
        display: block;
        padding-right: 200px;
    }

    /* Arrow
    ------------------------------------------------------------------------- */
    .gfort-pagination-block-v7 .post-navigation .nav-direction .nav-icon {
        top: 0;
        width: 100%;
        margin-top: 0;
        height: 120px;
        line-height: 120px;
        position: relative;
        text-align: center;

        -webkit-transition: transform 0.50s 0.30s;
                transition: transform 0.50s 0.30s;
    }

    /* image
    ------------------------------------------------------------------------- */
    .gfort-pagination-block-v7 .post-navigation .pagination-desktop-thumbs { display: block; }
    .gfort-pagination-block-v7 .post-navigation .pagination-mobile-thumbs { display: none; }
    .gfort-pagination-block-v7 .post-navigation .nav-direction img {
        top: 0;
        margin: 0;
        z-index: 4;
        width: 240px;
        height: 120px;
        border-radius: 0;
        position: absolute;

        -webkit-transition: transform 0.30s 0.60s;
                transition: transform 0.30s 0.60s;
    }
    .gfort-pagination-block-v7 .post-navigation .nav-prev a img {
        left: 0;
        border-radius: 0 2px 0 0;

        -webkit-transform: translateX(-40px);
            -ms-transform: translateX(-40px);
                transform: translateX(-40px);
    }
    .gfort-pagination-block-v7 .post-navigation .nav-next a img {
        right: 0;
        border-radius: 2px 0 0 0;

        -webkit-transform: translateX(40px);
            -ms-transform: translateX(40px);
                transform: translateX(40px);
    }

    /* Title
    ------------------------------------------------------------------------- */
    .gfort-pagination-block-v7 .post-navigation .nav-title-wrapper {
        left: 0;
        top: 100%;
        padding: 0;
        z-index: -1;
        width: 100%;
        min-height: 1px;
        position: absolute;
    }
    .gfort-pagination-block-v7 .post-navigation .nav-title-wrapper .nav-title-direction { display: none; }
    .gfort-pagination-block-v7 .post-navigation .nav-title-wrapper .nav-title {
        margin: 0;
        width: 100%;
        display: block;
        font-size: 14px;
        font-weight: 500;
        overflow: hidden;
        text-align: left;
        line-height: 20px;
        padding: 12px 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        background-color: #000000;

        -webkit-transition-delay: 1s;
                transition-delay: 1s;

        -webkit-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
                transform-origin: 50% 0;

        -webkit-transform: rotateX(-90deg);
                transform: rotateX(-90deg);

        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;

        -webkit-transition: transform 0.30s 0.30s;
                transition: transform 0.30s 0.30s;
    }
    .gfort-pagination-block-v7 .post-navigation .nav-prev .nav-title-wrapper .nav-title { border-radius: 0 0 2px 0; }
    .gfort-pagination-block-v7 .post-navigation .nav-next .nav-title-wrapper .nav-title { border-radius: 0 0 0 2px; }

    /* Hover
    ------------------------------------------------------------------------- */
    .gfort-pagination-block-v7 .post-navigation .nav-direction:hover {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    .gfort-pagination-block-v7 .post-navigation .nav-prev a:hover { border-radius: 0 2px 0 0; }
    .gfort-pagination-block-v7 .post-navigation .nav-next a:hover { border-radius: 2px 0 0 0; }

    .gfort-pagination-block-v7 .post-navigation .nav-prev:hover .nav-icon {
        -webkit-transform: translateX(-250%);
            -ms-transform: translateX(-250%);
                transform: translateX(-250%);
    }
    .gfort-pagination-block-v7 .post-navigation .nav-next:hover .nav-icon {
        -webkit-transform: translateX(250%);
            -ms-transform: translateX(250%);
                transform: translateX(250%);
    }

    .gfort-pagination-block-v7 .post-navigation .nav-direction:hover img {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    .gfort-pagination-block-v7 .post-navigation .nav-direction:hover .nav-title {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;

        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
    }

}


/* 26.8 Pagination Block v8 (Page Break)
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.gfort-pagination-block .page-break-links {
    padding: 0;
    width: auto;
    margin: -5px;
    display: block;
    overflow: hidden;
    position: relative;
}

/* Items
----------------------------------------------------------------------------- */
.gfort-pagination-block .page-break-links > a,
.gfort-pagination-block .page-break-links > span {
    float: left;
    margin: 5px;
    color: #666666;
    display: block;
    font-size: 14px;
    min-width: 32px;
    min-height: 32px;
    font-weight: 700;
    line-height: 20px;
    padding: 6px 10px;
    border-radius: 2px;
    background-color: #f5f5f5;
}
.gfort-pagination-block .page-break-links > .page-break-links-title {
    padding: 6px 0;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
}

/* Hover / current
----------------------------------------------------------------------------- */
.gfort-pagination-block .page-break-links > a:hover {
    color: #ffffff;
    background-color: #212121;
}

.gfort-pagination-block .page-break-links > .current-page {
    color: #ffffff;
    cursor: not-allowed;
    background-color: #2791d8;
}


/* 26.9 Pagination Block v9 (Page Break)
============================================================================= */
.gfort-pagination-block-v9 .page-break-links > a { padding: 0; }
.gfort-pagination-block .page-break-links > a i {
    width: 100%;
    color: inherit;
    display: block;
    padding: 6px 10px;
    line-height: 20px;
}




/* =============================================================================
   27. Forms
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
form,
.form-block,
.form-block form {
    z-index: 1;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.form-block { margin: 0 auto 30px; }

form::after,
.form-block form::after {
    content: '';
    clear: both;
    display: table;
}

/* Container
----------------------------------------------------------------------------- */
.form-block-container {
    width: auto;
    display: block;
    margin: 0 -15px -30px;
}

/* Form
----------------------------------------------------------------------------- */
.form-block form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    -ms-flex-align: flex-end;
       align-items: flex-end;

    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* Label
----------------------------------------------------------------------------- */
.form-block-container label:last-child { margin-bottom: 0; }
.form-block-container label input:not([type="checkbox"]):not([type="radio"]) { margin-top: 6px; }
.form-block-container label textarea { margin-top: 6px; }
.form-block-container label select { margin-top: 6px; }
.form-block-container label .select2 { margin-top: 6px; }

/* Spinner
----------------------------------------------------------------------------- */
.form-block-container .spinner {
    width: 10px;
    height: 10px;
    display: none;
    margin-top: 5px;
    margin-left: 3px;
    border-width: 2px;
    border-radius: 50%;
    border-style: solid;
    border-right-color: transparent;

    -webkit-animation: circlespinner 800ms infinite linear;
            animation: circlespinner 800ms infinite linear;
}
.form-block-container .btn.show-spinner .spinner { display: inline-block; }


/* 27.1 Header search form
============================================================================= */
/* 27.1.1 Header search form (Desktop)
----------------------------------------------------------------------------- */
.form-block.header-section-search-form-block {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 20;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    visibility: hidden;
    background-color: transparent;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.form-block.header-section-search-form-block,
.form-block.header-section-search-form-block form,
.form-block.header-section-search-form-block .col-lg-12,
.form-block.header-section-search-form-block .form-group,
.form-block.header-section-search-form-block .form-control,
.form-block.header-section-search-form-block .form-block-container {
    height: 100%;
    margin-bottom: 0;
}
.form-block.header-section-search-form-block-mobile .form-block-container { margin-bottom: 0; }

/* Form group */
.form-block.header-section-search-form-block .form-group { margin-bottom: 0; }

/* Form control */
.form-block.header-section-search-form-block .form-control {
    line-height: 1;
    border-width: 0;
    font-size: 20px;
    padding: 0 25px 0 0;
    background-color: transparent;
}

/* close Button */
.btn-header-section-search-form-close {
    top: 50%;
    right: 2px;
    padding: 0;
    z-index: 10;
    color: #212121;
    font-size: 20px;
    font-weight: 400;
    margin-top: -10px;
    line-height: 20px;
    position: absolute;
    font-family: sans-serif;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.btn-header-section-search-form-close:hover { color: #2791d8; }

/* open Search Form */
.open-header-section-search-form-block .navbar {
    opacity: 0;
    z-index: 10;
    visibility: hidden;
}
.open-header-section-search-form-block .header-section-search-form-block {
    opacity: 1;
    visibility: visible;
}
.open-header-section-search-form-block .btn-header-section-search-form-close {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}


/* 27.1.2 Header search form (Mobile)
----------------------------------------------------------------------------- */
/* Wrapper */
.form-block.header-section-search-form-block-mobile {
    display: block;
    padding: 20px 0;
    margin:  0 auto;
    border-top: 1px solid #efefef;
}

/* Form Group */
.form-block.header-section-search-form-block-mobile .form-group { margin: 0 auto; }

/* Form control */
.form-block.header-section-search-form-block-mobile .form-control {
    margin: 0 auto;
    border-width: 1px;
    border-radius: 20px;
    padding: 9px 39px 9px 12px;
}

/* Search icon */
.form-block.header-section-search-form-block button,
.form-block.header-section-search-form-block-mobile button {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
    width: 40px;
    height: 40px;
    color: #666666;
    border-width: 0;
    font-size: 14px;
    position: absolute;
    background: transparent;
    outline: none !important;
    border-radius: 0 20px 20px 0;
}


/* 27.2 Main search form block
============================================================================= */
/* Form control
----------------------------------------------------------------------------- */
.search-form-block .form-control {
    margin: 0;
    width: 75%;
    z-index: 1;
    float: left;
}

/* Button
----------------------------------------------------------------------------- */
.search-form-block button {
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 0 -2px;
    border-radius: 0 2px 2px 0;

    width: -webkit-calc(25% + 2px);
    width:    -moz-calc(25% + 2px);
    width:         calc(25% + 2px);
}
.search-form-block button span { display: none; }
@media (min-width: 576px) {
    .search-form-block button span { display: block; }
    .search-form-block button i { display: none; }
}


/* 27.3 Password
============================================================================= */
.post-password-form input[type="submit"] { margin-top: 9px; }


/* 27.4 Contact form 7
============================================================================= */
/* Form
----------------------------------------------------------------------------- */
.form-block .wpcf7-form {
    -ms-flex-align: flex-start;
     align-items: flex-start;
}
.gfort-modal .wpcf7-form {
    width: auto;
    margin: 0 -15px -30px;
}
.gfort-modal .form-block { margin-bottom: 0; }
.gfort-modal .form-block .wpcf7-form {
    width: 100%;
    margin: 0 auto;
}

/* columns
----------------------------------------------------------------------------- */
.wpcf7-form > p,
.wpcf7-form > .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    padding: 0 15px;
    position: relative;
    margin: 0 auto 30px;
}
.wpcf7-form > p::after,
.wpcf7-form > .wpcf7-form-control-wrap::after {
    content: '';
    clear: both;
    display: table;
}

.wpcf7-form > .wpcf7-response-output { display: none; }

/* Button
----------------------------------------------------------------------------- */
.wpcf7-form .wpcf7-submit.btn-block + .ajax-loader {
    top: 13px;
    position: absolute;
}
@media (min-width: 992px) {
    .wpcf7-form .wpcf7-submit.btn-block,
    .wpcf7-form .wpcf7-submit.btn-block + .ajax-loader {
        margin-top: 32px;
    }
}

/* Invalid message (The field is required)
----------------------------------------------------------------------------- */
.wpcf7-form .wpcf7-not-valid-tip {
    clear: both;
    display: block;
    color: #ff0000;
    font-size: 0.9em;
    line-height: 1.2;
    margin: 6px auto 0;
    font-weight: normal;
}

/* Alert
----------------------------------------------------------------------------- */
/* Wrapper */
.wpcf7-form .wpcf7-response-output {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 12px 15px;
    border-radius: 2px;
    position: relative;
    border: 1px solid transparent;
}

/* Danger */
.wpcf7-form .wpcf7-aborted,
.wpcf7-form .wpcf7-mail-sent-ng {
    color: #721c24;
    border-color: #f5c6cb;
    background-color: #f8d7da;
}

/* Warning */
.wpcf7-form .wpcf7-spam-blocked,
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-acceptance-missing {
    color: #856404;
    border-color: #ffeeba;
    background-color: #fff3cd;
}

/* Success */
.wpcf7-form .wpcf7-mail-sent-ok {
    color: #155724;
    border-color: #c3e6cb;
    background-color: #d4edda;
}

/* Items */
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-number) {
    width: 100%;
    display: block;
    position: relative;
}
.wpcf7-form .wpcf7-list-item {
    width: 100%;
    display: block;
    line-height: 16px;
    margin: 0 auto 10px;
}
.wpcf7-form .wpcf7-list-item:last-child { margin-bottom: 0; }
.wpcf7-form .wpcf7-list-item label { line-height: 16px; }




/* =============================================================================
   28. OWL slider
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.gfort-owl-slider-wrapper,
.gfort-owl-slider-thumbs-wrapper,
.gfort-owl-slider-thumbnail-wrapper {
    width: 100%;
    z-index: 10;
    display: block;
    overflow: hidden;
    margin: 0 auto 30px;
}
.entry-item-thumbnail .gfort-owl-slider-wrapper { margin-bottom: -1px; }
.gfort-owl-slider-thumbnail-wrapper .gfort-owl-slider-wrapper { margin-bottom: 5px; }
.gfort-owl-slider-thumbnail-wrapper .gfort-owl-slider-wrapper:last-child { margin-bottom: 0; }

/* Container
----------------------------------------------------------------------------- */
.gfort-owl-slider { display: none; }
.gfort-owl-slider.owl-carousel {
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* item
----------------------------------------------------------------------------- */
.gfort-owl-slider.owl-carousel .gfort-owl-slider-item {
    width: 100%;
    z-index: 10;
    display: block;
    overflow: hidden;
    position: relative;
}
.gfort-owl-slider.owl-carousel .gfort-owl-slider-item + .gfort-owl-slider-item {
    z-index: -1;
    position: absolute;
}
.gfort-owl-slider.owl-carousel .gfort-owl-slider-item > *:last-child { margin-bottom: 0; }

[data-gfort-owl-slider-items-margin="0"] .entry-item,
[data-gfort-owl-slider-items-margin="0"] .entry-item-container,
[data-gfort-owl-slider-items-margin="0"] .entry-item-thumbnail,
[data-gfort-owl-slider-items-margin="0"] .entry-item-body,
[data-gfort-owl-slider-items-margin="0"] .entry-item-title,
[data-gfort-owl-slider-items-margin="0"] .entry-item-content,
[data-gfort-owl-slider-items-margin="0"] .entry-item-footer {
    border-radius: 0;
}

/* Pagination (Dots)
----------------------------------------------------------------------------- */
/* Wrapper */
.gfort-owl-slider.owl-carousel .owl-dots {
    width: auto;
    z-index: 12;
    margin: 0 -4px;
    line-height: 0;
    padding-top: 30px;
    text-align: center;
}

/* Container */
.gfort-owl-slider.owl-carousel .owl-dots .owl-dot {
    zoom: 1;
    display: inline-block;
}

/* Dot */
.gfort-owl-slider.owl-carousel .owl-dots .owl-dot span {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    display: block;
    position: relative;
    border-radius: 50%;
    border: 2px solid #666666;
    background-color: transparent;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* Layout (inside) */
.gfort-owl-slider-wrapper[data-gfort-owl-slider-dots-layout=inside] .gfort-owl-slider.owl-carousel .owl-dots {
    left: 50%;
    padding: 0;
    bottom: 10px;
    position: absolute;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
}
.gfort-owl-slider-wrapper[data-gfort-owl-slider-dots-layout=inside] .gfort-owl-slider.owl-carousel .owl-dots .owl-dot span {
    border-color: #ffffff;
}

/* Active / Hover */
.gfort-owl-slider.owl-carousel .owl-dots .owl-dot:hover span,
.gfort-owl-slider.owl-carousel .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: #666666;
}
.gfort-owl-slider-wrapper[data-gfort-owl-slider-dots-layout=inside] .gfort-owl-slider.owl-carousel .owl-dots .owl-dot:hover span,
.gfort-owl-slider-wrapper[data-gfort-owl-slider-dots-layout=inside] .gfort-owl-slider.owl-carousel .owl-dots .owl-dot.active span {
    border-color: #ffffff;
    background-color: #ffffff;
}

/* Navigation (Arrows)
----------------------------------------------------------------------------- */
/* Wrapper */
.gfort-owl-slider.owl-carousel .owl-nav {
    z-index: 12;
    line-height: 0;
    margin: 0 auto 0;
}

/* Arrows */
.gfort-owl-slider.owl-carousel .owl-nav .owl-prev,
.gfort-owl-slider.owl-carousel .owl-nav .owl-next {
    top: 50%;
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 40px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.30);

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.gfort-owl-slider-wrapper[data-gfort-owl-slider-dots=true] .gfort-owl-slider.owl-carousel .owl-nav .owl-prev,
.gfort-owl-slider-wrapper[data-gfort-owl-slider-dots=true] .gfort-owl-slider.owl-carousel .owl-nav .owl-next {
    margin-top: -20px;
}
.gfort-owl-slider-wrapper[data-gfort-owl-slider-dots-layout=inside] .gfort-owl-slider.owl-carousel .owl-nav .owl-prev,
.gfort-owl-slider-wrapper[data-gfort-owl-slider-dots-layout=inside] .gfort-owl-slider.owl-carousel .owl-nav .owl-next {
    margin-top: 0;
}
.gfort-owl-slider.owl-carousel .owl-nav .owl-prev.disabled,
.gfort-owl-slider.owl-carousel .owl-nav .owl-next.disabled {
    cursor: not-allowed;
}
.gfort-owl-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: -40px;
    border-radius: 0 2px 2px 0;
}
.gfort-owl-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: -40px;
    border-radius: 2px 0 0 2px;
}

.gfort-owl-slider.owl-carousel .owl-nav i { display: block; }

/* Hover */
.gfort-owl-slider.owl-carousel .gfort-owl-slider-item:hover { cursor: move; }

.gfort-owl-slider.owl-carousel.owl-grab .gfort-owl-slider-item:hover {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.gfort-owl-slider.owl-carousel:hover .owl-nav .owl-prev { margin-left: 0; }
.gfort-owl-slider.owl-carousel:hover .owl-nav .owl-next { margin-right: 0; }
.gfort-owl-slider.owl-carousel .owl-nav .owl-prev:hover,
.gfort-owl-slider.owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
    background-color: #000000;
}

/* Layout (outside) */
.gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside],
.gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .gfort-owl-slider {
    overflow: visible;
}
.gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .gfort-owl-slider.owl-carousel .owl-nav .owl-prev,
.gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .gfort-owl-slider.owl-carousel .owl-nav .owl-next {
    background-color: transparent;
}
.gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .gfort-owl-slider.owl-carousel .owl-nav .owl-prev,
.gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .gfort-owl-slider.owl-carousel .owl-nav .owl-next {
    color: #666666;
}

.gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .owl-nav .owl-prev,
.gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .owl-nav .owl-next {
    display: none;
}

@media (min-width: 992px) {

    .gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .owl-nav .owl-prev,
    .gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .owl-nav .owl-next {
        display: block;
    }

    .gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .owl-nav .owl-prev { margin-left: -38px !important; }
    .gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .owl-nav .owl-next { margin-right: -38px !important; }

}
@media (min-width: 1200px) {
    .gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .owl-nav .owl-prev { margin-left: -48px !important; }
    .gfort-owl-slider-wrapper[data-gfort-owl-slider-arrows-layout=outside] .owl-nav .owl-next { margin-right: -48px !important; }
}

/* Thumbnail slider
----------------------------------------------------------------------------- */
.gfort-owl-slider-thumbs-wrapper .gfort-owl-slider-item img {
    opacity: 0.50;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.gfort-owl-slider-thumbs-wrapper .gfort-owl-slider-item a:hover img,
.gfort-owl-slider-thumbs-wrapper .gfort-owl-slider-item .gfort-owl-slider-active-item img {
    opacity: 1;
}




/* =============================================================================
   29. Bootstrap elements
============================================================================= */
/* 29.1 Badge
============================================================================= */
.badge {
    font-size: 85%;
    padding: 0 6px;
    min-width: 20px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 2px;
    text-align: center;
}


/* 29.2 Tooltip
============================================================================= */
[data-toggle=tooltip] { display: inline-block; }
[data-toggle=tooltip],
[data-toggle=tooltip]:hover,
[data-toggle=tooltip]:focus {
    color: #2791d8;
}
.tooltip-inner {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding: 8px 15px;
    border-radius: 2px;
}


/* 29.3 Label
============================================================================= */
.label {
    font-size: 11px;
    line-height: 20px;
    padding: 3px 10px;
    border-radius: 2px;
    display: inline-block;
    letter-spacing: 0.30px;
}

/* Forms
============================================================================= */
label,
.form-group label {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    margin: 0 auto 6px;
}
label:last-child,
.form-group label:last-child {
    margin-bottom: 0;
}
label::after,
.form-group label::after {
    content: '';
    clear: both;
    display: table;
}
label.error,
.form-group label.error {
    left: 0;
    top: 100%;
    margin: 0;
    z-index: 1;
    width: 100%;
    color: #ff0000;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    padding-top: 7px;
    position: absolute;
}


/* 29.4 Form group
============================================================================= */
.form-group {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.form-group::after {
    content: '';
    clear: both;
    display: table;
}


/* 29.5 Form control
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
select,
textarea,
.form-control,
input[type=text],
input[type=password],
input[type=date],
input[type=email],
input[type=file],
input[type=search],
input[type=tel],
input[type=url] {
    z-index: 2;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    color: #666666;
    font-size: 15px;
    border-radius: 0;
    font-weight: 400;
    line-height: 20px;
    padding: 9px 12px;
    position: relative;
    outline: none !important;
    border: 2px solid #efefef;
    background-color: #ffffff;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
select {
    font-weight: 500;

    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-image: url(../images/select-normal.svg);
}
.light-color select { background-image: url(../images/select-light-color.svg); }

/* disabled
----------------------------------------------------------------------------- */
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
input[type=text][disabled],
input[type=text][readonly],
fieldset[disabled] input[type=text],
input[type=password][disabled],
input[type=password][readonly],
fieldset[disabled] input[type=password],
input[type=date][disabled],
input[type=date][readonly],
fieldset[disabled] input[type=date],
input[type=email][disabled],
input[type=email][readonly],
fieldset[disabled] input[type=email],
input[type=file][disabled],
input[type=file][readonly],
fieldset[disabled] input[type=file],
input[type=search][disabled],
input[type=search][readonly],
fieldset[disabled] input[type=search],
input[type=tel][disabled],
input[type=tel][readonly],
fieldset[disabled] input[type=tel],
input[type=url][disabled],
input[type=url][readonly],
fieldset[disabled] input[type=url] {
    background-color: transparent;
}

/* autofill
----------------------------------------------------------------------------- */
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: #ffffff !important;

    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
       -moz-box-shadow: 0 0 0px 1000px white inset !important;
            box-shadow: 0 0 0px 1000px white inset !important;
}

/* Focus
----------------------------------------------------------------------------- */
textarea:focus,
.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus {
    outline: none;
    border-color: #2791d8;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
select:focus {
    outline: none;
    border-color: #efefef;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* Error
----------------------------------------------------------------------------- */
select.error,
textarea.error,
.form-control.error,
input[type=text].error,
input[type=password].error,
input[type=date].error,
input[type=email].error,
input[type=file].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error {
    border-color: #ff0000 !important;
}


/* 29.6 textarea
============================================================================= */
textarea,
textarea.form-control {
    height: 180px;
    resize: vertical;
    min-height: 180px;
}


/* 29.7 Select
============================================================================= */
select[multiple] {
    padding: 0;
    overflow: hidden;
    background-image: none !important;
}
select[multiple] option {
    line-height: 22px;
    padding: 10px 12px;
    border-bottom: 1px solid #efefef;
}
select[multiple] option:last-child { border-bottom: 0; }

/* Select 2
----------------------------------------------------------------------------- */
.select2-container {
    width: 100% !important;
    outline: none !important;
}
.select2-container .selection { outline: none !important; }

.select2-container .select2-selection--single {
    height: auto;
    border-radius: 0;
    outline: none !important;
    background-color: #ffffff;
    border: 2px solid #efefef;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 9px 20px 9px 12px;

}

.select2-container .select2-selection--single .select2-selection__arrow {
    top: 2px;
    right: 12px;
    width: 10px;
    height: 38px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-top-color: #dddddd;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #dddddd;
    border-left-color: transparent;
}

.select2-dropdown {
    border-radius: 0;
    border: 2px solid #efefef;
}
.select2-search--dropdown { padding: 10px; }

.select2-container .select2-search--dropdown .select2-search__field {
    padding: 4px 8px;
    line-height: 20px;
    outline: none !important;
    border: 2px solid #efefef;
}
.select2-container .select2-search--dropdown .select2-search__field:focus { border-color: #2791d8; }

.select2-container .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #f5f5f5;
}
.select2-results__option {
    padding: 10px;
    outline: none;
    margin: 0 auto;
    line-height: 20px;
}

.select2-container .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background-color: #2791d8;
}

/* Multi selection */
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto;
    line-height: 0;
    min-height: 1px;
    border-radius: 2px;
    outline: none !important;
    background-color: #ffffff;
    border: 2px solid #efefef;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered { padding: 1px 3px; }
.select2-container .select2-search--inline,
.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    line-height: 36px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li { line-height: 0; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #666666;
    border-width: 0;
    margin: 5px 2px;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    padding: 3px 10px;
    border-radius: 2px;
    background-color: #f5f5f5;
    text-transform: uppercase;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: inherit;
    font-size: 16px;
    margin-right: 3px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #212121; }


/* 29.8 Blockquote
============================================================================= */
blockquote {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 27px;
    position: relative;
    border: 2px solid #efefef;
    padding: 20px 25px 20px 60px;
}
blockquote::before {
    top: 25px;
    left: 25px;
    line-height: 1;
    content: '\e91d';
    position: absolute;
    font-family: 'GRAPHICFORT-FONT';
}
blockquote .small,
blockquote footer,
blockquote small,
blockquote cite {
    display: block;
    color: inherit;
    margin: 10px auto 0;
}
q {
    padding: 5px 7px;
    border-radius: 2px;
    background-color: #f5f5f5;
}


/* 29.9 Radio / Checkbox / Switch
============================================================================= */
.radio,
.checkbox {
    margin: 0;
    padding: 0;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin: 0 5px 0 0;
    position: relative;
}

input[type=radio],
input[type=checkbox] {
    padding: 0;
    width: 16px;
    height: 16px;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    margin: 0 5px 0 0;
    line-height: 12px;
    border-width: 2px;
    text-align: center;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    outline: none !important;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
input[type=radio] { border-radius: 50%; }

input[type=radio] + *,
input[type=checkbox] + * {
    margin: 0;
    width: auto;
    line-height: 1;
    font-size: 1rem;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block !important;

    max-width: -webkit-calc(100% - 21px);
    max-width:    -moz-calc(100% - 21px);
    max-width:         calc(100% - 21px);
}

input[type=radio]:checked,
input[type=checkbox]:checked {
    color: #2791d8;
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    margin: 0;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
}
input[type=radio]:checked:before {
    width: 0;
    height: 0;
    content: '';
    margin: 3px auto;
    border-width: 3px;
    border-radius: 50%;
    border-style: solid;
    border-color: inherit;
}
input[type=checkbox]:checked:before {
    color: inherit;
    content: '\e908';
    font-family: 'GRAPHICFORT-FONT';
}

.gfort-switch {
    margin: 0;
    padding: 0;
    width: auto;
    line-height: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.gfort-switch input[type=checkbox] {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0;
    z-index: -100;
    position: absolute;
}
.gfort-switch .gfort-switch-span {
    width: 48px;
    height: 24px;
    max-width: 100%;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    display: inline-block;
    background-color: #bdbdbd;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.gfort-switch .gfort-switch-span::after {
    left: 0;
    content: '';
    margin: 4px;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    background-color: #ffffff;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.gfort-switch input[type=checkbox]:checked + .gfort-switch-span { background-color: #2791d8; }
.gfort-switch input[type=checkbox]:checked + .gfort-switch-span::after {
    -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
            transform: translateX(24px);
}


/* 29.10 Tables
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
table {
    width: 100%;
    margin-bottom: 20px;
}

/* Caption
----------------------------------------------------------------------------- */
table caption {
    color: #666666;
    padding: 0 0 8px;
    caption-side: top;
    text-align: center;
}

/* td, th
----------------------------------------------------------------------------- */
table td,
table th {
    padding: 10px 15px;
    border: 1px solid #efefef;

    word-break: normal;

    -ms-word-wrap: normal;
        word-wrap: normal;
}

/* Head
----------------------------------------------------------------------------- */
table thead { border-bottom: 2px solid #efefef; }
table th,
table thead td,
table thead th {
    font-weight: 600;
}

/* Footer
----------------------------------------------------------------------------- */
table tfoot { border-top: 2px solid #efefef; }


/* 29.11 Pre
============================================================================= */
pre {
    padding: 20px;
    margin: 0 auto 20px;
    background-color: #f5f5f5;
}


/* 29.12 Number
============================================================================= */
input[type=number],
input.input-number-plus,
input.input-number-minus {
    margin: 0;
    padding: 0;
    float: left;
    width: 42px;
    height: 42px;
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    line-height: 38px;
    position: relative;
    text-align: center;
    outline: none !important;
    border: 2px solid #efefef;
    background-color: #ffffff !important;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}

input[type=number] {
    width: 64px;
    float: left;
    line-height: 20px;
    padding: 9px 12px;
}

input.input-number-plus {
    font-size: 20px;
    border-left-width: 0;
}
input.input-number-minus {
    font-size: 26px;
    border-right-width: 0;
}
input.input-number-plus:hover,
input.input-number-plus:focus,
input.input-number-plus.focus,
input.input-number-plus:active,
input.input-number-plus.active,
input.input-number-plus:focus:hover,
input.input-number-plus.focus:hover,
input.input-number-minus:hover,
input.input-number-minus:focus,
input.input-number-minus.focus,
input.input-number-minus:active,
input.input-number-minus.active,
input.input-number-minus:focus:hover,
input.input-number-minus.focus:hover {
    color: #666666;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}




/* =============================================================================
   30. Footer
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.footer-section {
    padding: 0;
    z-index: 3;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}


/* 30.1 Footer widgets
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#footer-widgets-section {
    z-index: 6;
    padding: 0;
    width: 100%;
    color: #aaaaaa;
    display: block;
    margin: 0 auto;
    direction: ltr;
    position: relative;
    border-top-width: 0;
    border-top-style: solid;
    border-top-color: #3f3f3f;

    background-color: #191919;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* Container
----------------------------------------------------------------------------- */
#footer-widgets-section .footer-widgets-section-container {
    z-index: 1;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 20px;
}

/* Link
----------------------------------------------------------------------------- */
.footer-widgets-section .widget-block:not(.widget_currency_sel_widget):not(.widget_icl_lang_sel_widget) a:not(.btn):not(.button):not(.btn-privacy-agree) {
    color: #c0c0c0;
}
.footer-widgets-section .widget-block:not(.widget_currency_sel_widget):not(.widget_icl_lang_sel_widget) a:not(.btn):not(.button):not(.btn-privacy-agree):hover {
    color: #ffffff;
}

/* Heading
----------------------------------------------------------------------------- */
.footer-widgets-section h1,
.footer-widgets-section .h1,
.footer-widgets-section h2,
.footer-widgets-section .h2,
.footer-widgets-section h3,
.footer-widgets-section .h3,
.footer-widgets-section h4,
.footer-widgets-section .h4,
.footer-widgets-section h5,
.footer-widgets-section .h5,
.footer-widgets-section h6,
.footer-widgets-section .h6,
.footer-widgets-section .widget-block-title .rsswidget,
.footer-widgets-section .widget_calendar table caption {
    color: #ffffff;
}

/* Widgets
----------------------------------------------------------------------------- */
/* Container */
#footer-widgets-section .col-lg-12 .widget-block .widget-block-container { margin-bottom: 20px; }
#footer-widgets-section .col-lg-12 .widget-block:last-child .widget-block-container { margin-bottom: 40px; }

/* Title */
#footer-widgets-section .widget-block-container .widget-block-title {
    padding: 0;
    width: 100%;
    margin: 0 auto 20px;
    background-color: transparent;
}
#footer-widgets-section .widget-block-container .widget-block-title h6 { padding: 0; }
#footer-widgets-section .widget-block-container .widget-block-title::after,
#footer-widgets-section .widget-block-container .widget-block-title h6::after {
    display: none;
}

/* Body */
#footer-widgets-section .widget-block-container .widget-block-body {
    padding: 0;
    border-width: 0;
    border-radius: 0;
}

/* Border color / Background color
----------------------------------------------------------------------------- */
.footer-widgets-section select,
.footer-widgets-section .form-control,
.footer-widgets-section .widget_tag_cloud a,
.footer-widgets-section .widget_calendar table td,
.footer-widgets-section .widget_search .form-control,
.footer-widgets-section .widget_calendar table tbody td a::before,
.footer-widgets-section .select2-container .select2-selection--single {
    background-color: #2d2d2d;
}

.footer-widgets-section select,
.footer-widgets-section .form-control,
.footer-widgets-section .form-control:focus,
.footer-widgets-section .widget_search .form-control,
.footer-widgets-section .widget_search .form-control:focus,
.footer-widgets-section .select2-container .select2-selection--single,
.footer-widgets-section .widget_recent_entries ul li .post-date,
.footer-widgets-section .widget_rss ul li,
.footer-widgets-section .plume-core-blog-recent-posts-widget .recent-posts li {
    border-color: #2d2d2d;
}

/* Color / Border color
----------------------------------------------------------------------------- */
.footer-widgets-section .widget_tag_cloud a { color: #c0c0c0; }
.footer-widgets-section select,
.footer-widgets-section .form-control,
.footer-widgets-section .widget_calendar,
.footer-widgets-section .widget_search .btn-gfort,
.footer-widgets-section .widget_search .form-control,
.footer-widgets-section .select2-container .select2-selection--single,
.footer-widgets-section .select2-container .select2-selection--single .select2-selection__rendered {
    color: #aaaaaa;
}

.footer-widgets-section .select2-container .select2-selection--single .select2-selection__arrow b {
    border-top-color: #aaaaaa;
}
.footer-widgets-section .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #aaaaaa
}

/* Link hover color
----------------------------------------------------------------------------- */
.footer-widgets-section .widget_tag_cloud a:hover,
.footer-widgets-section .widget_search .btn-gfort:hover {
    color: #ffffff;
}


/* 30.2 Footer copyright
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#footer-copyright-section {
    z-index: 5;
    width: 100%;
    font-size: 0;
    display: block;
    margin: 0 auto;
    direction: ltr;
    line-height: 0;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #efefef;

    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#footer-copyright-section .row { display: block; }

/* Link
----------------------------------------------------------------------------- */
.footer-copyright-section a { color: #212121; }
.footer-copyright-section a:hover { color: #2791d8; }

.footer-copyright-section .secondary-menu-block .secondary-menu-block-ul li a:hover,
.footer-copyright-section .secondary-menu-block .secondary-menu-block-ul .current-menu-item a,
.footer-copyright-section .secondary-menu-block .secondary-menu-block-ul .current_page_item a,
.footer-copyright-section .secondary-menu-block .secondary-menu-block-ul .current-menu-parent a,
.footer-copyright-section .secondary-menu-block .secondary-menu-block-ul .current-menu-ancestor a {
    color: #2791d8;
}

.footer-copyright-section .social-networks-block { margin-bottom: 0; }
.footer-copyright-section .social-networks-block.social-networks-transparent ul li a i { color: #666666; }

/* Footer copyright content
----------------------------------------------------------------------------- */
/* Wrapper */
#footer-copyright-section .footer-copyright-section-content {
    z-index: 5;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

/* Container */
#footer-copyright-section .footer-copyright-section-content-container {
    padding: 0;
    width: auto;
    position: relative;
    display: inline-block;
}

/* Left / Right content */
#footer-copyright-section .footer-copyright-section-content-left-side,
#footer-copyright-section .footer-copyright-section-content-right-side {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

/* Blank content */
#footer-copyright-section .footer-copyright-section-content-blank {
    width: 100%;
    display: block;
}




/* =============================================================================
   31. Responsive
============================================================================= */
/* 31.1 Container
============================================================================= */
.container {
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 576px) {
    .container { max-width: 540px; }
}
@media (min-width: 768px) {
    .container { max-width: 720px; }
}
@media (min-width: 992px) {
    .container { max-width: 960px; }
}
@media (min-width: 1200px) {
    .container { max-width: 1200px; }
}


/* 31.2 Misc
============================================================================= */
@media (min-width: 1200px) {

    /* Back to top */
    #btn-back-to-top { display: block; }

    /* Parallax section */
    .gfort-desktop-device .parallax-section {
        background-attachment: fixed !important;

        -webkit-background-size: 125% !important;
           -moz-background-size: 125% !important;
             -o-background-size: 125% !important;
                background-size: 125% !important;
    }

    /* Alignment */
    .alignwide {
        max-width: 1170px;

        margin-left: -webkit-calc( -1170px / 2 + 100% / 2 );
        margin-left:    -moz-calc( -1170px / 2 + 100% / 2 );
        margin-left:         calc( -1170px / 2 + 100% / 2 );

        margin-right: -webkit-calc( -1170px / 2 + 100% / 2 );
        margin-right:    -moz-calc( -1170px / 2 + 100% / 2 );
        margin-right:         calc( -1170px / 2 + 100% / 2 );
    }

}
@media (max-width: 767px) {
    #comments .comment-list .children { padding-left: 15px; }
}


/* 31.3 Top bar
============================================================================= */
@media (max-width: 991px) {
    #header-section:not(.header-section-v3) #header-top-bar-section .header-top-bar-section-content-left-side,
    #header-section:not(.header-section-v3) #header-top-bar-section .header-top-bar-section-content-right-side {
        width: 100%;
        padding: 9px 15px;
        text-align: center !important;
    }
}


/* 31.4 Header section
============================================================================= */
@media (max-width: 991px) {

    /* Fixed header */
    #header-section .sticky-wrapper { height: auto !important; }

    /* Container */
    #header-section:not(.header-section-v3) .navbar .container {
        padding: 0;
        max-width: 100%;
    }

    /* Menu */
    #header-section .navbar-header,
    #header-section:not(.header-section-v3) .navbar-collapse.collapse,
    #header-section:not(.header-section-v3) .navbar-collapse.collapsing,
    #header-section:not(.header-section-v3) .navbar-collapse.collapse.in,
    #header-section:not(.header-section-v3) .navbar-collapse.collapse.show {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0 15px;
        max-width: 720px;
    }

    #header-section .navbar-toggle {
        float: right;
        display: inline-block;
    }

    #header-section:not(.header-section-v3) .navbar-collapse-wrapper { border-top-width: 1px; }
    #header-section:not(.header-section-v3) .navbar-collapse.collapse { display: none !important; }
    #header-section:not(.header-section-v3) .navbar-collapse.collapsing,
    #header-section:not(.header-section-v3) .navbar-collapse.collapse.in,
    #header-section:not(.header-section-v3) .navbar-collapse.collapse.show {
        display: block !important;
    }

    #header-section:not(.header-section-v3) .navbar-nav {
        width: 100%;
        margin: 0 auto;
    }

    #header-section:not(.header-section-v3) .navbar-nav { display: block; }
    #header-section:not(.header-section-v3) .navbar-nav .sub-menu,
    #header-section:not(.header-section-v3) .navbar-nav .sub-menu .sub-menu,
    #header-section:not(.header-section-v3) .navbar-nav .megamenu > .sub-menu,
    #header-section:not(.header-section-v3) .navbar-nav .megamenu > .sub-menu .sub-menu,
    #header-section:not(.header-section-v3) .navbar-nav li:not(.megamenu) .sub-menu {
        top: 0;
        left: 0;
        right: 0;
        border: 0;
        opacity: 1;
        margin: 0 auto;
        display: block;
        position: relative;
        visibility: visible;
        padding: 0 0 0 20px;
        width: 100% !important;
        background-image: none;
        background-color: transparent;

        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;

        -webkit-transition: all 0s ease-in-out;
                transition: all 0s ease-in-out;

        -webkit-transform: translate(0, 0) !important;
            -ms-transform: translate(0, 0) !important;
                transform: translate(0, 0) !important;
    }

    #header-section:not(.header-section-v3) .navbar-nav li,
    #header-section:not(.header-section-v3) .navbar-nav .megamenu > .sub-menu > li {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        border-top: 1px solid #efefef;
    }
    #header-section:not(.header-section-v3) .navbar-nav > li:first-child { border-top-width: 0; }
    #header-section:not(.header-section-v3) .navbar-nav .megamenu > .sub-menu > li::after { display: none; }

    #header-section:not(.header-section-v3) .navbar-nav .megamenu-without-title > .sub-menu {
        padding-left: 0;
        display: block !important;
    }
    #header-section:not(.header-section-v3) .navbar-nav .megamenu-without-title > .sub-menu > li { border-top: 0; }

    #header-section:not(.header-section-v3) .navbar-nav .sub-menu li a,
    #header-section:not(.header-section-v3) .navbar-nav > li > a {
        padding: 12px 0;
        padding-left: 0;
        padding-right: 0;
        line-height: 20px;
        background-color: transparent;
    }
    #header-section:not(.header-section-v3) .navbar-nav > .headerbtn {
        padding: 0;
        line-height: 20px;
    }
    #header-section:not(.header-section-v3) .navbar-nav .sub-menu li a:hover,
    #header-section:not(.header-section-v3) .navbar-nav .sub-menu li:hover > a,
    #header-section:not(.header-section-v3) .navbar-nav .sub-menu .current-menu-item > a,
    #header-section:not(.header-section-v3) .navbar-nav .sub-menu .current_page_item > a,
    #header-section:not(.header-section-v3) .navbar-nav .sub-menu .current-menu-parent > a,
    #header-section:not(.header-section-v3) .navbar-nav .sub-menu .current-menu-ancestor > a {
        background-color: transparent;
    }
    #header-section .navbar-nav .menu-item-has-children > a .main-header-section-menu-wd::after { display: block; }
    #header-section .navbar-nav .menu-item-has-children > a .main-header-section-menu-wd::after { content: '\e902'; }
    #header-section .navbar-nav .menu-item-has-children > .header-section-collapse-menu-opened .main-header-section-menu-wd::after,
    #header-section .navbar-nav .menu-item-has-children > .header-section-collapse-menu-opened .main-header-section-menu-wd::after {
        content: '\e93a';
    }

    #header-section.header-section-v2 #header-mobile-menu { display: block; }
    #header-section.header-section-v2 .navbar-nav > li:not(.headerbtn) > a {
        padding: 12px 0;
        padding-left: 0;
        padding-right: 0;
        line-height: 20px;
        background-color: transparent;
    }
    #header-section.header-section-v2 #header-section-top .header-section-top-content.header-section-top-content-left-side {
        display: none;
    }
    #header-section.header-section-v2 #header-section-top .navbar-header,
    #header-section.header-section-v2 #header-mobile-menu .header-section-top-content-mobile {
        padding: 0;
    }
    #header-section.header-section-v2 #header-section-top .header-section-top-content { padding: 0 15px; }
    #header-section.header-section-v2 #header-section-top .header-section-top-content {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    #header-section.header-section-v2 #header-section-top .header-section-top-content .info-block,
    #header-section.header-section-v2 #header-section-top .header-section-top-content .social-networks-block {
        padding: 20px 0;
    }
    #header-section.header-section-v2 #header-section-top.header-section-top-content-blank { border-bottom-width: 0; }

}
@media (max-width: 767px) {
    #header-section .navbar-header,
    #header-section:not(.header-section-v3) .navbar-collapse.collapse,
    #header-section:not(.header-section-v3) .navbar-collapse.collapsing,
    #header-section:not(.header-section-v3) .navbar-collapse.collapse.in,
    #header-section:not(.header-section-v3) .navbar-collapse.collapse.show {
        max-width: 540px;
    }
}
@media (max-width: 575px) {
    #header-section .navbar-header,
    #header-section:not(.header-section-v3) .navbar-collapse.collapse,
    #header-section:not(.header-section-v3) .navbar-collapse.collapsing,
    #header-section:not(.header-section-v3) .navbar-collapse.collapse.in,
    #header-section:not(.header-section-v3) .navbar-collapse.collapse.show {
        max-width: 100%;
    }
}
@media (max-width: 782px) {
    /* Fixed Header */
    .admin-bar #header-section.header-section-v3 #header-menu-section { padding-top: 46px; }
    .admin-bar #header-section.header-section-v3 #btn-header-section-v3 { margin-top: 46px; }
}
@media (min-width: 992px) {

    /* Mobile search form */
    .form-block.header-section-search-form-block-mobile { display: none; }

    /* Top link border */
    .header-menu-section .navbar-nav > li > a::before { display: block; }

    /* Header icons */
    .header-section .header-icons { display: block; }

    /* Fixed header */
    #header-section.header-section-fixed .header-menu-section-stuck {
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
    }
    .page-boxed #header-section.header-section-fixed .header-menu-section-stuck { max-width: 1230px; }
    .admin-bar #header-section.header-section-fixed .header-menu-section-stuck { top: 32px; }
    .page-maintenance #header-section.header-section-fixed .header-menu-section-stuck { top: 0; }
    .page-under-construction #header-section.header-section-fixed .header-menu-section-stuck { top: 0; }
    .vc_editor.admin-bar #header-section.header-section-fixed .header-menu-section-stuck { top: 0; }

    /* Search Form */
    .form-block.header-section-search-form-block { max-width: 960px; }

    /* Transparent header */
    #header-section.header-setcion-transparent { position: absolute; }
    #header-section.header-setcion-transparent .header-top-bar-section,
    #header-section.header-setcion-transparent .header-menu-section-container:not(.header-menu-section-stuck) {
        background-image: none;
        background-color: transparent;
        border-bottom: 1px solid #efefef;

        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
    #header-section.header-setcion-transparent.header-light-color .header-top-bar-section,
    #header-section.header-setcion-transparent.header-light-color .header-menu-section-container:not(.header-menu-section-stuck),
    #header-section.header-setcion-transparent.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .header-icons {
        border-color: rgba(255, 255, 255, 0.25);
    }
    #header-section.header-light-color .header-top-bar-section,
    #header-section.header-light-color .header-top-bar-section a,
    #header-section.header-light-color .header-top-bar-section .info-block-container,
    #header-section.header-light-color .header-top-bar-section .info-block-container *,
    #header-section.header-light-color .header-top-bar-section .social-networks-block.social-networks-transparent ul li a i,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-brand,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .header-icons > li > a,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .btn-header-section-search-form-close,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .form-control,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-nav > li > a,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-nav > li > a:hover,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-nav > li:hover > a,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-nav > .current-menu-item > a,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-nav > .current_page_item > a,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-nav > .current-menu-parent > a,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-nav > .current-menu-ancestor > a,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-nav > li > a:first-child:hover .main-header-section-menu-wd::after,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-nav > li:hover > a:first-child .main-header-section-menu-wd::after {
        color: #ffffff;
    }
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-nav > li > a::before {
        background-color: #ffffff;
    }
    #header-section.header-light-color .header-top-bar-section a,
    #header-section.header-light-color .header-top-bar-section .info-block-container a,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .navbar-brand:hover span,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .header-icons > li > a:hover,
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) .btn-header-section-search-form-close:hover {
        opacity: 0.85;
    }
    #header-section.header-light-color .header-top-bar-section a:hover,
    #header-section.header-light-color .header-top-bar-section .info-block-container a:hover,
    #header-section.header-light-color .secondary-menu-block .secondary-menu-block-ul .current-menu-item a,
    #header-section.header-light-color .secondary-menu-block .secondary-menu-block-ul .current_page_item a,
    #header-section.header-light-color .secondary-menu-block .secondary-menu-block-ul .current-menu-parent a,
    #header-section.header-light-color .secondary-menu-block .secondary-menu-block-ul .current-menu-ancestor a {
        opacity: 1;
    }
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) :-moz-placeholder {
        color: rgba(255, 255, 255, 0.70);
    }
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) ::-moz-placeholder {
        color: rgba(255, 255, 255, 0.70);
    }
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.70);
    }
    #header-section.header-light-color .header-menu-section-container:not(.header-menu-section-stuck) ::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.70);
    }

}
@media (min-width: 1200px) {

    /* Header v3 fixed */
    .header-section-v3-fixed { padding-left: 260px; }
    .header-section-v3-fixed #header-section.header-section-v3 { left: 0; }
    .header-section-v3-fixed #header-section.header-section-v3 #btn-header-section-v3 { display: none; }
    .header-section-v3-fixed #title-bar-section,
    .header-section-v3-fixed #page-body:not(.page-fullwidth),
    .header-section-v3-fixed #footer-widgets-section,
    .header-section-v3-fixed #footer-copyright-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-section-v3-fixed #page-body.page-left-sidebar,
    .header-section-v3-fixed #page-body.page-right-sidebar {
        max-width: 1230px;
    }

    /* Search Form */
    .form-block.header-section-search-form-block { max-width: 1200px; }

}


/* 31.5 Title bar
============================================================================= */
@media (max-width: 991px) {

    #title-bar-section.header-setcion-transparent-enabled { padding-top: 0 !important; }

    #title-bar-section.title-bar-section-v1 .title-bar-section-container { padding: 25px 0 23px; }
    #title-bar-section .title-bar-section-content-left-side,
    #title-bar-section .title-bar-section-content-right-side {
        width: 100%;
        text-align: left;
        padding: 5px 15px;
    }

}


/* 31.6 Page variations
============================================================================= */
@media (min-width: 576px) {
    #page-body.page-left-sidebar,
    #page-body.page-right-sidebar {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    #page-body.page-left-sidebar,
    #page-body.page-right-sidebar {
        max-width: 720px;
    }
}
@media (min-width: 992px) {

    #page-body.page-left-sidebar,
    #page-body.page-right-sidebar {
        max-width: 960px;
    }

    #page-body.page-right-sidebar #primary.content-area,
    #page-body.page-left-sidebar #secondary.widget-area {
        float: left;
    }
    .page-sidebar-not-active #page-body.page-left-sidebar #primary.content-area,
    .page-sidebar-not-active #page-body.page-right-sidebar #primary.content-area {
        float: none;
    }

    #page-body.page-left-sidebar #primary.content-area,
    #page-body.page-right-sidebar #secondary.widget-area {
        float: right;
    }

    #page-body.page-left-sidebar #primary.content-area,
    #page-body.page-right-sidebar #primary.content-area {
        max-width: 65.625%;
    }

    #page-body.page-left-sidebar #secondary.widget-area,
    #page-body.page-right-sidebar #secondary.widget-area {
        max-width: 34.375%;
    }

}
@media (min-width: 1200px) {

    #page-body.page-left-sidebar,
    #page-body.page-right-sidebar {
        max-width: 1200px;
    }

    #page-body.page-left-sidebar #primary.content-area,
    #page-body.page-right-sidebar #primary.content-area {
        max-width: 72.5%;
    }

    #page-body.page-left-sidebar #secondary.widget-area,
    #page-body.page-right-sidebar #secondary.widget-area {
        max-width: 27.5%;
    }

}


/* 31.7 Main section
============================================================================= */
.page-body-singular .gfort-section { padding-bottom: 60px; }


/* 31.8 Sidebar
============================================================================= */
@media (min-width: 992px) {
    #secondary.widget-area .main-sidebar-container {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}


/* 31.9 Loop
============================================================================= */
@media (max-width: 991px) {

    /* Columns */
    .main-loop-col-3.main-loop-items-wrapper .entry-item,
    .main-loop-col-4.main-loop-items-wrapper .entry-item,
    .main-loop-col-5.main-loop-items-wrapper .entry-item,
    .main-loop-col-6.main-loop-items-wrapper .entry-item {
        width: 50%;
    }
    .main-loop-col-3.main-loop-items-wrapper .entry-item:nth-child(3n+1),
    .main-loop-col-4.main-loop-items-wrapper .entry-item:nth-child(4n+1),
    .main-loop-col-5.main-loop-items-wrapper .entry-item:nth-child(5n+1),
    .main-loop-col-6.main-loop-items-wrapper .entry-item:nth-child(6n+1) {
        clear: none;
    }
    .main-loop-col-3.main-loop-items-wrapper .entry-item:nth-child(2n+1),
    .main-loop-col-4.main-loop-items-wrapper .entry-item:nth-child(2n+1),
    .main-loop-col-5.main-loop-items-wrapper .entry-item:nth-child(2n+1),
    .main-loop-col-6.main-loop-items-wrapper .entry-item:nth-child(2n+1) {
        clear: left;
    }

}
@media (max-width: 767px) {

    .main-loop-col-2.main-loop-items-wrapper .entry-item,
    .main-loop-col-3.main-loop-items-wrapper .entry-item,
    .main-loop-col-4.main-loop-items-wrapper .entry-item,
    .main-loop-col-5.main-loop-items-wrapper .entry-item,
    .main-loop-col-6.main-loop-items-wrapper .entry-item {
        width: 100%;
    }

    /* Small thumbs */
    .blog-small-thumbs .entry-item .entry-item-thumbnail {
        width: auto;
        float: none;
        border-radius: 0;
        max-width: initial;
        margin: 0 auto 25px;
    }
    .blog-small-thumbs .entry-with-empty-content .entry-item-thumbnail {
        margin-bottom: -5px;
        border-radius: 0 0 2px 2px;
    }

    /* Timeline */
    .blog-timeline.main-loop-col-2 .entry-item,
    .blog-timeline.main-loop-col-2 .entry-item:nth-child(2n+1) {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Title */
    .main-loop-col-1.main-loop-items-wrapper .entry-item .entry-item-title { font-size: 21px; }

    /* Responsive video */
    .fluid-width-video-wrapper { padding: 56.25% 0 0 !important; }

}


/* 31.10 Pagination
============================================================================= */
@media (max-width: 767px) {

    /* Front v3 */
    .gfort-pagination-block .nav-links .nav-page-count {
        width: 100%;
        line-height: 1;
        text-align: left;
        margin: 0 auto 20px;
    }

    /* Inner */
    .gfort-pagination-block-inner .post-navigation .nav-links { display: block; }
    .gfort-pagination-block-inner .post-navigation .nav-links .nav-direction {
        width: 100%;
        float: none;
        display: block;
    }
    .gfort-pagination-block-inner .post-navigation .nav-title-wrapper {
        top: 0;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }

}


/* 31.11 Footer
============================================================================= */
@media (max-width: 991px) {

    #footer-copyright-section .footer-copyright-section-content-left-side,
    #footer-copyright-section .footer-copyright-section-content-right-side {
        width: 100%;
        padding: 9px 15px;
        text-align: center !important;
    }

}