/*
Theme Name:     Jupiter - LSOP Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme. Usable for CNS branded domains and sites.
Author:         John Purdy, Jim Cox, Steve Garten, Ross Madden, Donna Merwarth 
Theme URI:		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: 	mk_framework
Version:        20200925.1
Domain Path: 	/languages/
*/

.responsive-searchform span input {
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.responsive-searchform span svg {
    fill: #ccc;
    fill: rgba(0,0,0,.3);
    height: 20px;
    width: 19px;
    vertical-align: middle;
}

.responsive-searchform span {
    position: absolute;
    right: 15px;
    bottom: 14px;
}

/* #dept-title {
    background-image: url('https://www.lsop.colostate.edu/wp-content/uploads/sites/6/2020/01/lsop-tie-dye-background-75a-resized.png');
    background-size: cover;
    position: relative;
    z-index: 300;
}

#dept-title a {
    color: rgba(255, 255, 255);
    font-size: 24px;
    vertical-align: middle;
}

#dept-title-wrap {
    margin: 0 auto;
    max-width: 1140px;
    vertical-align: middle;
} */

#dept-header {
    margin: 0 1rem;
    /* padding-bottom: .25rem; */

    padding-bottom: 0 !important;
}

#theme-page A {
    text-decoration: underline !important;
}

@media only screen and (max-width: 600px) { 
    #dept-header {
        background-image: url('https://www.lsop.colostate.edu/wp-content/uploads/sites/6/2020/01/lsop-logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-clip: border-box;
        border-color: rgba(255,255,255,0);
        border-style: solid;
        border-width: 0.25rem;
        height: 75px;
    }
}

@media only screen and (min-width: 600px) { 
    #dept-header {
        background-image: url('https://www.lsop.colostate.edu/wp-content/uploads/sites/6/2020/01/lsop-graphic-csu-colors-2015-linear.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-clip: border-box;
        border-color: rgba(255,255,255,0);
        border-style: solid;
        border-width: 0.25rem;
        height: 75px;
    }
}

.mk-header-padding-wrapper {
    /* padding-top: 217px !important; */
    /* padding-top: 144px !important; */
    /* Other values were clipping page content */
    padding-top: 184px !important;
}

.header-style-2 .mk-header-inner {
    line-height: 120px !important;
}

.add-header-height {
    height: 130px;
}

#responsiveLogoSubsytem IMG {
    float: right;
    height: 90px;
}

#responsiveLogoSubsytem H2 A {
    line-height: 90px;
}

.header-logo img {
    position: relative;
    transform: none !important;
}

@media only screen and (max-width: 400px) { 
    #responsiveLogoSubsytem H2 > A:nth-child(2) {
        display: none !important;
    }
}

@media only screen and (max-width: 900px) { 
    #responsiveLogoSubsytem H2 > A:nth-child(2) {
        line-height: inherit;
        margin-top: 8%;
    }
}

@media only screen and (min-width: 900px) { 
    #responsiveLogoSubsytem H2 {
        min-width: 420px;
    }
}

@media only screen and (max-width: 1140px) { 
    .header-logo, .header-style-4 .header-logo {
	    height: 130px !important;
    }
}


/* Override the CNS A11Y College Background Texture */
.mk-col-1-4:nth-child(4) {
    background: none !important;
}
