/* ===================================================================================

Theme Name: Empire
Theme URI: http://www.sohothemes.com/empire/
Description: Empire theme
Author: Soho Themes
Author URI: http://www.sohothemes.com
Version: 2.1
License: GPLv2
Tags: Wordpress, Blog, General Business, Website

====================================================================================== */

/* ==========================================================================
   1. CSS RESET
    ========================================================================= */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ul ul,
ul ol,
ol ul,
ol ol{
    padding-left: 40px;
}
body {
    line-height: 1;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*:focus {
    outline: 0;
    text-decoration: none;
}
a:focus,
a:active {
    text-decoration: none;
    outline: 0;
}

@font-face {
    font-family: Montserrat-light;
    src: url(../fonts/Montserrat-UltraLight.otf);
}

/* ==========================================================================
   2. DOCUMENT STYLES
   ========================================================================= */

body {
    font-family: 'Montserrat-light', Arial, sans-serif;
    font-size: 15px;
    background-color: #fff;
    font-weight: 100;
    letter-spacing: 0.5px;
}
.vc_row {
    margin-bottom: 80px;
}
.vc_row:last-child {
    margin-bottom: 0;
}
.home .vc_row:last-child {
    margin-bottom: 80px;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}
.vc_row .wpb_column:last-child .wpb_wrapper > .testimonial-block {
    margin-bottom: 0;
}
.vc_row-has-fill {
    padding: 80px 0;
}
.row {
    margin-bottom: 80px;
}
.wpb_text_column p:last-child {
    padding-bottom: 0;
}
.vc_row .wpb_column:only-child .wpb_wrapper .wpb_content_element:last-child,
div.vc_row .wpb_column .jwk_custom_element:not(:only-of-type):last-child{
    margin-bottom: 0;
}

.centered {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
div.vc_row .wpb_column .jwk_custom_element:not(:only-of-type){
    margin-bottom: 60px;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bkg-fill-darkgrey {
    background-color: #232020;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.pt-80{
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.bkg-fill-blue {
    background-color: #00a9da;
}
.sidebar-left .main-content {
    float: right;
}

.sidebar-left .aside {
    padding-right: 45px;
    padding-left: 15px;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap;     
    white-space: -o-pre-wrap;   
    word-wrap: break-word;      
}

a,
a h1,
a h2,
a h3,
a h4,
.resize-header,
.main-nav .logo,
.navbar-nav > li,
#search,
.wpml-languages,
.service-block-wrapper .block-caption,
.latest-posts a img,
.owl-nav .owl-prev,
.owl-nav .owl-next,
.newsletter .name,
.newsletter .email,
.submit,
.team-member .mask .social-links li a:hover .fa,
.zoom .fa,
.team-member .mask .social-links,
.team-member .mask .social-links li .fa,
.portfolio-item-container .mask,
.blog-posts .blog-post .post-media a img,
.aside .newsletter .newsletter-submit,
.aside .widget_newsletterwidget .newsletter .newsletter-email,
.comment .avatar:hover img,
.wpcf7-text, 
.wpcf7-select,
.wpcf7-textarea,
.wpcf7 .wpcf7-submit,
.button-overlay {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.button.theme-color-white {
    background-color: #fff;
    color: #232020;
}
.button.theme-color-white span.button-overlay {
    background: rgba(0, 0, 0, 0.05);
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.clearfix {
    clear: both;
}

/* ==========================================================================
    3. TYPOGRAPHY 
    ========================================================================= */

p,
a {
    color: #535050; 
}
p,
a,
span,
.textwidget {
    line-height: 28px;
}
p {
    padding-bottom: 28px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

h1 {
    font-size: 80px;
    line-height: 90px;
    color: #232020;
    margin-top: 0;
    font-weight: 700;
    letter-spacing: 1px;
}
h2 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
    font-weight: 700;
}
h3 {
    color: #232020;
    margin-top: 0;
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 25px;
}
h4 {
    color: #232020;
    margin-top: 0;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}
h5 {
    color: #535050;
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
h6 {
    color: #232020;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-title h1.underline {
    display: inline-block;
}
.page-title h1.underline:after {
    content: "";
    border-bottom: 2px solid #fff;
    display: block;
    width: 30%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.post-tag,
.button,
.post-meta li span,
.testimonial-content .testimonial-author,
.footer-widget-container .widget.widget_nav_menu .menu .menu-item a,
.submit,
.newsletter .name,
.newsletter .email,
.numbers-counter .timer-container .timer,
.numbers-counter h5,
.team-member figcaption .member-position,
.accordion .title a,
.pagination li a,
#filters li,
.aside .widget .title h3,
.rpw_posts_widget .rpw_blog .date-container span,
.widget_tag_cloud a,
.newsletter .newsletter-submit,
.widget.widget_calendar caption,
.widget.widget_calendar a,
.widget.widget_rss ul li a,
.aside-widgets .widget_nav_menu .menu .menu-item.menu-item-has-children > a,
.blog-details .article-tags li,
.comment-meta .author,
.comment-meta .date,
.comment .comment-reply-link,
.wpcf7-text, 
.wpcf7-select,
.wpcf7-textarea,
.wpcf7 .wpcf7-submit,
.contact-info li p span,
.contact-info .contact-links li a,
.blog-post .post-tags li{
    font-family: 'Montserrat', Arial, sans-serif;
}


strong {
    font-weight: 700;
}
strong a:hover {
    text-decoration: underline;
}
ul,
ol {
    list-style-position: inside;
    list-style-type: none;
}
ul li,
ol li {
    padding-bottom: 0;
}
.listy-style-none {
    list-style: none;
}
ul {
    margin-bottom: 25px;
}
ul li,
ol li{
    line-height: 28px;
    margin-bottom: 10px;
}
.post-body ul li{
    list-style: initial;
    list-style-position: inside;
}
.post-body ol li{
    list-style: decimal;
    list-style-position: inside;
}

/* ==========================================================================
    4. HEADER
    ========================================================================= */
#header{
    position: relative;
    z-index: 1000;
}
.header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #232020;
}
.header-wrapper.static-header {
    position: absolute;
}
.header-wrapper.header-transparent {
    background-color: transparent;
}
.header-wrapper.resize-header,
.header-wrapper.header-dark{
    background-color: #232020;
}
#search {
    width: 25px;
    min-height: 25px;
    position: relative;
    cursor: pointer;
    margin-top: 28px;
    float: right;
    z-index: 1005;
    background-color: transparent;
    margin-left: 4px;
}
.search-submit {
    background-image: url('../img/svg/search.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 25px;
    min-height: 25px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
    left: 0;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#search:focus,
.search-submit:focus,
#m_search:focus {
    outline: none;
}
#m_search {
    background: rgba(255,255,255,0.2);
    border: none;
    color: #ffffff;
    padding: 13px;
    position: absolute;
    top: 35px;
    right: 0px;
    width: 137px;
    font-size: 13px;
    display: none;
    opacity: 1;
}
.resize-header #m_search {
    background: rgba(101, 101, 101, 0.4);
    border: none;
    color: #ffffff;
    border: 1px solid rgba(160, 160, 160, 0.2);
    top: 37px;
}
#search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
#search input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
#search input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
#search input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.wpml-languages{
    display: block;
    float: right;
    position: relative;
    margin-left: 20px;
    margin-top: 34px;
    padding-bottom: 10px;
}
.wpml-languages a {
    float: left;
}
.wpml-languages a.active{
    display: block;
}

.wpml-languages a.active i{
    font-size: 9px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.wpml-languages a.active img{
    width: 22px;
    float: left;
}

.wpml-languages a img{
    width: 18px;
    float: left;
    display: inline-block;
}
.wpml-languages .wpml-lang-dropdown img {
    float: none;
}
.wpml-languages .fa {
    float: left;
    margin-left: 8px;
    color: #fff;
    font-size: 8px;
    margin-top: 2px;
}
.wpml-lang-dropdown{
    position: absolute;
    background-color: #fff;
    left: -7px;
    top: 102%;
    overflow: hidden;
    border: 1px solid #ddd;
    width: 100%;
    display: none;
    z-index: 10001;
}

.wpml-lang-dropdown li{
    list-style: none;
    padding: 7px;
    margin-bottom: 0;
    float: left;
}
.wpml-lang-dropdown li img {
    display: block;
}

.wpml-languages:hover ul.wpml-lang-dropdown{
    display: block;
}
.navbar-right {
    float: right;
}

.admin-bar .header-wrapper {
    top: 32px;
}

/* ==========================================================================
    4.1. MAIN NAVIGATION
    ========================================================================= */

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color: transparent;
}
.navbar-header{
    display: table;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0;
}
.main-nav .logo {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}
.resize-header .main-nav .logo {
    height: 50px;
}
.resize-header .navbar-nav > li {
    margin: 15px 35px 0 0;
}
.resize-header #search {
    margin-top: 13px;
}
.resize-header .wpml-languages {
    margin-top: 18px;
}

.navbar-collapse.in{
    display: block;
}
.logo img{
    width: 78px;
}
.main-nav .row{
    margin-bottom: 0;
}
.main-nav{
    background: none;
    margin-top: 0;
    padding-bottom: 0;
    -webkit-transition: margin 0.2s ease 0s;
    -moz-transition: margin 0.2s ease 0s;
    -o-transition: margin 0.2s ease 0s;
    -ms-transition: margin 0.2s ease 0s;
    transition: margin 0.2s ease 0s;
}
.navbar{
    min-height: 0;
    margin-bottom: 0;
}
.navbar-default {
    border: none;
    display: table;
    width: 100%;
    background-color: transparent;
    text-align: center;
}

.navbar-nav > li {
    position: relative;
    padding-bottom: 0;
    margin: 30px 35px 15px 0;
}
.navbar-nav>.dropdown > a{
    position: relative;
    padding-right: 20px;
}
.navbar-default .navbar-nav>.dropdown>a:before {
    position: absolute;
    display: block;
    content: "\f078";
    font-family: "FontAwesome";
    color: #ffffff;
    right: 0;
    top: 3px;
    margin-top: 0;
    font-size: 8px;
    line-height: 12px;
}
.navbar-nav > li:last-child {
    margin-right: 0;
}
.navbar-default .navbar-nav>li>a{
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    display: block;
    word-break: break-all;
    color: #fff;
    padding-bottom: 13px;
}
.navbar-nav>li {
    line-height: 10px;
    color: #fff;
    overflow: visible;
}
.navbar-brand, .navbar-nav>li>a {
    text-shadow: none;
}
.nav>li>a{
    padding-left: 5px;
    padding-right: 5px;
}

ul.dropdown-menu li.menu-item-has-children > ul.dropdown-menu {
    left: 100%;
    top: -3px;
    -webkit-block-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-block-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    block-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-menu{
    background-color: #232020;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #353535;
    min-width: 240px;
    padding: 0;

    -webkit-block-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-block-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.2);
    block-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.2);
}
.dropdown-menu li {
    margin-bottom: 0;
}
.dropdown .dropdown-menu .dropdown-submenu > a{
    position: relative;
}
.dropdown .dropdown-menu .dropdown-submenu > a:after{
    position: absolute;
    display: block;
    content: "\f054";
    font-family: "FontAwesome";
    color: #ffffff;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    font-size: 8px;
    line-height: 12px;
}

.dropdown-menu>li{
    padding: 0;
}

.dropdown-menu>li>a{
    color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #424242;
    font-size: 13px;
    font-weight: 600;
}

.dropdown-menu>li:last-child a{
    border: none;
}
.dropdown-menu.megamenu>li:last-child a{
    border-bottom: 1px solid #424242;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background: none;
}

.dropdown-submenu,
.dropdown.dropdown-submenu > a {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    left: 100%;
    top: -3px;
    -webkit-block-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-block-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    block-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

.dropdown-header {
    font-size: 14px;
    color: #949494;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-collapse.collapse {
    float: none;
    display: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}

.navbar-collapse{
    float: right;
    padding: 0;
}
.navbar-collapse.hide-navigation {
    display: none !important;
}
.navbar-toggle {
    margin-top: 20px;
    margin-right: 0;
    padding: 10px 10px;
    float: left;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #00a9da;
}
.navbar-nav {
    margin: 0;
    display: inline-block;
    float: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
    background-image: none;
    block-shadow: none;
}
#header .dropdown-menu > li > a:hover, #header .dropdown-menu > li > a:focus {
    background: #2D2D31;
    background-image: none;
    filter: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #424242;
}

.header-wrapper {
    block-shadow: none;
    -webkit-block-shadow: none;
    -moz-block-shadow: none;
}

/* ==========================================================================
    5. PAGE TITLE
    ========================================================================= */
.page-title {
    padding-top: 55px;
    padding-bottom: 88px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 110px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
_::selection,.page-title {
    display: block\0;
}
.page-title-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-title-image img {
    height: auto;
    min-height: 100%;
    width: auto;
    max-width: none;
}
.page-title-1 {
    background-image: url('../img/page-titles/page-title-01.jpg');  
}
.page-title-2 {
    background-image: url('../img/page-titles/page-title-02.jpg');  
}
.page-title-3 {
    background-image: url('../img/page-titles/page-title-03.jpg');  
}
.page-title-4 {
    background-image: url('../img/page-titles/page-title-04.jpg');  
}
.page-title-5 {
    background-image: url('../img/page-titles/page-title-05.jpg');  
}
.page-title-6 {
    background-image: url('../img/page-titles/page-title-06.jpg');  
}
.page-title-7 {
    background-image: url('../img/page-titles/page-title-07.jpg');  
}
.page-title .row {
    margin-bottom: 0;
}
.page-title.dark h1 {
    color: #fff;
}
.page-title h1 {
    margin-bottom: 10px;
    font-size: 80px;
    line-height: 68px;
}
.page-title h1:only-child {
    margin-bottom: 0;
}
.page-title h1::after{
    position: relative;
    margin: 0 auto;
    content: '';
    display: block;
    width: 150px;
    height: 10px;
    border-bottom: 3px solid #fff;
    top: 15px;
}
.page-title h2 {
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px;
}
.page-title.dark h2 {
    color: #fff;
}

.disabled-page-title {
    background-color: #232020;
    height: 80px;
}

.page-title .post-tags li a{
    padding: 5px;
    color: #fff;
}

/* ==========================================================================
    5. ELEMENTS
    ========================================================================= */

/* ==========================================================================
    5.1. ACCORDION
    ========================================================================= */
.accordion .title {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    font-size: 18px;
}
.accordion .title a {
    color: #232020;
    display: block;
    padding: 20px 10px 20px 30px;
}
.accordion .title:first-child a {
    padding: 0 10px 20px 30px;
}
.accordion .title.active {
    background-color: #ffffff;
    border-bottom: none;
}
.accordion .title:before {
    position: absolute;
    display: block;
    content: '';
    cursor: pointer;
    background-image: none;
    content: '\f055';
    font-family: 'FontAwesome';
    font-size: 20px;
    top: 27px;
    left: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.accordion.faq .title:first-child:before {
    top: 6px;
}
.accordion .title.active:before,
.accordion .title.active:hover:before {
    content: '\f056';
}
.accordion .content p {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 15px;
}
.accordion .content p:last-child {
    padding-bottom: 0;
}
.accordion.faq .title:before {
    text-align: center;
}
.accordion.faq .content {
    padding: 0 0 20px 30px;
    border-bottom: 1px solid #eeeeee;
}
/* ==========================================================================
    5.1. CONTACT INFO
    ========================================================================= */
.contact-info{
    display: block;
    background-color: #fcfcfc;
    margin-bottom: 0;
}
.contact-info li{
    display: inline-block;
    padding: 30px 25px;
    margin-bottom: 0;
}
.contact-info li p span{
    color: #535050;
    font-weight: 700;
}
.contact-info li h3 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
}
.contact-info li p{
    padding-bottom: 0;
}
.contact-info.blocks-1 {
    width: 22%;
    margin: 0 auto;
}
.contact-info.blocks-1 > li{
    width: 100%;
}
.contact-info.blocks-2 {
    width: 40%;
    margin: 0 auto;
}
.contact-info.blocks-2 > li{
    width: 50%;
}
.contact-info.blocks-3 {
    width: 70%;
    margin: 0 auto;
}
.contact-info.blocks-3 > li{
    width: 33.33333%;
}
.contact-info.blocks-4 {
    width: 100%;
    margin: 0 auto;
}
.contact-info.blocks-4 > li{
    width: 25%;
}

.contact-info.blocks-2 .contact-links li,
.contact-info.blocks-3 .contact-links li{
    margin-bottom: 7px;
    width: 100%;
}
.contact-info.blocks-2 .contact-links,
.contact-info.blocks-3 .contact-links{
    text-align: center;
}
.contact-info.blocks-2{
    width: 60%;
}
.contact-info .contact-links {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: left;
}
.contact-info .contact-links li{
    display: inline-block;
    width: auto;
    padding: 0;
    padding-left: 13px;
    line-height: 10px;
}
.contact-info .contact-links li:first-child{
    padding-left: 0;
}
.contact-info .contact-links li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #aaaaaa;
    display: inline-block;
    line-height: 15px;
    font-weight: 700;
}
.contact-info .contact-links li:nth-of-type(2) a{
    border-left: 2px solid #aaaaaa;
    padding-left: 13px;
}
.vc_row .contact-info {
    margin-right: -15px;
    margin-left: -15px;
}
#map {
    height: 600px;
}
.gm-style a, .gm-style span {
    line-height: initial;
}
/* ==========================================================================
    5.1. HEADINGS
    ========================================================================= */
