/* Reset Styles */
#main{
    padding: 0 !important;
}
#main .fusion-row{
    max-width: 100% !important;
}
.row{
    max-width: 1100px;
    text-align: center;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* End Reset Styles */

/* Transparent header */
.fusion-header-v1 .fusion-header > .fusion-row {
    max-width: 1500px;
}
.fusion-header-v1 .fusion-header .fusion-logo {
    margin-left: 3%;
}
.fusion-header-v1 {
    position: absolute;
    width: 100%;
}
.fusion-header {
    transition: all 0.2s ease;
    background-color: transparent !important;
    background: transparent;
    box-shadow: none !important;
}
#menu-canity-menu .menu-text {
    color: #fff;
}
.fusion-header-v1 .fusion-header .menu-item span {
    transition: color 0.4s ease, font-weight 0.4s ease;
    font-weight: 600;
    opacity: 0.9;
}
.fusion-header-v1 .fusion-header .menu-item span:hover {
    color: #ff9016!important;
    padding-bottom: 0px !important;
    border-bottom: none !important;
}
.fusion-header-v1 .fusion-header .menu-item.current-menu-item.current_page_item span {
     color: #ff9016 !important;
}
.fusion-sticky-shadow {
    transition: all 0.4s ease;
    background: rgba( 52, 118, 171, 0.96 ) !important;
    box-shadow:  0px 10px 30px rgba(24, 88, 146, 0.2) !important;
    background: white;
    color: #FFF !important;
    height: 50px !important;
}
.fusion-sticky-shadow ul li a {
    transition: all 0.4s ease;
    height: 50px !important;
    line-height: 44px !important;
}
.fusion-sticky-shadow .menu-item#menu-item-39777 span,
.logged-in .fusion-sticky-shadow .menu-item#menu-item-26784 span {
    transition: none;
    padding: 5px 10px !important;
    border-bottom: 0px !important;
}
.fusion-sticky-shadow .menu-item#menu-item-39777 span:hover,
.logged-in .fusion-sticky-shadow .menu-item#menu-item-26784 > a > span:hover {
    transition: none;
    border-bottom: 0px !important;
}
.fusion-logo-link {
    transition: all 0.4s ease;
}
.fusion-sticky-shadow .fusion-logo {
    margin-top: 13px
}
.fusion-sticky-shadow .fusion-logo-link {
    transition: all 0.4s ease;
    bottom: 0px;
    position: relative;
    max-width: 70px;
}
.fusion-sticky-shadow .menu-text {
    color: #fff !important;
}
.fusion-header a {
    color: #fff !important;
}
/* End transparent header */

/* Start General Styles */
#video-hero-1{
    height: 45vh;
    color: #fff;
    font-family: 'Tabitha', 'Open Sans', Arial, Helvetica, sans-serif !important;
}
#video-hero-1 .sub-title{
    font-size: 44px;
    margin-top: 10px;
}
#video-section-2 p {
    font-weight: 600;
    font-size: 16px;
}
#video-section-3 p {
    color: #5790a6;
    font-weight: 600;
    font-size: 16px;
}
#video-section-3 .row {
    border: 1px solid #abc2c9;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #ecf2f4;
    padding-top: 10px;
    padding-bottom: 10px;
}
#video-section-5 {
    text-align: center;
    background-image: url('/wp-content/uploads/landing_pages/modules/module-buy-all-background.jpg');
    height: 300px;
    color: #fff;
}
#video-section-5 .row{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#video-section-5 p {
    font-weight: 600;
    font-size: 16px;
}
a.button{
    background-color: #ff9016;
    padding: 15px 10px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    min-width: 200px;
    border-radius: 10px;
    margin: 0px 0;
    cursor: pointer;
    font-weight: bold;
    transition: 1s all;
    margin-bottom: 10px;
}
a.button:hover{
    background-color: #d27610;
    color: #fff;
}
.section-para{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.5;
}

/* Slider */
.landing-page-videos .module-slider {
    width: 90% !important;
    max-width: 2500px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}
