/*
Theme Name:     Free the People
Theme URI:      http://mekshq.com
Description:    Child theme for the Vlog theme
Author:         Treehorn
Author URI:     
Template:       vlog
Version:        0.1.0
*/

/* TYPOGRAPHY */

.disclaimer {
    display: none;
    visibility: hidden;
}

.category-article .disclaimer {
    background: rgba(22, 24, 27, 0.05);
    padding: 20px;
    margin-bottom: 30px;
    display: block;
    visibility: visible;
}

.category-article .disclaimer p {
    font-size: .8em;
    margin: 0;
}

.h7 {
    font-size: 1.6rem;
}

.meta-item {
    line-height: 2;
}

.hide-meta .entry-meta {
    display: none;
    visibility: hidden;
    height: 0;
}

.hide-title .entry-title {
    display: none;
    visibility: hidden;
    height: 0;
}

.hide-cat .entry-category {
    display: none;
    visibility: hidden;
    height: 0;
}

.awards-list h3 {
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

.awards-list h3 a {
    color: #16181b;
}

.awards-list h3 a:hover {
    color: #db5330;
}

.awards .vlog-content{
    margin-bottom: 60px;
}

.no-mar-bot {
    margin-bottom: 0 !important;
}

.vlog-button, 
input[type="submit"], 
.wpcf7-submit, 
input[type="button"] {
    font-weight: 700;
    -webkit-appearance: unset !important;
    -webkit-border-radius: 0 !important;
}

.vlog-section-title {
    text-transform: uppercase;
    padding-left: 18px;
}

.vlog-cat .vlog-count {
    font-weight: 700 !important;
}

.vlog-mod-head .vlog-mod-title h4 {
    font-size: 2.4rem;
}

.indent {
    margin: 0 0 24px 40px;
}

input[type=number], input[type=text], input[type=email], input[type=url], input[type=tel], input[type=date], input[type=password], input[type=search], select, textarea {
    height: 44px;
}

/* HEADER */

.vlog-site-header .vlog-main-nav li a {
    font-size: 16px;
}

.vlog-site-header .vlog-main-nav li .sub-menu a,
.vlog-site-header .vlog-social-name,
.vlog-site-header h2.entry-title.h7 {
    font-size: 15px !important;
    text-transform: none;
}

.vlog-main-nav li:hover > a,
.vlog-menu-posts .entry-title a:hover {
    color: #fdc143 !important;
    opacity: 1 !important;
}

.vlog-header-bottom .vlog-main-nav>li>a {
    padding: 17px 15px 0;
}

/*.vlog-soc-menu a::before {
    display: none;
}*/

.vlog-in-popup li a:before {
    border-radius: 0;
}

.vlog-actions-button .vlog-soc-menu li a[href*="youtube."]:before,
.vlog-actions-button .vlog-soc-menu li a[href*="facebook."]:before,
.vlog-actions-button .vlog-soc-menu li a[href*="twitter."]:before,
.vlog-actions-button .vlog-soc-menu li a[href*="instagram."]:before,
.vlog-actions-button .vlog-soc-menu li a[href*="linkedin."]:before,
.vlog-actions-button .vlog-soc-menu li a[href*="odysee."]:before,
.vlog-actions-button .vlog-soc-menu li a[href*="rumble."]:before,
.vlog-actions-button .vlog-soc-menu li a[href*="community."]:before {
    background-color: transparent;
}

.vlog-soc-menu a[href*="youtube."]::before {
    content:'';
    background: url('/wp-content/uploads/2022/04/youtube.png');
    background-size: 25px 25px; background-repeat: no-repeat;
}

.vlog-soc-menu a[href*="facebook."]::before {
    content:'';
    background: url('/wp-content/uploads/2022/04/facebook.png');
    background-size: 25px 25px; background-repeat: no-repeat;
}

.vlog-soc-menu a[href*="twitter."]::before {
    content:'';
    background: url('/wp-content/uploads/2022/04/twitter.png');
    background-size: 25px 25px; background-repeat: no-repeat;
}

.vlog-soc-menu a[href*="instagram."]::before {
    content:'';
    background: url('/wp-content/uploads/2022/04/instagram.png');
    background-size: 25px 25px; background-repeat: no-repeat;
}

.vlog-soc-menu a[href*="linkedin."]::before {
    content:'';
    background: url('/wp-content/uploads/2022/04/linkedin.png');
    background-size: 25px 25px; background-repeat: no-repeat;
}

.vlog-soc-menu a[href*="odysee."]::before {
    content:'';
    background: url('/wp-content/uploads/2022/04/odysee.png');
    background-size: 25px 25px; background-repeat: no-repeat;
}

.vlog-soc-menu a[href*="rumble."]::before {
    content:'';
    background: url('/wp-content/uploads/2022/04/rumble.png');
    background-size: 25px 25px; background-repeat: no-repeat;
}

.vlog-soc-menu a[href*="community."]::before {
    content:'';
    background: url('/wp-content/uploads/2022/04/locals.png');
    background-size: 25px 25px; background-repeat: no-repeat;
}



/* FOOTER */

.vlog-site-footer .vlog-copyright {
    font-size: 15px;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    color: rgba(255,255,255,0.6);
}

.vlog-site-footer .vlog-copyright a {
    color: rgba(255,255,255,0.6);
}

.vlog-site-footer .vlog-copyright a:hover {
    text-decoration: underline;
}


/* POST LAYOUTS */

.sticky .entry-image a:after, 
.vlog-format-label, 
.vlog-special-tag-label {
    background: #16181B;
    font-weight: 700;
}

a.vlog-sl-item {
    border: 0;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    height: 34px;
    width: 34px;
    padding-top: 8px;
}

a.vlog-sl-item:hover {
    color: #fff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
}

a.vlog-sl-item.fa-facebook {
    background-color: #3b5998;
}

a.vlog-sl-item.fa-twitter {
    background-color: #55acee;
}

a.vlog-sl-item.fa-instagram {
    background-color: #3f729b;
}

a.vlog-sl-item.fa-linkedin {
    background-color: #0077b5;
}

a.vlog-sl-item.fa-link {
    background-color: #869495;
}

.entry-content-single ol, .entry-content-single ol>li {
    list-style: decimal outside;
    margin-left: 30px;
}

.vlog-txt-module ul li::before {
    color: #db5330;
    content: "\2022";
    margin-right: 7px;
}

#post-6335 .vlog-single-entry-image {
   display: none; /* Red Riding Hood post */
}

