#wpadminbar .display-name{
    color: #ff4a93;
}

/* ****************************** */
/* LOADING ANIM */
/* ****************************** */

#musicbars {
    height: 30px;
    left: 50%;
    margin: -30px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

#musicbars .bar {
   background: #E20074;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;      
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
       opacity: .35;
        height: 3px; 
    }
    100% {
        opacity: 1;       
        height: 28px;        
    }
}

#musicbars .bar:nth-child(1)  { left: 5px; animation-duration: 374ms; }
#musicbars .bar:nth-child(2)  { left: -1px; animation-duration: 474ms; }
#musicbars .bar:nth-child(3)  { left: 11px; animation-duration: 407ms; }
#musicbars .bar:nth-child(4)  { left: 17px; animation-duration: 458ms; }
#musicbars .bar:nth-child(5)  { left: 23px; animation-duration: 400ms; }
#musicbars .bar:nth-child(6)  { left: 29px; animation-duration: 427ms; }
#musicbars .bar:nth-child(7)  { left: 35px; animation-duration: 441ms; }
#musicbars .bar:nth-child(8)  { left: 41px; animation-duration: 419ms; }
#musicbars .bar:nth-child(9)  { left: 47px; animation-duration: 487ms; }
#musicbars .bar:nth-child(10) { left: 53px; animation-duration: 442ms; }

#musicbars .bar {
    width: 5px;
    border-radius: 5px;
}



/* ****************************** */
/* RESPONSIVE GRID */
/* ****************************** */

@media only screen and (min-width: 1201px) { 
	.only-mobile{display: none !important;}
	.mobile-only{display: none !important;}
}
@media only screen and (max-width: 1200px) { /* MOBILE */
	.only-desktop{display: none !important;}
	.desktop-only{display: none !important;}
}

@media only screen and (min-width: 1001px) { /* DESKTOP */
	.only-small-mobile{display: none !important;}
}



.escp-grid, 
.content, 
.header, 
.footer .inner-footer{
    max-width: 1366px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.footer{
	background: #000033;
    padding-top: 50px;
    padding-bottom: 30px;
	margin: 0;
}

/* FIXED HEADER START*/

.header{
    max-width: unset;
    position: fixed;
    width: 100%;
    z-index: 100;
}

/* FIXED HEADER END*/

html {
  scroll-behavior: smooth;
}

html, body{
	overflow-x: hidden;
}

.content{
    padding-left: 100px;
    padding-right: 100px;
}

@media only screen and (max-width: 1000px){
	.content, .header, .footer .inner-footer{
        padding-left: 25px;
        padding-right: 25px;
    }
}

a, p, span, li, body, p, h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
	color: #000033;
}

p{
	font-size: 15px;
	line-height: 23px;
}

a{
	transition: .2s;
}

a:focus, a:hover{
	color: #f5266a;
	outline: none;
}

h1{
    font-size: 50px;
}

h3,
h2{
    font-size: 32px;
    line-height: 130%;
    font-weight: 900;
}

h3 sup,
h2 sup{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

sup{
    top: unset;
    bottom: -10px;
}


@keyframes movingbg {
  from {background-position:  100% 0;}
  to {background-position:  -10% 0;}
}

.wave-bg:before{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/waves2-strong-short.svg);
    left: 0;
    top: 0;
    opacity: 0.2;
    background-size: 120%;
    
}

.wave-anim:after{
	animation: movingbg 10s linear infinite;
}

.section-triangle-bg{
    background-image: url(https://cdn.trinityaudio.ai/wp-content/uploads/2020/01/triangle-bg.jpg);
    background-position: -99% -29%;
    bottom: 0;
}

.banner-block:after,
.bg-white-waves:after{
    width: 100%;
    height: 100%;
	background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/waves2.svg);
    background-size: 150%;
    background-position: center;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    opacity: 1;
    z-index: 1;
    left: 0;
}

.bg-white-waves.lighter:after{
    opacity: 0.5;
}

.bg-white-waves > .wpb_column {
    z-index: 2;
}

h1{
    font-weight: 900;
    line-height: 120%;
    margin: 0;
}

@media only screen and (max-width: 1000px){
    h1{
        font-size: 25px;
	}
}


.subtitle p{
    font-size: 18px;
    font-weight: 600;
}

.vc_row-has-fill p,
.vc_row-has-fill h2{
    color: white;
}

.white-text > .wpb_wrapper > *{
	color: white;
}

.colored-text > .wpb_wrapper > *{
	color: #f5266a;
}

.dark-text > .wpb_wrapper > *{
	color: #000033;
}

.intent-large p{
    padding-left: 50px;
}

.intent-small p{
    padding-left: 25px;
}

.image-caption p{
    font-size: 36px;
    line-height: 120%;
    font-weight: 900;
    max-width: 350px;
    z-index: 3;
    position: relative;
    float: right;
    text-shadow: 0px 1px 1px rgba(70, 56, 0, 0.35);
    padding-bottom: 30px;
}

.image-caption.right p{
    margin-right: 100px;
}

@media only screen and (max-width: 1000px){
    .subtitle p{
		font-size: 16px;
		line-height: 130%;
    }
	.image-caption.right p{
		margin-right: unset;
	}
}

.c2a:hover{
    opacity: 0.7;
}

.ult-vc-seperator.top_seperator{
    top: -2px !important;
}




















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

}

.logo img{
    transition: .2s;
}

.logo img{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}


.logo:hover img{
    transform: translatey(-50%) scale(1.05);
}

.header{
    padding-top: 10px;
    padding-bottom: 10px;
	transition: 0.5s;
}

.header .nav .panel{
    display: none;
}

.header .nav .hamburger img.close{
    display: none;
}

.header .nav .hamburger{
    float: right;
    padding: 7px 0;
	width: 35px;
	cursor: pointer;
}

.header .nav .cta{
    float: left;
    margin-right: 40px;
}

.header .logo{
    display: inline-block;
}

.header.sticky {
    background: rgba(255,255,255,0.95);
    /* transition: 0.5s; */
    box-shadow: 0px 5px 35px 0px rgba(0,0,0,0.05);
}

.header .nav{
    float: right;
}

.cta .menu-item{
    background: white;
    box-shadow: 0px 12px 16.2px 1.8px rgba(12, 15, 148, 0.15);
    border-radius: 20px;
    padding: 0;
	font-weight: 500;
}

.cta .menu-item a{
    color: #000033;
    font-size: 15px;
    padding: 12px 32px;
    line-height: 16px;
}

.cta .menu-item:hover{
    background: #f5266a;
    color: white;
}

.cta .menu-item:focus,
.cta .menu-item:active{
    box-shadow: none;
    outline: none;
}


.header.style-white .logo .version-white{
    
}

.header.style-dark .logo .version-white{
    display: none;
}

.header.style-white .logo .version-dark{
    display: none;
}

.header.style-white .bar{
    background: white;
}