.landing-page-videos .module-slider .module-slide {
    padding: 5px;
}
.landing-page-videos .module-slider .module-slide .module-slide-image {
    position: relative;
}
.landing-page-videos .module-slider .module-slide .module-slide-text {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
}
.landing-page-videos .module-slider .module-slide .module-slide-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .5));
}
.landing-page-videos .module-slider .module-slide .module-slide-overlay i {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    padding-top: 13px;
    padding-left: 2px;
    font-size: 16px;
    border: 1px solid #fff;
}
.landing-page-videos .module-slider .module-slide .module-slide-overlay#play {
    display: none;
    cursor: pointer;
}
.landing-page-videos .module-slider .module-slide:hover .module-slide-overlay {
    display: block;
}
.landing-page-videos .module-slider .module-slider-arrow {
    font-size: 40px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
}
.landing-page-videos .module-slider .slick-track {
    margin: auto;
}
.landing-page-videos .module-slider .module-slider-arrow.left {
    right: -50px;
}
.landing-page-videos .module-slider .module-slider-arrow.right {
    left: -50px;
}
.landing-page-videos .module-slider .module-slider-arrow.slick-disabled {
    cursor: initial;
}
.landing-page-videos .module-slider .module-slider-arrow.slick-disabled i {
    opacity: 0.2;
}
.landing-page-videos .module-slider .video-container#lock {
    pointer-events: none;
}
/* End General Styles */

/* Dealing with difficult Customers */
#dealing-with-difficult-customers #video-hero-1 .row{
    position: relative;
    top: 60% !important;
    transform: translateY(-50%);
    width: 590px;
    right: -40px;
}
#dealing-with-difficult-customers span.squiggle svg{
    color: #9eb536;
}
#dealing-with-difficult-customers #video-hero-1{
    background-position: bottom !important;
}
#dealing-with-difficult-customers .primary-colour{
    color: #5790a6;
    font-weight: 600;
    font-size: 16px;
}
#dealing-with-difficult-customers #video-hero-1 .title span:nth-child(1){
    display: block;
    font-size: 90px;
    transform: rotate(-5deg);
    margin-bottom: 40px;
    text-align: left;
}
#dealing-with-difficult-customers #video-hero-1 .title span:nth-child(2){
    display: block;
    font-size: 54px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
    text-align: left;
    padding-left: 135px;
}
#dealing-with-difficult-customers #video-hero-1 .title span:nth-child(3),
#dealing-with-difficult-customers #video-hero-1 .title span:nth-child(4){
    display: inline-block;
    font-size: 80px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
    position: relative;
    margin-right: 10px;
}
#dealing-with-difficult-customers #video-hero-1 .title span:nth-child(3){ /* Margin top offset */
    top: 22px;
}
#dealing-with-difficult-customers #video-hero-1 .sub-title{
    display: inline-block;
    font-size: 54px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
}
@media ( max-width: 768px ) {
    #dealing-with-difficult-customers #video-hero-1{
        box-shadow: inset 0 0 0 2000px rgb(87 144 166 / 30%);
    }
    #video-section-2 .row{
        padding-bottom: 0px;;
    }
    #video-section-4 .row{
        padding-top: 0px;;
    }
}
@media ( max-width: 650px ) {
    #dealing-with-difficult-customers #video-hero-1 .title {
        line-height: 6px;
    }
    #dealing-with-difficult-customers #video-hero-1 .title span:nth-child(3) {
        top: 0px;
        margin-top: 20px;
    }
}

/* End Dealing with difficult Customers */

/* Phone Skills */
#phone-skills #video-hero-1 .row{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 590px;
    right: -40px;
}
#phone-skills span.squiggle svg{
    color: #28689f;
}
#phone-skills #video-hero-1{
    background-position: center !important;
}
#phone-skills #video-hero-1 .row{
    right: 90px;
}
#phone-skills .primary-colour{
    color: #26669d;
    font-weight: 600;
    font-size: 16px;
}
#phone-skills #video-hero-1 .title span:nth-child(1){
    display: block;
    font-size: 90px;
    transform: rotate(-5deg);
    margin-bottom: 50px;
    text-align: center;
}
#phone-skills #video-hero-1 .title span:nth-child(2){
    display: block;
    font-size: 80px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
    text-align: center;
}
#phone-skills #video-hero-1 .sub-title{
    display: inline-block;
    font-size: 54px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
}

