/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* VARIABLES */
body {
    --main-color: #F9D34C;
    --secondary-color: #E53D35;
    --main-font-family: 'Lora', sans-serif;
}
.statcounter {
    display: none;
}

/* GLOBAL */

span.post_author_link {
	font-weight: bold;
}

#preload {
    display: none;
}
#preload img:first-child {
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/Parler-Logo-dark-orange.png) no-repeat center;
}
#preload img {
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/mewe_logo-dark-orange.png) no-repeat center;
}
#preload img:last-child {
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/gab-orange.png) no-repeat center;
}
h2 a:hover {
    color: var(--secondary-color);
}
.text-center {
    text-align: center;
}
.flex-hv-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.envelop-icon {
    width: 25px;
    height: 12px;
    display: inline-block;
    background: url(img/envelop.png) no-repeat center;
    margin-left: 9px;
}
.li-mewe,
.li-parler,
.li-gab {
    display: inline-block;
    height: 18px;
    line-height: 18px;
}
.li-mewe {
    width: 55px;
    background: url(img/mewe_logo_white_small.png) no-repeat center;
    background-size: 100%;
}
.li-parler {
    width: 41px;
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/Parler-Logo-white.png) no-repeat center;
    background-size: 100%;
}
.li-gab {
    width: 41px;
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/gab-white.png) no-repeat center 2px;
    background-size: 100%;
    height: 30px;
    margin-top: 8px;
}
a:hover .li-mewe,
a:hover .li-gab,
a:hover .li-parler {
    display: inline-block;
}
a:hover .li-mewe {
    width: 55px;
    background: url(img/mewe_logo_yellow_small.png) no-repeat center;
    background-size: 100%;
}
a:hover .li-parler {
    width: 41px;
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/Parler-Logo.yellow.png) no-repeat center;
    background-size: 100%;
}
a:hover .li-gab {
    width: 41px;
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/gab-yellow.png) no-repeat center;
    background-size: 100%;
    height: 30px;
}
.logged-in .hide-for-logged-users {
    display: none;
}
#back_to_top {
    align-items: center;
    display: flex;
    flex-direction: column;
}
#back_to_top::after {
    content: "Back to Top";
    color: var(--main-color);
}
.max-half-width {
    max-width: 550px;
    margin: auto;
}
#access_container {
    overflow-y: scroll;
    max-height: 100%;
}
#access_container .access_container_inner {
    padding-bottom: 30px;
}

/* HEADER */
body:not(.logged-in) #logout_link,
body:not(.logged-in) #logout_bar_link {
    display: none;
}
body.logged-in #signin_link {
    display: none;
}

