/*
Theme Name: BeSocial
Theme URI: https://1.envato.market/1k3gD
Description: WordPress BuddyPress Theme
Author: Egemenerd
Author URI: https://1.envato.market/1k3gD
Version: 4.7.1
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
Tags: custom-menu,featured-images
Text Domain: besocial
*/

/* ---------------------- 
Stylesheet Guide
-------------------------

NORMALIZE
FONTS
GENERAL STYLES
WORDPRESS
PAGE LOADER
PAGE STRUCTURE
FORMS
ICON MENU
HEADER
MAIN MENU
BLOG
POST FORMATS
COMMENTS
AUTHOR
SINGLE POST NAV
RELATED POSTS
SIDEBAR
CUSTOM MENU WIDGET
RESPONSIVE IFRAME
FOOTER
SITEORIGIN
MAILCHIMP
WP SOCIAL LOGIN
GLOBAL SEARCH
GUTENBERG
NO JS
MASONRY GRID
MASONRY MEDIA QUERIES
MEDIA QUERIES

*/

/* ================= NORMALIZE ================== */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],
[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ================= FONTS ================== */

body,
p {
    font-style: normal;
    font-weight: 400;
}

em,
i,
blockquote p,
.besclwp-page-title.besclwp-page-quote-title h1,
.besclwp-subtitle,
.besclwp-widget-title p {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
th,
#besocial-header-left span,
.besocial-topbar-searchbox input[type="text"].besocial-topbar-searchtext,
.besclwp-post-date,
.besclwp-post-cat-tags span a,
.besclwp-post-cat-tags span,
.besclwp-single-post-date,
.besclwp-go-to-comments,
.besclwp_fn,
.besclwp-format-quote p,
.besclwp-page-title.besclwp-page-quote-title .besclwp-subtitle span,
.besclwp-pager,
.besclwp-view-more,
.besclwp-post-slider-tags span,
.resp-tabs-list li {
    font-weight: 700;
}


/* ================= GENERAL STYLES ================== */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
}

body {
    line-height: 1.6;
    -webkit-overflow-scrolling: touch;
    font-variant-ligatures: no-common-ligatures;
    height: 100%;
    width: 100%;
}

body.besocial.has-bg-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 24px;
    margin-top: 0px;
    line-height: 1.3;
}

p {
    line-height: 1.6;
    margin-bottom: 24px;
    margin-top: 0px;
}

p:last-child,
p:empty {
    margin-bottom: 0px;
}

a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

label {
    display: block;
}

.pull-right {
    float: right;
}

.hide {
    display: none !important;
}

.clear:after{
    display:block;
    clear:both;
    content:""
}

.clr {
    clear: both;
}

.overflow-hidden {
    overflow: hidden;
}

hr {
    margin: 40px 0px;
    padding: 0;
    border: none;
    height: 1px;
    clear: both;
}

blockquote {
    margin: 40px 0px;
    position: relative;
    padding-left: 20px;
}

blockquote p {
    line-height: 1.6;
}

blockquote cite {
    display: block;
    text-align: right;
}

dl {
    margin-bottom: 40px;
    line-height: 1.6;
}

dd {
    margin-bottom: 20px;
}

table {
    margin: 40px 0;
    table-layout: auto;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

table:not([class]) {
    border-collapse: collapse;
}

table:not([class]),
table:not([class]) th,
table:not([class]) td {
    border: 1px solid #ddd;
}

table:not([class]) th,
table:not([class]) td {
    padding: 10px 15px;
}

caption,
th,
td {
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4em;
}

code,kbd,pre,samp {
    font-family:monospace,monospace;
    font-size:1em
}
code,
kbd,
tt,
var,
samp,
pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    font-family: Consolas, monospace;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code br {
  display:none
}

address {
    margin-bottom: 30px;
}

.hide-on-load {
    overflow: hidden;
    height: 0;
}

img {
    color: transparent;
}

b {
    font-weight: bold;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

#besocial-img-holder {
    display: none !important;
}
.besclwp_comment ul,
.besclwp_comment ol,
.besclwp-post-content ul,
.besclwp-post-content ol {
    margin: 0 0 30px 1.3333em;
}

.besclwp_comment li > ul,
.besclwp_comment > ol,
.besclwp-post-content li > ul,
.besclwp-post-content li > ol,
.besclwp_comment ul ul,
.besclwp_comment ol ol,
.besclwp-post-content ul ul,
.besclwp-post-content ol ol {
    margin-bottom: 0;
}

.besclwp_comment ul li,
.besclwp_comment ol li,
.besclwp-post-content ul li,
.besclwp-post-content ol li {
    margin: 5px 0px;
}

#besocial-search-bar,
#footer,
input,
.besocial-button,
.load-more,
#besocial-header,
#besocial-icon-menu,
#buddypress div.item-list-tabs ul li.current a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#rtmedia-whts-new-upload-container .moxie-shim {
    z-index: 9 !important;
}

.note-modal-backdrop {
    display: none !important;
}

.note-editable {
    background: #fff;
}

/* ================= WORDPRESS ================== */

body.besocial .alignleft {
    float: left;
    margin: 0 2rem 3rem 0;
}

body.besocial .alignright {
    float: right;
    margin: 0 0 3rem 2rem;
}

body.besocial .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

body.besocial img.alignnone {
    float: none;
}

body.besocial .caption-image .alignleft,
body.besocial .caption-image .alignright {
    float: none !important;
}

body.besocial img.size-full,
body.besocial img.size-large,
body.besocial img.header-image,
body.besocial img.wp-post-image,
body.besocial img.alignnone,
body.besocial img.alignright,
body.besocial img.aligncenter,
body.besocial img.alignleft {
    max-width: 100%;
    height: auto;
}

body.besocial .wp-caption {
    max-width: 100% !important;
    text-align: center;
    padding-bottom: 2rem;
}

body.besocial .wp-caption img {
    max-width: 100% !important;
    height: auto;
    margin: 0px;
    vertical-align: bottom;
}

body.besocial .wp-caption-text {
    margin: 0px;
    padding: 10px;
    font-size: 1rem;
}

body.besocial .gallery-caption {
    font-weight: 700;
}

body.besocial .bypostauthor {
    font-weight: normal;
}

.form-allowed-tags {
    font-size: 12px;
}

.post-password-form {
    margin-bottom: 40px;
}

.wp-playlist {
    padding: 20px 20px 10px 20px !important;
    margin: 40px 0px !important;
}

.wp-audio-playlist img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.wp-playlist-item,
.wp-playlist-item-length {
    padding: 10px 0px !important
}

.wp-playlist-current-item {
    margin-bottom: 20px !important;
}

.media-type-music .mejs-container {
    margin: 0px !important;
}

.besclwp-page-links {
    margin-top: 40px;
    padding: 15px;
}

.besclwp-page-links .post-page-numbers {
    margin: 0px 5px;
}

/* Thickbox overrides */

#TB_caption,
#TB_closeWindow {
    line-height: 1 !important;
}

#TB_closeWindowButton {
    top: 0 !important;
}

#TB_window img#TB_Image {
    border: none !important;
}

#TB_caption {
    height: auto !important;
    padding: 8px 15px 10px 15px !important;
    float: left !important;
    font-size: 14px !important;
    display: inline-block !important;
}

.tb-close-icon {
    top: 15px !important;
    right: 15px !important;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* ================= PAGE LOADER ================== */

#besocial-loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    -ms-transition: -ms-transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 1;
}

#besocial-loading-overlay.transitionends {
    opacity: 0;
    -webkit-transform: scale(5.5);
    -moz-transform: scale(5.5);
    -ms-transform: scale(5.5);
    transform: scale(5.5);
}

#besocial-loading-animation {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

#besocial-loading-animation .spinner {
    margin: 0 auto;
    text-align: center;
}

#besocial-loading-animation .spinner > div {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#besocial-loading-animation .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

#besocial-loading-animation .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/* ================= PAGE STRUCTURE ================== */

#besocial-wrap {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    margin-bottom:-1px;
}

#besocial-content {
    position: relative;
    display: block;
    padding: 110px 40px 0px 110px;
    margin: 0px;
}

#besocial-wrap.besocial-logout #besocial-content {
    padding-left: 40px;
}

#besocial-wrap.besocial-landing #besocial-content {
    padding: 0px;
}