/* COMMENTS */

.comment-form-author, .comment-form-email, .comment-form-url {
    width: 50%;
}

.comment-form-email {
    padding-right: 0;
}


/* AUTHOR PAGE */

.author .vlog-mod-title .h4, 
.author .vlog-mod-title h4 {
    text-transform: none;
    font-size: 2.8rem;
    line-height: 1.29;
}

.author .vlog-mod-desc img {
    height: 200px;
    width: 200px;
    margin-bottom: 40px !important;
    margin-right: 40px !important;
}

.author .vlog-mod-desc p:first-of-type {
    margin: 0;
}


/* DONATE PAGE */

.vlog-mod-actions.default-donate {
    float: left;
    margin: 0 0 30px;
}

.vlog-mod-actions.default-donate a.vlog-all-link {
    text-decoration: none;
    margin-right: 15px;
    cursor: pointer;
    font-weight: 700;
}


/* WP SIMPLE PAY */

.simpay-payment-btn {
    background-color: #db5330;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    font-size: 10px;
    margin: 10px 0 0;
    padding: 6px 8px;
    line-height: 1;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.simpay-payment-btn:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
}

a.simpay-active-btn {
    color: #16181b !important;
    border-color: #16181b !important;
}

.simpay-test-mode-badge-container {
    display: none;
}

.simpay-form-control .simpay-field-error, 
.simpay-form-control .simpay-field-error label.error {
    display: inline-block;
    background-color: rgba(219,83,48,0.1);
    font-size: 13px;
    font-weight: 700;
    color: #db5330
}

p.simpay-field-error {
    margin: 1em 0 0 0;
}

#usp-success-message, .error, .success {
    padding: 10px;
    border-radius: 0;
    background-color: rgba(219,83,48,0.1);
}


/* GRAVITY FORMS */

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
    margin-right: 5px;
}

.sidebar-join_wrapper ul.gform_fields li.gfield,
.sidebar-donate_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

.sidebar-join_wrapper,
.sidebar-donate_wrapper,
.sidebar-full-width_wrapper {
    margin-bottom: 0 !important;
}

.sidebar-join_wrapper .gform_footer,
.sidebar-donate_wrapper .gform_footer,
.sidebar-full-width_wrapper .gform_footer {
    padding-bottom: 0 !important;
}

.sidebar-donate_wrapper .gform_footer {
    margin-top: -8px !important;
}

.vlog-txt-module .gform_wrapper .gform_footer input.button, 
.vlog-txt-module .gform_wrapper .gform_footer input[type=submit] {
    width: calc(33% - 8px);
}

.vlog-txt-module .gform_wrapper .top_label div.ginput_container {
    margin-bottom: 16px;
}

.sidebar-donate_wrapper .gfield_radio li label {
    margin: 0 8px 8px 8px  !important;
}

.default-donate_wrapper .gfield_radio li label {
    margin: 0 8px 16px 8px !important;
}

.sidebar-donate_wrapper .top_label .gfield_label {
    display: none !important;
}

