/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/*
 * Extra Large (XL) Breakpoint: e.g., viewports >= 1400px
 * This will override the 1170px width when the screen is 1400px or wider.
 */
@media (min-width: 1400px) {
    .crm_psychology_tpl .container {
        /* A common width for this breakpoint */
        width: 1320px;
    }
}

/*
 * Super Extra Large (XXL) Breakpoint: e.g., viewports >= 1600px
 * This will override the 1320px width when the screen is 1600px or wider.
 */
@media (min-width: 1600px) {
    .crm_psychology_tpl .container {
        /* A slightly larger width */
        width: 1520px;
    }
}

/*
 * Ultra Large (XXXL) Breakpoint: e.g., viewports >= 1920px (Full HD)
 * This is the final, largest fixed width.
 */
@media (min-width: 1920px) {
    .crm_psychology_tpl .container {
        /* Set to a very wide, fixed size */
        width: 1800px;
    }
}


/*          Knowledgebase       */
.kbitem{
    background-color:#eee;
    padding:20px;
    margin: 15px 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 215px;
}
.kbitem:hover{
    background-color:#dedede;
}
.kbitem .glyphicon{
    font-size: 55px;
    display: block;
    color:#33628a!important;
}
.kbitem h3{
    font-size: 14px;
    color: black;
    font-weight: bold;
}
.kbitem p{
    font-size: 14px;
    color: #333;
}

/*              client area details         */
.clientareadetails_customfields{
    border-top: 1px dashed #ccc;
    margin-top: 25px;
    padding-top: 25px;
}

/* Library - article */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #eee;
}

/* DataTables styles */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white;
    background-color: #33628a;
    border-color: #33628a;
}

/**
 * psychology_portals_and_services 
 */
.psychology_portals_and_services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin: 0 0 5px 0;
}

.psy_portal_and_service_wrapper {
    background-color: #eee;
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 32%;
    margin: 15px 1%;
}

.psy_portal_and_service_wrapper:nth-of-type(3n) {
    margin-right: 0;
}

.psy_portal_and_service_wrapper:nth-of-type(3n+1) {
    margin-left: 0;
}

.psy_portal_and_service_wrapper:hover {
    background-color: #dedede;
}

.psy_portal_and_service_wrapper a:hover {
    text-decoration: none;
    height: 100%;
}

.psy_portal_and_service_wrapper .glyphicon {
    font-size: 55px;
    display: block;
    color: #333333;
}

.psy_portal_and_service_wrapper .title {
    font-size: 14px;
    color: black;
    font-weight: bold;
}
.psy_portal_and_service_wrapper .desc {
    font-size: 14px;
    color: #333;
}

.psy_portal_and_service_wrapper .soon {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

@media (max-width: 649px) {
    .psy_portal_and_service_wrapper {
        width: 48%;
    }
}

@media (max-width: 449px) {
    .psy_portal_and_service_wrapper {
        width: 98%;
    }
}

/* Footer - Socials */
.footer_social{
    /*background-color:#2d577b;*/
    padding:10px;
    text-align: center;
}
.footer_social .social_holder{
    margin:0 auto;
}
.footer_social .social_holder div{
    display: inline-block;
}
.footer_social .social_holder div a{
    color: #8b8b8b;
    text-align: center;
    border-radius: 100%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 21px;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.footer_social .social_holder div.facebook a:hover{
    color:#3B5998;
}
.footer_social .social_holder div.twitter a:hover{
    color:#1DA1F2;
}
.footer_social .social_holder div.gplus a:hover{
    color:#DF4A32;
}
.footer_social .social_holder div.youtube a:hover{
    color:#DF4A32;
}
.footer_social .social_holder div.linkedin a:hover{
    color:#0177B5;
}
.footer_social .social_holder div.pinterest a:hover{
    color:#c8232c;
}
.footer_social .social_holder div.instagram a:hover{
    color:#f09433;
}