/* End Phone Skills */

/* Dealing with disappointed Customers */
#dealing-with-disappointed-customers #video-hero-1 .row{
    position: relative;
    top: 56%;
    transform: translateY(-50%);
    width: 760px;
    right: -80px;
}
#dealing-with-disappointed-customers span.squiggle svg{
    color: #9d591c;
}
#dealing-with-disappointed-customers #video-hero-1{
    background-position: bottom !important;
}
#dealing-with-disappointed-customers .primary-colour{
    color: #5790a6;
    font-weight: 600;
    font-size: 16px;
}
#dealing-with-disappointed-customers #video-hero-1 .title span:nth-child(1){
    display: block;
    font-size: 90px;
    transform: rotate(-5deg);
    margin-bottom: 40px;
    text-align: left;
}
#dealing-with-disappointed-customers #video-hero-1 .title span:nth-child(2){
    display: block;
    font-size: 54px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
    text-align: left;
    padding-left: 135px;
}
#dealing-with-disappointed-customers #video-hero-1 .title span:nth-child(3),
#dealing-with-disappointed-customers #video-hero-1 .title span:nth-child(4){
    display: inline-block;
    font-size: 80px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
    position: relative;
    margin-right: 10px;
}
#dealing-with-disappointed-customers #video-hero-1 .title span:nth-child(3){ /* Margin top offset */
    top: 22px;
}
#dealing-with-disappointed-customers #video-hero-1 .sub-title{
    display: inline-block;
    font-size: 54px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
}

/* End Dealing with disappointed Customers */

/* Dealing with rude Customers */
#dealing-with-rude-customers #video-hero-1 .row{
    position: relative;
    top: 56%;
    transform: translateY(-50%);
    width: 760px;
    right: -80px;
}
#dealing-with-rude-customers span.squiggle svg{
    color: #ead052;
}
#dealing-with-rude-customers #video-hero-1{
    background-position: bottom !important;
}
#dealing-with-rude-customers .primary-colour{
    color: #5790a6;
    font-weight: 600;
    font-size: 16px;
}
#dealing-with-rude-customers #video-hero-1 .title span:nth-child(1){
    display: block;
    font-size: 90px;
    transform: rotate(-5deg);
    margin-bottom: 40px;
    text-align: left;
}
#dealing-with-rude-customers #video-hero-1 .title span:nth-child(2){
    display: block;
    font-size: 54px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
    text-align: left;
    padding-left: 135px;
}
#dealing-with-rude-customers #video-hero-1 .title span:nth-child(3),
#dealing-with-rude-customers #video-hero-1 .title span:nth-child(4){
    display: inline-block;
    font-size: 80px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
    position: relative;
    margin-right: 10px;
}
#dealing-with-rude-customers #video-hero-1 .title span:nth-child(3){ /* Margin top offset */
    top: 22px;
}
#dealing-with-rude-customers #video-hero-1 .sub-title{
    display: inline-block;
    font-size: 54px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
}

/* End Dealing with rude Customers */

/* Email Skills */
#email-skills #video-hero-1 .row{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 590px;
}
#email-skills span.squiggle svg{
    color: #9fc81f;
}
#email-skills #video-hero-1{
    background-position: center !important;
}
#email-skills .primary-colour{
    color: #26669d;
    font-weight: 600;
    font-size: 16px;
}
#email-skills #video-hero-1 .title span:nth-child(1){
    display: inline;
    font-size: 90px;
    transform: rotate(-5deg);
    margin-bottom: 50px;
    text-align: center;
    margin-right: 10px;
    line-height: 1.4;
}
#email-skills #video-hero-1 .title span:nth-child(2){
    display: inline;
    font-size: 80px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
    text-align: center;
}
#email-skills #video-hero-1 .sub-title{
    display: inline-block;
    font-size: 54px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
}

/* End email Skills */

