.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.row {
    max-width: 1280px;
}

/* -- main styles -- */

figure {
  margin: 0;
}

.entry-content .nopad ul, 
.entry-content .nopad ol {
    margin: 0;
    padding: 0;
}

.entry-content ol > li {
  list-style-type: none;
}

.nopad {
	padding:0px;
}

.nopad ul li {
	list-style: none;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.invi {
	visibility: hidden;
	opacity: 0;
}


/*tutorial page*/


.page-template-page-tutorial .site {
	max-width:none;
}

.page-template-page-tutorial .site .site-content {
	padding:0;
}


.content {
    width: 100%;
}

.site-inner {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    max-width: none;
}

.site-inner .row {
    max-width: 1120px;
}

.tutorial-intro {
    background-size: cover!important;
    position: relative;
    padding-top: 60px;
}

.tutorial-intro .row {
    position: relative;
}

.tutorial-intro-text {
    text-align: center;
    padding: 0 8.5%;
    margin-bottom: 130px;
}

.tutorial-title span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.29;
    letter-spacing: 4px;
    color: #f7a541;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tutorial-title {
    font-size: 36px;
    line-height: 1.22;
    color: #333333;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.tutorial-intro .tutorial-title {
    border-bottom: 1px solid #e7e8eb;
}

.tutorial-description {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    color: #2d3142;
    padding: 0 20%;
}

.intro-chapter-list .chapter-list-img img {
  box-shadow: none;
}

.intro-chapter-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.intro-chapter-list ul li {
    width: 28.6%;
    float: left;
    margin-right: 7%;
    margin-bottom: 32px;
    list-style-type: none;
}

.intro-chapter-list ul li:last-child {
    margin: 0;
}

.intro-chapter-list ul li a {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 100px 40px 40px;
		text-decoration: none;
}

.chapter-list-img {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s;
}

.chapter-list-img img {
    max-width: 140px;
}

.chapter-list-title span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.29;
    letter-spacing: 4px;
    color: #f7a541;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.chapter-list-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    color: #333333;
    margin-bottom: 32px;
    min-height: 96px;
}

.btn-chapter,
.btn-chapter:focus,
.btn-chapter:active {
    position: relative;
    background: #fff;
    color: #f7a541;
    font-size: 14px;
    line-height: 2.29;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #f7a541;
    border-radius: 4px;
    text-align: left;
    transition: 0.2s;
}

.btn-chapter:after {
    content: '';
    position: absolute;
    background: url('../img/arrow-next-yellow.svg') no-repeat;
    background-size: cover!important;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 16px;
    transition: 0.2s;
}

.intro-chapter-list ul li a:hover .btn-chapter,
.btn-chapter:hover {
    background: #f7a541;
    color: #fff;
}

.intro-chapter-list ul li a:hover .btn-chapter:after,
.btn-chapter:hover:after {
    background: url('../img/arrow-next-enabled.svg') no-repeat;
    height: 28px;
    width: 28px;
}

.intro-chapter-list ul li a:hover .chapter-list-img {
    top: -80px;
}

.download-block {
    text-align: center;
    position: relative;
    padding: 40px 60px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    color: #333333;
    z-index: 3;
    margin-bottom: 40px;
    margin-top: -40px;
}

.chapter .download-block {
    padding: 60px 60px 52px;
}

.tutorial-intro .download-block {
    transform: translateY(50%);
    margin: 0;
}



.download-block span {
    display: inline-block;
    margin-right: 55px;
    margin-bottom: 15px;
}

.chapter-pages .download-block span {
    margin-bottom: 28px;
}

.download-block a {
    display: inline-block;
}

.btn-download,
.btn-download:focus,
.btn-download:active {
    position: relative;
    background: #f7a541;
    color: #fff;
    font-size: 14px;
    line-height: 2.29;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 60px 10px 24px;
    border: 1px solid #f7a541;
    border-radius: 4px;
    text-align: left;
    transition: 0.2s;
}

.btn-download:after {
    content: '';
    position: absolute;
    background: url('../img/arrow-next-enabled.svg') no-repeat;
    background-size: cover!important;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    height: 28px;
    width: 28px;
    transition: 0.2s;
}

.btn-download:hover {
    opacity: 0.8;
}