#besocial-content.besocial-not-fixed {
    padding-top: 40px;
}

#besocial-content.besocial-no-icon {
    padding-left: 40px;
}

#besocial-content-inner {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0px auto;
}

.besclwp-page-left,
.besclwp-page-right {
    display: inline-block;
}

.besclwp-page-left {
    width: 70%;
    float: left;
    padding-right: 40px;
}

.besclwp-page-left.besclwp-page-full {
    width:100% !important;
    float: none !important;
    padding: 0px !important;
}

.besclwp-page-left img {
    max-width: 100%;
    height: auto;
}

.besclwp-page-right {
    width: 30%;
    float: right;
}

.besclwp-page-title {
    position: relative;
    margin-bottom: 40px;
    padding: 40px;
    display: block;
}

.besclwp-page-title-right {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 95px;
}

.besclwp-page-title-right img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.besclwp-page-title-right a {
    display: block;
}

.besclwp-page-title-left {
    width: 100%;
    padding-right: 140px;
    min-height: 100px;
}

.besclwp-page-title h1,
.besclwp-page-title h2,
.besclwp-page-title h3,
.besclwp-page-title h4,
.besclwp-page-title h5,
.besclwp-page-title h6 {
    margin: 0px;
    display: block;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
}

.besclwp-page-title-left h1 {
    margin-bottom: 15px;
}

.besclwp-subtitle {
    margin: 0px;
    padding: 0;
    display: block;
}

.besclwp-post-content {
    position: relative;
    display: block;
    padding: 40px;
}

.besclwp-builder-content {
    position: relative;
    display: block;
}

.besclwp-post-top-bar {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.besclwp-post-top-bar-inner {
    display: table-row;
    width: 100%;
}

.besclwp-single-post-date,
.besclwp-go-to-comments {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    text-transform: uppercase;
}

.besclwp-go-to-comments {
    text-align: right;
}

.besclwp-single-post-tags {
    position: relative;
    display: block;
    margin: 40px 0px 0px 0px;
    padding-right: 70px;
    min-height: 35px;
    width: 100%;
}

.besclwp-share-buttons {
    display: block;
    padding: 40px 40px 0px 40px;
    margin: 40px -40px 0px -40px;
}

.besclwp-share-buttons ul {
    margin: 0px !important;
}

.besclwp-share-buttons h5 .fa {
    margin-right: 7px;
}

#besclwp-facebook-comments {
    margin-top: 40px;
    padding: 40px;
}


/* ================= FORMS ================== */

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
.besocial .cmb2-wrap input,
.besocial .cmb2-wrap textarea {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 7px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none !important;
    font-size: inherit;
    border:3px solid rgba(0,0,0,0.1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
input[type="password"]:focus {
    outline: none !important;
    background:  rgba(0,0,0,0.1);
    border-color:transparent;
}

input[disabled] {
    pointer-events: none;
    opacity: 0.5;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0 5px 0 0;
}

textarea {
    height: 140px;
    margin-bottom: 30px !important;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0px 10px;
  line-height: 37px;
  color: inherit;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 3px solid rgba(0,0,0,0.1);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    cursor: pointer;
}

.custom-select:focus {
  outline:none !important;
}

select {
    max-width: 100%;
}

input[type="submit"],
.besocial-button,
button[type="submit"],
input[type="button"] {
    border: none;
    cursor: pointer;
    padding: 15px 20px;
    display: inline-block;
    margin: 0px;
    outline: none;
    position: relative;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    border-radius: 0px !important;
    line-height: 1.5;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.besocial-searchbox {
    width: 100% !important;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    vertical-align: bottom
}

.besocial-searchbox br {
  display: none;
}

.besocial-searchbox input[type="text"].besocial-searchtext {
    width: 100% !important;
    margin: 0px !important;
    padding-right: 65px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: none !important;
    height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.besocial-searchbox input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 50px;
    width: 50px;
    line-height: 1;
    border: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'FontAwesome';
    font-size: 18px;
    margin: 0px;
    padding-left: 0;
    padding-right: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ================= ICON MENU ================== */

#besocial-icon-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
    display: block;
}

#besocial-sidemenu-scrollbar {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#besocial-sidemenu {
    display: table;
    height: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#besocial-sidemenu > li {
    display: table-row;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

#besocial-sidemenu > li:hover ul,
#besocial-sidemenu > li.active ul {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: sidebaranim;
    animation-name: sidebaranim;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes sidebaranim {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes sidebaranim {
    0% {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

#besocial-sidemenu > li:first-child > a {
    box-shadow: none;
}

#besocial-sidemenu > li.active .sidemenu-sub {
    display: table-cell;
}

#besocial-sidemenu > li > a {
    position: relative;
    display: table-cell;
    height: 70px;
    width: 70px;
    text-align: center;
    text-decoration: none;
}

#besocial-sidemenu > li > a > .icon-count {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
}

#besocial-sidemenu .sidemenu-sub > li > a {
    position: relative;
}

#besocial-sidemenu .icon-count-list {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    padding: 0px 7px;
}

#besocial-sidemenu > li > a > .icon-count,
#besocial-sidemenu > li .icon-count-list {
    background-color: #c0392b;
}

#besocial-sidemenu .sidemenu-sub li .fa {
    position: absolute;
    top: 5px;
    right: 0;
}

#besocial-sidemenu > li .sidemenu-sub {
    display: none;
    list-style: none;
    max-width: 290px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 70px;
    bottom: 0;
    z-index: 1000;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40px;
}

#besocial-sidemenu > li .sidemenu-sub h5 {
    position: relative;
    margin: 0px 0px 15px 0px;
    line-height: 70px;
    padding: 0px 40px 0px 20px;
    display: block;
}

#besocial-sidemenu > li .sidemenu-sub h5 span {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 14px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    padding: 0px 9px;
    line-height: 24px;
}

#besocial-sidemenu > li .sidemenu-sub > li > a {
    padding-bottom: 10px;
    margin: 0px 20px 10px 20px;
}

#besocial-sidemenu > li .sidemenu-sub > li > p {
    margin: 0px 20px 0px 20px;
}

#besocial-sidemenu > li .sidemenu-sub > li > a {
    display: block;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

#besocial-sidemenu > li .sidemenu-sub > li > a:hover {
    text-decoration: none;
}

#xprofile-besocial img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

#besocial-sidemenu > li > a > .fa {
    font-size: 26px;
    line-height: 70px;
    position: relative;
    text-align: center;
    font-style: normal;
    display: inline-block;
}

#besocial-icon-menu-toggle {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    z-index: 9999999;
    display: none;
    cursor: pointer;
}

#besocial-icon-menu-toggle.active .fa:before {
    content: "\f00d";
}

/* ================= HEADER ================== */

#besocial-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#besclwp-login-content {
    margin: 40px;
    display: block;
    position: relative;
}

#besocial-header {
    position: relative;
    display: table;
    table-layout: auto;
    width: 100%;
    height: 70px;
    z-index: 999;
    max-width: 1400px;
    margin: 0px auto;
}

#besocial-header-outer {
    position: relative;
    width: 100%;
    padding: 0px 40px 0px 110px;
}

#besocial-wrap.besocial-logout #besocial-header-outer {
    padding-left: 40px;
}

#besocial-header-outer.no-padding {
    padding: 0px 40px;
}

#besocial-header-right,
#besocial-header-left,
#header-menu,
#besocial-header-login-profile {
    display: table-cell;
    vertical-align: middle;
}

#besocial-header-login-profile a:hover {
    text-decoration: underline;
}

#besocial-header-login-profile {
    text-align: right;
}

#besocial-header-left a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

#besocial-header-left img {
    height: 70px;
    width: auto;
    vertical-align: bottom;
    max-width: none;
}

#besocial-header-left #besocial-desktop-logo {
    display:block;
}

#besocial-header-left #besocial-mobile-logo {
    display:none;
}

#besocial-header-right {
    position: relative;
    min-width: 70px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}

#besocial-header-right .fa {
    font-size: 24px
}

#besocial-header-right .fa-remove {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 70px;
    margin: 0px auto;
    width: 70px;
    height: 70px;
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    visibility: hidden;
}

#besocial-header-right.scroll-search-icon .fa-remove {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    visibility: visible;
}

#besocial-header-right .fa-search {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#besocial-header-right.scroll-search-icon .fa-search {
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
}