.heading-style-01{
    margin-bottom: 30px;
}
.heading-style-02{
    margin-bottom: 60px;
}
.heading-style-01 h3 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.heading-style-02 h3 {
    text-transform: uppercase;
    font-size: 15px !important;
    line-height: 25px !important;
    color: #aaaaaa;
    font-weight: 400;
    margin-bottom: 0;
}
.heading-style-02.white h2,
.heading-style-02.white h3{
    color: #fff;
}
.heading-style-02.white h3{
    color: #dceff5;
}
.wpb_wrapper > .heading-style-01:last-child,
.wpb_wrapper > .heading-style-02:last-child{
    margin-bottom: 0;
}
/* ==========================================================================
     11. NUMBERS COUNTER
    ========================================================================= */
.numbers-counter {
    text-align: center;
}
.numbers-counter .icon-container {
    margin-bottom: 30px;
}
.numbers-counter .icon-container span {
    font-size: 60px;
    color: #dddddd;
}
.numbers-counter .timer-container .timer {
    font-size: 38px;
    color: #535050;
}
.numbers-counter .timer-container{
    margin-bottom: 12px;
}
.numbers-counter h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
}

/* ==========================================================================
    5.1. QUICK INFO BOX
    ========================================================================= */
.info-block-wrapper {
    position: relative;
}
.info-block-wrapper .block-caption{
    width: 100%;
    padding: 17px 20px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.info-block-wrapper .block-caption h3{
    color: #fff;
    margin: 10px 0 0;
    font-size: 24px;
    line-height: 30px;
}
.info-block-wrapper .block-caption h3:hover{
    text-decoration: underline;
}
.block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.block-image img {
    width: 100%;
}

/* ==========================================================================
    5.2. BUTTONS
    ========================================================================= */
.btn-wrapper {
    width: 100%;
}
.btn-wrapper.btn-centered {
    text-align: center;
}
.button {
    position: relative;
    padding: 0 35px;
    color: #232020;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 50px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
/*.button:hover {
    background-color: #f6f6f6; 
    color: #232020;
}*/
.button.theme-color {
    color: #fff;
}
.button .button-overlay {
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.button:hover .button-overlay {
    opacity: 1;
}

/* ==========================================================================
    5.2. PORTFOLIO
    ========================================================================= */
.mfp-bottom-bar {
    margin-top: -16px;
}
.mfp-title,
.mfp-counter{
    font-size: 15px;
    color: #ffffff;
}
.mfp-close {
    font-size: 24px;
    opacity: 1;
}
.mfp-close:hover {
    opacity: 0.65;
}
.mfp-arrow-right {
    background: url("../img/svg/next.svg") no-repeat center !important;
}
.mfp-arrow-left {
    background: url("../img/svg/prev.svg") no-repeat center !important;
}
.mfp-arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mfp-arrow-right:before,
.mfp-arrow-right:after,
.mfp-arrow-left:before,
.mfp-arrow-left:after{
    display: none !important;
}
.portfolio-items {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.portfolio-items.gallery.grid-col-md-4 li:nth-child(3n+1) {
    clear: left;
}
.portfolio-items.gallery.grid-col-md-3 li:nth-child(4n+1) {
    clear: left;
}
.portfolio-items.gallery.grid-col-md-6 li:nth-child(2n+1) {
    clear: left;
}
.portfolio-items li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.portfolio-item-container {
    position: relative;
    width: 100%;
}
.portfolio-item-container .portfolio-img {
    position: relative;
}
.portfolio-img img {
    width: 100%;
}
.portfolio-item-container .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}
.portfolio-item-container .portfolio-img:hover .mask {
    opacity: 1;
}
.portfolio-item-container .zoom {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    transform: translate(0,50%);
    -webkit-transform: translate(0,50%);
    -moz-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
}
.portfolio-item:hover .zoom {
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
}

.wpb_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0 10px 10px 0;
}
.portfolio-items.grid-col-md-3 li:nth-child(4n+1){
    clear: left;
}
/* ==========================================================================
    5.2. PAGINATION
    ========================================================================= */

.pagination {
    margin-bottom: 0;
    /*margin-top: -40px;*/
    list-style: none;
    display: inline-block;
}

.pagination li {
    float: left;
    background-color: transparent;
    list-style: none;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.pagination li a {
    display: table-cell;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    color: #232020;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.pagination li.active a {
    color: #fff !important;
}

.pagination li.next-page a, .pagination li.prev-page a{
    background-color: #363636;
    color: #fff;
    font-size: 16px;
}
.pagination.pagination-right {
    float: right;
}

/* ==========================================================================
    5.2. SERVICES
    ========================================================================= */
.service-block-wrapper {
    position: relative;
}
.service-block-wrapper.style-01 .block-caption{
    width: 95%;    
    position: absolute;
    display: table;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    background-color: #fff;
}
.service-block-wrapper.style-01 .block-caption.service-block-caption-hover{
    bottom: 0;
    width: 100%;
}
.service-block-wrapper.style-01 .block-caption a{
    display: table-cell;
    vertical-align: middle;
    padding: 17px 20px;
}
.service-block-wrapper.style-01 .block-caption h3{
    margin-bottom: 4px;
}
.service-block-wrapper .block-caption p {
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.service-block-wrapper.style-01 .block-caption.service-block-caption-hover h3,
.service-block-wrapper.style-01 .block-caption.service-block-caption-hover p{
    color: #dceff5;
}

.service-block-wrapper.style-01 .block-caption .icon-container span{
    font-size: 85px;
    display: none;
    color: #fff;
    margin-bottom: 20px;
}

.service-block-wrapper.style-02 {
    text-align: center;
}
.service-block-wrapper.style-02 .icon-container {
    display: table;
    width: 145px;
    height: 145px;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.service-block-wrapper.style-02 .icon-container span {
    font-size: 60px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.service-block-wrapper.style-02 h3 {
    font-size: 24px;
    line-height: 30px;
}
.service-block-wrapper p:last-child {
    padding-bottom: 0;  
}

.vc_row .vc_col-sm-3 .service-block-wrapper.style-01 .block-caption .icon-container span{
    font-size: 50px;
}

/* ==========================================================================
    5.2. LATEST POSTS
    ========================================================================= */

.latest-posts .post-image {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}
.latest-posts .post-image img {
    width: 100%;
}
.latest-posts .post-image .mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    display: table;
    width: 100%;
    height: 200px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.latest-posts .post-image:hover .mask{
    opacity: 1;
}
.latest-posts .post-image .mask .btn-wrapper{
    display: table-cell;
    vertical-align: middle;
}
.latest-posts .post-image .mask .button {
    padding: 5px 10px;
    line-height: 20px;
}

.latest-posts p {
    padding-bottom: 15px;
}
.latest-posts p:last-of-type {
    padding-bottom: 0;
}

/* ==========================================================================
    9. TESTIMONIALS
    ========================================================================= */

.testimonial-block {
    text-align: center;
    margin: 55px 0 0 0;
}

.testimonial-block .testimonial-content .testimonial-author,
.testimonial-item .testimonial-content .testimonial-author {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: 700;
    display: block;
    line-height: 21px;
}
.testimonial-block .testimonial-content .testimonial-avatar,
.testimonial-item .testimonial-content .testimonial-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto 30px auto;
}
.testimonial-block .testimonial-content .testimonial-avatar img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.testimonial-block .testimonial-content p,
.testimonial-item .testimonial-content p{
    color: #232020;
    font-weight: 700;
    padding-bottom: 30px;
}
.testimonial-block .testimonial-content {
    background-color: #fcfcfc;
    padding: 80px 35px 30px;
}
.testimonial-block .testimonial-avatar {
    margin-top: -135px !important;
}

.testimonial-content.no-avatar {
    padding: 30px 35px 30px;
}


/* ==========================================================================
    9. CLIENTS
    ========================================================================= */
.client-logo-block {
    position: relative;
    background-color: #fcfcfc;
    height: 182px;
    width: 100%;
    text-align: center;
}
.client-logo-block > img{
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* ==========================================================================
    9. TESTIMONIAL CAROUSEL
    ========================================================================= */
#testimonials-carousel .testimonial-item .testimonial-content{
    text-align: center;
    width: 65%;
    margin: 0 auto;
}



/* ==========================================================================
    9. OWL CAROUSEL
    ========================================================================= */
.owl-dots {
    text-align: center;
    padding: 50px 0 0;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 3px;
    background: #e7e5e5;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot span:hover,
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot span:hover{                                                    
    background-color: #aaa;
}
.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -40px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 65px;
    height: 80px;
    overflow: hidden;
    text-indent: 9999px;
}
.owl-nav .owl-prev{
    float: left;
    background: url(../img/svg/prev-dark.svg) no-repeat left center;
    margin-left: 45px;
}
.owl-nav .owl-prev.owl-nav-with-dots,
.owl-nav .owl-next.owl-nav-with-dots {
    margin-top: -85px;
}
.owl-nav .owl-prev:hover{
    margin-left: 35px;
}
.owl-nav .owl-next{
    float: right;
    background: url(../img/svg/next-dark.svg) no-repeat right center;
    margin-right: 45px;
}
.owl-nav .owl-next:hover{
    margin-right: 35px;
}


/* ==========================================================================
    9. NEWSLETTER
    ========================================================================= */
.newsletter {
    margin: 50px 0 0;
    font-size: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.newsletter .name,
.newsletter .email {
    background-color: transparent;
    border: 1px solid #ddd;
    width: 445px;
    line-height: 22px;
    height: 50px;
    padding: 16px 30px;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 15px;
}
.newsletter .email:focus,
.newsletter .name:focus{
    border: 1px solid #fff;
}
.newsletter .submit {
    padding: 17px 37px;
    width: 180px;
    color: #232020;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
    border: none;
}
.newsletter .submit:hover {
    background-color: #f3f3f3;    
}
.newsletter input::-webkit-input-placeholder {/* Chrome/Opera/Safari */
    color: #dceff5;
    letter-spacing: 0.5px;
}
.newsletter input::-moz-placeholder {/* Firefox 19+ */
    color: #dceff5;
    letter-spacing: 0.5px;
}
.newsletter input::-ms-input-placeholder { /* IE 10+ */
    color: #dceff5;
    letter-spacing: 0.5px;
}
.newsletter input:-moz-placeholder { /* Firefox 18- */
    color: #dceff5;
    letter-spacing: 0.5px;
}


/* ==========================================================================
    8.14. TEAM MEMBERS 
    ========================================================================= */
.team-member figure {
    position: relative;
    width: 100%;
}
.team-member figcaption {
    width: 100%;
    opacity: 1;
    text-align: center;
}
.team-member figcaption .member-name {
    padding-bottom: 0;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    margin-bottom: 2px;
}
.team-member figcaption .member-position {
    padding-bottom: 0;
    color: #535050;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
}
.team-member {
    position: relative;
    overflow: hidden;
    margin: 0;
}
.team-member img {
    margin-bottom: 30px;
}
.team-member img{
    width: 100%;
    display: block;
}
.team-member .member-image-container {
    position: relative;
}
.team-member .mask {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.centered-content {
    display: table-cell;
    vertical-align: middle;
}
.team-member:hover .mask {
    opacity: 1;
}
.team-member .mask .social-links {
    text-align: center;
    opacity: 0;
    margin-bottom: 0;
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
}
.team-member:hover .social-links {
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}
.team-member .mask .social-links li {
    display: inline-block;
    margin-right: 5px;
}
.team-member .mask .social-links li:last-child {
    margin-right: 0;
}
.team-member .mask .social-links li .fa {
    color: #ffffff;
    font-size: 15px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}
.team-member .mask .social-links li a {
    padding: 5px;
    line-height: 12px;
}
.team-member .mask .social-links li a:hover .fa{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
}
.team-member .zoom {
    margin-bottom: 28px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.team-member:hover .zoom {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}
.zoom {
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 40px;
    display: table;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
}
.zoom .fa{
    display: table-cell;
    vertical-align: middle;
    color: #232020;
}

/* ==========================================================================
    9. BLOG
    ========================================================================= */
.blog-posts {
    margin-bottom: 0;
}

#blog-list .blog-post:last-child {
    margin-bottom: 0;
}

.blog-posts.post-list + .pagination {
    margin-top: 40px !important;
}
.blog-posts:after {
    content:"";
    display: block;
    clear: both;
}
.blog-posts:before {
    content:"";
    display: block;
    clear: both;
}
#blog-masonry.blog-posts .blog-post {
    margin-bottom: 80px;
    padding: 0 15px;
}
#blog-masonry {
    margin-left: -15px;
    margin-right: -15px;
}
.blog-post .post-body {
    float: left;
    width: 100%;
}
.blog-post .post-body p{
    padding-bottom: 25px;
}
.blog-post .post-body p:last-child {
    padding-bottom: 0;
}
.blog-post .post-media a:hover img {
    opacity: 0.9;
}
ul.post-tags {
    margin-bottom: 5px;
    padding-left: 0;
}
.post-tags li{
    display: inline-block;
    margin: 0 5px 7px 0;
}
.blog-post .post-tags li span{
    text-transform: uppercase;
    font-weight: 700;
    color: #535050;
    margin-right: 5px;
}
.blog-post .post-tags li {
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
    padding: 0 2px;
}
.blog-details .blog-post {
    margin-bottom: 30px;
}
.post-tag {
    padding: 8px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.post-tag:hover,
.post-tag:focus{
    color: #fff;
}
.post-tag.additional-tag,
.page-title .post-tags li .post-tag.additional-tag{
    background-color: #eeeeee;
    color: #535050;
}
.post-tag.additional-tag:hover {
    background-color: #f5f5f5;
}
.blog-details .post-body.no-tags{
    margin-bottom: 0;
}
.blog-posts .blog-post .post-media{
    float: left;
}
.isotope-item-inner {
    float: left;
}
.blog-post h4 {
    margin-bottom: 20px;
}
.post-media {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    display: block;
}
.post-media img {
    display: block;
    width: 100%;
}

.aside {
    float: left;
    background-color: #fff;
}
.aside .aside-widgets,
.aside .aside-widgets .widget{
    float: left;
    width: 100%;
}
.container .aside.aside-negative-margin{
    margin-top: -125px;
    padding: 0 30px 0 30px;
}
.aside .aside-widgets .widget {
    margin-bottom: 60px;
}
.aside .aside-widgets .widget:last-child{
    margin-bottom: 0;
}
.aside .aside-widgets .widget ul {
    margin-bottom: 0;
}
.aside .aside-widgets {
    margin-bottom: 0;
}
.latest-posts .post-meta {
    margin-top: 30px;
}
.post-meta {
    padding-left: 0;
    margin-bottom: 0;
}
.post-meta .post-date {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: 7400;
    display: block;
    line-height: 21px;
    padding-left: 25px;
    background: url(../img/svg/icon-time.svg) no-repeat;
}
.post-meta li{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}
.post-meta li:last-child {
    margin-right: 0;
}
.post-meta .post-author {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #aaaaaa;
    display: block;
    line-height: 21px;
    padding-left: 25px;
    background: url(../img/svg/icon-user.svg) no-repeat;
}
.post-meta .post-author a{
    line-height: 21px;
    color: #aaaaaa;
}
/* ==========================================================================
    9. BLOG MASONRY
    ========================================================================= */

ul#filters {
    display: inline-block;
    margin-bottom: 50px;
    padding-left: 15px;
}
#filters li {
    float: left;
    margin: 0 12px;
    padding-left: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#filters .filter-button {
    cursor: pointer;
}
#filters li:first-child {
    margin-left: 0;
}
.centered #filters li:first-child {
    margin-left: 15px;
}
#blog-masonry .blog-post {
    margin-bottom: 80px;
}
#blog-masonry .blog-post .isotope-item-inner {
    position: relative;
    overflow: hidden;
}


