/*
Theme Name: SpectrumStarter
Theme URI: http://spectrumstarter.mertzanos.gr/about/
Author: Archimidis Mertzanos
Author URI: https://mertzanos.gr
Description: SpectrumStarter, is a great , simple and responsive Starter WordPress Theme. It is built on the UIkit Framework and uses a very clean design to help you starting fast with theme development. It is a great starting theme for any developer out there with very clean and well commented code. If you want to use it as a plain blog, then feel free to do so! It utilizes a clean design and it is customizer ready. Also this WordPress starter theme, passes the Theme Check tests, so you can use it as a base , create a theme and upload it directly to the WordPress.org.
Version: 0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, threaded-comments, translation-ready,custom-logo
Text Domain: spectrumstarter

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* @media screen and (orientation:landscape) { 
    body {
        display: none !important;
    }
} */

@font-face { 
	font-family:'TradeGothicLTStd-BdCn20';
	src: url('/wp-content/themes/SpectrumStarter-master/fonts/sportstg_fonts/313E20_0_0.eot');
	src: url('/wp-content/themes/SpectrumStarter-master/fonts/sportstg_fonts/313E20_0_0.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/SpectrumStarter-master/fonts/sportstg_fonts/313E20_0_0.woff') format('woff'),
		url('/wp-content/themes/SpectrumStarter-master/fonts/sportstg_fonts/313E20_0_0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
html, body {
    overflow-x: hidden; 
    /*Counter the parallax fog x-axis*/
    background-color: #000;
}
html {
    font-size: 62.5%;
}

.testclass {
    margin: 30;
}
/*-- Landscape mobile -- */
/*-----------------------*/
.landscape_alert {
    display: none;
}
@media screen and (orientation:landscape) 
and (max-device-width: 840px) {
    .landscape_alert {
        position: fixed;
        display: block;
        z-index: 9999;
        width: 100vw;
        height: 100vh;
        background: #fff;
        text-align: center;
    }
    .landscape_alert i {
        font-size: 85px;
        color: #00e5ff;
    }
}


/*-- Login Button -- */
/*-------------------*/
.home_login {
    cursor: pointer;
    position: absolute;
    z-index: 98;
    right: 0;
}
    .home_login h2 {
        padding: 10px 20px 7px 20px;
        margin: 10px;
        border: 1px #fff solid;
        color: #ffffff;
    }
    .contacttrigger {
        cursor: pointer;
    }
/*-- Login Panel -- */
/*------------------*/
.loginpanel {
    transition: all 1s ease;
    transform-origin: center center;
    position: fixed;
    width: 100vw;
    opacity: 0;
    z-index: 0;
    top: 50vh;
}
    .loginpanel a {
        font-family: 'TradeGothicLTStd-BdCn20' !important;
    }
    .loginpanelbox_left,
    .loginpanelbox_right {
        height: 100vh;
    }
    .loginpanelbox_left{
        background: #141450;
    }
    .loginpanelbox_left h1{
        font-size: 8rem;
        color: #fff;
    }
    .loginpanelbox_left .contacttrigger {
        max-width: 200px;
        padding: 5px;
        color: #000000;
        margin-top: 10px;
        background: #fff;
        box-shadow: 0px 6px 20px #000;
        transition: all 0.25s ease;
    }
    .loginpanelbox_left .contacttrigger:hover {
        color: #fff;
        background: #00b0ff;
        transform: scale(1.1,1.1);
        box-shadow: 0px 15px 20px #000;
    }
    .loginpanelbox_right{
        background: #00b0ff;
    }
    .loginpanelbox_right a {
        color: #fff;
    }
    .loginpanelbox_right div {
        height: 20vh;
        background: #fff;
    }
    .loginpanelbox_right div h1 {
        margin-right: -100vw;
        height: 25vh;
        padding-top: 50px;
        font-size: 4rem;
        transition: all 0.5s ease;
    }
    
    @media (max-width: 1040px) {
        /* Login Panel */
        .loginpanelbox_left {
            display: none !important;
        }
        .loginpanelbox_right {
            width: 100vw !important;
            position: absolute !important;
        }
        /* Mob Nav */
        .centernav {
            margin-top: -50px !important;
        }
        /* General */
        .txt_welcome p {
            font-size: 10pt !important;
        }
        .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
            line-height: 0 !important;
        }
        .infopanel_x {
            padding: 0px 30px !important;
        }
        .infopanel_x * {
            font-size: 25px !important;
        }
        .infopanel h1 {
            font-size: 2rem !important;
        }
        .infopanel_form {
            margin: -25px 10px 0px 10px !important;
            width: 90% !important;
        }
        .infopanel_form li {
            margin-bottom: 0px !important;
        }
        .gform_wrapper textarea.medium {
            height: 50px !important;
        }
        .home_grass.balls {
            width: 250px !important;
        }
    }
    .login_close_wrapper {
        position: absolute;
        z-index: 99;
    }
    .login_close {
        float:right;
        height: 65px;
        width: 65px;
        cursor: pointer; 
        transition: all 0.5s ease;
        transform: scale(1,1);
    }
    .login_close:hover {
        transform: scale(1.5,1.5);
    }
    .loginmargin_in {
        margin-right: 0vw !important;
        background: #00b0ff;
    }
    .loginmargin_out {
        margin-right: -100vw;
        background: #fff;
    }
    .login_X1 {
        position: absolute;
        height: 0px;
        width: 3px;
        background: #fff;
        transform: rotate(180deg);
        margin: 10px 30px;
        transition: all 0.5s ease;
    }
    .login_X2 {
        position: absolute;
        height: 0px;
        width: 3px;
        background: #fff;
        transform: rotate(270deg);
        margin: 10px 30px;
        transition: all 0.5s ease;
    }

/*-- Scale Wrappers (for Login and Contact animations) -- */
/*--------------------------------------------------------*/
.bodyscaledown{ /* Infopanel */
    transform: scale(0.8, 0.8);
}
.bodyscaleup{ /* Login Panel */
    transform: scale(3, 3);
}
.scaledown_wrapper {
    transition: all 1s ease;
}
.scaleup_wrapper {
    transition: all 0.5s ease;
    overflow: hidden;
    position: Relative;
}

/*-- Mobile Navigation --*/
/*-----------------------*/
.mob_close {
    float:right;
    height: 65px;
    width: 65px;
    cursor: pointer; 
}
.mob_nav_X1 {
    position: absolute;
    height: 0px;
    width: 3px;
    background: #fff;
    transform: rotate(180deg);
    margin: 10px 30px;
    transition: all 0.5s ease;
}
.mob_nav_X2 {
    position: absolute;
    height: 0px;
    width: 3px;
    background: #fff;
    transform: rotate(270deg);
    margin: 10px 30px;
    transition: all 0.5s ease;
}
.centernav {
    margin: auto;
    width: 300px;
    overflow: hidden;
}
#menu-mobile-nav li {
    opacity: 0;
    transition: all 0.3s ease;
}
#mob_nav {
    position: absolute;
    background: #00b0ff;
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    overflow: hidden;
    transition: all 0.2s ease;
}
#mob_nav a {
    color: #fff;
    font-family: 'TradeGothicLTStd-BdCn20';
    font-size: 6rem;
    line-height: 5rem;
}
#mob_nav ul {
    list-style-type: none;
}
/* -- Info/Contact Panel --*/
/* ------------------------*/
.infopanel {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed;
    z-index: 101;
    background: #eee;
    display: none;
}
.infopanel_left_wrap,
.infopanel_right_wrap {
    position: relative;
    transition: all 0.5s ease-out;
}
.infopanel_left_wrap_bg {
     background: #000;  
}
.infopanel_x{
    text-align: right;
    font-size:20px;
    padding: 10px 30px;
    
}
.infopanel_x * {
    font-size: 43px;
    color: #00b0ff;
    transform: skew(-10deg);
}
.infopanel_left {
    position: absolute; 
    height: 100%;
    background: #00b0ff;
    z-index: 99;
    transition: all 1s ease;
    /* transform: skew(10deg);
    width: 115%;*/
    margin-left: -115%; 
}
    .infopanel_left * {
        /* transform: skew(-2deg); */
    }
    .infopanel_right img {
        /* transform: skew(0deg); */
    }
    .infopanel h1 , .infopanel a {
        font-size: 4rem;
        color: #141450;
    }