.header_top_bottom_holder {
    background: #000;
}
.header_top {
    color: #fff;
    padding: 6px 0;
}
.header_top a {
    color: #fff;
    font-weight: bold;
}
.header_top a:hover {
    color: var(--main-color);
}
.header_top .right .widget_custom_html:first-child + .widget_custom_html > .custom-html-widget {
    display: inline-flex;
    align-items: center;
}
.header_top .right .widget_custom_html:first-child + .widget_custom_html a {
    margin-right: 20px;
    display: inline-flex;
}
header:not(.sticky):not(.scrolled) .header_bottom {
    padding: 0;
}
.sticky .header_menu_bottom .main_menu_header_inner_right_holder {
    float: none;
}
.header_menu_bottom {
    border-top: 2px solid var(--main-color);
}
.header_menu_bottom .header_bottom_right_widget_holder {
    display: none;
}
.mobile_menu_button span:hover,
.side_menu_button>a:hover,
header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a {
    opacity: 1;
}
nav.main_menu ul li.active:hover a {
    color: #fad95e;
}
.header_top .right .inner>div:first-child {
    padding-right: 24px;
}
.header_top .q_social_icon_holder {
    font-size: 20px;
}
.header_top .left .header-left-widget {
    display: none;
}
.header_bottom {
    padding-top: 16px!important;
}
.logo_wrapper {
    height: 150px;
}
.q_logo a {
    height: 140px!important;
}
.header_inner_left {
    padding-bottom: 15px;
    width: 1100px;
    margin: 0 auto;
}
.header_menu_bottom_inner,
.header_top {
    width: 1100px;
    margin: 0 auto;
}
header:not(.sticky) .header_menu_bottom nav.main_menu>ul>li>a {
    line-height: 49px;
}
header .header_menu_bottom .side_menu_button {
    height: 49px!important;
}
.sticky .header_inner_left {
    display: none;
}
.sticky .header_bottom_right_widget_holder {
    padding: 0;
}
.side_menu_button {
    background: var(--main-color);
}
.side_menu_button:hover {
    background: var(--secondary-color);
}
.side_menu_button .search_button {
    display: none!important;
}
header .search_button {
    font-size: 16px!important;
}
a.side_menu_button_link {
    color: #000!important;
    font-size: 20px;
    font-family: var(--main-font-family);
    font-weight: 600;
    white-space: nowrap;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
a.side_menu_button_link.changed {
    max-width: none;
    visibility: visible;
    opacity: 1;
}
a.side_menu_button_link.changed:hover {
    color: #000!important;
    opacity: 1;
}
.side_menu_button a:last-child {
    padding: 0 30px;
}
.side_menu.side_area_alignment_center .execphpwidget {
    text-align: left;
}
.side_menu.side_area_alignment_center .execphpwidget a:hover {
    color: #C16430;
    text-decoration: underline;
}
.side_menu.side_area_alignment_center .side_menu_title h5 {
    font-size: 20px;
    font-family: 'Lora', sans-serif;
}
a.search_slides_from_header_bottom {
    line-height: 49px;
    margin-left: 9px;
    color: #fff;
}
a.search_slides_from_header_bottom:hover {
    color: #F9D34C;
}
/**/

/* HOMEPAGE */
.home .title_outer.title_without_animation {
    height: 234px!important;
}
.slick-slider {
    margin: 48px -11px 0!important;
}
.slider.demo,
.slider.demo + h2,
.home .two_columns_66_33 .column1 {
    max-height: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slider.demo + h2 {
    min-height: 0;
}
.slider.demo {
	padding-bottom: 46px;
}
.slider.demo.slick-initialized,
.slider.demo.slick-initialized + h2,
.home.top_shelf_loaded .two_columns_66_33 .column1 {
    max-height: none;
    visibility: visible;
    opacity: 1;
}
.slick-slide {
    padding: 0 11px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-top: 38px;
    padding-bottom: 23px;
}
.slick-dots li {
    border-radius: 20px;
    margin: 0 9px;
    cursor: pointer;
}
.slick-dots li.slick-active {
    border: 1px solid var(--main-color);
}
.slick-dots li.slick-active:hover {
    border: 1px solid var(--secondary-color);
}
.slick-dots li button {
    background: var(--main-color);
    width: 21px!important;
    height: 21px!important;
    border: 4px solid #fff;
    border-radius: 18px;
    display: block;
    color: transparent;
    outline: none!important;
    cursor: pointer;
    padding: 0;
}
.slick-dots li button:hover {
    background: var(--secondary-color);
}
.slick-slide .post-title {
    font-family: var(--main-font-family);
    font-size: 20px;
    color: #000;
    line-height: 24px;
}
.slick-slide img {
    margin-bottom: 11px;
}
.slick-slide a {
    color: #000;
}
.slick-slide a:hover {
    color: #C16430;
    text-decoration: underline;
}
.home .title .title_holder {
    display: none;
}
.home .title_outer + .container {
    margin-top: -38px;
}
.slick-slider + h2 {
    padding-bottom: 10px;
}
.home .sticky h2 {
    margin: 22px 0;
}
.home .sticky h2 .entry_date {
    display: none;
}
.blog_holder article.sticky {
    margin-bottom: 43px;
}
.blog_holder article .post_text .post_text_inner {
    padding: 0;
}
.home .sticky .post_info {
    display: none;
}
.home .blog_holder.blog_large_image .quick-takes-wrapper h2 {
    font-size: 38px;
    text-align: center;
    margin-left: -16px;
}
.blog_large_image h2 a:hover {
    text-decoration: underline;
}
.home .blog_holder .quick-takes-wrapper + h2,
.home .blog_holder article:first-child + h2 {
    margin-bottom: 20px;
}
.home .blog_holder article:first-child + h2 {
    display: none;
}
.home .blog_holder article:first-child + h2 + .sticky {
    border-top: 1px solid #000;
    padding-top: 21px;
}
.home .blog_holder article:not(.sticky),
.search .blog_holder article:not(.sticky),
.archive .blog_holder article:not(.sticky) {
    border-bottom: 1px solid #000;
    margin-bottom: 21px;
}
.home .blog_holder article:not(.sticky) .post_content_holder,
.search .blog_holder article:not(.sticky) .post_content_holder,
.archive .blog_holder article:not(.sticky) .post_content_holder {
    display: flex;
    padding-bottom: 18px;
}
.home .blog_holder article:not(.sticky) .post_image,
.search .blog_holder article:not(.sticky) .post_image,
.archive .blog_holder article:not(.sticky) .post_image {
    width: 270px;
    min-width: 270px;
    margin-right: 26px;
}
.home .blog_holder article:not(.sticky) .post_text,
.search .blog_holder article:not(.sticky) .post_text,
.archive .blog_holder article:not(.sticky) .post_text {
    overflow: hidden;
}
.home .blog_holder article:not(.sticky) .post_excerpt,
.search .blog_holder article:not(.sticky) .post_excerpt,
.archive .blog_holder article:not(.sticky) .post_excerpt {
    display: none;
}
/*.home .pagination,
.archive .pagination {
    display: none;
}*/
.home .pagination {
    display: none;
}
.archive.tag .pagination,
.archive.author .pagination {
    display: inline-block;
}
.archive.author .author-info {
    padding-bottom: 33px;
}
.pagination ul li.active {
    font-weight: 900;
}
.pagination ul li a:hover {
    border-color: #c16430;
}
.pagination ul li {
    display: none;
}
.pagination ul li.first,
.pagination ul li.prev,
.pagination ul li.next,
.pagination ul li.last,
.pagination ul li.active {
    display: inline-block;
}
.pagination ul li.active {
    font-weight: normal;
}
.pagination ul li.active span {
    width: auto;
    color: black;
    text-transform: none;
    border: none;
    font-size: 16px;
}
.pagination ul li.active span input {
    height: 42px;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    width: 66px;
    font-size: 16px;
}
.home .column1:first-child,
.archive .column1:first-child {
    padding-bottom: 27px;
}
.home .column1:first-child .blog_holder article:not(.sticky):last-child,
.home .column1:first-child .blog_holder article:not(.sticky):nth-child(6),
.archive .column1:first-child .blog_holder article:not(.sticky):last-child,
.archive .column1:first-child .blog_holder article:not(.sticky):nth-child(3),
.archive .column1:first-child .blog_holder article:not(.sticky):nth-child(11),
.archive .column1:first-child .blog_holder article:not(.sticky):nth-child(20),
.home .middle-content-wrapper + .column1 .blog_holder article:not(.sticky):nth-child(3),
.archive .middle-content-wrapper + .column1 .blog_holder article:not(.sticky):nth-child(3),
.home .middle-content-wrapper + .column1 .blog_holder article:not(.sticky):nth-child(9),
.archive .middle-content-wrapper + .column1 .blog_holder article:not(.sticky):nth-child(8),
.home .blog_holder .latests_inf_cxd_list .wrapper article:last-child,
.home .blog_holder .latests_inf_cxd_list .wrapper article:not(.sticky):nth-child(10):last-child {
    border-bottom: none;
}
.home .middle-content-wrapper + .column1 .blog_holder .latests_inf_cxd_list article:not(.sticky):nth-child(3),
.home .middle-content-wrapper + .column1 .blog_holder .latests_inf_cxd_list article:not(.sticky):nth-child(8) {
    border-bottom: 1px solid #000;
}
.home #home-add-sidebar-second,
.archive #home-add-sidebar-second {
    padding: 6px 0 50px;
}
.right-sidebar .widget_media_image:first-child img {
    width: 100%;
}
.right-sidebar .widget_media_image figcaption {
    display: none;
}
.archive #home-add-sidebar-first {
    padding-top: 6px;
    padding-bottom: 52px;
}
.latests_inf_cxd_list .wrapper article:first-child {
    border-top: 1px solid #000;
    margin-top: -21px;
    padding-top: 21px;
}
.latests_inf_cxd_list .posts-add-bar {
    margin-bottom: 60px;
}
.latests_inf_cxd_list .wrapper article.before-add-bar {
    border-bottom: none;
    margin-bottom: 27px;
}

