/* Start of Frontpage Collection or Gallery Section */
.front-page-collection-section {
    padding-top: 80px;
    overflow: hidden;
}

.front-page-collection-section .top-left-post-container img {
    max-height: 420px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 800px;
    object-position: 0px -50px;
}

.front-page-collection-section .top-left-post-container .latest-post-content p {
    margin: 0px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}

.front-page-collection-section .top-left-post-container .latest-post-content h2 {color: #1D1D1D;font-size: 26px;font-weight: 700;line-height: 30.47px;font-family: "Roboto", sans-serif;margin: 15px 0px 15px 0px;}

.front-page-collection-section .top-left-post-container .latest-post-content .category-name {
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 16.41px;
    color: #DC1C1C;
    margin: 15px 0px 0px 0px;
}

.front-page-collection-section .top-left-post-container {
    padding-bottom: 32px;
}

.front-page-collection-section .top-left-post-container .latest-post-content h2 a {
    color: #1D1D1D;
}

.front-page-collection-section .top-right-posts-container .post-item img {
    max-height: 68px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 120px;
}

.front-page-collection-section .top-right-posts-container .post-item {
    display: flex;
    margin: 0px 0px 16px 0px;
    border-bottom: 1px solid #ECECEC;
    padding: 0px 0px 16px 0px;
}

.front-page-collection-section .top-right-posts-container .post-item .post-details {
    margin: 0px 0px 0px 16px;
    justify-content: center;
    align-items: center;
}

.front-page-collection-section .top-right-posts-container .post-item .post-details h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #1D1D1D;
    line-height: 18.75px;
}

.front-page-collection-section .top-right-posts-container .post-item .post-details h3 a {
    color: #1D1D1D;
}

.front-page-collection-section .top-right-posts-container .post-item .post-details .category-name {
    font-size: 13px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 15.23px;
    color: #DC1C1C;
    margin-bottom: 6px;
}

.front-page-collection-section .middle-posts-container {
    display: grid;
    grid-template-rows: repeat(1, auto) !important;
    grid-template-columns: repeat(3, 34%);
    margin: 0px 15px;
    border-top: 1px solid #ECECEC;
    padding-top: 36px;
}

.front-page-collection-section .middle-posts-container .post-item {
    display: flex;
    margin: 0px 25px 20px 0px;
    background: #F8F8F8;
    border-right: 4px solid #DC1C1C;
}

.front-page-collection-section .middle-posts-container .post-item img {
    max-height: 120px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 180px;
    max-width: 180px;
}

.front-page-collection-section .middle-posts-container .post-item .post-details {
    margin: 14px;
    display: flex;
    align-items: center;
}

.front-page-collection-section .middle-posts-container .post-item .post-details h3 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0px;
    line-height: 22px;
}

.front-page-collection-section .middle-posts-container .post-item .post-details h3 a {
    color: #1D1D1D;
}

.front-page-collection-section .bottom-posts-container {
    display: grid;
    grid-template-rows: repeat(1, auto) !important;
    grid-template-columns: repeat(3, 34%);
    padding: 10px 15px;
}

.front-page-collection-section .bottom-posts-container .post-item h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin: 0px;
    line-height: 22px;
}

.front-page-collection-section .bottom-posts-container .post-item h3 a {
    color: #1D1D1D;
}

.front-page-collection-section .bottom-posts-container .post-item {
    margin: 0px 25px 10px 0px;
}