.infopanel_right {
    position: absolute; 
    height: 100%;
    background: #fff;
    z-index: 99;
    transition: all 1s ease;
    /* transform: skew(10deg);
    width: 115%;*/
    right: -115%;
}
.infopanel_contact {
    min-height:300px;
    padding: 40px;
}
.infopanel_form {
    margin: 0px 30px; 
     /* transform: skew(-10deg); */
}
.infopanel_form input {
    width: 100%;
    padding: 20px;
    margin-top: 10px;
    transition: all 0.5s ease;
    border: 1px #000 solid;
}
.infopanel_form li {
    opacity: 1;
    transition: all 0.5s ease;
}
.infopanel_form a{
    font-family: 'TradeGothicLTStd-BdCn20';
    font-size: 2rem;
    margin-top: 10px;
}
.formswitch h2 {
    font-size: 3rem;
    font-family: 'TradeGothicLTStd-BdCn20';
    color: #fff;
    background: #00b0ff;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.formswitch h2:hover {
    background: #141450;}

.salesform, 
.gform_wrapper,
.supportform {
    font-family: 'open sans';
    font-size: 15px;
}
.supportform .gform_wrapper form {
    max-height: 75vh;
    overflow-y: scroll;
}
.supportform .gform_wrapper textarea {
    border: 1px solid #000000;
}
.salesform li,
.gform_wrapper li,
.supportform li {
    margin-top: 5px !important;
}
.gform_wrapper .ginput_container,
.gform_wrapper input,
.salesform .ginput_container,
.salesform input,
.supportform .ginput_container,
.supportform input {
    margin-top: 0px !important;
}
.salesform, .supportform {
    display:none;
}

.gform_wrapper input[type="submit"] {
    border: 1px #000 solid;
    padding: 20px;
    cursor: pointer;
}

.gform_wrapper select {
    cursor: pointer;
}

.gform_wrapper ul li.gfield {
    clear: none !important;
    display: inline;
    float: left;
    width: 100%;
}

.gform_wrapper .half {
    display: inline;
    float: left;
    width: 50% !important;
}

.gform_wrapper .full label {
    width: 14.5% !important;
}

.gform_wrapper .full .ginput_container {
    margin-left: 14.5% !important;
    width: 85.5% !important;
}

.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
    width: 100% !important;
}

.gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 0 !important;
    width: 100% !important;
}

.gform_wrapper .gform_footer:not(.top_label) {
    margin-left: 14.5% !important;
}

 /* -- Dot Nav GONE --*/
 /* ------------------*/
.dotnavtest {
    position: fixed;
    right: 0px;
    z-index: 10;
    margin-top: 40vh;
    padding: 20px;
}
.uk-dotnav {
    position: inherit;
    z-index: 10; 
}
.dotnavtest ul {
    list-style-type: none;
}
.dotnavtest [class^="uk-icon"] {
    font-size: 10pt;
    color: #666;
    padding-right: 2pt;
    transition: all 0.5s ease;
    padding-top: 7px;
}
.dotnavtest .uk-active [class^="uk-icon"]{
    font-size: 13pt;
    color: #00b0ff;
    padding-right: 1pt;
}
.txt_dotnav {
    font-family: 'TradeGothicLTStd-BdCn20';
    font-size: 15pt;
    color: #00b0ff;
    position: relative;
    transition: all 0.75s ease;
}
/* -- Sticky Nav -- */
/* ---------------- */
.sticky_nav {
    background: #00b0ff;
    z-index: 10;
    position: relative;
    height: 7vh;
    color: #fff;
    overflow: hidden;
    box-shadow: rgb(0, 0, 0) 0px 1px 20px 0px;
}
    .sticky_nav.uk-active {
        background: #fff;
        height: 7vh !important;
    }