/* ---- isotope ---- */

/* clear fix */
#blog-masonry:after{
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.isotope-item {
    padding: 0;
}
.isotope-item {
    float: left;
    margin-bottom: 0;
}
.isotope-item img {
    display: block;
    max-width: 100%;
}
.col-md-6.grid-item--width2,
.col-sm-6.grid-item--width2,
.col-xs-6.grid-item--width2{
    width: 100%;
}
.col-md-12.grid-item--width2,
.col-sm-12.grid-item--width2,
.col-xs-12.grid-item--width2{
    width: 100%;
}
.col-md-5.grid-item--width2 {
    width: 83.3334%;
}
.col-md-4.grid-item--width2 {
    width: 66.666%;
}
.col-md-3.grid-item--width2 {
    width: 50%;
}
.col-md-2.grid-item--width2 {
    width: 33.3334%;
}
/* ==========================================================================
    9. BLOG LIST
    ========================================================================= */
#blog-list {
    float: left;
}
#blog-list .blog-post {
    margin-bottom: 80px;
    float: left;
}

/* ==========================================================================
    9. BLOG SINGLE
    ========================================================================= */
.single-post .left-aligned-title {
    padding-top: 157px;
}
.single-post .left-aligned-title .post-categories {
    color: #aaaaaa;
}
.blog-title .blog-post .post-body {
    float: none;
    margin-bottom: 0;
}
.blog-details .post-body {
    margin-bottom: 45px;
}
.blog-title.dark .post-meta .post-date,
.blog-title.dark .post-meta .post-author,
.blog-title.dark .post-meta .post-author a{
    color: #fff;
}
.blog-title.dark .post-meta .post-author a:hover {
    text-decoration: underline;
}
.blog-title.dark .post-meta .post-date {
    background: url(../img/svg/icon-time-white.svg) no-repeat;
}
.blog-title.dark .post-meta .post-author {
    background: url(../img/svg/icon-user-white.svg) no-repeat;
}