@media (max-width: 991px) {
    .front-page-collection-section .middle-posts-container {
        grid-template-columns: repeat(2, 50%);
        width: 100%;
    }
    .front-page-collection-section .bottom-posts-container {
        grid-template-columns: repeat(2, 50%);
        width: 100%;
    }
    .front-page-collection-section {
        padding-top: 0px;
    }
   .front-page-collection-section .row {
        display: flex;
    }
    .front-page-collection-section .row .col-md-8 {
        width: 60%
    }
    .front-page-collection-section .row .col-md-4 {
        width: 40%
    }
    .front-page-collection-section .top-left-post-container img {
        object-position: 0px 0px;
    }
    .front-page-collection-section .top-right-posts-container .post-item img {
        max-width: 120px;
    }
    .front-page-collection-section .middle-posts-container .post-item img {
        max-width: 180px;
    }
    .front-page-collection-section .middle-posts-container .post-item:nth-child(odd) {
        margin: 0px 8px 20px 0px
    }
    .front-page-collection-section .middle-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 20px 8px
    }
    .front-page-collection-section .bottom-posts-container .post-item {
        width: 100%;
    }
    .front-page-collection-section .bottom-posts-container .post-item:nth-child(odd) {
        margin: 0px 8px 10px 0px;
    }
    .front-page-collection-section .bottom-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 10px 8px;
    }
}

@media (max-width: 600px) {
    .front-page-collection-section .middle-posts-container {
        display: block;
        width: auto !important;
    }
    .front-page-collection-section .bottom-posts-container {
        display: block;
    }
    .front-page-collection-section .row {
        display: block !important;
    }
    .front-page-collection-section .row .col-md-8 {
        width: initial !important;
    }
    .front-page-collection-section .row .col-md-4 {
        width: initial !important;
    }
    .front-page-collection-section .top-right-posts-container {
        display: grid;
        grid-template-rows: repeat(1, auto) !important;
        grid-template-columns: repeat(2, 50%);
        margin: 0px;
        border-top: none;
        padding-top: 0px;
    }
    .front-page-collection-section .top-right-posts-container .post-item {
        display: block !important;
        border-bottom: none;
    }
    .front-page-collection-section .middle-posts-container .post-item {
        width: 100%;
    }
    .front-page-collection-section .middle-posts-container .post-item img {
        min-width: 128px;
        max-height: 120px;
        max-width: 128px;
        min-height: 120px;
    }
    .front-page-collection-section .middle-posts-container .post-item:nth-child(odd) {
        margin: 0px 0px 16px 0px;
    }
    .front-page-collection-section .middle-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 16px 0px;
    }
    .front-page-collection-section .middle-posts-container .post-item .post-details {
        width: 100%;
    }
    .front-page-collection-section .bottom-posts-container .post-item:nth-child(odd) {
        margin: 0px 0px 10px 0px;
    }
    .front-page-collection-section .bottom-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 10px 0px;
    }
    .front-page-collection-section .top-left-post-container img {
        object-position: 0px 20px;
    }
    .front-page-collection-section .top-right-posts-container .post-item img {
        max-width: 157px;
        max-height: 90px
    }
    .front-page-collection-section .top-right-posts-container .post-item .post-details {
        margin: 10px 0px 0px 0px;
    }
    .front-page-collection-section .top-right-posts-container .post-item:nth-child(odd) {
        margin: 0px 0px 20px 0px;
    }
    .front-page-collection-section .top-right-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 20px 10px;
    }
}

