body.appearance_page_colon-options .rating-div,
body.appearance_page_colon-options .notice-warning,
body.appearance_page_colon-theme-info .rating-div,
body.appearance_page_colon-theme-info .notice-warning {
    margin: 35px;
}

body.appearance_page_colon-options #spiraclethemes-site-library-notice-id,
body.appearance_page_colon-theme-info #spiraclethemes-site-library-notice-id {
    margin: 35px;
}

.theme-info .middle-section {
    background: #f1f1f1;
}

.appearance_page_colon-options #wpcontent,
.appearance_page_colon-theme-info #wpcontent {
    padding-left: 0;
}

.theme-info{
    margin-top: 0;
}

.theme-info .container{ 
    margin: auto;
    width: 980px;
}

.theme-info .row{
    margin-left: -15px;
    margin-right: -15px;
}

.theme-info .col-md-2{
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 28%;
}

.theme-info .col-md-3{
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 28%;
}

.theme-info .sidebar-right {
    width: 22% !important;
    margin-left: 30px;
}

.theme-info .col-md-4{
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 30%;
    display: inline-block;

}

.theme-info .col-md-6{
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 48%;
    display: inline-block;
}

.theme-info .col-md-9{
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 70%;
}

.theme-info .col-md-12{
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 100%;
}

.theme-info .title h1{
    margin-top: 70px;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1.1px;
    font-family: 'Poppins', sans-serif;
}

.theme-info .title h4{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.theme-info h1 > span {
    background: #f14343;
    padding: 3px 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 45px;
    vertical-align: middle;
}

.theme-info .customizer-title h3{
    font-weight: 400;
    font-size: 14px;
    padding: 5px 30px;
    padding-left: 35px;
    font-family: 'Poppins', sans-serif;
}

.theme-info .customizer-title h3 a{
    text-decoration: none;
    color: #ef4949;
}

.theme-info .quick-links h2 {
     padding: 5px 30px;
     padding-top: 30px;
}

.theme-info .title .title-content{
    margin: 40px 0;
}

.theme-info .section-box{
    margin-top: 20px;
    background: #fff;
    text-align: center; 
}

.theme-info .section-box.first {
    margin-top: 50px;
}

.theme-info .section-box.section-last{
    background: #e26868;    
}

.section-box.section-last span.dashicons{
    color: #fff;
}

.section-box.section-last .heading a{
    color: #fff;
}

.section-box.section-last .heading a:hover{
    color: #fff;
}

.theme-info .section-box.section-last {    
    border-bottom: 5px solid #b53b3b;    
}

.section-box h3{
    font-size: 11px;
}

.section-box .icon{
    padding-top: 20px;
}

.section-box .heading{
    padding: 10px 0;
}

.section-box .heading a{
    color: #555;
    text-decoration: none;  
}

.section-box .heading a:hover{
    color: #f49a51;
}

.section-box span.dashicons{
    color: #23282d;
    font-size: 25px;
}

.comp-box,
.theme-info .quick-links{
    margin: 50px 0;
    background: #fff;
}

.theme-info .quick-links{
    padding-bottom: 30px;
}

.comp-box table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.comp-box table thead td.thead-column1{
    width: 60%;
    text-align: center;
}


.comp-box table thead td.thead-column2,
.comp-box table thead td.thead-column3{
    width: 20%;
    text-align: center;
}

.comp-box .table-heading{
    padding-top: 40px;
}

.comp-box table tbody td.tbody-column1{
    width: 60%;
    padding-left: 30px;
    line-height: 2;
}

.comp-box table tbody td.tbody-column2,
.comp-box table tbody td.tbody-column3{
    text-align: center;
}

.comp-box tbody .dashicons-no-alt{
    color: #fb0000;
}

.comp-box tbody .dashicons-yes{
    color: #38ad2a;
}

.comp-box tbody td{
    border: 1px solid #dedede;
}

.comp-box tr.last-row td{
    padding: 30px;
}

.theme-info .top-section {
    background: #fff;
    min-height: 180px;
}

.theme-info .review-content span {
    color: #ef4949;
}

@media only screen and (max-width: 480px){

    .theme-info{
        margin-top: 50px;
    }

    .theme-info .container{ 
        margin: auto;
        width: 100%;
    }   

    .theme-info .col-md-9 {
        width: 100%;
    }

    .theme-info .col-md-2{      
        margin-bottom: 20px;
        width: 45%;
    }

    .theme-info .col-md-3{      
        margin-bottom: 20px;
        width: 100%;
    }

    .theme-info h1 > span {
        vertical-align: middle;
    }

    .theme-info .title h1 {
        margin-top: 0 !important;

    }

    .theme-info .top-section {
        min-height: 150px;
        padding: 35px;
    }

    .theme-info .col-md-9 {
        width: 95%;
    }

    .theme-info .quick-links {
        margin-left: 10px;
    }

    .theme-info .col-md-3 {
        width: 88% !important;
    }

    .theme-info .review-content p {
        margin: 30px;
        line-height: 2;
    }

}

@media only screen and (min-width: 481px) and (max-width: 980px) { 

    .theme-info .top-section {
        min-height: 250px;
    }

    .theme-info .container {
        margin: auto;
        width: 85% !important;
    }

    .theme-info .col-md-9 {
        width: 100%;
    }

    .theme-info .sidebar-right {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .theme-info{
        margin-top: 50px;
    }

    .theme-info .container{ 
        margin: auto;
        width: 75%;
    }   

    .theme-info .col-md-3{      
        margin-bottom: 20px;
        width: 48%;
    }

    .theme-info .col-md-2{      
        margin-bottom: 20px;
        width: 48%;
    }
}
