body {
    margin: 0px;
    background: #faf5ef;
    font-family: "Manrope", sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    color: #111;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-10 {
    padding-bottom: 10px;
}

.mb-20 {
    margin-bottom: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}


[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}


@media only screen and (min-width:768px) {
    .col-sm-4 {
        max-width: 33.333%;
    }

    .col-sm-8 {
        max-width: 66.66666667%;
    }

    .col-sm-2 {
        max-width: 16.66666667%;
    }

}

.text-center {
    text-align: center;
}

.main-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 80px;
}

.font-50 {
    font-size: 50px;
    line-height: 62px;
    font-weight: 800;
}

.font-45 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
}


.blue-txt {
    color: #131132;
}

.black-txt {
    color: #000;
}

.white-txt {
    color: #FFF;
}

.white-bg {
    background: #fff;
}

.loadmorebtn {
    padding-top: 1px;
}

.loadmorebtn .readmoreBtn {
    margin: 0 0 0 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    line-height: 40px;
    text-transform: none;
    font-weight: 600;
    text-decoration: none;
    background-color: #131132;
    border: solid 1px #131132;
}

.loadmorebtn .readmoreBtn.active,
.loadmorebtn.readmoreBtn:hover {
    background: #f23645;
    color: #fff !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.postLoadmoreBtn {
    background: none;
    margin: 0px 0 50px;
    border-radius: 7px;
    display: inline-block;
    padding: 3px;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    border: 1px solid #131132;
}

.postLoadmoreBtn span {
    background: none;
    color: #131132;
    border-radius: 7px;
    padding: 12px 40px;
    display: block;
    font-size: 17px;
    font-weight: 700;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.postLoadmoreBtn:hover {
    background: #131132;
}

.postLoadmoreBtn span:hover {
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.mw-960 {
    max-width: 900px;
    margin: auto;
}

.mw-800 {
    max-width: 800px;
    margin: auto;
}

.mw-800 ul {
    margin: 15px 0 30px 30px;
}

.mw-800 ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}

.relatedPostArea {
    background: #fff;
}

.qdisclaimer {
    background: #ffffd8;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin-top: 100px;
    border: 1px solid #f23645;
}

.qdisclaimer p {
    font-size: 14px;
}


.ebook {
    width: 100%;
    margin: auto;
}

.ebook .text-center {
    text-align: center;
}

.ebook h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    text-align: center;
}

.ebook h3 {
    font-size: 25px;
    line-height: 50px;
    font-weight: 800;
    text-align: center;
}

.ebook p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    padding: 10px 0;
}

.ebook ul {
    margin: 15px 0 30px 50px;
}

.ebook ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.ebook .btn {
    background: #151a24;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    padding: 20px 50px;
    display: inline-block;
    border-radius: 50px;
}

.ebook .btn:hover {
    background: #f23645;
}

.ebook .ebook-header {
    background: #fdfdfd;
    padding: 50px;
    float: left;
    text-align: center;
}

.ebook .ebook-header span {
    font-size: 17px;
    font-weight: 700;
    padding: 6px 30px;
    background: #639d5d;
    border-radius: 50px;
    color: #fff;
}

.ebook .ebook-header h1 {
    font-size: 70px;
    color: #000;
    line-height: 80px;
    font-weight: 800;
    margin-top: 10px;
}

.ebook .ebook-header p {
    font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0;
    color: #639d5d;
    text-decoration: underline;
}

.ebook .ebook-header .left {
    float: left;
    width: 50%;
}

.ebook .ebook-header .left h6 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    padding: 30px 0;
    text-align: left;
    color: #333;
}


.ebook .ebook-header img {
    float: right;
    width: 50%;
    display: block;
}

.ebook .ebook-header ul {
    text-align: center;
    margin: 20px 0 0 0;

}

.ebook .ebook-header ul li {
    list-style: none;
    display: inline;
    font-size: 17px;
    padding-right: 10px;
}

.ebook .ebook-header ul li img {
    width: 160px;
    position: relative;
    margin-bottom: -7px;
    display: inline;
    float: none;
}

.ebook .highlights {
    width: 100%;
    padding: 50px 0;
    float: left;
    background: #f6f0e9;
}

.ebook .highlights .lights {
    border: solid 1px #999;
    border-radius: 7px;
    padding: 20px;
    background: #fff;
    float: left;
    font-size: 30px;
    width: 22%;
    text-align: center;
    margin-right: 20px;
    height: 200px;
    box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.15);
}

.ebook .highlights .lights div:last-child {
    margin-right: 0;
}

.ebook .highlights .lights img {
    width: 60px;
}

.ebook .content {
    background: #fff;
    width: 100%;
    padding: 50px 0;
    float: left;
}

.ebook .about {
    background: #f6f0e9;
    width: 100%;
    padding: 60px 0;
    float: left;
}