@media (max-width: 480px) {
    .front-page-collection-section .middle-posts-container {
        display: block;
        width: auto !important;
    }
    .front-page-collection-section .bottom-posts-container {
        display: block;
    }
    .front-page-collection-section .row {
        display: block !important;
    }
    .front-page-collection-section .row .col-md-8 {
        width: initial !important;
    }
    .front-page-collection-section .row .col-md-4 {
        width: initial !important;
    }
    .front-page-collection-section .top-right-posts-container {
        display: grid;
        grid-template-rows: repeat(1, auto) !important;
        grid-template-columns: repeat(2, 50%);
        margin: 0px;
        border-top: none;
        padding-top: 0px;
    }
    .front-page-collection-section .top-right-posts-container .post-item {
        display: block !important;
        border-bottom: none;
    }
    .front-page-collection-section .middle-posts-container .post-item {
        width: 100%;
    }
    .front-page-collection-section .middle-posts-container .post-item img {
        min-width: 128px;
        max-height: 120px;
        max-width: 128px;
        min-height: 120px;
    }
    .front-page-collection-section .middle-posts-container .post-item:nth-child(odd) {
        margin: 0px 0px 16px 0px;
    }
    .front-page-collection-section .middle-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 16px 0px;
    }
    .front-page-collection-section .middle-posts-container .post-item .post-details {
        width: 100%;
    }
    .front-page-collection-section .bottom-posts-container .post-item:nth-child(odd) {
        margin: 0px 0px 10px 0px;
    }
    .front-page-collection-section .bottom-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 10px 0px;
    }
    .front-page-collection-section .top-left-post-container img {
        object-position: 0px 20px;
    }
    .front-page-collection-section .top-right-posts-container .post-item img {
        max-width: 157px;
        max-height: 90px
    }
    .front-page-collection-section .top-right-posts-container .post-item .post-details {
        margin: 10px 0px 0px 0px;
    }
    .front-page-collection-section .top-right-posts-container .post-item:nth-child(odd) {
        margin: 0px 0px 20px 0px;
    }
    .front-page-collection-section .top-right-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 20px 10px;
    }
}
/* End of Frontpage Collection or Gallery Section */



/* Start of Collection or Gallery Page */
.post-type-archive-gallery .container.content-wrapper {
    overflow: visible;
}

.post-type-archive-gallery .collection-header {margin-top: 92px;}

.post-type-archive-gallery .collection-header .breadcrumb-title-bg-a {
    max-height: 96px;
    padding: 0px 15px 15px 15px !important;
    margin-bottom: 0px;
}

.post-type-archive-gallery .collection-header .breadcrumb-title-bg-a div#breadcrumbs {
    padding: 0px;
}

.post-type-archive-gallery .collection-header .breadcrumb-title-bg-a h1.single-title {
    margin: 0px;
    text-align: center;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.post-type-archive-gallery .collection-header .breadcrumb-title-bg-a span.breadcrumb-separator {
    text-align: center;
    margin: 0px 6px;
}

.post-type-archive-gallery .collection-header .breadcrumb-title-bg-a div#breadcrumbs span a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
}

.post-type-archive-gallery .collection-header .breadcrumb-title-bg-a div#breadcrumbs span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
}

.post-type-archive-gallery .collection-page .sub-title-text {
    margin: 25px 25px 30px 25px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 18.75px;
}

.post-type-archive-gallery .collection-page {
    padding-top: 0px;
}

.post-type-archive-gallery .top-left-post-container img {
    max-height: 420px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 800px;
    object-position: 0px -50px;
}

.post-type-archive-gallery .top-left-post-container .latest-post-content p {
    margin: 0px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}