.donate-form_wrapper .donate-amount li label {
    padding-top: 10px !important;
    height: 45px;
    cursor: pointer !important;
    background-color: rgba(22,24,27,0.1);
    border: 1px solid rgba(22,24,27,0.1);
    text-align: center;
    font-weight: 700;
    font-size: 12pt !important;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.donate-form_wrapper .top_label li.donate-amount ul.gfield_radio {
    margin-left: -8px;
}

.donate-form_wrapper .donate-amount li label:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
}

.donate-form_wrapper .donate-amount input[type=radio]:checked + label {
    background-color: rgba(22,24,27,0.4);
}

.donate-form_wrapper .donate-amount input[type='radio'] {
    position: absolute;
    left: -10000px;
}

.donate-form_wrapper .gfield_radio li label {
    display: block !important;
    max-width: 100% !important;
}

.donate-form_wrapper li.donate-recurring .ginput_container {
    margin-top: -32px !important;
    padding-bottom: 8px !important;
}

.donate-form_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    width: 32% !important;
}

.gform_legacy_markup_wrapper form li.donate-recurring, .gform_legacy_markup_wrapper li.donate-recurring {
        margin-top: 50px !important;
}

.vlog-sidebar .sidebar-full-width_wrapper .top_label li.gfield.gf_left_half, 
.vlog-sidebar .sidebar-full-width_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
    padding-right: 0 !important;
    display: block !important;
}


/* GRAVITY FORMS VALIDATION */

.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border: 0 !important;
}

.gform_wrapper div.validation_error {
    color: #db5330 !important;
    border-top: 2px solid #db5330 !important;
    border-bottom: 2px solid #db5330 !important;
}

.gform_wrapper .gfield_required, 
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, 
.gform_wrapper li.gfield_error ul.gfield_checkbox, 
.gform_wrapper li.gfield_error ul.gfield_radio,
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    color: #db5330 !important;
}

.default-donate_wrapper li.gfield_error ul.gfield_radio {
    color: #16181b !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #db5330 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 8px !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding: 10px !important;
}

.gform_wrapper .validation_message {
    color: #db5330 !important;
    background-color: rgba(219,83,48,0.1) !important;
}

.gform_wrapper li.gfield.margin-bottom div.ginput_container {
    margin-bottom: 9px;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
    border-top: 2px solid #db5330 !important;
    border-bottom: 4px solid #db5330 !important;
    background-color: rgba(219,83,48,0.1) !important;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
    background-image: none !important;
    border-bottom: 1px solid #db5330 !important;
    padding: 0 0 14px 0px !important
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):not(.max-width) {
    max-width: calc(100% - 16px)!important;
}

.home-donate .vlog-txt-module .gform_wrapper .gform_footer input.button, .vlog-txt-module .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
}

/* GRAVITY FORMS POLLS */

article.category-poll .vlog-single-entry-image,
article.category-poll #vlog-author {
    display: none !important;
}

article.category-poll .vlog-share-single {
    margin-top: 40px;
}

.gpoll_bar {
    background: rgba(22,24,27,0.05) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    height: 40px !important;
    max-height: 40px !important;
}

.gpoll_ratio_label {
    font-size: 20px !important;
}

.orange .gpoll_ratio_box {
    background-color: #fdc143 !important;
}

.gpoll_ratio_box {
    color: #16181b !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    width: 75px !important;
}