.ebook .about .about-content {
    width: 50%;
    float: left;
    border-right: solid 1px #999;
    padding-right: 20px;
    margin-bottom: 50px;
}

.ebook .about .about-content h2 {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
}

.ebook .about .about-content p {
    font-size: 17px;
    line-height: 25px;
}

.ebook .about .about-content ul li {
    font-size: 17px;
}

.ebook .about .about-content div:last-child {
    margin-right: 0;
    border-right: none;
}

.ebook .inside {
    background: #f23645;
    width: 100%;
    padding: 70px 0;
    float: left;
}

.ebook .inside h2 {
    text-align: center;
    color: #fff;
}

.ebook .inside .mw-960 {
    border-radius: 20px;
    padding: 50px;
    background: #fff;
    margin-top: 30px;
}

.ebook .get {
    background: #fff;
    width: 100%;
    padding: 70px 0;
    float: left;
    color: #fff;
}

.ebook .get .mw-960 {
    border-radius: 20px;
    padding: 20px;
    background: #16161e;
    display: flex;
}

.ebook .get .mw-960 .left {
    width: 50%;
    float: left;
    background: #1a1b26;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #262838;
}

.ebook .get .mw-960 .left p {
    color: #fff;
}

.ebook .get .mw-960 .left h5 {
    color: #fff;
    font-size: 60px;
}

.ebook .get .mw-960 .left .btn {
    background-color: #f23645;
}

.ebook .get .mw-960 .right {
    width: 50%;
    float: left;
}

.ebook .faqs {
    padding: 70px 0;
}

.ebook .faq-section {
    max-width: 800px;
    margin: 40px auto;
}

.ebook .faq-item {
    border-bottom: 1px solid #ddd;
}

.ebook .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
}

.ebook .faq-question:hover {
    background: #f9f9f9;
}

.ebook .faq-icon {
    transition: transform 0.3s ease;
}

.ebook .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 16px;
    font-size: 20px;
    line-height: 1.6;
}

.ebook .faq-item.active .faq-answer {
    max-height: 300px;
    padding: 16px 16px 32px 16px;
}

.ebook .faq-item.active .faq-icon {
    transform: rotate(45deg);
}




header#site-header {
    padding: 25px 0;
    background: none;
}

header#site-header .container {
    display: flex;
    align-items: center;
    position: relative;
}

header.site-header .menu-toggle-btn {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    width: 30px;
    text-align: right;
    height: 30px;
    margin-top: -2px;
    justify-content: center;
}

header.site-header .menu-toggle-btn span {
    background: #FFF;
    height: 3px;
    display: block;
    margin: 4px 0;
    width: 28px;
    margin-left: auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

header.site-header .close-icon .menu-toggle-btn {
    margin-top: 2px;
}

header.site-header .close-icon .menu-toggle-btn span {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 0;
    position: relative;
}

header.site-header .close-icon .menu-toggle-btn span:nth-child(2) {
    display: none;
}

header.site-header .close-icon .menu-toggle-btn span {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 0;
    position: relative;
    top: 13px;
}

header.site-header .close-icon .menu-toggle-btn span:nth-child(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0;
    top: -2px;
}

.site-branding img {
    width: 25%;
}

nav.site-navigation ul.menu {
    display: flex;
    flex-wrap: wrap;
}

nav.site-navigation {
    margin-left: auto;
}

nav.site-navigation ul.menu li.menu-item a {
    color: #131132;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 600;
}

nav.site-navigation ul.menu li.menu-item {
    padding: 0 10px;
}


header.site-header .searchIcon {
    width: 28px;
    min-width: 28px;
    height: 28px;
    display: block;
    margin-top: 5px;
    margin-left: 20px;
    cursor: pointer;
}

header.site-header .searchIcon img {
    opacity: 0.3;
}

header.site-header .searchOuter {
    background: linear-gradient(92.6deg, #736325 13.9%, #4062bb 82.81%);
    padding: 3px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    max-width: 220px;
    display: none;
    position: absolute;
    right: 15px;
    top: 56px;
}

header.site-header .searchOuter form#searchform {
    background: #000;
    padding: 0 45px 0 0;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

header.site-header .searchOuter form#searchform input:focus,
header.site-header .searchOuter form#searchform input {
    background: none;
    border: none;
    outline: none;
}

header.site-header .searchOuter form#searchform input.searchInput {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #7f8488;
    width: 100%;
    border: 1px solid #000;
    padding-left: 15px;
    border-radius: 50px;
}

header.site-header .searchOuter form#searchform input.searchBtn {
    background: url(../images/searchicon.svg) no-repeat center;
    background-size: 28px;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: 3px;
    right: 6px;
    padding: 20px;
    cursor: pointer;
    opacity: 0.3;
}

