/*
Theme Name:     cosmigo
Description:    Child theme of the mts_corporate theme.
https://mythemeshop.com/themes/corporate/
Author:         dsc
Template:       mts_corporate

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

article ul {
       padding-bottom: 0px;
}

.entry-content h2 {
	margin-top: 16px;
        margin-bottom: 4px;
}

.entry-content h1 {
	margin-top: 20px;
        margin-bottom: 4px;
}


.list-p {
       padding-bottom: 1.5em;
}

.text-logo {
	white-space: nowrap;";
}

.text-logo img {
	position: relative;
	float: left;
	margin-top: -8px;
}


.btn_blue {
    background-color: #369;
    color: white;
}
.btn_blue:hover {
    background-color: #9ac;
    color: white!important;
}

td {
    vertical-align: top;
}

.NewSign {
    font-weight: bold;
    color: #43B6FF;
    text-shadow: 0.1em 0.1em rgba(3, 6, 9, 0.6);
}

.last-modified {
    clear: both;
    color: #696969;
    font-size: 12px;
    text-align: right;
}

.menu-item-object-page a{
    white-space: nowrap;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    margin-bottom: 0px;
}

tbody tr:nth-of-type(odd) {background-color: #f0f0f0;}
th {background-color:#369;font-weight:bold;color:#fff;}
.empphasized tbody tr td:nth-of-type(1) {font-weight: bold;}

@media screen and (max-width: 600px) {
table {width:100%;}
thead {display: none;}
tr:nth-of-type(odd) {background-color: inherit;}
tr td:first-child {background: inherit; font-size:1.3em;}
tbody td {display: block;  text-align:center;}
tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;  
  }
}

.features_ic_inline.fa {
    border: 2px solid #3498db;
    border-radius: 50%;
    color: #3498db;
    font-size: 32px;
    line-height: 76px;
    text-align: center;
    width: 76px;
    transition: .2s all linear;
}

code {
    font: 15px courier new;
    padding: 0px;
}

.testimonials-authors li .mask {
    opacity: 0.1;
    line-height: 60px;
    width: 60px;
}

.testimonials-authors li {
    width: 60px;
    height: 60px;
}


/******************************************************************/
/* bbPress */
/******************************************************************/

/*styling to move 'Subscribe' to right hand side */
.single-forum .subscription-toggle  {
    float:right !important ;
}

/* switch of "categories" side bar */
.bbPress #primary {
display: none;
}


/* switch off sidebar */
.bbpress aside {
    display: none;
}
.bbpress article {
    width: 100%;
}

.button {
    background-color: #336699;
    color: white;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.button:hover {
    background-color: #9ac;
}

.bbpress p {
    margin-bottom: 0px;
}

.bbpress img.avatar {
    float: none;
}

/******************************************************************/
/* documentation */
/******************************************************************/

.documentation h1
{
 font-size: 18px;
 font-weight: bold;
 color: #555555;
 margin-top: 0px;
 margin-bottom: 6px;
}

.documentation h2
{
 font-size: 16px;
 font-weight: bold;
 color: #606060;
 margin-bottom: 4px;
}

.documentation h3
{
 font-size: 14px;
 font-weight: bold;
 color: #707070;
 margin-bottom: 2px;
}

.documentation h4
{
 font-size: 13px;
 color: #808080;
 margin-bottom: 2px;
}

.documentation h5
{
 font-size: 12px;
 color: #808080;
 margin-bottom: 2px;
}

.documentation .highlighted-phrase
{
    border-radius: 4px;
    font-size: 95%;
    background-color: #f8f8f8;
    color: #0061A6;
    padding: 2px 4px;
}