/* QUICK TAKES */
.quick-takes-wrapper {
    background: #e2e2e2;
    padding: 47px 30px 39px 60px;
    margin: 75px 0 81px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.quick-takes-wrapper h2 {
    width: 100%;
    padding-bottom: 25px;
}
.quick-takes-wrapper .quick-takes-item {
    width: 50%;
    display: flex;
    padding-bottom: 29px;
}
.quick-takes-wrapper .quick-takes-item .image-wrapper {
    width: 60px;
    min-width: 60px;
    margin-right: 14px;
}
.quick-takes-wrapper .quick-takes-item p {
    line-height: 19px;
    margin-top: -4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    padding-right: 30px;
}
.quick-takes-wrapper .quick-takes-item p a {
    font-weight: 400;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    transform: scale(1);
    max-height: 58px;
}
a.button {
    display: inline-block;
    font-family: var(--main-font-family);
    font-weight: 600;
}
a.yellow-button {
    background: var(--main-color);
    color: #000;
}
a.red-button {
    background: var(--secondary-color);
    color: #fff;
}
a.red-button:hover {
    background: var(--main-color);
}
a#load_more.red-button:hover {
    background: #C16430;
}
.widget_custom_html a.red-button:hover,
.widget_execphp a.red-button:hover {
    background: #C16430;
}
.quick-takes-wrapper a.button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    height: 50px;
    line-height: 50px;
    padding: 0 48px 0 50px;
}
.quick-takes-wrapper a.button:hover {
    background: #C16430;
}
a.button-fullwidth {
    width: 100%;
    text-align: center;
}
.home a.button-fullwidth,
.archive a.button-fullwidth,
.search a.button-fullwidth {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
}
.home .blog_holder a.button-fullwidth {
    margin: 26px 0 66px;
}

.right-sidebar .widget {
    margin-top: 66px;
}
.right-sidebar .widget_sp_image img {
    display: block;
}
.right-sidebar .widget:first-child {
    margin-top: 0;
}
.right-sidebar a.button-fullwidth {
    margin: 0 0 1px;
}
.right-sidebar a.button-fullwidth + a.button-fullwidth {
    margin: 33px 0 0;
}
.right-sidebar p {
    line-height: 19px;
}
.home .column1:first-child + .column2 .right-sidebar .widget:last-child,
.archive .column1:first-child + .column2 .right-sidebar .widget:last-child,
.archive .column2:last-child .right-sidebar .widget:last-child {
    margin-bottom: 50px;
}
h2.widgettitle {
    margin: -7px 0 17px;
}
.sidebarBlock .sidebarAnnounce {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 18px;
    color: #e40100;
}