header.site-header .searchOuter form#searchform input.searchInput:-webkit-autofill,
header.site-header .searchOuter form#searchform input.searchInput:-webkit-autofill:hover,
header.site-header .searchOuter form#searchform input.searchInput:-webkit-autofill:focus,
header.site-header .searchOuter form#searchform input.searchInput:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    -webkit-text-fill-color: #7f8488;
}

.banner-con {
    background-color: #e59831;
    background-image: url("https://theswingtrades.com/wp-content/themes/designblogs/images/banner-bg2.webp");
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 50px;
    padding-top: 110px;
    margin-top: -100px;
}

.main-banner-txt {
    padding: 0;
}

.main-banner-txt p {
    font-size: 20px;
    line-height: 30px;
    color: #131132 !important;
}

.main-banner-txt h1 {
    color: #131132 !important;
}

.featured-postInfo h2 a {
    color: #000;
    font-size: 65px;
    font-weight: 800;
}

.featured-postInfo .featuredTag {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50px;
    padding: 0 20px;
    background-color: #0c39c8;
}

.featured-postInfo .readmoreBtn {
    margin: 5px 8px;
    display: inline-block;
    align-items: center;
}

.readmoreBtn a {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0;
    color: #fff;
    display: block;
    padding: 5px 30px;
    line-height: 40px;
    text-transform: none;
    font-weight: 600;
    text-decoration: none;
    background-color: #131132;
    border: solid 1px #131132;
}

.readmoreBtn.active,
.readmoreBtn:hover a {
    background: #f23645;
    color: #fff !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.menu-categories-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
}

.menu-categories-link .item {
    background: #7f8387;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 5px 8px;
    display: flex;
    align-items: center;
    padding: 3px;
}

.menu-categories-link .item a {
    margin: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #FFF;
    background: #000;
    display: block;
    padding: 0 20px 1px;
    line-height: 40px;
}