.orange .gpoll_bar_juice {
    background-color: #fdc143 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fdc143),color-stop(1, #fdc143)) !important;
    background-image: -webkit-linear-gradient(top, #fdc143, #fdc143) !important;
}

.gpoll_bar {
    margin-left: 75px !important;
}

.gpoll_bar_juice {
        border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/*.gpoll_container .gpoll_field {
    margin-bottom: 60px !important;
}*/

.gpoll_wrapper .gfield_description {
    font-size: 14px !important;
}

/* GRAVITY FORMS QUIZZES */
.ftp-quiz_wrapper .top_label .quiz-q .gfield_label {
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 20px;
}

.ftp-quiz_wrapper .top_label li ul.gfield_radio {
    width: 100% !important;
}

.ftp-quiz_wrapper .quiz-q {
    margin-bottom: 50px;
}

.ftp-quiz_wrapper .quiz-q ul.gfield_radio li {
    background: #ecf0f1;
    margin: 0 0 15px;
    padding: 10px !important;
    font-size: 18px;
    font-weight: 700;
    overflow: visible;
}

.ftp-quiz_wrapper .quiz-q ul.gfield_radio li:visited,
.ftp-quiz_wrapper .quiz-q ul.gfield_radio li:hover,
.ftp-quiz_wrapper .quiz-q ul.gfield_radio li:active {
    background: #fdc143!important;
    cursor: pointer;
}

.ftp-quiz_wrapper .quiz-q ul.gfield_radio li label {
    /*display: block !important;
    position: absolute;
    left: 40px;
    top: 10px;*/
    width: 100%;
    position: relative;
    display: inline-block !important;
    left: 20px;
    top: 0px;
}

.ftp-quiz_wrapper .inline-answer {
    margin-top: -20px !important;
}

.ftp-quiz_wrapper .inline-answer-img {
    float: left;
    width: 45%;
    padding: 0 30px 30px 0;
}


/* PAYPAL BUTTON */

form.paypal-button {
    display: inline;
}

form.paypal-button input[type=submit] {
    margin: 1px 0;
    background-color: transparent !important;
    -webkit-appearance: unset;
    -webkit-border-radius: 0;
}

form.paypal-button input[type=submit]:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* MEKS SOCIAL SHORTCODE */

.mks_ico {
    margin-right: 10px;
}

.mks_ico:hover {
    opacity: 1;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
}

.mks_ico.facebook_ico {
    background-color: #3b5998;
}

.mks_ico.youtube_ico{
    background-color: #c4302b;
}

.mks_ico.instagram_ico {
    background-color: #3f729b;
}

.mks_ico.twitter_ico {
    background-color: #55acee;
}

/* BOOK LIBRARY */

.page-id-8414 .vlog-site-content {
	background: #f0f0f0;
}

.featured .wbg-total-books-title {
	display: none;
}

.wbg-main-wrapper {
	grid-gap: 0px;
}

.wbg-main-wrapper .wbg-item {
	border: 0;
	margin: 0;
	padding: 30px;
	box-shadow: none;
}

.wbg-parent-wrapper {
	border: 0 !important;
}

.wbg-main-wrapper .wbg-item:hover {
	box-shadow: none;
	background: #f0f0f0;
}

.wbg-search-container .wbg-search-item input[type='text'],
.wbg-search-container .wbg-search-item select, 
.wbg-item-sorting .select-column .wbg-select-sort,
.selectize-input,
.selectize-input.focus {
	width: 100%;
	margin: 0;
    padding: 8px;
    height: 44px;
    border: 1px solid rgba(22,24,27,0.1);
    border-radius: 0;
}

.wbg-search-container {
	padding: 30px 30px 25px 30px !important;
	grid-gap: 30px;
}

.wbg-search-container .wbg-search-item .submit-btn {
    width: 100%;
}

.wbg-search-container .wbg-search-item .submit-btn:hover {
    background: #db5330 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
}

.wbg-search-container .wbg-search-item a#wbg-search-refresh:hover {
    background: #f0f0f0 !important;
    color: #16181b !important;
    -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
}

.wbg-search-container .wbg-search-item a#wbg-search-refresh {
	height: 45px;
	border: 0 !important;
}

.wbg-btn .fa-download:before,
.wbg-btn .fa-cart-shopping:before, 
.wbg-btn .fa-shopping-cart:before,
.wbg-details-description-title .fa-pencil:before {
	display: none;
}

.vlog-txt-module ul.page-numbers li::before {
	display: none;
}

a.page-numbers {
	-webkit-transition: none;
    transition: none;
}

a.page-numbers:hover {
	-webkit-box-shadow: none;
    box-shadow: none;
}

.wbg-pagination .page-numbers li {
    transition: none !important;
}

div.wbg-pagination>ul.page-numbers>li>a.page-numbers:hover {
	background: transparent;
}

.wbg-main-wrapper .wbg-item span {
	color: #696969 !important;
	font-size: 12px !important;

}

.wbg-main-wrapper .wbg-item span:first-of-type {
	text-transform: uppercase;
	font-size: 12px !important;
	/*color: #db5330 !important;
	cursor: pointer;*/
}

/*.wbg-main-wrapper .wbg-item span:first-of-type:hover {
	color: #16181b !important;
}*/

.wbg-details-wrapper .wbg-details-summary span a.wbg-single-link {
	color: #db5330 !important;
}

.wbg-details-wrapper .wbg-details-summary span a.wbg-single-link:hover {
	color: #16181b !important;
}

.wbg-details-summary span a.wbg-btn:hover,
.wbg-main-wrapper .wbg-item a.wbg-btn:hover, 
a.wbg-btn-back:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
    color: #fff;
}

.wbg-main-wrapper .wbg-item a.wbg-btn, 
.wbg-details-summary span a.wbg-btn, 
.wbg-details-wrapper .wbg-details-description a.wbg-btn-back {
	border: 0;
	border-radius: 0;
}

.wbg-details-summary span a.wbg-btn, a.wbg-btn-back {
	text-transform: uppercase;
	font-weight: 700;
}

.wbg-details-description h3 {
	font-size: 44px;
    text-transform: uppercase;
    line-height: 40px;
}

.slick-prev, .slick-next {
	border: 1px solid !important;
    background: #fff !important;
    color: #db5330 !important;
    height: 24px !important;
    width: 24px !important;
    border-color: rgba(219,83,48,0.7) !important;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 2px 0 !important;
    line-height: 1;
    margin-top: 1px;
    opacity: 1;
}