.middle-content-wrapper.fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 62px;
    clear: both;
    padding: 47px 0 62px;
    background: black;
}
.flex-wrapper {
    display: flex;
    margin: 0 -7px;
}
.middle-content-wrapper .flex-wrapper>div:not(.slick-list.draggable) {
    width: 33%;
    padding: 0 7px;
}
.middle-content-wrapper h2 {
    background: var(--main-color);
    padding: 0 16px 0 13px;
    display: inline-block;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.middle-content-wrapper .post-title {
    font-family: var(--main-font-family);
    font-size: 18px;
}
.middle-content-wrapper .post-title a {
    color: #fff;
}
.middle-content-wrapper .post-title a:hover {
    text-decoration: underline;
    color: #C16430;
}
.placeholder {
    min-height: 40px;
    background: black;
}
.widget_authors_list_widget {
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 4px;
}
.widget_authors_list_widget ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.widget_authors_list_widget ul li:first-child {
    width: 100%;
    border-bottom: 1px solid var(--main-color);
    padding-top: 0;
    padding-bottom: 4px;
    margin-bottom: 9px;
}
.widget_authors_list_widget ul li {
    width: 50%;
    padding-top: 4px;
}
body:not(.page) .widget_authors_list_widget ul li:last-child {
    width: 100%;
    margin-bottom: 8px;
}
.page .widget_authors_list_widget {
    border-bottom: none;
    padding-bottom: 25px;
}
.page .widget_authors_list_widget img {
    max-width: 34px;
}
.widget_authors_list_widget ul li:first-child img {
    max-width: 96px;
}
.widget_authors_list_widget p {
    margin-top: 5px;
}
.right-sidebar .textwidget > p:last-child {
    margin-bottom: 0;
}

/* FOOTER */
.three_columns>.column1,
.three_columns>.column2,
.three_columns>.column3 {
    box-sizing: border-box;
}
.footer_top .three_columns>.column1 {
    width: 31.5%;
    padding-right: 37px;
}
.footer_top .three_columns>.column2 {
    width: 39%;
    padding-left: 2px;
}
.footer_top .three_columns>.column3 {
    width: 29.5%;
    padding-left: 17px;
}
.footer_top .three_columns .column2 .column_inner>div {
    margin-left: 0;
}
footer .wpcf7 {
    position: relative;
}
footer .wpcf7 input[type=email],
footer .wpcf7 input[type=submit] {
    height: 35px;
    line-height: 35px;
    padding: 0;
    border: none!important;
    outline: none;
    border-radius: 0!important;
}
footer .wpcf7 input[type=email] {
    padding: 0 12px;
    font-size: 16px;
}
footer .wpcf7 input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--main-color) url(img/envelop-big.png) no-repeat center!important;
    width: 55px;
    color: transparent!important;
    transition: none!important;
    transition-timing-function: none!important;
}
footer .wpcf7 input[type=submit]:hover {
    background: var(--main-color) url(img/envelop-big.png) no-repeat center!important;
    color: transparent!important;
    transition: none!important;
    transition-timing-function: none!important;
}
footer div.wpcf7 .ajax-loader {
    display: none;
}
footer .wpcf7 form.wpcf7-form p {
    margin-top: 4px;
    margin-bottom: 14px!important;
}
.footer_top h5 {
    margin-top: -6px;
    margin-bottom: 12px;
}

/* ARCHIVE */
.archive #back_to_top + .content {
    margin-top: 43px!important;
}
.archive.archive #back_to_top + .content {
    margin-top: 50px!important;
}
.archive.author .author-info h2 {
    font-size: 24px;
    font-weight: 800;
}
.archive.author .author-info img {
    float: left;
    margin-right: 20px;
}
.archive .title {
    height: auto!important;
}
.archive .title .title_holder {
    padding-top: 0!important;
    height: auto!important;
}
.archive .title h1 {
    font-family: Lora;
    font-size: 24px;
    margin-bottom: 20px;
}
.archive.author .title_outer {
    display: none;
}

