/* All Themes */

/* Menu */

/*.mobileNavButtonRight {
    display: none;
}
.mobileNavButton {
    display: table;
    background-color: transparent;
    border: 0;
    position: absolute;
    left: 5px;
    top: 17px;
    z-index: 2000;
    color: #FFF;
    text-align: center;
}
.mobileNavButton span,
.mobileNavButtonRight span {
    margin: 4px auto;
}
.mobileMenuButton {
    border: 0;
    color: #FFF;
}
.iconBar {
    background-color: #FFF;
    display: block;
    width: 22px;
    height: 2px;
    margin-top: 4px;
    border-radius: 1px;
}
.iconBar:last-child{
    margin-bottom: 4px;
}*/

/* Comments */
/* this is for error messages on the recaptcha that is used in comment forms for un-logged in users */

.form-allowed-tags code{
    white-space: pre-line;
    border: none;
    background-color: #f5f5f5;
    padding: 2px 5px;
}


/* General styles */

.txtHide{
    display: none;
}
.txtCenter{
    text-align: center;
}
.txtRed{
    color: red;
}
.txtLeft{
    float: left;
}
.txtRight{
    float: right;
}
/* Recaptcha*/

#recaptcha-comment, #respond form#commentform p{
    margin: 8px;
}
#respond form#commentform p{

}
@media screen and (max-width: 450px){
    #cab-author .cab-author-img-wrapper{
        width: 100px;
        height: 100px;
    }
    #cab-author .cab-author-inner .cab-author-image .cab-author-img-wrapper > img{
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 640px){
    #cab-author .cab-author-img-wrapper{
        margin: 0 auto;
    }
}

/* All widgets*/
ul.categoriesList > .sidebarTitle, div.widget > h3.widget-title{
    text-align: center;
}

/* Recent Post*/

.rpwe-block ul{
    margin-left: 0;
    padding-left: 0;
}

.rpwe-block .rpwe-ul .rpwe-li{
    text-align: center;
    list-style: none;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.rpwe-block .rpwe-ul .rpwe-li img{
    width: 99% !important;
    max-height: none !important;
    float: none;
    margin-bottom: 10px;
}

.rpwe-block h3{
    font-size: 12px;
    line-height: 1.5em;
}
/* Calendar */
#calendar_wrap > table#wp-calendar{
    width: 100%;
}
#calendar_wrap > table#wp-calendar tr td{
    text-align: center;
}
/* RSS Feed */
div.rssFeedDiv{
    height: 35px;
    /*background-color: #fff;*/
    background: #FFF url(../images/general/rssFeedIcon.jpg) no-repeat left 270px top 10px;
    /*background-color: #CCC;*/
}

/* Move to responsive file later */

/* Menu */
@media only screen and (max-width : 400px) {
    .mobileNavButton :before{
        /*background-color: transparent;
        border: 0;
        position: static;*/
        /*margin-right: 30px;*/
    }
    /*#header .header h1.logo > a{
        max-width: 200px;
    }*/
    /*.mobileNavButton {
        display: none;
    }*/
}
/*@media only screen and (min-width: 967px){
    .mobileNavButton{
        display: none;
    }
}
@media only screen and (min-width : 1024px){
    .navSm, .mobileNavButton {
        display: none;
    }
}*/

/* Full Site */
.viewasfull{
    display: none !important;
}

/* Feedback Button */

#myCustomTrigger{
    display: none !important;
}

.captcha_fail {
    color: red;
    font-weight: bold;
}

#cab-author p a.call-action {
    display: block;
}
.verMath {
    padding: 6px 8px;
    color: #fff;
    background: #000;
    display: inline-block;
    margin-bottom: 10px;
}
@media (max-width: 640px) {
    .cab-author-img-wrapper {
        max-width: 150px !important;
        max-height: 150px !important;
        margin: 0 auto;
    }
    #cab-author .cab-author-inner .cab-author-image img {
        max-width: 150px !important;
        max-height: 150px !important;
    }
}
.rc-anchor {
	width: 200px !important;
}
/* Post image thumbnail fix */
.post-image-fix {
    background-size: cover;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.post-image-fix-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 52.356% 0 0 0;
}