.slick-prev:hover, .slick-next:hover,
.slick-prev:hover:before, .slick-next:hover:before {
	border-color: #16181b !important;
	color: #16181b !important;
}

.slick-prev:before, .slick-next:before {
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    color: #db5330 !important;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

.slick-next:before {
	content: "\f105";
}

.slick-prev:before {
	content: "\f104";
}

.wbg-details-wrapper .wbg-details-description {
    margin-bottom: 60px;
}

.search-library {
	float: none;
    margin: 0 !important;
    position: absolute;
    right: 20px;
    top: 15px;
}

.books-template-default .menu-item-11811 a {
	color: #fdc143;
}

@media (max-width: 767px) {
	.wbg-main-wrapper .wbg-item {
		padding: 20px 10px;
	}

	.wbg-search-container .wbg-search-item {
		padding: 0 0 10px 0;
		margin: 0;
	}

	.wbg-search-container .wbg-search-item input[type="text"], 
	.wbg-search-container .wbg-search-item .submit-btn {
		margin-bottom: 7px !important;
	}

	.search-library {
		position: relative;
		right: auto;
		top: auto;
	}
	.spacer-bottom-desktop {
		padding-bottom: inherit !important;
	}

	.gallery-library {
		margin-top: 0 !important;
	}

	.vlog-slider-controls {
		margin-bottom: 10px;
	}
}

/* TEAM MEMBERS */

.team-container {
    width: 100%
}

.team-container .team-items .item {
    width: calc(25% - 25px);
    background: #fff;
    margin: 0 30px 30px 0;
    display: inline-block;
    vertical-align: top;
}

.team-container .team-items .item:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 767px) {
    .team-container .team-items .item {
        width: calc(50% - 10px);
        margin: 0 15px 15px 0;
    }

    .team-container .team-items .item:nth-child(2n),
    .team-container .team-items .item:nth-child(4n) {
        margin-right: 0;
    }

    .team .vlog-txt-module {
        margin-bottom: 0;
    }
}


.team-container .layer-media img {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.team-container .layer-content {
    padding: 10px 0;
    text-align: center;
}

.team-container .layer-content .team-position,
.team-container .layer-content .team-content,
.team-container .team-social {
    padding: 0 10px 10px;
}


.team-container .item .layer-media .team-thumb {
    overflow: hidden !important;
}

/*.team-container .item .layer-media .team-thumb img {
    -webkit-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-filter: blur(0);
    filter: blur(0);
}*/

.team-container .item .layer-media .team-thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-container .team-social span {
    border-radius: 50% !important;
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 2px;
}

.team-container .team-social span:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
}

.team-container .team-social .facebook {
    background: url(../../plugins/meks-flexible-shortcodes/img/social_icons/facebook_ico.png) no-repeat 0 0;
    background-color: #3b5998;
}

.team-container .team-social .twitter {
    background: url(../../plugins/meks-flexible-shortcodes/img/social_icons/twitter_ico.png) no-repeat 0 0;
    background-color: #55acee;
}

.team-container .team-social .instagram {
    background: url(../../plugins/meks-flexible-shortcodes/img/social_icons/instagram_ico.png) no-repeat 0 0;
    background-color: #3f729b;
}

.team-container .team-social .linkedin {
    background: url(../../plugins/meks-flexible-shortcodes/img/social_icons/linkedin_ico.png) no-repeat 0 0;
    background-color: #0077b5;
}

.team-container .layer-content .team-title {
    color: #16181b !important;
    font-size: 2.4rem !important;
    font-family: 'Open Sans Condensed';
    padding: 0;
    margin-bottom: 10px;
}

.team-container .layer-content a {
    text-decoration: none
}

.team-container .layer-content .team-title:hover {
    color: #db5330 !important;
}

.team-container .layer-content .team-position {
    color: #16181b;
    font-family: 'Lato';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}

/* ABOUT NEW */

.centered {
  position: absolute;
  top: 40px;
  left: 18px;
  background-color: #db5330;
  display:inline;
  padding: 2px 10px;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  z-index: 2;
}

.centered h4 {
  text-transform: uppercase;
  margin: 0;
}

.vlog-mod-title h4, h4.vlog-mod-title, h1.h4 {
   font-size: 4.4rem !important;
   line-height: 4rem !important;
   margin-top: 20px;
}

.large-card .vlog-txt-module {
    margin-bottom: 36px;
}

.large-card h4 {
    margin-top: 0px;
}

.large-card img:hover, .large-card img:focus {
    -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
}

/*.large-card:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}*/

/*.large-card:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
    transition: opacity 0.2s ease;
    margin: 0px 18px 36px 18px;
    cursor: pointer;
}*/