#header-menu {
    width: 100%;
    pointer-events: none;
    text-align: right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#besocial-search-bar {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 100%;
    max-width: 480px;
    z-index: 97;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#besocial-search-bar.show-search-bar {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.besocial-topbar-searchbox input[type="submit"] {
    height: 70px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    top: 0;
    right: 0;
    line-height: 70px;
    font-family: 'FontAwesome';
    width: 70px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-indent: -500em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.besocial-topbar-searchbox {
    display: block;
    position: relative;
    margin-bottom: 0px;
    vertical-align: middle;
}

.besocial-topbar-searchbox input[type="text"].besocial-topbar-searchtext {
    width: 100%;
    margin: 0px;
    height: 70px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none !important;
    border-radius: 0px !important;
    padding: 0px 90px 0px 20px;
}


/* ================= MAIN MENU  ================== */

#header-menu .besclwp-toggle-menu {
    display: none;
    list-style: none;
    margin: 0px;
    width: 70px;
    line-height: 70px;
    z-index: 9;
    outline: none !important;
    text-align: center;
}

#header-menu .besclwp-toggle-menu:hover {
    text-decoration: none;
}

#header-menu .besclwp-nav {
    list-style: none;
    *zoom: 1;
    margin: 0;
    line-height: 70px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    z-index: 100;
}

.besclwp-nav .fa {
    font-size: 24px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.besclwp-nav ul .fa {
    font-size: inherit;
    vertical-align: middle;
    padding-bottom: 3px;
}

#header-menu .besclwp-nav li:hover,
#header-menu .besclwp-nav li:hover ul {
    z-index: 99;
}

#header-menu .besclwp-nav ul {
    list-style: none;
    text-transform: none;
    padding: 0px;
    margin: 0px;
    line-height: 1.6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#header-menu .besclwp-nav li {
    position: relative;
    padding: 0px 25px;
    text-align: left;
}

#header-menu .besclwp-nav ul li {
    padding: 15px 25px;
}

#header-menu .besclwp-nav a {
    text-decoration: none;
    outline: none !important;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#header-menu .besclwp-nav > li {
    float: left;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

#header-menu .besclwp-nav > li > a {
    display: block;
}

#header-menu .besclwp-nav li ul {
    position: absolute;
    left: -9999px;
    top: 70px;
}

#header-menu .besclwp-nav > li.hover > ul {
    left: 0;
}

#header-menu .besclwp-nav li li.hover ul {
    left: 100%;
    top: 0;
    padding-top: 0px;
}

#header-menu .besclwp-nav li li a {
    display: block;
    position: relative;
    z-index: 100;
}

#header-menu .besclwp-nav li li li a {
    z-index: 200;
}

#header-menu .besclwp-nav li li:last-child {
    border-bottom: none;
}

.menudown {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menudown;
    animation-name: menudown;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes menudown {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes menudown {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}


/* ================= BLOG ================== */

/*  MAIN BLOG LAYOUT  */

.besclwp-article-box {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    outline: none;
    vertical-align: bottom;
}

.besclwp-post-cat-tags {
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

.besclwp-post-cat-tags span {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.besclwp-post-cat-tags span a {
    margin: 0px;
}

.besclwp-post-cat-tags span:first-child:before {
    font-family: 'FontAwesome';
    content: "\f02c";
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.besclwp-post-comments {
    padding-left: 8px;
}

.besclwp-page-content .besclwp-article-box:last-of-type {
    margin-bottom: 0px;
}

.besclwp-article-content {
    position: relative;
    padding: 40px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.besclwp-article-box h3,
.besclwp-article-box h4,
.besclwp-article-box h5,
.besclwp-article-box h6 {
    margin: 0px 0px 10px 0px;
    display: block;
    line-height: 1.2;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.besclwp-article-box .besclwp-post-date {
    position: relative;
    display: block;
    margin-bottom: 20px;
    z-index: 2;
}

.besclwp-post-date {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    text-transform: uppercase;
}

.besclwp-post-author {
    margin-left: 8px;
}

.besclwp-post-author img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    vertical-align: middle;
    margin: 0px 0px 2px 0px;
    outline: none;
    width: 14px !important;
    height: auto;
    display: inline-block;
}

.besclwp-article-content .besclwp-button {
    padding: 10px 20px;
    margin: 10px 0px 6px 0px;
}

.besclwp-article-content p {
    margin-bottom: 0px;
}

.besclwp-article-img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.besclwp-article-img img {
    width: 100%;
    height: auto;
    vertical-align: top;
    display: block;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.besclwp-article-img a {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none !important;
}

.besclwp-article-img a:hover img {
    -ms-transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

.besclwp-format-icon:after {
    position: absolute;
    text-align: center;
    line-height: 1;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-indent: 0em;
    top: 10px;
    right: 10px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
    border-radius: 100%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.besclwp-format-icon.f-gallery:after {
    content: "\f030";
}

.besclwp-format-icon.f-video:after {
    content: "\f04b";
}

.besclwp-format-icon.f-link:after {
    content: "\f0c1";
}

.besclwp-format-icon.f-audio:after {
    content: "\f028";
}

.besclwp-format-icon.f-image:after {
    content: "\f03e";
}

.besclwp-format-icon.f-quote:after {
    content: "\f10e";
}

.besclwp-page-date {
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
}

.besclwp-pager {
    position: relative;
    display: block;
    vertical-align: bottom;
    margin: 0px;
    width: auto;
    padding: 20px;
}

.besclwp-pager ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    text-align: center;
}

.besclwp-pager ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.besclwp-pager ul li a,
.besclwp-pager ul li span {
    display: block;
    padding: 0px 10px;
}

.besclwp-pager .fa {
    font-size: 14px;
}

.besclwp-post-content.besclwp-post-content-margin {
    margin-bottom: 40px;
}


/*  XS BLOG LAYOUT  */

.besclwp-article-box.besclwp-xs-article-box h5 {
    display: block;
    margin-bottom: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.besclwp-article-box.besclwp-xs-article-box .besclwp-article-content {
    padding: 20px;
    text-align: center;
}

.besclwp-article-box.besclwp-xs-article-box .besclwp-post-cat-tags {
    margin: 0px 0px 2px 0px;
}


/*  BLOG LIST LAYOUT  */

.besclwp-article-list {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    outline: none;
    table-layout: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    vertical-align: bottom;
}

.besclwp-article-list-row {
    display: table-row;
    width: 100%;
}

.besclwp-article-list-img,
.besclwp-article-list-right {
    display: table-cell;
}

.besclwp-article-list-right {
    padding: 20px;
    vertical-align: middle;
}

.besclwp-article-list-right .besclwp-post-author img {
    width: 14px;
}

.besclwp-article-list-img {
    position: relative;
    width: 100px;
    height: auto;
    vertical-align: top;
    padding: 10px 0px 10px 10px;
}

.besclwp-article-list-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.besclwp-article-list-img a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.besclwp-article-list-img a:hover img {
    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
}

.besclwp-article-list-right .besclwp-post-date,
.besclwp-xs-article-box .besclwp-post-date,
.besclwp-article-list-right h6 {
    margin-bottom: 0px !important;
}

.besclwp-article-list-right h6 {
    display: block;
}

.besclwp-article-list-featured .besclwp-article-content h5 {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*  404  */

.besclwp-404-container {
    text-align: center;
    margin: 40px auto 80px auto;
}

.besclwp-404-container h1 {
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: uppercase;
}

.besclwp-404-container p {
    margin: 0px;
}

.besclwp-no-result-form .besocial-searchbox {
    margin: 30px 0px 40px 0px;
    max-width: 800px;
}


/* ================= POST FORMATS ================== */

.besclwp-post-format-img,
.besclwp-post-format-video,
.besclwp-post-format-audio {
    position: relative;
    display: block;
    margin: -40px -40px 0px -40px;
    overflow: hidden;
}

.besclwp-post-format-img {
    margin-bottom: 40px;
}

.besclwp-post-format-img img {
    width: 100%;
    height: auto;
}


/* QUOTE */

.besclwp-format-quote {
    position: relative;
    padding: 0px;
    margin: 0px;
    border: none !important;
}

.besclwp-format-quote p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.4;
}

.besclwp-format-quote p.besclwp-cite {
    display: block;
    text-align: right;
    margin: 15px 0px 0px 0px;
    font-style: normal;
    text-transform: uppercase;
}

p.besclwp-cite span {
    padding-top: 10px;
    display: inline-block;
}

.besclwp-format-quote p.besclwp-cite:before,
.besclwp-page-title.besclwp-page-quote-title .besclwp-subtitle span:before {
    font-family: 'FontAwesome';
    content: "\f068";
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}

.besclwp-format-quote-box .besclwp-post-cat-tags {
    margin-bottom: 15px;
}

.besclwp-page-title.besclwp-page-quote-title h1 {
    margin: 15px 0px;
    text-transform: none;
}

.besclwp-page-title.besclwp-page-quote-title .besclwp-subtitle {
    text-align: right;
    display: block;
    border: none !important;
    opacity: 1;
}

.besclwp-page-title.besclwp-page-quote-title .besclwp-subtitle span {
    display: inline-block;
    text-align: right;
    padding-top: 5px;
    font-style: normal;
    text-transform: uppercase;
}

.besclwp-xs-article-box .besclwp-format-quote p.besclwp-cite {
    margin-top: 0px;
}


/* GALLERY */

.besclwp-format-gallery-carousel a img {
    width: 100%;
    height: auto;
}

.besclwp-post-format-gallery {
    position: relative;
    display: block;
    margin: 0px 0px 3px 0px;
}

#besclwp-gallery-slider {
    margin: 0px;
    padding: 0px;
    display: none;
}

#besclwp-gallery-slider .slick-slide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#besclwp-gallery-slider .slick-arrow {
    width: 40px;
    height: 40px;
}

#besclwp-gallery-slider .slick-prev {
    left: 0;
}

#besclwp-gallery-slider .slick-next {
    right: 0;
}

#besclwp-gallery-slider .slick-prev:before,
#besclwp-gallery-slider .slick-next:before {
    font-size: 20px;
    opacity: 1;
}

#besclwp-gallery-dots-container .slick-dots.besclwp-gallery-dots {
    text-align: left;
    position: relative;
    bottom: inherit;
    margin: 0px;
    padding: 17px 37px;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}

#besclwp-gallery-dots-container .slick-dots.besclwp-gallery-dots li a {
    display: block;
    vertical-align: bottom;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 3px;
}

#besclwp-gallery-dots-container .slick-dots.besclwp-gallery-dots li a img {
    position: relative;
    vertical-align: bottom;
    width: 101%;
    max-width: none;
    height: auto;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#besclwp-gallery-dots-container .slick-dots.besclwp-gallery-dots li {
    position: relative;
    width: 10%;
    height: auto;
    vertical-align: bottom;
    margin: 0px;
    float: left;
}

#besclwp-gallery-dots-container .slick-dots.besclwp-gallery-dots li.slick-active a img,
#besclwp-gallery-dots-container .slick-dots.besclwp-gallery-dots a:hover img {
    opacity: 1;
}

