/*
 Theme Name: MindManager
 Author: Jason Brandt
 */

@import url('reset.css');
@import url('global.css');
@import url('header-menu.css');
@import url('footer-menu.css');
@import url('promo-bar.css');
@import url('widgets/pagination-widget.css');
@import url('widgets/share-widget.css');
@import url('widgets/video-widget.css');
@import url('widgets/video_items_list-widget.css');
@import url('acf/acf-featured_items_3_col.css');
@import url('acf/acf-picture_rows.css');
@import url('acf/acf-featured_video_items.css');

 /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/* Page header stuff from sprint 10 */

#hello-bar .menu-language-menu-container {
    float: right;
}

#header-language li {
    float: left;
}

#header-language li a {
    color: #585958 !important;
    font-size: 11px;
    line-height: 44px;
}

#header-language li a:hover {
    color: #3A52A4 !important;
}

#header-language li {
    margin-left: 21px;
    margin-right: 7px;
}

/* New customers template */

.customers-header-container {
    background-color: #ffffff;
}

    .customers-header {
        padding: 25px 0;
    }

        .customers-header-left {
            text-align: center;
            width: 50%;
        }

            .customers-header-left img {
                max-width: 100%;
            }

        .customers-header-right {
            box-sizing: border-box;
            float: right;
            padding-left: 3%;
            width: 50%;
        }

            .customers-header-right h1 {
                font-size: 50px;
                margin-bottom: 15px;
            }

            .customers-header-right p {
                font-size: 18px;
                font-weight: 300;
            }

.customers-container {
    background-color: #f4f4f4;
}

    .customers-sidebar {
        float: right;
        width: 25%;
    }

        .customers-sidebar-content {
            background-color: #ffffff;
            box-sizing: border-box;
            float: right;
            margin-top: 50px;
            padding: 20px 15px;
            width: 100%;
        }

            .customers-sidebar-content-rule {
                background-color: #e7e7e7;
                height: 1px;
                margin: 15px auto;
                width: 80%;
            }

            .customers-filter-heading {
                color: #3b51a3;
                font-size: 22px;
                font-weight: 500;
                margin: 15px;
            }

            .customers-filter-option {
                color: #4c4c4c;
                font-size: 18px;
                font-weight: 300;
                line-height: 40px;
                padding-left: 20px;
            }

            .customers-filter-option input {
                margin: 0 5px 5px 0;
                vertical-align: middle;
            }

    .customers-content {
        font-size: 0;
        margin-bottom: 50px;
        width: 75%;
    }

        .customers-content-customer {
            background-color: #ffffff;
            display: inline-block;
            font-size: 22px;
            height: 365px;
            margin-right: 5%;
            margin-top: 50px;
            overflow: hidden;
            text-align: center;
            vertical-align: top;
            width: 45%;
        }

            .customers-content-customer-logo {
                height: 150px;
                position: relative;
                width: 100%;
            }

                .customers-content-customer-logo img {
                    left: 50%;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%) translateX(-50%);
                    max-width: 176px;
                    max-height: 124px;
                }

            .customers-content-customer h2 {
                color: #3b51a3;
                font-size: 22px;
                font-weight: 500;
            }

            .customers-content-customer p {
                color: #999999;
                font-size: 18px;
                font-weight: 300;
                line-height: 26px;
                margin: 20px;
            }

@media only screen and (max-width: 1199px) {
    .customers-header-left,
    .customers-header-right,
    .customers-sidebar,
    .customers-content {
        float: none;
        width: 100%;
    }

    .customers-header-left .play-video-container {
        margin: 15px auto;
    }

    .customers-content {
        text-align: center;
    }

    .customers-content-customer {
        margin: 25px;
        width: 415px;
    }
}

@media only screen and (max-width: 959px) {
    .customers-content-customer {
        margin: 25px 0;
    }
    .customers-content-customer {
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .customers-content-customer {
        
        width: 100%;
    }
}