.about-video .col-vlog-offset {
    display: none;
}

.about-video article:last-child {
    margin-bottom: 36px;
}

@media (max-width: 767px) {

    .large-card .vlog-txt-module,
    .large-card .module-text:last-child .vlog-txt-module {
        margin-bottom: 20px !important;
    }

    .large-card:after {
        margin: 0px 18px 20px 18px;
    }

    .about-video article {
        width: 100% !important;
    }

    .about-video .entry-image a .vlog-format-action {
        opacity: 100%;
    }
}

ul.social-icons {
  list-style-type: none;
  margin: 0 0 18px 0;
  padding: 0;
}

.social-icons li {
  display: inline;
  margin-right: 10px;
  line-height: 60px;
}

.social-icons img {
    height: 50px;
    width: 50px;
}

ul.social-icons li::before {
    content: none;
}


.vlog-featured-3 .vlog-cover img {
    width: 1920px;
}

.donate-buttons a {
    width: 100%;
}

.StripeElement {
    background-color: rgba(22,24,27,0.03) !important;
    border-color: rgba(22,24,27,0.1) !important;
    height: 44px !important;
}

.mks_author_link, .mks_read_more a, .vlog-button, .vlog-load-more a, .vlog-pagination .vlog-next a, .vlog-pagination .vlog-prev a, .woocommerce-product-search button[type=submit], .wpcf7-submit, a.mks_button, body a.llms-button-action, body div.wpforms-container-full .wpforms-form .wpforms-page-button, body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form input[type=submit], input[type=button], input[type=submit] {
    padding: 20px 50px;
    font-size: 1em;
    font-weight: 700;
}

.vlog-featured-info-custom .entry-header h2 {
    padding: 0 10px;
    background-color: #16181b;
    line-height: 1.29;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    color: #ffffff;
    font-size: 3.5em;
    margin-top: 15%;
    text-transform: uppercase;
    width: fit-content;
}

/* HOME NEW */

.vlog-mod-actions {
    margin: 20px 0 0;
}

.vlog-mod-actions .vlog-all-link {
    background-color: #db5330;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: none;
    line-height: 1;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 700;
}

.vlog-mod-actions .vlog-all-link:hover, .vlog-mod-actions .vlog-all-link:focus {
    -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
    color: #fff;
}

@media (max-width: 767px) {
    .vlog-mod-actions {
        width: 100%;
    }

    .vlog-mod-actions .vlog-all-link {
        margin-bottom: 30px;
        width: 100%;
    }
}

/* POSTS NEW */

h1.entry-title {
   font-size: 3.6rem !important;
   line-height: 4rem !important;
}

.sidebar-form .button,
.shopify-buy__btn {
    width: 100%;
}

.sidebar-form .gform_footer {
    padding-bottom: 0 !important;
}

/* WP VIRAL QUIZ */

article.category-quiz .vlog-single-entry-image,
article.category-quiz #vlog-author {
    display: none !important;
}

.wpvq {
    max-width: 100% !important;
    font-family: 'Lato' !important;
}

.wpvq-question .wpvq-question-label {
    font-weight: 400 !important;
    font-size: 18px !important;
    text-align: left !important;
}

.wpvq-answer {
    background: rgba(22,24,27,0.05);
    padding: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #16181b !important;
}

.wpvq-answer:hover {
    background: #fdc143 !important;
    border: 0 !important;
}

#wpvq-form-informations p.wpvq-submit-button-ask button {
    border-radius: 0 !important;
    background-color: #db5330 !important;
    font-family: 'Lato' !important;
    text-transform: uppercase !important;
}

#wpvq-form-informations p.wpvq-submit-button-ask button:hover {
    -webkit-animation-name: none !important;
    background-color: #db5330 !important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3) !important;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3) !important;
}

.wpvq-social-icon {
    border-radius: 0 !important;
}

.wpvq-social-slide {
    width: 100% !important;
    border-radius: 0 !important;
}

.wpvq-share-buttons {
    padding-bottom: 10px !important;
}

.wpvq-social-button {
    border-radius: 0 !important;
    margin: 0 !important;
    width: calc(50% - 10px) !important;
}

.wpvq-social-button:first-of-type {
    margin-right: 10px !important;
}

.wpvq-social-button:hover {
    -webkit-animation-name: none !important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3) !important;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3) !important;
}

.wpvq-social-slide p {
    font-size: 11px !important;
    text-transform: uppercase !important;
    padding-left: 20px !important;
    border: 0 !important;
    text-align: left !important;
    top: 11px !important;
}

.wpvq-social-facebook .wpvq-social-icon {
    background: #375187 !important;
}

.wpvq-social-facebook .wpvq-social-slide {
    background: #3d5a96 !important;
}

.wpvq-social-twitter .wpvq-social-icon {
    background: #509bd4 !important;
}

