@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/BebasNeueBook.woff2') format('woff2'),
        url('../fonts/BebasNeueBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.hide { display: none;}


header.entry-header {
    display: none;
}

html {
  scroll-behavior: smooth;
}

img{
	max-width: 100%;
	height: auto;
}
h1 {font-size: 60px;}
h2 {font-size: 45px; font-weight:600;}
h3 {font-size: 30px;}


section.main-menu-section {
    margin-top: 13px;
}

/*
top_bar
*/


/* .site-header { */
    /* background: #030403; */
    /* color: #fff; */
	/* padding: 0px 12px 12px; */
	/* overflow:hidden; */
	/* position:relative */
/* } */

/* .logo { */
    /* margin-top: 12px; */
/* } */

/* .site-header:after { */
    /* content: ''; */
    /* background: #5f5f5f; */
    /* width: 56.5%; */
    /* height: 1px; */
    /* position: absolute; */
    /* bottom: 63px; */
    /* right: 0; */
/* } */

/* .home .site-header { */
    /* position: absolute; */
	/* background: transparent; */
	/* top: 0; */
    /* z-index: 999; */
    /* width: 100%; */
/* } */

/* 
.half-top-header {
    position: relative;
}

.half-top-header:after {
    content: '';
    background: #5f5f5f;
    width: 150%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
} */


section.topbar {
    text-align: center;
    background: #414B42;
    color: #fff;
    padding: 8px;
}

section.topbar p {
    margin-bottom: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

section.header-one {
    padding: 20px;
	position:relative;
}

section.header-one .row {
    align-items: center;
}


/*
main_menu_bar
*/

/* header .row { */
    /* align-items: center; */
/* } */



/* .main_menu_bar { */
    /* clear: both; */
    /* text-transform: uppercase; */
    /* font-weight: 600; */
/* } */

/* .main_menu_bar .main_menu_cont > ul > li a:hover:after { */
    /* position: absolute; */
    /* content: ''; */
    /* border-bottom: 4px solid #b3cae3; */
    /* width: 100%; */
    /* height: 3px; */
    /* left: 0; */
    /* bottom: -5px; */
   /* margin-left: 8%; */
    /* font-weight: 500; */
/* } */


/* .main_menu_bar .main_menu_cont > ul > li:after { */
    /* content: ''; */
    /* position: absolute; */
    /* background: #fff; */
    /* width: 1px; */
    /* height: 15px; */
    /* top: 1px; */
    /* left: -17px; */
/* } */

/* .main_menu_bar .main_menu_cont > ul > li:first-child:after { */
	/* display:none; */
	/* } */


.main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_item a {
    color: #550000;
}

/*  .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current-menu-item a {
    color: #550000;
}
  */

.drop_menu>li ul.sub-menu .menu-item a:hover:after {display:none;}

/* .main_menu_bar .main_menu_cont {
	position:relative;
	display:inline-block;
} */

.main_menu_bar .main_menu_cont ul {
	margin:0;
	padding:0;
	list-style:none;
/* 	display: flex;
    justify-content: space-between; */
	display: inline;
}
.main_menu_bar .main_menu_cont li {
	position:relative;
}

 .main_menu_bar .main_menu_cont > ul > li{ 
/* 	 display:inline-block; 
	  padding:0 0 14px;  
	 position:relative;  */
	 position: relative;
    display: inline-block;
    padding: 3px 20px;
 } 

.main_menu_cont {
    text-align: right;
}

/* .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current-menu-item:before, */
/* .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_item:before, */
/* .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_parent:before */
/* /*.main_menu_bar .main_menu_cont > ul > li:before*/ /* { */
	/* position:absolute; */
	/* content:''; */
	/* border-bottom: 4px solid #b3cae3; */
	/* width: 90%; */
	/* height: 3px; */
	/* left: 0; */
	/* bottom: 7px; */
	/* margin-left: 10%; */
	/* font-weight:500; */
/* } */


.half-bottom-header {
    padding-top: 15px;
}
	
	
.main_menu_bar .main_menu_cont > ul a {
	display:block;
	color:#000;
	text-decoration:none;
	font-size:16px;
	line-height:17px;
	/* border-left:1px solid #8dc53e; */
	/* padding: 0 7px 0 11px; */
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	    font-weight: 500;
}
.main_menu_bar .main_menu_cont > ul li:first-child a,
.main_menu_bar .main_menu_cont .sub-menu a{
	border-left:0;
}
.top_links > ul > li.menul {
	border-left:1px solid #8dc53e;
}
.top_links > ul > li.menul:first-child {
    border: 0;
}
.menul a {
	display:block;
	color:#8dc53e;
	text-decoration:none;
	line-height:16px;
	padding-left: 3px;
}
.main_menu_bar .main_menu_cont > ul > li:hover > a,
.top_links > ul > li:hover > a,
.top_links .current-menu-item a,
.top_links .current_page_item a,
.top_links .current_page_parent a {
	color:#550000;
}


/*
**************************
submenu
**************************
*/
.drop_menu li {
	position:relative;
}
.drop_menu li:hover > ul.sub-menu {
	display:block;
}
.drop_menu>li >ul.sub-menu {
	box-shadow: 2px 2px 18px 2px rgba(0,0,0,0.2);
	top: 20px;
	left: 13px;
	padding: 10px 0;
	z-index: 5;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.drop_menu>li ul.sub-menu {
	background: rgba(255,255,255,0.90);
	border: 2px solid #550000;
	margin: 0;
	position: absolute;
	width: 210px;
	display: none;
}
.drop_menu>li >ul.sub-menu ul {
	top:0;
	left:210px;
	margin-left: -4px;
}
.drop_menu>li >ul.sub-menu:before{
    content: "";
    position: absolute;
    top: -7px;
    left: 10px;
    border-bottom: 5px solid #550000;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    margin: 0 auto;
    width: 16px;
	z-index: 2;
}
.no-arrow:before {
	border: 0 !important;
}
.drop_menu>li ul.sub-menu li {
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
}
.drop_menu>li ul.sub-menu .menu-item {
	list-style: none;
}
.drop_menu>li>ul.sub-menu>li.menu-item-has-children {
	/*display: table-cell;*/
}
.drop_menu>li ul.sub-menu li a {
	display: block;
	padding: 9px 11px;
	color: #000;
	text-decoration: none;
	background-color:transparent !important;
	line-height: 20px;
	border-top:1px solid #fff;
}
/*.drop_menu>li ul.sub-menu > li.menu-item-has-children > a {
	color: #111;
	text-transform: uppercase;
}*/
.drop_menu>li ul.sub-menu li:hover > a,
.drop_menu>li ul.sub-menu li.current_page_item > a {
	color: #fff;
	background-color:#030403 !important;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}



a:hover {
    color: #2F3843;
}
a {
    color: #550000;
}

.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 3rem;
}


a.main-btn, a.loadMoreBtn {
    background: transparent;
    color: #000;
    font-size: 20px;
	border:2px solid #000;
	padding: 15px 32px;
	transition:0.3s;
	text-decoration: none;
	display:inline-block;
}

a.main-btn:hover, a.loadMoreBtn:hover {
    text-decoration: none;
    background: #000;
	color:#fff;
	border:2px solid #000;
	transform: translate(0px, -5px);
	box-shadow: 0px 0px 22px -3px #000;
}

a.main-btn-rev {
    background: transparent;
    color: #fff;
    font-size: 20px;
	border:2px solid #fff;
	padding: 15px 32px;
	transition:0.3s;
	text-decoration: none;
	display:inline-block;
}

a.main-btn-rev:hover {
    text-decoration: none;
    background: #fff;
	color:#000;
	border:2px solid #fff;
	transform: translate(0px, -5px);
	box-shadow: 0px 0px 22px -3px #000;
}


/*---------Home Page--------*/


.home-banner-left-img .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element, .home-banner-left-img figure.wpb_wrapper.vc_figure, .home-banner-left-img .vc_single_image-wrapper.vc_box_border_grey, .home-banner-left-img img.vc_single_image-img.attachment-full
 {
    width: 100%;
}


.home-banner h1 {
    font-family: "Bebas Neue Book";
    color: #fff;
/*     font-size: 200px; */
	font-size: 10.42vw;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 10.42vw;
	margin-bottom:0px;
}

.home-banner h4 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
	    position: relative;
}

.home-banner h4:before
 {
    content: '';
    width: 235px;
    background: #bdbdbd;
    height: 1px;
    position: absolute;
    right: -30px;
    top: -6px;
    left: calc(50% - 110px);
}

.home-banner h4:after {
    content: '';
    width: 235px;
    background: #bdbdbd;
    height: 1px;
    position: absolute;
    right: -30px;
    bottom: -6px;
    left: calc(50% - 110px);
}

.home-banner ul {
    display: flex;
    color: #fff;
    list-style: none;
	    justify-content: center;
}

.banner-left-part 
{
	color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 0px 30px;
}

.home-banner ul li a {
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 18px;
    position: relative;
}


.home-banner ul li a:after {
    content: '';
    width: 1px;
    background: #fff;
    height: 37px;
    position: absolute;
    top: 3px;
    right: 0;
}



.home-banner ul li:last-child a:after 
{
	display:none;
}



.home-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-left-banner-section .vc_column-inner {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
}


.banner-left-part-1-2 {
    display: flex;
	    position: relative;
	width:95%;
}

.banner-left-part-1-2:after {
    content: '';
    width: 1px;
    background: #ffffff59;
    height: 143px;
    position: absolute;
    right: -12px;
    top: 0;
}


.home-banner-part {
    width: 750px;
}

.banner-part-left-1 {
    width: 40%;
}
.banner-part-left-2 {
    width: 60%;
	    padding-left: 20px;
}

.banner-part-left-2 h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}


.banner-part-left-1 img {
    height: 100%;
    object-fit: cover;
}

.banner-part-left-2 p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.banner-left-part-1-3 p:first-child {
    margin-bottom: 0px;
    font-weight: 300;
}

.banner-left-part-1-3 {
    color: #fff;
}

.banner-left-part-1-3 p:nth-child(2)
 {
    font-size: 13px;
/*     margin-bottom: 0; */
}

/* .banner-left-part-1-3 p:nth-child(3), .banner-left-part-1-3 p:nth-child(4), .banner-left-part-1-3 p:nth-child(5) {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 0;
} */

.banner-left-part-1-3 p:nth-child(3), .banner-left-part-1-3 p:nth-child(4), .banner-left-part-1-3 p:nth-child(5) {
	font-size: 0.94vw;
    line-height:  0.94vw;;
    margin-bottom: 5px;
}

.home-left-banner-section .vc_column-inner {
    max-width: 59.85vw;
}


.banner-left-part-1-1 {
    background: #00000054;
    padding: 23px 23px 5px;
    backdrop-filter: blur(10px);
}

.beneath-banner-left-1
 {
    position: absolute;
    color: #fff;
    right: 15px;
    top: 60px;
}


.beneth-banner-section {
    background-repeat: no-repeat;
/*     background-position: center; */
	    background-position: 28% 100%;
    background-size: cover;
	min-height: 100vh;
}

.beneath-banner-left {
    position: relative;
}


.beneath-banner-left-1 p:nth-child(2) {
    font-family: 'Bebas Neue Book';
    font-size: 200px;
    line-height: 170px;
    margin-bottom: 0;
    text-align: center;
}

.beneath-banner-left-1 p:first-child {
    font-family: 'Bebas Neue';
    font-size: 200px;
    line-height: 170px;
    margin-bottom: 0;
    text-align: center;
}


.beneath-banner-left-1 p:last-child {
    font-family: 'Bebas Neue Book';
    font-size: 50px;
    line-height: 49px;
    padding-left: 121px;
}

.beneath-banner-left-3 {
    position: absolute;
    background: #000000bf;
    color: #fff;
    width: 50%;
    bottom: 0px;
    padding: 46px;
    font-size: 22px;
    border-top-right-radius: 20px;
	backdrop-filter: blur(10px);
}

.beneath-banner-right p {
    color: #D5D5D5;
    font-size: 18px;
    font-weight: 300;
}

.beneath-banner-left-3 p:nth-child(2) {
    font-size: 1.51vw;
}

.beneath-banner-left-3 p:last-child {
    font-size: 25px;
}



.reset-block {
    display: flex;
	align-items: center;
}
.reset-block p span {
/*     font-size: 38px; */
	font-size: 1.98vw;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    line-height: 37px;
}
.reset-block p {
    font-size: 0.68vw;
    font-weight: 600;
    margin-left: 6px;
	    margin-bottom: 0;

}


.company-section-first p:last-child {
/*     font-size: 56px; */
	font-size: 2.92vw;
    font-family: 'Bebas Neue';
    line-height: 53px;
    font-weight: 600;
	text-align:center;
	color:#414B42;
}
.company-section-first p:first-child {
    font-size: 16px;
    margin-bottom: 5px;
	text-align:center;
}

.company-section-second p {
    font-size: 16px;
	text-align: center;
}

.company-section h2 {
    color: #414B42;
    font-size: 57px;
    font-weight: 600;
}




.home-cine-banner {
    background: url(https://barryhonig.com/wp-content/uploads/2025/08/impect-photo3.jpg);
    background-position: center;
    background-size: cover;
    padding: 435px 20px 10px 20px;
	    text-align: center;
		transition:0.3s;
}

.home-cine-banner2 {
    background: url(https://barryhonig.com/wp-content/uploads/2025/08/barry-img.jpg);
    background-position: center;
    background-size: cover;
    padding: 435px 20px 10px 20px;
	    text-align: center;
		transition:0.3s;
}

.home-cine-banner3 {
    background: url(https://barryhonig.com/wp-content/uploads/2025/08/barry2.jpg);
    background-position: center;
    background-size: cover;
    padding: 435px 20px 10px 20px;
	    text-align: center;
	transition:0.3s;
}

.home-cine-inner {
    display: inline-block;
    margin: auto;
    text-align: right;
}

.home-cine-banner h3,
.home-cine-banner2 h3,
.home-cine-banner3 h3 {
    color: #fff;
/*     font-size: 170px; */
	font-size: 8.85vw;
    font-family: 'Bebas Neue';
    margin-bottom: 0;
    line-height: 150px;
    text-align: center;
	margin-top: 30px;
}


.home-cine-banner:hover,
.home-cine-banner2:hover,
.home-cine-banner3:hover {
    transform: translate(-10px, -10px);
    box-shadow: 0px 0px 22px -3px #000;
}



.track-section1 h2 {
    font-size: 72px;
    text-align: center;
    font-weight: 600;
	color:#414B42;
}

.track-section1 h3
 {
    font-size: 38px;
    font-weight: 500;
	text-align:center;
}

.track-section1 p {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}

.meets-section h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.meets-section h2 a
 {
    color: #fff;
	 transition:0.3s;
}
.meets-section h2 a:hover {
    color: #c6c6c6;
}

.meets-section .vc_column-inner, .meets-section2 .vc_column-inner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.meets-section h3 {
    color: #fff;
    font-size: 28px;
}

.meets-section p, .meets-section ul
 {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
}

.meets-section2 h2 {
    font-size: 48px;
    font-weight: 600;
}

.meets-section2-2 .vc_column-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.meets-section3 ul li:before {
    content: '';
    background: url(https://barryhonig.com/wp-content/uploads/2025/07/meet-section-3-ul.png);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
}
.meets-section3 ul li {
    position: relative;
    padding-left: 63px;
    margin-bottom: 40px;
}
.meets-section3 ul {
    list-style: none;
    column-count: 2;
	    padding-left: 0;
}


.meets-section3 a.main-btn-rev {
    font-size: 16px;
}

.mid-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mid-section1 p {
    font-size: 20px;
}
.mid-section1 h2 {
    font-size: 52px;
}

.mid-section2 {
    padding-top: 40px;
}
.mid-section2 h2 {
    font-size: 61px;
    font-weight: 600;
	color:#414B42;
}



.cta-section h4 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.cta-section h2 {
    text-align: center;
    color: #fff;
    font-size: 72px;
    font-weight: 500;
	margin-bottom:30px;
}

.cta-section p {
    color: #fff;
    text-align: center;
    padding: 0px 30px;
    font-weight: 300;
}


.cta-section .reset-block p span {
    font-size: 71px;
    line-height: 64px;
    display: block;
    margin-top: 8px;
}

.cta-section .reset-block p:first-child {
    font-size: 24px;
	line-height: 22px;
}
.cta-section .reset-block p {
    text-align: left;
    padding: 0;
}


.cta-section .reset-block-img {
    width: 162px;
}

/* .testimonials-section h2 {
    font-size: 60px;
	color:#414B42;
} */
.testimonials-section h2 {
font-size: 40px;
    color: #414B42;
    font-weight: 700;
}

.testi_img {
    margin-top: 20px;
}

.testimonial-slider-section p {
    font-size: 37px;
    line-height: 47px;
}

.testimonials-section {
    color: #000;
    font-size: 25px;
    line-height: 30px;
}


.testimonials-left-img .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
    position: relative;
	width: 94%;
}

.testimonials-left-img .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element:after
 {
	content: '';
    background: #c3c3c3;
    position: absolute;
    width: 1px;
    height: 265px;
    bottom: 190px;
    right: -25px;
}


.testi_img .slick-track {
    display: inline;
}

.arrow-linked a {
    color: #000;
    font-size: 20px;
    font-style: italic;
}

h3.testimonial-tilte {
    font-weight: 600;
    padding-bottom: 30px;
}

/* i.fa.fa-star { */
    /* color: #d49813; */
/* } */


h5.testimonial-tilte {
    color: #000;
    font-size: 30px;
    margin-bottom: 3px;
    font-weight: 600;
}

.testi_img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ccc;
}

.testi_img .slick-current img {
  border-color: #007bff;
}


span.testimonial-design {
    font-size: 19px;
}



.logo-section h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 58px;
	color: #414B42;
}
.logo-section h4 {
    font-size: 22px;
    letter-spacing: 6px;
    text-transform: uppercase;
	#501110
}


ul.logo-img-ul {
    column-count: 3;
    list-style: none;
}




.home-last-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-last-section h4 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.home-last-section h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
}


.home-last-section p {
    color: #fff;
    font-size: 20px;
}

.home-last-section h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}


