/*
Theme Name:         Storageforce 8 Parent
Theme URI:          http://www.storageinternetmarketing.com
Description:

Version:            1.0
Author:             The Storage Group
Author URI:         http://www.storageinternetmarketing.com

License:            For use by The Storage Group only.
*/

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

.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;
}

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

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;
}


body{
    font-family: Open Sans;
    background-color: #f5f5f5;
    color: #555;
    font-size: 20px;
}

li{
    list-style: disc;
    margin-left: 25px;
}


.pageContent img{
    max-width: 100%;
    height: auto;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.tsg-slider img {
    max-width: 900px;
    min-width: 100%;
    min-height: 324px;
}

#main-slider img{
    min-width: 100%;
}

a{
    color: #395D3B;
    text-decoration: none;
    cursor: pointer;
}

a:hover{
    opacity: .7;
    color: #999;
}
.unslider .prev {
-webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.main-nav{
    background-color: #395D3B;
    color: #fff;
    min-height: 50px;
}

.main-nav a{
    color:#fff;
}

.mainHeader{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

.main-header-message{
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-weight: bolder;
}

h1{
    font-size: 3rem;
    font-weight: 900;
}

/* ADA icon */
.aicon_link {
  top: 40%;
}
/* End ADA icon */

.button1{
    background: #395D3B;
    color: #f9f9f9;
    padding: 5px 10px;
    border-radius: 5px;
    height: inherit;
    border: 0px;
    text-align: center;
}

.map-container {
    background-color: #555;
}

.single-tsg_location .unslider-nav{
    display: none;
}

.socialIcons{
    position: absolute;
    right: 0px;
    text-align: center;
    top: 12px;
    z-index: 9999;
}

.socialIcons .fa{
    font-size: 25px;
    margin-left: 10px;
}

.socialIcons a{
    display: inline-block;
}

.headerInfo{
    padding: 25px 0px 0px;
    background-color: #fff;
}

.main-logo-right-content .button1{
    float: right;
    margin: 0px 0px 0px 10px;
    font-size: 20px;
}

.main-logo-right-content{
    text-align: right;
}

.pageContent{
    padding: 35px 35px;
    background-color: #fff;
}

.pageContent li{
    list-style:disc;
    margin-left: 20px;
}

.unslider li{
    list-style: none;
}

.roundImgBorder{
    border: 10px solid #395D3B;
    border-radius: 50%;
}

.clear{
    clear: both;
}

.footer{
    background-color: #395D3B;
    color: #fff;
    padding: 50px 0px;
    text-align: center;
}

.footer li{
    list-style: none;
    border-bottom: 1px solid #ddd;
    margin: 15px 0px 0px 0px;
}

.footer a{
    color: #fff;
}

.footer h3, .footer .widget-title{
    color: #d2d2d2;
}

.frontpageContent{
    background-color: #f2f2f2;
}

/******MENU******/
.tsg-menu-class {padding: 0; margin: 0; border: 0;}
.tsg-menu-class ul, .tsg-menu-class li {list-style: none; margin: 0; padding: 0;}
.tsg-menu-class ul {position: relative; z-index: 597; }
.tsg-menu-class ul li { min-height: 1px; vertical-align: middle; display: inline-block;}
.tsg-menu-class ul li.hover,
.tsg-menu-class ul li:hover {position: relative; z-index: 599; cursor: default;}
.tsg-menu-class ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
.tsg-menu-class ul ul li {
    float: left;
    display: block;
    min-width: 250px;
    text-align: left;
}
.tsg-menu-class ul ul ul {top: 0; left: auto; right: -99.5%; }
.tsg-menu-class ul li:hover > ul { visibility: visible;}
.tsg-menu-class ul ul {bottom: 0; left: 0;}
.tsg-menu-class ul ul {margin-top: 0; }
.tsg-menu-class ul ul li {font-weight: normal;}
.tsg-menu-class a { display: block; line-height: 1em; text-decoration: none; }

.footer .tsg-menu-class ul li { float: none;}

.tsg-menu-class > ul {text-align: center;}

.tsg-menu-class:after, .tsg-menu-class ul:after {
    content: '';
    display: block;
    clear: both;
}

.current-menu-item a{
    opacity: .5;
}

.tsg-menu-class a {
    color: #fff;
    padding: 0px 15px;
    font-size: 18px;
    text-transform: uppercase;
}
/*.tsg-menu-class ul { float:right; }*/

.tsg-menu-class ul ul {
    min-width: 250px;
}


.tsg-menu-class ul ul a {
    background: #fff;
    color: #555;
    border: 1px solid #ddd;
    border-top: 0 none;
    line-height: 150%;
    padding: 16px 20px;

}
.tsg-menu-class ul ul ul { border-top: 0 none; }

.tsg-menu-classu ul ul li { position: relative }

.tsg-menu-class > ul > li > a { line-height: 48px; }

.tsg-menu-class ul ul li:first-child > a { border-top: 1px solid #ddd; }
.tsg-menu-class ul ul li:hover > a { color: #ddd; opacity: 1; color: #395D3B;}

.tsg-menu-class ul ul li:last-child:hover > a { border-radius: 0 0 0 3px; }

.tsg-menu-class ul ul li.menu-item-has-children > a:after {
    content: '\25BC';
}

.tsg-menu-class ul li:hover > a, .tsg-menu-class ul li.active > a {
    color: #5683ad;
}
.tsg-menu-class ul li.menu-item-has-children > a:after {
    content: '\25BC';
    margin-left: 10px;
    font-size: 10px;
}
.tsg-menu-class ul li.last ul {
    left: auto;
    right: 0;
}
.tsg-menu-class ul li.last ul ul {
    left: auto;
    right: 99.5%;
}

.toggle-button{
    top: 11px;
}
.toggle-button .menu-bar-top, .toggle-button .menu-bar-middle, .toggle-button .menu-bar-bottom{
    border-color: #fff;
    background-color: #fff;
}
/******END MENU******/

/******CHANGE BULLETS******/
/*
.main-content ul{
    display: table;
    width: 100%;
}

.main-content  ul > li {
    display: table-row;
}

.main-content  ul > li::before {
    content: "\2022";
    display: table-cell;
    text-align: left;
    width: 20px;
}
*/

li{
    list-style: disc;
    margin-left: 35px;
}
/******END BULLETS******/

/*CALCULATOR*/
#calc-form .panel-title{
    cursor: pointer;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

.page-template-calculator{
    margin-top: 90px;
}

.fullTemplateCalcBox{
    position: fixed;
    top: 0px;
    background-color: #395D3B;
    right: 0px;
    left: 0px;
    z-index: 999;
    color: #fff;
    overflow: auto;
    padding: 15px 10%;
    height: 55px;
}

.calc-box-left{
    float: left;
    width: 49%;
    text-align: center;
}

.calc-box-right{
    float: right;
    width: 49%;
    text-align: center;
}

.panel-collapse{
    display: none;
    overflow: auto;
}

#calc-form .accordianElement {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 40px;
}

#calc-form .accordianElement .accordianInput {
    width: 45px;
    float: left;
    margin-right: 10px;
}


#callouts{
    width: 100%;
    text-align: center;
}

.callout{
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    margin: 15px;
    background-color: #395D3B;
    padding: 15px 30px;
    border-radius: 5px;
}

.callout-icon .fa, .callout-title{
    color: #fff;
    font-size: 25px;
}

.action-buttons{
    margin-top: 50px;
}


.main-frontpage-extra-content{
    padding: 25px;
}

.action-btns{
    text-align: right;
}

.action-btns .button1{
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

/*********FEATURED BLOG BLOCKS***********/

.featuredBlog{
    padding: 25px 0px;
    text-align: center;
}

.featuredBlog h2{
    color: #0059b2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}


.blogBlock{
    display: inline-block;
    width: 300px;
    margin: 1%;
    height: 300px;
    overflow: auto;
    text-align: left;
    position: relative;
}

.blogBlockContent{
    position: absolute;
    left: 0px;
    top: 0px;
    right:0px;
    bottom: 0px;
    z-index: 999;
    color: #333;
    padding: 15px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}

/*
.blogBlockContent:hover{
    background-color: rgba(122, 12, 12, .5);
}
*/

.blogBlockContentMore{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #0059b2;
}

.blogBlockContent a{
    color: #fff;
}

.blogBlockContentMore:hover{
    background-color: #333;
    cursor: pointer;
}

.blogBlockContentTitle{
    font-weight: bold;
    font-size: 17px;
    color: #0059b2;
}

.blogBlock img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
}


.blogBlockContentDate{
    font-size: 12px;
    margin-bottom: 15px;
    color: #999;
}


/*********BLOG PAGE***********/
.blogArchiveContainer{
    display: table;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 50px;
    padding-bottom: 25px;
}

.blogArchiveContainerLeft, blogArchiveContainerRight{
    display: table-cell;
    vertical-align: top;
}

.blogArchiveContainerLeft{
    width: 150px;
}

.blogArchiveContainerRight{
    padding-left: 20px;
}

.blogArchiveMore{
    float: right;
    padding: 10px 15px;
    cursor: pointer;
}

.blogArchiveMore:hover{
    background-color: #2d3032;
}

.blogArchiveDate{
    font-size: 19px;
    color: #a2bcc9;
}

.blogArchiveTitle{
    font-size: 24px;
    color: #2d3032;
    margin-bottom: 25px;
}

.innerContent {
    display: table;
    background-color: #fff;
    width: 100%;
}

.innerContent .innerMain {
    padding: 25px;
}

.innerContent .innerMain, .innerContent .innerSidebar {
    display: table-cell;
    vertical-align: top;
}

.innerContent .innerSidebar {
    background-color: #f7f7f7;
    width: 240px;
    padding: 25px;
    font-size: 14px;
}

.innerContent .innerSidebar h2, .innerContent .innerSidebar .widget-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #323e4e;
    border-bottom: 3px solid #dfdfdf;
    text-transform: uppercase;
    font-weight: 400;
}

.prev-posts-link{
    float: right;
}
.next-posts-link{
    float: left;
}

.singleBlogDate{
    color: #cac7c2;
}

.singleBlogExcerpt{
    color: #323e4e;
    font-size: 18px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 50px;
    padding-top: 25px;
    line-height: 25px;
}

.unslider-arrow {
    display: block;
    width: 107px;
    height: 107px;
    background: rgba(0,0,0,-7) no-repeat 50% 50%;
    background-image: url(./images/ChevronNoCircle-128.png);
    background-size: 107px;
    top: 40%;
}

.unslider-nav ol li{
    background: #fff;
    cursor: default;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: relative;
    top: -50px;
    border: 0px;
}
#main-slider{
    height: 420px;
}

