.container-voxcheck {
	width: 1140px;
	margin: 0 auto;
	display: grid;
	grid-gap: 16px;
	margin-top: 16px;
	margin-bottom: 8px;
}
.content-wrap-3-col {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: 1fr 1fr 1fr; 
}
.content-wrap-3-col .art-block {
    height: 360px;
}
.content-wrap-4-col {
	
	display: grid;
	grid-gap: 16px;
	grid-template-columns: 1fr 1fr 1fr 1fr; 
	
}
.two-column-width {
	grid-column: 1/4;
}
.art-block {
	background: #fff;
    height: 330px; 

}
.banner-main-voxcheck {
	background-color: #FFCA05;
}
.banner-full-width-voxcheck {
	height: 120px;
	background-color: #00BAF1;
}

.voxcheck-menu {
    padding-top: 4px;
}
.voxcheck-link {
    display: inline;
    list-style-type: none;
    padding-right: 42px;
    position: relative;
}

.voxcheck-link a {
    text-transform: uppercase;
    font-size: 0.93em;
    letter-spacing: 0.15rem;
    font-family: Circe-Bold !important;
    color: #000;
}
.voxcheck-link a:hover {
    color: #ccc;
}

.voxcheck-link-active {
    text-transform: uppercase;
    font-size: 0.93em;
    letter-spacing: 0.15rem;
    font-family: Circe-Bold !important;
    color: #FFCA06;
}

/* VoxCheck Line and Heading */


#voxcheck-line {
	height: 7px;
	background-color: #FFCA05;
	margin-top: -3px;
}

#voxcheck-heading {
	color: #FFCA05;
	font-family: Circe-Regular; 
	letter-spacing: 2px;
	font-size: 10px;
	margin-left: 5px;
	text-transform: uppercase;
}

#digest {
	height: 27px;
	padding-top: 5px;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
}

#digest-heading {
	color: #FFF;
	font-family: Circe-Regular; 
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
}



.voxcheck-video-container>.thumbnail {
    margin-bottom: 0px;
}

.voxcheck-video-container {
	width: 571px;
    border: 10px solid #FFCA05;
    float: left;
    margin-right: 20px
    }
    
.voxcheck-video-category {
	padding: 20px 20px 0 0;
    position: relative;
}
.voxcheck-video-category .data-simple-article {
	position: absolute;
    right: 26px;
    top: 300px;
}
#digest article .data-three-article {
    position: absolute;
    top: 110px;
    right: 20px;
}

#digest article:nth-child(2) .data-three-article {
    position: absolute;
    right: 20px;
    top: 216px;
}

#digest article:last-child .data-three-article {
    position: absolute;
    top: 334px;
    right: 20px;
}


/*

#digest article .voxcheck-digest-list-authors {
    position: absolute;
    top: 110px;
    left: 20px;
} 

#digest article:nth-child(2) .voxcheck-digest-list-authors {
    position: absolute;
    top: 216px;
    left: 20px;
}
*/


#digest article:last-child .voxcheck-digest-list-authors {
    position: absolute;
    top: 334px;
    left: 20px;
}


.voxcheck-cats {
	padding: 15px 0 0 20px;
}
.voxcheck-cats span {
	text-transform: uppercase;
    font-size: 0.7em !important;
    letter-spacing: 1.5px;
    color: #ffca05 !important;
    font-family: Circe-Bold !important;
}

.author-toggle {
	display: inline !important;
	    margin-right: 25px;
}
.author-toggle-wrap {
    height: 50px;
    background-color: #fff;
    padding-top: 15px;
    text-align: center;
}

.author-toggle span {
	text-transform: uppercase;
    font-size: 0.82em!important;
    letter-spacing: 1.5px;
    color: #262626 !important;
    font-family: Circe-Bold!important;
    margin-left: 5px;
}


/* voxcheck carts */

/* The Magic */
/*.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item:nth-child(1) .accordion-item-content,
.accordion .accordion-item:nth-child(1):hover .accordion-item-content
{
    height: 4em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content,
.accordion:hover .accordion-item:nth-child(1) .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
}*/

/* Aesthetic */

.accordion {
    padding: 0;

  
    
}

.accordion .accordion-item {
  background-color: #fff;
  padding: 0.82em 0.6em;
  color: #ccc;
  height: 176px;
}
.margin-bot-accondion {
    margin-top: 8px;
}
/*.accordion h1 {
  margin: 0;
}*/


/*
.accordion .accordion-item:nth-child(1), .accordion .accordion-item:nth-child(2) {
   margin-bottom: 5px;
  

}*/
/* */
.accordion .accordion-item-true {
  border-left: 7px solid #0A8E00;
}

.accordion .accordion-item-false {
  border-left: 7px solid #B21502;
  
}
.accordion .accordion-item-manipulation {
  border-left: 7px solid #5825B2;
}


.accordion .accordion-item-hyperbole {
  border-left: 7px solid #ffca05;
}
.voxcheck-cart-quote p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-left: 60px;
    color: #262626 !important;
}

.voxcheck-cart-heading {
    font-size: 1.6rem;
   padding-left: 60px;
   color: #262626 !important;
}
.voxcheck-cart-resume {
    color: #262626 !important;
    font-family: Circe-Bold!important;
    line-height: 1.8rem;
}
.cart-img {
    height: 50px;
    width: 50px;
    background-color: #ccc;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repea
}

