/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*   Small Projects Bureau Development  */
/*   McHale Design   */
/*   Martin Fuks   */

:root {
    --violet: #c31a80;
    --orange: #f58220;
    --blue: #0f98d5;
    --green: #80c242;
}

/*****************/
/* Header */
/*****************/

.branding {
    width: 296px;
}

#phantom .logo-box, #phantom .phantom-top-line-logo, .phantom-sticky .sticky-on.masthead:not(.side-header) .branding > a, .phantom-sticky .sticky-on.masthead:not(.side-header) .branding > img {
    padding: 0px 5px 0px 0px;
}

.from-centre-line > li > a .menu-item-text:before {
    border-radius: 15px;
    width: 50px;
    margin: 0 auto;
    right: 0;
}

.violet .menu-text {
    color: var(--violet) !important;
}

.violet .menu-item-text::before {
    background-color: var(--violet) !important;
}

.orange .menu-text {
    color: var(--orange) !important;
}

.orange .menu-item-text::before {
    background-color: var(--orange) !important;
}

.blue .menu-text {
    color: var(--blue) !important;
}

.blue .menu-item-text::before {
    background-color: var(--blue) !important;
}

.cta-nav-btn a {
    border: 3px solid var(--green);
    width: 165px;
    height: 46px;
    border-radius: 15px;
    text-align: center;
    transition: all .2s ease-in-out 0s;	
	cursor: pointer;
}

.cta-nav-btn a:hover {
    background: var(--green);
}

.green .menu-text {
    color: var(--green) !important;
    line-height: 20px;
}

.cta-nav-btn a:hover .menu-text {
    color: #fff !important;
}

.green .menu-item-text::before {
    display: none !important;
}

.mobile-header-bar .mobile-branding img {
  width: 50%;
  padding-top: 18px;
  padding-bottom: 18px;
}

/*****************/
/* Homepage */
/*****************/

.color-title-row {
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.color-title-row .vc_column-inner .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
}

#what-we-do-section {
    text-align: center;
}

#what-we-do-section h3,
#what-we-do-section h5 {
    color: var(--orange);
}

#what-we-do-section .title {
    margin-bottom: 12px !important;
}

#what-we-do-section .description {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 41px !important;
    font-size: 24px;
    line-height: 42px;
}

#what-we-do-section .subtitle {
    margin-bottom: 8px !important;
}

.trusted-image-row .wpb_single_image {
    margin-bottom: 25px !important;
}

.vc_gitem-post-data {
    margin-bottom: 0 !important;
}

.repeater-wrapper,
.reapeater-row {
    display: flex !important;
    justify-content: center;
    color: #fff;
}

.reapeater-row:not(.row-2) {
    display: none !important;
}

.reapeter-column {
    border: 0 !important;
    font-size: 30px;
    font-weight: 700;
}

.reapeter-column:not(.portfolio_content_1_row_subtitle) {
    display: none !important;
}


#testimonial-section {
    margin: 0 !important;
    padding: 0 !important;
}

.testimonial-carousel > .wpb_column.vc_column_container.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.testimonial-carousel .slick-prev {
    left: -50px !important;
}

.testimonial-carousel .slick-next {
    right: -50px !important;
}

.testimonial-carousel .title h4 {
    color: var(--green);
    margin-bottom: 8px !important;
}

.testimonial-carousel .copy p {
    margin-bottom: 12px !important;
}

.testimonial-carousel .company p {
    font-size: 23px;
    font-weight: 700;
}

.testimonial-carousel .author p {
    font-size: 19px;
    font-weight: 600;
}

.testimonial-carousel .ult-carousel-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#icon-section {
    padding-top: 50px !important;
}

#icon-section .wpb_column.vc_column_container.vc_col-sm-12 {
	padding-left: 15px;
	padding-right: 15px;
}

.icon-row {
    display: flex;
    justify-content: space-evenly;
}

.icon-row .icon-column {
    max-width: 270px;
}

.icon-row .icon-column .image {
    max-width: 115px;
    margin-bottom: 20px;
}

.icon-row .icon-column .title {
    margin-bottom: 4px;
}

.icon-row .icon-column .title h4 {
    color: #6e6f72;
    line-height: 33px;
}

.icon-row .icon-column p {
    line-height: 24px;
}