/* .bottom-img {
    position: absolute;
    bottom: 0;
} */

/* .logo-section {display:none !important; } */

.home-last-section
 {
    overflow: visible !important;
}

.logo-section {
    padding-bottom: 40px !important;
}

.home .logo-section {
    padding-bottom: 120px !important;
}

.home .wpb_single_image .vc_figure-caption {
    font-size: 12px;
    text-align: center;
}

/*-------HOME PAGE END-----------*/


p.details-date a {
    pointer-events: none;
	text-decoration:none;
}


/*-------INNER PAGE START-----------*/


.gform_button {
    background: #2e5dab;
    color: #fff;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 24px;
    transition: 0.3s;
    border: none;
}

.gform_button:hover {
	text-decoration: none;
    background: #3872d2;
}


p.blog-content:before {
    content: '“';
    position: absolute;
    left: -40px;
    font-size: 70px;
    top: -19px;
}

p.blog-content
{
	position:relative;
}

p.blog-content:after {
    content: '”';
    position: absolute;
    right: 0px;
    font-size: 70px;
    bottom: -70px;
}


.home-blog-section-p p, .home-testimonials-section-p p {
    font-size: 25px;
	line-height:31px;
}

.home-blog-section-p h2, .home-testimonials-section-p h2 {
    color: #04582d;
    font-weight: 600;
}
.home-blog-section-p h3 {
    font-size: 25px;
    color: #3b8d42;
}
.home-blog-section-p, .home-testimonials-section-p {
    text-align: center;
}