.sticky_nav, .sticky_nav * {
     transition: all 0.75s ease; 
}
.uk-sticky-placeholder {
    background: #000;
}
.sticky_nav_content {
    padding: 0px 30px;
}
.sticky_logo {
    margin-left: -200px;
    max-width: 143px;
}
    .sticky_nav.uk-active .sticky_logo {
        margin: 8px 0px;
    }    
    /* -- Navbar -- */
    /* ------------ */
    #mob_nav {
        opacity: 0;
        width: 0%;
    }
    .offcanvas_toggle {
        float: right;
        font-size: 3rem;
        color: #fff;
        cursor: pointer;
    }
    .sticky_nav .main-navigation {
        background: transparent;
        padding: 0px;
        float: none;
    }
    .sticky_nav.uk-active .offcanvas_toggle {
        color: #000 !important;
    }
    @media (min-width: 1670px){
        .uk-active.sticky_nav .main-navigation {
            margin-left: 64vw;
        }
    }
    @media (max-width: 1669px) {
        .uk-active.sticky_nav .main-navigation {
            margin-left: 50vw;
        }
    }
    .sticky_nav .main-navigation li {
        margin: 0 1vw;
    }
        .uk-active.sticky_nav .main-navigation li {
            margin: 0 0.5vw;
        }
    .sticky_nav .main-navigation li a {
        color: #fff;
        font-family: 'TradeGothicLTStd-BdCn20'; 
        font-size: 20pt;
        letter-spacing: 0px;
        line-height: 2.1;
    }
    .uk-active.sticky_nav .main-navigation li a {
        color: #00b0ff;
    }
    /* -- Active State -- */
    /* -------------------*/
    .uk-active .sticky_nav_content ul {
        padding: 0px 0px;
    }
    .sticky_nav .main-navigation li.current-menu-item a {
        color: #fff;
    }
    .uk-active.sticky_nav .main-navigation li.current-menu-item a {
        color: #999;
    }

/* -- Get In Touch -- */
/* ------------------ */
.txt_gitouch {
    height: 400px;
    background: #fff;
    position:relative;
    z-index: 3;
    padding: 30px 0px;
    box-shadow: 0px 0px 27px 6px #b8b8b8;
}
.txt_gitouch h1 {
    font-size: 8rem;
    color: #141450;
}
.txt_gitouch p {
    font-size: 2.5rem;
    font-family: 'TradeGothicLTStd-BdCn20';
}
.txt_gitouch .contacttrigger{
    font-size: 2rem;
    background: none;
    color: #151551;
    border: 2px #151551 solid;
    border-radius: 0;
    box-shadow: 0px 5px 20px 0px #afafaf;
    transition: all 0.25s ease;
}
.txt_gitouch .contacttrigger:hover {
    color: #fff;
    background: #00b0ff;
    border-color: #00b0ff;
    box-shadow: 0px 15px 20px 0px #afafaf;
    transform: scale(1.1,1.1);
}
.cs_back_wrap {
    padding: 30px;
}
.cs_back {
    font-size: 2rem;
    font-family: 'open sans' !important;
    background: #00b0ff;
    color: #fff;
    border: 2px #151551 solid;
    border-radius: 0;
    box-shadow: 0px 5px 20px 0px #000;
    transition: all 0.25s ease;
    width: 100px;
    margin-bottom:30px;
    padding: 10px;
}
.cs_back_hover {
    color: #fff;
    background: #fff;
    box-shadow: 0px 15px 20px 0px #000;
    transform: scale(1.1,1.1);
    padding:15px;
}

/*-- ABOUT PAGE --*/
/*----------------*/
.about_hero {
    height: 60vh;
    background-image: url('/images/bg6.jpg');
    -webkit-filter: brightness(50%); /* Safari */
    filter: brightness(50%);
    position:relative;
    z-index: 3;
}
.about_content {
    min-height: 40vh;
    background: #fff;
    position:relative;
    z-index: 3;
    padding: 0px;
    
}
.about_content h1 {
    font-size: 4rem;
    color: #0a0a0a;
    text-transform: uppercase;
    font-family: 'TradeGothicLTStd-BdCn20';
    padding: 30px;
}
.about_content p {
    font-size: 1.5rem;
    font-family: 'open sans';
}
.about_content_body {
    padding: 30px;
}
.about_shadow {
    width: 100%;
    height: 250px;
    background-image: url('/images/hero_point.png');
    position: relative;
}

/*-- Timeline --*/
/*--------------*/
.cd-timeline-content h2 {
    font-size: 2rem;
    color: #141450;
    padding: 5px;
    border-bottom: 1px #999 solid;
}
.cd-timeline-content p {
    font-size: 1.25rem;
    font-family: 'open sans';
    background: #e4e4e4;
    /*padding: 5px;*/
    color: #000;
    box-shadow: 0px 3px 9px 0px #b5b5b5;
    text-align: center;
}
.cd-timeline-img {
    background: #00b0ff;
}
.cd-timeline-img span {
    width: 60px;
    height: 60px;
    background: #00b0ff;
    font-size: 35px;
    padding: 12px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
}
#cd-timeline {
    padding-top: 0px !important;
    margin-top: 0px !important;
}
.cd-timeline-content {
    box-shadow: 0px 9px 20px 0px #bfbfbf;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 5%, #eeeeee 16%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 5%,#eeeeee 16%);
    background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 5%,#eeeeee 16%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.cd-timeline-content .cd-date {
    font-size: 2rem;
    font-family: 'open sans';
    text-shadow: 0px 4px 6px #5a5a5a;
    color:#000;
    font-weight: 800;
}