.wpvq-social-twitter .wpvq-social-slide {
    background: #59adec !important;
}


/* YOUTUBE SUBSCRIBE SINGLE POST */

.youtube-subscribe-single-post {
    border: 1px solid rgba(17,17,17,.1);
    margin-bottom: 36px;
    padding: 25px 30px;
}

.youtube-subscribe-single-post h4 {
    text-transform: uppercase;
}

#custom_html-3 {
    padding: 25px 30px;
}

@media (min-width: 766px) {
    .youtube-subscribe-single-post {
        display: none;
    }
}

@media (max-width: 767px) {
    #custom_html-3 {    /* selector for YouTube Subscribe widget */
        display: none;
    } 
}

/* AUTHOR STATS PRO */
tr td:nth-child(2), tr th:nth-child(2),
tr td:nth-child(5), tr th:nth-child(5),
.nnr-as-author-id, .edit {
    display: none;
}

/* SHOW PAGES */

.show-page-text h1 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 48px;
}

.show-page-text h3 {
    text-transform: uppercase;
    font-size: 30px;
}

.show-page .module-text .vlog-txt-module {
    margin-bottom: 0 !important;
}

.streaming-logo {
    display: inline-block;
}

.streaming-logo a img {
    height: 40px;
    margin-top: 15px;
}

.streaming-logo {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(17,17,17,.1);
}

.streaming-logo:last-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.vlog-txt-module .show-page_wrapper .gform_footer input.button, 
.vlog-txt-module .show-page_wrapper .gform_footer input[type=submit] {
    width: 100% !important;
    margin-top: -4px;
}

@media (min-width: 766px) {
    .show-page_wrapper form.gf_simple_horizontal div.gform_body {
        width: 400px !important;
    }
}

@media (max-width: 767px) {
    .show-page-text h1 {
        font-size: 40px;
    }
    .show-page-text h3 {
        font-size: 24px;
    }
}

    .widget-title {
    font-size: 2.3rem !important;
    }

.spacer-bottom-desktop {
    padding-bottom: 60px;
}

/* MOBILE SUPPORT */

