#contain{
    width:1140px;
    /*margin-left:10px;*/
    margin-top:20px;
}
#container{
    margin-top:20px;
}
.theme-image {
    float: left; margin: 0; padding:0; width: 294px;height: 250px;margin-bottom: 15px; clear: both;
}
.theme-desc {
    margin: 0;float: left;width: 540px;height: 250px;margin-bottom: 15px;margin-left:15px;
}
.theme-title a{
    font-size: 18px;
    text-decoration: none !important;
    font-weight: bold;
    color: #333;
}
.theme_container{
    background: #fff;
}
.theme_container .top_banner{
    text-align: center;
    background: url(../images/top_banner.png);
    color: #fff;
    min-height: 404px;
    padding-top: 55px;
}
.theme_container .top_banner h1{
    font-weight: 700;
    font-size: 38px;
    margin: 45px 0 38px 0;
    text-transform: uppercase;
}
.theme_container .top_banner .ruler{
    background: #2d4459;
    height: 3px;
    width: 300px;
    display: inline-block;
}
.theme_container .top_banner p{
    font-size: 21px;
    font-weight: 300;
}
.theme_container .top_banner a.btn{
    background: #19a753;
    padding: 17px 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    webkit-box-shadow: 0 5px 0 #0f6f37;
    -moz-box-shadow: 0 5px 0 #0f6f37;
    box-shadow: 0 5px 0 #0f6f37;
    border-radius: 4px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 800;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.theme_container .top_banner a.btn:hover{
    background: #08D05B;
}
.theme_container .page_feature{
    width: 840px;
    margin: 35px auto;
}
.theme_container .page_feature h2{
    text-align: center;
    margin-top: 38px;
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 700;
}
.theme_container .page_feature .ruler{
    background: #e2e2e2;
    height: 3px;
    width: 250px;
    margin: 15px auto 50px auto;

}
.theme_container .page_feature .feature_item{
    width: 328px;
    display: inline-block;
    position: relative;
    padding-left: 52px;
}
.theme_container .page_feature .feature_item.odd{
    margin-right: 75px;
}
.theme_container .page_feature .feature_item.even{
}
.theme_container .page_feature .feature_item img{
    position: absolute;;
    top: 18px;
    left: 0;
}
.theme_container .page_feature .feature_item p{
    font-size: 16px;
}
.theme_container .theme_feature{
    text-align: center;
    background: #eaeaea;
    padding: 35px 0 35px 0;
}
.theme_container .theme_feature h2{
    font-size: 28px;
    margin: 20px 0 25px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.theme_container .theme_feature .ruler{
    background: #ddd;
    height: 3px;
    width: 300px;
    display: inline-block;
    margin-bottom: 40px;
}
.theme_container .theme_feature ul{
    list-style: none;
    margin-bottom: 48px;
}
.theme_container .theme_feature ul li{
    width:202px;
    margin-right: 16px;
    display: inline-block;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.theme_container .theme_feature ul li p{
    color: #222;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
}
.theme_container .theme_feature ul li span.detail{
    color: #ababab;
}
.theme_container .theme_feature ul li:last-child{
    margin-right: 0;
}
.theme_container .theme_feature ul li .item{
    display: inline-block;
    background: #000;
    width: 192px;
    height: 184px;
}
.theme_container .theme_feature ul li .item img{
    margin-left: -4px;
}
.theme_container .theme_feature ul li .item span.zoom{
    display: block;
    text-align: center;
    position: absolute;
    top: 28%;
    width: 100%;
}
.theme_container .theme_feature ul li .item span.zoom a {
    display: inline-block;
    font-size: 14px;
    border: 2px solid #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-backface-visibility: hidden;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: rgba(0, 0, 0, 0.54);
}
.theme_container .theme_feature ul li .item:hover span.zoom a {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-backface-visibility: hidden;
}
.theme_container .theme_feature ul li .item:hover img{
    opacity: 0.5;
}
.theme_container .theme_feature h4{
    font-size: 24px;
    color: #9e9e9e;
}
.theme_container .theme_feature h4 a{
    text-decoration: none;
    color: #9e9e9e;
}
.theme_container .bottom_feature{
    background: #453857;
    text-align: center;
    padding: 15px 0 15px 0;
}
.theme_container .bottom_feature h1{
    color: #fff;
}
/*-------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/*-------------------------------------------------------------------------------------------*/
.postbox-container{
    background: white;
    padding: 1.5em;
    background-color: white;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.postbox-container h3{
    margin-top: 0;
    line-height: 1.2em;
}
.notification-header{
    height: 80px;
    background:#dfdfdf url("../../../../wp-admin/images/gray-grad.png") repeat-x left top;
    border: 1px solid #ccc;
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
}
span.wrap{
    margin-right: 0;
}
.notification-heading{
    margin: 0;
}
span.wrap h2{
    padding: 0;
    margin: 26px 0;
    text-align: center;
}
.notification-header .icon-option{
    float: right;
    height: 50px;
    width: 178px;
    background: url(images/inkthemeslogo.png) no-repeat;
    margin: 15px 0 0;
}
input[type="email"],input[type="text"]{
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 10px;
    color: #3d4142;
    width: 100%;
    max-width: 296px;
}
.form-container .button-primary{
    margin: 1em 0 .5em 0;  
}
.horizontal-line{
    border-bottom: 1px solid #d6d6d6;
    margin: 18px 0;
}
.sell-link {
    margin:10px;
}
.sell-link right{float:right;}
.sell-link left {float:left;}
.colorway_advert {
    /*margin: 25px 0px 20px 0px;*/
    width: auto;
    background-color: #a48868;
    color: #fff;
    width: 1122px;
    padding-left: 15px;
    overflow: hidden;
    padding-top: 3px;
    padding: 20px 0 20px 15px;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.colorway_advert .colorway_block_wrapper{
    display: inline-block;
    width: 50%;
    background: url(../images/sep_r.png) 529px 13px no-repeat;
}
.colorway_advert .colorway_block_wrapper h3{

    font-size: 25px;
    margin-top: 26px;
    color: #fff;
}
.colorway_advert .colorway_block{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}
.colorway_advert .block_one{
}
.colorway_advert .block_two{
}
.colorway_advert .block_three{
}
.colorway_advert .colorway_block.block_four{
    width: 48%;
    margin-right: 0;
    text-align: center;
}
.colorway_advert .colorway_block.block_four img{
    max-width: 100%;
    margin-top: 26px;
}
.colorway_advert .colorway_block a {
    margin-right:10px;
    margin-left:5px;
}
.colorway_advert .colorway_block_wrapper .btn{
    display: inline-block;
    font-size: 18px;
    color: #444;
    display: inline-block;
    padding: 10px 32px;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    webkit-box-shadow: 0 3px 0 #8d7559;
    -moz-box-shadow: 0 3px 0 #8d7559;
    box-shadow: 0 3px 0 #8d7559;
}
.colorway_advert .colorway_block_wrapper .btn.btn-demo{
    background-color: #f8d288;
    margin-left: 43px;
    margin-right: 12px;
}
.colorway_advert .colorway_block_wrapper .btn.btn-demo:hover{
    background-color: #FFCE4D;
}
.colorway_advert .colorway_block_wrapper .btn.btn-upgrade{
    background-color: #fff;
    color: #444;
}
.colorway_advert .colorway_block_wrapper .btn.btn-upgrade:hover{
    background-color: #E5A862;
}
.colorway_advert .colorway_block ul li{
    font-size: 16px;
    margin-bottom: 15px;
    margin-left: 5px;
    line-height: 24px;
}
.colorway_advert .colorway_block ul li .dashicons{
    margin: 4px 7px 13px 0;
    vertical-align:middle;
    font-size:19px;
    float: left;
}
.colorway_advert span {color: #BAF10B;}
.btn_upsell{float:right;}
.ui-tabs ul li .currunt,.ui-tabs ul li .active{background-color:#2B2121;} 
/************* option header ***************/
.colorway-header {
    background-color: #31a3dd;
    color: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#31a3dd), to(#31a3dd));
    background-image: -webkit-linear-gradient(top, #31a3dd, 0%, #31a3dd, 100%);
    background-image: -moz-linear-gradient(top, #31a3dd 0%, #31a3dd 100%);
    background-image: linear-gradient(to bottom, #31a3dd 0%, #31a3dd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff258cd1', GradientType=0);
    min-height: 62px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;   
    border-radius: 6px 6px 0px 0px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
    margin-bottom:30px;
    overflow: hidden;
}

.colorway-header h2 span { float: left; 
                           font-size:18px; 
                           color:#FFF;
                           font-size: 23px;
                           font-weight: bold;
                           line-height: 29px;
                           padding-left:10px;
                           padding-top: 3px;
}
.colorway-submenu-links{ float: right;    margin-right: 20px;  }
/******* Option panel tabs style start ***********/
#colorway_wrap  {background-color:#fff;}
#options_tabs { width:95%; }
#colorway_wrap .ui-tabs .ui-tabs-nav  {

    margin-top: 0;
    list-style: none;
    position: relative;
    float: left;
    width: 180px;
    word-wrap: break-word;
    padding-left:0px;
    margin-right:30px;
    min-height:500px;
}

#nav li a {
    display: block;
    padding: 10px 15px;
    background: #E9E9E9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999;
    text-decoration: none;   
}

#colorway_wrap .ui-tabs .ui-tabs-nav li.active a {	
    font-family: Georgia;
    font-size: 17px;
    /* background-color: #31a3dd;
    color: #fff; */
    background-color: #C9D2D6;
    color: #130E0E;
    border: 1px solid #C9D2D6;		
}
#colorway_wrap .ui-tabs {    
    min-height:500px; 
}
.pro_feature_div{
    width: 166%;
    background: #eee;
    border: 1px solid #ddd;
    padding: 13px 10px 11px 10px;
    text-decoration: none;
}
.pro_feature_div span{
    float: right;
    margin-top: -5px !important;
}
.controls a.pro_link{
    text-decoration: none;
    color: #555;
    font-size: 14px;
}