.cta-btn button,
.cta-btn a{
    border: 3px solid var(--green) !important;
    width: 176px !important;
    height: max-content !important;
    border-radius: 15px !important;
    background: none !important;
    font-size: 21px !important;
    line-height: 23px !important;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 16px !important;
}

.cta-btn button:hover,
.cta-btn a:hover {
    background: var(--green) !important;
    color: #fff !important;
}

/*****************/
/* About page */
/*****************/

#about-hero-section {
    padding: 40px 0;
}

#about-hero-section h2,
#about-hero-section p {
    font-family: Helvetica;
    color: #fff;
}

#about-hero-section .hero-title {
    margin-bottom: 5px;
}

#about-hero-section h2 {
    font-size: 33px;
}

#about-hero-section p {
    font-size: 24px;
    line-height: 33px;
}

#about-hero-section .copy-column {
	padding-left: 15px;
	padding-right: 15px;
}

#about-hero-section .wpb_column.vc_column_container.vc_col-sm-8 {
	align-items: center;
}

#about-hero-section .hero-copy {
    margin-bottom: 60px;
}

#about-hero-section .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 0;
}

#about-hero-section .popup button{
    background-color: white!important;
    border-width: 2px!important;
    max-width: 176px;
    font-weight: bold;
    border-radius: 15px;
    padding: 4px;
    font: normal 700 18px / 22px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	cursor: pointer;
}

#about-hero-section .popup button:hover {
    background-color: transparent!important;
    border-color: white!important;
}

#about-hero-section #slider-3-slide-3-layer-2.play-btn:hover {
	display: none!important;
}

#play-btn {
	width: 131px!important;
	height: 132px!important;
}

#about-hero-section .tp-video-play-button {
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 131px;
	height: 132px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
} 

#about-hero-section .revicon-right-dir {
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2022/05/play-icon.png);
	background-size: cover;
}

#about-hero-section .revicon-right-dir::before {
	content: '';
}

.page-template-page-about #icon-section,
.page-template-page-about #portfolio-section {
    padding-top: 0!important;
}

.icon-column .vc_column-inner {
    padding: 0;
}

.page-template-page-about #icon-section .color-title-row .vc_column-inner,
.page-template-page-about #team-section .color-title-row .vc_column-inner,
.page-template-page-about #portfolio-section .vc_column-inner,
#about-hero-section .copy-column .vc_column-inner {
    padding: 0;
}

.page-template-page-about .icon-column .copy {
    margin: 0;
}

.icon-section-container > div > .vc_column-inner {
    padding-top: 50px!important;
    padding-bottom: 50px;
}

.page-template-page-about .icon-column img {
    max-height: 110px;
    width: auto;
}

.page-template-page-about .icon-row .icon-column .image {
	margin-bottom: 25px;
}

#team-grid-column .dt-team-masonry-shortcode {
	max-width: 1290px;
	margin: auto;
	padding-top: 34px;
}

#team-grid-column > .vc_column-inner,
#meet-our-team-column > .vc_column-inner {
	padding: 0;
}

.pre-grid {
    grid-area: 1 / 1 / 2 / 3;
    padding: 40px 20px 0 20px;
    margin: 0;
	border-top-left-radius: 15px;
	width: 100%;
}

.pre-grid * {
	color: #fff;
	font-family: Helvetica;
}

.pre-grid h4 {
	font-weight: normal;
	font-size: 33px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pre-grid p {
	font-size: 23px;
	line-height: 33px;
	padding-right: 15px;
}

.post-grid {
     margin: 0;
	 grid-area: 4 / 2 / 4 / 5;
}

.dt-team-shortcode.team-masonry-shortcode-id-2ddf9649ced02abfaa65813928b17f27 .team-media > span {
	min-width: 240px;
}

@media screen and (min-width: 1300px) {
	.post-grid {
		grid-area: 3 / 4 / 4 / 6;
	}
}

.page-template-page-about .dt-css-grid div.wf-cell:nth-of-type(4) {
	border-top-right-radius: 15px;
	overflow: hidden;
}

.page-template-page-about .dt-css-grid div.wf-cell:nth-of-type(10) {
	border-bottom-left-radius: 15px;
	overflow: hidden;
}

.team-content {
    display: none;
}

.dt-team-shortcode .dt-css-grid .team-container {
    margin-bottom: 0;
}

.team-media img {
    max-width: unset!important;
}

.team-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
	z-index: 10;
	max-width: 240px;
}