@media (max-width: 767px) {
    /* homepage */
    /*.module-posts, .module-series, .vlog-module,
    .module-text .vlog-txt-module {
        margin: 0 !important;
    }*/

    /* KOL form */

    #gform_20 .gform_body,
    #gform_20 .gform_footer.top_label {
        max-width: 100%;
        display: grid;
    }

    #gform_20 .gform_body .top_label .gfield {
        padding-right: 0;
    }

    .streaming-logo-group {
        text-align: center;
    }

    .spacer-bottom {
        padding-bottom: 60px;
    }

    .vlog-module article {
        width: calc(50% + 9px);
    }

    .vlog-module article:nth-child(odd) {
        margin-left: 0;
        margin-right: -9px;
    }

    .vlog-module article:nth-child(even) {
        margin-left: -9px;
        margin-right: 0;
    }

    .vlog-txt-module .gform_wrapper .gform_footer input.button, 
    .vlog-txt-module .gform_wrapper .gform_footer input[type=submit] {
        width: 100% !important;
    }

    /* sidebar */
    .widget {
        margin-left: 0;
        margin-right: 0;
        max-width: 600px;
    }

    .sidebar-donate_wrapper .gfield_radio li label {
        width: calc(100% - 16px) !important;
    }

    .sidebar-donate_wrapper .gform_footer input.button, 
    .sidebar-donate_wrapper .gform_footer input[type=submit], 
    .sidebar-join_wrapper .gform_footer input.button, 
    .sidebar-join_wrapper .gform_footer input[type=submit] {
        margin-bottom: 0 !important;
    }

    /* post layout */
    .module-series article,
    .tax-series .vlog-module article,
    .archive .vlog-module article {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .screenings-margin-bottom {
        margin-bottom: 40px !important;
    }

    .vlog-featured-2 .vlog-featured-item {
        height: 450px !important;
    }

    .comment-form-author, .comment-form-email, .comment-form-url {
        width: 100% !important;
    }

    /* author */
    .author .vlog-mod-desc img {
        width: 100px;
        height: 100px;
        float: none;
        margin: 0 auto 24px !important;
        display: block;
    }

    .vlog-mod-desc p:last-child {
        text-align: center;
    }

}

    /* events */
    #wpgmza_map {
        height: 300px !important;
    }

    /* donate NEW */

    .radio-btn-grid .gchoice {
        float: left;
        width: 33%;
        padding: 0 10px 10px 0;
    }

    .radio-btn-half .gchoice {
        float: left;
        width: 50%;
        padding: 0 1% 10px 0;
    }

    .radio-btn-grid .gchoice:nth-of-type(3n),
    .radio-btn-grid .gchoice:nth-of-type(6n),
    .radio-btn-grid .gchoice:nth-of-type(9n) {
        padding: 0 0 10px 0;
    }

    .radio-btn-half .gchoice:nth-of-type(2n) {
        padding: 0 0 10px 1%;
    }

    .radio-btn-grid .gchoice input[type="radio"],
    .radio-btn-half .gchoice input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    } 

    .radio-btn-grid .gchoice label,
    .radio-btn-half .gchoice label {
        display: inline-block;
        background: #ddd;
        padding: 10px 20px;
        width: -webkit-fill-available;
        max-width: 100% !important;
        cursor: pointer;
        text-align: center;
        font-weight: 700;
    }

    .radio-btn-grid .gchoice input[type="radio"]:checked + label,
    .radio-btn-half .gchoice input[type="radio"]:checked + label {
        background: #db5330;
        color: #fff;
    }

    .radio-btn-grid .gchoice input[type="radio"]:focus + label,
    .radio-btn-half .gchoice input[type="radio"]:focus + label {
        background: #db5330;
        color: #fff;
    }

    .radio-btn-grid .gchoice label:hover,
    .radio-btn-half .gchoice label:hover {
        webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
        box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
        background: #db5330;
        color: #fff;
    }




    /* donate */

    .donate-form_wrapper .gfield_radio li, 
    .donate-sidebar_wrapper .gfield_radio li {
        display: inline-block !important;
        width: 33.3% !important;
        margin-bottom: 0 !important;
    }

    .donate-form_wrapper .top_label li.donate-amount ul.gfield_radio {
        margin-right: -8px;
    }

    .donate-form_wrapper .gfield_radio li label {
        margin-bottom: 8px !important;
    }

    .donate-form_wrapper ul li.gfield.other-amount {
        margin-top: 0;
        padding-bottom: 16px;
    }

    /* form validation */
    .gform_wrapper li.gfield.gfield_creditcard_warning,
    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):not(.max-width) {
        max-width: 100% !important;
        width: 100% !important;
    }

    /* footer */
    .vlog-copyright {
        margin-top: 0;
    }

    /* navigation */
    .dl-menu.dl-subview li, 
    .dl-menu.dl-subview li.dl-subview>a, 
    .dl-menu.dl-subview li.dl-subviewopen>a, 
    .dl-menuwrapper li .sub-menu {
        display: block;
        position: relative;
    }

    .dl-menuwrapper li a.vlog-menu-forward,
    .dl-menuwrapper li .sub-menu li.dl-back,
    .dl-menuwrapper li.vlog-mega-menu .sub-menu {
        display: none;
    }

    /* wp viral quiz */
    .wpvq-question .wpvq-question-label {
        font-size: 16px !important;
    }

    /* gravity forms quiz */
    .ftp-quiz_wrapper .inline-answer-img {
        padding: 0 20px 10px 0;
    }

    /* social share */
    body .vlog-share-single {
        margin-right: -8px;
    }
}

@media (max-width: 450px) {

    form.paypal-button input[type=submit],
    .vlog-mod-actions.default-donate a.patreon {
        margin-top: 18px;
    }

    .mobile-full-width{
        width: 100% !important;
    }
}

/* LIBERTY.ME LIBRARY */

.wbg-main-wrapper .wbg-item .wgb-item-link {
    line-height: 1.35;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
}

.wbg-main-wrapper .wbg-item .wbg-description-content {
    line-height: 1.63;
    font-family: 'Lato';
    font-weight: 400;
}

.wbg-main-wrapper .wbg-item span {
    font-size: 16px !important;
    color: #16181b !important;
    line-height: 1.63;
    font-family: 'Lato';
    font-weight: 400;
}

.wbg-main-wrapper .wbg-item a.wbg-btn,
.wbg-details-summary span a.wbg-btn {
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 700;
    text-transform: uppercase;
}

.wbg-search-container .wbg-search-item .submit-btn {
    margin-top: 0px;
}

.wbg-search-container .wbg-search-item a#wbg-search-refresh {
    text-decoration: none;
}

.wbg-search-container {
    background: #f3f3f3;
    padding: 20px 20px 30px 20px;
    border: 0;
}

.wbg-search-container .wbg-search-item input, .wbg-search-container .wbg-search-item select {
    border-radius: 0;
}

.wbg-search-container .wbg-search-item a#wbg-search-refresh {
    border-radius: 0;
    border: 1px solid #dddddd;
}

.wbg-details-wrapper .wbg-details-description .wbg-details-description-content,
.wbg-details-wrapper .wbg-details-description .wbg-details-description-title,
.wbg-details-wrapper .wbg-details-summary span {
    font-size: 16px;
    font-family: 'Lato';
}

.yellow-highlight {
    background-color: #fdc143;
    padding: 0.1em 0.2em;
}

.feature-text .vlog-txt-module a {
    text-decoration: underline;
}