.besclwp-lightbox-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 4px;
    z-index: 9;
    cursor: pointer;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.besclwp-lightbox-icon:before {
    font-family: 'FontAwesome';
    content: "\f065";
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* IMAGE */

.besclwp-format-img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: bottom;
}

.besclwp-format-img-box .besclwp-format-img-img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.3;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.besclwp-format-img-box:hover .besclwp-format-img-img {
    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    opacity: 0.1;
}

.besclwp-format-img-content {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.besclwp-format-img-content h3 {
    margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px 40px;
}

.besclwp-format-img-content .besclwp-post-date {
    margin-bottom: 0px !important;
}

.besclwp-format-img-content .besclwp-post-date a {
    opacity: 0.5;
}


/* VIDEO */

.besclwp-format-video-wrapper {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}

.besclwp-format-video-wrapper .besclwp-iframe,
.besclwp-format-video-wrapper .besocial-iframe-wrapper {
    margin: 0px !important;
}


/* ================= COMMENTS ================== */

.besclwp_comments_block {
    position: relative;
    display: block;
    margin: 40px 0px 0px 0px;
    padding: 40px 40px 20px 40px;
}

.besclwp_comment_form {
    position: relative;
    display: block;
    margin: 3px 0px 0px 0px;
    padding: 40px;
}

.besclwp_comments_block h3 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.besclwp_comments_block h3 span {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px 10px;
    line-height: 1;
    border-radius: 4px;
    font-size: 16px;
}

.besclwp_comment {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    table-layout: fixed;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.besclwp_comment_inner {
    display: table-row;
}

.besclwp_comment_left,
.besclwp_comment_right {
    display: table-cell;
    vertical-align: top;
}

.besclwp_comment_left {
    width: 60px;
}

.besclwp_comment_right {
    width: 100%;
}

.besclwp_comment_right_inner {
    padding-left: 20px;
    position: relative;
}

.besclwp_comment_right_inner.besclwp_comment_full {
    padding:0px !important;
}

.besclwp_commentlist,
.besclwp_comments_block .children {
    list-style: none !important;
    margin: 0px;
}

.besclwp_comments_block .children li {
    position: relative;
    padding-left: 40px;
}

.besclwp_comments_block .children li:before {
    font-family: 'FontAwesome';
    content: "\f122";
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.besclwp_fn,
.besclwp_comment_text {
    margin-bottom: 10px;
    display: block;
}

p.logged-in-as {
    margin-bottom: 20px;
    margin-top: -10px;
}

.besclwp-pager.comments-pager {
    margin-top: 40px;
    margin-bottom: 10px;
}

.besclwp-pager.comments-pager a {
    padding: 10px 15px;
}

.besclwp_comment blockquote {
    padding: 0px;
    text-indent: 0px;
    border: none !important;
}

.besclwp_comments pre {
    padding: 0px;
}

.besclwp_comments_rss {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.besclwp_comments_rss .fa {
    margin-right: 5px;
}

.besclwp_comment_links {
    padding-right: 90px;
}


/* ================= AUTHOR ================== */

.besclwp-author-box {
    position: relative;
    display: table;
    table-layout: fixed;
    margin: 40px 0px 0px 0px;
    padding: 40px;
    width: 100%;
}

.besclwp-author-row {
    display: table-row;
    width: 100%;
}

.besclwp-author-avatar,
.besclwp-author-meta {
    display: table-cell;
    vertical-align: top;
}

.besclwp-author-meta {
    padding-left: 25px;
}

.besclwp-author-meta h5 {
    margin-bottom: 15px;
}

.besclwp-author-avatar {
    width: 70px;
}

.besclwp-author-avatar a {
    display: block;
}

.besclwp-author-avatar img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.besclwp-author-desc p {
    margin-bottom: 20px;
}

.besclwp-author-desc br {
    display: none;
}

p.besclwp-author-label {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

.besclwp-author-links span {
    opacity: 0.5;
    padding: 0px 5px;
}

/* ================= SINGLE POST NAV ================== */

.besclwp-single-post-nav {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px 40px;
    margin-top: 40px;
    position: relative;
}

.besclwp-single-post-row {
    display: table-row;
    width: 100%;
}

.besclwp-single-post-left,
.besclwp-single-post-right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.besclwp-single-post-left {
    padding-left: 30px;
    padding-right: 20px;
}

.besclwp-single-post-right {
    text-align: right;
    padding-right: 30px;
    padding-left: 20px;
}

.besclwp-single-post-left a:before,
.besclwp-single-post-right a:before {
    font-family: 'FontAwesome';
    text-indent: 0em;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -14px;
    font-size: 20px;
}

.besclwp-single-post-left a:before {
    content: "\f137";
    left: 40px;
}

.besclwp-single-post-right a:before {
    content: "\f138";
    right: 40px;
}


/* YOAST SEO BREADCRUMBS  */

#breadcrumbs {
    display: block;
    padding: 20px 40px;
    margin-bottom: 3px;
}


/* ================= RELATED POSTS ================== */

#besclwp-related-container {
    position: relative;
    display: block;
    margin: 40px 0px;
}

#besclwp-related-posts {
    overflow: hidden;
    margin: 0px;
}

#besclwp-related-posts .besclwp-article-content h5,
#besclwp-related-posts .besclwp-article-content blockquote p {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#besclwp-related-posts .slick-slide img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#besclwp-related-posts .slick-slide {
    margin: 0 7.5px;
}

#besclwp-related-posts .slick-list {
    margin: 0 -7.5px;
}

#besclwp-related-posts .slick-arrow {
    margin-top: -15px;
}