.blog-title .post-body .post-meta {
    margin-top: 0;
    margin-bottom: 0;
}
.blog-title .post-body h1 {
    margin: 0 auto 10px auto;
}
.blog-title.post-default-style.text-light .post-body h1{
    color: #fff;
}
.blog-title.post-default-style.text-dark .post-body h1{
    color: #232020;
}
.blog-title.post-default-style .post-body h1::after{
    border: none;
}
.blog-title.post-simple-style .post-body h3{    
    margin-bottom: 0px;
    font-size: 26px;
    color: #fff;
}
.blog-title.post-simple-style.text-dark .post-body h3{
    color: #232020;
}
.blog-title .post-tags {
    margin-bottom: 0;
}
.blog-title.page-title {
    padding-top: 22px;
    padding-bottom: 37px;
}
.blog-title.post-simple-style{
    padding-top: 37px;
}
.blog-details .article-tags {
    margin-bottom: 80px;
}
.blog-details .article-tags li{
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-details .article-tags li span {
    font-weight: 700;
    color: #535050;
}
.blog-details .article-tags li:first-child {
    margin-right: 7px;
}
.blog-details .post-tags,
.blog-details h3,
.blog-details .post-meta{
    float: left;
    width: 100%;
}
.blog-details .post-tags{
    margin-bottom: 10px;
}
.blog-details h3{
    margin-bottom: 17px;
}
.blog-details .post-meta {
    margin-top: 0;
    margin-bottom: 30px;
}
.post .post-body .vc_row:last-child {
    margin-bottom: 0;
}
.blog-title.text-dark.post-default-style .post-meta li span,
.blog-title.text-dark.post-default-style .post-meta li a{
    color: #535050;
}
.blog-title.simple-style .post-meta li span,
.blog-title.simple-style .post-meta li a{
    text-transform: none;
    color: #aaaaaa;
    font-size: 12px;
}
.blog-title.text-dark.simple-style .post-meta li span,
.blog-title.text-dark.simple-style .post-meta li a{
    color: #535050;
}
.blog-title.simple-style .post-meta li .post-categories{
    padding-left: 25px;
    background: url("../img/svg/icon-category.svg") no-repeat;
}

.single-post .heading-style-02.white h3{
    color: #000;
    font-size: 30px !important;
    line-height: 39px !important;
    font-weight: 700;
}
/* ==========================================================================
    POST COMMENTS
============================================================================= */
.post-comments {
    width: 100%;
    float: left;
}
.post-comments h5 {
    color: #535050;
    text-transform: uppercase;
}
.comments-li {
    float: left;
    margin-bottom: 0;
    background: none;
    padding-left: 0;
    list-style: none;
}
.comments-li > li {
    float: left;
    width: 100%;
    margin-bottom: 55px;
    list-style: none;
    min-height: 75px;
    border-bottom: 1px solid #e3e3e3;
}
.comments-li > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.comments-li > li:last-child .comment {
    border: none;
    /* margin-bottom: 0; */
}
.comments-li .comment {
    float: left;
    width: 100%;
    min-height: 60px;
    margin-bottom: 50px;
}
.post-comments .comment + .children {
    margin-top: 20px;
}

.comment .avatar {
    width: 65px;
    height: 65px;
    margin-right: 15px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.comment-meta {
    padding-left: 0;
    margin-bottom: 0;
}
.comment-meta li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
}
.comment-meta .date{
    padding-left: 22px;
    line-height: 23px;
    font-size: 12px;
    color: #aaaaaa;
    text-transform: uppercase;
    background: url(../img/svg/icon-time.svg) no-repeat;
}
.comment-meta .author {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #232020;
    margin-right: 5px;
}
.comment .avatar:hover img {
    opacity: 0.8;
}
.comment-body p {
    padding-bottom: 0;
}
.comment-content {
    float: left;
    width: calc(100% - 80px);
}
.comment .comment-reply-link {
    display: block;
    margin-top: 18px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}
.comment .comment-reply-link .fa{
    font-size: 10px;
    margin-right: 5px;
}
.post-comments .children {
    margin-left: 65px;
    float: left;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}
.post-comments .children .comment-content {
    float: none;
    padding-left: 80px;
}

.children li {
    list-style: none;
}

.comment-form {
    float: left;
    width: 100%;
}
.comment-form .wpcf7 .wpcf7-submit {
    float: right;
}
#respond {
    padding-bottom: 40px;
}
/* ==========================================================================
    11. CONTACT
    ========================================================================= */