.team-desc * {
	color: #fff!important;
	font-weight: normal!important;
	font-family: Helvetica;
	text-align: left;
}

.team-desc .team-author-name {
	font-size: 30px;
	padding-left: 5px;
}

.team-desc p {
	font-size: 17px;
	padding-left: 5px;
}

.team-container:hover {
    cursor: pointer;
}

.team-container:hover .team-desc {
    opacity: 1;
    transition: all 0.5s;
}

.team-author {
    z-index: 2;
}

.team-media span {
	position: relative;
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
	max-width: 240px;
	margin: auto;
    transition: all 0.5s;
}

.team-container {
	align-items: center;
}

.team-container:hover .team-overlay {
    opacity: 0.7;
    transition: all 0.5s;
}

.overlay-on {
	opacity: 0.7;
    transition: all 0.5s;
}

.pre-grid .team-content {
    display: block!important;
}

.opacity-on {
    opacity: 1;
}

.post-grid .wpb_wrapper {
    display: flex;
    height: 100%;
}

.post-grid ul {
    text-align: right;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin: 0;
}
.post-grid ul li {
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-family: Helvetica;
    font-size: 28px;
    padding: 10px 30px;
}

.post-grid ul li:first-child {
    background: #F48120;
}

.post-grid ul li:nth-child(2) {
    background: #C31980;
}

.post-grid ul li:nth-child(3) {
    background: #80C242;
}

.post-grid ul li:nth-child(4) {
    background: #0F98D5;
}

.trusted-image-row.small .image-trusted {
	margin-bottom: 60px!important;
}

.trusted-image-row.small {
	width: 835px;
	margin: auto;
}

.latest-stuff {
	padding: 38px 45px!important;
}

.latest-stuff .vc_custom_heading a {
	font-size: 33px!important;
	color: #F48120;
	line-height: 36px;
}

.latest-stuff p {
	font-size: 22px;
	color: #6d6e70;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.latest-stuff a {
	background-image: none !important;
	font-size: 17px !important;
	padding: 0 !important;
}

/*****************/
/* Single Post*/
/*****************/
.single-related-posts .mini-post-img {
	width: 100%;
}

/*****************/
/* Footer */
/*****************/

footer.footer {
    background: var(--orange) !important;
    height: 319px !important;
    position: relative;
}

footer.footer > .wf-wrap {
    padding: 0 60px 0 80px !important;
}

footer.footer #custom_html-3 {
    width: 100% !important;
    margin-bottom: 35px !important;
    color: #ffffff;
    font-size: 26px;
    line-height: 31px;
}

footer.footer #custom_html-2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
}

footer.footer #custom_html-2 .textwidget img {
    max-width: 335px;
}

footer.footer #custom_html-4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    border-left: 3px solid #ffffff;
    padding-left: 20px;
    left: 70px;
    position: relative;
}

footer.footer #custom_html-4 .widget-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0 !important;
}

footer.footer #custom_html-4 p {
    margin-bottom: 0 !important;
}

footer.footer #custom_html-4 p:last-of-type a {
    font-size: 36px;
    line-height: 43px;
}

footer.footer #custom_html-4 a:hover {
    color: #fff !important;
}

body.home footer.footer #presscore-contact-info-widget-2 .alien,
body.page-template-page-about footer.footer #presscore-contact-info-widget-2 .alien {
	display: none!important;	
}

body.home footer.footer #presscore-contact-info-widget-2 .alien-popup,
body.page-template-page-about footer.footer #presscore-contact-info-widget-2 .alien-popup {
	display: flex!important;	
}

footer.footer #presscore-contact-info-widget-2 {
    position: absolute;
    bottom: 35px;
    right: 10px;
}

footer.footer #presscore-contact-info-widget-2 .widget-info {
    display: flex;
	
}

footer.footer #presscore-contact-info-widget-2 .widget-info .mcalien {
	position: absolute;
	bottom: -50px;
	transition: all ease .7s;
}

footer.footer #presscore-contact-info-widget-2 .widget-info a.cta-dialog {
    height: max-content;
    position: relative;
    right: -25px;
}

