.pegasus_blog_1 .entry-featured-image-url {
    width: 49.5%;
    margin-right: 6%;
    float: left;
    border-radius: 6px;
    overflow: hidden;
}

.pegasus_blog_1 .post_info {
    width: 44%;
    float: left;
}

.pegasus_blog_1 article {
    margin-bottom: 53px;
}


.pegasus_blog_1 article:not(:first-child):nth-child(2n + 3) {
    margin-right: 0 !important;
}

.pegasus_blog_1 article:not(:first-child) {
    width: 48% !important;
    margin-right: 4% !important;
    float: left;
    clear: none !important;

}

.pegasus_blog_1 article:first-child .post-content > p:first-child {
    display: none;
}

.pegasus_blog_1 article:not(:first-child) .post-meta {
    display: none !important;
}

.pegasus_blog_1 article a.more-link {
    transition: 0.3s;
}

.pegasus_blog_1 article:not(:first-child) a.more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pegasus_blog_1 article:first-child .post_info {
    margin-top: 3.3vw !important;
}

.pegasus_blog_1 article:first-child a.more-link:before {
    content: 'Explore';
    display: block;
    padding-bottom: 8px;
}

.pegasus_blog_1 article:first-child a.more-link:after {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4vw;
}

.pegasus_blog_1 article:first-child a.more-link {
    font-size: 18px !important;
    color: #000 !important;
    background-color: #ffdd33 !important;
    font-weight: 400 !important;
    padding: 1.4vw 3.1vw;
    display: inline-block;
    margin-left: -6.1vw;
    position: relative;
}

.pegasus_blog_1 article:hover a:hover.more-link {
    color: #000 !important;
}

.pegasus_blog_1 article:first-child a:hover.more-link {
    color: #ffdd33 !important;
    background-color: #000 !important;
}

.pegasus_blog_1 article:first-child h2.entry-title {
    padding-bottom: 39px;
}

.pegasus_blog_1 article:not(:first-child) .entry-featured-image-url {
    width: 53%;
    margin-right: 10%;
    float: left;
    border-radius: 6px;
    overflow: hidden;
}

.pegasus_blog_1 article:not(:first-child) .post_info {
    width: 37%;
    float: left;
}

.pegasus_blog_1 article:not(:first-child) h2.entry-title {
    font-size: 18px !important;
    margin-top: 2vw;
}

.pegasus_blog_1 article .post-meta a:hover {
    opacity: 0.5;
}

.pegasus_blog_1 article .post-meta .published {
    margin-left: 8px !important;
}

.pegasus_blog_1 article .post-meta .author a {
    margin-right: 8px !important;
}

.pegasus_blog_1 article:hover .entry-featured-image-url img {
    transform: rotate(3deg) scale(1.1);
}

.pegasus_blog_1 article .entry-featured-image-url img {
    transition: 0.3s;
}

.pegasus_blog_1 article:hover .post-meta,
.pegasus_blog_1 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*Blog 2*/

#page-container #main-content .pegasus_blog_2 .et_pb_button_module_wrapper.et_pb_module .et_pb_button {
    padding: 13px 46px!important;
}
.pegasus_blog_2 article:nth-child(2n + 2) {
    margin-right: 0;
}

.pegasus_blog_2 article {
    width: 44%;
    margin-right: 12%;
    float: left;
    padding-left: 99px;
    cursor: pointer;
    clear: none !important;
}

.pegasus_blog_2 article .published .day {
    background: -webkit-linear-gradient(0deg, #fe506c, #fc6a2a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px !important;
    display: inline-block;
    font-weight: 700 !important;
    color: #fe506c;
}

.pegasus_blog_2 article .published .month {
    display: block;
    text-align: center;
    line-height: 100%;
}

.pegasus_blog_2 article .published {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    box-shadow: 0 30px 70px 0 #e9edf2;
    border-radius: 6px;
    padding: 11px 18px;
}

#page-container .pegasus_blog_2 article:hover h2 a,
#page-container .pegasus_blog_2 article:hover h2 {
    color: #fe506c !important;
}

.pegasus_blog_2 article:hover .post-content,
.pegasus_blog_2 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Blog 3*/

#page-container #main-content .pegasus_blog_3 .et_pb_button_module_wrapper.et_pb_module .et_pb_button {
    padding: 13px 46px!important;
}