.recent_blog_content {
    padding: 18px 5px;
    display: inline-block;
}


.recent_blog_title a
 {
    color: #000;
    font-size: 30px;
    text-decoration: none;
	 font-weight:500;
	 line-height: 40px;
	 transition:0.3s;
}

.recent_blog_title a:hover
 {
    color: #550000 !important;
}

.recent_blog_img img {
    transition: 0.3s;
}

.recent_blog_img {
    overflow: hidden;
}
.recent_blog_img img:hover {
    transform: scale(1.03);
    overflow: hidden;
}

.recent_blog_img {
   box-shadow: 0px 0px 20px 0px #efefef;
    border-radius: 15px;
    border: 1px solid #dedede;
}

a.recent_blog_btn
 {
    text-transform: uppercase;
    color: #BDBDBD;
    font-size: 15px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    text-align: right;
    float: right;
    display: inline-block;
    text-decoration: none;
}


/* .recent_blog_cate {
    position: absolute;
    margin-top: -80px;
    background: #D1AB2B;
    font-family: 'Poppins';
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px;
    font-size: 14px;
}
 */

.recent_blog_cate {
    padding: 20px 0;
    border-top: 1px solid #BDBDBD;
}
.recent_blog_cate p {
    display: inline-block;
    width: 35%;
    margin-bottom: 10px;
    color: #1A237E;
}

p.blogInfo {
    font-size: 17px;
}

.recent_blog_title a:hover {
  color: #000;
  text-decoration: none;
}

.home-blog-section h2 {
  font-size: 60px;
}




.main_col_3 {
  transition: .2s all;
}



.top-banner h1 {
    color: #fff;
    font-weight: 400;
    font-size: 130px;
    font-family: 'Bebas Neue Book';
	line-height: 143px;
}

.single-post .top-banner h2 {
    color: #fff;
    font-weight: 400;
    font-size: 130px;
    font-family: 'Bebas Neue Book';
	line-height: 143px;
}

.single-post h1.title {
    font-size: 40px;
}

.top-banner {
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
	padding:130px 30px;
	background-position: center;
}

.top-banner p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
}

.top-banner p:before
{
    content: '';
    background: #fff;
    width: 90%;
    height: 1px;
    position: absolute;
    left: 7px;
    bottom: -1px;
}

.top-banner p:after {
    content: '';
    background: #fff;
    width: 90%;
    height: 1px;
    position: absolute;
    left: 7px;
    top: -2px;
}

.top-banner h4 {
    color: #fff;
    font-size: 25px;
}


/*---------MEDIA----------*/

/* div#media-posts-wrapper > .col-md-4:first-child {
    display: none !important;
} */

.media_post_content {
    z-index: 999999;
    position: absolute;
    width: 100%;
    padding: 25px 10px;
    background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 0%));
    text-align: center;
    color: #fff;
    bottom: 0;
    border-radius: 15px;
}

p.media_post_excerpt {
    font-size: 14px;
}

h4.media_post_title a {
    color: #550000;
    text-decoration: none;
    font-size: 27px;
    font-weight: 500;
}

p.media_post_date {
    color: #550000;
}

.media_post_img img {
    width: 100%;
    height: 575px;
    object-fit: cover;
	box-shadow: 0px 0px 16px -11px #000;
    border-radius: 20px;
}

.media_post_section {
    position: relative;
	transition:0.3s;
}

.media_post_section:hover {
    box-shadow: 0px 0px 23px -1px #000;
    border-radius: 16px;
	transform: translate(0px, -3px);
}

.media_post_content a.main-btn-rev
 {
    font-size: 13px;
    padding: 10px 21px;
}
.media_posts_section3-4 .col-md-4 {
    margin-bottom: 30px;
}

.page-id-203 .top-banner h1 {
font-size: 60px;
    line-height: 70px;
    margin-top: 10px;
}

.media_post_img1 img {
    box-shadow: 0px 0px 16px -11px #000;
    border-radius: 20px;
	margin: auto;
    display: block;
}