#besclwp-related-posts .besclwp-article-box {
    margin-bottom: 0px;
}


/* ================= SIDEBAR ================== */

.besclwp-sidebar-box,
.widget_mc4wp_form_widget {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding: 40px;
    vertical-align: bottom;
}

.besclwp-sidebar-box h4:empty {
    display: none;
}

.besclwp-sidebar-box img {
    max-width: 100%;
    height: auto;
}

.besclwp-sidebar-box:last-child {
    margin-bottom: 0px;
    border: none;
}

.besclwp-sidebar-box.widget_search,
.besclwp-sidebar-box.widget_besclwp-author,
.besclwp-sidebar-box.widget_besclwp-accordion,
.besclwp-sidebar-box.widget_besclwp-masonry,
.besclwp-sidebar-box.widget_besclwp-carousel,
.besclwp-sidebar-box.widget_besclwp-post-tabs,
.besclwp-sidebar-box.widget_besclwp-tabs,
.besclwp-sidebar-box.widget_sow-image,
.besclwp-sidebar-box.widget_besclwp-video,
.besclwp-sidebar-box.widget_besclwp-list,
.besclwp-sidebar-box.widget_besclwp-list-carousel,
.besclwp-sidebar-box.widget_besclwp-iframe-widget,
.besclwp-sidebar-box.widget_besclwp-carousel-v2 {
    background-color: transparent !important;
    padding: 0px !important;
}

.besclwp-sidebar-box.widget_search {
    margin-bottom: 0px !important;
}

.besclwp-sidebar-box-2 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    vertical-align: bottom;
}
.besclwp-sidebar-box-2:last-child {
    margin-bottom: 0px;
    border: none;
}

.widget_besclwp-iframe-widget .besclwp-iframe,
.so-widget-besclwp-video .besclwp-iframe {
    margin: 0px;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_recent_comments ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_archive ul li a,
.widget_recent-posts ul li a,
.widget_rss ul li a,
#recentcomments a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.widget_recent_entries ul,
.widget_categories ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_archives ul,
.widget_recent-posts ul,
.widget_rss ul,
#recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.widget_recent_entries ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_archives ul li,
.widget_recent-posts ul li,
.widget_rss ul li,
.recentcomments {
    padding-left: 0px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.widget_recent_entries ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent-posts ul li a {
    position: relative;
    padding-right: 20px;
    display: block;
}

.widget_recent_entries ul li a:after,
.widget_pages ul li a:after,
.widget_meta ul li a:after,
.widget_recent-posts ul li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget_recent_comments ul li a {
    display: block;
}

.widget_recent_comments ul li span {
    position: relative;
    padding-left: 20px;
}

.widget_recent_comments ul li span:after {
    font-family: 'FontAwesome';
    content: "\f075";
    text-indent: 0em;
    text-align: center;
    position: absolute;
    bottom: -2px;
    left: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget_categories ul li ul,
.widget_pages ul li ul {
    padding-left: 12px;
}

.widget_categories ul ul,
.widget_pages ul ul {
    padding-top: 12px;
    margin-top: 12px;
}

.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_archives ul li:last-child,
.widget_recent-posts ul li:last-child,
.widget_rss ul li:last-child,
.recentcomments:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none !important;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent-posts ul li a:hover,
.widget_rss ul li a:hover,
#recentcomments a:hover {
    text-decoration: none;
}

.widget_categories ul li {
    position: relative;
}

.widget_recent_entries ul li span.post-date {
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
    opacity: 0.7;
    position: relative;
}

.widget_recent_entries ul li span.post-date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget_categories ul li span {
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    min-width: 24px;
    text-align: center;
    border-radius: 5px;
    padding: 4px 5px 0px 5px;
}

.widget_rss ul li .rssSummary {
    margin-bottom: 10px;
}

.widget_rss ul li .rss-date {
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.widget_rss ul li .rss-date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget_rss ul li cite {
    text-align: right;
    display: block;
}


/* calendar widget */

.widget_calendar {
    float: left;
}

#wp-calendar {
    width: 100%;
    margin: 0px;
    max-width: 480px;
}

#wp-calendar,
#wp-calendar th {
    border: none;
}

#wp-calendar caption {
    text-align: right;
    margin-bottom: 15px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

#wp-calendar tbody td {
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    text-transform: uppercase;
    padding-top: 10px;
}

#wp-calendar tfoot td {
    border: none;
}

.tagcloud {
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
}

.tagcloud a,
a[class^="tag"] {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    border-radius: 4px;
}

.tagcloud a:hover,
a[class^="tag"]:hover {
    text-decoration: none;
}

.tagcloud .besclwp-tag-count {
    padding-left: 7px;
    margin-left: 7px;
    display: inline-block;
}

#footer .tagcloud .besclwp-tag-count {
    border-color: rgba(255, 255, 255, 0.1);
}

/* ================= CUSTOM MENU WIDGET ================== */

.widget_nav_menu.so-panel {
    padding: 40px;
}

.widget_nav_menu div {
    margin: 0px;
    line-height: 1;
}

.widget_nav_menu div ul {
    margin: -20px 0px -20px 0px;
    padding: 0px;
    list-style: none !important;
}

.widget_nav_menu div ul li {
    margin: 0px;
    padding: 0px;
}

.widget_nav_menu div ul ul li,
.widget_nav_menu > div > ul > li:last-child {
    border-bottom: none !important;
}

.widget_nav_menu div ul li a {
    position: relative;
    display: inline-block;
    padding: 0px;
    outline: none;
    text-decoration: none;
    width: 100%;
    margin: 20px 0px 20px 0px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
}

.widget_nav_menu div ul li a:hover {
    outline: none;
}

.widget_nav_menu div ul ul {
    display: none;
    margin: 10px 0px 30px 0px;
    padding-left: 15px;
}

.widget_nav_menu div ul ul li a {
    margin: 10px 0px 10px 0px;
}

.widget_nav_menu div ul ul li:first-child a {
    margin-top: 0px;
}

.widget_nav_menu div ul ul li:last-child a {
    margin-bottom: 0px;
}

.widget_nav_menu div ul ul li {
    margin-bottom: 0px;
}

.widget_nav_menu div ul > li > a.besclwp-dropdown:after {
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
}

.widget_nav_menu div ul > li > a.besclwp-dropdown:after {
    content: "\f078";
}

.widget_nav_menu div ul > li > a.besclwp-dropdown2:after {
    content: "\f077";
}

/* ================= OLD RESPONSIVE IFRAME ================== */

.besclwp-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 30px 0px;
}

.besclwp-iframe.Twitter {
    padding-bottom: 0;
    height: auto;
    overflow: auto;
}

.besclwp-iframe.widescreen {
    padding-bottom: 37.25%;
    margin-bottom: 0px;
}

.besclwp-iframe iframe,
.besclwp-iframe object,
.besclwp-iframe embed,
.besclwp-iframe video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

.besclwp-post-format-img .besclwp-iframe,
.besclwp-post-format-video .besclwp-iframe,
.besclwp-post-format-audio .besclwp-iframe {
    margin-top: 0px;
}

.besclwp-sidebar-box.widget_besclwp-video .besclwp-iframe {
    margin: 0px;
}

/* ================= RESPONSIVE IFRAME ================== */

.besocial-iframe-wrapper {
    display: block;
    margin: 0 0 2rem 0;
}

.besocial-iframe-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0;
}

.besocial-iframe-video.nomargin {
    margin: 0px;
}

.besocial-iframe-video iframe,
.besocial-iframe-video object,
.besocial-iframe-video embed,
.besocial-iframe-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

iframe,
object,
embed,
video {
    max-width: 100%;
}

/* ================= FOOTER ================== */

#footer {
    position: relative;
    margin: 40px -40px 0px -40px;
    width: auto;
    padding: 0px 40px;
}

#footer-widgets,
#footer-info {
    position: relative;
    display: block;
    max-width: 1400px;
    margin: 0px auto;
}

.footer-widgets-inner {
    position: relative;
    padding: 60px 0px;
}

#footer-info {
    display: table;
    table-layout: fixed;
    padding: 0px;
    width: 100%;
}

.footer-info-inner {
    display: table-row;
    width: 100%;
}

#footer-info-fullwidth {
    position: relative;
    margin: 0px -40px 0px -40px;
    width: auto;
    padding: 0px 40px;
}