/* Sales Skills */
#sales-skills #video-hero-1 .row{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 590px;
    right: -40px;
}
#sales-skills span.squiggle svg{
    color: #26669d;
}
#sales-skills #video-hero-1{
    background-position: center !important;
}
#sales-skills #video-hero-1 .row{
    right: 90px;
}
#sales-skills .primary-colour{
    color: #26669d;
    font-weight: 600;
    font-size: 16px;
}
#sales-skills #video-hero-1 .title span:nth-child(1){
    display: block;
    font-size: 90px;
    transform: rotate(-5deg);
    margin-bottom: 50px;
    text-align: center;
}
#sales-skills #video-hero-1 .title span:nth-child(2){
    display: block;
    font-size: 80px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
    text-align: center;
}
#sales-skills #video-hero-1 .sub-title{
    display: inline-block;
    font-size: 54px;
    transform: rotate(-5deg);
    margin-bottom: 30px;
}

/* End email Skills */

/* Marketing laptop resolution */
@media
  only screen and (-webkit-min-device-pixel-ratio: 2.0),
  only screen and (   min--moz-device-pixel-ratio: 2.0),
  only screen and (     -o-min-device-pixel-ratio: 2.0/1),
  only screen and (        min-device-pixel-ratio: 2.0),
  only screen and (                min-resolution: 227dpi),
  only screen and (                min-resolution: 2.0dppx) { 
    /* Retina styles here */
    #video-hero-1{
        height: 50vh !important;
        background-size: contain !important;
    }
}
/* Kirrily resolution */
@media (max-width: 1440px) and (max-height: 800px) {
    #video-hero-1{
        height: 50vh !important;
        background-size: contain !important;
    }
}
@media ( max-width: 992px ) {
    #video-hero-1{
        background-size: contain !important;
    }
    #video-section-1 .row{
        padding-bottom: 0;
    }
    #video-section-1 img{
        margin-top: 30px;
    }
    #video-section-3{
        margin: 20px;
    }
    .landing-page-videos .module-slider .module-slider-arrow.left{
        right: -25px;
    }
    .landing-page-videos .module-slider .module-slider-arrow.right{
        left: -25px;
    }
    #dealing-with-disappointed-customers #video-hero-1 .row,
    #phone-skills #video-hero-1 .row{
        right: 0;
    }
}
@media ( max-width: 768px ) {
    #video-hero-1 .row{
        right: auto !important;
        top: 50% !important;
    }
    #dealing-with-disappointed-customers #video-hero-1 .title span:nth-child(3){
        top: -5px;
    }
    #dealing-with-disappointed-customers #video-hero-1 .sub-title{
        line-height: 40px;
    }
    #dealing-with-disappointed-customers #video-hero-1 {
        box-shadow: inset 0 0 0 2000px rgb(251 160 79 / 30%);
    }
    #phone-skills #video-hero-1 {
        box-shadow: inset 0 0 0 2000px rgb(88 164 209 / 30%);
    }
}
@media ( max-width: 650px ) {
    #video-hero-1 .row{
        width: 400px !important;
        max-width: 100%;
    }
}
@media ( max-width: 600px ) {
    #dealing-with-difficult-customers #video-hero-1 .title span:nth-child(1){
        display: inline-block;
        font-size: 54px;
        margin-bottom: 20px;
        text-align: left;
    }
    #dealing-with-difficult-customers #video-hero-1 .title span:nth-child(2){
        display: inline-block;
        font-size: 54px;
        margin-bottom: 30px;
        padding-left: 10px;
    }
    #dealing-with-difficult-customers #video-hero-1 .title span:nth-child(3){
        display: inline-block;
        font-size: 44px;
        margin-bottom: 10px;
        position: relative;
        margin-right: 10px;
    }
    #dealing-with-difficult-customers #video-hero-1 .title span:nth-child(4){
        display: inline-block;
        font-size: 44px;
        margin-bottom: 10px;
        position: relative;
        margin-right: 10px;
    }
    #dealing-with-difficult-customers #video-hero-1 .sub-title{
        font-size: 44px;
    }
}