/**
 * Theme Name: EIDSN
 * Theme URI: http://infomedia.com
 * Description: A child theme of the InfoRock parent theme.
 * Version: 1.0
 * Author: Brian Krogsgard
 * Author URI: http://krogsgard.com
 * Tags: theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width, custom-colors
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: inforock
 */

/*Landing Page Styling */

body.page-template-template-landing-page {
    background:url('images/landing-bg.jpg') no-repeat;
    background-size: cover;
    background-position: 0px -90px;
}

body.page-template-template-landing-page #container {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px #000;
}

body.page-template-template-landing-page .wrap {
    width:100%;
}

body.page-template-template-landing-page #content{
    width: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

body.page-template-template-landing-page .hfeed {
    margin:0;
}

body.page-template-template-landing-page #footer {
    font-size:14px;
    font-family: 'Open Sans Condensed', sans-serif;
    border-top:1px solid #ccc;
}

body.page-template-template-landing-page .primary-navigation, body.page-template-template-landing-page #sidebar-primary {
    display:none!important;
}

body.page-template-template-landing-page #slider-holder, body.page-template-template-landing-page #member-login,body.page-template-template-landing-page #member-login-wrap {
    display:none;
}

/* End Landing Page Styling*/

body {
    color:#494949;
    background:#fff;
    font-size:14px;
    line-height:24px;
    font-family: 'Open Sans', sans-serif;
}

#header {
    position: relative;
}

.entry-content {
    max-width: 650px;
    padding-top: 25px;
}

.loop-title, .singular .hfeed .entry-title, .sidebar .widget-title {
    padding-bottom:15px;
    border-bottom:1px solid #ccc;
    font-size:20px;
}

.entry-title a {
    color:#6CA039;
}

.sidebar a {
    text-decoration: none;
    text-transform: uppercase;
    line-height:36px;
}

.wrap {
    width:100%;
}

#site-title a {
    float: left;
    font-size: 0px;
    background: url('images/eidsn-logo.png') no-repeat;
    width: 189px;
    height: 65px;
    background-size: contain;
}

#branding{
    margin-left:30px;
}

#menu-primary.primary-navigation {
    clear:none;
    float:right;
    width:auto;
    font-size:15px;
    text-transform: uppercase;
}

.primary-navigation ul a {
    padding:0;
}

.primary-navigation ul li {
    padding:0 10px;
    border-right:1px solid #ccc;
}

.primary-navigation ul li:last-child {
    border:none;
}

.primary-navigation ul li:hover, .primary-navigation ul li:hover a {
    background:none;
    color:#6ca039;
}

.primary-navigation ul li.current-menu-item a {
    color:#6ca039;
}

#slider-holder {
    width:100%;
    max-height:400px;
}

.soliloquy-container .soliloquy-item {
    display: none;
}

#main {
    max-width:1024px;
    margin:45px auto 0 auto;
}

.sidebar .widget ul {
    margin:0;
    padding:0;
}

.sidebar .widget ul li a {
    color:#494949;
}
#footer-wrap{
    display:flex;
    justify-content: space-evenly;
}
.footer-legal{
    padding: 50px;
}

#footer {
    border-top:1px solid #ccc;
    margin-top:150px;
}

#footer .info {
    padding:25px;
    
    max-width: 430px;
    width: 100%;
}

#footer .info .logo {
    margin: 0px 5px;
    position: relative;
    top: 15px;
}

.member-info{
    float:left;
    width:48%;
    margin:1%;
    padding:7px 15px;
    border:1px solid #ccc;
    -webkit-transition:.3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    min-height:170px;
}

.member-info:hover {
    border:1px solid #6ca039;
    -webkit-transition:.3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.member-info .logo {
    width:150px;
    height:150px;
    float:left;
}

.member-info .logo .hold {
    height:150px;
    width:150px;
    display: table-cell;
    vertical-align: middle;
}

.member-info .logo .hold img {
    width:100%;
}

.member-info .text {
    float: left;
    padding: 10px 0 0 0px;
    width: 267px;
    margin: 15px 0px 0 21px;
}

.member-info .text.center {
    margin:0 auto;
    float:none;
    text-align: center;
}

.member-info .name {
    font-size: 20px;
    text-transform: capitalize;
    color: #6CA039;
}

.member-info .address {
    font-size:14px;
    clear:both;
    display: block;
    margin-top:5px;
}

.member-info .address.line2 {
    margin-top:0;
}

@media(max-width:850px){
    .member-info {
        width:100%;
        clear:both;
    }
    .member-info .logo {
        margin:0 auto;
        height:auto;
        float:none;
    }
    .member-info .text {
        text-align:center;
        float:none;
        padding:10px;
    }
}

.question {
    color:#6ca039;
    font-size:18px;
}

.green {
    color:#6ca039;
}

.button, .menu-toggle, input[type="submit"] {
    background:#6ca039;
    color:#fff;
    text-transform: uppercase;
    border-radius:0;
    font-size:16px;
}

#member-login-wrap {
    position: absolute;
    top:111px;
    right:0;
    z-index: 100;
    background: #6ca039;
    padding:10px;
}

@media(max-width:662px){
    #member-login-wrap {
        top:176px;
    }
}

#member-login {
    float: right;
    min-width:560px;
}

@media(max-width:600px){
    #member-login {
        min-width: inherit;
        width:100%;
    }
}

#member-login .login-username, #member-login .login-password{
    float:left;
    margin:0;
}