.footer-credits {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.footer-info-inner .besclwp-footer-icon {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}

.besclwp-footer-icon a {
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-indent: -500em;
    text-align: center;
    vertical-align: middle;
    display: block;
    line-height: 70px;
}

.besclwp-footer-icon a:before {
    font-family: 'FontAwesome';
    text-indent: 0em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 26px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer .widget_recent_entries ul li,
#footer .widget_categories ul li,
#footer .widget_recent_comments ul li,
#footer .widget_pages ul li,
#footer .widget_meta ul li,
#footer .widget_archive ul li,
#footer .widget_archives ul li,
#footer .widget_recent-posts ul li,
#footer .widget_rss ul li,
#footer .widget_nav_menu div ul > li,
#footer .recentcomments {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background-image: url('')
}

#footer #wp-calendar tbody td {
    background: transparent;
}

#footer #wp-calendar tbody td,
#footer #buddypress .besocial-member-outer,
#footer #buddypress .besocial-group-outer {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

#footer .besclwp-post-content {
    background: none;
}

#footer .besclwp-post-content {
    padding: 0px;
}

#footer input[type="text"],
#footer input[type="email"],
#footer input[type="number"],
#footer input[type="date"],
#footer input[type="password"],
#footer input[type="url"],
#footer input[type="search"],
#footer textarea {
    border: none;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: inherit;
}

.besclwp-footer-banner {
    margin-top: 40px;
    position: relative;
    display: block;
}


/* ================= SITEORIGIN ================== */

#besocial-wrap .siteorigin-panels-stretch {
    padding-left: 70px !important;
}

#besocial-wrap.besocial-logout .siteorigin-panels-stretch,
#besocial-wrap.besocial-landing .siteorigin-panels-stretch {
    padding-left: 0px !important;
}

div.sow-carousel-thumbnail a span.overlay {
    background-color: transparent !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

li.sow-carousel-item h3 {
    padding: 20px 10px;
    margin-top: 0px !important;
    text-transform: none;
    font-size: 16px !important;
}

.sow-carousel-next,
.sow-carousel-previous {
    width: 30px !important;
    padding: 5px 0px;
}

.sow-carousel-next:before,
.sow-carousel-previous:before {
    font-size: 12px;
    vertical-align: bottom;
}

.page.type-page .besclwp-article-box .besclwp-post-cat-tags,
.page.type-page .besclwp-article-box .besclwp-post-date,
.forum.type-forum .besclwp-article-box .besclwp-post-cat-tags,
.forum.type-forum .besclwp-article-box .besclwp-post-date,
.topic.type-topic .besclwp-article-box .besclwp-post-cat-tags,
.reply.type-reply .besclwp-article-box .besclwp-post-cat-tags {
    display: none;
}

/* ================= CONTACT FORM 7 ================== */

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    border-width: 0px 0px 0px 3px !important;
    padding: 20px !important;
    margin: 30px 0px 0px 0px;
}

span.wpcf7-not-valid-tip {
    margin-top: -25px;
    margin-bottom: 25px;
}

.wpcf7-form p {
    margin-bottom: 10px;
}

.wpcf7-form .ajax-loader {
    padding-right: 10px;
    float: left;
}

/* ================= MAILCHIMP ================== */

.besclwp-mailchimp .mc4wp-form-fields p {
    margin: 0px;
}

.besclwp-mailchimp .mc4wp-form-fields label {
    margin-bottom: 15px;
}

.besclwp-mailchimp input[type="submit"] {
    width: 100%;
}

.besclwp-mailchimp input[type="email"] {
    margin-bottom: 20px;
}

.widget_mc4wp_form_widget {
    position: relative;
}

.widget_mc4wp_form_widget:after,
.so-panel.widget_mc4wp_form_widget:after {
    font-family: 'FontAwesome';
    content: "\f2b6" !important;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: -28px;
    right: 40px;
    font-size: 46px;
    z-index: 1;
}


/* ================= WP Social Login ================== */

.wp-social-login-connect-with {
    font-style: italic;
}

.wp-social-login-provider {
    position: relative;
    width: 50%;
    display: block;
    padding: 0px 40px 0px 20px;
    margin: 0px;
    text-align: left;
    line-height: 46px;
    max-width: 300px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    float: left
}

.wp-social-login-provider-list {
    margin: 5px 0px 30px 0px;
    padding: 0px !important;
    display: inline-block;
    width: 100%;
}

.wp-social-login-provider i.fa {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 46px;
    font-size: 20px;
}

.wp-social-login-provider-facebook {
    background-color: #427aa1;
}

.wp-social-login-provider-twitter {
    background-color: #00acee;
}

.wp-social-login-provider-google {
    background-color: #dd4b39;
}

.wp-social-login-provider-yahoo {
    background-color: #7f2db5;
}

.wp-social-login-provider-linkedin {
    background-color: #0e76a8;
}

.wp-social-login-provider-steam {
    background-color: #171515;
}

/*
* Changing the background color for each button on mouse hover
*/

.wp-social-login-provider-facebook:hover {
    background-color: #2f4679;
}

.wp-social-login-provider-twitter:hover {
    background-color: #0089bd;
}

.wp-social-login-provider-google:hover {
    background-color: #b03b2d;
}

.wp-social-login-provider-yahoo:hover {
    background-color: #9652c4;
}

.wp-social-login-provider-linkedin:hover {
    background-color: #0b5e85;
}

.wp-social-login-provider-steam:hover {
    background-color: #171515;
}

/* ================= GLOBAL SEARCH ================== */

#buddypress ul.item-list li.bboss_search_item br {
display:none;
}

#buddypress ul.item-list li.bboss_search_item h3{
  font-size: 110%;
  width:auto;
  margin-bottom:10px
}

#buddypress .bboss-results-wrap h2.results-group-title {
    margin-top: 30px;
  margin-bottom: 0;
}

#buddypress ul.item-list li.bboss_search_item_member .item {
    height: auto !important;
}

#buddypress ul.item-list li.bboss_search_item div.item-title {
  font-size: 110%;
  width:auto;
}

#buddypress ul.item-list li.bboss_search_item img.avatar {
    float: left;
    margin: 0 20px 0 0;
}

#buddypress ul.item-list li.bboss_search_item div.item-desc {
    color: inherit;
    font-size: 80%;
  margin-left: 70px !important;
}

#buddypress .results-group .activity-list .activity-content {
    margin-left: 70px !important;
}

body.besocial .bb-global-search-ac li.bbls-category {
    padding: 15px;
    font-weight: 700;
    font-size: 110%;
    border: none !important;
    top: 0px;
}

body.besocial .bb-global-search-ac li.bbls-category a {
    font-weight: 700;
}

body.besocial .bb-global-search-ac li:not(.bbls-category),
body.besocial .bb-global-search-ac.ui-menu .ui-menu-item .bboss_ajax_search_item.noresult {
    padding: 0px;
}

body.besocial .bb-global-search-ac li:not(.bbls-category) .bboss_ajax_search_item {
    padding: 15px 15px 10px 15px;
}

body.besocial .bb-global-search-ac.ui-menu .ui-menu-item:last-child .bboss_ajax_search_item,
body.besocial .bb-global-search-ac .bbls-category + li .bboss_ajax_search_item {
    padding: 15px 15px 10px 15px;
}

body.besocial .bb-global-search-ac.ui-menu .ui-menu-item:last-child,
body.besocial .bb-global-search-ac.ui-menu .ui-menu-item.ui-state-hover:last-child,
body.besocial .bb-global-search-ac.ui-menu .ui-menu-item.ui-state-focus:last-child {
    padding: 15px;
}

body.besocial .bb-global-search-ac.ui-menu .ui-menu-item:last-child .bboss_ajax_search_item {
    padding: 0px;
    border-top: none;
    top: 0px;
}

body.besocial .bb-global-search-ac.ui-menu .ui-menu-item:last-child .bboss_ajax_search_item a {
    padding: 0px;
    font-weight: 700;
}

body.besocial .bb-global-search-ac.ui-autocomplete {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

body.besocial .bb-global-search-ac.ui-menu .ui-menu-item.ui-state-focus,
body.besocial .bb-global-search-ac.ui-menu .ui-menu-item.ui-state-hover,
body.besocial .bb-global-search-ac.ui-menu .ui-menu-item:hover {
    background: transparent;
}

body.besocial .bb-global-search-ac .loading-msg {
    padding: 15px;
}

body.besocial .bb-global-search-ac .loading-msg span {
    margin-left: -25px;
    margin-top: 0px;
}

#buddypress .bboss_search_page div.dir-search {
    margin: 0px;
}

