/*
Theme Name: C&I + Total
Theme URI: http://totalwptheme.com
Description: C&I Studios is [an idea agency] that solves marketing challenges with innovative concepts, multimedia, and distribution to organizations around the world. We create ideas with a higher purpose and deliver them to a targeted audience for maximum growth.
Author: Marc Joseph + Patrick Shea
Author URI: https://c-istudios.com
Template: Total
Version: 1.1
*/
/* Parent stylesheet should be loaded from functions.php not using @import */

/*# sourceMappingURL=style.css.map */


/********************* GLOBAL **********************************/


html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

#site-header-sticky-wrapper.is-sticky #site-header {
    background-color: rgba(98, 98, 98, 0.9);
    webkit-box-shadow: none!important;
    moz-box-shadow: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid #FFFFFF;
}

body:not(.home) #site-header-sticky-wrapper.not-sticky #site-header {
    background-color: rgba(98, 98, 98, 1);
    border-bottom: 1px solid #FFFFFF;
}

#site-header-inner {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.navbar-style-one {
    position: relative;
    right: 0; 
    top: 0; 
    margin-top: 0; 
    height: auto; 
}

.header-one #site-logo {
    position: relative;
    z-index: 1;
}

.sf-menu, .sf-menu * {
    float: none!important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#site-logo-inner {
    padding-top: 1em;
}

nav#site-navigation {
    position: relative;
    left: 20px;
}

.sf-menu li {
    position: relative;
    white-space: nowrap;
    width: 100%;
    display: block;
    text-align: center;
}

.navbar-style-one .dropdown-menu>li>a {
    height: auto;
}

#site-navigation a {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#site-navigation a:focus,
#site-navigation a:hover {
  background-color: rgba(0,0,0,0.4);
}

#site-navigation a, #site-navigation .dropdown-menu >.current-menu-item >a {
    color: #FFFFFF!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

#site-navigation .dropdown-menu ul {
    width: 100%;
    border: none;
    background: none;
}

#site-navigation .dropdown-menu ul li {
    margin-bottom:3px;
    background-color: rgba(0,0,0,0.8);
}

#site-navigation .dropdown-menu ul a:hover {
    background: inherit;
}

#site-navigation .dropdown-menu ul li:first-child {
    margin-top: 3px;
}

#site-navigation .dropdown-menu ul a {
    display: block;
    float: none;
    padding: 12px;
    height: auto;
    margin: 0px;
    border: 0px;
    line-height: 1.4em;
    color: #FFF;
    font-size: 18px;
    border-bottom: none;
}

.back-menu-item {
    text-align: right!important;
}

.innerpage-page-header {
    font-family: 'Open Sans',sans-serif;
    text-align: center;
}

.innerpage-title {
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 100px;
    font-weight: 600;
}

.innerpage-title span {
    position: relative;
    top: -35px;
    font-size: 52px;
    font-weight: 300;
}

.innerpage-page-header p:nth-of-type(1) {
margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

.innerpage-page-header hr {
    position: relative;
    display: block;
    clear: both;
    margin: 15px auto;
    width: 50%;
    border: 1px solid;
}

#site-scroll-top {
    border: 3px solid #cd2929;
    color: #cd2929;
}

.footer-widget {padding-bottom: 0;}

.footer-widget .custom-html-widget {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
}

.footer-widget .custom-html-widget a {
    color: #FFFFFF;
}

div#copyright {
    font-size: 16px;
    font-weight: 600;
}

div#copyright a {
    text-decoration: underline;
    color: #FFFFFF;
}

.service-btn {
    color: #0a0a0a!important;
}
.service-btn:hover {
    color: #FFFFFF!important;
}



@media only screen and (max-width: 959px) {
    body:not(.home).has-mobile-menu #site-navigation-wrap {
        display: block;
    }
    body:not(.home) #mobile-menu {
        display: none;
    }
    .mobile-toggle-nav {
        position: relative;
    }
    #site-header {
        background-color: #626262;
        padding-bottom: 1em!important;
    }
    .mobile-toggle-nav {
        padding-bottom: 1em;
    }
}


/********************* HOME PAGE **********************************/

.home-top-section {
    margin-top: -90px;
    border-bottom: 12px solid #ff931f;
}

.home-about-section {
    border-bottom: 12px solid #ff931f;
}

.home-about-section, 
.home-products-section {
    padding-top: 5em;
    padding-bottom: 5em;
    
}

.intro-copy {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
}