footer.footer #presscore-contact-info-widget-2 .widget-info a.cta-dialog button {
    background: none;
    border: none;
    padding: 11px 19px 26px 10px;
    color: var(--orange);
    font-size: 21px;
    letter-spacing: 1px;
}

footer.footer #presscore-contact-info-widget-2 .widget-info a.cta-dialog button.about {
	padding: 3px 23px 5px 12px;
	font-size: 18px;
}

footer.footer #presscore-contact-info-widget-2 .widget-info a.cta-dialog button span {
    font-family: montserrat;
    position: relative;
    z-index: 10;
}

footer.footer #presscore-contact-info-widget-2 .widget-info a.cta-dialog button:hover span {
    color: #fff;
}

footer.footer #presscore-contact-info-widget-2 .widget-info a.cta-dialog button svg {
    position: absolute;
    width: 135px;
    z-index: 1;
    left: 0px;
    top: -2px;
    transition: all .2s ease-in-out 0s;
}

footer.footer #presscore-contact-info-widget-2 .widget-info a.cta-dialog button svg #bg-dialog {
    fill: #fff;
    transition: all .2s ease-in-out 0s;
}

footer.footer #presscore-contact-info-widget-2 .widget-info a.cta-dialog button:hover svg #bg-dialog .cls-1 {
    fill: var(--orange);
}

footer.footer #presscore-contact-info-widget-2 img {
    width: 143px;
}

footer.footer #presscore-contact-info-widget-2 .soc-ico {
    margin-left: 109px;
}

footer.footer #presscore-contact-info-widget-2 .soc-ico a {
    background: #ffffff;
    height: 32px !important;
    width: 32px !important;
    margin-left: 13px;
}

footer.footer #presscore-contact-info-widget-2 .soc-ico a::after,
footer.footer #presscore-contact-info-widget-2 .soc-ico a::before {
    height: 32px !important;
    width: 32px !important;
}

footer.footer #presscore-contact-info-widget-2 .soc-ico a:not(:hover) .soc-font-icon {
    color: var(--orange);
    font-size: 21px;
}

footer.footer #presscore-contact-info-widget-2 .soc-ico a:hover .soc-font-icon {
    font-size: 21px;
}

/*****************/
/* PopUp Modal */
/*****************/
.modal-home {border-bottom: 20px solid #EF8120;}
.modal-home, .modal-home .otw-column, .modal-home .otw-columns {padding: 0px !important;}
.modal-home .otw-sc-image-style {border-bottom: 10px solid #EF8120;}
.modal-home .otw-sc-image-style, .modal-home .otw-sc-image-style p, .modal-home .otw-sc-image-style img {margin-bottom: 0px !important}
.modal-home .otw-widget-text {padding: 0px 50px ;}
.modal-home .listcheckbox-wrap ul {float: left !important;}
.nf-form-content .listcheckbox-wrap li {display: inline-block}
.nf-form-content label {
    font-size: 15px !important;
    line-height: 26px !important;
}

#nf-field-5-wrap .nf-field-label{
	display: block;
	text-align: left;
}

#nf-label-field-6,
#nf-label-field-7,
#nf-label-field-8 {
	display: none;
}

#nf-field-13-wrap ul {
	width: 100%;
	display: flex;
}

#nf-field-13-wrap li {
	padding-right: 15px!important;
}

.nf-error.field-wrap .nf-field-element::after {
	right: 0px!important;
	height: 38px!important;
	width: 38px!important;
	line-height: 42px!important;
}

/*****************/
/* RESPONSIVE */
/*****************/

@media screen and (max-width: 1470px) and (min-width: 1300px) {
	footer.footer #custom_html-3 {
	  font-size: 23px;
	}
}
/*ABOUT GRID RESPONSIVE*/

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	
	.page-template-page-about .dt-css-grid {
	  	grid-template-columns: repeat(4,1fr)!important;
	}
	.team-media img {
	  width: 100%!important;
	}
	
}
	