#buddypress .bboss-results-wrap h2.results-group-title {
    margin-top: 30px;
}

.bboss_search_results_wrapper .besclwp-article-list {
    margin-bottom: 15px;
}

.bboss_search_results_wrapper .besclwp-article-list .besclwp-article-list-img {
    padding: 0px;
}

.bboss_search_page .besclwp_comment {
    padding: 20px;
    margin-bottom: 15px;
}

.bboss_search_page .besclwp_comment .besclwp_comment_text a {
    color: inherit;
}

.bboss_search_page .besclwp_comment .besclwp_comment_right_inner {
    padding-left: 10px;
}

.besocial-global-search-box {
    padding: 20px;
    margin-bottom: 15px;
}

.besocial-global-search-box h6 {
    margin-bottom: 5px;
}

.besocial-global-search-box p {
    margin-bottom: 0px;
}

.message_participants {
    margin-bottom: 10px;
}

/* ================= GUTENBERG ================== */

body.besocial .alignfull,
body.besocial .alignwide,
body.besocial .aligncenter,
body.besocial .wp-block-cover-image.alignwide {
    max-width: 100%;
    height: auto;
    clear: both;
}

body.besocial .wp-block-cover-image.alignfull {
    width: auto;
}

body.besocial .wp-block-media-text,
body.besocial .wp-block-embed,
body.besocial .wp-block-image,
body.besocial .wp-block-gallery,
body.besocial .wp-block-cover-image,
body.besocial .wp-block-audio,
body.besocial .wp-block-code,
body.besocial .wp-block-button,
body.besocial .wp-block-video,
body.besocial .wp-block-verse,
body.besocial .wp-block-preformatted,
body.besocial .wp-block-latest-comments {
    margin-bottom: 3rem;
}

body.besocial .wp-block-media-text .wp-block-media-text__content {
    padding: 2rem;
}

body.besocial .wp-block-media-text .wp-block-media-text__content p:last-of-type {
    margin-bottom:0;
}

.wp-block-audio audio {
    width: 100%;
}

.wp-block-columns {
    margin-bottom:40px;
}

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 15px 5px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6;
}

.wp-block-gallery a {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.wp-block-gallery a:hover,
.wp-block-gallery a:focus {
    opacity: 0.7;
}

.wp-block-cover-image-text {
    font-weight: 700;
}

.wp-block-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.wp-block-video iframe,
.wp-block-video object,
.wp-block-video embed,
.wp-block-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

table.wp-block-table {
    border-collapse: collapse;
}

table.wp-block-table,
table.wp-block-table th,
table.wp-block-table td {
    border: 1px solid #ddd;
}

table.wp-block-table th,
table.wp-block-table td {
    padding: 10px 15px;
}

.wp-block-table.is-style-stripes {
    border-color:#ddd
}

.wp-block-archives,
.wp-block-categories-list,
.wp-block-latest-posts {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem 0;
    vertical-align: bottom;
}

.wp-block-archives li a,
.wp-block-categories-list li a,
.wp-block-latest-posts li a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    line-height: 1.6;
}

.wp-block-archives li,
.wp-block-categories-list li,
.wp-block-latest-posts li {
    position: relative;
    padding: 0px 0px 15px 0px !important;
    margin: 0px 0px 15px 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.wp-block-categories-list li li {
    border: none
}

.wp-block-archives li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-latest-posts li:last-child {
    padding: 0px !important;
    margin: 0px !important;
    border: none;
}

.wp-block-archives li ul,
.wp-block-categories-list li ul {
    padding-left: 15px;
}

.wp-block-archives ul,
.wp-block-categories-list ul {
    padding-top: 0px;
    margin-top: 15px;
    margin-bottom: 2px;
    list-style: none;
}

.wp-block-categories-list li span {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 1;
}

.wp-block-latest-comments {
    padding: 0px;
}

.wp-block-latest-comments li {
    padding: 0px 0px 15px 0px !important;
    margin: 0px 0px 15px 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.wp-block-latest-comments__comment-excerpt p {
    margin: 15px 0 0 0;
}

.wp-block-latest-comments li:last-child {
    padding: 0px !important;
    margin: 0px !important;
    border: none;
}

.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment-excerpt p {
    font-size: 1rem;
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0 !important;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 3rem 0;
    padding: 2.5rem 2rem;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 1.15rem;
    font-style: normal;
    line-height: 1.8;
}

.wp-block-pullquote {
    padding: 0;
    border: none;
    background: none;
}

.wp-block-pullquote blockquote {
    border:none;
}

.wp-block-pullquote p {
    font-size: 1.5rem !important;
    line-height: 1.8;
}

/* ================= PMPRO ================== */

.pmpro_bbp_membership_msg {
    display:block;
    clear:both;
    background:#c0392b;
    color:#fff;
    padding: 15px 20px;
}

/* ================= MASONRY GRID ================== */

.besclwp-column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

.size-1of4 {
    width: 25%;
}

.besclwp-masonry-grid {
    position: relative;
    width: auto;
    height: auto;
    vertical-align: bottom;
    margin: 0px -10px;
    min-width: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.besclwp-masonry-grid > div {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.besclwp-column > div {
    margin: 0px 10px 20px 10px;
}

.besclwp-one-column[data-columns]::before {
    content: '1 .besclwp-column.size-1of1';
}

.besclwp-two-columns[data-columns]::before {
    content: '2 .besclwp-column.size-1of2';
}

.besclwp-three-columns[data-columns]::before {
    content: '3 .besclwp-column.size-1of3';
}

.besclwp-four-columns[data-columns]::before {
    content: '4 .besclwp-column.size-1of4';
}

.besclwp-one-column[data-columns]::before,
.besclwp-two-columns[data-columns]::before,
.besclwp-three-columns[data-columns]::before,
.besclwp-four-columns[data-columns]::before {
    visibility: hidden;
}


/* ================= MASONRY MEDIA QUERIES ================== */

@media screen and (min-width: 1170px) {
    .besclwp-two-columns[data-columns]::before {
        content: '2 .besclwp-column.size-1of2';
    }
    .besclwp-three-columns[data-columns]::before {
        content: '3 .besclwp-column.size-1of3';
    }
    .besclwp-four-columns[data-columns]::before {
        content: '4 .besclwp-column.size-1of4';
    }
}

@media only screen and (min-width: 701px) and (max-width: 1170px) {
    .besclwp-three-columns[data-columns]::before {
        content: '2 .besclwp-column.size-1of2';
    }
    .besclwp-four-columns[data-columns]::before {
        content: '3 .besclwp-column.size-1of3';
    }
}

@media only screen and (min-width: 480px) and (max-width: 700px) {
    .besclwp-two-columns[data-columns]::before,
    .besclwp-three-columns[data-columns]::before {
        content: '1 .besclwp-column.size-1of1';
    }
    .besclwp-four-columns[data-columns]::before {
        content: '2 .besclwp-column.size-1of2';
    }
}

@media only screen and (max-width: 480px) {
    .besclwp-two-columns[data-columns]::before,
    .besclwp-three-columns[data-columns]::before,
    .besclwp-four-columns[data-columns]::before {
        content: '1 .besclwp-column.size-1of1';
    }
}


/* ================= MEDIA QUERIES ================== */

@media only screen and (max-width: 1480px) {
    #footer-info-fullwidth {
        padding: 0px 0px 0px 40px;
    }
    #besclwp-back-to-top-button {
        box-shadow: none;
    }
    #besocial-header-outer {
        padding: 0px 0px 0px 70px;
    }
    #besocial-wrap.besocial-logout #besocial-header-outer {
        padding: 0px;
    }
    #besocial-wrap #besocial-header-left a {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1400px) {
    #besocial-header-outer.no-padding {
        padding: 0px;
    }
    #besocial-header-outer.no-padding #besocial-header-left a {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1170px) {
    #besocial-header-left {
        width: 100%;
    }
    #header-menu {
        width: 70px;
    }
    #header-menu .besclwp-nav {
        float: none;
        padding: 0px;
        line-height: 1;
        position: absolute;
        top: 70px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: none;
    }
    #header-menu.no-padding .besclwp-nav {}
    #header-menu .besclwp-nav a {
        padding: 20px 40px;
    }
    #header-menu .besclwp-nav ul {
        display: block;
        width: 100% !important;
    }
    #header-menu .besclwp-nav ul li {
        padding: 0px;
    }
    #header-menu .besclwp-nav li {
        float: none;
        display: block;
        padding: 0px;
    }
    #header-menu .besclwp-nav li li .parent:after,
    #header-menu .besclwp-nav li .parent:after {
        opacity: 1;
        content: '▾';
        position: absolute;
        top: 18px;
        right: 40px;
    }
    #header-menu .besclwp-nav ul li:first-child {
        margin-top: 0px;
    }
    #header-menu .besclwp-nav ul li:last-child {
        margin-bottom: 0px;
    }
    #header-menu .besclwp-nav > li.hover > ul,
    #header-menu .besclwp-nav li li.hover ul {
        position: static;
    }
    #header-menu .besclwp-nav ul li a {
        padding: 15px 40px;
    }
    #header-menu .besclwp-nav li ul li {
        border-bottom: none !important;
    }
    .besclwp-page-left,
    .besclwp-page-right {
        width: 100%;
        padding: 0px;
    }
    .besclwp-page-left {
        margin-bottom: 40px;
    }
    .besclwp-page-right {
        position: relative;
        display: block;
        width: 100%;
        top: inherit;
        right: inherit;
    }
    .besclwp-article-list-featured {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-widgets-inner {
        padding: 40px 0px;
    }
    #besocial-sidemenu-scrollbar {
        overflow: visible;
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (max-width: 900px) {
    .footer-info-inner .besclwp-footer-icon {
        width: 60px;
    }
    .besclwp-footer-icon a:before {
        font-size: 22px;
    }
    .besclwp-page-title-right {
        right: 0px;
        left: 0px;
        margin: 0px auto;
    }
    .besclwp-page-title-left {
        padding-right: 0px;
        padding-top: 130px;
        text-align: center;
    }
    #besclwp-gallery-dots-container .slick-dots.besclwp-gallery-dots li {
        width: 16.6%;
    }
}