.wpcf7 {
    margin-top: 30px;
}
.contact-form .wpcf7 {
    margin-top: 0;
}
.wpcf7 fieldset{
    margin-bottom: 15px;
}

.wpcf7 label{
    width: 100%;
    padding-bottom: 10px;
}
.wpcf7-form-control-wrap {
    color: inherit;
}
.wpcf7-text, 
.wpcf7-select {
    height: 50px;
}
.wpcf7-text, 
.wpcf7-select,
.wpcf7-textarea{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 30px;
    font-size: 13px;
}
.wpcf7-textarea {
    resize: none;
    padding: 20px 30px;
}
.your-name #comment-name {
    margin-right: 4%;
}
.your-name #comment-name, .your-email #comment-email {
    width: 48%;
    float: left;
}
.wpcf7 .wpcf7-submit{
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 50px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
}
.wpcf7-text::-webkit-input-placeholder,
.wpcf7-textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #aaaaaa;
}
.wpcf7-text::-moz-placeholder,
.wpcf7-textarea::-moz-placeholder { /* Firefox 19+ */
    color: #aaaaaa;
}
.wpcf7-text:-ms-input-placeholder,
.wpcf7-textarea:-ms-input-placeholder { /* IE 10+ */
    color: #aaaaaa;
}
.wpcf7-text:-moz-placeholder,
.wpcf7-textarea:-moz-placeholder{ /* Firefox 18- */
    color: #aaaaaa;
}
.comment-form h5 {
    margin-bottom: 10px;
}
/* ==========================================================================
    9. FOOTER
    ========================================================================= */