/*chapter*/
.chapter {
    position: relative;
}
.chapter-intro {
    background-size: cover!important;
    position: relative;
    text-align: center;
    padding-top: 140px;
    z-index: 1;
    height: 740px;
}

.chapter-intro .tutorial-title,
.chapter-intro .tutorial-title span {
    color: #fff;
}

.row.row-small {
    max-width: 980px;
}

.chapter-pages {
    position: relative;
    z-index: 3;
    margin-top: -435px;
}

.page-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    padding: 40px 10.2% 80px;
    margin-bottom: 80px;
}

.entry-comments,
.comment-respond {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    padding: 40px 10.2% 80px;
    margin-bottom: 40px;
}

.entry-comments .comment-list li {
    padding: 40px 0 0 30px;
    list-style-type: none;
}

.entry-comments .comment-list .depth-1 {
    padding-left: 0;
}

.entry-comments .comment-author,
.entry-comments .comment-meta {
    margin-bottom: 0;
}
.entry-comments .comment-header {
    margin-bottom: 30px;
}
.entry .comment-respond .comment-reply-title {
    margin-bottom: 10px;
}
.comment-form textarea,
.comment-form textarea:focus,
.comment-form textarea:active {
    resize: vertical;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
    padding: 16px;
    color: #333;
}
.comment-form input,
.comment-form input:focus,
.comment-form input:active {
    font-size: 18px;
    font-weight: 400;
    padding: 16px;
    width: 50%;
    color: #333;
    box-shadow: none;
    height: auto;
}


.form-submit button,
.form-submit input[type=button],
.form-submit input[type=reset],
.form-submit input[type=submit],
.form-submit .button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    transition: 0.2s;
}

.form-submit button:focus,
.form-submit button:hover,
.form-submit input[type=button]:focus,
.form-submit input[type=button]:hover,
.form-submit input[type=reset]:focus,
.form-submit input[type=reset]:hover,
.form-submit input[type=submit]:focus,
.form-submit input[type=submit]:hover,
.form-submit .button:focus,
.form-submit .button:hover {
    background-color: #c3251d;
    color: #fff;
}



.page-header-container {
    border-bottom: 1px solid #e7e8eb;
    padding-bottom: 40px;
}

.page-header {
    position: relative;
    padding-right: 4.1%;
}

.chapter-title {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 2px;
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 20%;
}

.page-nav-container {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-nav {
    position: relative;
    background: #f9f9f9;
    border-radius: 26px;
    width: 152px;
    height: 52px;
}

.page-nav span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    text-align: center;
}

.page-nav a {
    display: block;
}

.page-nav a.page-next:after,
.page-nav a.page-prev:after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    background-size: cover!important;
    width: 32px;
    height: 32px;
    transition: 0.2s;
}

.page-nav a.page-next:hover:after,
.page-nav a.page-prev:hover:after {
    opacity: 0.8;
}


.page-nav a.disabled:after {
    opacity: 0.2;
    pointer-events: none;
}

.page-nav a.page-next:after {
    right: 10px;
    background: url("../img/arrow-next-grey.svg") no-repeat;
}

.page-nav a.page-prev:after {
    left: 10px;
    background: url("../img/arrow-prev-grey.svg") no-repeat;
}

.page-body {
    padding-top: 40px;
}

.page-todo-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    color: #333333;
    margin-bottom: 20px;
}

.page-todo-list {
    position: relative;
    background: #fbdd71;
    border-radius: 8px;
    padding: 28px 40px 28px 17.4%;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #333333;
    margin-bottom: 80px;
}

.page-todo:last-child .page-todo-list {
    margin-bottom: 0;
}

.page-todo-list span {
    font-weight: 300;
}

.page-todo-list:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 44px;
    background: url("../img/todo.svg") no-repeat;
    background-size: cover;
    width: 50px;
    height: 60px;
}

.page-todo-list ol li {
    position: relative;
    margin-bottom: 10px;
}

.page-todo-list ol li:last-child {
    margin-bottom: 0;
}

.page-todo-list ol {
    counter-reset :item;
}

.page-todo-list ol li:before {
    counter-increment: item;
    content: counters(item, ".") ".";
    top: 0;
    left: 0;
    font-weight: 700;
    color: #333333;
    padding-right: 5px;
}

