/*

Theme Name: Pomperosa
Theme URI: http://pomperosa.com/
Description: Theme for Pomperosa.
Version: 1.0
Author: Joe Mendonca
Author URI: https://mendoncacreative.com/

*/

/*--------------------------------------------------------------
HTML Elements
--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: #f6afce;
    color: #1d28a8;
    font-family: "roc-grotesk", sans-serif;
    font-style: normal;
    height: 100%;
    margin: 0;
    width: 100%;
   	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
    border: 0px none;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0px 10px 10px 0px;
}

.alignright {
    display: inline;
    float: right;
    margin: 0px 0px 10px 10px;
}

.aligncenter {
    display: inline;
    float: center;
}

a {
    text-decoration: none;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

.wrapper {
    float: left;
    width: 100%;
}

.layout {
    float: left;
    width: 100%;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
    float: left;
    height: 528px;
    overflow: hidden;
    padding-top: 16px;
    position: relative;
    width: 100%;
}

.logo {
    height: auto;
    left: 50%;
    position: absolute;
    top: 20px;
    transform: translate(-50%, 0);
    width: 210px;
    z-index: 300;
}

.girl {
    bottom: 0;
    display: block;
    height: 358px;
    left: 200px;
    position: absolute;
    width: auto;
}

header h1,
.introduction-header {
    display: block;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
}

header h1 {
    margin: 210px 0px 14px 0px;
}

.header-sub,
.introduction-subhead {
    font-family: minion-pro, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

header h1,
.header-sub {
    color: #ffffff;
    width: 300px;
}

/*--------------------------------------------------------------
Hamburger Icon
--------------------------------------------------------------*/

.hamburger-circle {
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 42px;
    z-index: 500;
}

.hamburger {
    height: 10px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 13px;
    transform: translate(-50%, 0);
    width: 20px;
}

.hamburger > div {
	background: #1d28a8;
	display: block;
	height: 2px;
	margin-bottom: 6px;
	transition: linear .4s;
	width: 20px;
}

.hamburger > div:nth-of-type(1) {
    margin-top: 4px;
}

.menu-active > div {
	transition: linear .5s;
}

.menu-active > div:nth-of-type(1) {
    margin-top: 8px;
	transform: rotate(-315deg);
}