/* SINGLE BLOG POST */
.single-post .blog_single p.wp-caption-text {
    margin-top: 2px;
    margin-bottom: 25px;
    font-size: 15px;
    font-style: italic;
}
.blog_holder.blog_single article h2 a {
    font-size: 23px;
}
.single .title_outer {
    height: 184px!important;
    overflow: hidden!important;
}
.single .title_outer .title_subtitle_holder {
    display: none!important;
}
.single-post .blog_single.blog_holder {
    padding-top: 52px;
}
.single-post .blog_single ul {
    margin-bottom: 22px;
}
.single a.button-fullwidth {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin-top: 36px;
}
.single a.button-fullwidth + p {
    margin-bottom: 43px!important;
}
.single .post_info .post_author + .time {
    margin-left: 20px;
}
.single .subtitle {
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.single .blog_holder article .post_info {
    margin: 0 0 12px;
}
.essb_links[id*="essb_displayed_top"] {
    margin-top: 0;
}
.single .blog_single.blog_holder ul li,
.single .blog_single.blog_holder ol li {
    list-style-position: outside;
    margin-left: 33px;
    margin-right: 10px;
}
.meta.share_meta {
    display: block;
    background: #e3e2dd;
    border-radius: 7px;
    padding: 2px 8px;
    margin: 0 0 42px;
    font-size: 14px;
}
.metaTable {
    width: 100%;
}
.metaTable td {
    vertical-align:middle;
}
.metaComments {
    background:url('img/li_commentIcon.png') no-repeat 5px center;
    padding:3px 9px 3px 29px;
    width:105px;
    border-spacing: 5px 0;
}
.metaComments a {
    white-space: nowrap;
}
.metaTags {
    background:url('img/li_tagIcon.png') no-repeat left center;
    padding-left:25px;
    width: auto;
    text-align: left;
}
.metaRating {
    width:94px;
}
.metaRating .love,
.metaRating .hate {
    margin:0;
    height: 6px;
}
.postContent .love,
.postContent .hate,
.commentAuthor .love,
.commentAuthor .hate{
    height: 6px;
}
.metaSocial {
    width:35px;
}
.thin .stButton .stFb, .thin .stButton .stTwbutton, .thin .stButton .stMainServices {
    height:22px;
    padding-top:0;
    padding-bottom:0;
}
.single .single_tags {
    display: none;
}
.reactions {
    margin:10px 0;
    padding:20px;
    background:#e2e2e2;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    border-radius:20px;
}
.tweact {
    float:left;
    padding:2px;
    z-index: 10000;
}
.tweaction {
    margin-left:-80px;
    margin-top:6px;
    position:absolute;
    width:208px;
    background:#222;
    color:#fff;
    display:none;
    font-size:.9em;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
    padding:15px;
    z-index: 10001;
}
.tweact:hover .tweaction {
    display: block;
}
.tweaction-body {
    padding-bottom:10px;
}
.tweaction-user {
    float:left;
    color:#ccc;
    font-size:.9em;
}
.tweaction-date {
    float:right;
    color:#ccc;
    font-size:.9em;
}
.single-post .two_columns_66_33 .column2 {
    padding-top: 60px;
}
.right-sidebar + .right-sidebar {
    padding-top: 60px;
    padding-bottom: 50px;
}

.single-post #comments {
    font-size: 14px;
    margin-bottom: 50px;
}
.oneComment {
    margin-left:60px;
    background:url('img/li_commentTop.png') no-repeat top left;
}
.oneComment+ul.children {
    padding-left: 30px;
}
.oneComment blockquote {
    padding: 14px 14px 14px 20px;
    border-left: 1px solid lightgrey;
}
ul.children ul.children {
    padding-left: 30px;
}
.avatar {
    float:left;
}
.reply {
    float:right;
    width:150px;
    text-align: right;
    z-index: 1;
    position: relative;
}
.reply a, .reply a:link, .reply a:visited, .reply a:active {
    position:relative;
    z-index:99;
    color:#bbb;
    font-style:italic;
    font-size:.9em;
    padding: 0 0 21px;
    display: inline-block;
}
#comments .children .children .children .children .reply a:first-child {
    display: none!important;
}
.commentAuthor {
    padding:6px 15px;
    color:#000;
}
.commentAuthorLink {
    color:#000;
    font-weight: bold;
}
.commentAuthorLink a, .commentAuthorLink a:link, .commentAuthorLink a:visited, .commentAuthorLink a:active {
    color:#333;
}
.reply a:hover, .commentAuthorLink a:hover {
    position:relative;
    z-index:99;
    color:#c44a01;
    text-decoration:none;
}
.commentContent {
    padding:0 15px 20px;
}
.respond {
    background:#e3e2dd;
    width:630px;
    position:relative;
    z-index:99;
    border-radius: 7px;
    padding: 1px 0;
}
#reply-title, .comment-notes, .form-allowed-tags {
    display:none;
}
#respond form {
    margin:14px 18px;
}
.comment-fields {
    padding-bottom:20px;
}
.comment-field label {
    color:#888;
}
.comment-field {
    width:252px;
    height:46px;
    padding:10px 2px 0 8px;
    background:url('img/li_commentField.png') no-repeat left top;
}
.required {
    color:#f00;
}
.comment-field input {
    width:180px;
    font-size:1.1em;
    border:none;
    outline:none;
}
.comment-field input:hover, .comment-field input:active, .comment-field input:focus {
    border:none;
}
.comment-form-comment {
    width: 100%;
    height: 165px;
    background: #fff;
    margin: 0;
    border-radius: 6px;
    padding: 4px 0 0 6px;
    color: #888;
    box-sizing: border-box;
}
#comment {
    width:500px;
    height:150px;
    resize:none;
    border:none;
    outline:none;
}
#comment textarea:hover, #comment textarea:active, #comment textarea:focus {
    border:none;
}
.form-submit {
    clear:both;
    padding:10px 4px 0 0;
    text-align:left;
}
#submit {
    float:right;
    background:url(img/li_submit.png) no-repeat center center;
    border:none;
    text-indent:-9997px;
    cursor:pointer;
    width:100px;
    height:28px;
}
#ajax-comment-preview {
    background:#fff;
    padding:4px;
    border:1px solid #ccc;
    color:#aaa;
    font-style:italic;
}
#comment-preview {
    font-style:normal;
    background-image:none !important;
    color:#333;
}
.commentNav {
    padding:10px 0;
}
#respond textarea {
    max-height: 130px;
    color: #000;
    font-size: 16px;
    line-height: 19px;
}
.single-post .blog_single blockquote + p {
    margin-bottom: 0;
    margin-top: 0;
}
.single-post .blog_single blockquote {
    padding: 0 14px 20px 20px;
}
.single li.essb_message_before {
    padding-right: 7px!important;
    font-weight: bold;
    font-size: 14px;
}
.essb_links .essb_hide_icon .essb_link_more .essb_icon {
    display: block;
    height: 32px!important;
}
.essb_links.essb_size_l .essb_icon:before {
    top: 7px!important;
}
.essb_morepopup {
    overflow: hidden!important;
    padding-bottom: 20px!important;
}
.single-post .title .title_holder .container {
    display: none;
}
.single-post .title .title_holder {
    height: 0!important;
}
.single-post .essb_displayed_more_popup .essb_message_before,
.single-post .essb_displayed_more_popup .essb_icon {
    display: none;
}
.single-post .essb_morepopup_content .essb_links a {
    height: 32px;
    line-height: 28px;
    text-align: center;
}
.single-post .essb_links li a .essb_network_name {
    margin-right: 0;
}