/*-- SOLUTIONS PAGE --*/
/*--------------------*/
.solutions_hero {
    height: 60vh;
    background-image: url('/images/hero_solutions.jpg');
    -webkit-filter: brightness(50%); /* Safari 6.0 - 9.0 */
    filter: brightness(50%);
    position:relative;
    z-index: 3;
}
.solutions_content {
    position:relative;
    z-index: 3;
    padding-top: 50px;
    text-align: center;
    background: #fff;
}
.solutions_content h1 {
    font-size: 4em;
    padding: 30px;
}
.solutions_skew {
    background-image: url('/images/hero_point.png');
    height: 200px;
    position: relative;
    z-index: 2;
}
.solutions_comp {
    background-image: url('/images/solutions_comp.jpg');
    min-height: 50vh;
    margin-top: -200px;
    padding-top: 300px; 
}
.solutions_comp_left {
    text-align: right;
}
.solutions_comp_right{
    padding: 20px 30px 0px 0px;
}
.solutionslist_wrap h1 {
    color: #fff;
    padding-right: 10px;
    font-size: 6rem;
}
.solutionslist_wrap h2 {
    color: #fff;
    font-size: 3rem;
}
.solutionslist_wrap a{
    color: #fff;
}
.solutions_rule_wrap {
    height: 300px;
    overflow-y: hidden;
    transition: all 0.3s ease;
}
.solutions_rule {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    border-left: 3px #fff solid;
    transition: all 1s ease;
}
.solutions_comp_btn {
    margin-top: 20px;
    padding: 10px;
    border: 2px #fff solid;
    width: 80px;
    text-align: center;
    font-size: 12pt;
    color: #FFFFFF;
    font-family: 'TradeGothicLTStd-BdCn20';
    cursor: pointer;
}
.solutions_comp_content {
    width: 50vw;
    margin: 0 auto;
    height: 500px;
    border: 2px #fff solid;
}
.solutions_mem {
    
    min-height: 50vh;
    padding-top: 150px;
}
.solutions_event {
    background-image: url('/images/solutions_event.jpg');
    min-height: 50vh;
    padding-top: 150px;
}
.solutions_ecomm {
    background-image: url('/images/solutions_ecomm.jpg');
    min-height: 50vh;
    padding-top: 150px;
}
.solutions_websites {
    background-image: url('/images/solutions_websites.jpg');
    min-height: 50vh;
    padding-top: 150px;
}
.solutions_livescoring {
    background-image: url('/images/solutions_livescoring.jpg');
    min-height: 50vh;
    padding-top: 150px;
}
/*-- Lazyload --*/
/*--------------*/
.preloader:before { 
    content: url('https://beacardinal.lamar.edu/_files/images/loading.png');
    /* display: block;
     width: 300px;
    height: 300px;  */
}

/*-- Game Day Panel --*/
/*--------------------*/
.gameday_hero {
    height: 60vh;
    -webkit-filter: brightness(50%); /* Safari 6.0 - 9.0 */
    filter: brightness(50%);
    position:relative;
    z-index: 3;
}
.home_gd {
    background: #fff;
    min-height: 50vh;
    background-image: url('/images/home_gd_bg.jpg');
    background-size: cover;
    padding: 30px 60px;
    background-attachment: fixed;
}
.home_gd a {
    color: #fff !important;
}
.home_gd h1,
.home_gd h2,
.home_gd h3 {
    text-shadow: 5px 5px 20px #000;
}
.home_gd h1 {
    font-size: 12rem;
    color: #fff;
}
.home_gd h2 {
    font-size: 6rem;
    color: #fff;
}
.home_gd h3 {
    color: #fff;
    font-size: 4rem;
    padding: 100px 0 20px 0;
}
.home_gd a img {
    padding: 10px 0px;
}

/*-- Game Day --*/
/*--------------*/
.gd_block_1 {
    min-height: 50vh;
}
.gd_block_2,
.gd_block_3,
.gd_block_4 {
    padding: 30px;
}
.gd_block_1 {
    background: #fff;
}
.gd_block_2 {
    background: #141450;
    padding-bottom: 0 !important;
}
.gd_block_3 {
    background: #fff;
    padding-bottom: 0 !important;
}
.gd_block_4 {
    background: #1bb9ff;
}
.gd_block_1 h1,
.gd_block_2 h1,
.gd_block_3 h1,
.gd_block_4 h1 {
    font-size: 5rem;
}
.gd_block_1 img {
    max-height: 500px;
}
.gd_block_2 h1 {
    color: #fff;
}
.gd_block_4 p {
    font-size: 1.5rem;
    font-family: 'open sans';
}

/*--CASE STUDIES: PARENT PAGE--*/
/* GONE */
/*-----------------------------*/
.case_hero {
    height: 60vh;
    background-image: url('/images/hero_case.jpg');
    -webkit-filter: brightness(50%); /* Safari 6.0 - 9.0 */
    filter: brightness(50%);
    position:relative;
    z-index: 3;
}
.case_content {
    background: #222;
    position:relative;
    z-index: 3;
    padding: 0px;
}
.about_content * {
    transition: all 0.1s ease;
}
.case_content h1, .case_box h1 {
    color: #FFFFFF;
    font-family: 'TradeGothicLTStd-BdCn20';
}
.case_content_left {
    padding: 50px 15px 0px 15px;
}
.case_shadow {
    width: 100%;
    -ms-transform: skewY(-3deg); /* IE 9 */
    -webkit-transform: skewY(-3deg); /* Safari */
    transform: skewY(-3deg); /* Standard syntax */
    height: 100px;
    margin-top: -50px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
    background:#222;
    box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.30);
}
.case_shadow_bottom {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 1;
    background:#000;
    box-shadow: 0px -5px 20px 0px #000;
}
.case_box_wrapper {
    background: #222;
}
.case_overhide {
    overflow: hidden;
    height: 560px;
    transition: all 0.5s ease;
}
.case_box {
    height:100%;
    transition: all 0.5s ease;  
}
.case_cover {
    position: relative;
    z-index: 1;
}
.case_overlay {
    width: 0%;
    height: 0%;
    margin-top:-560px;
    position:relative;
    z-index: 0;
    background: rgba(0, 176, 255, 0.70);
    transition: all 0.4s ease;
    border-radius: 0px 0px 500px 0px;
}
.case_box h1 {
    padding: 10px;
    background: rgba(0, 0, 0, 0.0);
    transition: all 0.5s ease;
}
.case_box img {
    padding: 25px;
    max-height:175px;
}
.case_1 {
    background-image: url('/images/case_mock_1.jpg');
}
.case_2 {
    background-image: url('/images/case_mock_2.jpg');
}
.case_3 {
    background-image: url('/images/case_mock_3.jpg');
}
/*--CASE STUDIES: CHILD--*/
/*---------------------*/
.casestudy_hero {
    height: 60vh;
    background-image: url('/images/hero_casestudies.jpg');
    -webkit-filter: brightness(50%); /* Safari 6.0 - 9.0 */
    filter: brightness(50%);
    position:relative;
    z-index: 3;
}
.casestudy_content {
    background: #252525;
    min-height: 100vh;
}
.casestudy_content p {
    font-size: 2.5rem;
    font-family: 'TradeGothicLTStd-BdCn20';
    color: #eee;
}
.network_icon_item {
    font-size: 1.5rem;
    font-family: 'TradeGothicLTStd-BdCn20';
    color: #38383a;
    padding-top: 10px;
}
    .network_icon_item img:hover {    
        border-bottom: 5px #141450 solid;
    }