.page-img-small {
    background: #fff;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.page-img-small {
    display: flex;
    padding: 32px;
    margin-bottom: 40px;
    align-items: center;
}

.page-img-small img {
    display: inline-block;
    max-height: 80px;
    margin-right: 40px;
    max-width: 50%;
}

.page-img-small .caption {
    display: inline-block;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    color: #333333;
}

.checklist ul li {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 32px;
    position: relative;
    padding-left: 52px;
}

.checklist ul li:last-child {
    margin-bottom: 0;
}

.checklist ul li:before {
    content: '';
    background: url("../img/checkbox-unchecked.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
}

/*tutorial author*/
.tutorial-author-img {
    background-size: cover!important;
    border-radius: 50%;
    padding-bottom: 98%;
}

.tutorial-author-text {
    padding-left: 40px;
}

.author-page {
    padding-top: 60px;
}

.author-page .entry a {
    color: #f7a541;
}


/*entry*/
.entry h2 {
    font-size: 36px;
    line-height: 1.22;
    color: #e86b59;
    font-weight: 400;
    margin-bottom: 20px;
}

.entry h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    color: #333333;
    margin-bottom: 20px;
}

.entry h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #333333;
}


.entry p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 30px;
}

.entry p img,
.entry img {
    max-width: 100%;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
}

.entry figure {
    max-width: 100%;
    margin-bottom: 30px;
}

.entry:last-child figure:last-child {
    margin-bottom: 0;
}

.tutorial-author-text .entry p img {
    box-shadow: none;
}

.entry a {
    color: #e86b59;
    transition: 0.2s;
}

.entry a:hover {
    opacity: 0.8;
}

.entry .wp-caption-text {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    color: #333333;
    margin-top: 20px;
}

.entry > ul {
    margin-bottom: 40px;
    padding-left: 16px;
}

.entry > ul > li {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 20px;
    padding-left: 24px;
}

.entry > ul > li:before {
    content: '';
    position: absolute;
    background: #e86b59;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 0;
    top: 12px;
}


/*Animations start*/

.fade-in {
    opacity: 0;
}

.fade-in.in-view {
    -webkit-animation: fade-in 0.8s ease-out forwards;
    animation: fade-in 0.8s ease-out forwards;
    animation-delay: 0.2s;
}

.features-list ul li:nth-child(3n+2) {
    animation-delay: 0.4s;
}

.features-list ul li:nth-child(3n+3) {
    animation-delay: 0.6s;
}

.buy-now-container .items-container .item:nth-child(2) .item-img {
    animation-delay: 0.3s;
}

.buy-now-container .items-container .item:nth-child(3) .item-img {
    animation-delay: 0.4s;
}

.fade-in-up {
    opacity: 0;
}

.fade-in-up.in-view {
    -webkit-animation: fade-in-up ease-out forwards;
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.2s;
}

.fade-in-delayed {
    animation-delay: 0.6s!important;
}
/*Animations end*/

/*Animations keyframes start*/