@media (max-width: 1300px) {
	
	.team-media img {
		max-width: 100% !important;
	}
	
	/***about grid***/
	#team-grid-column .dt-team-masonry-shortcode {
		max-width: 1000px;		
		left: -24px;
		position: relative;
	}
	
	.pre-grid {
		grid-area: 1 / 1 / 2 / 3;
		position: relative;
    }
	/***end about grid***/
	
    .page-template-page-about .dt-css-grid div.wf-cell:nth-of-type(4) {
        border-top-right-radius: 0;
    }
    
    .page-template-page-about .dt-css-grid div.wf-cell:nth-of-type(10) {
        border-bottom-left-radius: 0;
    }
	
	footer.footer {
		min-height: 319px!important;
		height: auto !important;
	}
	
	footer.footer #custom_html-3 {
		font-size: 20px;
	}
	
	footer.footer #custom_html-2 {
		font-size: 20px;
		line-height: 28px;
	}
	
	footer.footer #custom_html-2 .textwidget img {
 		max-width: 275px;
	}

	footer.footer #custom_html-4 {
		font-size: 20px;
	}
	
	footer.footer #custom_html-4 .widget-title {
		font-size: 24px;
	}
	
	footer.footer #custom_html-4 p:last-of-type a {
		font-size: 28px;
	}
	
	.footer .widget {
  		padding: 0 20px;
	}
}

/*END ABOUT GRID RESPONSIVE*/

@media (max-width: 1100px) {
	
	.main-nav > li > a {
		margin: 18px 8px;
	}

    #team-section > .vc_row {
        left: 0!important;
    }
    
    #team-section .dt-css-grid {
        padding: 0 15px;
    }

    #team-section-title > .vc_row {
        left: 0!important;
    }

    .latest-stuff .vc_custom_heading a {
        font-size: 24px !important;
        line-height: 28px;
    }

    .latest-stuff p {
        font-size: 18px;
    }

    .trusted-image-row.small {
        width: 100%;
    }
	
	footer.footer #presscore-contact-info-widget-2 .soc-ico {
		margin-left: 80px;
	}
}

@media (max-width: 992px) {
	.cta-nav-btn a {
		border: 0;
		width: auto;
		height: auto;
		text-align: left;
	}
		
	.cta-nav-btn a:hover {
		background: #fff0;
	}
	
	.cta-nav-btn a:hover .menu-text {
    color: var(--green) !important;
	}
		
	.green .menu-text br{
		display: none;
	}
	
	footer.footer #presscore-contact-info-widget-2 .widget-info {
	  display: flex;
	  justify-content: flex-end;
	}
	
	footer.footer #presscore-contact-info-widget-2 .soc-ico {
		justify-content: flex-end;
		display: flex;
	}
	
	footer.footer #custom_html-3 {
		width: 60% !important;
	}
	
	footer.footer #custom_html-4 {
		left: 0 !important;
		padding-bottom: 30px!important;
	}
	
	/**************/
	/* Pop Up */ 
	/**************/
	
	#otw-overlay-1 {
		width: 100%!important;
	}
	
	.mfp-wrap.mfp-close-btn-in.mfp-ready {
		width: 90%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.modal-home .otw-widget-text {
		padding: 0px 10px;
	}
	
	#nf-field-13-wrap,
	#nf-field-10-wrap,
	#nf-field-12-wrap {
		text-align: left;
	}
	
	#nf-field-13-wrap ul,	
	#nf-field-10-container .nf-field-element li {
		display: block!important;
		text-align: left;
	}
	
	/***about grid***/
	#team-grid-column .dt-team-masonry-shortcode {
		max-width: 700px;		
		left: -42px;
	}
	
	.pre-grid p {
  		font-size: 21px;
	}
	
	.post-grid {
	  grid-area: 5 / 2 / 5 / 4;
	}
	/***end about grid***/
}