.header.style-white.sticky .bar{
    background: #000033;
}

.header.style-white .active .bar{
    background: #000033;
}

.header.sticky .logo .version-white{
    display: none !important;
}

.header.sticky .logo .version-dark{
    display: block !important; 
}

.header .logo a{

}

.header .logo a img{
    width: 120px;
}



/* ANIMATED MENU START*/

.menu-animation,
.menu-animation *,
.noselect *,
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.menu-animation{
    height: 30px;
    width: 30px;
    position: relative;
}

.menu-animation .bar{
    display: block;
    width: 30px;
    height: 6px;
    background: black;
    position: absolute;
    border-radius: 10px;
    transition: 0.1s;
}

.menu-animation.active .bar{
    width: 36px;
    transition: 0.1s;
}

.menu-animation .bar.top{
    top: 0;
}

.menu-animation .bar.bottom{
    bottom: 0;
}

.menu-animation .bar.middle{
    top: 50%;
    transform: translatey(-50%);
    width: 23px;
}

.menu-animation.active .bar.top{
    transform: rotate(45deg) translatey(-50%);
    top: 50%;
    margin-left: -4px;
    margin-top: -1px;
}

.menu-animation.active .bar.middle{
    left: 200px;
}

.menu-animation.active .bar.bottom{
    transform: rotate(-45deg) translatey(-50%);
    top: 50%;
    margin-right: 5px;
    margin-top: -1px;
}

.menu-animation:hover .bar.top{

}

@media only screen and (min-width: 1001px){
	.menu-animation:hover .bar.middle{
		margin-left: -5px;
		transition: 0.3s;
	}
}


.menu-animation:hover .bar.bottom{

}

.menu-animation.active:hover{
    transform: scale(1.2);
}

.menu-animation.active{
    transition: .2s;
}

/* ANIMATED MENU END*/







.header .nav .panel{
    display: block;
	margin-right: -1000px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
	min-height: 100vh;
    background: white;
    box-shadow: 0px 17px 21.87px 5.13px rgba(12, 15, 148, 0.15);
    padding: 30px;
    width: 400px;
	max-width: 100%;
    z-index: 5;
    transition: .5s;
    transition-timing-function: ease;
}

.header .nav .panel > div{
    position: relative;
    height: 100%;
}

.header .nav .panel .menu{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    max-width: 400px;
}

.header .nav .panel .menu li{
    display: block;
    width: 100%;
    padding: 15px 0;
    margin: 15px 0;
}

.header .nav .panel .menu li a{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.header .nav .panel .menu li.current-menu-item a{
    font-weight: 800;
}

@media only screen and (max-width: 1000px){
    .header .nav .panel .menu li{
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


.current-menu-item a{
    color: #f5266a;
}

.header .nav .panel .menu li.menu-item-has-children ul li{
    margin: 0;
    padding: 0 10px 10px 0;
    display: inline-block;
    width: auto;
}

.header .nav .panel .menu li.menu-item-has-children ul li a{
    font-size: 14px;
    text-transform: unset;
    font-weight: 400;
    padding: 0;
}

.header .nav.main .cta,
.header .nav.main .hamburger{
    z-index: 100;
    position: relative;
}

.header .nav.main.panel-open .hamburger img.open{
    display: none;
}

.header .nav.main.panel-open .hamburger img.close{
    display: block;
}

.header .nav.main.panel-open .panel{
    
}


@media only screen and (max-width: 1000px){
    .header .nav.main .cta{
        display: none;
    }
    .header .nav.main.panel-open .cta{
        display: block;
        float: left;
    }
    
    .header .nav.main.panel-open{
        width: 100%;
    }
}




.loading-overlay{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 1000;
    transition: .5s;
}



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

    .banner .banner-text-container,
    .banner .banner-image-container{
        width: 50%;
        vertical-align: top;
    }
    
    .banner .banner-text-container{
        z-index: 10;
        position: relative;
    }
    
    .banner .banner-image-container{
        z-index: -10;
        position: relative;
    }
    
    .banner .banner-image-container .main-image{
        width: 170%;
        left: -30%;
        padding-right: 25px;
        top: -30px;
        transform: none;
    }
    
    .main-image .vc_single_image-wrapper:before{
        background-size: 40%;
        left: -25px;
    }
}

.main-image{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    /* ight: -100px;; */
}

.main-image .wpb_wrapper{
    position: relative;
}

.main-image .wpb_wrapper :after{
    width: 100%;
    height: 100%;
    /* background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/waves2.svg); */
	background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/waves2-light-short.svg);
    background-size: 280%;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    opacity: 0.8;
    animation: movingbg 4s linear infinite;
}

.main-image .vc_single_image-wrapper:before{
    width: 100%;
    height: 100%;
    background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/play-btn-line_opt.png);
    background-size: auto;
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center right;
    top: 0;
    z-index: -10;
    left: 100px;
}

@media only screen and (max-width: 1400px){
    .main-image .vc_single_image-wrapper:before{
        left: 50px;
    }
}


@media only screen and (max-width: 1000px){
    .main-image .vc_single_image-wrapper:before{
        left: 0;
		background-size: 60%;
	}
}
















.escp-btn > *{
    cursor: pointer;
    color: #000033;
    font-size: 15px;
    padding: 12px 32px;
    font-weight: 600;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
}

.escp-btn a:focus{
	color: unset;
}

.escp-btn{
    background: white;
    box-shadow: 0px 12px 16.2px 1.8px rgba(12, 15, 148, 0.15);
    border-radius: 20px;
    padding: 0;
}

.escp-btn.size-standard{
    display: inline-block;
}

.escp-btn.size-wide{
    width: 100%;
}