#member-login label {
    float:left;
    color:#fff;
    padding: 5px 5px 0 5px;
    min-width:80px;
}

#member-login input[type="submit"] {
    font-size:0px;
    width:23px;
    height:23px;
    background:url('images/login-arrow.png') no-repeat;
    display:block;
    margin: 6px 0 0 5px;
    float: left;
}

#member-login input[type="text"] {
    float:left;
}

#member-login-wrap .login-error {
    padding: 0 15px;
    position: absolute;
    top: -26px;
    right: 0;
    background: #fa0000;
    color: #fff;
}

#member-login-wrap .menu-members-nav-container {
    float:left;
}

ul#menu-members-nav {
    padding:0;
}

ul#menu-members-nav li {
    list-style:none;
    display: block;
    float:left;
    color:#fff;
    border-right:1px solid #fff;
    padding:0px 10px;
}

ul#menu-members-nav li:last-child {
    border:none;
}

ul#menu-members-nav li a {
    color:#fff;
}

#member-login-wrap .logout {
    float:left;
    display:block;
    margin-left:10px;
}

#member-login-wrap .logout a {
    color:#fff;
    background:#619131;
    padding:5px 15px;
    border:1px solid #619131;
}

#member-login-wrap .logout a:hover {
    border:1px solid #90cb54;
}

.directory-group {
    float:left;
    width:235px;
    height:285px;
    margin:5px;
    opacity: 1;
    -webkit-transition:.3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
}

.directory-group:hover {
    -webkit-transition:.3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .8;
}

.directory-group .text {
    font-size:20px;
    font-weight:bold;
    color:#fff;
    text-transform: uppercase;
    text-align:right;
    line-height:20px;
    position: absolute;
    bottom:15px;
    right:15px;
    width:210px;
}

#members ul.list {
    padding:0;
}

#members ul.list li {
    width: 31%;
    margin:1%;
    float:left;
    border:1px solid #ccc;
    padding:25px;
    min-height:275px;
    list-style:none;
    text-align: center;
}

@media(max-width:900px){
    #members ul.list li {
        width:48%;
    }
}

@media(max-width:700px){
    #members ul.list li {
        width:100%;
    }
}

#members ul.list li .name {
    font-size:20px;
    font-weight:bold;
    text-transform: uppercase;
}

#members ul.list li .title {
    font-size:16px;
    text-transform: uppercase;
}

#members ul.list li .company {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 10px 0;
    line-height: 17px;
    min-height:35px;
}

#members ul.list li .company-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 10px 0;
    line-height: 17px;
    min-height:35px;
}

#members ul.list li a {
    color:#6ca039;
}

#members .search, #member-files .search, .searchform input[type="text"], .search-form input[type="text"] {
    padding: 5px;
    clear: both;
    width: 350px;
    font-size:12px;
    border-radius:0;
}

.searchform input[type="submit"], .search-form input[type="submit"] {
    border-radius:0;
    text-transform: capitalize;
    font-size:14px;
}

#member-files .search {
    margin-left:13px;
    margin-right:15px;
    max-width: 250px;
}

#members .heading {
    clear:both;
    font-size:35px;
    padding: 25px 0;
    text-transform: uppercase;
    display: block;
}

ul#files-nav {
    float:left;
    width:100%;
    max-width:230px;
    border-right:1px solid #ccc;
    padding:10px 20px 0 0;
}

ul#files-nav li {
    list-style:none;
    font-weight:bold;
    text-transform: uppercase;
    margin-bottom:5px;
}

ul#files-nav li span.count {
    color: #ccc;
    font-size: 11px;
    margin-left: 2px;
    position: relative;
    top: -2px;
}

ul#files-nav li a {
    color:#494949;
}

ul#files-nav li a:hover {
    color:#6ca039;
}

/* Dropdown Folder List */

ul#files-nav li ul li {
    text-align: left;
    font-size: 12px;
}


.slight-submenu-button {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    float: left;
    cursor: pointer;
    background: url('images/plus.svg');
    position: relative;
    top: 6px;
}
.slight-submenu-button.opened {
    background: url('images/minus.svg');
}

#member-files {
    float:left;
    padding:10px 0 0 25px;
    width:100%;
    max-width:480px;
}

#member-files ul {
    padding-top:15px;
}

#member-files ul li {
    list-style:none;
    margin-bottom:20px;
    background: url('images/file-arrow.png') no-repeat top left;
    padding: 0 0 0 15px;
    background-position: 0 4px;
}

#member-files .name {
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
}

#member-file-form {
    float:left;
    max-width:271px;
    width:100%;
    padding-left:25px;
}

#member-file-form input[type="submit"]{
    float:right;
}

.gform_confirmation_message {
    background: #6ca039;
    color: #fff;
    font-size: 24px;
    padding: 25px;
    text-align: center;
    margin-top: 25px;
}

.validation_error, .validation_message {
    color:#fa0000;
}

.access-denied {
    float: left;
    margin: 25px;
    padding: 5px 15px;
    background: #fa0000;
    color: #fff;
}

.gfield {
    padding:5px 0;
}

.entry-meta {
    display: none;
}

.gfield label {
    font-weight:bold;
}

.gfield input[type='checkbox']{
    width:25px;
}

p.login-submit {
    float:left;
    display: block;
    height:10px;
}

ul.list li .date {
    display: none;
}

#input_4_5 select,
#input_3_4 select {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}