.post-type-archive-gallery .top-left-post-container .latest-post-content h2 {color: #1D1D1D;font-size: 26px;font-weight: 700;line-height: 30.47px;font-family: "Roboto", sans-serif;margin: 15px 0px 15px 0px;}

.post-type-archive-gallery .top-left-post-container .latest-post-content .category-name {
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 16.41px;
    color: #DC1C1C;
    margin: 15px 0px 0px 0px;
}

.post-type-archive-gallery .top-left-post-container {
    padding-bottom: 32px;
}

.post-type-archive-gallery .top-left-post-container .latest-post-content h2 a {
    color: #1D1D1D;
}

.post-type-archive-gallery .top-right-posts-container .post-item img {
    max-height: 68px;
/*     width: 100%;
    height: 100%; */
    object-fit: cover;
    min-width: 120px;
    
    min-height: 68px;
    max-width: 120px;
}

.post-type-archive-gallery .top-right-posts-container .post-item {
    display: flex;
    margin: 0px 0px 16px 0px;
    border-bottom: 1px solid #ECECEC;
    padding: 0px 0px 16px 0px;
}

.post-type-archive-gallery .top-right-posts-container .post-item .post-details {
    margin: 0px 0px 0px 16px;
    justify-content: center;
    align-items: center;
}

.post-type-archive-gallery .top-right-posts-container .post-item .post-details .item-post-title {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #1D1D1D;
    line-height: 18.75px;
}

.post-type-archive-gallery .top-right-posts-container .post-item .post-details .item-post-title a {
    color: #1D1D1D;
}

.post-type-archive-gallery .top-right-posts-container .post-item .post-details .category-name {
    font-size: 13px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 15.23px;
    color: #DC1C1C;
    margin-bottom: 6px;
}

.post-type-archive-gallery .middle-posts-container {
    display: grid;
    grid-template-rows: repeat(1, auto) !important;
    grid-template-columns: repeat(3, 34%);
    margin: 0px 15px;
    border-top: 1px solid #ECECEC;
    padding-top: 36px;
}

.post-type-archive-gallery .middle-posts-container .post-item {
    display: flex;
    margin: 0px 25px 20px 0px;
    background: #F8F8F8;
    border-right: 4px solid #DC1C1C;
}

.post-type-archive-gallery .middle-posts-container .post-item img {
    max-height: 120px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 180px;
    max-width: 180px;
}

.post-type-archive-gallery .middle-posts-container .post-item .post-details {
    margin: 14px;
    display: flex;
    align-items: center;
}

.post-type-archive-gallery .middle-posts-container .post-item .post-details .item-post-title {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0px;
    line-height: 22px;
}

.post-type-archive-gallery .middle-posts-container .post-item .post-details .item-post-title a {
    color: #1D1D1D;
}

@media (max-width: 991px) {
    .post-type-archive-gallery .middle-posts-container {
        grid-template-columns: repeat(2, 50%);
        width: 100%;
    }
    .post-type-archive-gallery .collection-page {
        padding-top: 0px;
    }
    .post-type-archive-gallery .collection-page .row {
        display: flex;
    }
    .post-type-archive-gallery .collection-page .row .col-md-8 {
        width: 60%
    }
    .post-type-archive-gallery .collection-page .row .col-md-4 {
        width: 40%
    }
    .post-type-archive-gallery .top-left-post-container img {
        object-position: 0px 0px;
    }
    .post-type-archive-gallery .top-right-posts-container .post-item img {
        max-width: 120px;
    }
    .post-type-archive-gallery .middle-posts-container .post-item img {
        max-width: 180px;
    }
    .post-type-archive-gallery .middle-posts-container .post-item:nth-child(odd) {
        margin: 0px 8px 20px 0px
    }
    .post-type-archive-gallery .middle-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 20px 8px
    }
    .post-type-archive-gallery .collection-page .sub-title-text {
        margin: 15px 0px 25px 0px;
        font-size: 14px;
    }
    .post-type-archive-gallery .collection-header {
        margin-top: 0px;
    }
    .post-type-archive-gallery .collection-header .breadcrumb-title-bg-a {
        background-position: center;
    }
}