.escp-btn.size-medium{
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

.escp-btn.style-filled{
    background: #f5266a;
}

.escp-btn.style-filled:hover a{
    color: white;
}

.escp-btn.style-filled-dark.style-filled > *{
    color: white;
}

.escp-btn.style-filled-dark.style-filled{
    background: #000033;
}

.escp-btn.style-filled-dark.style-filled:hover{
    background-color: #f5266a;
}

.escp-btn.style-filled-dark.style-filled:hover > *{
    color: #000033;
}

.banner .escp-btn{
    margin-right: 25px;
}


@media only screen and (max-width: 1200px){
	.banner .escp-btn{
		margin-right: 0;
		margin-bottom: 15px;
		min-width: 220px;
	}
}

.escp-btn.style-text{
    box-shadow: none;
}

.escp-btn.style-text > *{
    padding: 0 25px;
    color: #f5266a;
}

.escp-btn.style-text:hover > *{
    color: #000033;
}

.escp-btn.style-text:hover{
    box-shadow: none;
    background: none;
}

.escp-btn.style-white-w-pink-text p,
.escp-btn.style-white-w-pink-text a{
    color: #f5266a ;
}

.escp-btn.style-white-w-pink-text p:hover,
.escp-btn.style-white-w-pink-text a:hover{
    color: #000033 ;
}

.escp-btn{
    transition: .2s;
}

.escp-btn:hover{
    box-shadow: 0px 10px 26.2px 1.8px rgba(12, 15, 148, 0.10);
}

.icon-text h3{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.icon-text{
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 85px;
    padding: 0 40px;
}

@media only screen and (max-width: 1000px){
	.escp-btn.size-medium{
		width: 100%;
		max-width: 450px;
	}
}


.short-text-blocks-container .wpb_text_column{
    max-width: 410px;
}

.short-container{
    max-width: 580px;
    margin: 0 auto;
}


























.chosen-container-single .chosen-single span {
    line-height: 50px;
    margin-top: -24px;
}


.gform_wrapper ul.gform_fields li.gfield{
    display: inline-block !important;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
}

.gform_wrapper li > .gfield_label{
    display: none !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half:before{
    display: none;
}


.gform_wrapper ul.gform_fields li.gfield.dropdown-toggler-content .gfield_radio li label,
.dropdown-toggler-button span,
.gform_wrapper input::placeholder,
.chosen-container-single .chosen-single,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.chosen-container-single .chosen-single span{
    font-size: 18px;
    color: white;
}

.dropdown-toggler-button span,
.chosen-container-single .chosen-single,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    padding: 25px !important;
    background: transparent !important;
    border: 2px solid white !important;
    border-radius: 30px !important;
    color: white !important;
    margin: 0 !important;
    display: block !important;    
}

.chosen-container-single .chosen-single span{
    line-height: 50px;
}


.gform_wrapper .gfield_required{
    display: none;
}

.dropdown-toggler-button span:after{
    content: " ^ ";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    transition: .3s;
}

.dropdown-toggler-button.open span:after{
    transform: translatey(-50%) rotate(180deg);
}
body .gform_wrapper select.medium.gfield_select+div.chosen-container-multi[style], body .gform_wrapper select.medium.gfield_select+div.chosen-container-single[style]{
    width: 100% !important;
}

.chosen-container-single .chosen-single{
    background: none;
    border: 2px solid white !important;
    border-radius: 30px !important;
}

.chosen-container .chosen-drop{
    background: none;
    border: none;
    box-shadow: none;
    background: #f5266a;
}

.chosen-search .chosen-search-input{
    display: none;
}


.chosen-container-single .chosen-single{

    
}

.gform_wrapper .gform_body,
.gform_wrapper .gform_footer{
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* *************************************** */
/* *************************************** */
/* INLINE GFORMS RECAPTCHA */
/* *************************************** */
/* *************************************** */

.gform_wrapper form .grecaptcha-badge{
    position: absolute;
    bottom: -75px;
    text-align: center;
    width: 100% !important;
    box-shadow: none !important;
}

.gform_wrapper form{
    position: relative;
}


/* *************************************** */
/* *************************************** */
/* TOGGLER DROPDOWN ELEMENT */
/* *************************************** */
/* *************************************** */

.gform_wrapper .top_label .toggler-dropdown{
    position: relative;
    margin-top: -2px !important;

}

.gform_wrapper .top_label .toggler-dropdown .gfield_label{
    display: block !important;
    position: absolute;
    top: 27px;
    left: 25px;
    font-weight: normal;
    color: white;
    width: calc( 100% - 50px );
    cursor: pointer;
    user-select: none;
    padding-left: 15px;
}

.gform_wrapper .top_label .toggler-dropdown .gfield_label:after{
    display: block;
    position: absolute;
    content: " ";
    width: 15px;
    height: 20px;
    right: 15px;
    background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/caret-down.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 60;
    top: 0;
    transition: .2s;
}

.gform_wrapper .top_label .toggler-dropdown.panel-open .gfield_label:after{
    transform: rotate(180deg);
}

.gform_wrapper .top_label .toggler-dropdown .ginput_container{
    padding: 25px 25px 15px 25px;
    background: transparent;
    border: 2px solid white;
    border-radius: 30px;
    color: white;
    margin-top: 10px;
    display: block;
    min-height: 54px;
}

.gform_wrapper .top_label .toggler-dropdown .ginput_container ul{
    margin-top: 25px;
	display: none;
}

.gform_wrapper ul.gform_fields li.gfield.toggler-dropdown .gfield_radio input{
    display: none;
}


.gform_wrapper ul.gform_fields li.gfield.toggler-dropdown .gfield_radio li label{
    padding-left: 0px;
    color: white;
    margin-top: 10px;
}

.gform_wrapper ul.gform_fields li.gfield.toggler-dropdown .gfield_radio li label:after,
.gform_wrapper ul.gform_fields li.gfield.toggler-dropdown .gfield_radio li label:before{
    content: " ";
    margin-right: 10px;
    display: inline-block;
    width: 6px;
    background: white;
    height: 1px;
    margin-bottom: 4px;
    transition: .2s;
    transition: width .5s;
}

.gform_wrapper ul.gform_fields li.gfield.toggler-dropdown .gfield_radio li label:after{
    content: " ";
    margin-left: 10px;
    opacity: 0;
}

.gform_wrapper ul.gform_fields li.gfield.toggler-dropdown .gfield_radio li:hover label:after{
    opacity: 1;
    width: 20px;
}


.gform_wrapper ul.gform_fields li.gfield.toggler-dropdown .gfield_radio li:hover label{
    font-weight: bold;
}

.gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium{
    width: 100%;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
    max-width: 100% !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
    border: 2px solid white;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0!important;
    border: none !important;
    padding-bottom: inherit !important;
    padding-top: inherit !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gf_half_left, 

.gform_wrapper li.gfield.gfield_error.gfield_contains_required{
    margin-bottom: 10px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required,
.gform_wrapper ul.gform_fields li.gfield{
    padding-left: 10px;
    padding-right: 10px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    color: white;
    margin-top: -35px;
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: 400;
    padding-left: 28px;
    position: absolute;
    z-index: 0;
	width: auto;
    opacity: 0.8;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required input{
    z-index: 30;
    position: relative;
}

.gform_wrapper textarea,
.gform_wrapper textarea::placeholder {
    font-size: 18px;
    color: white;
}

.gform_wrapper div.charleft {
    color: white;
    display: none;
}

.gform_wrapper textarea,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    width: 100% !important;
    padding: 15px 25px !important;
    background: transparent !important;
    border: 2px solid white !important;
    border-radius: 30px !important;
    color: white !important;
    margin: 0 !important;
    display: block !important;
}

.gform_wrapper .gform_footer input[type=submit]{
    background: white !important;
    color: #333366 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    box-shadow: 0px 12px 16.2px 1.8px rgba(12, 15, 148, 0.15) !important;
    transition: .2s !important;
	min-height: unset !important;
    line-height: normal !important;
}

.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper .gform_footer input[type=submit]:focus{
    box-shadow: none;
}

.gform_wrapper .gform_footer input[type=submit]:hover{
    box-shadow: 0px 10px 26.2px 1.8px rgba(12, 15, 148, 0.10);
}

.gform_wrapper .gform_footer{
    padding: 10px !important;
	margin: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.gform_wrapper div.validation_error{
    background: white !important;
    border: none !important;
    border-radius: 20px !important;
    max-width: 500px !important;
    margin: 0 auto !important;
    margin-bottom: 35px !important;
	color: #010134 !important;
}

.gform_wrapper ul.gform_fields li.gfield.toggler-dropdown .gfield_radio li:hover label{
    background: white !important;
    color: #f5266a !important;
}

.gform_wrapper ul.gform_fields li.gfield.toggler-dropdown .gfield_radio li{
    margin: 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield.toggler-dropdown .gfield_radio li label{
    border-radius: 15px !important;
    padding: 5px 10px !important;
}

.gform_wrapper ul.gform_fields li.gfield.toggler-dropdown .gfield_radio li:hover label:after{
    background-color: #f5266a !important;
}

li.gfmc-column li.gfield:last-child{
    margin-bottom: 8px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
margin-top: 8px !important;}



body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
    border: 2px solid #010134 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    color: #010134 !important;
}

.gform_confirmation_wrapper{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}



















.widget-area-container .widget-area{
    display: inline-block;
    min-width: 230px;
    width: 17%;
    vertical-align: top;
}

.widget-area-container .widget-area h3{
    color: #f5266a;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 15px;
}

.widget-area-container .widget-area a,
.widget-area-container .widget-area p{
    color: white;
    font-size: 15px;
}

.widget-area-container .widget-area ul.menu li{
    display: block;
    width: 100%;
}

.widget-area-container .widget-area ul{
    padding: 0;
    margin: 0;
}

.widget-area-container .widget-area ul.menu > li > a{
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
}

.widget-area-container .widget-area ul.menu > li > ul > li a{
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.widget-area-container .widget-area.first{
    
}

.footer i.fab{
    min-width: 25px;
    margin-right: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 20px;
	font-family: 'fontawesome', sans-serif;
}

.first.widget-area img{
    margin-bottom: 10px;
}

.first.widget-area p{
    font-size: 12px;
    font-weight: 500;
}

.footer-bottom-bar p,
.footer-bottom-bar a{
    margin: 0;
    display: inline-block;
    color: white;
    padding: 0;
    font-size: 12px;
}

.footer-bottom-bar div{
    display: inline-block;
}

.footer-bottom-bar{
    margin-top: 35px;
}

.footer-bottom-bar .legal{
    float: right;
}

.footer-bottom-bar .legal li b{
    color: white;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.footer-bottom-bar .legal li:last-child b{
    display: none;
}

.widget-area-container .widget-area.third ul.menu > li > a{
    text-transform: unset;
}

.footer a:hover{
    color: #f5266a;
}

@media only screen and (max-width: 1000px){
    .widget-area-container .widget-area{
        width: 100%;
    }
}

@media only screen and (max-width: 1000px){
    .widget-area-container .widget-area{
        width: calc( 50% - 3px);
        min-width: unset;
    }
    
    .widget-area-container .widget-area.first{
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .footer{
        background-position: -50%;
        background-size: 150%;
    }
    .footer-bottom-bar .legal,
    .footer-bottom-bar .copyright{
        display: block;
        text-align: center;
        float: none;
    }
    .footer-bottom-bar .legal ul{
        align-items: center;
        justify-content: center; 
        margin-bottom: 20px;
    }
}



.footer{
    background-image: url(https://cdn.trinityaudio.ai/wp-content/uploads/2019/02/footer_bg.png);
    background-repeat: no-repeat;
    background-position: 300%;
    background-size: 80%;
}




















.icon-row .wpb_column .wpb_single_image{
    margin: 0;
    margin-bottom: 10px;
}

.icon-row {
    margin-top: 15px;
    margin-bottom: 0;
}

.icon-row .wpb_column {
    vertical-align: top;
}

@media only screen and (max-width: 1000px){
    .icon-row .vc_column-inner{
        padding-left: 3px;
        padding-right: 3px;
    }
    .icon-row .vc_column-inner p{
        font-size: 11px;
        line-height: 120%;
    }
	
	.icon-row{
		text-align: center;
	}
	.mobile-2-cols.icon-row .wpb_column{
		width: 35%;
	}


	.mobile-2-cols.icon-row .wpb_column .vc_column-inner{
		max-width: 120px;
		margin: 0 auto;
	}
}


.cta-banner{
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta-banner h2{
    text-align: center;
    text-transform: uppercase;
    color: #000033;
    font-weight: 900;
    font-size: 35px;
}
















.escp-team-members{
    text-align: center;
}

.escp-team-members .escp-team-member{
    padding: 10px;
    display: inline-block;
    margin-right: -1px;
    margin-left: -2px;
    position: relative;
	cursor: auto;
}

.escp-team-members .escp-team-member .inner-wrapper{
    border: 9px solid #000033;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
}

.escp-team-members .escp-team-member .inner-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.escp-team-members{
    margin-left: -10px;
    margin-right: -10px;
}

.escp-team-members .escp-team-member .description{
    position: absolute;
    bottom: -100px;
    background: #f5266a;
    width: 100%;
    transition: 2.5s;
}


/* HOVER SHOULD BE ACTIVE ONLY ON DESKTOP, MOBILE WILL WORK WITH JQUERY */
@media only screen and (min-width: 768px){ 
	.escp-team-members .escp-team-member:hover .description{
		bottom: 0;
		transition: 0.2s;
	}

	.escp-team-members .escp-team-member:hover .inner-wrapper{
		  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
		  filter: grayscale(0%);
	}
}

@media only screen and (max-width: 767px){ 
	.escp-team-members .escp-team-member.touching .description{
		bottom: 0;
		transition: 0.2s;
	}

	.escp-team-members .escp-team-member.touching .inner-wrapper{
		  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
		  filter: grayscale(0%);
	}
}

.escp-team-members .escp-team-member .description .name{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    display: block;
    margin-top: 10px;
    color: white;
}

.escp-team-members .escp-team-member .description .title{
    margin: 0;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 300;
    color: white;
}

@media only screen and (max-width: 1000px){
    .escp-team-members .escp-team-member{
        min-width: 50%;
    }
    .escp-team-members .escp-team-member:first-child{
        display: block;
        margin: 0 auto;
    }
    .escp-team-members .escp-team-member .inner-wrapper{
        border-width: 5px;
    }
    .escp-team-members .escp-team-member .description .title{
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 100%;
    }
    .escp-team-members .escp-team-member .description .name{
        font-size: 14px;
        margin-top: 5px;
    }
}
















@media only screen and (min-width: 1001px){
	.escp-btn-outer-wrapper{
		display: inline-block;
		vertical-align: middle;
	}
	.escp-btn-outer-wrapper.wrapper-size-medium{
		display: block;
	}
}

@media only screen and (max-width: 1000px){
    .intent-large p{
        padding-left: 30px;
    }
    .wpb_single_image.vc_align_right,
    .wpb_single_image.vc_align_left{
       text-align: center;
    }

    .icon-row .wpb_column{
        width: 25%;
        display: inline-block;
        margin-bottom: 20px;
    }

    .escp-btn-outer-wrapper{
        text-align: center;
    }
    .vc_row.reverse-col-on-mobile{
        display: flex;
        flex-direction:column-reverse;
    }
    .header .nav .hamburger{
        padding-top: 6px;
        padding-bottom: 6px;
    }
	.banner .banner-image-container .main-image {
		width: 140%;
		left: -35%;
	}

}







.navigation{
    white-space: nowrap;
    font-size: 0;
    margin-bottom: 18px;
}

.navigation > div{
    display: inline-block;
    width: 50%;
    white-space: ;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.navigation > .back{
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}

.navigation > .next{
    text-align: right;
}

.navigation > .prev{
    text-align: left;
}


.page-template-template-content .content,
.archive .main > header,
.single-post .article-header{
    margin-top: 100px;
}

.single-post .entry-content,
.single-post .article-meta{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}



.single-post .article-meta .categories{
    margin-bottom: 0px;
}

.single-post .article-meta .categories a{
    color: #f5266a;
    font-weight: 300;
    font-size: 14px;
}

.single-post .article-featured-media img{
    width: 100%;
}

.single-post h1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.single-post .entry-content{
    padding-left: 0;
    margin-top: 45px;
}

.single-post .entry-content p{
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.429;
    letter-spacing: 0.7px;
}

.single-post .entry-content p.has-small-font-size{
    font-size: 10px;
    line-height: 200%;
}

.single-post .entry-content h2{
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-image figcaption{
    text-align: left;
}

.single-post .entry-content .wp-block-image{
    margin-top: 50px;
    margin-bottom: 30px;
}

.article-footer .navigation{
    margin-bottom: 60px;
}

.single-post .article-footer{
    margin-bottom: 120px;
}

.jssocials > .jssocials-shares > .jssocials-share a{
    background: #f5266a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.jssocials{
    display: inline-block;
}

.single-post .article-share{
    position: relative;
    margin-top: 20px;
}

.single-post .article-share .jssocials{
    position: absolute;
    left: 0;
    top: 0;
}

.single-post .article-share .jssocials .jssocials-share{
    display: block;
    margin-top: 15px;
}

.single-post .article-share .jssocials .jssocials-share:first-child{
    /* margin-top: 30px; */
}

.single-post .article-share .jssocials {
    position: absolute;
    left: 0;
    top: unset;
    bottom: 0;
    bottom: unset;
    margin-left: 0;
    margin-bottom: 25px;
}


.single-post .article-header{
    position: relative;
}

.single-post .article-share{
    position: unset;
}

.single-post .article-featured-media{
    position: relative;
}

@media only screen and (max-width: 1000px){
	.single-post .content .main,
	.single-post .content{
		padding-left: 0;
		padding-right: 0;
	}

	.single-post .entry-content,
	.single-post .article-share .jssocials,
	.single-post .article-meta,
	.single-post .navigation{
		padding-left: 25px;
		padding-right: 25px;
	}

	.single-post .byline{
		font-size: 12px;
	}

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

	.single-post .entry-content h2{
		font-size: 18px;
	}

	.navigation > div{
		font-size: 14px;
	}

	.navigation > .back{
		margin-bottom: 10px;
		font-size: 12px;
	}

	.single-post .article-share .jssocials{
		position: static;
		margin-bottom: 20px;
	}

	.single-post .article-share .jssocials .jssocials-share{
		display: inline-block;
		vertical-align: top;

	}
	.single-post .article-share .jssocials .jssocials-share,
	.single-post .article-share .jssocials .jssocials-share:first-child{
		margin-top: 0;
	}

    .article-footer .navigation {
        margin-bottom: 35;
    }
    .single-post .article-footer{
        margin-bottom: 40px;
    }
	.single-post .entry-content{
		margin-top: 0;
	}
}





























.archive article{
    display: inline-block;
    margin-bottom: 80px;
	vertical-align: top;
}

.post-grid article .title,
.archive article .title{
    font-size: 20px;
    margin-bottom: 10px;
}

.post-grid article .categories,
.archive article .categories{
    margin-top: 18px;
    margin-bottom: 0;
}

.post-grid article .entry-content p,
.archive article .entry-content p{
    margin-bottom: 0;
}

.post-grid article .entry-content .excerpt-read-more,
.archive article .entry-content .excerpt-read-more{
    display: none;
}

.post-grid article .categories a,
.archive article .categories a{
    color: #f5266a;
}

.archive article .byline{
    font-size: 12px;
    margin-bottom: 5px;
}

/*
.archive article.layout-narrow{
    width: calc( 50% - 44px );

}

.archive article.layout-narrow:nth-child(odd){
    margin-right: 80px;
    padding-left: 40px;
}

.archive article.layout-narrow:nth-child(even){
    margin-left: 0;
    padding-right: 40px;
}


.archive article.layout-wide{
    width: calc( 100% );
	padding-left: 40px;
	padding-right: 40px;
}
*/

.archive article.layout-narrow{
    width: calc( 50% - 3px );
    padding-right: 20px;
    padding-left: 20px;
}

.archive article.layout-wide{
    padding-left: 20px;
    padding-right: 20px;
	width: calc( 100% );
}


.archive article.layout-wide .article-header .title,
.archive article.layout-wide .entry-content{
    width: calc( 50% - 80px );
    min-width: 350px;
    max-width: 550px;
}

.layout-narrow .wide-only,
.layout-wide .narrow-only{
    display: none;
}

.layout-narrow .narrow-only,
.layout-wide .wide-only{
    display: block;
}

.post-grid article.layout-wide .byline{
	margin-top: 18px;
}
.archive article.layout-wide .byline{
    float: right;
    margin-top: 18px;
}

.small-title h2,
.post-grid .title,
.post-grid h1.page-title,
.archive h1.page-title{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.post-grid .featured-image .image,
.archive .featured-image .image{
	/*
    background-size: cover;
    height: 250px;
	*/
}

.post-grid .layout-wide .featured-image .image,
.archive .layout-wide .featured-image .image{
	/*
    height: 500px;
	*/
}

.post-grid article .featured-image img,
.archive article .featured-image img{
    width: 100%;
}

.archive .footer{
    margin-top: 80px;
}



@media only screen and (max-width: 1000px){
	
	.archive article.layout-wide{
		padding-left: 0;
		padding-right: 0;
	}

}


@media only screen and (max-width: 1000px){
    
    .post-grid article.layout-wide,
    .post-grid article.layout-narrow:nth-child(odd),
    .post-grid article.layout-narrow:nth-child(even),
    .post-grid article.layout-narrow    
    .archive article.layout-wide,
    .archive article.layout-narrow:nth-child(odd),
    .archive article.layout-narrow:nth-child(even),
    .archive article.layout-narrow{
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 70px;
    }
    /*
    .post-grid article .entry-content.excerpt,
    .archive article .entry-content.excerpt{
        font-weight: 600;
    }
    */

}

@media only screen and (max-width: 1300px){
    .single-post .article-footer .article-share .jssocials{
        position: static;
    }

    .single-post .article-footer .article-share .jssocials .jssocials-share{
        display: inline-block;
    }
}

@media only screen and (min-width: 701px) and (max-width: 1300px){
    .single-post header .article-share{
        max-width: 700px;
        margin: 0 auto;
    }
}


/* ****************************** */
/* LEGAL */
/* ****************************** */

/* MAIN LIST */
.legal .wpb_wrapper > ol {
    counter-reset: section;
}

/* MAIN LIST ITEM */
.legal .wpb_wrapper > ol > li {
    list-style: none;
    padding-left: 70px;
    margin-bottom: 30px;
}

.legal .wpb_wrapper > ol > li > h2{
    margin-bottom: 20px;
}

.legal .wpb_wrapper > ol > li:before,
.legal .wpb_wrapper > ol > li > h2{
    font-size: 32px;
    line-height: 130%;
    font-weight: 900;
}

.legal .wpb_wrapper > ol > li:before{
    content: counter(section) " . ";
    counter-increment: section;
    text-align: right;
    width: 70px;
    padding-right: 10px;
}

/* SUB LIST */
.legal .wpb_wrapper > ol > li > ol{
    counter-reset: item;
}

/* SUB LIST ITEM */
.legal .wpb_wrapper > ol > li > ol > li{
    list-style: none;
    padding-left: 40px;
    margin-bottom: 15px;
}

.legal .wpb_wrapper > ol > li > ol > li:before{
    counter-increment: item;
    content: counter(section) "." counter(item);
    position: absolute;
    left: 0;
}

.legal .wpb_wrapper > ol > li > ol > li{
    
}

/* GENERAL LISTING OPTIONS */
.legal .wpb_wrapper > ol > li:before,
.legal .wpb_wrapper > ol > li > ol > li:before{
    position: absolute;
    left: 0;
}

.legal .wpb_wrapper > ol > li,
.legal .wpb_wrapper > ol > li > ol > li{
    position: relative;
}

.legal ol{
    margin-left: 0;
}









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

    
    .banner .banner-image-container .main-image{
        width: 170%;
        left: -30%;
        padding-right: 25px;
        top: -30px;
        transform: none;
    }

}

@media only screen and (min-width: 460px){
    .banner-buttons .escp-btn-outer-wrapper{
        text-align: left;
    }
}








.escp-related-posts{
    font-size: 0;
}

.escp-related-posts .single-item{
    width: calc( 100% / 3 );
    display: inline-block;
    vertical-align: top;
}

.escp-related-posts .single-item .title{
    font-size: 14px;
    font-weight: 700;
    text-transform: normal;
}

.single-post .tags,
.single-post .escp-related-posts{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.tags .tags-title{
    font-weight: bold;
}


.escp-related-posts article{
    width: calc( 100% / 2 );
    display: inline-block;
    vertical-align: top;
    padding: 0px 40px;
}

.escp-related-posts > .inner-wrapper{
    margin-right: -40px;
    margin-left: -40px;
}

.single-post .escp-related-posts article{
    padding: 0px 8px;
    width: calc( 100% / 3 );
}

.single-post .escp-related-posts > .inner-wrapper{
    margin-right: -8px;
    margin-left: -8px;
}

.single-post .escp-related-posts .article-header{
    margin-top: 20px;
}

.single-post .escp-related-posts .title{
    font-size: 16px;
    font-weight: 700;
    text-transform: normal;
    margin-top: 10px;
}

.single-post .escp-related-posts .categories,
.single-post .escp-related-posts .excerpt,
.single-post .escp-related-posts .byline{
    display: none;
}

.escp-related-posts .wide-only{
    display: none;
}

.escp-related-posts .narrow-only{
    display: block;
}

.escp-related-posts{
    padding-left: 25px;
    padding-right: 25px;
}

.single-post .escp-related-posts{
    padding-left: 0;
    padding-right: 0;
}


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

	.escp-related-posts > .inner-wrapper{
		margin-left: 0;
		margin-right: 0;
	}
	

}


.escp-testimonial-carousel{
    max-width: 700px;
    margin: 0 auto;
    margin-top: -280px;
    position: relative;
    z-index: 20;
}

.escp-testimonial-carousel > .inner-wrapper{
    background-color: white;
    padding: 0px 60px 20px;
}

.escp-testimonial-carousel > .inner-wrapper:before,
.escp-testimonial-carousel > .inner-wrapper:after{
    content: "";
    position: absolute;
    display: block;
    width: 130px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.escp-testimonial-carousel > .inner-wrapper:before{
    left: -30px;
    top: -60px;
    background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/quotemark_opt.png);
}

.escp-testimonial-carousel > .inner-wrapper:after{
    right: -30px;
    bottom: -60px;
    background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/quotemark-rotated_opt.png);
}

.escp-testimonial-carousel .avatar{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
    margin-top: -60px;
    transform: translatey(-50%);
    background-size: cover;
    background-position: center;
    background-color: #a1a1a1;
    background-repeat: no-repeat;
}

.single-testimonial .quote{
    font-weight: 200;
    font-style: italic;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 20px;
}

.single-testimonial .name{
    font-size: 15px;
    margin-bottom: 20px;
}

.single-testimonial{
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    padding-top: 60px;
    outline: none !important;
}

.escp-testimonial-carousel > .inner-wrapper{
    box-shadow: 0px 5px 80px -30px rgba(0,1,51,0.22);
}

.escp-testimonial-carousel{
    max-width: 610px;
    margin-top: -160px;
}

#testimonials{
    padding-bottom: 100px;
}

.slick-dots {
    text-align: center;
    margin: 0;
    padding: 0;
}

.slick-dots li{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent;
    margin: 5px;
    border-radius: 50%;
    border: 2px solid #f5266a;
    cursor: pointer;
}

.slick-dots li.slick-active{
    background-color: #f5266a;
}

.slick-dots li button{
    display: none;
}



#testimonials .slick-next,
#testimonials .slick-prev{
    display: none !important;

}

#thank-you-container .escp-btn{
    margin-right: 60px;
    min-width: 200px;
    text-align: center;
}

#thank-you-container h1{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 36px;
}

#thank-you-container h1 strong{
    font-weight: 900;
    font-size: 28px;
}

#thank-you-container{
    background-position: 0 0 !important;
}

#thank-you-container:before{
    width: 100%;
    height: 100%;
	background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/waves2.svg);
    background-size: 150%;
    background-position: center;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    opacity: 1;
    z-index: 0;
    left: 0;
}

#thank-you-container .text{
    max-width: calc( 75% );
    width: 100%;
    float: right;
    min-width: 
}

.plugin-cta{
    margin-left: 40px;
}

.plugin-cta > *{
    color: #ff0066;
}

.plugin-cta:hover > *{
    color: #000033;
}


.plugin-cta:hover{
    background-color: #ff0066;
}



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

	
	.plugin-cta{
		margin-left: 0;
		margin-top: 40px;
	}
	
	.single-post .escp-related-posts{
		padding-left: 20px;
		padding-right: 20px;
	}

}

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

	.single-post .tags,
	.single-post .escp-related-posts{
		padding-left: 25px;
		padding-right: 25px;
	}
    .single-post .escp-related-posts article{
        width: 100%;
        padding: 0;
        margin-bottom: 25px !important;
    }
    
    .single-post .escp-related-posts .article-header{
        margin-top: 0;
    }
		
	#testimonials {
		padding-top: 100px;
	}

	.escp-testimonial-carousel > .inner-wrapper:before, .escp-testimonial-carousel > .inner-wrapper:after{
		width: 60px;
		height: 60px;
	}

	.escp-testimonial-carousel > .inner-wrapper:before {
		left: -0px;
		top: -30px;
	}

	.escp-testimonial-carousel > .inner-wrapper:after {
		right: -0px;
		bottom: -30px;
	}

	.escp-testimonial-carousel > .inner-wrapper{
		padding: 0 30px 10px;
	}

	.escp-testimonial-carousel{
		padding-left: 20px;
		padding-right: 20px;
	}

	.escp-related-posts article:last-child{
		margin-bottom: 0;
	}
	
	#thank-you-container{
		background-position: 30% center !important;
	}

	#thank-you-container .text{
		max-width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	#thank-you-container .escp-btn{
		margin-right: 0;
		margin-bottom: 30px;
	}
    
}