@media (max-width: 768px) {
	
	.icon-row {
	  flex-wrap: wrap;
	}
	
	.icon-row .icon-column {
		max-width: 50%;
		padding-bottom:30px!important;		
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.mobile-header-bar .mobile-branding img {
	  width: 100%;
	  padding-top: 0;
	  padding-bottom: 0;
	}
	
    .about-hero-row {
        flex-direction: column;
    }

    .about-hero-row > div {
        width: 100%;
    }

    .about-hero-row > div:nth-child(2) {
        padding: 30px 30px 0px 30px;
    }

	#about-hero-section h2 {
		line-height: 100%;
	}
    #about-hero-section .hero-copy {
        margin-bottom: 30px;
    }

    .mobile-header-bar .mobile-branding img {
        max-width: 200px;
    }

    .latest-stuff {
        padding: 20px 10px !important;
    }

    .page-template-page-about .icon-row .icon-column .title h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .page-template-page-about .icon-row .icon-column {
        padding: 0 10px;
    }
	
	/***about grid***/
	#team-grid-column .dt-team-masonry-shortcode {
		max-width: 450px;		
		left: -42px;
	}
	
	.pre-grid {
		width: auto;
		left: 0;
		border-top-right-radius: 15px;
		padding: 20px;
	}	
	.post-grid {
	  grid-area: 7 / 2;
	}
	/***end about grid***/
	
	footer.footer #presscore-contact-info-widget-2 {
	  position: relative;
	  padding-top: 160px;
	}
}

@media (max-width: 480px) {
    .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-branding {
        width: 60%;
    }

    .mobile-main-nav li.last {
        padding-top: 15px;
    }

/*     .mobile-menu-show-divider .mobile-main-nav > li.last > a {
        max-width: 170px !important;
        padding: 0 !important;
        text-align: center;
        margin: 0;
        margin-top: 40px;
    } */

    .mobile-main-nav li.last a .menu-text {
        /*font-size: 20px;*/
    }

    .mobile-main-nav li > a .menu-text {
        padding-left: 15px;
    }

    .mobile-main-nav li > a .menu-text br {
        display: none;
    }

    .color-title-row {
        height: inherit;
        padding: 20px 10px;
    }

    .content h2 {
        font-size: 20px;
        line-height: 20px;

    }

    #what-we-do-section h3 {
        font-size: 35px;
        line-height: 37px;
    }

    .trusted-image-row .wpb_column figure {
        max-width: 50%;
    }

    .testimonial-carousel {
        left: 15px !important;
    }

    .testimonial-carousel > .wpb_column.vc_column_container.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .icon-row {
        display: block;
    }

    .icon-row .icon-column {
        max-width: 100%;
        text-align: center
    }

    .icon-row .icon-column .image {
        margin: 0 auto;
    }

    footer.footer {
        height: inherit !important;
    }

    #footer.full-width > .wf-wrap {
        padding: 0 15px !important;
    }

    #footer .wf-container {
        margin: 0px;
    }

    .footer .widget {
        padding: 0px 15px;
    }

    footer.footer #custom_html-2 .textwidget img {
        max-width: 100%;
    }
	
	footer.footer #custom_html-3 {
		width: 100% !important;
	}

    footer.footer #custom_html-4 {
        position: relative;
        left: inherit;
        border-left: none;
        border-top: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    footer.footer #presscore-contact-info-widget-2 .widget-info {
        margin-top: 50px;
    }

    footer.footer #presscore-contact-info-widget-2 .widget-info.fixed {
        position: inherit;
    }

    footer.footer #presscore-contact-info-widget-2 .soc-ico {
        margin-left: 0px;
        text-align: center;
    }

    /*About page*/

    #team-grid-column .dt-css-grid {
        display: flex;
        flex-wrap: wrap;
		justify-content: space-between;
    }
	
    #team-grid-column .dt-css-grid .wf-cell {
        width: 47%;
		overflow: hidden;
    }

    #team-grid-column .dt-css-grid .pre-grid{
        width: 100%;
        border-top-right-radius: 15px;
    }
	
	.pre-grid h4 {
		font-size: 21px;
	}
	
    .pre-grid p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 30px;
    }
	
	.post-grid {
		width: 47%;
	}

    .post-grid ul li {
        font-size: 14px;
		margin-bottom: 5px;
		padding: 5px 15px;
    }

    .page-template-page-about .dt-css-grid div.wf-cell:nth-of-type(12) {
        border-bottom-left-radius: 15px;
        overflow: hidden;
    }

    .page-template-page-about .icon-row .icon-column {
        margin-bottom: 25px;
    }
	
	#team-grid-column .dt-team-masonry-shortcode {
	  max-width: 96vw;
	  left: 0;
	}

	.dt-team-shortcode.team-masonry-shortcode-id-2ddf9649ced02abfaa65813928b17f27 .team-media > span {
		min-width: 100px;
		max-width: 150px;
	}
}

