/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.title-qtd {
    position: relative;
    height: 45px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 0px 20px;
}
.title-qtd h2 {
    display: inline-block;
    background: #368249;
    padding: 0 8px 0 12px;
    height: 100%;
	width: auto;
    position: relative;
    margin: 0;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    color: #fff;
    line-height: 45px;
    font-size: 16px;
    text-transform: uppercase;
}
.title-qtd h2::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 22px solid transparent;
    border-left: 15px solid;
        border-left-color: currentcolor;
    border-left-color: #368249;
    border-right: 0 solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
}
.view-all.top-all {
    position: absolute;
    top: 50%;
    right: 5px;
}
.view-all {
    font-size: 13px;
    color: #2758be;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #2758be;
    padding: 5px 16px;
    border-radius: 5px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    background: #fff;
}
.transition-3 {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.translateY-50 {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.HomeTitle .title-qtd ul {
    text-align: right;
    line-height: 45px;
    float: right;
}
.not-style {
    list-style: none;
    padding: 0;
    margin: 0;
}
.HomeTitle .title-qtd ul li {
    display: inline-block;
    padding: 0px 10px;
}
#tab-description a,.entry-content.single-page a {
	color: green;
	text-decoration: underline;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.openMenuTabs {

    width: 35px;
    height: 35px;
    line-height: 30px;

}
}
@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.mnv-goidien {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 99;
    display: block;
    width: 100%;
    background: #fff;
}
.visible-xs {
    display: block !important;
}
.mnv-goidien a i {
    margin-right: 5px;
    font-size: 22px;
    color: #b11e22;
}
.mnv-goidien a {
    padding: 0px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    float: left;
    border-bottom: 0;
    cursor: pointer;
    width: 50%;
    color: #3c763d;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
}

.mnv-goidien .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.HomeTitle .title-qtd.open ul {

    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;

}
.HomeTitle .title-qtd ul {

    position: absolute;
    float: none;
    top: 200%;
    right: 0;
    background: #fff;
    min-width: 200px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 3px solid transparent;
        border-bottom-color: transparent;
    border-bottom-color: #00a651;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
    line-height: normal;

}
.HomeTitle .title-qtd ul li {

    display: block;
    text-align: left;
    padding: 0;

}
.HomeTitle .title-qtd ul li a {

    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #f9f9f9;

}
.openMenuTabs {

    float: right;
    width: 45px;
    height: 45px;
    line-height: 40px;
    background: #00a651;
    text-align: center;
    border-radius: 5px;

}
.visible-xs {

    display: block !important;

}
}