#footer-wrapper {
    text-align: center;
    padding: 50px 0 30px 0;
}
#footer-wrapper .logo {
    display: inline-block;
    margin-bottom: 15px;
}
#copyright-container {
    text-align: center;
    background-color: #1d1b1b;
    padding: 25px 0;
}
#copyright-container .row {
    margin-bottom: 0;
}
#copyright-container p {
    padding-bottom: 0;
    font-size: 13px;
    color: #666666;
}
#copyright-container p a{
    color: #aaaaaa;
}
#copyright-container p a:hover {
    color: #fff;
}
#footer-wrapper .social-links {
    margin: 0 auto 30px auto; margin-bottom: 0;
}
#footer-wrapper .social-links li{
    margin-bottom: 3px;
}
.social-links.filled-circles {
    display: table;
    border-spacing: 7px;
    border-collapse: separate;
}
.social-links.filled-circles li {
    display: inline-block;
}
.social-links.filled-circles li a {
    background-color: #2e2c2c;
    height: 55px;
    width: 55px;
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    margin: 0 3px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.social-links.filled-circles a .fa {
    color: #fff;
}


/* ==========================================================================
     11. WIDGETS
    ========================================================================= */
.widget a {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 0;
    margin-top: 10px;
    display: inline-block;
}
.footer-widget-container .widget a {
    color: #fff;
}
.widget ul {
    padding-left: 0;
}
.widget ul ul{
    padding-left: 20px;
}
.widget ul li {
    line-height: 20px;
}
.widget ul li:last-child {
    margin-bottom: 0;
}
.widget ul li a {
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
    line-height: 20px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #535050;
}
.widget h5 {
    margin-bottom: 20px;
}
.aside {
    padding-left: 45px;
}
.aside .widget ul li a {
    font-size: 15px;
}

.footer-widget-container
{ margin-bottom: 0; }

.footer-widget-container .widget ul li a {
    color: #888;
}
.widget:last-child {
    margin-bottom: 0px;
}
.widget .title h3 {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
}
.aside .widget .title h3 {
    font-weight: 700;
    font-size: 18px;
    color: #535050;
    line-height: 25px;
}
.footer-widget-container .widget .title h3 {
    color: #fff;
}

.widget p,
.widget a,
.widget .textwidget,
.widget span {
    color: #535050;
}
.widget-centered {
    text-align: center;
}
.widget_newsletterwidget.widget-centered .social-links {
    float: none;
    margin: 0 auto;
}
.widget-centered .newsletter{
    margin-bottom: 25px;
}
.widget.widget_nav_menu .menu .menu-item:before,
.widget.widget_archive ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_rss ul li:before,
.widget.widget_pages ul li:before,
.aside-widgets .widget_nav_menu .menu .menu-item:before{
    position: absolute;
    left: 0;
    top: 0;
    color: #aaaaaa;
    content: "\f054 ";
    font-family: "FontAwesome";
    font-size: 10px;
}

.widget.widget_nav ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_rss ul li,
.widget.widget_pages ul li{
    position: relative;
    padding-left: 17px;
    margin-bottom: 13px;
}

/* ==========================================================================
     11. SEARCH WIDGET
    ========================================================================= */

.widget.widget_search .a_search {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 20px 0;
    width: 100%;
    font-size: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.widget.widget_search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    left: inherit;
    width: 25px;
    padding-bottom: 25px;
    background-image: url('../img/svg/search-icon-dark.svg');
    background-position-y: 2px;
}
.aside .widget form {
    position: relative;
}
.aside .widget.widget_search .a_search:focus {
    border-bottom: 1px solid;
}

.aside .widget.widget_search .a_search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaaaaa;
    font-weight: 500;
}
.aside .widget.widget_search .a_search::-moz-placeholder { /* Firefox 19+ */
    color: #aaaaaa;
    font-weight: 500;
}
.aside .widget.widget_search .a_search:-ms-input-placeholder { /* IE 10+ */
    color: #aaaaaa;
    font-weight: 500;
}
.aside .widget.widget_search .a_search:-moz-placeholder { /* Firefox 18- */
    color: #aaaaaa;
    font-weight: 500;
}

/* ==========================================================================
     11. TEXT WIDGET
    ========================================================================= */
.widget .widget_text {
    padding-left: 0;
}
.widget .widget_text p,
.widget .widget_text{
    padding-bottom: 15px;
    line-height: 23px;
}
.widget.widget_text p:last-child {
    padding-bottom: 0;
}
#footer-wrapper .widget .widget_text p{
    font-size: 15px;
    padding-bottom: 15px;
}
.widget.widget_text select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e3e3e3;
    color: #aaa;
}

/* ==========================================================================
     11. NEWSLETTER WIDGET
    ========================================================================= */