.row.align-set {
    align-items: center;
}
h2.media_post_title1 {
    font-size: 50px;
    font-weight: 600;
	color:#550000;
}
p.media_post_date1 {color:#550000;}



.timelance-box1 h4, 
.timelance-box2 h4, 
.timelance-box3 h4, 
.timelance-box4 h4, 
.timelance-box5 h4, 
.timelance-box6 h4, 
.timelance-box7 h4 {
    font-size: 21px;
    font-weight: 600;
}
.timelance-box1, 
.timelance-box2, 
.timelance-box3, 
.timelance-box4 {
    margin-bottom: -50px;
}
.timelance-box1, 
.timelance-box2, 
.timelance-box3, 
.timelance-box4, 
.timelance-box5, 
.timelance-box6, 
.timelance-box7 {
    background: #fff;
    padding: 24px;
    font-size: 16px;
	border-radius: 20px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.three-box-row-about {
    width: 80%;
    margin: auto;
    margin-top: -30px;
}

.wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.vc_custom_1753809845407.timelance-img {
    width: 92%;
    top: -50px;
    position: relative;
}

.timelance-box4 {
    margin-top: -34px;
}
.timelance-section ul li {
    font-size: 14px;
}

.about-testimonial p:first-child {
    font-size: 35px;
    line-height: 44px;
    font-weight: 600;
}
.about-testimonial {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
    color: #fff;
}
.about-testimonial p:first-child {
    font-size: 35px;
    line-height: 44px;
    font-weight: 600;
}
.about-testimonial p:last-child {
    font-size: 27px;
    font-weight: 500;
}

.timelance-section h2 {
    color: #414B42;
    font-size: 55px;
    font-weight: 600;
    padding-bottom: 30px;
}

.timelance-section ul {
    list-style: none;
    padding-left: 0px;
}


.timelance-section ul li:before {
    background: url(https://barryhonig.com/wp-content/uploads/2025/07/Arrow-right.jpg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    top: 5px;
    background-repeat: no-repeat;
    left: 0;
}
.timelance-section ul li {
    font-size: 14px;
    position: relative;
	padding-left: 17px;
}

.the-truth-1 p {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
}
.the-truth-1 h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.the-truth-1 h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}


.the-truth-1 .reset-block p span {
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    line-height: 57px;
}


.the-truth-2 ul li:before {
    content: '';
    background: url(https://barryhonig.com/wp-content/uploads/2025/07/hammer2.png);
    width: 63px;
    height: 63px;
    position: absolute;
    left: 0px;
}

.the-truth-2 ul li {
    position: relative;
    padding-left: 93px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.the-truth-2 ul li:first-child, .the-truth-2 ul li:nth-child(2) {
    border-bottom: 1px solid #E1E1E1;
}

.the-truth-2 ul {
    list-style: none;
	padding-left: 0;
}
.the-truth-2 h3 {
    font-weight: 500;
}
.the-truth-2 h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
}

blockquote {
    border-left: 5px solid #501110;
    font-size: 30px;
    padding-left: 10px;
    margin-left: 60px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.the-truth-1 .vc_column-inner, .the-truth-2 .vc_column-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.the-truth-1 .reset-block-img {
    width: 30%;
}

.the-truth-1 .reset-block-p {
    width: 70%;
}


.legal-page-first .vc_column-inner:last-child,
.legal-page-second .vc_column-inner:first-child
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.legal-page-first h2 {
    font-size: 52px;
    font-weight: 600;
}

.legal-page-mid-section h2 {
    color: #fff;
    font-weight: 600;
}

.legal-page-mid-section p,
.legal-page-mid-section ul li{
    color: #fff;
    font-weight: 300;
}


.legal-page-mid-section ul li:before {
    content: '';
    background: url(https://barryhonig.com/wp-content/uploads/2025/07/meet-section-3-ul.png);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
}
.legal-page-mid-section ul li {
    position: relative;
    padding-left: 63px;
    margin-bottom: 40px;
}
.legal-page-mid-section ul {
    list-style: none;
	padding-left: 0;
}
.legal-page-second h2 {
    font-size: 55px;
    font-weight: 600;
}

.download-section {
    background: #f8f8f8;
    padding: 14px;
    border-radius: 11px;
	transition:0.3s;
}

.download-section img:first-child {
    width: 10%;
    height: 24%;
}
.download-section img:last-child {
    width: 8%;
    height: 22%;
}

.download-section a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.download-section a p {
    width: 80%;
    margin-left: 16px;
	font-size: 15px;
	margin-bottom: 0;
}
.download-section:hover {
    background: #d9d9d9;
}



.contact-page-first, .contact-page-second {
    padding-left: 20px;
    padding-right: 20px;
}

.contact-page-first h2 {
    font-size: 60px;
    font-weight: 600;
	color: #fff;
}
.contact-page-first h4
{
	color: #fff;
	font-size:23px;
	letter-spacing:3px;
}
.contact-page-first p 
{
	color: #fff;
}

.contact-page-second ul li {
    padding: 0px 10px;
}
.contact-page-second ul {
    list-style: none;
    column-count: 2;
	padding-right:20px;
	padding-left:10px
}

.contact-page-second .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    background: #fff;
    padding: 20px;
    margin-top: -210px;
    border-radius: 10px;
	margin-bottom:30px;
}

.contact-page-second .wpb_column.vc_column_container.vc_col-sm-12:last-child {
    background: #fff;
    padding: 20px;
    margin-top: -40px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.contact-page-second .wpb_column.vc_column_container.vc_col-sm-10:last-child {
    background: #fff;
    padding: 20px;
    margin-top: -40px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.contact-call-left a, .contact-call-right a {
    font-size: 25px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}
.contact-call-left, .contact-call-right {
    font-size: 25px;
    font-weight: 700;
}

.contact-call {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
    position: relative;
    padding: 30px 12px;
}

.contact-call:after {
    content: '';
    background: url(https://barryhonig.com/wp-content/uploads/2025/07/Vector.png);
    width: 18px;
    height: 93px;
    position: absolute;
    left: calc(50% - 41px);
    top: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-detail-section {
    margin-top: 15px;
    padding: 0px 46px;
}
.contact-detail-section h2 
{
	font-weight: 600;
    color: #501110;
}
.contact-page-second .gfield_label, input[type="text"], input[type="tel"], input[type="email"], textarea
 {
    font-size: 17px !important;
}
.contact-page-second input[type="text"], .contact-page-second input[type="tel"], .contact-page-second input[type="email"]
{
	height:50px !important;
}

.contact-page-second input#gform_submit_button_1 {
    background: transparent;
    border: 2px solid #000;
    color: #000;
    font-size: 20px;
    padding: 16px;
    border-radius: 5px;
}

.contact-page-second input#gform_submit_button_1:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
    transform: translate(0px, -5px);
    box-shadow: 0px 0px 22px -3px #000;
    cursor: pointer;
}

.philanthropy-first-section-img .vc_column-inner {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
	height:75vh;
}

.philanthropy-first-section h2
{
	font-size:55px;
	font-weight:600;
}


.philanthropy_post_section {
    display: flex;
    align-items: center;
}

.philanthropy_post_img
{
    width: 40%;
}

.philanthropy_post_content {
    width: 90%;
    margin-left: 14px;
}

h4.philanthropy_post_title {
    color: #fff;
    font-size: 20px;
	text-decoration: underline;
}

.philan-mid-text2 .wpb_wrapper {
    position: relative;
}
.philan-mid-text2 .wpb_wrapper:before {
    content: '';
    position: absolute;
    background: #DBDBDB;
    width: 100%;
    height: 1px;
    top: -19px;
}

.philan-mid-text2 .wpb_wrapper:after {
    content: '';
    position: absolute;
    background: #DBDBDB;
    width: 100%;
    height: 1px;
    bottom: -19px;
}

p.philanthropy_post_excerpt
 {
    font-size: 17px;
}



.philanthropy-first-section1 h2 {
    font-size: 53px;
    font-weight: 600;
    color: #414B42;
}


.philanthropy-first-section1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-color: #ffffffbf;
}


.mayor-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
}
.mayor-bottom p:first-child {
    font-size: 55px;
    line-height: 55px;
    font-weight: 600;
	margin-bottom: 7px;
}

.mayor-bottom p:nth-child(2) {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
}

.mayor-bottom p:nth-child(2):after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #fff;
    right: 130px;
    top: 16px;
}
.mayor-bottom p:nth-child(2):before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #fff;
    left: 130px;
    top: 16px;
}

.philanthropy-first-section1 blockquote {
    font-size: 25px;
    font-weight: 600;
    margin-left: 0;
    font-style: italic;
}

.philan-mid-section {
    background: linear-gradient(0deg, rgba(35, 45, 36, 1) 0%, rgba(65, 75, 66, 1) 100%);
    padding: 30px;
}

.philan-mid-section p {
	color:#fff;
}

.philan-mid-section h2 
{
	font-size:55px;
	font-weight:600;
	color:#fff;
}

.philan-mid-text2 {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
}

.page-id-428 .top-banner {
    padding: 60px 30px;
}

.philan-third-section h2, .philan-forth-section h2, .philan-last-section h2 {
    font-weight: 600;
}

.philan-last-section h2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    left: 0;
    bottom: 13px;
}

.philan-last-section h2 {
    font-size: 38px;
    padding-bottom: 30px;
    position: relative;
}

.page-id-428 section#media_image-2 {
    display: none;
}