@media (max-width: 600px) {
    .post-type-archive-gallery .middle-posts-container {
        display: block;
        width: auto !important;
    }
    .post-type-archive-gallery .collection-page .row {
        display: block !important;
    }
    .post-type-archive-gallery .collection-page .row .col-md-8 {
        width: initial !important;
    }
    .post-type-archive-gallery .collection-page .row .col-md-4 {
        width: initial !important;
    }
    .post-type-archive-gallery .top-right-posts-container {
        display: grid;
        grid-template-rows: repeat(1, auto) !important;
        grid-template-columns: repeat(2, 50%);
        margin: 0px;
        border-top: none;
        padding-top: 0px;
    }
    .post-type-archive-gallery .top-right-posts-container .post-item {
        display: block !important;
        border-bottom: none;
    }
    .post-type-archive-gallery .middle-posts-container .post-item {
        width: 100%;
    }
    .post-type-archive-gallery .middle-posts-container .post-item img {
        min-width: 128px;
        max-height: 120px;
        max-width: 128px;
        min-height: 120px;
    }
    .post-type-archive-gallery .middle-posts-container .post-item:nth-child(odd) {
        margin: 0px 0px 16px 0px;
    }
    .post-type-archive-gallery .middle-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 16px 0px;
    }
    .post-type-archive-gallery .middle-posts-container .post-item .post-details {
        width: 100%;
    }
    .post-type-archive-gallery .top-left-post-container img {
        object-position: 0px 20px;
    }
    .post-type-archive-gallery .top-right-posts-container .post-item img {
        max-width: 157px;
        max-height: 90px
    }
    .post-type-archive-gallery .top-right-posts-container .post-item .post-details {
        margin: 10px 0px 0px 0px;
    }
    .post-type-archive-gallery .top-right-posts-container .post-item:nth-child(odd) {
        margin: 0px 0px 20px 0px;
    }
    .post-type-archive-gallery .top-right-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 20px 10px;
    }
    .post-type-archive-gallery .collection-header .breadcrumb-title-bg-a {
        max-height: 116px;
        background-position: center;
    }
    .post-type-archive-gallery .collection-header .breadcrumb-title-bg-a h1.single-title {
        font-size: 28px;
    }
    .post-type-archive-gallery .collection-page .sub-title-text {
        margin: 10px 0px 0px 0px;
    }
    .post-type-archive-gallery .collection-header {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .post-type-archive-gallery .middle-posts-container {
        display: block;
        width: auto !important;
    }
    .post-type-archive-gallery .collection-page .row {
        display: block !important;
    }
    .post-type-archive-gallery .collection-page .row .col-md-8 {
        width: initial !important;
    }
    .post-type-archive-gallery .collection-page .row .col-md-4 {
        width: initial !important;
    }
    .post-type-archive-gallery .top-right-posts-container {
        display: grid;
        grid-template-rows: repeat(1, auto) !important;
        grid-template-columns: repeat(2, 50%);
        margin: 0px;
        border-top: none;
        padding-top: 0px;
    }
    .post-type-archive-gallery .top-right-posts-container .post-item {
        display: block !important;
        border-bottom: none;
    }
    .post-type-archive-gallery .middle-posts-container .post-item {
        width: 100%;
    }
    .post-type-archive-gallery .middle-posts-container .post-item img {
        min-width: 128px;
        max-height: 120px;
        max-width: 128px;
        min-height: 120px;
    }
    .post-type-archive-gallery .middle-posts-container .post-item:nth-child(odd) {
        margin: 0px 0px 16px 0px;
    }
    .post-type-archive-gallery .middle-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 16px 0px;
    }
    .post-type-archive-gallery .middle-posts-container .post-item .post-details {
        width: 100%;
    }
    .post-type-archive-gallery .top-left-post-container img {
        object-position: 0px 20px;
    }
    .post-type-archive-gallery .top-right-posts-container .post-item img {
        max-width: 157px;
        max-height: 90px
    }
    .post-type-archive-gallery .top-right-posts-container .post-item .post-details {
        margin: 10px 0px 0px 0px;
    }
    .post-type-archive-gallery .top-right-posts-container .post-item:nth-child(odd) {
        margin: 0px 0px 20px 0px;
    }
    .post-type-archive-gallery .top-right-posts-container .post-item:nth-child(even) {
        margin: 0px 0px 20px 10px;
    }
    .post-type-archive-gallery .collection-header .breadcrumb-title-bg-a {
        max-height: 116px;
        background-position: center;
    }
    .post-type-archive-gallery .collection-header .breadcrumb-title-bg-a h1.single-title {
        font-size: 28px;
    }
    .post-type-archive-gallery .collection-page .sub-title-text {
        margin: 10px 0px 0px 0px;
    }
    .post-type-archive-gallery .collection-header {
        margin-top: 20px;
    }
}
/* End of Collection or Gallery Page */