.home-intro {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.product-sub-row {
    margin-top: 3em;
}

.product-sub {
    border-bottom: 4px solid #cd2929;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
}

.product-sub sup {
    position: relative;
    top: -20px;
    left: 3px;
    font-size: 20px;
    font-weight: 300;
}

.product-sub-copy {
    padding-left: 1em;
    padding-right: 1em;
}

.product-sub-copy a {
    display: block;
    font-weight: 600;
    text-align: right;
}

.product-sub-copy a:hover {
    color: #ff931f;
}

.vcex-heading-inner {
    display: block;
}

.vcex-post-type-entry-media img {
    width: 100%;
}

.vcex-post-type-entry-details {
    padding: 15px 0;
    border: none;
}

.entry-readmore-wrap {
    text-align: right;
    font-weight: 700;
    padding-top: 15px;
}

.news-superpost {
    margin-top: 3em;
}


.theme-button.outline {
    border-color: #cd2929!important;
}

.home-blog-btn,
.tech-support-btn {
    min-width: 268px;
}

.support-links {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #cd2929;
}

.support-links a:hover {
    color: #ff931f;
}

.contact-info-text {
    text-transform: uppercase;
}

.contact-info-text p strong {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.contact-info-text a {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .home-intro {
    position: relative;
    display: block;
    width: 600px;
    height: 600px;
    margin-top: 120px;
    padding: 12% 3% 0;
    border: 4px solid #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  
  .services-row {
      padding-left: 6em;
      padding-right: 6em;
  }
}

/********************** INNER PAGES **********************/

.edr-header p:nth-of-type(1),
.edr-header hr {
    color: #000000;
}

.rrdf-header h1,
.rrdf-header p:nth-of-type(1) {
    color: #FFFFFF;
}

.enet2-header h1,
.enet2-header p:nth-of-type(1),
.enet7-header h1,
.enet7-header p:nth-of-type(1) {
    color: #cd2929;
}

.enet2-header hr {
    color: #FFFFFF;
}

.rrdf-header hr,
.enet7-header hr {
    color: #cd2929;
}

.edr-header p:nth-of-type(2) {
    font-size: 15px;
    color: #FFFFFF;
}

.rrdf-subtitle h2 {
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.0175em;
    text-align: center;
    text-transform: uppercase;
    color: #cd2929;
}

.rrdf-subtitle h2 span {
    font-weight: 300;
    color: #929292;
}

.rrdf-wide-img {
    margin-top: 2em;
    width: 100%;
    height: auto;
}

.edr-top-right a,
.more-products-copy a {
    position: relative;
    bottom: 0;
    display: block;
    text-align: right;
    color: #cd2929;
    font-weight: 600;
}

.more-products-copy a:hover {
    color: #ff931f;
}

.edr-duo h3, .rrdf-duo h3, .enet2-duo h3, .enet7-duo h3,
.edr-duo h4, .rrdf-duo h4, .enet2-duo h4, .enet7-duo h4 {
    color: #cd2929!important;
    text-transform: uppercase;
}

.edr-duo h3, .rrdf-duo h3, .enet2-duo h3, .enet7-duo h3  {
    margin-bottom: 0;
    font-weight: 700;
}

.edr-duo h4, .rrdf-duo h4, .enet2-duo h4, .enet7-duo h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.rrdf-single a, .enet2-single a, .enet7-single a {
    color: #cd2929;
    font-weight: 600;
    text-transform: uppercase;
}

.enet2-single a, .enet7-single a {
    display: block;
    text-align: right;
}

.more-products-heading h3 {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 300!important;
    color: #0a0a0a;
    text-align: center;
    text-transform: uppercase;
}

.more-products-heading span {
    position: relative;
    top: -12px;
    left: 3px;
    font-size: 28px;
}

.enet7-list-1 p:nth-of-type(1) {
    color: #cd2929;
    padding-left: 2em;
}

#site-scroll-top {
    bottom: 45px;
}


@media screen and (min-width: 1024px) {
    .edr-single, .rrdf-single, .enet2-single, .enet7-single,
    .edr-duo, .rrdf-duo, .enet2-duo, .enet7-duo,
    .edr-tri, .rrdf-tri, .enet2-tri, .enet7-tri {
        padding-left: 10em;
        padding-right: 10em;
    }
}

@media screen and (max-width: 1024px) {
    .services-row {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .services-row .wpb_column {
        clear: both;
        display: block;
        width: 100%;
    }
    .about-copy,
    .products-copy {
        text-align: center!important;
    }
    .product-sub-row .wpb_column {
        width: 100%;
    }
}


@media only screen and (max-width: 959px) {
  body.wpex-mobile-toggle-menu-icon_buttons #site-header-inner.container {
    padding-right: 0!important;
  }
}












