/* 
 
 Author: Cloanta Alexandru
 Name: Tcard Wordpress
 Version: 1.8.0
 
 */

.wrap.tcard{
    position: relative;
    width: -webkit-calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: calc(100% - 22px);
    float: left;
    color: #666666;
    margin-top: 100px;
}

.select-tcard-group,
.tcard h4,
.tcard select,
.tcard a,
.create-new-group{
    display: inline-block;
    position: relative;
}

.pro-version{
    font-size: 15px;
    font-weight: 300;
    color: #666;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-top: 1px solid #eeeeee;
}

.tcard a,
.tcard a:hover{
    color: #4FACFF
}

.tcard input:focus,
.tcard select:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tcard-row span{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.select-tcard-group,
.tcard-preview{
    height: 100%;
    float: left;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}

.tcard h4,
.tcard select{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: #666666;
}

.tcard input{
    font-size: 15px;
    color: #666666;
}

.select-tcard-group select{
    margin: 0 10px;
    max-width: 150px;
}

.tcard-page-header{
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
            box-shadow: 0 1px 1px rgba(0,0,0,.04);
    border: 1px solid #e5e5e5;
    background: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.tcard-sidebar{
    position: relative;
    float: left;
    width: 320px;
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
            box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin-top: 15px;
}

.header-btns{
    position: relative;
    float: right;
    height: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 16px;
}

.header-btns .tc-header-icon{
    position: relative;
    display: inline-block;
    margin-right: 40px;
    color: #666;
    text-decoration: none;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    border:none;
    cursor: pointer;
}

.header-btns .tc-header-icon .fa-plus-square,
.header-btns .tc-header-icon .fa-cog{
    font-size: 17px;
}

.header-btns .tc-header-icon.tcard-logo{
    margin-right: 0;
    top: -1px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-btns select{
    margin: 0 15px;
}

a.tcard-logo:active, 
a.tcard-logo:hover{
    color: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

a.delete-tcard-group:active, 
a.delete-tcard-group:hover{
    color: #e52b50;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

a.tcard-doc:active, 
a.tcard-doc:hover{
    color: #009e60;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tcard-settings:hover{
    color: #c0c
}

.tc-header-icon.tc-add-new-skin:hover{
    color: #4FACFF
}

.header-btns .tc-header-icon:before{
    position: absolute;
    display: none;
    top: -17px;
    width: 90px;
    left: -44px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    padding: 0 6px;
    height: 19px;
    border-radius: 3px;
    line-height: 17px;
    font-size: 13px;
}

.tc-header-icon.delete-tcard-group:before{
    content: "Delete Group";
}

.tc-header-icon.tcard-doc:before{   
    content: "Documentation";
}

.tc-header-icon.tcard-settings:before{
    content: "Group Settings";
}

.tc-header-icon.tc-add-new-skin:before{
    content: "Add Skin";
}

.header-btns .tc-header-icon:after{
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: -2px;
}

.header-btns .tc-header-icon:after{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0,0,0,0.7);
}

.header-btns .tc-header-icon:hover:before,
.header-btns .tc-header-icon:hover:after{
    display: block;
}

.header-btns .tc-header-icon.tcard-logo:before,
.header-btns .tc-header-icon.tcard-logo:after{
    display: none;
}

.tc-header-icon:focus{
    color: #666666;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tcard-sidebar-head,
.tcard-row-bar{
    float: left;
    width: 100%;
    padding: 5px 10px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.tcard-count-skin{
    margin-right: 5px;
    display: inline-block;
}

.tcard-count-skin span{
    display: inline-block;
    width: 20px;
    text-align: center;
}

.tcard-sidebar-head .spinner{
    position: relative;
    float: left;
    top: 1px;
    margin-left: 5px;  
}

.tcard-preview{
    float: right;
    height: 28px;
    cursor: pointer;
}

.tcard-preview img{
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.tcard-sidebar-item{
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.skin_5.tcard-sidebar-item{
    margin-bottom: 0;
    padding: 0 10px;
}

.tcard-sidebar-item.last-child{
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tcard-sidebar-item.group-settings h4{
    width: 144px;
}

.tcard-sidebar-item.group-settings input,
.tcard-sidebar-item.group-settings select{
    width: 150px;
}

.tcard-sidebar-item.elements-menu{
    margin-bottom: 0;
    padding-bottom: 0;
}
   

.tcard-sidebar-item.elements-menu h4,
.tcard-bar-element{
    display: block;
    float: left;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 5px 0;
    text-align: center;
    width: 94px;
    margin: 0 2px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.tcard-post-element{
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    float: left;
    margin: 0 2px;
    display: block;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;    
}

.tcard-post-element .select-category-post{
    width: 100%;
    float: left;
    position: relative;
    display: none;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tcard-post-element h3{
    text-align: center;
    font-weight: 400;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    margin:0;
    padding: 10px 0;
}

.tcard-post-element h3 span{
    text-transform: capitalize;
}

.tcard-post-element select{
    margin-top: -3px;
    margin-left: 10px;

}

.tcard-sidebar-item.elements-menu h4{
    width: 69px;
}

.tcard-bar-element.login,
.tcard-bar-element.address{
    width: -webkit-calc(50% - 6px);
    width: -moz-calc(50% - 6px);
    width: calc(50% - 6px);
}

.tcard-bar-element{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.tcard-element-bar h4,
.tcard-bar-element h4{
    font-size: inherit;
}

.tcard-sidebar-item.elements-menu h4.tc-current-side{
    background: #4FACFF;
    color: #fff;
}

.tcard-sidebar-item.elements .tcard-item-inner{
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.tcard-sidebar-item.elements .tcard-item-inner:first-child{
    display: block;
}

select.tcard-bootstrap-version{
    width: 70px;
    margin-top: -3px;
    margin-left: 10px;
}

.tcard-bar-element.tcard_post{
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #4FACFF;
    color: #fff;
    border: 0;
    margin: 0 3px 3px 3px;
}

.bootstrap-info-btn{
    position: relative;
    float: right;
    top: 2px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tcard-sidebar-item.bootstrap .bootstrap-info-btn{
    margin-right: 5px;
}

.bootstrap-info-btn:hover {
    color: #009e60;
}

.bootstrap-info{
    position: relative;
    float: left;
    width: 100%;
    display: none;
    background: rgb(247, 247, 247);
    margin-top: 10px;
    border: 1px solid rgb(221, 221, 221);
    box-sizing: border-box;
    padding: 0px 5px;
}

.tcard-bar-element{
    padding: 10px 0;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.tcard-item-inner .new-box{
    display: block;
    float: left;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    text-align: center;
    width: 94px;
    margin: 0 2px;
    cursor: pointer;
    padding: 10px 0;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.tcard-item-inner .tcard-social{
    width: -webkit-calc(50% - 6px);
    width: -moz-calc(50% - 6px);
    width: calc(50% - 6px);
}

.tcard-item-inner .tcard-social.instagram{
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
}

.tcard-item-inner .tcard-item .tcard-item-bar{
    line-height: initial;
    height: auto;
    background: none !important;
}

.tcard-item-inner .tcard-item .tcard-item-bar .tcard-item-title{
    font-weight: 400;
}

.tcard-item-inner .tcard-main-elem .tcard-item-bar{
    border:none;
    background: none !important;
}

.tcard-item-inner .tcard-item .tcard-main-elem,
.tcard-item-inner .tcard-main-elem .tcard-item-elements,
.tcard-item-inner .tcard-delete-item{
    display: none;
}

.tcard-bar-element.instagram_followers,
.tcard-bar-element.twitter_followers,
.tcard-bar-element.instagram_profile{
    padding: 0px;
    line-height: 19px;
}
    
.tcard-container-skins{
    position: relative;
    float: left;
    width: -webkit-calc(100% - 332px);
    width: -moz-calc(100% - 332px);
    width: calc(100% - 332px);
    margin-top: 15px;
    padding-left: 10px; 
}

.tcard-row{
    position: relative;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
            box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
}

.tcard-row.extra-height .tcard-skin{
    height: 191px;
}

.tcard-highlight {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background: rgba(204, 204, 204, 0.3);
 }

.tcard-row.closed .tcard-skin{
    display: none;
}

.tcard-row-bar{
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    font-weight: 500;
    border-bottom: 0;
    cursor: pointer;
}

.tcard-row-bar span{
    display: inline-block;
    text-transform: capitalize;
}

.tcard-arrow {
  position: relative;
  width: 10px;
  height: 20px;
  margin-left: 1px;
  top: 6px;
}

.tcard-arrow .tcard_check {
  visibility: hidden;
  display: none;
}

.tcard-arrow label {
  position: absolute;
  right: 0px;
  top: 4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #666;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.tcard-arrow .tcard_check:checked + label {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.tcard-row-bar-btns{
    float: right;
}

.tcard-row-bar-btns span{
    margin-right: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tcard-row-bar-btns .tcard-settings{
    font-size: 15px;
}

.tcard-settings.gallery-settings{
    right: 10px;
    position: absolute;
    font-size: 15px;
    cursor: pointer;
}

span.tcard-delete-skin{
    margin-right: 0;
}

.tcard-delete-skin:hover,
.tcard-delete-item:hover,
.tcard-delete-element:hover{
    color: #e52b50;
}

.tcard-clone-skin:hover{
    color: #4facff;
}

.tcard-skin,
.tcard-item,
.tcard-item-elements,
.tcard-item-bar,
.tcard-main-elem{
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}

.tcard-item-bar{
    background: #f7f7f7;
    width: 100%;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
}

.tcard-delete-item{
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 13px;
    cursor: pointer;   
}

.tcard-item{
    border-top: 1px solid #eeeeee;
}

.tcard-main-elem .tcard-item-bar{
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.tcard-item-elements{
    min-height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px;
}

.tcard-element{
    position: relative;
    float: left;
    height: 50px;
    border: 1px solid #e7e7e7;
    background: #fdfdfd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 3px;
    text-align: center;
    cursor: pointer; 
    -webkit-transition: width 0.1s ease-in-out; 
    -o-transition: width 0.1s ease-in-out; 
    transition: width 0.1s ease-in-out;
}

.tcard-element.tc-1{
    width: -webkit-calc(25% - 6px);
    width: -moz-calc(25% - 6px);
    width: calc(25% - 6px);
}

.tcard-element.tc-2{
    width: -webkit-calc(50% - 6px);
    width: -moz-calc(50% - 6px);
    width: calc(50% - 6px);
}

.tcard-element.tc-3{
    width: -webkit-calc(75% - 6px);
    width: -moz-calc(75% - 6px);
    width: calc(75% - 6px);
}

.tcard-element.tc-4{
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
}

.tcard-element-bar{
    display: block;
    padding: 5px 0;
    font-size: 14px;
    text-transform: capitalize;
}

.tcard-element-bar.no_width_set{
    height: 100%;
    line-height: 48px;
    padding: 0;
}

.tcard-element-bar .icon-tc-button{
    font-size: 16px;
}

.tcard-element .tcard-element-bar span{
    text-transform: none;
}   

.tcard-element-bar span{
    color: #a3a3a3;
    font-size: 12px;
}

.tcard-element-size{
    display: inline-block;
    color: #888;
}

input[type=text].elem-width{
    border: none;
    width: 40px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: none;
    margin-top: -1px;
    color: #888;
}

.increase-size,
.decreases-size{
    display: inline-block;
    width: 15px;
}

.tcard-item-title{
    font-weight: 500;
}

.tcard-delete-element{
    position: absolute;
    right: 5px;
    bottom: 0px;
    font-size: 11px;   
}

.tcard-modal{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    color: #444;
    cursor: auto;
    z-index: 99999;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
}

.tcard-modal-body{
    position: relative;
    float: left;
    max-width: 500px;
    width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 50%;
    left: 50%;
    background: #f1f1f1;
    padding-bottom: 50px;
    padding-top: 50px;
    overflow: hidden;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.tcard-modal-header,
.tcard-modal-footer{
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0;
    padding: 0 10px;
    background: #f7f7f7;
    line-height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
}

.tcard-modal-header{
    top: 0;
    background: #4FACFF;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.05);
}

.modal-settings .tcard-modal-header{
    background: #c0c;
}

.tcard-modal-footer{
    bottom: 0;
    border-top: 1px solid #eeeeee;
    -webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.05);
}

.tcard-modal-header h4{
    font-weight: 500;
    color: #fff;
}

.tcard-add-item,
.tcard-add-slide{
    float: right;
    cursor: pointer;
}

.tcard-modal-item.slider-menu-modal .settings-btn{
    position: relative;
    float: left;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
    background: #4FACFF;
    padding: 7px 6px;
    cursor: pointer;
    border: 1px solid #4FACFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tcard-modal-item.slider-menu-modal .settings-btn.tc-current-side{
    color: #323232;
    background: #fff;
}

.tcard-remove-slide{
    position: absolute;
    right: 10px;
    z-index: 99;
    padding: 4px 10px;
    cursor: pointer;
    background: #4FACFF;
    border-color: #479ae5 #3f89cc #3f89cc;
    -webkit-box-shadow: 0 1px 0 #3f89cc;
    box-shadow: 0 1px 0 #3f89cc;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #3f89cc, 1px 0 1px #3f89cc, 0 1px 1px #3f89cc, -1px 0 1px #3f89cc;
}

.tcard-modal-content{
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    max-height: 500px;
}

.tcard-modal-item{
    position: relative;
    float: left;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.tcard-modal-item.after_login select{
    width: 100%;
}

.tcard-modal-item.after_login h4{
    text-align: left;
    font-size: 15px;
    width: 100%;
    color: #666;
}

.tcard-modal-item.after_login .clear_after_login{
    position: relative;
    float: right;
    height: 29px;
    line-height: 29px;
    color: #4FACFF;
    cursor: pointer;
    font-size: 14px;
}

.tcard-animation{
    float: left;
    margin-bottom: 5px;
}

.tcard-modal-item:nth-child(odd) {
    background:  #f7f7f7;
} 

.modal-elements{
    text-align: left;
}

.modal-elements .tcard-modal-item:nth-child(odd){
    background: none;
}

.modal-elements .tcard-modal-item {
    margin-bottom: 20px;
}

.tcard-modal-item h4{
    font-size: 14px;
}

.modal-elements .tcard-modal-item h4,
.tcard-animation h4{
    position: relative;
    width: 140px;
    float: left;
    margin: 0 5px 0 0;
    line-height: 29px;
 }  

.modal-elements .tcard-modal-item h4.tc-modal-editor-title{
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.tcard-inner-item-modal{
    position: relative;
    margin-bottom: 5px;
}

.tcard-profile-image{
    display: none;
    padding-left: 145px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.tcard-profile-image img{
    max-width: 180px;
}

.tcard-profile-image.is-set{
    display: block;
}

.modal-elements .tcard-modal-item h4.tcard-with-em{
    line-height: 12px;
    margin-top: 4px;
}

.tcard-modal-item .tcard-em{
    font-size: 10px;
}

.tcard-modal-item input,
.tcard-modal-item select{
    float: left;
    width: 180px;
    border-color: #d8d8d8;
    margin: 0 5px 0 0;
}

.modal-settings .tcard-modal-item input,
.modal-settings .tcard-modal-item select{
    float: none;
    width: auto;
}

.tcard-modal-item .tcard-textarea{
    min-height: 100px;
    max-height: 200px;
    width: 100%;
    border: none;
}

.tcard-modal-item .wp-editor-wrap{
    width: 100%;
    float: left;
}

.tcard-modal-item .quicktags-toolbar input{
    width: auto;
    line-height: 23px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tc-list{
    position: relative;
    float: left;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
    background: #4FACFF;
    padding: 7px 6px;
    cursor: pointer;
}

.tcard-modal-item-inner {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

input.tcard-input::-webkit-input-placeholder {
  color: #b7b7b7;
}

input.tcard-input:-ms-input-placeholder {
  color: #b7b7b7;
}

input.tcard-input::-ms-input-placeholder {
  color: #b7b7b7;
}

input.tcard-input::placeholder {
  color: #b7b7b7;
}


.tcard-close-modal,
.tcard-modal-item h4.tcard-up-image,
.tcard-modal-item h4.tcard-remove-item,
.remove-tcg-img,
h4.tcard-up-image{
    display: inline-block;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
    width: auto;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    top: -2px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.tcard-close-modal:active,
.tcard-up-image:active,
h4.tcard-remove-item:active,
.remove-tcg-img:active{
    -webkit-box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
            box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
        transform: translateY(1px);
}

.tcard .button-primary,
.tcard-close-modal,
h4.tcard-up-image,
.tcard-modal-item h4.tcard-remove-item,
.remove-tcg-img{
    background: #4FACFF;
    border-color: #479ae5 #3f89cc #3f89cc;
    -webkit-box-shadow: 0 1px 0 #3f89cc;
            box-shadow: 0 1px 0 #3f89cc;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #3f89cc, 1px 0 1px #3f89cc, 0 1px 1px #3f89cc, -1px 0 1px #3f89cc;
}

.modal-settings .tcard-close-modal{
    background: #c0c;
    border-color: #b700b7 #a300a3 #a300a3;
    -webkit-box-shadow: 0 1px 0 #a300a3;
            box-shadow: 0 1px 0 #a300a3;
    text-shadow: 0 -1px 1px #a300a3, 1px 0 1px #a300a3, 0 1px 1px #a300a3, -1px 0 1px #a300a3;
}

.tcard .button-primary:hover,
.tcard-close-modal:hover,
.tcard .button-primary:focus{
    background: #4FACFF;
    border-color: #3f89cc;
}

.modal-settings .tcard-close-modal:hover{
    background: #c0c;
    border-color: #a300a3;
}

.tcard .button-primary:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tcard-sidebar-info{
    margin-top: 0;
}

.tcard-sidebar-info h3{
    margin: 0;
    color: #009e60;
}

.tcard-modal-item h4.tcard-remove-item,
.remove-tcg-img{
    width: 22px;
    height: 20px;
    top: 3px;
}

.tcard-modal-content.social_button h4{
    line-height: 19px;
}

.tcard-modal-content.social_button h4 i,
.tcard-modal-content.social_list h4 i{
    line-height: 29px;
    position: relative;
    font-size: 29px;
}

.tcard-remove-item:before,
.remove-tcg-img:before,
.tcard-remove-item:after,
.remove-tcg-img:after{
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    top: 8px;
    left: 3px;
    background: #fff;
}

.tcard-remove-item:before,
.remove-tcg-img:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tcard-remove-item:after,
.remove-tcg-img:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tcard-sidebar-info #tcard-code{
    font-weight: 600;
    color: #C729EA;
}

.tcard-sidebar-info .tcard-shortcode{
    color: #4FACFF;
}

.copy-shortcode{
    display: inline-block;
    color: #0073aa;
    float: right;
    cursor: pointer;
}

.not-accepted{
    background: #e52b50 !important;
}

.tcard-button-type{
    position: relative;
    width: 21px;
    height: 17px;
    top: 1px;
    display: block;
    float: right;
    margin-left: 7px;
}

.tcard-button-type .tcard-btn-line{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #999
;    left: 0;
    display: none;
}

.tcard-element-bar.no_width_set .tcard-button-type.button_four_line{
    top: 16px;
}

.tcard-button-type.button_four_line .tcard-btn-line:nth-child(1){
    display: block;
    top: 0;
}

.tcard-button-type.button_four_line .tcard-btn-line:nth-child(2){
    display: block;
    top: 5px;
}

.tcard-button-type.button_four_line .tcard-btn-line:nth-child(3){
    display: block;
    top: 10px;
}

.tcard-button-type.button_four_line .tcard-btn-line:nth-child(4){
    display: block;
    bottom: 0;
}

.tcard-button-type.button_three_line{
    height: 13px;
    top: 4px;
}

.tcard-element-bar.no_width_set .tcard-button-type.button_three_line{
    top: 19px;
}

.tcard-button-type.button_three_line .tcard-btn-line:nth-child(1){
    display: block;
    top: 0;
}

.tcard-button-type.button_three_line .tcard-btn-line:nth-child(2){
    display: block;
    top: 5px;
    width: 85%;
}

.tcard-button-type.button_three_line .tcard-btn-line:nth-child(3){
    display: block;
    top: 10px;
    width: 85%;
}

.tcard-button-type.button_arrow{
    width: 20px;
    height: 19px;
    top: 0;
}

.tcard-element-bar.no_width_set .tcard-button-type.button_arrow{
    top: 15px;
}

.tcard-button-type.button_arrow .tcard-btn-line{
    width: 10px;
    height: 2px;
    left: auto;
}

.tcard-button-type.button_arrow .tcard-btn-line:nth-child(1) {
    display: block;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tcard-button-type.button_arrow .tcard-btn-line:nth-child(2) {
    display: block;
    top: auto;
    bottom: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tcard-button-type.button_squares{
    height: 19px;
    top: 0;
}

.tcard-element-bar.no_width_set .tcard-button-type.button_squares{
    top: 14px;
}

.tcard-button-type.button_squares .tcard-btn-line{
    display: block;
    width: 5px;
    height: 5px;
}

.tcard-button-type.button_squares .tcard-btn-line:nth-child(1){
    left: 0;
    top: 0;
}

.tcard-button-type.button_squares .tcard-btn-line:nth-child(2){
    left: 8px;
    top: 0;
}
.tcard-button-type.button_squares .tcard-btn-line:nth-child(3){
    left: auto;
    right: 0;
}
.tcard-button-type.button_squares .tcard-btn-line:nth-child(4){
    left: 0;
    top: 7px;
}
.tcard-button-type.button_squares .tcard-btn-line:nth-child(5){
    left: 8px;
    top: 7px;
}
.tcard-button-type.button_squares .tcard-btn-line:nth-child(6){
    right: 0;
    left: auto;
    top: 7px;
}
.tcard-button-type.button_squares .tcard-btn-line:nth-child(7){
    bottom: 0;
    left: 0;
}
.tcard-button-type.button_squares .tcard-btn-line:nth-child(8){
    left: 8px;
    bottom: 0;
}
.tcard-button-type.button_squares .tcard-btn-line:nth-child(9){
    bottom: 0;
    left: auto;
    right: 0;
}

.tchp_text_btn{
    display: none;
}

.tchp_text_btn.is-set{
    display: block;
}

.tc-skill-name,
.tc-skill-percent{
    position: relative;
    float: left;
    margin-bottom: 5px;
}

.gallery{
    position: relative;
    float: left;
    width: 100%;
    padding: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.tcg-box{
    position: relative;
    float: left;
    width: -webkit-calc(20% - 6px);
    width: -moz-calc(20% - 6px);
    width: calc(20% - 6px);
    margin: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: cover;
    background-position: center;
    padding-top: 10%;
    cursor: pointer;
}

.tcg-box img{
    max-width: 100%;
    display: block;
}

.tcg-highlight{
    position: relative;
    float: left;
    width: -webkit-calc(20% - 6px);
    width: -moz-calc(20% - 6px);
    width: calc(20% - 6px);
    margin: 3px;
    background: rgba(204, 204, 204, 0.5);
}


.tcg-box .remove-tcg-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #4FACFF;
}

.tc-multiple-images{
    font-weight: 500;
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 13px;
    cursor: pointer;
}

.tc-multiple-images:hover{
    color: #4FACFF;
}

.tcard-gallery-bar{
    text-align: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: none;
    height: auto;
    line-height: 41px;   
}

.assigns-tcard-gallery,
.assigns-tcard-gallery select,
.thumbnail-name select{
    margin-left: 5px;
}

.assigns-tcard-gallery select,
.thumbnail-name select,
.type-tcard-gallery select{
    margin-left: 5px;
    top: -3px;
}

.thumbnail-name input{
    width: 100px;
    height: 28px;
}

.table-tc-settings{
    max-width: 500px;
    width: 100%;
    border-spacing: 0;
    color: #666;
    background: #fff;
}

.table-tc-settings td{
    padding: 10px;
    text-align: center;
    line-height: 13px;
    font-size: 11px;
}

.table-tc-settings tr:nth-child(odd) {
    background: #f7f7f7;
}

.table-tc-settings td.tc-td{
    width: 111px;
    text-align: left;
    line-height: 14px;
    font-size: 13px;
}

.table-tc-settings td.tc-td2{
    padding: 10px 20px;
}

td.tc-td.twitter_profile,
.twitter_profile_anim h4{
    text-transform: capitalize;
}

.twitter_profile_anim h4{
    width: 100%;
}

.table-tc-settings td input[type="text"],
.table-tc-settings td input[type="number"],
.table-tc-settings td select,
.table-tc-settings td textarea{
    width: 110px;
}

.table-tc-settings td textarea{
    height: 50px;
}

.tc-check-settings{
    width: 80px;
    height: 24px;
    margin: auto;
    position: relative;
    border-radius: 100%;
}

.social_modal_set .tc-check-settings{
    top: 4px;
}

.tc-check-settings.check-button{
    float: left;
}

.tc-check-settings:after {
  content: 'OFF';
  color: #666;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: bold;
  line-height: 24px;
}

.tc-check-settings:before {
  content: 'ON';
  color: #c0c;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
  line-height: 24px;
}

.tc-check-settings label {
    display: block;
    width: 34px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #666666;
    background: -webkit-gradient(linear, left top, left bottom, from(#848484), color-stop(40%, #757575), to(#666666));
    background: -webkit-linear-gradient(top, #848484 0%, #757575 40%, #666666 100%);
    background: -o-linear-gradient(top, #848484 0%, #757575 40%, #666666 100%);
    background: linear-gradient(to bottom, #848484 0%, #757575 40%, #666666 100%);
    border-radius: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.tc-check-settings input {
  visibility: hidden;
}

.tc-check-settings input[type=checkbox]:checked + label {
  left: 43px;
}

.tcard-modal-container{
    width: 100%;
    display: none;
    position: relative;
    float: left;
}

.tcard-modal-container:first-child{
    display: block;
}

.tcard-modal .settings-skin .tcard-modal-header,
.tcard-modal .tcard-modal-header.social_menu{
    line-height: normal;
}

.tcard-modal-header .settings-btns{
    position: relative;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.tcard-modal-header .settings-btn {
    float: left;
    padding: 2px 5px 5px 5px;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400;
}

.tcard-modal-header .settings-btn.tc-current-side{
    background: #fff;
    color: #666;
}

.table-tc-settings .wp-picker-container{
    float: left;
    margin-left: 10px;
}

.table-tc-settings .wp-picker-container .wp-color-result-text{
    display: block;
    margin-right: 0;
}

.tcard div.mce-toolbar-grp {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tcard .mce-tinymce {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tcard .mce-top-part::before {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.tcard .opacity_fg{
    float: left;
    margin-left: 5px;
}

.social_profile span{
    text-transform: capitalize;
}


.modal-post-header,
.tc_post_settings,
.modal-post-content{
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-post-header{
    padding: 16px 0 10px 0;
}

.tc_post_settings{
    padding: 10px 3px 0 3px;
}

.tc_post_settings span {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.tc_post_settings span h4 {
    width: 111px;
}

.tc-post-element {
    position: relative;
    float: left;
    width: -webkit-calc(25% - 6px);
    width: -moz-calc(25% - 6px);
    width: calc(25% - 6px);
    text-align: center;
    color: #fff;
    margin: 0 3px;
    margin-bottom: 6px;
    text-transform: capitalize;
    background: #4FACFF;
    padding: 7px 6px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.tc_post_item {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px 5px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 52px;
    line-height: 33px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
}

.tc_post_item h4 {
    text-transform: capitalize;
    margin-right: 5px;
    width: 135px;
}

.tc_post_item input,
.tc_post_item select {
    width: 100px;
}

.tc_post_item input.input-type-text{
    display: none;
}

.tc_post_item select{
    margin-top: -5px;
}

.tc_post_item input.display_input{
    display: inline-block;
}

.remove-post-item {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #4FACFF;
    border-color: #479ae5 #3f89cc #3f89cc;
    -webkit-box-shadow: 0 1px 0 #3f89cc;
    box-shadow: 0 1px 0 #3f89cc;
}

.remove-post-item:before,
.remove-post-item:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    top: 9px;
    left: 3px;
    background: #fff;
}

.remove-post-item:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.remove-post-item:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}