@media only screen and (max-width: 800px) {
    .wp-block-column,.wp-block-columns {
        display:block !important;
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
    }
    .wp-block-column {
        margin-bottom:40px !important;
    }
}

@media only screen and (max-width: 700px) {
    #besocial-icon-menu {
        display: none;
        top: 0px;
    }
    #besocial-icon-menu-toggle {
        display: block;
    }
    #header-menu .besclwp-nav {
        padding-left: 0px;
    }
    #besocial-content {
        padding: 110px 40px 0px 40px;
    }
    #besocial-content.besocial-not-fixed {
        padding-top: 40px;
    }
    #besocial-content.besocial-no-icon {
        padding-left: 40px;
    }
    #header-menu .besclwp-nav {
        left: 0px;
    }
    #header-menu .besclwp-nav li li .parent:after,
    #header-menu .besclwp-nav li .parent:after {
        right: 40px;
    }
    #besocial-header-outer {
        padding: 0px;
    }
    #footer-info,
    .footer-info-inner,
    .footer-credits {
        display: block;
    }
    .footer-info-inner .besclwp-footer-icon {
        display: inline-block
    }
    .footer-info-inner {
        text-align: center;
    }
    .footer-credits {
        padding: 20px 0px;
        box-shadow: none !important;
    }
    #footer-info-fullwidth {
        padding: 0px;
    }
    .besclwp-author-box {
        margin: 20px 0px 20px 0px;
        padding: 20px;
    }
    .besclwp-author-avatar {
        width: 60px;
    }
    .besclwp-author-meta {
        padding-left: 20px;
    }
    .besclwp-single-post-tags,
    .besclwp_comment_links {
        padding-bottom: 40px;
    }
    .besclwp-go-to-comments .besocial-container-vote {
        display: block;
        margin-top: 10px;
    }
    #besocial-wrap .siteorigin-panels-stretch {
        padding-left: 0px !important;
    }
    #besocial-header-left #besocial-desktop-logo {
        display:none;
    }
    
    #besocial-header-left #besocial-mobile-logo {
        display:block;
    }
}

@media only screen and (max-height: 680px) {
    #besocial-sidemenu > li > a {
        height: 56px;
    }
    #besocial-sidemenu > li > a > .fa {
        font-size: 22px;
        line-height: 56px;
    }
    #besocial-sidemenu > #activity-besocial > a {
        height: 70px;
    }
    #besocial-sidemenu > #activity-besocial > a > .fa {
        font-size: 26px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 600px) {
    #besocial-icon-menu {
        z-index: 9999999;
    }
}

@media only screen and (max-width: 480px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin-bottom: 15px;
    }
    #besocial-content {
        padding: 90px 20px 0px 20px;
    }
    #besocial-content.besocial-not-fixed {
        padding-top: 20px;
    }
    #besocial-content.besocial-no-icon,
    #besocial-header-outer.no-padding #besocial-header-left a,
    #besocial-wrap #besocial-header-left a,
    #besocial-wrap.besocial-logout #besocial-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header-menu .besclwp-nav a,
    .besclwp-post-content,
    .besclwp-page-title,
    #besclwp-facebook-comments {
        padding: 20px;
    }
    .besclwp-page-title {
        margin-bottom: 20px;
    }
    .besclwp-page-title-right {
        top: 20px;
    }
    .besclwp-page-title-left {
        padding-top: 110px;
    }
    #besocial-header-right {
        display: none;
    }
    #header-menu .besclwp-nav li li .parent:after,
    #header-menu .besclwp-nav li .parent:after {
        right: 20px;
    }
    #header-menu .besclwp-nav ul li a {
        padding: 15px 20px;
    }
    .besclwp_comments_block .children li {
        padding-left: 0px;
    }
    .besclwp_comments_block {
        padding: 20px 20px 0px 20px;
    }
    .besclwp_comments_block .children li:before {
        top: 0px;
        left: -15px;
    }
    .besclwp_comment_left {
        width: 40px;
    }
    .besclwp_comments_rss {
        text-align: center;
        display: inline-block;
        margin-bottom: 30px;
        width: 100%;
    }
    #footer {
        margin: 40px -20px 0px -20px;
        padding: 0px 20px;
    }
    #footer-info-fullwidth {
        margin: 0px -20px;
    }
    .footer-info-inner .besclwp-footer-icon {
        width: 40px;
    }
    .besclwp-footer-icon a {
        line-height: 60px;
    }
    .besclwp-footer-icon a:before {
        font-size: 20px;
    }
    #besclwp-gallery-dots-container .slick-dots.besclwp-gallery-dots li {
        width: 20%;
    }
    .besclwp-article-list-img {
        width: 80px;
    }
    .besclwp-share-buttons {
        padding-top: 20px;
    }
    .besclwp-page-left,
    .besclwp-post-top-bar,
    .besocial-searchbox {
        margin-bottom: 20px;
    }
    .besclwp-single-post-nav {
        padding: 20px 0px;
        margin-top: 20px;
    }
    #besclwp-related-container,
    #besclwp-facebook-comments,
    .besclwp_comments_block {
        margin: 20px 0px;
    }
    .besclwp-single-post-left a:before,
    .besclwp-single-post-right a:before {
        width: 16px;
        height: 16px;
        margin-top: -16px;
        font-size: 20px;
    }
    .besclwp-single-post-left a:before {
        left: -8px;
    }
    .besclwp-single-post-right a:before {
        right: -8px;
    }
    .besclwp-sidebar-box,
    .widget_mc4wp_form_widget {
        margin-bottom: 20px;
        padding: 20px;
    }
    #besclwp-login-content {
        margin: 20px;
    }
    .besclwp-404-container {
        margin: 20px auto 0px auto;
    }
    .besclwp-footer-banner {
        margin-top: 20px;
    }
    #besocial-content-inner .panel-grid-cell {
        margin-bottom: 20px !important;
    }
    #besocial-content-inner .panel-grid-cell:last-child {
        margin-bottom: 0px !important;
    }
    .besclwp-post-format-img,
    .besclwp-post-format-video,
    .besclwp-post-format-audio {
        margin: -20px -20px 20px -20px;
    }
    .besclwp-pager ul li a,
    .besclwp-pager ul li span {
        padding: 0px 5px;
    }
}