section#media_image-3
{
	display:none;
}

.page-id-428 section#media_image-3 {
    text-align: center;
    display: block;
}

.page-id-428 .widget {
    padding: 15px 25px;
}

.philan-text-section2 p:first-child {
    font-size: 32px;
    text-decoration: underline;
}
.philan-text-section2 p:nth-child(2) {
    font-size: 28px;
	padding-bottom: 23px;
}
.philan-text-section2 p:nth-child(3) {
    font-size: 29px;
	position:relative;
}

.philan-text-section2 p:nth-child(3):before {
    content: '';
    background: #fff;
    width: 98px;
    height: 1px;
    position: absolute;
    top: -7px;
    left: calc(50% - 50px);
}

.philan-text-section2 p:last-child {
    font-size: 17px;
    font-weight: 300;
}

.watch-button img {
    transition: 0.3s;
}
.watch-button img:hover {
    transform: translate(0px, -5px);
    box-shadow: 0px 0px 22px -3px #000;
    border-radius: 19px;
	cursor:pointer;
}


.post-cta {
    background: url(https://barryhonig.com/wp-content/uploads/2025/07/About-Banner-min.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 30px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.post-cta h2
{
	color:#fff;
	font-size:35px;
}

.post-cta a.main-btn-rev {
    font-size: 17px;
    padding: 9px 32px;
}

.testimonials-section1 p:nth-child(2) {
    color: #414B42;
    font-size: 25px;
    font-weight: 600;
    line-height: 33px;
}

.testimonials-section1 p:nth-child(3) {
    color: #000;
    font-size: 26px;
    font-weight: 600;
}

.testimonials-section1 p:nth-child(4) {
    color: #000;
    font-size: 27px;
    background: #fff;
    padding: 21px;
    border-radius: 10px;
    line-height: 37px;
    width: 80%;
    font-weight: 500;
}

.testimonials-section1 blockquote {
    color: #501110;
    font-size: 19px;
    border-left: 4px solid #414B42;
    margin-left: 20px;
}

.blogSideBar.blog-sidebar h4.widget-title {
    color: #550000;
    font-weight: 600;
    font-size: 29px;
    border-bottom: 2px solid #550000;
    margin-bottom: 26px;
}

.blogSideBar ul li a {
    font-weight: 600;
}
/* 
.ctl-wrapper .ctl-vertical-wrapper:where(.ctl-both-sided,.ctl-one-sided) .ctl-story {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.ctl-wrapper .ctl-label-big, .ctl-wrapper .ctl-label-big a {
    font-weight: 800 !important;
    font-family: 'Inter tight' !important;
    font-size: 30px !important;
}

.ctl-wrapper .ctl-icondot {
    background: url(https://barryhonig.com/wp-content/uploads/2025/08/timelance-spot.png);
    width: 20px;
    height: 20px;
    background-size: cover;
}

.ctl-wrapper .ctl-title {
    font-family: 'Inter tight' !important;
    font-size: 25px !important;
    font-weight: 600 !important;
	padding-bottom:5px !important;
}

.ctl-wrapper .ctl-description ol, .ctl-wrapper .ctl-description p, .ctl-wrapper .ctl-description ul {
    font-family: 'Inter tight' !important;
    font-size: 18px !important;
} */


/*---------Timelance ------------*/

.timeline {
    padding: 50px 0px 20px;
    position: relative;
}
.timeline-nodes {
        padding-bottom: 25px;
        position: relative;
    }
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline h3, .timeline p {
    padding: 5px 15px;
} 
.timeline h3{
    font-family: 'Inter tight';
    font-size: 25px;
    font-weight: 600;
	padding-bottom: 0;
    margin-bottom: 0;
	color:#550000;
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 0;
    border-left: 2px solid #000;
    height: 90%;
    z-index: 1;
    transform: translateX(-50%);
}
.timeline-content {
    position: relative;
}

.timeline-date time {
    font-weight: 800;
    font-family: 'Inter tight';
    font-size: 30px;
}

.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}
 
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-content::after
 {
content: "";
    position: absolute;
    top: 19px;
    left: 90%;
    background: #0000;
    width: 103px;
    height: 1px;
}

.timeline-nodes:nth-child(even) .timeline-content::after {
	content: "";
    position: absolute;
    top: 19px;
    right: 97%;
    background: #000;
    width: 60px;
    height: 1px;
}
.timeline-image {
    position: relative;
    z-index: 100;
}
.timeline-image::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://barryhonig.com/wp-content/uploads/2025/08/timelance-spot.png);
    width: 58px;
    height: 58px;
    background-size: cover;
}

.timeline p {
    font-size: 18px;
    line-height: 23px;
    padding: 0 15px;
}

.the-truth-mid-2 p {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 1px;
}

.the-truth-mid-2 h4 {
    font-size: 24px;
    font-weight: 600;
}

.the-truth-mid-2 {
    padding-top: 40px;
}
.the-truth-mid-2 h2 {
    font-size: 45px;
    font-weight: 600;
}

.the-truth-mid-3 h2 {
    font-size: 50px;
    font-weight: 600;
	margin-bottom: 30px;

}

.the-truth-mid-3 ul {
    list-style: none;
    padding-left: 0;
}

.the-truth-mid-3 ul li {
    position: relative;
    padding-left: 43px;
    padding-bottom: 20px;
	font-size:18px;

}

.the-truth-mid-3 ul li:before
 {
    content: '';
    background: url(https://barryhonig.com/wp-content/uploads/2025/08/tick-2.png);
    width: 28px;
    height: 21px;
    position: absolute;
    left: 0px;
	 background-repeat:no-repeat;
	 top:11px;
}

.page-id-316 .logo-section {
    display: none !important;
}

.the-truth-timeline h2 {
    color: #414B42;
    font-weight: 600;
    font-size: 60px;
}

.the-truth-timeline h4 {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
	position:relative;
}

.the-truth-timeline h4:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: calc(50% - 300px);
    top: 14px;
}
.the-truth-timeline h4:after {
    content: '';
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    right: calc(50% - 295px);
    top: 14px;
}


.proud-barry p {
    font-size: 26px;
    color: #3f4940 !important;
}
.proud-barry h4 {
    font-size: 42px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #3f4940 !important;
}

/*---------BLOG PAGE ------------*/

span.screen-reader-text {
    display: none;
}