@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-up {
    from {
        opacity: 0;
        top: 50px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}


@keyframes fade-in-up {
    from {
        opacity: 0;
        top: 50px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}

/*Animations keyframes end*/

@media only screen and (max-width: 1230px) {
    .row {
        padding: 0 20px;
    }


    .intro-chapter-list ul li a {
        padding: 100px 20px 20px;
    }

    .chapter-list-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1023px) {
    .header-nav ul {
        display: none;
    }

    .header-logo img {
        max-width:210px;
    }

    .hamburger {
        display: inline-block;
    }

    .intro {
        margin-top: 80px;
        padding-top: 50px;
    }

    .intro-box {
        padding-right: 0;
    }

    .intro-img img {
        left: 0;
        max-width: 290px;
    }

    .intro-footer-links ul {
        text-align: center;
    }

    .features-container {
        margin-top: 40px;
    }

    .features-container .section-title {
        margin-top: 40px;
    }

    .features-list {
        margin-bottom: 30px;
    }

    .features-list ul li {
        width: 49.1%;
    }

    .features-list ul li:nth-child(2n) {
        margin-right: 0!important;
    }

    .features-list ul li:nth-child(3n) {
        margin-right: 1.66%;
    }

    .features-list ul li:nth-child(3n + 1) {
        clear: none;
    }

    .features-list ul li:nth-child(2n + 1) {
        clear: both;
    }

    .features-item-title {
        font-size: 20px;
    }

    .features-item-text {
        font-size: 18px;
        line-height: 1.36;
        margin-top: 30px;
    }

    .kit-container {
        margin-top: 30px;
    }

    .kit-container .section-title {
        margin-top: 0;
    }

    .kit-right {
        margin-top: 40px;
    }

    .buy-now-container .items-container {
        margin-top: 0;
        border: none;
        top: auto;
        margin-bottom: 40px;
    }

    .buy-now-container .item {
        border: 1px solid #e7e8eb;
        border-radius: 4px;
        margin-top: 121px;
    }

    .buy-now-container .items-container .item-box {
        padding: 152px 20px 0;
    }

    .buy-now-container .item:last-child {
        border-right: 1px solid #e7e8eb;
    }

    .buy-now-container .item-title {
        font-size: 22px;
    }

    .buy-now-container .item-price {
        font-size: 32px;
    }

    .buy-now-container .item-price span {
        font-size: 18px;
    }

    .buy-now-container .item-title {
        font-size: 16px;
        line-height: 1.5;
        min-height: auto;
    }

    .buy-now-container .item-price {
        font-size: 30px;
        line-height: 0.8;
        margin-top: 18px;
    }

    .buy-now-container .item-price span {
        font-size: 15px;
    }

    .buy-now-container .item-btn {
        margin-top: 32px;
        margin-bottom: 20px;
    }

    .buy-now-container .item .item-img img {
        top: -80px;
    }

    .author-section {
        padding-top: 60px;
    }

    .author-img {
        padding: 0;
        margin-top: 45px;
    }

    .author-right {
        padding: 0;
    }

    .author-container {
        margin-top: 0;
    }

    .author-img {
        text-align: center;
    }

    .book-info {
        margin-top: 60px;
    }

    .features-list ul li:nth-child(3n + 3),
    .features-list ul li:nth-child(3n + 2){
        animation-delay: unset;
    }

    .features-list ul li:nth-child(2n) {
        animation-delay: 0.4s;
    }

    /*tutorial*/

    .tutorial-title {
        font-size: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tutorial-description {
        font-size: 18px;
        padding: 0 10%;
    }

    .intro-chapter-list ul li {
        width: 41%;
        margin-right: 17.7%;
        margin-bottom: 50px;
    }

    .intro-chapter-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .chapter-list-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .chapter-title {
        padding-right: 30%;
    }

    .btn-chapter {
        font-size: 12px;
    }

    .intro-chapter-list ul li a:hover .btn-chapter:after,
    .btn-chapter:hover:after {
        right: 10px;
    }

    .download-block,
    .chapter .download-block {
        font-size: 22px;
        padding: 40px 30px;
    }

    .download-block span {
        margin-right: 0;
    }

    .page-item {
        padding: 40px 5% 60px;
    }
    .entry-comments,
    .comment-respond {
        padding: 40px 5% 60px;
    }

    .page-todo-list {
        font-size: 18px;
    }

    .page-todo-list:before {
        width: 43px;
        height: 51px;
        left: 25px;
    }

    .page-img-small .caption {
        font-size: 18px;
    }

    .checklist ul li {
        font-size: 18px;
    }

    .tutorial-author-img-container {
        margin-bottom: 20px;
    }


    .entry h2 {
        font-size: 28px;
    }

    .entry h3 {
        font-size: 20px;
    }

    .entry h4 {
        font-size: 18px;
    }

    .entry p {
        font-size: 18px;
    }

    .entry .wp-caption-text {
        font-size: 18px;
    }

    .entry > ul > li {
        font-size: 18px;
    }

}


@media screen and (max-width:639px) {

    .section-title {
        font-size: 28px;
        line-height: 1.36;
    }

    .header {
        padding-top: 24px;
        padding-bottom: 26px;
    }

    .header-logo {
        padding-right: 34px;
    }

    .intro {
        padding-bottom: 213px;
    }

    .intro.bottom-intro {
        padding-bottom: 50px;
        padding-top: 163px;
    }

    .intro.bottom-intro .intro-img img {
        top: -305px;
    }

    .intro-box {
        padding: 0 12px;
        margin-top: 50px;
    }

    .intro-img {
        margin-top: 40px;
    }

    .intro-img img {
        padding-right: 0;
        max-height: 316px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .intro-text {
        margin-top: 24px;
    }

    .intro-footer {
        padding-top: 136px;
        text-align: center;
    }

    .intro-footer-links ul li {
        display: block;
        margin-bottom: 32px;
        padding: 0 76px
    }
    .intro-footer-links ul li:last-child {
        margin-bottom: 0;
    }

    .guide-box {
        padding: 31px 0 0;
    }

    .features-container {
        margin-top: 40px;
    }

    .features-container .section-title {
        margin-top: 32px;
    }

    .features-list {
        margin-top: 24px;
        margin-bottom: 40px;
    }

    .features-list ul li {
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 16px;
        min-height: 162px;
        padding: 20px;
    }

    .kit-container {
        margin-top: 40px;
    }

    .kit-left{
        padding-right: 0;
    }

    .kit-container .section-title {
        padding-right: 25px;
    }



    .buy-now-container {
        margin-top: 40px;
    }

    .author-section {
        padding-top: 40px;
    }

    .book-info {
        margin-top: 40px;
    }

    .reviews {
        margin-top: 40px;
        padding: 0;
    }

    .features-list ul li:nth-child(3n+2) {
        animation-delay: 0.2s;
    }

    .features-list ul li:nth-child(3n+3) {
        animation-delay: 0.2s;
    }

    /*tutorial*/

    .tutorial-intro-text {
        padding: 0;
    }

    .tutorial-title {
        font-size: 24px;
    }

    .tutorial-description {
        font-size: 16px;
        padding: 0;
    }

    .intro-chapter-list ul li {
        width: 100%;
        margin-right: 0;
    }

    .chapter-list-title {
        font-size: 18px;
    }

    .intro-chapter-list ul li a {
        padding: 80px 20px 20px;
    }

    .page-header-container {
        padding-bottom: 20px;
    }

    .page-header {
        padding-right: 0;
    }

    .download-block,
    .chapter .download-block {
        font-size: 16px;
        padding: 30px 15px;
    }

    .btn-download,
    .btn-download:focus,
    .btn-download:active {
        font-size: 12px;
        padding: 10px 40px 10px 20px;
    }

    .btn-download:after {
        width: 20px;
        height: 20px;
    }

    .chapter-intro {
        padding-top: 100px;
        height: 650px;
    }

    .chapter-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .page-item {
        padding: 30px 15px 40px;
    }
    .entry-comments,
    .comment-respond {
        padding: 30px 15px 40px;
    }


    .page-nav-container {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 20px;
    }

    .page-nav {
        width: 100%;
    }

    .page-todo-list {
        font-size: 16px;
        padding: 70px 20px 28px;
    }

    .page-todo-list:before {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .page-img-small {
        padding: 16px;
        display: block;
    }

    .page-img-small img {
        display: block;
        max-width: 100%;
        margin: 0 auto 15px;
    }

    .page-img-small .caption {
        display: block;
    }

    .page-img-small .caption {
        font-size: 16px;
    }

    .checklist ul li {
        font-size: 16px;
    }

    .checklist ul li:before {
        width: 25px;
        height: 25px;
    }

    .author-page {
        padding-top: 30px;
    }

    .tutorial-author-img-container {
        padding-left: 0;
    }

    .tutorial-author-text {
        padding-left: 0;
    }

    .site-footer p a {
        display: inline-block;
    }

    .entry h2 {
        font-size: 24px;
    }

    .entry h3 {
        font-size: 18px;
    }

    .entry h4 {
        font-size: 16px;
    }

    .entry p {
        font-size: 16px;
        line-height: 1.5;
    }

    .entry a {
        word-wrap: break-word;
    }

    .entry .wp-caption-text {
        font-size: 16px;
    }

    .entry > ul > li {
        font-size: 16px;
    }

    .entry > ul > li:before {
        width: 6px;
        height: 6px;
        top: 9px;
    }

    .comment-form input,
    .comment-form input:focus,
    .comment-form input:active {
        width: 100%;
    }

}