.pegasus_blog_3 article:not(:first-child):nth-child(3n)  {
    margin-right: 0 !important;
}

.pegasus_blog_3 article {
    width: 29.3% !important;
    margin-right: 6% !important;
    float: left;
    cursor: pointer;
    clear: none !important;
}

.pegasus_blog_3 article .published {
    background: -webkit-linear-gradient(0deg, #4fda91, #34dbc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #34dbc5 !important;
}

.pegasus_blog_3 article h2.entry-title {
    display: none !important;
}

.pegasus_blog_3 article .entry-featured-image-url {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.pegasus_blog_3 article .post_info {
    border-radius: 0 6px;
    max-width: 79%;
    margin-top: -4.8vw;
    z-index: 99;
    position: relative;
    background-color: #fff;
    padding: 2.1vw 1.5vw;
    overflow: hidden;
    transition: 0.3s;
}

.pegasus_blog_3 article .more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;

}

#page-container .pegasus_blog_3 article .more-link {
    text-transform: capitalize;
    margin-top: 18px;
    color: #34dbc5 !important;
    transform: translate(-60%, 0);
    opacity: 0;
    transition: 0.3s;
}

#page-container .pegasus_blog_3 article:hover .more-link {
    transition-delay: 0.3s;
    transform: translate(0, 0);
    opacity: 1;
}

.pegasus_blog_3 article:hover .post_info {
    transform: translate(0, -40px);
}

.pegasus_blog_3 article:hover .post-meta,
.pegasus_blog_3 article:hover .post-content,
.pegasus_blog_3 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Blog 4*/

.pegasus_blog_4 article:not(:first-child) .post-content,
.pegasus_blog_4 article:not(:first-child) .entry-featured-image-url {
    display: none;
}

.pegasus_blog_4 article:first-child {
    margin-right: 11%;
    float: left;
    width: 48.6%;
    margin-top: 8px;
}

.pegasus_blog_4 article {
    width: 40.4%;
    margin-right: 0;
    float: right;
    clear: none !important;
}

.pegasus_blog_4 article:nth-child(2n+6) {
    float: left;
    margin-left: 0;
    clear: left;
}

.pegasus_blog_4 article .entry-featured-image-url {
    border-radius: 6px;
    overflow: hidden;
    max-height: 300px;
}

.pegasus_blog_4 article:not(:first-child):last-child {
    border-bottom: none !important;
}

.pegasus_blog_4 article:not(:first-child) {
    border-bottom: 1px solid #e6e6e9;
    padding-bottom: 16px;
    margin-bottom: 33px;
}

.pegasus_blog_4 article:first-child .published {
    margin-bottom: 12px !important;
}

.pegasus_blog_4 article:first-child .more-link,
.pegasus_blog_4 article:first-child .published {
    color: #d9f644 !important;
    font-weight: 700 !important;
}

.pegasus_blog_4 article:first-child .more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pegasus_blog_4 article:first-child .more-link {
    text-transform: capitalize;
    margin-top: 28px;
}

.pegasus_blog_4 article .more-link:hover,
#page-container .pegasus_blog_4 article:hover h2 {
    opacity: 0.5;
}

.pegasus_blog_4 article:hover .post-meta,
.pegasus_blog_4 article:hover .post-content,
.pegasus_blog_4 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Blog 5*/

.pegasus_blog_5 article:nth-of-type(2n + 2) {
    margin-right: 0 !important;
    margin-top: -4.5vw;
}

.pegasus_blog_5 article {
    width: 45.5% !important;
    margin-right: 9%;
    float: left;
    margin-bottom: 123px;
    cursor: pointer;
    clear: none !important;
}

.pegasus_blog_5 article h2.entry-title {
    display: none !important;
}

.pegasus_blog_5 article .more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: -webkit-linear-gradient(0deg, #4fda91, #34dbc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pegasus_blog_5 article .more-link {
    text-transform: capitalize;
    margin-top: 28px;
}

.pegasus_blog_5 article .post_info {
    padding-left: 9px !important;
}

.pegasus_blog_5 article .post-meta {
    margin-bottom: 5px !important;
}

#page-container .pegasus_blog_5 article .more-link,
#page-container .pegasus_blog_5 article .published {
    background: -webkit-linear-gradient(0deg, #4fda91, #34dbc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #34dbc5 !important;
}

.pegasus_blog_5 article:hover .entry-featured-image-url img {
    border-radius: 7px;
}