.voxcheck-cart-summary {
    float: right;
    margin-top: -11px;
    margin-right: -8px;
    letter-spacing: 1.5px;
    padding: 2px 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.voxcheck-cart-summary-true {
    background-color: #0A8E00;
}

.voxcheck-cart-summary-false {
    background-color: #B21502;
}

.voxcheck-cart-summary-manipulation {
    background-color: #5825B2;
}


.voxcheck-cart-summary-hyperbole {
    background-color: #ffca05;
}
/*  VoxCheck Quotes*/

.voxcheck-true p {
    margin-left: 0 !important;
    font-family: Circe-Regular; 
}

.voxcheck-true, 
.voxcheck-false, 
.voxcheck-manipulation,
.voxcheck-hyperbole,
.voxcheck-without-verdict,
.voxcheck-tech-error { 
    margin: 25px 35px;
}


.voxcheck-true p:nth-child(1) {
    background-color: #0A8E00;
}
.voxcheck-manipulation p:nth-child(1) {
    background-color: #5825B2;
}
.voxcheck-false p:nth-child(1) {
    background-color: #B21502;
}
.voxcheck-hyperbole p:nth-child(1) {
    background-color: #ffca05;
}
.voxcheck-without-verdict p:nth-child(1), .voxcheck-tech-error p:nth-child(1) {
    background-color: #b1b1b1;
}

.voxcheck-true p:nth-child(1), 
.voxcheck-false p:nth-child(1), 
.voxcheck-manipulation p:nth-child(1),
.voxcheck-hyperbole p:nth-child(1),
.voxcheck-without-verdict p:nth-child(1),
.voxcheck-tech-error p:nth-child(1) {
    color: #FFCA05;
    font-family: Circe-Regular; 
    letter-spacing: 1.5px;
    padding: 6px 10px 2px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0;
}

.voxcheck-true p:nth-child(2), 
.voxcheck-false p:nth-child(2),
.voxcheck-manipulation p:nth-child(2),
.voxcheck-hyperbole p:nth-child(2),
.voxcheck-without-verdict p:nth-child(2),
.voxcheck-tech-error p:nth-child(2) {
    text-align: left;
    border: 1px solid #e6e6e6;
    padding: 20px 20px;
    margin-top: -10px;
    font-family: Circe-Regular; 
}
.voxcheck-true p:nth-child(3), 
.voxcheck-false p:nth-child(3), 
.voxcheck-manipulation p:nth-child(3),
.voxcheck-hyperbole p:nth-child(3),
.voxcheck-without-verdict p:nth-child(3),
.voxcheck-tech-error p:nth-child(3) {
    padding: 7px 20px;
    border: 1px solid #f1f1f1;
    margin-top: -11px;
    font-size: 1.5rem;
    background-color: #f1f1f1;
    color: #828181;
    font-family: Circe-Regular; 
}
.voxcheck-true p:nth-child(3) a, 
.voxcheck-false p:nth-child(3) a,
.voxcheck-manipulation p:nth-child(3) a,
.voxcheck-hyperbole p:nth-child(3) a,
.voxcheck-without-verdict p:nth-child(3) a,
.voxcheck-tech-error p:nth-child(3) a {
    font-family: Circe-Bold; 
    color: #505050;
}



/*
Connector Main Page
 */
.connector-bg {
    background-color: #fff;
    height: 145px;
}
.connector-panel {
    background-color: #fff;
    padding-left: 20px;
    height: 145px; 
}


.connector-panel:first-child {
    padding-left: 0 !important;
}
.connector-panel:nth-child(2) {
    padding-left: 0;
}

.connector-panel:nth-child(3) {
    padding-left: 5px;
}
.connect-word {
    padding-top: 13px !important;
    color: #00a3d7 !important;
}
.connect-word>.post-categories>li>a {
    padding-top: 15px;
    color: #00a3d7 !important;
}

.connector-author {
    float: left;
    height: 150px;
    width: 150px;
    margin-right: 10px;
}

.connector-author>a>img {
    height: 145px;
    width: auto;
}
.connector, .type-connector {
    margin-top: -10px;
}

.connector-title {
    font-size: 1.15em;
    line-height: 1.2em;
    margin-top: 5px;
    color: #000 !important;
}

.connector-author-name {
    margin-top:6px;
}

.connector-author-name a {
    color: #000 !important;
}

.connector-author-bold {
    font-family: Circe-Bold;
}

.single-connect-word {
    text-align: center;
}

.connector-title>h1{
    margin-left: 125px;
    text-align: left !important;
}

.main-video-width-title {
    width: 264px;
    padding-left: 0;
    padding-top: 18px;
}

.main-video-width {
    border: 11px solid #ffffff;
}
.author-description-connector {
    width: 400px;
}

.cat-connector ul li a {
    text-transform: capitalize;
    font-size: 1.2em !important;
    letter-spacing: 0;
    color: #888888c4 !important;
}

.cat-connector>.post-categories {
    display: inline-block;
    padding-left: 0;
    padding-right: 10px;
}

p.subscr-us-connector {
    font-family: Circe-Regular !important;
    padding-top: 0 !important;;
    font-size: 0.72em;
    color: #909090;
    padding-right: 2em; 
}
body.single-connector .single-post-content p:first-child {
        margin: 0 0 10px !important;
}