/* Start of Single Collection or Gallery Content Page */
.single-gallery .hidden {
    display: none;
}

.single-gallery .container.content-wrapper {
    overflow: visible;
    padding-top: 76px !important;
}

.single-gallery article .entry-header {
    margin-top: 32px;
    margin-bottom: 0px !important;
}

.single-gallery article .entry-header .breadcrumb-title-bg-a {
    max-height: 96px;
    padding: 0px 15px 15px 15px !important;
    margin-bottom: 0px;
}

.single-gallery article .entry-header .breadcrumb-title-bg-a div#breadcrumbs {
    padding: 0px;
}

.single-gallery article .entry-header .breadcrumb-title-bg-a div#breadcrumbs span {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16.41px !important;
}

.single-gallery article .entry-header .breadcrumb-title-bg-a div#breadcrumbs span a {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16.41px !important;
}

.single-gallery article .entry-header .breadcrumb-title-bg-a .breadcrumb .breadcrumb-span:before {
    content: url('/wp-content/themes/newsanchor/images/svg/carret-right-white.svg');
    position: relative;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: transparent !important;
    border-radius: 0px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: initial;
}

.single-gallery article .post-tag.hidden {
    padding-top: 0px;
}

.single-gallery article .post-tag.hidden {
    padding-top: 0px;
}

.single-gallery article .entry-header .author-section-post {
    margin-top: 8px;
    margin-bottom: 8px;
}

.single-gallery article .entry-header .author-section-post img {
    margin-right: 6px;
}

.single-gallery article .entry-header .author-section-post .author-name-date .author-name p {
    font-size: 15px !important;
    color: #222222 !important;
    line-height: 17.58px !important;
    font-weight: 400 !important;
}

.single-gallery article .entry-header .author-section-post .author-name-date .author-name p span {
    color: #DC1C1C !important;
    font-weight: 700 !important;
}

.single-gallery article .entry-header .author-section-post .author-name-date .date {
    font-size: 15px !important;
    color: #222222 !important;
    line-height: 17.58px !important;
    font-weight: 400 !important;
}

.single-gallery article .entry-header .author-section-post .author-name-date .writtenby {
    margin-top: 6px;
}

.single-gallery article .share-floating span.share-text {
    text-transform: uppercase;
    color: #254E6F;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.single-gallery article .share-floating .media_icon {
    margin-top: 10px;
}

