/*
Theme Name: Wordify
Theme URI: http://www.bracket.gr
Author: Thanos Eleftherakos - bracket
Author URI: http://www.thanoseleftherakos.com
Description: Wordpress starter theme with support for ES6, SCSS, VueJS, Browsersync, SFTP uploads, Image Minification and many more - built with Gulp v4
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wordify
Tags:
*/


.col-layout {
    width: 100%;
    display: flex;
}
.col-left {
    width: 30%;
}
.col-right {
    width: 70%;
    padding: 0 2%;
}
.col-left ul {
    list-style: none;
    margin: 0;
    padding: 0 30px 0 20px;
}
.col-left ul li{
    padding: 10px 0;
}
.col-left ul li.active, .col-left ul li:hover {
    color: #679436;
}
.help-content {
    margin-top: 50px;
    margin-bottom: 100px;
}
.help-content .label-box {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
.help-content .label {
    padding: 20px 0;
    color: #08678E;
}
.help-content .url-box {
    display: flex;
    max-width: 1000px;
    align-items: center;
    margin: 0 auto;
    margin-top: 100px;
    justify-content: space-between;
    text-align: center;
}
.help-content .url-box a {
    max-width: 300px;
}
.help-content .url-box .title {
    padding: 10px 0;
    font-size: 36px;
    font-weight: bold;
}
.help-content .url-box .text {
    font-size: 14px;
    padding: 0 50px;
}

.support {
    margin-top: 0;
}
.support-content {
    background-color: #08678ed1;
    /*margin: 0 -40px 0 -40px;*/
    padding: 60px;
    color: #fff;
}
.support-content .label-box {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
.support-content .label {
    padding: 20px 0;
}
.support-content .url-box {
    display: flex;
    max-width: 700px;
    align-items: center;
    margin: 0 auto;
    margin-top: 100px;
    justify-content: space-between;
    text-align: center;
}
.support-content .url-box a {
    max-width: 300px;
}
.support-content .url-box .title {
    padding: 10px 0;
    font-size: 22px;
    font-weight: bold;
}
.support-content .label-box .text {
    font-size: 80px;
    font-weight: bold;
}
.support-content .url-box .text {
    font-size: 14px;
}
.support-content .separator {
    border-left: 1px solid #fff;
    height: 100px;
}
.s-page {
    padding-bottom: 50px !important;
}

.faq-box {
    background-color: #fff;
}
.heading {
    color: #000;
    font-size: 19px;
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
}
.heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #160f0f;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 5px;
}
.active.heading::before {
    transform: rotate(-180deg);
}
.not-active.heading::before {
    transform: rotate(0deg);
}
.contents {
    display: none;
    padding: 15px;
    line-height: 1.5;
}
.contents p {
    font-size: 15px !important;
}
.faq-wrapper {
    margin-bottom: 25px;
}