/* TAGS PAGE */
.all-tags-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 43px;
}
.all-tags-list li {
    width: 33.3333333%;
    max-width: 33.3333333%;
}
/* VIDEO OF THE DAY */
.youtube-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* CONTACT PAGE */
.contact-page-socials {
    display: inline-flex;
    float: left;
}
.contact-page-socials >.wpb_wrapper {
    display: flex;
    align-items: center;
}
.contact-page-socials .li-mewe,
.contact-page-socials .li-parler,
.contact-page-socials .li-gab {
    display: inline-block;
    height: 38px;
    line-height: 38px;
}
.contact-page-socials .li-parler {
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/Parler-Logo-red.png) no-repeat center;
    background-size: 100%;
    width: 71px;
}
.contact-page-socials a:hover .li-parler {
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/Parler-Logo-dark-orange.png) no-repeat center;
    background-size: 100%;
    width: 71px;
}
.contact-page-socials .li-mewe {
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/mewe_logo-red.png) no-repeat center;
    background-size: 100%;
    width: 102px;
}
.contact-page-socials a:hover .li-mewe {
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/mewe_logo-dark-orange.png) no-repeat center;
    background-size: 100%;
    width: 102px;
}
.contact-page-socials .li-gab {
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/gab-red.png) no-repeat center -1px;
    background-size: 100%;
    width: 102px;
    height: 60px;
}
.contact-page-socials a:hover .li-gab {
    background: url(https://legalinsurrection.com/wp-content/uploads/2021/02/gab-orange.png) no-repeat center;
    background-size: 100%;
    width: 102px;
    height: 60px;
}
body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content:url(img/mewe_logo_yellow_small.png) url(https://legalinsurrection.com/wp-content/uploads/2021/02/Parler-Logo.yellow.png) url(https://legalinsurrection.com/wp-content/uploads/2021/02/gab-yellow.png) url(https://legalinsurrection.com/wp-content/uploads/2021/02/gab-orange.png) url(https://legalinsurrection.com/wp-content/uploads/2021/02/mewe_logo-dark-orange.png) url(https://legalinsurrection.com/wp-content/uploads/2021/02/Parler-Logo-dark-orange.png) url(https://legalinsurrection.com/wp-content/uploads/2021/02/Parler-Logo-dark-orange.png) url(https://legalinsurrection.com/wp-content/uploads/2021/02/mewe_logo-dark-orange.png) url(https://legalinsurrection.com/wp-content/uploads/2021/02/gab-orange.png);
}
.contact-page-socials + .q_social_icon_holder,
.contact-page-socials + .q_social_icon_holder + .q_social_icon_holder,
.contact-page-socials + .q_social_icon_holder + .q_social_icon_holder + .q_social_icon_holder {
    float: left;
}
.contact-page-socials + .q_social_icon_holder {
    margin-top: 6px;
}
.contact-page-socials + .q_social_icon_holder + .q_social_icon_holder {
    margin-top: 8px;
}
.contact-page-socials + .q_social_icon_holder + .q_social_icon_holder + .q_social_icon_holder {
    padding-top: 4px;
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:hover,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    background-color: #C16430;
    border-color: #C16430;
}
/* 404 PAGE */
.error404 .content_inner .qbutton {
    color: #ffffff;
    font-family: var(--main-font-family);
    border-radius: 0;
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 38px;
    margin: 0;
    padding: 0 23px;
    font-size: 20px;
    font-weight: 700;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.error404 .content_inner .qbutton:hover {
    background-color: #C16430;
    border-color: #C16430;
}

/* BLOGREAD */
.blogsIRead {
    padding-left: 40px;
    max-width: 400px;
}
.blogsIRead li {
    list-style-position: outside;
}
.blogsIRead li>a:first-child {
    font-size: 21px;
}
.blogsIRead li>div {
    padding: 0 0 10px 8px;
}

/* CONTRIBUTORS */
#stickypbModal402 {
    display: none!important;
}
#stickypbModal403 {
    display: none!important;
}