.widget_newsletterwidget .newsletter .newsletter-email {
    border-bottom: 1px solid #e3e3e3;
    height: 50px;
    background-color: transparent;
    float: left;
    width: 100%;
    border: none;
}
.newsletter .newsletter-submit {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.newsletter .newsletter-submit {
    color: #aaaaaa;
}
.widget_newsletterwidget .social-links {
    border-spacing: 3px;
    padding-left: 0;
    float: left;
}
.widget_newsletterwidget .social-links li{
    display: inline-block;
}
.widget_newsletterwidget .social-links li a {
    width: 50px;
    height: 50px;
    display: table;
    text-align: center;
}
.widget_newsletterwidget .social-links li a {
    background-color: #232020;
}
.widget_newsletterwidget .social-links li a:hover {
    background-color: #4e4a4a;
}
.widget_newsletterwidget .social-links li a .fa {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.aside .widget_newsletterwidget .newsletter{
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}

.aside .newsletter .newsletter-submit {
    position: absolute;
    color: #535050;
    right: 0;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    float: right;
    font-size: 12px;
    padding: 14px 0;
    font-weight: 700;
}
.aside .widget_newsletterwidget .newsletter .newsletter-email {
    border-bottom: 1px solid #e3e3e3;
}
.aside .widget_newsletterwidget .newsletter .newsletter-email:focus{
    border-bottom: 1px solid #535050;
}
.aside .widget_newsletterwidget .newsletter .newsletter-email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaaaaa;
    font-weight: 300;
    font-size: 15px;
}
.aside .widget_newsletterwidget .newsletter .newsletter-email::-moz-placeholder { /* Firefox 19+ */
    color: #aaaaaa;
    font-weight: 300;
    font-size: 15px;
}
.aside .widget_newsletterwidget .newsletter .newsletter-email:-ms-input-placeholder { /* IE 10+ */
    color: #aaaaaa;
    font-weight: 300;
    font-size: 15px;
}
.aside .widget_newsletterwidget .newsletter .newsletter-email:-moz-placeholder { /* Firefox 18- */
    color: #aaaaaa;
    font-weight: 300;
    font-size: 15px;
}
.widget_newsletterwidget .newsletter .newsletter-email::-webkit-input-placeholder,
.aside .widget_newsletterwidget .newsletter .newsletter-email::-moz-placeholder,
.aside .widget_newsletterwidget .newsletter .newsletter-email:-ms-input-placeholder,
.aside .widget_newsletterwidget .newsletter .newsletter-email:-moz-placeholder{
    font-size: 15px;
}

/* ==========================================================================
     11. CUSTOM MENU WIDGET
    ========================================================================= */
.footer-widget-container {
    margin-bottom: 0;
}
.footer-widget-container .widget.widget_nav_menu {
    margin-bottom: 60px;
}
.footer-widget-container .widget.widget_nav_menu .menu {
    padding-left: 0;
    font-size: 0;
    margin-bottom: 8px;
}
.footer-widget-container .widget.widget_nav_menu .menu .menu-item {
    position: relative;
    padding-left: 15px;
    display: inline-block;
    padding-right: 15px;
    line-height: 8px;
    padding-left: 15px;
    border-right: 2px solid #666666;
    margin-bottom: 0;
}
.footer-widget-container .widget.widget_nav_menu .menu .menu-item:last-child {
    border: none;
}
.footer-widget-container .widget.widget_nav_menu .menu .menu-item a {
    text-transform: uppercase;
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    font-weight: 700;
}
.footer-widget-container .widget.widget_nav_menu .menu .menu-item a:hover {
    color: #fff;
}
.footer-widget-container .widget.widget_nav_menu .menu .menu-item:before {
    display: none;
}

.aside-widgets .widget_nav_menu ul li{
    background-position: right center;
    padding-left: 0;
}

.aside-widgets .widget_nav_menu ul li:last-child{
    border-bottom: none;
}

.aside-widgets .widget_nav_menu .menu .menu-item {
    position: relative;
    width: 100%;   
    list-style: none; 
    margin-bottom: 10px;
}

.aside-widgets .widget_nav_menu .menu .menu-item.menu-item-has-children {
    padding-bottom: 0;
    background-position-y: 10px;
}

.aside-widgets .widget_nav_menu .sub-menu .menu-item {
    border-top: none;
    padding: 0;
    margin-top:10px;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: right center;
}

.aside-widgets .widget_nav_menu .menu .sub-menu .menu-item:last-child {
    border-bottom: none;
}

.aside-widgets .widget_nav_menu .menu .menu-item:before {
    right: 0;
    left: inherit;
}
/* ==========================================================================
     11. LATEST POSTS WIDGET
    ========================================================================= */

.rpw_posts_widget .rpw_blog .rpw_image_container img{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

div.rpwe-block li {
    border-bottom: none;
    margin-bottom: 15px;
}
time.rpwe-time {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
    color: #aaa;
    font-weight: 700;
    background: url(../img/svg/icon-time.svg) no-repeat;
}
.rpwe-li .rpwe-thumb {
    border: none !important;
    box-shadow: none!important;
    margin: 5px 13px 20px 0;
    padding: 0 !important;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.rpwe-li .rpwe-thumb:hover {
    opacity: 0.85;
}
.aside .rpwe-title {
    font-size: 15px;
    margin-bottom: 12px !important;
    line-height: 24px;
}
.aside .rpwe-title a{
    font-weight: 700;
    color: #232020;
    line-height: 28px;
}

/* ==========================================================================
     11. TAG CLOUD WIDGET
    ========================================================================= */
.widget_tag_cloud a {
    background: transparent;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 0px;
    padding: 8px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 0;
    line-height: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #535050;
    border: 1px solid #e3e3e3;
}
.widget_tag_cloud a:hover {
    color: #fff !important;
}


/* ==========================================================================
     11. RECENT COMMENTS WIDGET
    ========================================================================= */

.widget.widget_recent_comments .recentcomments {
    font-weight: 300;
    margin-bottom: 15px;
}
.widget.widget_recent_comments .recentcomments,
.widget.widget_recent_comments .recentcomments a,
.widget.widget_recent_comments .recentcomments span{
    line-height: 20px;
}
.widget.widget_recent_comments .recentcomments a,
.widget.widget_recent_comments .recentcomments span{
    display: inline;
}
.widget.widget_recent_comments .recentcomments a:hover {
    text-decoration: underline;
}
.widget.widget_recent_comments ul {
    padding-left: 0;
}
.widget.widget_recent_comments ul li .comment-author-link a {
    margin-bottom: 0;
    font-style: normal;
}

.aside .widget.widget_recent_comments ul li .comment-author-link a {
    font-weight: 700;
}
.aside .widget.widget_recent_comments .recentcomments a {
    font-style: normal;
}
.aside .widget.widget_recent_comments .recentcomments {
    font-weight: 300;
    font-style: italic;
}
/* ==========================================================================
     11. POST CATEGORIES WIDGET
    ========================================================================= */

.widget.widget_categories ul {
    padding-left: 0;
}
.widget.widget_categories label {
    font-size: 15px;
    color: #303136;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 400;
}

/* ==========================================================================
     11. SOCIAL FEED WIDGET
    ========================================================================= */
.social-feed ul{
    padding-left: 0;
}
.social-feed li {
    background: none;
    padding-left: 0;
    border: none;
    float: left;
    margin-bottom: 1px;
    padding-top: 0;
    padding-right: 1px;
    width: 65px;
    height: 65px;
    list-style: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.social-feed li:hover {
    opacity: 0.7;
}
.social-feed li img {
    width: 65px;
    height: 65px;
}


/* ==========================================================================
     11. RSS WIDGET
    ========================================================================= */
.widget.widget_rss {
    font-size: 15px;
}
.widget.widget_rss .title .rsswidget {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
    color: #303136;
    padding: 0;
    margin-bottom: 0px;
}
.widget.widget_rss ul li a{
    font-weight: 700;
}
.widget.widget_rss ul li .rss-date,
.widget.widget_rss ul li cite{
    font-style: italic;
    color: #aaa;
}
.widget.widget_rss .rssSummary {
    line-height: 20px;
    margin-bottom: 10px;
}
.widget.widget_rss ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}
.widget.widget_rss ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget.widget_rss ul li:before {
    top: 10px;
}

/* ==========================================================================
     11. RECENT ENTRIES WIDGET
    ========================================================================= */
.widget_recent_entries ul > li::before {
    position: absolute;
    display: block;
    content: "\f073";
    font-family: 'FontAwesome';
    font-size: 13px;
    top: 3px;
    left: 0;
}
.widget_recent_entries ul > li {
    position: relative;
    padding-left: 20px;
}

/* ==========================================================================
     11. ARCHIVE WIDGET
    ========================================================================= */

.widget.widget_archive label,
.widget.widget_categories label{
    font-size: 15px;
    color: #303136;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 400;
}
.widget.widget_archive select,
.widget.widget_categories select{
    width: 100%;
    padding: 10px;
    border: 1px solid #e3e3e3;
    color: #aaa;
}
.widget.widget_archive ul li:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
     11. CALENDAR WIDGET
    ========================================================================= */

table tbody tr td {
    padding: 10px;
    font-size: 15px;
}
table thead tr th {
    padding: 10px;
    font-weight: 600;
    color: #303136;
    text-transform: uppercase;
    font-size: 13px;
}
table tbody {
    background-color: #fcfcfc;
}
.widget.widget_calendar #wp-calendar{
    width: 100%;

}
.widget.widget_calendar a {
    margin-top: 0;
    font-size: 15px;
    padding-left: 15px;
}

.widget.widget_calendar #wp-calendar caption{
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #303136;
    margin-bottom: 10px;
}

.widget.widget_calendar #wp-calendar thead{
    background: #eee;
}

