/*
Theme Name:   Click Mag Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Click Mag Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     click-mag
Version:      1.02.1
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  click-mag-child
*/

.mvp-feat2-main-title h2.mvp-stand-title {
    font-size: 1.4rem;
}

.mvp-feat2-main-title h2 {
    font-size: 1.4rem;
}

.mvp-feat2-main-cat {
    display:none;
}

@media screen and (max-width: 768px) {
.mvp-feat2-main-title h2.mvp-stand-title {
    font-size: 0.9rem;
}

.mvp-feat2-main-title h2 {
    font-size: 0.9rem;
}
}
span.sign-up-btn {
    display: none;
}

#mvp-nav-menu {
    top: 0;
    max-width: 750px;
    height: 60px;
}

nav#mvp-nav-menu ul li:last-child a {
    background-color: #0cb9a6;
    padding: 12px 12px;
    color: #fff;
}

nav#mvp-nav-menu ul li:last-child a:hover{
    color: #fff !important;
}

#mvp-nav-menu ul {
    width: 100%;
    display: flex;
    align-items: center;
}

#mvp-nav-right {
    float: right;
    width: 98px;
    height: 60px;
    display: flex;
    align-items: center;
}
span.sign-up-btn a {
    padding: 11px 15px;
    background-color: #0cb9a6;
    margin-right: 0px;
    color: #fff;
}

span.sign-up-btn a:hover {
    color: #fff;
}

nav#mvp-nav-menu ul li:last-child a: hover{
    color: #fff !important;
}

@media only screen and (max-width: 1023px){
    .sign-up-btn{
        display: block! important;
    }
}

@media screen and (max-width: 479px){
    #mvp-logo-nav {
        margin-top: 11.5px !important;
        max-width: 174px!important;
    }
    #mvp-nav-right {
        width: 122px !important;
    }
    span.sign-up-btn a {
        padding: 5px 10px;
        background-color: #0cb9a6;
        margin-right: 0px;
        color: #fff !important;
    }
}

@media screen and (max-width: 767px){
    #mvp-nav-right{
        width: 188px;
    }
}

@media screen and (max-width: 992px){
    #mvp-nav-right{
        width: 184px;
    }
 span.sign-up-btn a {
     padding: 8px 12px;
 }
}

@media screen and (max-width: 480px){
    #mvp-logo-nav {
        margin: 8px 20px;
        max-width: 186px;
    }
}

@media screen and (max-width: 579px){
    #mvp-logo-nav{
        margin: 8px 5px;
        max-width: 174px;
    }
    span.sign-up-btn a {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 320px){
    #mvp-logo-nav {
        margin-top: 14.5px !important;
        max-width: 141px!important;
    }
    span.sign-up-btn a {
        padding: 4px 8px;
    }
     span.mvp-nav-search-but{
        margin-left: 8px;
    }
    #mvp-nav-right {
        width: 112px !important;
    }
}

@media screen and (max-width: 360px){
    span.mvp-nav-search-but {
        margin-left: 10px;
    }
    #mvp-nav-right {
        width: 112px !important;
    }
    
}

#mvp-nav-menu ul li:hover ul.sub-menu {
    display: inline-block !important;
}

nav#mvp-nav-menu ul li:last-child a:hover {
    color: #444 !important;
}

.desktop-banner {
    z-index: 7999;
    right: 73px;
    filter: drop-shadow(0 0 1.6vw rgba(3,25,73,.7));
    bottom: 30px;
    position: fixed;
}
.desktop-banner a img {
    height: auto;
    width:130px;
}    
.desktop-banner-close {
    position: absolute;
    z-index: 2;
    top: -1vw;
    right: -1vw;
    border-radius: 100%;
    opacity: 1;
    width: 15px;
    background-color: #000;
    padding: 4px;
}

@media only screen and (max-width: 767px) {
    .desktop-banner {
        z-index: 7999;
        right: 15px;
        filter: drop-shadow(0 0 1.6vw rgba(3,25,73,.7));
        bottom: 70px;
        position: fixed;
    }
    .close-add {
        position: absolute;
        z-index: 2;
        top: -4vw;
        right: -2vw;
        border-radius: 100%;
        opacity: 1;
        width: 24px;
        background-color: #000;
        padding: 4px;
    }
}

span.mvp-nav-soc-but {
    padding: 22px 3px !important;
}

#mvp-content-main table {
	font-size:1.0rem !important;
}

#mvp-content-main h4 {
    margin: 1em 0;
}

@media (max-width: 1024px){
    table{
        display: block;
        white-space: nowrap;
        word-break: unset;
        overflow-x: auto;
        border: none;
    }
}

table {
    width: 100%;
}

table thead tr {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

table tbody tr {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

table thead tr td{
    padding: 5px 10px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

table tbody tr td {
    padding: 5px 10px !important;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.mvp-fly-menu {
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

.mvp-fly-but-wrap.mvp-fly-open span:nth-child(3), .mvp-search-but-wrap span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
}

.mvp-fly-but-wrap.mvp-fly-open span:nth-child(1), .mvp-fly-but-wrap.mvp-fly-open span:nth-child(4) {
    top: 24px;
    left: 50%;
    width: 0;
}
.mvp-fly-but-wrap.mvp-fly-open span:nth-child(2), .mvp-search-but-wrap span:nth-child(1){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
}

@media screen and (max-width: 767px){
    .mvp-feat2-sub-text h2 {
		display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
	.mvp-main-blog-text h2 {
        float: left;
        font-size: 1rem;
        font-weight: 700;
        line-height: 100%;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .mvp-main-blog-text p {
        color: #555;
        float: left;
        font-family: "Lato",sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 140%;
        margin-top: 8px;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.mvp-feat2-main .mvp-feat1-info span, .mvp-home-head-toggle-list li a {
    color: #fff;
    background-color: #0cb9a6;
    padding: 7px 10px;
}

.mvp-home-head-toggle-list li:hover a, .mvp-home-head-toggle-list li:hover i {
    color: #fff!important;
}

.mvp-main-blog-text h2 {
    float: left;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 123%;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mvp-main-blog-text p {
    color: #555;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    margin-top: 8px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mvp-blog-time {
    padding: 0 !important;
}

#mvp-post-feat2-img img {
    width: 100% ;
}
#mvp-post-feat2-text {
    padding: 0 15% 30px 3%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90% !important;
}
.mvp-post-feat2-title {
    margin-left: 10px;
    width: 100% !important;
}