@media (max-width: 377px) {
	#team-grid-column .dt-css-grid .wf-cell, 		
	.post-grid {
		width: 100vw!important;
	}
	
	.dt-team-shortcode.team-masonry-shortcode-id-2ddf9649ced02abfaa65813928b17f27 .team-media {
	  width: 100%;
	}
	
	.team-overlay {
		max-width: unset !important;
		width: 98vw !important;
		left: -45px;
	}
	
	.team-media img {
		max-width: unset !important;
		width: 98vw !important;
		left: -45px;
		position: relative;
	}
	
	footer.footer #presscore-contact-info-widget-2 .widget-info a.cta-dialog.popup {
		right: -10px;		
	}
	
	footer.footer #presscore-contact-info-widget-2 .widget-info a.cta-dialog.popup button.about {
		padding: 6px 6px 5px 12px;
		font-size: 16px;
	}
}

/*****************/
/* Shop */
/*****************/
.woocommerce-page #main > .wf-wrap{
	width:1390px;
}

.post-type-archive-product.woocommerce-shop.woocommerce-page.woocommerce-shop #main > .wf-wrap {
	width: 100%;
    padding: 0;
}

.shop-hero-section > .shop-hero-row {
    left: 0;
    right: 0;
    width: 100vw;
}

.post-type-archive-product.woocommerce-shop.woocommerce-page.woocommerce-shop .switcher-wrap,
.post-type-archive-product.woocommerce-shop.woocommerce-page.woocommerce-shop .wc-grid.products,
body.woocommerce-cart.woocommerce-page .woocommerce,
body.woocommerce-checkout.woocommerce-page .woocommerce {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1290px;
  	margin: 0 auto;
}

.post-type-archive-product.woocommerce-shop.woocommerce-page.woocommerce-shop .switcher-wrap {
	padding-top: 50px;
}

.post-type-archive-product.woocommerce-shop.woocommerce-page.woocommerce-shop .wc-grid.products {
	padding-bottom: 50px;
}

.post .entry-title {
    text-align: left;
}

.post .entry-title a,
.product .summary.entry-summary .product_title.entry-title,
.woocommerce-cart-wrap .product-name a,
.woocommerce-cart-wrap .cart-subtotal .amount,
.woocommerce-cart-wrap .order-total .amount,
.woocommerce-checkout-review-order .order-total .amount,
.woocommerce-checkout-review-order .cart-subtotal .amount,
.woocommerce-Price-amount.amount {
    color: #6e6f72!important;
}

.woocommerce div.product div.summary h1 {
  margin-bottom: 10px!important;
}

.price {
	text-align: left;
}

.woocom-list-content .price *,
.product .summary.entry-summary .price,
.shop_table,
.related-product > li .amount {
	color: var(--orange)!important;
    font-weight: 700!important;
}

.wf-container-main {
	padding-bottom: 75px;
}

body.single-product .wf-container-main,
body.page-template-page-about .wf-container-main,
body.woocommerce-shop .wf-container-main {
	padding-bottom: 100px;
}

body.single-post.single-format-standard {
	padding-bottom: 178px;
}

form.cart div.quantity,
.cart td.actions .coupon .input-text,
.woocommerce-cart-wrap .quantity,
#coupon_code {
	border-radius: 10px;
	border: 2px solid var(--orange);
}

.product:not(.elementor) .related.products {
  padding-top: 0!important;
}

.product{
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 50px;
}

.product div.images {
	margin-bottom: 0!important;
}

.woocommerce div.product div.summary {
  width: max-content;
}

.product:not(.elementor) .related.products > h2 {
	display: none;
}

.product:not(.elementor) .related.products:before {
	content: 'Other products you might be interested:';
	display: block;	
	color: var(--orange)!important;
	margin-top: 40px;
	margin-bottom: 50px;
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;	
}

.product form.cart .button,
.button.view-cart,
.button.checkout,
button.dt-wc-btn,
a.button:not(.edd-submit),
body #place_order,
.wc-coupon-wrap .form-coupon-wrap .button,
.cart-btn-below-img .woo-buttons a:not(.elementor-button) {
	border-radius: 10px!important;
}

body:not(.single-product) .product form.cart .button,
.button.view-cart,
.button.checkout {
	background: var(--orange)!important;
}