.menu-active > div:nth-of-type(2) {
	margin-top: -8px;
	transition: linear .6s;
	transform: rotate(315deg);
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/

.menu-section {
    background: #fff795;
    color: #1d28a8;
    display: none;
    font-size: 90px;
    font-weight: 600;
    height: calc(100vh - 80px);
    line-height: 100px;
    overflow: hidden;
    padding: 80px 0px 0px 80px;
    position: fixed;
    right: -50vw;
    top: 0;
    transition: right 0.6s ease;
    width: calc(50vw - 80px);
    z-index: 400;
}

.menu-image {
    bottom: 0px;
    height: auto;
    opacity: 0;
    position: absolute;
    right: -50%;
    transition: opacity 0.05s ease;
    transition: transform 0.9s ease;
    width: 65%;
}

.navigation-menu ul {
    border-bottom: 1px solid #1d28a8;
    display: block;
    width: calc(100% - 80px);
}

.navigation-menu ul li {
    height: 74px;
    list-style-type: none;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.navigation-menu ul li:last-child {
    margin-bottom: 80px;
}

.navigation-menu ul li a {
    color: #1d28a8;
    display: block;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.9s ease, opacity 0.9s ease, font-weight 0.5s ease, letter-spacing 0.5s ease, transform 0.5s ease;
}

.navigation-menu ul li a:hover {
    margin-top: -8px;
    font-family: minion-pro, serif;
    font-weight: 400;
    transform: scale(1.1);
}

.navigation-menu ul li.visible a {
    opacity: 1;
    transform: translateY(0);
}

.menu-social {
    float: left;
    margin-top: 20px;
}

.menu-social img {
    float: left;
    height: auto;
    margin-right: 10px;
    width: 26px;
}

/*--------------------------------------------------------------
Animated Shape
--------------------------------------------------------------*/

.shape {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 848px;
}

.shape-right {
    color: #ffffff;
    height: 100%;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 30;
}

.blob {
    clip-path: url(#blob-clip);
    height: 848px;
    left: -8.5%;
    position: absolute;
    top: -25%;
    width: 848px;
}

.pink-blob {
    background: #f6afce;
}

.image-blob {
    background: url('imgs/girl.png') no-repeat center center;
    background-position: left 180px top 320px;
    background-size: auto 360px;
}

svg {
    height: 0;
    position: absolute;
    width: 0;
}

/*--------------------------------------------------------------
Pattern
--------------------------------------------------------------*/

.pattern {
    background-color: #1d28a8;
    background-image: url('imgs/pattern.png');
    background-position: 60px 16px;
    background-size: 66px auto;
}

/*--------------------------------------------------------------
Welcome
--------------------------------------------------------------*/

.welcome {
    background: #fff795;
    color: #1d28a8;
    float: left;
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    overflow: hidden;
    padding: 30px 0px 22px 0px;
    text-transform: uppercase;
    width: 100%;
}

.ticker {
    animation: ticker-animation 70s linear infinite;
    display: inline-block;
    white-space: nowrap;
}

@keyframes ticker-animation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.ticker-item {
    display: inline-block;
    padding-right: 40px;
}

/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/

.home-articles-top,
.home-articles-middle,
.home-articles-bottom {
    float: left;
    width: 100%;
}

.introduction {
    color: #1d28a8;
    text-align: center;
}

.introduction-header {
    margin: 48px 0px 14px 0px;
}

.introduction-subhead {
    margin-bottom: 60px;
}

/*--------------------------------------------------------------
Home Posts
--------------------------------------------------------------*/

.articles-feed {
    float: left;
    padding: 0px 0px 0px 20px;
    width: calc(100% - 20px);
}

.articles-feed-top {
    margin-bottom: 60px;
}

.article-column {
    float: left;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    margin-right: 20px;
    width: calc(25% - 20px);
}

.article-column img {
    border-radius: 12px;
    float: left;
    height: auto;
    margin-bottom: 16px;
    width: 100%;
}

.category {
    background: #1d28a8;
    border-radius: 12px;
    color: #fff795;
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    padding: 10px 10px 10px 10px;
}

.article-title {
    float: left;
    width: 100%;
}

.article-title a {
    color: #1d28a8;
}

.home-middle,
.pattern-animate {
    height: 98px;
    width: 100%;
}

.home-middle {
    background: #1d28a8;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.pattern-animate {
    animation: ticker-animation 140s linear infinite;
    display: inline-block;
    background-color: #1d28a8;
    background-image: url('imgs/pattern.png');
    background-position: 0px 9px;
    background-size: 66px auto;
    width: calc(600% + 13px);
}

.subscribe-bar {
    background: #f6afce;
    color: #1d28a8;
    float: left;
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    overflow: hidden;
    padding: 30px 0px 22px 0px;
    text-transform: uppercase;
    width: 100%;
}

.subscribe-ticker {
    animation: subscribe-ticker-animation 70s linear infinite;
    display: inline-block;
    white-space: nowrap;
}

@keyframes subscribe-ticker-animation {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

.home-articles-middle {
    background: #fff795;
    padding: 60px 0px 0px 0px;
}

.home-articles-middle .article-column {
    margin-right: 20px;
    width: calc(50% - 20px);
}

.home-articles-bottom {
    background: #1d28a8;
    color: #f6afce;
}

.home-articles-bottom a {
    color: #ffffff;
}

.home-articles-bottom .introduction {
    color: #f6afce;
}

.home-articles-bottom .category {
    background: #f6afce;
    border-radius: 12px;
    color: #1d28a8;
}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/

body.single {
    background: #ffffff;
}

.single h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.post-layout {
    float: left;
    position: relative;
    width: 100%;
}

.post-content {
    float: left;
    margin-left: 25%;
    padding-bottom: 60px;
    position: relative;
    width: 50%;
}

.post-content p,
.post-content ul,
.post-content ol,
.first-paragraph {
    font-family: minion-pro, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.post-content p {
    margin-bottom: 10px;
}

.post-content p.last-paragraph {
    margin-bottom: 20px;
}

.post-content blockquote {
    background: #f6afce;
    border-radius: 12px;
    color: #ffffff;
    float: left;
    margin: 10px 0px 20px 0px;
    padding: 16px 20px 6px 20px;
    width: calc(100% - 40px);
}

.post-content blockquote p {
    font-size: 36px;
    line-height: 46px;
}

.post-content a {
    border-bottom: 2px solid #f6afce;
    color: #1d28a8;
    font-weight: 600;
}

.wp-block-list {
    float: left;
    margin: 0px 0px 10px 18px;
    width: calc(100% - 18px);
}

.first-paragraph {
    background: #fff795;
    font-size: 36px;
    line-height: 46px;
    margin: 0px 0px 24px 0px;
    padding: 80px 25% 24px 25%;
    width: 50%;
}

.category.post-header {
	left: 50%;
    position: absolute;
    top: 20px;
    z-index: 30;
	transform: translateX(-50%) translateY(0%);
	-webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
}

.post-meta,
.reading-time,
.post-summary,
figcaption {
    font-size: 15px;
    line-height: 25px;
}

.side-content {
    border-radius: 12px;
    padding: 20px;
    position: absolute;
    top: 0px;
    width: calc(37.5% - 100px);
    z-index: 10;
}

.post-content-left {
    background: #f6afce;
    left: -37.5%;
}

.post-content-right {
    background: #1d28a8;
    color: #f6afce;
    right: -37.5%;
}

.side-content span {
    font-weight: 600;
}

.fixed {
    position: fixed;
    top: 20px;
    width: calc(18.75% - 100px);
}

.post-content-left.fixed {
    left: 6.25%;
}

.post-content-right.fixed {
    right: 6.25%;
}

.post-share {
    float: left;
}

.post-share a {
    border-bottom: none;
}

.post-share span {
    display: block;
    margin-bottom: 10px;
}

.post-share img {
    display: block;
    height: auto;
    margin-bottom: 18px;
    width: 26px;
}

.magazine {
    float: right;
    height: 128px;
    position: absolute;
    right: 16px;
    width: auto;
}

.side-message {
    bottom: 4px;
    display: none;
    float: left;
    left: 50%;
    margin-top: 16px;
    position: absolute;
    text-align: center;
    width: 100%;
    transform: translateX(-50%) translateY(0%);
	-webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
}

.deer {
    display: block;
    height: auto;
    left: 50%;
    margin-top: 180px;
    position: absolute;
    width: 64px;
	transform: translateX(-50%) translateY(0%);
	-webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
}

/*--------------------------------------------------------------
Swiper
--------------------------------------------------------------*/

.swiper-container {
    background: #fff795;
    float: left;
    margin: 20px 0px 20px -50%;
    padding: 30px 25vw 30px 25vw;
	position: relative;
	width: 50vw;
}

.swiper,
.swiper-slide {
	float: left;
    width: 100%;
}

.swiper-slide {
	float: left;
    width: 100%;
}

.swiper-slide img {
 	float: left;
	height: auto;
  	width: 100%;
}

figcaption {
    float: left;
    margin-top: 10px;
    padding-right: 25%;
    width: 75%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #1d28a8 !important;
    z-index: 8 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 90px !important;
}

.swiper-button-next {
    margin-right: calc(25% - 107px) !important;
}

.swiper-button-prev {
    margin-left: calc(25% - 107px) !important;
}

/*--------------------------------------------------------------
Video Embed
--------------------------------------------------------------*/

.wp-block-embed.is-type-video {
    margin: 20px 0px 20px 0px !important;
}

.wp-block-embed__wrapper {
    height: 0;
    margin: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.wp-block-embed__wrapper iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*--------------------------------------------------------------
Gravity Forms
--------------------------------------------------------------*/

.subscribe-pop-up .gform_wrapper {
    width: 100%;
}

.gform_title,
.subscribe-pop-up .gfield_label.gform-field-label {
    display: none;
}

.subscribe-pop-up .ginput_container.ginput_container_email input {
    background: #fff795 !important;
    border: 0px !important;
    border-radius: 0px !important;
    color: #1d28a8 !important;
    font-family: minion-pro, serif !important;
    font-size: 45px !important;
    font-weight: 400 !important;
    margin: 0px !important;
    padding: 24px 10px 26px 10px !important;
    text-align: left !important;
    width: 100% !important;
}

.gform_button.button {
    background: #f6afce !important;
    border-radius: 12px !important;
    color: #1d28a8 !important;
    font-family: "roc-grotesk", sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    margin-top: -8px !important;
    padding: 10px 10px 7px 10px !important;
}

/*--------------------------------------------------------------
Subscribe Pop Up
--------------------------------------------------------------*/

.subscribe-pop-up {
    background: #1d28a8;
    border-radius: 12px;;
    color: #f6afce;



    opacity: 0;
        visibility: hidden;


    height: auto;
    left: 50%;
    padding: 30px 30px 310px 30px;
    position: fixed;
    top: 50%;
    width: calc(50% - 60px);
    z-index: 9999;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.footer-subscribe {
    float: left;
    width: 100%;
}

.footer-form {
    font-family: "roc-grotesk", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    width: 100%;
}

.footer-form-introduction {
    float: left;
    font-family: "roc-grotesk", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0px 0px 19px 0px;
    width: 100%;
}

.subscribe-close {
    bottom: 30px;
    font-weight: 600;
    margin: auto;
    position: absolute;
    text-align: center;
    width: calc(100% - 60px);
}

/*--------------------------------------------------------------
Animated Subscribe Shape
--------------------------------------------------------------*/

.subscribe-pop-up .shape {
    align-items: center;
    bottom: -90px;
    display: flex;
    height: 280px;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 50%;
    z-index: 2;
}

.subscribe-pop-up .blob {
    clip-path: url(#footer-blob-clip);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#footer-blob {
    opacity: 0;
}

.subscribe-pop-up .image-blob {
    background: url('imgs/cowboy.png') no-repeat bottom center;
    background-size: 220px auto;
}

/* Subscribe form close button */
.subscribe-pop-up .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
}

.subscribe-pop-up .close-button::before,
.subscribe-pop-up .close-button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #f6afce;
    top: 50%;
    left: 0;
    transition: all 0.3s ease;
}

.subscribe-pop-up .close-button::before {
    transform: translateY(-50%) rotate(45deg);
}

.subscribe-pop-up .close-button::after {
    transform: translateY(-50%) rotate(-45deg);
}

.subscribe-pop-up .close-button:active::before,
.subscribe-pop-up .close-button:active::after {
    transform: scale(0.9);
}

.subscribe-pop-up svg {
    display: block;
    height: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.pomperosa {
    background: #fff795;
    float: left;
    padding: 60px 20px 30px 20px;
    position: relative;
    text-align: center;
    width: calc(100% - 40px);
}

.pomperosa img {
    float: left;
    height: auto;
    width: 100%;
}

footer {
    color: #1d28a8;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    width: 100%;
}

footer a {
    color: #1d28a8;
}

footer span {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.secondary-title {
    margin-top: 15px;
}

.footer-bottom {
    float: left;
    margin-bottom: 160px;
    position: relative;
    text-align: left;
    width: calc(100% - 20px);
}

.footer-column,
.footer-mission {
    float: left;
    width: 50%;
}

.footer-border {
    background: #1d28a8;
    height: calc(100% - 6px);
    position: absolute;
    left: 37.5%;
    top: 6px;
    width: 1px;
}

.footer-half {
    float: left;
    padding-left: 20px;
    width: calc(50% - 20px);
}

.footer-half:last-of-type {
    padding-left: 28px;
    width: calc(50% - 28px);
}

.footer-menu-section,
.footer-social {
    float: left;
    width: 100%;
}

.footer-bottom li {
    display: block;
    list-style-type: none;
    margin: 0px 20px 0px 0px;
}

.footer-social img {
    float: left;
    height: auto;
    margin-right: 10px;
    width: 26px;
}

.footer-social a:last-of-type img {
    margin-right: 0px;
}

.footer-copyright {
    float: left;
    padding-top: 40px;
    text-align: left;
    width: 100%;
}

.footer-copyright span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.footer-copyright span {
    float: left;
}

.footer-copyright span:last-of-type {
    float: right;
}