.menu-categories-link .item.active,
.menu-categories-link .item:hover {
    background: linear-gradient(92.6deg, #736325 13.9%, #4062bb 82.81%);
}


.postListArea .postCol {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    box-shadow: none;
}

.postListArea .featuredTag {
    font-size: 45px;
    color: #0b315e;
    font-weight: 800;
    padding: 0 200px 20px 200px;
    display: inline-block;
    line-height: 50px;
}

.postListArea .postCol .postImg {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.postListArea .postCol .postImg a {
    display: block;
}

.postListArea .postCol .postImg img {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.postListArea .postCol:hover .postImg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.postListArea .postInfo {
    padding: 20px 0px;
}

.postListArea .postInfo .catLink {
    padding-bottom: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.postListArea .postInfo .catLink a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 10px;
    text-decoration: none;
    background: #f23645;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.postListArea .postInfo .catLink .post-time {
    color: #6a7d94;
    font-size: 15px;
    padding-left: 15px;
}

.postListArea .postCol:hover .catLink a {
    color: #0b315e;
}

.postListArea .postInfo h2 a {
    font-size: 25px;
    color: #0b315e;
    display: block;
    font-weight: 800;
    padding: 0px;
    text-decoration: none;
}

.postListArea .postInfo h2 a:hover {
    text-decoration: none;
    background-image: linear-gradient(0, transparent 25%, #ffde00 26%, #ffde00 38%, transparent 38%);
    padding: 10px 0px;
    display: inline;
}

.page-content {
    padding: 50px 0px;
}


footer.site-footer h3 {
    font-size: 16px;
    color: #999;
    padding-bottom: 10px;
}

footer.site-footer p {
    color: #fff;
}

footer.site-footer img {
    max-width: 25%;
}

footer.site-footer .footer-link li {
    display: block;
    padding: 5px 0;
}

footer.site-footer .footer-link li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

footer.site-footer .footer-link li a:hover {
    text-decoration: underline;
}

footer.site-footer .footer-top-bg {
    background: #2d2d30;
}

footer.site-footer .footer-top-bg {
    color: #fff;
}


.footer-bottom-bg {
    background: #1e1e1e;
    padding: 20px 0;
}

.footer-bottom-bg p {
    font-size: 14px !important;
    color: #fff !important;
}

.footer-bottom-bg .bottom-link a {
    font-size: 14px;
    color: #fff;
    margin-right: 30px;
    text-decoration: none;
}

.footer-bottom-bg .bottom-link a:hover {
    text-decoration: underline;
}

.footer-bottom-bg .footer-disclaimer {
    color: #999 !important;
    line-height: 20px;
}


.singlePostarea .singlepostcat {
    background: #131132;
    display: inline-block;
    color: #fff;
    padding: 3px 15px;
    line-height: 30px;
    border-radius: 7px;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.singlePost-content .singleImg {
    margin-top: 0px;
}

.singlePost-content .singleImg img {
    margin-top: -50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.singlePost-content .singlePostinfo {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 100px;
}

.singlePost-content .singlePostinfo h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    padding: 10px 0;
}

.singlePost-content .singlePostinfo h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    padding-bottom: 15px;
    padding-top: 20px;
    color: #0b315e;
}

.singlePost-content .singlePostinfo h3 a {
    color: #0b315e;
}

.singlePost-content .singlePostinfo h3 a:hover {
    background-image: linear-gradient(0, transparent 25%, #ffde00 26%, #ffde00 38%, transparent 38%);
    padding: 10px 0px;
    display: inline;
}

.singlePost-content .singlePostinfo h4 {
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 10px;
}

.singlePost-content .singlePostinfo ul {
    margin: 0 0 30px 40px;
}

.singlePost-content .singlePostinfo ul li {
    list-style: disc;
    padding: 0 0 12px 0;
    line-height: 27px;
    font-size: 17px;
    font-weight: 500;
}

.singlePost-content .singlePostinfo .btn a {
    margin-top: 30px;
    background: #f23645;
    border-radius: 7px;
    color: #fff;
    padding: 13px 20px;
    text-decoration: none;
    font-weight: 600;
}

.singlePostarea .authorInfo {
    border: 1px solid #000;
    background: #f9f4f4;
    border-radius: 4px;
    text-align: center;
    padding: 20px;
    padding-top: 0;
    margin-top: 60px;
}

.singlePostarea .authorInfo .authorImg {
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background: linear-gradient(92.6deg, #736325 13.9%, #4062bb 82.81%);
    padding: 3px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    box-shadow: 0 4px 7px rgb(0 0 0 / 24%);
}

.singlePostarea .authorInfo .authorImg img {
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    height: 74px;
    width: 100%;
}

.singlePostarea .authorInfo h3 {
    font-size: 17px;
    padding: 15px 0;
}

.singlePostarea .authorInfo h3 span {
    color: #444;
    font-weight: 500;
}

.singlePostarea .authorInfo p {
    padding-bottom: 0;
}

.rlinks {
    border: 1px solid #000;
    background: #f9f4f4;
    border-radius: 4px;
    padding: 20px;
    margin: 25px 0 30px 0;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.rlinks ul {
    margin: 0 0 0 15px !important;
}

.rlinks ul li {
    list-style: none !important;
}

.rlinks ul li:before {
    position: absolute;
    content: "\-";
    background: url(https://tubeskills.com/wp-content/themes/channelart-child/images/staricon.svg) no-repeat;
    font-size: 25px;
    color: #f9f4f4;
    padding: 6px;
}

.rlinks a {
    font-weight: 700;
    margin-left: 30px;
}

.rlinks a:hover {
    text-decoration: underline;
}

@media only screen and (max-width:767px) {
    header.site-header .searchIcon {
        margin: 4px 20px 0 auto;
    }

    header.site-header .searchOuter {
        max-width: 100%;
        left: 15px;
    }

    header.site-header nav.site-navigation {
        display: none;
        position: absolute;
        left: 0;
        top: 68px;
        background: #1d1d1d;
        width: 100%;
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    header.site-header nav.site-navigation ul.menu li.menu-item {
        padding: 14px 10px;
        width: 100%;
        border-top: 1px solid #000;
    }


}

@media only screen and (max-width:768px) {
    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }

    .font-45 {
        font-size: 30px;
        line-height: 40px;
    }

    .font-50 {
        font-size: 40px;
        line-height: 52px;
        font-weight: 800;
        color: #000;
    }

    .main-heading {
        font-size: 50px;
        line-height: 60px;
        display: block;
    }

    .menu-categories-link {
        padding-bottom: 30px;
    }

    footer.site-footer h3 {
        padding-bottom: 0;
    }

    .col-xs-12.col-sm-2.footer-link {
        padding-top: 20px;
    }

    footer.site-footer .footer-bottom-bg .d-flex.align-items-center {
        justify-content: center;
    }

    footer.site-footer .footer-bottom-bg p.ml-auto.pb-0 {
        margin: auto;
        padding-top: 5px;
    }

    .singlePost-content .singlePostinfo {
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (min-width:768px) {

    header.site-header .menu-toggle-btn {
        display: none !important;
    }

}

@media only screen and (min-width:100px) and (max-width:1169px) {
    .postListArea .postInfo h2 a {
        font-size: 18px;
        line-height: 30px;
    }

    .postLoadmoreBtn {
        margin-top: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1169px) {

    footer.site-footer .footer-top-bg .col-xs-12.col-sm-8 {
        max-width: 48%;
    }

    footer.site-footer .footer-top-bg .col-xs-12.col-sm-2.footer-link {
        max-width: 26%;
    }

}