.pegasus_blog_5 article .entry-featured-image-url {
    overflow: hidden;
    border-radius: 6px;
    max-height: 390px;
    margin-bottom: 35px;
    position: relative;
}

.pegasus_blog_5 article .entry-featured-image-url:before {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #000;
    line-height: 100%;
    background-color: #fff;
    mix-blend-mode: lighten;
    top: 50%;
    transition: 0.3s;
    transform: scale(2) translate(0%, -50%);
    opacity: 0;
    /*box-shadow: 0 0 0 500px #fff;*/
    transform-origin: top;
    z-index: 9;
    content: "" !important;
    font-size: 180px;
    text-transform: uppercase;
    font-family: "ETmodules";
    padding-top: 180px;
    padding-bottom: 180px;
}

.pegasus_blog_5 article:hover .entry-featured-image-url:before {
    transform: scale(1) translate(0%, -50%);
    opacity: 1;
}

.pegasus_blog_5 article:hover .entry-featured-image-url {
    box-shadow: 0 30px 70px 0 #e9edf2;
}

.pegasus_blog_5 article:hover .post-meta,
.pegasus_blog_5 article:hover .post-content,
.pegasus_blog_5 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Blog 6*/
.pegasus_blog_6 article .post-meta .published {
    float: right;
}

.pegasus_blog_6 article .post-meta {
    margin-bottom: 39px;
}

.pegasus_blog_6 article {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 30px 70px 0 #e9edf2;
    padding: 38px 40px 51px;
    margin-bottom: 32px;
    display: inline-block;
    width: 49%;
    cursor: pointer;
}

.pegasus_blog_6 article .entry-featured-image-url {
    border-radius: 6px;
    overflow: hidden;
    max-height: 300px;
    margin-bottom: 50px;
    position: relative;
}

.pegasus_blog_6 .et_pb_ajax_pagination_container .gutter_blog_width {
    width: 2%;
}

/*.pegasus_blog_6 .et_pb_ajax_pagination_container {*/
/*-webkit-columns: 2;*/
/*columns: 2;*/
/*column-gap: 30px;*/
/*}*/

#page-container .pegasus_blog_6 article a[rel="tag"] {
    font-size: 14px !important;
    color: #000 !important;
    text-transform: uppercase;
    background-color: #ffdd33;
    padding: 7px 19px !important;
}

.pegasus_blog_6 article .more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#page-container .pegasus_blog_6 article .more-link:hover {
    opacity: 0.5;
}

#page-container .pegasus_blog_6 article .more-link {
    text-transform: capitalize;
    margin-top: 19px;
    color: #fed500 !important;
}

#page-container .pegasus_blog_6 .pagination {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.pegasus_blog_6 article .entry-featured-image-url:before {
    content: "";
    display: block;
    border: 2px solid #fff !important;
    border-radius: 6px;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0.5);
}

.pegasus_blog_6 article .entry-featured-image-url:after {
    content: "$";
    font-family: "ETmodules" !important;
    font-size: 20px;
    position: absolute;
    bottom: 13px;
    background-color: #fff;
    color: #444444;
    border-radius: 50%;
    padding: 4.5px 8px;
    right: 13px;
    transition: 0.3s;
    opacity: 0;
    transform: translate(60px, 0);
}

.pegasus_blog_6 article:hover .entry-featured-image-url:after {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translate(0, 0);
}

.pegasus_blog_6 article:hover .entry-featured-image-url:before {
    opacity: 1;
    transform: scale(1);
}

.pegasus_blog_6 article .text_read_more:before {
    content: "Read More";
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0) translate(0, -50%);
    top: 50%;
    width: 100%;
    text-align: center;
}

.pegasus_blog_6 article:hover .text_read_more:before {
    transition-delay: 0.3s;
    opacity: 1;
    transform: scale(1) translate(0, -50%);
}

.pegasus_blog_6 article:hover .post-meta,
.pegasus_blog_6 article:hover .post-content,
.pegasus_blog_6 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Blog 7*/

.pegasus_blog_7 article:nth-child(2n + 2) {
    margin-right: 0;
}

.pegasus_blog_7 article {
    width: 48.5%;
    margin-right: 2.6%;
    float: left;
    padding-left: 136px;
    cursor: pointer;
    clear: none !important;
}

.pegasus_blog_7 article span.auther_posted {
    display: none !important;
}