body:not(.single-product) .product form.cart .button:hover,
.product form.cart .button[type="submit"]:hover,
.button.view-cart:hover,
.button.checkout:hover,
a.button:not(.edd-submit):hover,
button.dt-wc-btn:hover,
body #place_order:hover,
.wc-coupon-wrap .form-coupon-wrap .button:hover,
.cart-btn-below-img .woo-buttons a:not(.elementor-button):hover {
	background: var(--orange)!important;
	opacity: .8;
}

.product_meta {
	display: none!important;
}

.page-id-2039 .wf-wrap .woocommerce,
.page-id-2040 .wf-wrap .woocommerce {
	padding-top: 75px;
	padding-bottom: 75px;
}

.woocommerce-cart-wrap .cart_totals tr:first-of-type th,
.cart-collaterals .cart_totals tr th,
.woocommerce-cart-wrap .cart_totals h2,
.c-order-review h4,
#order_review_heading,
.the7-woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th,
.the7-woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
#shipping_method label, 
.payment_methods label,
.wc-coupon-wrap .showcoupon,
.woocommerce-notice.woocommerce-notice--success,
.woocommerce-thankyou-order-details li .amount,
.related-product > li .amount {
	color: var(--orange)!important;
}

body.woocommerce-cart.woocommerce-page #main > .wf-wrap,
body.woocommerce-checkout.woocommerce-page #main > .wf-wrap {
	width: 100%;
	padding: 0;
}

#cart-title,
#cart-title > .vc_row.wpb_row.color-title-row,
#checkout-title,
#checkout-title > .vc_row.wpb_row.color-title-row {
	width: 100%;
}

#cart-title > .vc_row.wpb_row.color-title-row > .wpb_column.vc_col-sm-12,
#checkout-title > .vc_row.wpb_row.color-title-row > .wpb_column.vc_col-sm-12 {
	left: -15px;
}

.woocommerce-billing-fields label, .woocommerce-additional-fields label, .wc-terms-and-conditions label, .woocommerce-shipping-fields label, .woocommerce-account-fields label, .woocommerce-MyAccount-content label, form.track_order label, form.lost_reset_password label, #customer_login label, .woocommerce-Reviews label, .woocommerce-form-login label, .wp-block-woocommerce-product-search label, .showcoupon-tag, .customer_details td, .customer_details th, .order_details td, .order_details th, .related-product > li .product-title {
	color: #6e6f72!important;
}

.the7-woocommerce-checkout .woocommerce-shipping-fields {
	margin-bottom: 0;
	margin-top: -50px;
	padding-top: 0!important;
}

@media (max-width: 768px) {
	body.single-product #main > .wf-wrap {
	  padding: 20px 20px 0 20px;
	}
	
	.product {
		padding-top: 0;
		padding-bottom: 10px;
		display:block;
	}
	
	.related-product > li {
  		padding: 0 25px 40px 25px;
	}
	
	.related-product > li .woo-buttons {
	  padding: 5px 0 0;
	}
	
	.woocommerce div.product div.summary {
		width: 100%;
	}
	
	.shopping-cart-inner {
 		background-color: rgb(255, 255, 255);
	}
	
	.post-type-archive-product.woocommerce-shop.woocommerce-page.woocommerce-shop .post .entry-title,
	.post-type-archive-product.woocommerce-shop.woocommerce-page.woocommerce-shop .price {
  		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.page-id-2039 .wf-wrap .woocommerce {
		padding-top: 0;
		padding-bottom: 0px;
	}
	
	.page-id-2040 .wf-wrap .woocommerce {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	.the7-cart-form table.shop_table tbody tr {
		flex-direction: row;
		justify-content: space-between;
		padding-top: 0;
		padding-bottom: 0;
	}

	.content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-thumbnail, 
	.content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-quantity {
		width: 20%;
		margin: 0;
	}

	.content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-name {
		width: 56%;
		margin: 0;
	}
	
	.the7-cart-form .quantity {
		float: none;
		margin: 0;
		width: 90%;
		height: 80%;
	}
	
	.the7-cart-form .quantity input.qty {
	  width: 50%;
	}
	
	#page .woocommerce-cart-wrap .quantity input[type="button"].is-form {
		width: 25%;
	}
}