.unslider-nav ol li.unslider-active{
    background: #395D3B;
}

.front-message p, .front-message form{
    padding: 0px;
    margin: 0px;
}

.front-message input{
    border: 0px;
    border-radius: 0px;
    max-width: 100%;
}

.front-message .wpcf7-submit{
    background-color: #333;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    position: relative;
    top: -3px;
}

.front-message{
    background-color: #395D3B;
    color:#fff;
    position: relative;
    top: -41px;
    padding: 25px 20px 7px 20px;
}

.main-right-sidebar{
    background-color: #fff;
    padding: 25px;
    margin-bottom: 50px;
}


@media screen and (max-width: 1200px){

}

@media screen and (max-width: 1000px){
    .main-logo-right-content .button1 {
        font-size: 17px;
        padding: 10px;
    }

    .columns{
        width: 100% !important;
        margin: 0px !important;
    }

    #main-slider{
        height: auto;
    }
}

@media screen and (max-width: 900px){
    #menu-header-menu-1{
        display: none;
    }

    .toggle-button{
        display: block;
    }

    .socialIcons{
        right:inherit;
        left: 0px;
    }

}

@media screen and (max-width: 750px){
    .callout{
        width: 135px;
    }

    .callout-title {
        font-size: 15px;
    }

    .main-logo-right-content .button1{
        display: inline-block;
        float: none;
        margin: 5px;
    }

    .main-header-message{
        font-size:40px;
    }

    h1 {
        font-size: 4rem;
    }

    .headerInfo .six{
        width: 100%;
        margin: 0px;
        text-align: center;
    }

    .action-btns{
        text-align: center;
    }

    .main-main-logo img{
        margin: 0px !important;
    }

    .unslider .unslider-arrow{
        display: none;
    }

    #main-slider img{
        min-width: inherit;
        max-width: 100%;
    }
}

@media screen and (max-width: 400px){
    .toggle-button{
        right: 10px;
    }


}
