/* Add here all your CSS customizations */


body.body {
  /*  padding: 0px 30px 0px 30px;
    padding-right: 30px !important;
        background-image: url(/Template/gnschool/images/greyzz.png);*/
}
.post-image img {
    max-width: 100%;
    height: auto; 
}

/*// Overwrite from theme.css*/
.home-intro {
    background-color: #FFFFFF;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}

#header .header-logo img {
   
    padding-bottom: 5px;
    padding-top: 5px;
}
.responsive-img img {
    width: 100%;
    height: auto;
}
.SpecialPic  img {
    border-radius: 13px;
    border: 4px solid #f2f2f2;
    box-shadow: 0px 0px 7px #ded9d9;
}

.custom_block .custom-img {
    border-color: #E5E5E5;
}
.custom_block .custom-img {
    float: left;
    margin: 0 15px 15px 0;
    border-width: 5px;
    border-style: solid;
}
.img-circle {
    /* border-radius: 50%; */
}
.oeffect {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.custom_block:hover .custom-img {
    border-color: #169FE6;
}
.BodyColor {
    background-color:white;
}
div#wowslider_engine {
    visibility: hidden;
    display: none;
}
#header {
  
    min-height: 5px !important;
}
.bg-pics {
    
    padding-top: 20px;
}
#footer {
  /*   background :none;
     border-top:none;
     padding:0px;
     */

}
.customHeading {

        color: #0088cc !important;
            text-align: center;
                font-weight: bold;    
                font-family: initial;
}
.tab-content {
    min-height: 400px;
}
.col-md-4.dashboardset {
    padding-top: 24px;
    padding-bottom: 15px;
}
.header-right-logo {
    margin-top: 33px;
}
button.btn.btn-danger.mb-2.buttoncolor {
    background: #df1f4e;
}
.hr3 {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #CCC, transparent);
}
.section_title {
    text-align: center;
    font-size: 30px;
    color: #0085c8;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
}
a.lnk-tertiary.learn-more.short {
    font-size: 18px;
    margin-top: 0px !important;
}
.postdate {
    position: relative;
    width: 52px;
    height: 50px;
    margin-left: 17px;
    background-color: #e67817;
    padding: 25px;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 3px 6px 9px 4px #888888;
    color: white;
    border-radius: 10px;
}

.month, .day, .year {
    position: absolute;
    /*text-indent: -1000em;*/
    background-image: url(/wp-content/themes/ljq/images/dates.png);
    background-repeat: no-repeat;
}

.month {
    top: 2px;
    left: 5px;
    width: 36px;
    height: 24px;
}

.day {
    top: 25px;
    left: 5px;
    width: 32px;
    height: 25px;
}

.year {
    bottom: 0;
    right: 2px;
    width: 36px;
    height: 45px;
}

.m-01 {
    background-position: 0 4px;
}

.m-02 {
    background-position: 0 -28px;
}

.m-03 {
    background-position: 0 -57px;
}



.d-01 {
    background-position: -50px 0;
}

.d-02 {
    background-position: -50px -31px;
}

.d-03 {
    background-position: -50px -62px;
}
.y-2006 {
    transform: rotate(91deg);
}

.y-2007 {
    transform: rotate(91deg);
}

.y-2008 {
    transform: rotate(91deg);
}
.y-2009 {
    transform: rotate(91deg);
}

.hiddenRow {
    visibility: hidden;
    display: none;
}
img.imgProfile {
    padding: 5px;
    background-color: #e2dddd;
    box-shadow: #e2dddd 8px 7px 10px 2px;
}
a.ServicesTitle {
    color: #2baab1 !important;
}
.testimonial-author-thumbnail > img {
    border-radius: 14px;
}