.single-gallery article .share-floating .media_icon > a {
    width: 36px;
    height: 36px;
    padding: 3px;
    margin: 5px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.single-gallery article .share-floating .media_icon a.facebook svg {
    width: 20px;
    height: 20px;
}

.single-gallery article .share-floating .media_icon a.facebook {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.single-gallery article .share-floating .media_icon a.twitter svg {
    width: 20px;
    height: 20px;
}

.single-gallery article .share-floating .media_icon a.whatsapp svg {
    width: 20px;
    height: 20px;
}

.single-gallery article .share-floating .media_icon a.pinterest svg {
    height: 20px;
    width: 20px;
}

.single-gallery article .share-floating .media_icon a.mail svg {
    height: 28px;
    width: 28px;
}

.single-gallery article .share-floating .media_icon .facebook {
    background-color: #3B5998;
}

.single-gallery article .share-floating .media_icon .twitter {
    background-color: #1DA1F2;
}

.single-gallery article .share-floating .media_icon .whatsapp {
    background-color: #67C33F;
}

.single-gallery article .share-floating .media_icon .pinterest {
    background-color: #BD081C;
}

.single-gallery article .share-floating .media_icon a.copy-url {
    background-color: #103047;
    cursor: pointer;
}

.single-gallery article .share-floating.scroll {
    top: 100px !important;
}

.single-gallery article .share-floating .media_icon .mail {
    display: none !important;
}

.single-gallery article .entry-content .collection-intro {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
}

.single-gallery article .entry-content .details-snippet {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
}

.single-gallery article .entry-content .details-num {
    background-color: #DC1C1C;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    width: 54px;
    padding: 5px;
    float: left;
    text-align: center;
    height: 52px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.single-gallery article .entry-content .details-num-count {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.13px;
}

.single-gallery article .entry-content .details-num-total {
    line-height: 14.61px;
    font-size: 14px;
    font-weight: 700;
}

.single-gallery article .entry-content .details-title {
    display: flex;
    align-items: center;
    min-height: 54px;
}

.single-gallery article .entry-content .details-title h2 {
    margin: 0px !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 30.47px !important;
}

.single-gallery article .entry-content .collection-details {
    margin-top: 17px;
    padding-top: 17px;
    display: inline-block;
    border-bottom: 1px solid #ECECEC;
}

.single-gallery article .entry-content span.jpibfi-icon-circle:before {
    content: url('/wp-content/themes/newsanchor/images/svg/pinterest-save.svg');
}

.single-gallery article .entry-content a.pinit-button {
    width: 77.7px !important;
}

.single-gallery article .entry-content a.pinit-button.default.jpibfi-button-rounded-square {
    border-radius: 6px;
    top: 15px !important;
    left: 28px !important;
}

.single-gallery article .entry-content a.pinit-button span {
    width: 77.7px !important;
}

.single-gallery article .entry-content a.pinit-button span::before {
    margin-left: 12px;
    left: 0px !important;
}

.single-gallery article .entry-content .details-link-button a.view-facts-button:hover {
    text-decoration: none;
}

.single-gallery article .entry-content .details-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    margin-top: 14px;
    margin-bottom: 34px;
}

.single-gallery article .entry-content .details-link a {
    color: #DC1C1C;
}

.single-gallery article .entry-content .details-link a:after {
    content: url('/wp-content/themes/newsanchor/images/svg/carret-right-red.svg');
    margin-left: 5px;
}

@media (max-width: 1025px) {
    .single-gallery .container.content-wrapper {
        padding-top: 0px !important;
    }
}

@media (max-width: 600px) {
.single-gallery article .entry-header .author-section-post .author-name-date {
        width: 60%;
        margin: 0px auto;
        display: inline-block;
        display: grid;
    }
    
    .single .entry-content {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name .writtenby {
        display: flex;
        margin-left: 6px;
    }

    .single article .entry-header .author-section-post .author-name-date img {
        margin-right: 5px;
    }
}

@media (max-width: 480px) {
    .single-gallery article .entry-header .author-section-post .author-name-date {
        width: initial;
        margin: 0px 15px;
    }
    
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name {
        margin-right: 0px;
    }
    
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name .author-icon {
        display: none;
    }
    
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name .writtenby {
        display: flex;
        width: 100%;
        margin-left: 0px;
    }
    
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name .writtenby .date {
        width: 50%;
        text-align: right;
    }
    
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name .writtenby p:first-child {
        width: 50%;
    }
    
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name .writtenby p {
        text-align: left;
        margin: 0px;
        padding: 0px;
    }

    .single .entry-content {
        padding-left: 15px;
        padding-right: 0px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .single-gallery article .entry-header .breadcrumb-title-bg-a {
        min-height: 116px;
    }
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name .writtenby .date:before {
        display: none;
    }
}

@media (max-width: 320px) {
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name .writtenby {
        display: block;
        width: 100%;
    }
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name .writtenby .date {
        width: 100%;
        text-align: center;
    }
    
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name .writtenby p:first-child {
        width: 100%;
    }
    .single-gallery article .entry-header .author-section-post .author-name-date .author-name .writtenby p {
        text-align: center;
    }
    .single-gallery article .entry-header .breadcrumb-title-bg-a {
        margin-top: 0px !important;
    }
}
/* End of Single Collection or Gallery Content Page */