/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 85%;
  margin: 25px auto;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 40px 40px;
  width: 80%;
  margin:auto;
  background: #e5e5e5;
}

.owc-title{
  display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    color: #23282D;
    word-break: break-word;
}
.owc-header p{
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
    color: #687c93;
    max-width: 580px;
    margin: 0px auto 0 auto;
    text-align: center;
}

.sub-tab{
    width: 20%;
    padding: 2% 1%;
    margin: 4px;
    background: #fbfbfb;
    border-radius: 10px;
    border: 1px solid rgba(226,230,235,0.5);
    box-shadow: 0 2px 5px rgb(143 163 184 / 10%);
    display: inline-block;
}
@media (max-width:1200px){.sub-tab{
        width: 40%;
    }
}

@media (max-width:691px){ .sub-tab{
        width: 90%;
    }
}
.owc-button:hover, .owc-button:focus {
    color: #2e4453;
    border-color: rgba(190,196,203,0.7);
}
.owc-button {
    color: rgba(46,68,83,0.8);
    background: #fff;
    border-color: #e2e6eb;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}
[class*='owc-button'], .wp-core-ui .button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--buttonHeight, 35px);
    padding: 0 var(--buttonPadding, 15px);
    font-size: var(--buttonFontSize, 13px);
    font-weight: 500;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.01em;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.owc-button-primary:hover, .owc-button-primary:focus, .owc-button[data-hover='blue']:hover, .owc-button[data-hover='blue']:focus {
    color: #fff;
    background: #135e96;
    border-color: #0f5488;
    box-shadow: 0 1px 4px rgb(1 96 134 / 30%);
}
.ct-extension-actions {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding: 10px 5px 10px 5px;
    border-top: 1px solid rgba(226,230,235,0.5);
    background: rgba(240,240,241,0.6);
}
.owc-button-primary {
    color: #fff;
    background: #2271b1;
    border-color: rgba(1,118,165,0.6);
    box-shadow: 0 1px 4px rgb(1 96 134 / 20%);
}
#Changelog code{
    padding:0;
    font-size: 15px;
}
#Changelog code pre{
    padding: 20px 30px 20px;
    border: 2px solid #ccc;
    overflow: auto;
    background: #fbfbfb;
}
#accordion-panel-customizer_trending_post_panel:before{
    content: "Extensions";
    font-weight: 900;
    font-size: 16px;
    padding: 20px;
}
li#accordion-panel-customizer_trending_post_panel {
    margin-top: 25px;
}
#customize-control-trending_post_fontstyle, 
#customize-control-trending_post_transform
{
    width: 48%;
    clear: none;
    padding-right: 5px;
}
#customize-control-trending_post_title_fontstyle, 
#customize-control-trending_post_title_transform
{
    width: 48%;
    clear: none;
    padding-right: 5px;
}
li#accordion-panel-customizer_trending_post_panel h3 {
    margin-top: 15px;
}
.owc-customizer-shortcode,.owc-support-container {
    text-align: center;
    display: inline-block;
    margin-top: 25px;
}
.owc-support-container {
    margin-top: 100px;
    padding: 50px;
    border-radius: 3px;
    background: #f5f7f9;
    display: block;
}
.action-watch {
    float: right;
    width: 30px;
    text-align: center;
    height: 25px;
    cursor: pointer;
}
.olivewp-wrap .action-list .action .action-title {
    margin: 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
}
#recommended_actions .olivewp-wrap .action-list .action a.button {
    margin-top: 15px;
    display: inline-block;
}
#recommended_actions.lite .action.spice-col-3 {
    width: 40%;
    display: inline-block;
    margin: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fbfbfb;
}
.action-desc {
    margin-bottom: 12px;
}
.button span.dashicons.dashicons-yes {
    color: #4CAF50;
    margin-top: 3px;
}
#getting_started .olivewp-info-title {
    font-size: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    display: block!important;
}
.spice-row .spice-col-3 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.olivewp-page .olivewp-page-top {
    font-size: 20px;
    padding: 12px 15px;
    font-weight: 600;
}
.olivewp-page .olivewp-page-content {
    padding: 0px 15px 0;
    margin-top: 10px;
    overflow: auto;
    background-color: #fbfbfb;
    border-radius: 10px;
}
.olivewp-page-list-flex {
    list-style: none;
    margin: 0px;
    padding-top: 8px;
    box-sizing: border-box;
    list-style: none;
    box-sizing: border-box;
    width: 50%;
    box-sizing: border-box;
    float: left;
    font-size: 1rem;
}
.olivewp-page-list-flex li:last-child{border-bottom: 0;}
.olivewp-page-list-flex.first{border-right: 1px solid #ccc;}
.olivewp-page-list-flex li {
        box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding: 12px 15px;
    font-size: 1rem;
}
@media (max-width:691px){
    .spice-row .spice-col-3 {
        padding-left: 0;
        padding-right: 0;
        margin: 20px 0;
    } 
    .action.spice-col-3{
        width: 100%;
        margin: 5px 0;
        padding: 0 10px;
    }
    .olivewp-page-list-flex li {
     width: 100%;
    }
    .tabcontent{
        width: 100%;
        padding: 40px 0;
    }
    .action-box {
    padding: 10px 24px;
}
   
}
@media (max-width:1200px){
    .spice-row .spice-col-3 {
        width: 100%;
    }
}

 @media screen and (max-width: 782px)
{
.auto-fold #wpcontent {
                position: relative;
                margin-left: 0;
                padding-left: 0;
        }
}
#recommended_actions.lite .action-list {text-align: center;}
#recommended_actions .sub-tab, #Extensions .sub-tab{ padding: 2% 2%; text-align: left;}
#Home .owc-customizer-shortcode h2 {
    font-size: 20px;
}
#getting_started .olivewp-page-list-flex li a {
    color: #ff6f61;
    text-decoration: none;
}
#getting_started .olivewp-page-list-flex li a:hover {
    color: #ce473a;
}