/* ARCHIVES PAGE */
.page-template-archives .content .container .container_inner.page_container_inner {
    padding-top: 0;
}
.page-template-archives .content .container .container_inner.page_container_inner>div {
    padding-bottom: 50px;
}
.announcement_mobile {
	display: none !important;
}
.announcement_desktop {
	display: block !important;
}
@media screen and (max-width: 1300px) {
    header.sticky .header_bottom {
        padding: 0;
    }
    .side_menu_button a:last-child {
        padding: 0 25px;
    }
    a.side_menu_button_link,
    nav.main_menu > ul > li > a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    a.side_menu_button_link,
    nav.main_menu > ul > li > a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px) {
	.slider.demo {
		padding-bottom: 0px;
	}
	.title_outer.title_without_animation {
		display:none;
	}
	.wp-caption {
		width: 100% !important;
	}

    .header_top {
        padding: 20px 0 14px;
    }
    .header_top .q_social_icon_holder .simple_social:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome),
    .header_top .header-widget, .header_top .header-widget.widget_nav_menu ul.menu>li>a,
    .header_top .header-widget p, .header_top .header-widget a,
    .header_top .header-widget span:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome) {
        font-size: 14px;
    }
    header .header_top .q_social_icon_holder {
        font-size: 18px;
        width: 25px;
    }
    .header_top .left {
        display: none;
    }
    .header_top .right .inner>div:first-child {
        padding-right: 13px;
    }
    .header_top .header-widget a[href*='mewe'] {
        margin-right: 4px!important;
    }
    .header_bottom {
        padding-top: 0!important;
    }
    .header_inner_left {
        padding-bottom: 87px;
    }
    .mobile_menu_button {
        margin: 89px 20px 0 20px;
        height: 49px;
    }
    .mobile_menu_button i {
        font-size: 28px;
        line-height: 36px;
    }
    .mobile_menu_button span {
        color: #fff!important;
    }
    .mobile_menu_button span:hover,
    .mobile_menu_button span:active {
        color: var(--main-color)!important;
    }
    .slick-slide {
        line-height: 19px!important;
    }
    .slick-slide .post-title {
        font-size: 15px;
        line-height: 19px!important;
    }
    .slick-slide .post-title a {
        line-height: 19px!important;
    }
    .home .blog_holder.blog_large_image .quick-takes-wrapper h2 {
        font-size: 26px;
    }
    .quick-takes-wrapper {
        padding: 27px 20px 19px 20px;
    }
    .home .blog_holder.blog_large_image .quick-takes-wrapper h2 {
        margin-left: 0;
    }
    .quick-takes-wrapper .quick-takes-item {
        width: 100%;
    }
    .quick-takes-wrapper .quick-takes-item p {
        padding-right: 0;
    }
    .quick-takes-wrapper a.button {
        padding: 0 28px 0 30px;
    }
    .home .blog_holder article:not(.sticky) .post_content_holder,
    .search .blog_holder article:not(.sticky) .post_content_holder,
    .archive .blog_holder article:not(.sticky) .post_content_holder {
        display: block;
        padding-bottom: 0;
    }
    .home .blog_holder article:not(.sticky) .post_image,
    .search .blog_holder article:not(.sticky) .post_image,
    .archive .blog_holder article:not(.sticky) .post_image {
        width: 100%;
        min-width: 100%;
    }
    .blog_holder.blog_large_image h2,
    .blog_holder.blog_single article h2 {
        margin-top: 5px;
    }
    .footer_top .three_columns>.column1 {
        padding-right: 17px;
    }
    .right-sidebar .widget {
        margin-top: 20px;
    }
    .home .blog_holder a.button-fullwidth {
        margin-bottom: 0;
    }
    .side_menu {
        max-height: 100%!important;
        overflow-y: scroll!important;
    }
    .middle-content-wrapper .flex-wrapper {
        flex-wrap: wrap;
        margin: 0;
    }
    .middle-content-wrapper .flex-wrapper>div {
        width: 100%;
        min-width: 100%;
        padding: 36px 0 0 0;
    }
    .middle-content-wrapper .flex-wrapper>div:first-child {
        padding-top: 0;
    }
    .single .blog_holder.blog_large_image article:not(.format-quote):not(.format-link) .post_info .post_author,
    .single .blog_holder.blog_single article:not(.format-quote):not(.format-link) .post_info .post_author {
        display: block;
    }
    .single .post_info .post_author + .time {
        margin-left: 0;
        display: block;
    }
    .home .blog_holder article .post_info {
        margin: 0 0 13px;
    }
    .blog_holder article .post_info .dots {
        display: none;
    }
    .respond {
        width: 100%;
    }
    #subscribe-reloaded {
        width: auto!important;
        margin: 0;
    }
    .single .column2 .right-sidebar:last-child {
        padding-bottom: 50px;
    }
    .all-tags-list li {
        width: 100%;
        max-width: 100%;
    }
    .middle-content-wrapper .flex-wrapper.slick-slider {
        margin-top: 30px!important;
    }
    .middle-content-wrapper h2 {
        padding: 10px 16px 10px 13px;
    }
}
@media only screen and (max-width: 600px) {
    .footer_top .three_columns>.column1,
    .footer_top .three_columns>.column2,
    .footer_top .three_columns>.column3 {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .home .blog_holder #home-add-sidebar-first a.button-fullwidth {
        margin: 56px 0 0;
    }
    .home .blog_holder #home-add-sidebar-first {
        padding-bottom: 40px;
    }
    .q_logo a {
        height: 87px!important;
    }
    header .search_button {
        margin: 89px 20px 0 20px;
        height: 49px;
        display: table;
        float: left;
        z-index: 100000000;
        font-size: 23px;
    }
	.announcement_mobile {
		display: block !important;
	}
	.announcement_desktop {
		display: none !important;
	}
}
@media only screen and (max-width: 480px) {
    header:not(.sticky):not(.scrolled) .header_bottom {
        border-bottom: 2px solid #f9d34c;
    }
    .header_top {
        padding-top: 12px;
    }
    .header_top .right .inner>div:first-child {
        padding: 0 0 10px!important;
        width: 100%!important;
    }
    .header_top .right .inner>div {
        float: none;
        display: inline-block;
    }
    .header_top .right .inner>div:last-child {
        display: inline-block;
        float: none;
    }
    header .header_top .q_social_icon_holder {
        float: none;
        margin-right: 3px;
    }
    .header_top .li-gab {
        height: 26px;
        margin-top: 4px;
    }
    .header_top .right .widget_custom_html:first-child+.widget_custom_html a:last-child {
        margin-right: 4px!important;
    }
    .header_top .header-widget a[href*=mewe] {
        margin-right: 14px!important;
    }
    .header_top .right .widget_custom_html:first-child+.widget_custom_html a:first-child {
        margin-right: 3px!important;
    }
    #home-add-sidebar-first,
    #home-add-sidebar-second,
    #home-add-sidebar-third,
    #home-add-sidebar-fourth {
        overflow: hidden;
    }
    div[id*="home-add-sidebar-first"] .custom-html-widget>div {
        margin: 0!important;
    }
    .blog_holder article.sticky {
        margin-bottom: 3px;
    }
    .home .quick-takes-wrapper {
        margin: 10px 0 81px;
    }
    .home .middle-content-wrapper + .column1 .blog_holder article:not(.sticky):nth-child(3) {
        margin-bottom: 0;
    }
    .home .middle-content-wrapper + .column1 .blog_holder article:not(.sticky):nth-child(3) .post_content_holder {
        padding-bottom: 0;
    }
    .home #home-add-sidebar-second {
        padding: 0 0 20px;
        margin-top: -12px;
    }
    nav.mobile_menu ul li, nav.mobile_menu ul li {
        padding-left: 20px;
    }
    #menu-main-mobile-menu-1 {
        border-top: 2px solid #f9d34c;
    }
    .home .title_outer.title_without_animation {
        height: 20px!important;
    }
    .contact-page-socials {
        width: 100%;
    }
    .boxed div.section .section_inner,
    .carousel-inner .slider_content_outer,
    .container_inner, .container_inner nav.content_menu,
    .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
    .full_width .parallax_content, .qode_elementor_container_inner,
    .steps_holder_inner, div.grid_section .section_inner, nav.content_menu ul {
        width: calc(100% - 40px);
    }
    .single-post .essb_morepopup {
        min-width: 60%!important;
        width: 60%!important;
        right: 0!important;
        left: auto!important;
    }
    .single-post .essb_morepopup .essb_item {
        width: 50%;
    }
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .single .title_outer {
        height: 0!important;
    }
    .single div[id*=div-gpt-ad-] {
        overflow: hidden;
        max-width: 100%!important;
    }
    .pum-container {
        min-width: 90%!important;
        left: 5%!important;
    }
    .right-sidebar .widget_media_image:first-child img {
        margin-top: 20px;
    }
}
@media screen and (max-width: 320px) {
    body .q_logo a, body .q_logo img {
        height: 60px !important;
    }
}