.widget.widget_calendar #wp-calendar tfoot{
    background: #eee;
    padding-top: 5px;
}

.widget.widget_calendar #wp-calendar tfoot #prev{
    text-align: left;
}

.widget.widget_calendar #wp-calendar tfoot #next{
    text-align: right;
}

.widget.widget_calendar #wp-calendar td,
.widget.widget_calendar #wp-calendar th{
    text-align: center;
}

.widget.widget_calendar #wp-calendar #today {
    color: #fff;
    background-color: #232020;
}

.widget.widget_calendar #wp-calendar #today a{
    color: #fff;
    padding: 5px;
}

/* ==========================================================================
    10.5. SHARRRE WIDGET
    ========================================================================= */
.pixely_widget_sharrre li {
    list-style: none;
    float: left;
    width: 67px;
    margin-right: 30px;
    margin-top: 10px;
    background: none;
    padding-left: 0;
}
.pixely_widget_sharrre li:nth-child(4n) {
    margin-right: 0;
}
.pixely_widget_sharrre .box .share {
    width: 68px;
    height: 26px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.pixely_widget_sharrre .box .share::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 20px;
    font-size: 14px;
    width: 14px;
    height: 18px;
    margin-top: -11px;
    margin-left: -14px;
    color: #fff;
}
.pixely_widget_sharrre .sharrre-facebook .box .share {
    background-color: #3b5998;
}
.pixely_widget_sharrre .sharrre-facebook .box .share:hover {
    background-color: #5772aa;
}
.pixely_widget_sharrre .sharrre-twitter .box .share {
    background-color: #00abf0;
}
.pixely_widget_sharrre .sharrre-twitter .box .share:hover {
    background-color: #14BAFD;
}
.pixely_widget_sharrre .sharrre-linkedin .box .share {
    background-color: #489dc9;
}
.pixely_widget_sharrre .sharrre-linkedin .box .share:hover {
    background-color: #62B6E2;
}
.pixely_widget_sharrre .sharrre-google-plus .box .share {
    background-color: #dd4b39;
}
.pixely_widget_sharrre .sharrre-google-plus .box .share:hover {
    background-color: #EC6251;
}
.pixely_widget_sharrre .sharrre-facebook .box .share::before {
    content: "\f09a";
    font-family: 'FontAwesome';
}
.pixely_widget_sharrre .sharrre-twitter .box .share::before {
    content: "\f099";
    font-family: 'FontAwesome';
    margin-left: -14px;
}
.pixely_widget_sharrre .sharrre-google-plus .box .share::before {
    content: "\f0d5";
    font-family: 'FontAwesome';
}
.pixely_widget_sharrre .sharrre-digg .box .share::before {
    content: "\f1a6";
    font-family: 'FontAwesome';
    margin-left: -18px;
}
.pixely_widget_sharrre .sharrre-delicious .box .share::before {
    content: "\f1a5";
    font-family: 'FontAwesome';
    margin-left: -14px;
}
.pixely_widget_sharrre .sharrre-stumbleupon .box .share::before {
    content: "\f1a4";
    font-family: 'FontAwesome';
    margin-left: -18px;
}
.pixely_widget_sharrre .sharrre-linkedin .box .share::before {
    content: "\f0e1";
    font-family: 'FontAwesome';
    margin-left: -14px;
}
.pixely_widget_sharrre .sharrre-pinterest .box .share::before {
    content: "\f0d2";
    font-family: 'FontAwesome';
    margin-left: -14px;
}
.pixely_widget_sharrre .box .share:hover::before {
    color: #fff;
}
.pixely_widget_sharrre .box .count,
.pixely_widget_sharrre .box .sharrre-text {
    text-align: center;
}
.pixely_widget_sharrre .box .count {
    position: relative;
    color: #3a383a;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    border: 1px solid #bbbbbb;
    max-width: 75%;
    line-height: 31px;
    margin: 0 auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.pixely_widget_sharrre .box .count::after,
.pixely_widget_sharrre .box .count::before {
    margin: 0 auto;
    content: " ";
    height: 0;
    left: 0;
    width: 6px;
    right: 0;
    position: absolute;
}
.pixely_widget_sharrre .box .count::after {
    bottom: -5px;
    border-left: transparent solid 4px;
    border-right: solid transparent 4px;
    border-top: solid 5px;
    color: #fff;
}
.pixely_widget_sharrre .box .count::before {
    bottom: -6px;
    border-left: transparent solid 5px;
    border-right: solid transparent 5px;
    border-top: solid 6px;
    color: #bbb;
}
.pixely_widget_sharrre .box .sharrre-text {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    padding-top: 8px;
    padding-left: 16px;
    font-family: Arial, sans-serif;
}

/* ==========================================================================
    WIDGETS - LATEST TWEETS WIDGET
    ========================================================================= */
.tweets-list-container {
    width: 100%;
    overflow: hidden;
}
.tweet-list {
    position: relative;
    list-style-type: none;
    padding: 0;
}
.footer-widget-container .widget .tweet-list li {
    padding-bottom: 10px;
    border-bottom: none !important;
}
/* Twitter logo before tweet */
.footer-widget-container .widget .tweet-list.twitter-logo li {
    background: url('../img/tweet.png') no-repeat;
    padding-left: 40px;
}
.footer-widget-container .widget .tweets-list-container a {
    color: #fff;
}
.footer-widget-container .widget .tweet-list.twitter-logo li.profile-image {
    background: none;
}
.footer-widget-container .widget .tweet-list li.profile-image {
    padding-left: 60px;
    min-height: 60px;
}
.page-content #tweetscroll-wrapper .title {
    margin-bottom: 20px;
}
.page-content #tweetscroll-wrapper .title .fa {
    font-size: 50px;
    color: #aaaaaa;
}
.page-content #tweetscroll-wrapper {
    text-align: center;
}

.page-content #tweetscroll-wrapper p {
    font-size: 21px;
    font-family: 'Playfair Display', serif;
    color: #303136;
    line-height: 30px;
}
.page-content #tweetscroll-wrapper .tweet-list li {
    background: none !important;
}
#empire-back-to-top {
    position: fixed;
    background: rgba(45, 43, 43, 0.7);
    width: 40px;
    height: 40px;
    bottom: 18px;
    right: 20px;
    border-radius: 4px;
    font-size: 34px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 99999;
}
#empire-back-to-top:after {
    content: "\f106";
}
/* ==========================================================================
   12. WORDPRESS CLASSES
    ========================================================================= */
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {}
.sticky {
    border-bottom: 3px solid #aaaaaa;
    padding-bottom: 25px;
}
.screen-reader-text {} 
.gallery-caption {}
.bypostauthor {}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    margin: 0 auto;
    margin: 5px auto 5px auto;
}
.blog-posts .blog-post .page-links{
    margin-bottom: 25px;
}
.wpb_single_image.vc_align_center {
    margin-bottom: 0;
}
/**
 * Visual Composer Parallax
 */
.vc_parallax-static .vc_parallax-inner.skrollable {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ==========================================================================
   13. REVOLUTION SLIDER
    ========================================================================= */
.rev-btn, .rev-btn:visited{
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    -o-transition: all 0.2s ease 0s !important;
    -ms-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;
}

/* ==========================================================================
   13. MAGNIFIC POPUP
    ========================================================================= */
.mfp-arrow {
    width: 65px !important;
}

.unloaded {
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden;
}

.jawiku-loadmore-gallery {
    padding-top: 45px;
    cursor: pointer;
}

.jawiku-loadmore {
    cursor: pointer;
}