.pegasus_blog_7 article .more-link:before {
    content: "$";
    font-family: "ETmodules" !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#page-container .pegasus_blog_7 article .more-link:hover {
    opacity: 0.5;
}

#page-container .pegasus_blog_7 article .more-link {
    text-transform: capitalize;
    margin-top: 13px;
    color: #00c7fe !important;
    font-weight: 700;
}

#page-container .pegasus_blog_7 article .entry-featured-image-url {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 21px 0 rgba(62, 191, 235, 0.33);
    max-height: 220px;
    margin-bottom: 40px;
    position: relative;
}

#page-container .pegasus_blog_7 article .published {
    position: absolute;
    left: 0;
    top: 29px;

}

#page-container .pegasus_blog_7 article .published .day,
#page-container .pegasus_blog_7 article .published .month {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
}

#page-container .pegasus_blog_7 article .published .day {
    font-weight: 400;
    font-size: 50px !important;
    color: #000 !important;
}

#page-container .pegasus_blog_7 article .published .month {
    font-weight: 600;
    font-size: 18px !important;
    color: #090913 !important;
}

#page-container .pegasus_blog_7 article .author.vcard a{
    line-height: 110%;
}

#page-container .pegasus_blog_7 article .author.vcard {
    position: absolute;
    top: 62px;
    left: 0;
    max-width: 130px;
}

#page-container .pegasus_blog_7 article .post-meta {
    font-size: 0 !important;
    margin: 0 !important;
}

#page-container .pegasus_blog_7 article .entry-featured-image-url:before {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #000;
    line-height: 80%;
    word-spacing: 100px;
    background-color: #fff;
    mix-blend-mode: lighten;
    top: 50%;
    transition: 0.4s;
    transform: scale(2) translate(0%, -50%);
    opacity: 0;
    /*box-shadow: 0 0 0 500px #fff;*/
    transform-origin: top;
    z-index: 9;
    content: "Read More" !important;
    font-size: 72px;
    text-transform: uppercase;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    padding-top: 180px;
    padding-bottom: 180px;
}

#page-container .pegasus_blog_7 article:hover .entry-featured-image-url:before {
    transform: scale(1) translate(0%, -50%);
    opacity: 1;
}

.pegasus_blog_7 article:hover .post-meta,
.pegasus_blog_7 article:hover .post-content,
.pegasus_blog_7 article:hover h2.entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .pegasus_blog_1 article:first-child .post_info {
        margin-top: 70px !important;
    }

    .pegasus_blog_1 article:first-child a.more-link {
        padding: 40px 40px;
    }

    .pegasus_blog_1 article:first-child h2.entry-title {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1390px) {
    .pegasus_blog_5 article {
        margin-bottom: 60px !important;
    }

    .pegasus_blog_1 article:first-child .post_info {
        margin-top: 5vw !important;
    }

    .pegasus_blog_1 article:first-child h2.entry-title {
        padding-bottom: 0px;
    }

    .pegasus_blog_1 .et_pb_row {
        width: 90% !important;
    }

    .pegasus_blog_1 article:first-child a.more-link {
        margin-left: -11vw !important;
    }
}

@media only screen and (max-width: 1050px) {
    .pegasus_blog_1 article:first-child .post_info {
        margin-top: 1vw !important;
    }
}