.network_icon_item img {
    max-height: 150px;
    transition: all 0.5s ease;
}
.casestudy_icons {
    padding: 30px;
    background: #fff;
    min-height: 20vh;
}
.casestudy_icons h1 {
    padding: 10px;
}
.casestudy_icons [class^="uk-icon"] {
    font-size: 15rem;
}
.casestudy_skew {
    background-image: url('/images/casestudy_point.png');
    height: 200px;
    position: relative;
    z-index: 2;
}
.casestudy_parablock1,
.casestudy_parablock2,
.casestudy_parablock3 {
    padding: 30px;
    min-height: 50vh;
}
.casestudy_parablock1 img{
    border-radius: 10px;
}
.casestudy_paragraph_1 {
    text-align: left;
}
.casestudy_parablock2 {
    height: 70vh;
    background: #eee;
}
.casestudy_device {
    float: right;
    position: relative;
    z-index: 1;
    margin-top: -70vh;
    transition: all 0.2s ease;
}
.casestudy_parablock3 {
    background: #252525;
}
.casestudy_paragraph_3 p {
    color: #eee;
    text-align: left;
}
.casestudy_paragraph_3 small {
    color: #fff;
}
.casestudy_paragraph_3 blockquote p {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 25px;
    font-family: 'open sans';
}
/* CS: AFL */
.casestudy_parablock2 {
    background-size: cover;
    background-attachment: fixed;
}
/* CS: BASKNZ */
.casestudy_parablock2.bg_basknz {
    background-image: url('/images/casestudies/bg_basknz.jpg');
    background-size: cover;
    background-attachment: fixed;
}
/* CS: VIKINGS */
.casestudy_hero.hero_vikings {
    background-image: url('/images/casestudies/hero_vikings.jpg') !important;
}
.casestudy_parablock2.bg_vikings {
    background-image: url('/images/casestudies/bg_vikings.jpg');
    background-size: cover;
    background-attachment: fixed;
}
/* CS: TOUCH */
.casestudy_hero.hero_touch {
    background-image: url('/images/casestudies/hero_touch.jpg') !important;
}
.casestudy_parablock2.bg_touch {
    background-image: url('/images/casestudies/bg_touch.jpg');
    background-size: cover;
    background-attachment: fixed;
}
/* CS: MASSWIM */
.casestudy_hero.hero_masswim {
    background-image: url('/images/casestudies/hero_masswim.jpg') !important;
}
.casestudy_parablock2.bg_masswim {
    background-image: url('/images/casestudies/bg_masswim.jpg');
    background-size: cover;
    background-attachment: fixed;
}
/* CS: BRONCOS */
.casestudy_hero.hero_broncos {
    background-image: url('/images/casestudies/hero_broncos.jpg') !important;
}
.casestudy_parablock2.bg_broncos {
    background-image: url('/images/casestudies/bg_broncos.jpg');
    background-size: cover;
    background-attachment: fixed;
}
/* CS: VAFA */
.casestudy_hero.hero_vafa {
    background-image: url('/images/casestudies/hero_vafa.jpg') !important;
}
.casestudy_parablock2.bg_vafa {
    background-image: url('/images/casestudies/bg_vafa.jpg');
    background-size: cover;
    background-attachment: fixed;
}
/* CS: RUGBYUK */
.casestudy_hero.hero_rugbyuk {
    background-image: url('/images/casestudies/hero_rugbyuk.jpg') !important;
}
.casestudy_parablock2.bg_rugbyuk {
    background-image: url('/images/casestudies/bg_rugbyuk.jpg');
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 1040px) {
    .casestudy_device {
        display: none !important;
    }
}
/*--SOLUTIONS--*/
/*-------------*/
.solutions_child_hero {
    height: 60vh;
    -webkit-filter: brightness(50%); /* Safari 6.0 - 9.0 */
    filter: brightness(50%);
    position:relative;
    z-index: 3;
}
.solutions_child_content {
    background: #fff;
    position:relative;
    z-index: 3;
    padding: 0px;
    min-height: 400px;
}
.solutions_child_content h1, .solutions_child_content h2 {
    color: #151551;
    font-family: 'TradeGothicLTStd-BdCn20';
}
.solutions_child_content h1 {
    font-size: 4rem;
}
.solutions_child_content h2 {
    font-size: 2rem;
}
.solutions_child_content_left {
    padding: 50px 15px;
    text-align: right;
}
.solutions_child_content_right {
    padding: 50px 15px;
}
.solutions_child_rule_wrap {
    height: 300px;
    overflow-y: hidden;
    transition: all 0.3s ease;
    padding: 50px 0px;
}
.solutions_child_rule {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    border-left: 3px #141450 solid;
    transition: all 1s ease;
}
.solutions_child_break {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.solutions_child_content_2 {
    /* background-image: url('/images/comp_underlay.jpg'); */
    min-height: 700px;
    background-size: cover !important;
    background-color:#ddd;
}
.solutions_child_content_2 h1{
    color: #222;
    font-family: 'TradeGothicLTStd-BdCn20';
    text-align:center;
    font-size: 3rem;
    padding: 20px 10vw;
}
.solutions_child_content_3 {
    background: #ddd;
}
.solutions_child_content_3 .solutions_child_rule_wrap {
    height: 200px;
}
.solutions_child_content_3 .solutions_child_rule {
    border-left: 3px #888 solid;
}
.solutions_child_content_3 h1{
    color: #222;
    font-family: 'TradeGothicLTStd-BdCn20';
    font-size: 3rem;
    padding: 0px 20px;
}
.solutions_child_content_3 h2 {
    padding: 20px;
    background: #00b0ff;
    color: #fff;
    box-shadow: 0px 7px 15px -2px #000000;
    border: 1.5px #989898 solid;
}
.solutions_child_content_left i { /* glyph icon */
    font-size: 100px;
    padding: 20px;
}
/*--SOLUTIONS: WEBSITES PAGE--*/
/*----------------------------*/
.solutions_website_wrap .feature_grid {
    font-family: 'open sans';
    font-size: 1.5rem;
}
.solutions_website_wrap .feature_grid_left {
    text-align: right;
    font-weight: 800;
}

/*--MEM MGMT PAGE--*/
/*-----------------*/
.mem_hero {
    height: 60vh;
    background-image: url('/images/mem_hero.jpg');
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    position:relative;
    z-index: 3;
}
/*--EVENT MGMT PAGE--*/
/*-------------------*/
.event_hero {
    height: 60vh;
    background-image: url('/images/event_hero.jpg');
    -webkit-filter: brightness(50%); /* Safari 6.0 - 9.0 */
    filter: brightness(50%);
    position:relative;
    z-index: 3;
}
/*--ECOMM PAGE--*/
/*--------------*/
.ecomm_hero {
    height: 60vh;
    background-image: url('/images/ecomm_hero.jpg');
    -webkit-filter: brightness(50%); /* Safari 6.0 - 9.0 */
    filter: brightness(50%);
    position:relative;
    z-index: 3;
}
/*--WEBSITES PAGE--*/
/*-----------------*/
.websites_hero {
    height: 60vh;
    background-image: url('/images/websites_hero.jpg');
    -webkit-filter: brightness(50%); /* Safari 6.0 - 9.0 */
    filter: brightness(50%);
    position:relative;
    z-index: 3;
}
/*--LIVESCORING PAGE--*/
/*--------------------*/
.livescoring_hero {
    height: 60vh;
    background-image: url('/images/livescoring_hero.jpg');
    -webkit-filter: brightness(50%); /* Safari 6.0 - 9.0 */
    filter: brightness(50%);
    position:relative;
    z-index: 3;
}
/*--NEWS--*/
/*--------*/
.home_news {
    padding: 30px;
}
.pt-cv-wrapper .btn-success {
    background-color: #151551;
    border: 0px;
}
    .pt-cv-wrapper .btn-success:hover,
    .pt-cv-wrapper .btn-success:focus {
        background-color: #666;
    }
.pt-cv-content {
    font-family: 'open sans';
    font-size: 1.5rem;
}
.news_wrap {
    margin-top:50px;
}
.news_wrap .post-meta {
    font-family: 'open sans';
}
.news_wrap p {
    font-family: 'open sans';
    font-size: 1.5rem;
    color: #000;
}
.news_wrap h1 a {
    font-family: 'TradeGothicLTStd-BdCn20' !important;
    font-size: 3rem !important;
}
/*--FOOTER--*/
/*----------*/
.footer {
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #424242 11%, #494949 17%, #424242 29%, #0a0a0a 97%);
    background: -webkit-linear-gradient(top, #000000 0%,#424242 11%,#494949 17%,#424242 29%,#0a0a0a 97%);
    background: linear-gradient(to bottom, #000000 0%,#424242 11%,#494949 17%,#424242 29%,#0a0a0a 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0a0a0a',GradientType=0 );
    padding: 0px 30px 30px 30px;
}
.footerlogo,
.footerlinks {
    margin-top: 80px;
}
.footerlinks h1 {
    color:#fff;
    border-bottom: 1px #fff solid;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footerlinks h2 , .footerlinks a {
    color:#fff;
    font-family: 'TradeGothicLTStd-BdCn20';
    font-size: 20px;
}

#menu-footer {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

/*--GENERAL STYLES--*/
/*------------------*/
body a {
    color: #00b0ff;
}
a:hover {
    text-decoration: none !important;
}
.post-content {
    padding: 0px 50px !important; 
}
.post-title {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.sticky_push { /* Push content to prevent sticky nav from covering on anchor */
    padding-top: 5vh;
}
.fadefromblack {
    position: absolute;
    z-index: 5;
    background: #000;
    height: 60vh;
}
.hero_overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.30);
	z-index: 4;
}
.hero_logo_wrapper {
    height: 60vh;
}
.hero_overlay h3{
    color: #fff;
    font-family: 'TradeGothicLTStd-BdCn20';
    font-size: 5rem;
}
.hero_overlay h1 {
    color: #fff;
    font-family: 'TradeGothicLTStd-BdCn20';
    font-size: 8rem;
}
h1, h2, h3, h4 ,h5 {
    font-family: 'TradeGothicLTStd-BdCn20';
}
.opensans {
        font-family: 'open sans' !important;
}
.h1_mask {
    overflow: hidden;
    transition: all 0.75s ease;
}

/*--THEME DEFAULT STYLES--*/
/*------------------------*/

/**
* 1.0 - Default WordPress Classes
**/
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.clearfix{
    clear: both;
}

.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/**
* 2.0 - Elements
**/


body {
  font-family: 'Merriweather',serif;
  line-height: 1.45;
  min-height:1200px;
}

p {margin-bottom: 1.3em;}

h1, h2, h3, h4,h5, h6 {
  font-family: 'TradeGothicLTStd-BdCn20' !important;
  margin:0;
  padding:0;
  font-weight: inherit;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 2.041em;
}

h2 {font-size: 1.953em;}

h3 {font-size: 1.563em;}

h4 {font-size: 1.25em;}

small, .font_small {font-size: 0.8em;}

/**
* 4.0 - Header
*/
.site-header{
  padding:33px 20px;
  margin:40px 0 0 0;
}

.site-header p{
  margin:0 ;
}
.site-title{
  display: block;
  font-size:22px;
  font-family: 'Merriweather-Heavy', serif;
  margin-bottom:8px;
}
.site-title:hover{
    text-decoration:none;
}
.site-subtitle{
  font-size:14px;
}

/**
* 5.0 - Main Navigation
**/
.main-navigation{
  padding:16px 12px;
  margin:0;
  list-style-type: none;
  float:right;
}
.main-navigation li{
  position:relative;
  display:inline-block;
  margin:0 12px;
}
.main-navigation li a{
  font-family: 'Merriweather',sans-serif;
  font-size:13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-navigation li.current-menu-item a{
  color:#e87e04;
}
.main-navigation li a:hover{
  text-decoration:none;
}

/*
* Second Level
*/
.sub-menu{
  display:none;
}

.main-navigation li:hover > .sub-menu{
  padding:0;
  display:block;
  position:absolute;
  top:auto;
  left:0;
}
.sub-menu{
  padding:0;
}
.sub-menu li{
  width: 145px;
  max-width: 175px;
  margin: 5px 0px;
}
.sub-menu li a{
  font-size:12px;
  display: block;
  margin:5px 0 0 5px;
}

/*
* Third Level
*/
.sub-menu li:hover > .sub-menu{
  padding:0;
  display:block;
  position:absolute;
  top:0;
  left:145px;
}


/**
* 5.2 Mobile Menu
**/
#mobile-menu > .uk-offcanvas-bar{
  padding:20px 0 0 0 ;
}
.mobile-navigation{
  padding:0;
  list-style-type: none;
}
.mobile-navigation li a{
  padding:10px 0 10px 5px;
  border-bottom:1px solid #e1e1e1;
  font-size:14px;
  display:block;
}
.mobile-navigation li a:hover{
  text-decoration: none;
}
/**
* 6.0 - Content
**/
.blog-single-entry{
  margin-bottom:60px;
}

.post-content{
  padding:30px 50px;
}
.post-meta{
  font-family: 'Merriweather',sans-serif;
  font-size:12px;
  display:block;
  padding:10px 0;
}
.post-meta > .post-comments{
  margin-left:18px;
  margin-right:18px;
}
.post-title{
  font-family: 'Merriweather-Heavy',serif;
  padding-bottom:40px;
  margin-bottom:40px;
  border-bottom:1px solid #eeeeee;
}
.post-content{
  line-height:30px;
}
.post-read-more{
  margin:10px 0;
  padding:20px 0;
  border-top:1px solid #eeeeee;
}
.read-more-btn{
  font-size:14px;
}
nav.navigation > h2{
   font-size:12px;
}
.nav-links{
    padding:8px 0;
    border-top:1px solid rgba(232,126,4,0.2);
}
.page-numbers{
    margin:0 4px 0 0;
    font-size:12px;
}
a.next{
    float:right;
}
.no-posts-found{
    padding:30px 50px;
}
/*
* Archive Staff
*/
.single-archive-title{
    font-size:14px;
    padding:30px 50px;
    margin-bottom:10px;
}
/**
* 7.0 - Widgets
**/
.widget{
  padding:30px 50px;
  font-size:14px;
  margin: 0 0 30px 0;
}
.widget-title{
  font-size: 20px;
  margin-bottom:30px;
}
.widget ul,
.widget ol{
  padding:0;
  margin:0;
  list-style-type: none;
}

.widget ul li:before,
.widget ol li:before{
  font-family:'FontAwesome';
  content:'\f054';
  font-size:10px;
  margin-right:5px;
  color:#bfbfbf;
}
.widget ul li,
.widget ol li{
  margin: 0 0 10px 0;
}

/**
* 8.0 Comments default styles from https://css-tricks.com/snippets/base-threaded-comments-styling/
**/
.comments-area{
    padding:30px 50px;
}
ol.comment-list{
    list-style: none;
}
.comments-title,
#reply-title{
    font-size:22px;
    font-family: 'Merriweather-Heavy',sans-serif;
    margin-bottom:20px;
}
.comment-body{
    font-size:14px;
    margin-bottom:40px;
    padding-bottom:10px;
    line-height: 25px;
}
ul.children{
    border-left:2px solid #e87e04;
}
.comment-notes{
    font-size:12px;
}
.comment-form label{
    display:block;
    font-size:14px;
}
.comment-form input[type="text"],
.comment-form textarea{
    width: 100%;
    padding: 10px;
    margin: 10px 0 0 0;
    border: 1px solid #ececec;
}
.comment-form input[type="submit"]{
    border:none;
    padding:7px 12px;
    cursor:pointer;
}
.home_bsbrands h1 {
    font-size: 8rem;
    text-transform: uppercase;
    color: #38383a;
    font-family: 'TradeGothicLTStd-BdCn20';
    font-weight: 800;
    text-align: center;
    padding: 20px 0px;
}
h2.supportform_trigger.important, h2.salesform_trigger.important {
    background: #0e1d4e;
}
.page-template-case_study_child blockquote {
    color: #fff;
}


/*-- Package Panel -- */
/*------------------*/
.packagepanel , .packagepanel2 ,.packagepanel3 {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed;
    z-index: 101;
    background: #eee;
    display: none;
   /* top: 50vh;*/
}
    
.packagepanel_left_wrap,
.packagepanel_right_wrap {
    position: relative;
    transition: all 0.5s ease-out;
}
.packagepanel_left_wrap_bg {
     background: #000;  
}
.packagepanel_x{
    text-align: right;
    font-size:20px;
    /*padding: 30px 50px;*/
    
}
.packagepanel_x * {
    font-size: 43px;
    color: #FFF;
    transform: skew(-10deg);
    position: absolute;
    top: 15px;
}
.packagepanel_left {
    position: absolute; 
    height: 100%;
    background: #FFF;
    z-index: 99;
    transition: all 1s ease;
    /* transform: skew(10deg);
    width: 115%;*/
    margin-left: -115%; 
}
    .packagepanel_left * {
        /* transform: skew(-2deg); */
    }
    .packagepanel_right img {
        /* transform: skew(0deg); */
    }
    .packagepanel h1 , .packagepanel a , .packagepanel2 h1, .packagepanel2 a, .packagepanel3 h1, .packagepanel3 a{
        font-size: 3rem;
        color: #FFF;
    }
.packagepanel_right {
    position: absolute; 
    height: 100%;
    background: #FFF;
    z-index: 99;
    transition: all 1s ease;
    /* transform: skew(10deg);
    width: 115%;*/
    right: -115%;
}
.package_feature h1 , .package-header h1 {

   font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase; 
}
.package-conditions {

    background: #141450;
    padding: 30px;
    color: #FFF;
    margin: 5px;
    text-align: left;
    margin-top: 30px;
}
.package-conditions h1 {

    color: #FFF;
    font-size: 20px;
    line-height: 30px;
}
.package-header {

    background: #eee;
    padding: 30px;
}
.package-footer {

      background: #eee;
    padding: 25px;
    position: absolute;
    bottom: 0px;
    /*padding-bottom:85px;*/

}
.package-header h2 {

    font-size: 3rem;
    color: #FFF;
    text-transform: uppercase;

    }
.icon img {

    max-width: 75px;
}
.package_feature {

    padding: 20px;
}
.feature-content {

    text-align: left;
    font-size: 20px;
    margin:5px;
}
.package-container {

    width:70%;
    margin:0 auto;
}
.package-content {

    padding: 30px;
}
.package-container .package_button a {

    color: #000;
    font-size: 16px;
    word-break: break-word;
}
/* Packge Page CSS */

.package_detail_break {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
}

.middle-text {

    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    padding: 0 20px;

}
.middle-text h1 {

    color: #FFF;
}
.solutions_packages  {

    padding: 30px;
}
.solutions_packages .uk-grid {

    margin-left: 0px;
}

.package_box {

    
    padding: 20px;
   
}

.boxes{

   border: 1px solid #000; 
    color: #FFF;
    background: #999;
    border-radius: 5px;
    padding: 30px;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(66,66,66,1);
    -moz-box-shadow: 5px 5px 8px 0px rgba(66,66,66,1);
    box-shadow: 5px 5px 8px 0px rgba(66,66,66,1);
    padding-bottom: 50px;
}


.package_title {

    text-align: center;
    font-size:5rem;
    text-transform: uppercase;
    font-weight: bold;
}
.package_button {

    text-align: center;
    color:#000;
    background: #FFF;
    padding: 10px 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(66,66,66,1);
    -moz-box-shadow: 5px 5px 8px 0px rgba(66,66,66,1);
    box-shadow: 5px 5px 8px 0px rgba(66,66,66,1);
    max-width:250px;
    margin:auto;

}
.package_content p{

    font-size:16px;
    padding: 20px 0;
}

.button-gap {

    padding: 10px;
}

.package-bottom {

    margin:50px auto;
}

.menu-item i._mi, .menu-item img._mi {

    max-width:50px;
}
/* Testimonial Page */

.testimonial.uk-grid:nth-of-type(even) .uk-width-medium-2-3 {

    order:2;
}
.testimonial.uk-grid:nth-of-type(even) .uk-width-medium-2-3 .client-details {

    text-align: right;
}

.testimonial .client-name {

    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
}
.testimonial h3 {

    line-height: 20px;
}
.testimonial .client-image {

    border-radius: 50%;
    margin:15px 0px;
    max-width:100%;
}
.page-template-testimonial .post-title{


       padding: 20px 20px 20px 0!important;
}

.testimonial-box {

    margin:20px;
}

/*-- Pricing Table --*/
.pricing-headers {
    display: inline;
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.pricing-headers h2 {
    font-family: 'TradeGothicLTStd-BdCn20';
    text-align: center;
    font-size: 44px;
}
.pricing-headers p {
    text-align: center;
    font-size: 16px;
    font-family: 'open sans';
}
.pricing-tables {
    display: block;
    float: inherit;
    width: 100%;
    margin: 0 auto;
}
.pricing-tables .uk-width-large-1-3 {
    background: #FFF;
    width: 32%;
    border: 1px solid #e0e0e0;
    padding: 25px 15px;
    margin: 0 1% 30px;
    border-radius: 2px;
}
.pricing-tables .uk-width-large-1-3:first-child {
    margin-left: 0px;
}
.pricing-tables .uk-width-large-1-3:last-child {
    margin-right: 0px; 
}
.pricing-tables h3 {
    text-align: center;
    font-weight: normal;
    font-family: 'open sans' !important;
    font-size: 18px; 
}
.pricing-tables p {
    text-align: center;
    font-weight: normal;
    font-family: 'open sans' !important;
    font-size: 14px;
    opacity: 0.65;
    margin: 10px 0px; 
}
.price-title, .pricing-table-row {
    display: inline;
    float: left;
    width: 100%;
}
.price-title h2, .price-title p {
    display: inline-block;
}
.price-title h2 {
    font-size: 50px;
    font-family: 'open sans' !important;
    font-weight: bold;
}
.price-title p {
    font-family: 'open sans' !important;
    font-size: 14px;
    opacity: 0.65;
}
.price-title {
    text-align: center;
    margin-top: 10px;
}
.pricing-check {
    display: inline;
    float: left;
    color: #00b0ff;
    font-size: 18px;
    margin-right: 10px;
    line-height: 33px;
}
.pricing-description {
    display: inline;
    float: left;
    font-family: 'open sans';
    font-size: 13px;
}
.pricing-row {
    display: inline;
    float: left;
    width: 100%;
    padding: 6px 0 6px 2px;
    position: relative;
    border-bottom: 1px solid rgba(235, 235, 235, 0.45);
    line-height: 32px;
}
.grey-check {
    color: #bdbdbd;
}
.pricing-table-link {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.pricing-table-link a {
    background-color: #151551;
    color: #FFF;
    font-family: 'open sans';
    padding: 10px 15px;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s ease-out;
}
.pricing-table-link a:hover {
    background-color: #00b0ff;
    color: #FFF;
}