.blog .top-banner, .single-post .top-banner, .single-media_posts .top-banner{
    background: url(https://barryhonig.com/wp-content/uploads/2025/07/Blog-banner-min.jpg);
	margin-bottom: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20.7vh 30px;
}

.single-media_posts .top-banner{
    background: url(https://barryhonig.com/wp-content/uploads/2025/07/Media-Banner-min.jpg);
	margin-bottom: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20.7vh 30px;
}

.search .top-banner, .error404 .top-banner, .category .top-banner{
    background: url(https://barryhonig.com/wp-content/uploads/2025/07/Blog-banner-min.jpg);
	margin-bottom: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20.7vh 30px;
}





/* 
section.blog {
    padding-top: 40px;
    border-top: 1px solid #ccc;
} */

section.blog {
    padding: 30px;
}

.blogImage{border:1px solid #cccdcd;overflow:hidden;position:relative;margin-bottom:20px;background:#ebebeb;}
.blogImage img{width:100%; height: 300px; object-fit: cover;}
.blogImage .blogDate{position:absolute;left:0;top:0;z-index:1;width:39px;background:#550000;color:#fff;padding:10px 13px;text-align:center;}
.blogImage .blogDate i{font-size:12px;font-style:normal;display:block;}
.blogImage .blogDate span{font-size:20px;font-style:normal;display:block;}
.blogImage .blogDate i,
.blogImage .blogDate span{margin-left:-3px;}
.blogImage .blogDate i ~ i{margin-left:-6px;}
.blogImage .blogDate hr{border-top:1px solid #fff;padding:5px 0 0 0;margin:5px 0 0 0;}
.blogContent h3.blog-title{font-size:24px;line-height:1.2;}
.blogContent h2.blog-title{font-size:30px;line-height:1.2;}
.blogDesc a.more {font-size:16px;}
.blogBox:hover{border-color:#f79421;}
.blogImage.hoverStyle .hoverIcons,
.blogImage .hoverStyle .hoverIcons,
.galleyBox.hoverStyle .hoverIcons{bottom:50%;margin-bottom:-16px;}
.blogPage hr {
    border-color: 
    #d6d6d6;
}

.more2:hover {
  box-shadow: inset 200px 0 0 0 #8F1019;
  text-decoration: none;
  color: #fff;
}

a.more2 {

box-shadow: inset 0 0 0 0 #8F1019;
padding: 0 .25rem;
margin: 0 -.25rem;
color: #000;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
display: inline-block;
transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.fa-clock::before {
  content: "\f017";
  font-family: 'Font Awesome 5 Free';
  margin-right: 4px;
  font-style: normal;
}

.blog-title a:hover {
  color: #7d7b7b;
  text-decoration: none;
}
.blog-title a {
  color: #000;
  transition: 0.3s;
}
.zoom img {
  transition: 0.3s;
}
.zoom img:hover {
  transform:scale(1.1);
}

.blogSideBar .widget_search button[type="submit"] {
 padding:8px 15px;
 font-size:20px
}

.blogSideBar .widget_search button[type="submit"]:hover {
 color:rgba(255,255,255,.7)!important
}

.post-description.clearfix {
  margin-top: 30px;
}

.blog-sidebar span.screen-reader-text {
    display: none;
}

.post-description h2, .post-description h3
{
	font-weight:700;
}
/* .recent_blog_cate p:first-child:after {
    content: '';
    background: #bdbdbd;
    width: 1px;
    height: 39px;
    position: absolute;
    right: 29px;
    top: -6px;
} */
.recent_blog_cate p:first-child {
    position: relative;
}


/*-------- SINGLE PAGE ---------*/

.single blockquote {
    font-size: 19px;
}

p.wp-caption-text {
    font-size: 13px;
}

.small-p {
    font-size: 13px;
    margin-bottom: 30px;
}

section.single-blog.single-post {
    padding-top: 50px;
	padding-bottom:50px;
}

.sidebar .widget_container {
 margin-top:30px
}
.sidebar .widget_container:first-child {
 margin-top:0!important
}
.sideBox {
 margin-bottom:30px
}
.blogSideBar .widget_search {
 background:#f1f1f1;
 border:1px solid #ddd;
 border-radius:8px;
 padding:30px 25px;
 margin-bottom:30px
}
.blogSideBar ul {
 list-style:none;
 margin:0;
 padding:0
}
/* .blogSideBar ul li:first-child {
 border-top:0;
 padding-top:0
}
.blogSideBar ul li {
 border-top:1px dashed #b0b0b0;
 margin-left:2px
}
.blogSideBar ul li a {
 	color:#323232;
 	display:block;
 	padding:10px 0;
	 transition: 0.4s;
}
.blogSideBar ul li a:before {
 content:"\f0da";
 margin:0 10px 0 5px;
 display:inline-block;
 font-family:'Font Awesome 5 Free';
 font-weight:700
}
.blogSideBar ul li a:hover {
 color:#550000;
  background:#8F1019; 
 text-decoration:none
}
 .blogSideBar .list_accordion dt:before {
 content:"\f13a";
 color:#373737
}
.blogSideBar .list_accordion dt.open:before {
 content:"\f139";
 color:#f79421
}
 .blogSideBar .list_accordion dd {
 padding:10px;
 background:none
}
.blogSideBar .list_accordion dt.open {
 margin-bottom:0
}

 .blogSideBar h4 {
 border-bottom:1px dashed #333;
 padding:0 0 8px
} 

 .blogSideBar #search-2 {
 background:#f1f1f1;
 border:1px solid #ddd;
 border-radius:8px;
 padding:30px 25px;
 margin-bottom:30px
} */ 

.custom-recent-posts li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

/* .custom-recent-posts .post-thumbnail img {
    width: 60px;
    height: auto;
    border-radius: 4px;
} */

.custom-recent-posts .post-thumbnail {
    width: 30%;
}

.custom-recent-posts .post-title {
    width: 70%;
}



.blogSideBar .custom-recent-posts .post-title a {
    font-weight: 500;
    text-decoration: none;
    color: #333;
}

.post-title a {
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    display: block;
}

.blogSideBar .widget {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 30px 25px;
}

.blogSideBar input[type="submit"] {
  position: absolute;
  padding: 10px 24px;
  right: 0px;
  border: 0px;
  background: #550000;
  color: #fff;
  transition: 0.2s;
  font-weight: 700;
  border-radius: 5px;
	bottom:0px;
}


.blogSideBar form.search-form {
    position: relative;
}

.blogSideBar input[type="submit"]:hover {
    background: #bf8a14;
    box-shadow: 5px 7px 7px -6px #bf8a14;
}



.blogSideBar input[type="search"] {
 	border:none;
 	padding:10px;
	width:100%
}

.blogSideBar form.search-form label {
	 width:100%;
	 margin-bottom:0px;
}





/*-----Contact Us------*/


.contact-left-section p {
    margin-left: 40px;
    margin-bottom: 8px;
}



.contact-us-section i {
    margin-right: 14px;
    line-height: 32px;
    color: #8F1019;
	position:absolute;
	left: 27px;
}

.contact-us-section p {
    font-size: 17px;
    line-height: 26px;
}

.contact-us-section h2 {
    color: #8F1019;
}

.contact-us-section a {
    color: #000;
}
.contact-us-section {
    background-repeat: no-repeat;
    background-position: top;
}


/*---------Search Page-------*/

.search-title {
    font-size: 40px;
    color: #8F1019;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 11px;
}

.search .entry-summary {
    margin-top: 30px;
}

.search .more_link {
    margin-top: 11px;
}

.search .more_link a
{
	color:#8F1019;
}

.search section.custom-pagination.set-mb-padding {
    margin-bottom: 45px;
}


.search article {
    border-bottom: 1px solid #c9c9c9;
    padding: 15px 0px 24px 0px;
    margin-top: 20px;
}

.pagination ul {
    display: flex;
    list-style: none;
    margin: auto;
    text-align: center;
    padding-left: 0;
}

.pagination ul li span {
    color: #fff;
    background: #bf0815;
}
.pagination ul li a:hover {
    background: #bf0815;
    text-decoration: none;
}
.pagination ul li a, .pagination ul li span {
    background: #8F1019;
    padding: 7px 16px;
    margin: 10px 2px;
    transition: 0.3s;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.pagination ul li span {
    background: #501110;
}


/*---------404 Page-------*/

.error-404.not-found .search-field, .search .search-field, .category .search-field {
    width: 100%;
    background: #e8e8e8;
    border: none;
    padding: 15px 23px;
    border-radius: 10px;
    font-size: 19px;
}

.error-404.not-found, .search.not-found {
    text-align: center;
    padding: 60px 30px;
}

.error-404.not-found .search-submit, .search .search-submit, .category .search-submit {
    position: absolute;
    background: #550000;
    border: none;
    color: #fff;
    font-size: 19px;
    padding: 15px 21px;
    font-weight: 600;
    border-radius: 10px;
    top: 0px;
    right: 0px;
	transition:0.3s;
}

.error-404.not-found .search-form, .search .search-form, .category .search-form {
    position: relative;
}

.error-404 .search-form label, .search .search-form label, .category .search-form label {
    width: 100%;
}

.error-404.not-found .search-submit:hover, .search .search-submit:hover, .category .search-submit:hover  {
    background: #cf9204;
    box-shadow: 5px 7px 7px -6px #8f1019;
}



.button-style2:hover {
    text-decoration: none;
}

.top-banner1 h2 {
    font-size: 25px;
}

.top-banner1 h3 {
    font-size: 35px;
    color: #fff;
}

.top-banner1 {
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 30px;
}

.top-banner1 h3 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 5px;
}

.top-banner1 p {
    padding-bottom: 20px;
	font-size:20px;
}




/*---------FOOTER-------*/

section.footer-one {
    margin-bottom: -15px;
	margin-top: -15px;
}

.main-footer
{

	padding:50px 30px 20px;
	background:#F8F8F8;
}




.footer-1 ul#menu-menu1 li a {
    text-decoration: none;
    transition: 0.3s;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.footer-1 ul#menu-menu1 li {
    display: inline;
    padding: 9px;
}

.footer-1 ul#menu-menu1
 {
    list-style: none;
    padding: 30px;
    text-align: center;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
	 margin-bottom:0px;
}


/* .footer-1  ul#menu-menu1 li:hover a{
    color: #D1AB2B;
} */

.footer-1 section#media_image-2
 {
    text-align: center;
	    padding: 30px;
	 margin-bottom:0px;
}

.footer-1 ul#menu-menu1 li a:hover
{
	color:#550000;
}


.copyright
 {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    text-align: center;
    background: #501110;
    color: #fff;
}




 #return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
     background: #550000;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	 z-index:99999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #2F3843;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



.img-fluid
{
	width:100%;
}


.blogSideBar input.search-field::placeholder {
    color: #fff;
}


/*------------ HOME 2-----------*/

.top-banner2 {
    background-repeat: no-repeat;
    padding: 100px 30px;
    color: #fff;
    background-size: cover;
    background-position: center;
}


div#gform_confirmation_message_2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    border: 1px solid #d6d6d6;
    padding: 14px;
    font-weight: 600;
}


a#load-more-media:hover {
    cursor: pointer;
}


.setting-bottom-heading h2 {
    font-size: 71px;
    font-weight: 600;
    color: #414B42;
	line-height:72px;
}
.setting-bottom-heading {
    background: #f8f8f8;
    padding: 52px;
}

.setting-bottom-page {
    padding: 80px 30px 40px;
}

.setting-bottom-page h4:after {
    content: '';
    position: absolute;
    background: #d5d5d5;
    width: 90%;
    height: 1px;
    top: 14px;
    margin-left: 10px;
}
.setting-bottom-page h4 {
    position: relative;
	font-weight:700;
}


.setting-bottom-page  ul li:before {
    content: '';
    background: url(https://barryhonig.com/wp-content/uploads/2025/08/ul-icon.png);
    width: 19px;
    height: 20px;
    position: absolute;
    left: 0px;
	top: 5px;
}
.setting-bottom-page ul li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 23px;
}
.setting-bottom-page ul {
    list-style: none;
    column-count: 2;
	padding-left: 0;
}


@media only screen and (max-width:1240px)
{
	.contact-detail-section {
    margin-top: 15px;
    padding: 0px 6px;
}

.contact-call-left, .contact-call-right {
    margin: 20px 0;
}

.contact-call {
    display: block;
    margin-top: 13px;
    position: relative;
    padding: 10px;
}
.contact-call:after {display:none;}	
}




@media only screen and (max-width:1024px)
{
.banner-part-left-1 {
    display: none;
	}

.home-banner .vc_empty_space {display: none !important;}
	
}


@media only screen and (max-width:991px)
{
	

	
.hide-from-mob {display:none;}

.home-banner h1 {
    font-size: 78px;
    line-height: 90px;
}


.home-banner ul {
    display: inline;
}

.banner-left-part-1-2 {
    display: inline-block;
}

.banner-part-left-1 {
    width: auto;
}

.banner-part-left-2 {
    width: auto;
    padding-left: 0;
    padding-top: 16px;
}
.beneath-banner-left-1 p:first-child {
    font-size: 80px;
    line-height: 70px;
	text-align: left;
}

.beneath-banner-left-1 p:nth-child(2) {
    font-size: 80px;
    line-height: 80px;
	text-align: left;
}

.beneath-banner-left-1 p:last-child {
    font-family: 'Bebas Neue Book';
    font-size: 42px;
    line-height: 47px;
    padding-left: 0;
}

.beneath-banner-left-3 {
    width: 80%;
}

.beneath-banner-left-3 p:nth-child(2) {
    font-size: 23px;
}

.beneath-banner-left-3 p:last-child
 {
    font-size: 21px;
}

.company-section-first p:last-child {
    font-size: 45px;
    line-height: 46px;
}
.track-section1 h2
 {
    font-size: 52px;
}

.track-section1 h3 {
    font-size: 30px;
}

.beneth-banner-section {
    background-position: 32%;
}

.home-last-section h2 {
    font-size: 50px;
}

.logo-section h2 {
    font-size: 40px;
    line-height: 42px;
}

.testimonial-slider-section p {
    font-size: 30px;
    line-height: 35px;
}

.testimonials-section h2 {
    font-size: 40px;
}

.cta-section h2
 {

    font-size: 50px;
}

.cta-section .reset-block p span
 {
    font-size: 50px;
    line-height: 45px;
}

.home-cine-banner h3, .home-cine-banner2 h3, .home-cine-banner3 h3 {
    font-size: 75px;
    line-height: 75px;
}
	
	
.bottom-img {
    position: unset;
    bottom: 0;
}
	
	
.mayor-bottom p:first-child {
    font-size: 40px;
}
.mayor-bottom {
    position: unset;
    color: #000;
	margin-top: 17px;
}

.mayor-bottom p:nth-child(2):before,
.mayor-bottom p:nth-child(2):after,
.testimonials-left-img .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element:after
{
	display:none;
}
	
.banner-left-part-1-3 p:nth-child(3), .banner-left-part-1-3 p:nth-child(4), .banner-left-part-1-3 p:nth-child(5) {
    font-size: 18px;
    line-height: 24px;
	}
	
.reset-block p {
    font-size: 17px;
}
.reset-block p span {
    font-size: 38px;
}
	
	
.top-banner h1, .single-post .top-banner h2 {
    font-size: 80px;
    line-height: 113px;
}

.top-banner {
    padding: 90px 30px;
	}	
		
.home-banner ul li a:after
	{
		display:none;
	}
.meets-section3 ul {
    column-count: 1;
	}
	
.beneth-banner-section {
        background-position: 50%;
		    padding: 30px;
    }

.beneath-banner-left-1, .beneath-banner-left-3 {
    position: unset;
}
.beneath-banner-left-1 p:first-child, .beneath-banner-left-1 p:nth-child(2), .beneath-banner-left-1 p:last-child {
        text-align: center;
    }
.beneath-banner-left-3 {
        width: 100%;
    }

/* .home-cine-banner2 {
    background-position: left;
} */

.meets-section h2 {
    font-size: 40px;
}

.meets-section2 h2 {
    font-size: 33px;
}

.mid-section1 h2
 {
    font-size: 32px;
}
.mid-section2 h2 {
    font-size: 31px;
}

.cta-section h2 {
        font-size: 40px;
    }

ul.logo-img-ul {
    column-count: 2;
    list-style: none;
    text-align: center;
    padding-left: 0;
}
	
.home-last-section h2 {
        font-size: 40px;
    }
	
.mob-space .vc_empty_space {
    height: 30vh !important;
}
	
img.alignnone.size-full.wp-image-107 {
    margin-top: 40px;
}

.philanthropy-first-section-img .vc_column-inner {
    height: 30vh;
}
.logo-section {
    padding-bottom: 10px !important;
}
	
.footer-1 ul#menu-menu1 {
    padding: 0;
}

.footer-1 ul#menu-menu1 li a {
    display: block;
}
	
.company-section h2 {
        font-size: 40px;
}

.track-section1 h2 {
        font-size: 40px;
    }

.testimonial-slider-section p {
        font-size: 24px;
        line-height: 32px;
    }	
	
.timelance-section h2 {
    font-size: 40px;
}

.wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.vc_custom_1753809845407.timelance-img {
	display:none;
}

    .vc_row.wpb_row.vc_inner.vc_row-fluid.three-box-row-about {
        width: unset;
        margin-left: -15px;
        margin-right: -15px;
		margin-top: 0px;
    }
	
.timelance-box4 {
    margin-top: 0px;
}
	
.timelance-section .timelance-box1, .timelance-section .timelance-box2, .timelance-section .timelance-box3, .timelance-section .timelance-box4
 {
    margin-bottom: 35px !important;
}
	
.philanthropy-first-section h2 {
    font-size: 40px;
	}	
	
.reset-block {
    justify-content: left;
}
	
.the-truth-1 h2, .the-truth-2 h2 {
    font-size: 40px;
}
blockquote {
    font-size: 23px;
    padding-left: 10px;
    margin-left: 20px;
}
	
.legal-page-first h2, .legal-page-mid-section h2, .legal-page-second h2 {
    font-size: 40px;
}
h2.media_post_title1 {
    font-size: 35px;
}
	
.recent_blog_title a {
	font-size: 23px;
    line-height: 28px;
}
.head-sec h2 {
    font-size: 35px;
}
.contact-page-first h2 {
    font-size: 34px;
}
	
.contact-page-second ul {
    padding-right: 0px;
    padding-left: 0px;
}
	
.contact-page-second .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding: 20px;
    margin-top: 0;
}
	
.the-truth-timeline h2 {
    font-size: 40px;
}
	
.timeline h3 {
    font-size: 1.7rem;
}
.timeline p {
    font-size: 14px;
}

.philanthropy-first-section1 h2 {
    font-size: 30px;
}
.philan-mid-section h2 {
    font-size: 40px;
}
.philan-third-section h2, .philan-forth-section h2, .philan-last-section h2 {
    font-size: 40px;
}

.proud-barry p {
    font-size: 17px;
}
.proud-barry h4 {
    letter-spacing: 1px;
	}
	
.the-truth-mid-2 h2 {
    font-size: 33px;
}
	
.the-truth-mid-3 h2 {
    font-size: 33px;
	}
	
.testimonials-section1 p:nth-child(2) {
    font-size: 20px;
    line-height: 28px;
}
	
.testimonials-section1 p:nth-child(3) {
    font-size: 20px;
}
	
.testimonials-section1 p:nth-child(4) {
    font-size: 20px;
    padding: 21px;
    line-height: 28px;
    width: 100%;
}
	
.home .logo-section {
    padding-bottom: 40px !important;
}

}

@media only screen and (min-width:768px)
{

.onlyfordesktop_notmobile
	{
		display:block;
	}
.onlyformob_notdesktop 
	{
		display:none;
	}
}

@media only screen and (max-width:768px)
{
	
.setting-bottom-heading {

    padding: 20px;
    text-align: center;
}

.setting-bottom-heading h2 {
    font-size: 35px;
}


.setting-bottom-page ul {
    column-count: 1;

}
	
.setting-bottom-page {
    padding: 60px 30px 40px;
}
	
.home-banner-left-img {
    margin-top: 15px;
}

	
.onlyfordesktop_notmobile 
	{
		display:none;
	}

.onlyformob_notdesktop 
	{
		display:block;
	}
}

@media only screen and (max-width:767px)
{
	
.setting-bottom-page {
    padding: 60px 30px 40px;
}
	
.meets-section {
    flex-direction: column-reverse;
}
	
	.testimonials-section1 {display:none;}
	
.testi_img .slick-track {
    display: block;
}
	
.top-banner {
    padding: 90px 30px;
	}	
		
.home-banner ul li a:after
	{
		display:none;
	}
.meets-section3 ul {
    column-count: 1;
	}
	
.beneth-banner-section {
        background-position: 50%;
		    padding: 30px;
    }

.beneath-banner-left-1, .beneath-banner-left-3 {
    position: unset;
}
.beneath-banner-left-1 p:first-child, .beneath-banner-left-1 p:nth-child(2), .beneath-banner-left-1 p:last-child {
        text-align: center;
    }
.beneath-banner-left-3 {
        width: 100%;
    }

/* .home-cine-banner2 {
    background-position: left;
} */

.meets-section h2 {
    font-size: 40px;
}


.mid-section1 h2
 {
    font-size: 32px;
}
.mid-section2 h2 {
    font-size: 31px;
}

.cta-section h2 {
        font-size: 40px;
    }

ul.logo-img-ul {
    column-count: 2;
    list-style: none;
    text-align: center;
    padding-left: 0;
}
	
.home-last-section h2 {
        font-size: 40px;
    }
	
.mob-space .vc_empty_space {
    height: 30vh !important;
}
	
img.alignnone.size-full.wp-image-107 {
    margin-top: 40px;
}

.philanthropy-first-section-img .vc_column-inner {
    height: 30vh;
}
.logo-section {
    padding-bottom: 10px !important;
}
	
.footer-1 ul#menu-menu1 {
    padding: 0;
}

.footer-1 ul#menu-menu1 li a {
    display: block;
}
	
.company-section h2 {
        font-size: 40px;
}

.track-section1 h2 {
        font-size: 40px;
    }

.testimonial-slider-section p {
        font-size: 24px;
        line-height: 32px;
    }	
	
.timelance-section h2 {
    font-size: 40px;
}

.wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.vc_custom_1753809845407.timelance-img {
	display:none;
}

    .vc_row.wpb_row.vc_inner.vc_row-fluid.three-box-row-about {
        width: unset;
        margin-left: -15px;
        margin-right: -15px;
		margin-top: 0px;
    }
	
.timelance-box4 {
    margin-top: 0px;
}
	
.timelance-section .timelance-box1, .timelance-section .timelance-box2, .timelance-section .timelance-box3, .timelance-section .timelance-box4
 {
    margin-bottom: 35px !important;
}
	
.philanthropy-first-section h2 {
    font-size: 40px;
	}	
	
.reset-block {
    justify-content: left;
}
	
.the-truth-1 h2, .the-truth-2 h2 {
    font-size: 40px;
}
blockquote {
    font-size: 23px;
    padding-left: 10px;
    margin-left: 20px;
}
	
.legal-page-first h2, .legal-page-mid-section h2, .legal-page-second h2 {
    font-size: 40px;
}
h2.media_post_title1 {
    font-size: 35px;
}
	
.recent_blog_title a {
	font-size: 23px;
    line-height: 28px;
}
.head-sec h2 {
    font-size: 35px;
}
.contact-page-first h2 {
    font-size: 34px;
}
	
.contact-page-second ul {
    padding-right: 0px;
    padding-left: 0px;
}
	
.contact-page-second .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding: 20px;
    margin-top: 0;
}

	 .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
    text-align: left
}
.timeline-nodes:nth-child(even) {
    flex-direction: row;
}
    .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    left: 5%;
    width: 0;
    border-left: 2px solid #000;
    height: 92%;
    z-index: 1;
    transform: translateX(-50%);
}
	