@media only screen and (max-width: 980px) {
    #page-container .pegasus_blog_1 .et_pb_row,
    #page-container .pegasus_blog_2 .et_pb_row,
    #page-container .pegasus_blog_3 .et_pb_row,
    #page-container .pegasus_blog_4 .et_pb_row,
    #page-container .pegasus_blog_5 .et_pb_row,
    #page-container .pegasus_blog_6 .et_pb_row,
    #page-container .pegasus_blog_7 .et_pb_row {
        width: 90% !important;
    }

    .pegasus_blog_3 .et_pb_column_1_2:last-child,
    .pegasus_blog_2 .et_pb_column_1_2:last-child {
        margin-right: 0 !important;
    }

    .pegasus_blog_3 .et_pb_column_1_2,
    .pegasus_blog_2 .et_pb_column_1_2 {
        width: 49% !important;
        margin-right: 2% !important;
    }

    .pegasus_blog_2 article {
        width: 48%;
        margin-right: 4%;
        padding-left: 88px;
    }

    .pegasus_blog_3 article {
        width: 32% !important;
        margin-right: 2% !important;
    }

    #page-container .pegasus_blog_3 .et_pb_button.et_pb_module {
        padding: 10px 20px !important;
    }

    .pegasus_blog_3 article .post_info {
        max-width: 87%;
    }

    .pegasus_blog_5 article {
        margin-bottom: 40px !important;
    }

    .pegasus_blog_4 article:not(:first-child) {
        margin-bottom: 25px !important;
    }

    .pegasus_blog_4 article:first-child .more-link {
        margin-top: 18px;
    }

    #page-container .pegasus_blog_7 article .entry-featured-image-url {
        margin-bottom: 20px !important;
    }

    .pegasus_blog_1 article .post-meta {
        margin-bottom: 10px;
    }

    .pegasus_blog_1 article:not(:first-child) h2.entry-title {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .pegasus_blog_1 article:not(:first-child) .post_info {
        width: 42%;
    }

    .pegasus_blog_1 article:not(:first-child) .entry-featured-image-url {
        width: 53%;
        margin-right: 5%;
    }

    .pegasus_blog_1 .post_info {
        width: 47%;
    }

    .pegasus_blog_1 .entry-featured-image-url {
        margin-right: 3%;
    }

    #page-container .pegasus_blog_7 article .entry-featured-image-url:before {
        font-size: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container #main-content .pegasus_blog_2 .et_pb_button_module_wrapper.et_pb_module .et_pb_button{
        padding: 10px 30px !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
    }

    .pegasus_blog_2 article {
        width: 100%;
        margin-right: 0;

    }

    .pegasus_blog_3 article {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .pegasus_blog_3 article .post_info {
        padding: 20px !important;
        margin-top: -50px;
    }

    .pegasus_blog_5 article {
        width: 100% !important;
        margin-right: 0;
    }

    .pegasus_blog_5 article:nth-of-type(2n + 2){
        margin-top: 0 !important;
    }

    .pegasus_blog_5 article .post_info {
        padding-left: 0 !important;
    }

    .pegasus_blog_5 article .entry-featured-image-url {
        margin-bottom: 20px !important;
    }

    .pegasus_blog_5 article .more-link {
        margin-top: 15px;
    }

    .pegasus_blog_4 article:first-child {
        margin-right: 0;
        width: 100%;
        margin-top: 0;
    }

    .pegasus_blog_4 article {
        width: 100%;
    }

    .pegasus_blog_7 article {
        width: 100%;
        margin-right: 0%;
    }

    .pegasus_blog_1 article:not(:first-child) .entry-featured-image-url {
        width: 100%;
        margin-right: 0;
    }

    .pegasus_blog_1 article:not(:first-child) .post_info {
        width: 100%;
    }

    .pegasus_blog_1 .post_info {
        width: 100%;
    }

    .pegasus_blog_1 .entry-featured-image-url {
        width: 100%;
    }

    .pegasus_blog_6 .et_pb_ajax_pagination_container {
        height: auto !important;
    }

    .pegasus_blog_6 article {
        width: 100% !important;
        position: static !important;
        padding: 30px;
    }

    .pegasus_blog_6 article .post-meta .published {
        float: none;
        display: block;
        margin-top: 8px;
    }

    .pegasus_blog_1 article:first-child a.more-link {
        padding: 20px 30px;
    }

    .pegasus_blog_1 article:first-child a.more-link {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pegasus_blog_3 .et_pb_button_module_wrapper,
    #page-container .pegasus_blog_2 .et_pb_button_module_wrapper {
        text-align: left !important;
    }

    .pegasus_blog_3 .et_pb_column_1_2,
    .pegasus_blog_2 .et_pb_column_1_2 {
        width: 100% !important;
    }

    .pegasus_blog_3 .et_pb_column_1_2:first-child,
    .pegasus_blog_2 .et_pb_column_1_2:first-child {
        margin-bottom: 15px !important;
    }

    #page-container .pegasus_blog_7 article .author.vcard a {
        line-height: 100%;
    }

    #page-container .pegasus_blog_7 article .published,
    #page-container .pegasus_blog_7 article .author.vcard {
        max-width: 100px !important;
    }

    .pegasus_blog_7 article {
        padding-left: 110px !important;
    }

    .pegasus_blog_1 article:not(:first-child) {
        width: 100% !important;
        margin-right: 0 !important;
    }
}