body img.gform_ajax_spinner {
 display: none !important;
}

.gform_confirmation_wrapper{
    margin-top: 30px;
}

.post-grid article .featured-image img, 
.archive article .featured-image img{
    background-color: #f3f3f3;
}

.single-post .escp-related-posts h2{
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.fab{
    font-family: 'FontAwesome';
    font-style: unset;
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.single .entry-content a{
    color: #f5266a;
}

.single .entry-content a:hover{
    text-decoration: underline;
}












/* ****************************** */
/* AUDIO EXPERIENCE */
/* ****************************** */

.escp-btn.audio-experience a{
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    text-align: left;
    position: relative;
    padding-left: 70px;
}

.escp-btn.audio-experience a:before{
    content: "";
    height: 45px;
    width: 45px;
    background: transparent;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translatey(-50%);
}

.escp-btn.audio-experience{
    border-radius: 50px;
}

.escp-btn.audio-experience b{
    display: block;
    font-weight: 800;
}

.escp-btn-outer-wrapper.centered{
    text-align: center;
    display: block;
}

.escp-btn.audio-experience.audio-experience-centered{
    margin-bottom: 50px;
    margin-top: 30px;
}


.escp-btn.audio-experience:not(.playing) a:after{
    opacity: 0;
}

.escp-btn.audio-experience.playing a:before{
    opacity: 0;
}

.escp-btn.audio-experience:not(.playing) a:before{
	background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/btn_play-red_opt.png);
/*     background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/btn_play.svg); */
    background-size: contain;
}

.escp-btn.audio-experience.playing a:after{
    background-image: url(https://cdn.trinityaudio.ai/wp-content/themes/Trinity%20Audio/assets/images/btn_pause.svg);
    background-size: contain;
}

.escp-btn.audio-experience a:after,
.escp-btn.audio-experience a:before {
    content: "";
    height: 45px;
    width: 45px;
    background: 0 0;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translatey(-50%);
}

.escp-btn.audio-experience:not(.no-v-pad) a{
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ****************************** */
/* IMAGE GRID */
/* ****************************** */

.images-row .vc_column-inner > .wpb_wrapper{
    display: flex;
    justify-content: center;
}

.images-row .wpb_wrapper .wpb_single_image{
    max-width: 140px;
    margin: 0 20px;
}

.wpb_single_image.shadow{
    box-shadow: 3px 3px 7px rgba(36,36,36,0.5);
}

/* ****************************** */
/* IFRAME TEMPLATE */
/* ****************************** */

.escp-gallery.wpb_gallery .wpb_image_grid_ul{
    text-align: center;
    text-align: justify;
    text-align-last: justify;
    height: auto !important;
    padding: 10px 20px;
}

.escp-gallery.wpb_gallery{
    margin-bottom: 0 !important;
}

.escp-gallery.wpb_gallery .wpb_image_grid_ul > .isotope-item{
    position: unset !important;
    top: unset !important;
    left: unset !important;
    float: none !important;
    height: 45px !important;
    display: inline-block !important;
    margin: 10px 10px;
}

.escp-gallery.wpb_gallery .wpb_image_grid_ul > .isotope-item img{
    height: 100%;
    width: auto !important;
}

.bg-white-box > .wpb_column{
    background: white;
    box-shadow: 3px 3px 7px rgba(36,36,36,0.5);
}

.bg-white-box{
    padding-bottom: 20px;
    padding-top: 20px;
}

.bg-white-box .wpb_text_column {
    margin-top: 30px;
    margin-bottom: 20px;
}


@media only screen and (max-width: 1000px){
	
	.escp-gallery.wpb_gallery .wpb_image_grid_ul > .isotope-item{
		height: 35px !important;
		margin:  10px 5px !important;
	}

	.escp-gallery.wpb_gallery .wpb_image_grid_ul{
		text-align: center;
		text-align-last: center;
	}

	.bg-white-box{
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* ****************************** */
/* FOOTER SUBSCRIBE */
/* ****************************** */

.archive .footer-subscribe{
	margin-bottom: -80px;
}

.footer-subscribe > .inner-wrapper{
    background-color: rgb(245, 38, 106);
}

.footer-subscribe .escp-grid{
    display: flex;
    justify-content: space-between;
}

.footer-subscribe .escp-grid > *{
    flex: 0 0 50%;
}

.footer-subscribe > .inner-wrapper > *{
    position: relative;
    z-index: 2;
}

.footer-subscribe{
    position: relative;
}

.footer-subscribe .footer-subscribe-head{
    max-width: 500px;
    margin: 16px 0;
}

.footer-subscribe .title{
    margin-top: 10px;
}

.footer-subscribe .text{
    font-size: 24px;
    font-weight: 200;
    color: white;
    line-height: 1.4;
    margin: 0;
}

.footer-subscribe .gform_wrapper .gform_body, 
.footer-subscribe .gform_wrapper .gform_footer{
    max-width: unset;
}

.gform_wrapper ul.gform_fields li.gfield.gf_half_left,
.gform_wrapper ul.gform_fields li.gfield.gf_half_right {
    width: 50%;
}

@media only screen and (max-width: 1000px){
    .footer-subscribe .footer-subscribe-form{
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .footer-subscribe .escp-grid{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .footer-subscribe .escp-grid > *{
        flex-basis: 100%;
    }
    .gform_wrapper ul.gform_fields li.gfield.gf_half_left, .gform_wrapper ul.gform_fields li.gfield.gf_half_right{
        width: 100% !important;
    }
    .footer-subscribe .gform_footer,
    .footer-subscribe .gform_body{
        margin-left: -10px !important;
        margin-right: -10px !important; 
        width: calc( 100% + 20px ) !important;
    }
    .footer-subscribe .gform_wrapper{
        
    }
}


/* ****************************** */
/* TRUSTED BY */
/* ****************************** */

.page-template-template-iframe .footer{
    display: none;
}

.page-template-template-iframe .content{
    min-height: calc( 100vh + 50px );
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 100px;
}

.page-template-template-iframe .content iframe{
    width: 100%;
    height: calc( 100% + 50px );
    position: absolute;
    border: none;
    overflow: hidden;
}

.page-template-template-iframe .content-not-compatible{
    display: none;
}

@media only screen and ( max-width: 700px ){
    .page-template-template-iframe .content-not-compatible{
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%,-50%);
        max-width: 800px;
        text-align: center;
        padding-left: 35px;
        padding-right: 35px;
    }
    .page-template-template-iframe .content-not-compatible h2{
        margin-bottom: 50px;
    }
    .page-template-template-iframe .content{
        display: none;
    }
    .page-template-template-iframe {
        height: calc( 100vh - 100px );
        min-height: 400px;
    }
}

@media only screen and (max-width: 1200px){
    .banner .escp-btn{
        margin-right: 20px;
    }
}

.byline > *{
    display: block;
}


/**
 * FAQ.
 */
 
.vc_toggle_icon,
.vc_toggle_default .vc_toggle_icon::before,
.vc_toggle_default .vc_toggle_icon::after{
    background: none !important;
    border: none !important;
}

.vc_toggle .vc_toggle_title{
    position: relative;
}

.vc_toggle .vc_toggle_title > *{
    font-weight: bold;
}

.vc_toggle .vc_toggle_title:before{
    position: absolute;
    content: "";
    width: 18px;
    height: 16px;
    background-image: url("https://cdn.trinityaudio.ai/wp-content/themes/Trinity Audio/assets/images/arrow.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    margin-top: 8px;
    transition: .2s;
}

.vc_toggle_active.vc_toggle .vc_toggle_title:before{
    transform: rotate(90deg);
}

/**
 * Cookie toolbar.
 */

.cookie_toolbar {
    display: none;
    position: fixed;
    z-index: 999999;
    font-size: 13px;
    color: #fff;
    background-color: #000033;
    width: 100%;
    bottom: 0;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}

.cookie_toolbar.active {
    display: flex;
}

.cookie_toolbar .cookie_toolbar-content {
    flex: 1 1 auto;
}

.cookie_toolbar .cookie_toolbar-buttons {
    flex: 0 0 auto;
}

.cookie_toolbar .cookie_toolbar-buttons button {
	font-family: 'Montserrat',sans-serif;
    line-height: 20px;
    border-color: #ffffff;
    background-color: #f5266a;
    color: #ffffff;
    padding: 6px 10px;
    cursor: pointer;
    border: 1px solid;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.cookie_toolbar .cookie_toolbar-buttons button:hover {
    opacity: 0.8;
}

.cookie_toolbar .cookie_toolbar-content p {
    color: #fff;
    margin: 0;
}

.cookie_toolbar .cookie_toolbar-content p a {
    color: #f5276b;
}

.privacy-link {
    display: table;
}

@media (max-width: 767px) {
    .cookie_toolbar {
        flex-direction: column;
    }

    .cookie_toolbar p {
        font-size: 12px;
    }

    .privacy-link {
        display: inline;
    }

    .cookie_toolbar .cookie_toolbar-buttons {
        margin-top: 20px;
    }
}

@media (min-width: 1001px) {
	.header .nav .panel .menu li{
		padding: 8px 0;
		margin: 8px 0;
	}

	.header .nav .panel .menu li a{
		font-size: 26px;
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.admin-bar .header .nav .panel{
		min-height: calc( 100vh - 32px );
	}
}

.escp-gallery.wpb_gallery .wpb_image_grid_ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.escp-gallery.wpb_gallery .wpb_image_grid_ul > .isotope-item{
    flex: 0 0 auto;
    height: 35px !important;
}

.iframe-content-holder{
    width: 100%;
    height: 100vh;
    position: relative;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
	padding-left: 35px;
}

.vc_row.narrow .wpb_text_column{
    max-width: 700px;
    margin: 0 auto;
}


.cta-banner p{
    font-size: 18px;
    margin: 0;
    margin-bottom: -20px !important;
}

body.single-post .banner-block .gform_wrapper .gform_footer input[type=submit]{
    margin-left: auto !important;
    margin-right: auto !important;
}



.iframe-content-holder iframe{
    width: 100%;
    height: calc( 100% + 50px );
    position: absolute;
    border: none;
    overflow: hidden;
}

.iframe-content-holder .content-not-compatible{
    display: none;
}

@media only screen and ( max-width: 700px ){
    .iframe-content-holder .content-not-compatible{
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%,-50%);
        max-width: 800px;
        text-align: center;
        padding-left: 35px;
        padding-right: 35px;
    }
    .iframe-content-holder .content-not-compatible h2{
        margin-bottom: 50px;
    }
    .iframe-content-holder .demo-iframe{
        display: none;
    }
    .iframe-content-holder {
        height: calc( 100vh - 100px );
        min-height: 400px;
    }
}

.gfield_consent_label{
    color: white !important;
}















p.legal-disclaimer {
    margin-bottom: 0;
    color: white;
}

p.legal-disclaimer a {
    color: white;
    text-decoration: underline;
}

p.legal-disclaimer a:hover {
    color: #000033;
}

.gfield.dislcaimer {
    margin: 0 !important;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #000033 !important;
    border-color: #000033 !important;
    color: #fff !important;
}

.gfield_consent_label{
    max-width: calc( 100% - 50px );
}

.ginput_container_consent > *{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin: 0;
}

.gform_wrapper li .ginput_container_consent input{
    margin-top: 6px;
}

.gform_body .gfield_consent_label{
    max-width: calc( 100% - 50px );
}

.gform_body .ginput_container_consent > *{
    display: inline-block;
    vertical-align: top;
}

.gform_body .gform_wrapper li.hidden_label input{
    margin-top: 6px !important;
}