.timeline-content {
    margin-top: 16px;
    padding-left: 0px;
}
	
.timeline {
    padding: 50px 0 0;
}
	
.the-truth-timeline h2 {
    font-size: 40px;
}
	
.timeline h3 {
    font-size: 1.7rem;
}
.timeline p {
    font-size: 14px;
}
.timeline-image {
    position: absolute;
    left: 0%;
    top: 60px;
    /*transform: translateX(-50%;);*/
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: auto;
    right: 100%;
    width: 0;
    border-left: 0;

}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;

}
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: left;
}
.timeline-image::before {
    width: 65px;
    height: 65px;
}
.philanthropy-first-section1 h2 {
    font-size: 30px;
}
.philan-mid-section h2 {
    font-size: 40px;
}
.philan-third-section h2, .philan-forth-section h2, .philan-last-section h2 {
    font-size: 40px;
}

.proud-barry p {
    font-size: 17px;
}
.proud-barry h4 {
    letter-spacing: 1px;
	}
	
.the-truth-mid-2 h2 {
    font-size: 33px;
}
	
.the-truth-mid-3 h2 {
    font-size: 33px;
	}
	
.testimonials-section1 p:nth-child(2) {
    font-size: 20px;
    line-height: 28px;
}
	
.testimonials-section1 p:nth-child(3) {
    font-size: 20px;
}
	
.testimonials-section1 p:nth-child(4) {
    font-size: 20px;
    padding: 21px;
    line-height: 28px;
    width: 100%;
}
	
.home .logo-section {
    padding-bottom: 40px !important;
}
	
.home-left-banner-section .vc_column-inner {
    max-width: 100%;
}
	

	
}