/******************************************************************
Theme Name: AV Lab
Description: For the Prenups for Partners 2018+ pages
Author: Red Earth Design, Inc.
Author URI: https://redearthdesign.com
Version: 1.0

******************************************************************/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Headings
# ACTivate Posts
# Media Queries

--------------------------------------------------------------*/

/* move this to the main style when launch */
img#prenuplogo {
    max-width:100%;/*unset;*/
    width:unset;
    max-height:52px;
}
@media (max-width: 767px) {
    img#prenuplogo {
        max-width:90%;
    }
    .single-prenup_page header#how {
        min-height:60px;
    }
}

/* # Headings, text */
.p4p-page.single p {
    margin:0 0 20px 0;
}
.p4p-page h3,
.p4p-page h2,
.p4p-page h1 {
    font-size:40px;
    line-height:1em;
    margin:0 0 20px 0;
}
.p4p-page .standard h1 {
    text-align:center;
}
.p4p-page h3 {
    font-size:36px;
}

main .header {
	font-size: 25px;
	color: #fff;
	z-index: 10000;
	position: relative;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
main .header_text {
	text-align: center;
	font-family: 'alternate-gothic-no-3-d', sans-serif;
	font-size: 4vmax;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-top: 100px;
}
.postid-5986 main .header_text {
	text-transform: none;    
}


/* Colors */
.p4p-page span.standard {
    color:#4c94ac;
}
.p4p-page #accordion.standard span.question span {
    border:2px solid #4c94ac;
}
.p4p-page #accordion.standard h3 span.plus {
    background:#4c94ac;
}
.p4p-page .tip-title:before {
    background-color: #4c94ac;
}
.p4p-page .footer-nav .text {
    border-left:5px solid #4c94ac;
}
.p4p-page .gray-links a {
    color:#5c5c5c;
}

/* Colors: Mission */
.p4p-page span.mission,
.p4p-page .contentcontainer ul.menu > li.mission a,
.p4p-page .mission h1,
.p4p-page a.mission {
    color:#aac931;
}
.p4p-page #accordion.mission h3 span.plus {
    background:#aac931;
}
.p4p-page #accordion.mission span.question span {
    border:2px solid #aac931;
}
.p4p-page #accordion.mission span.question span:hover {
    background:#aac931;
}
.p4p-page #accordion.mission span.question span::after {
	color: #aac931;
}
.p4p-page #tips.mission .tip-title:before {
    background-color: #aac931;
}
.p4p-page .footer-nav .text.mission {
    border-left:5px solid #aac931;
}

/* Colors: Method */
.p4p-page span.method,
.p4p-page .contentcontainer ul.menu > li.method a,
.p4p-page .method h1,
.p4p-page a.method {
    color:#00aeef;
}
.p4p-page #accordion.method h3 span.plus {
    background:#00aeef;
}
.p4p-page #accordion.method span.question span {
    border:2px solid #00aeef;
}
.p4p-page #accordion.method span.question span:hover {
    background:#00aeef;
}
.p4p-page #accordion.method span.question span::after {
	color: #00aeef;
}
.p4p-page #tips.method .tip-title:before {
    background-color: #00aeef;
}
.p4p-page .footer-nav .text.method {
    border-left:5px solid #00aeef;
}

/* Colors: Money */
.p4p-page span.money,
.p4p-page .contentcontainer ul.menu > li.money a,
.p4p-page .money h1,
.p4p-page a.money {
    color:#ef4032;
}
.p4p-page #accordion.money h3 span.plus {
    background:#ef4032;
}
.p4p-page #accordion.money span.question span {
    border:2px solid #ef4032;
}
.p4p-page #accordion.money span.question span:hover {
    background:#ef4032;
}
.p4p-page #accordion.money span.question span::after {
	color: #ef4032;
}
.p4p-page #tips.money .tip-title:before {
    background-color: #ef4032;
}
.p4p-page .footer-nav .text.money {
    border-left:5px solid #ef4032;
}

/* Colors: Mobility */
.p4p-page span.mobility,
.p4p-page .contentcontainer ul.menu > li.mobility a,
.p4p-page .mobility h1,
.p4p-page a.mobility {
    color:#92278f;
}
.p4p-page #accordion.mobility h3 span.plus {
    background:#92278f;
}
.p4p-page #accordion.mobility span.question span {
    border:2px solid #92278f;
}
.p4p-page #accordion.mobility span.question span:hover {
    background:#92278f;
}
.p4p-page #accordion.mobility span.question span::after {
	color: #92278f;
}
.p4p-page #tips.mobility .tip-title:before {
    background-color: #92278f;
}
.p4p-page .footer-nav .text.mobility {
    border-left:5px solid #92278f;
}


/* Tagline */
.p4p-page .tagline p {
    font-style:normal;
    font-weight:bold;
    text-align:center;
}


/* Menu */
.p4p-page .contentcontainer ul.menu {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    margin:0 auto 100px;
}
.p4p-page .contentcontainer ul.menu > li {
    padding: 0 30px;
    border-left:1px solid #4c94ac;
}
.p4p-page .contentcontainer ul.menu > li:first-child {
    border-left:none;
}
.p4p-page .contentcontainer ul.menu > li a {
    color:#4c94ac;
    text-transform:uppercase;
    font-weight:bold;
}
.p4p-page .contentcontainer ul.menu > li.current-menu-item {
    text-decoration:underline;
}
@media (max-width: 767px) {
    .p4p-page .contentcontainer ul.menu {
        margin:0 auto 60px;
    }
    .p4p-page .contentcontainer ul.menu > li {
        padding: 0 20px;
        border-left:none;
    }
}


/* Spacing */
.p4p-page .default-content {
    margin-bottom:60px;
}
.p4p-page .row {
    margin-bottom:0px;
}
.p4p-page .contentcontainer > .row {
    margin-bottom:130px;
}
.p4p-page .content-section {
    margin-bottom:60px;
}
@media (max-width: 1024px) {
    .p4p-page .default-content {
        margin-bottom:30px;
    }
    .p4p-page .contentcontainer .row {
        margin-bottom:60px;
    }
}
.p4p-page .row.tagline,
.p4p-page .contentcontainer .row.sidebar-layout {
    margin-bottom:0;
}

.p4p-page table {
    margin-bottom:20px;
}
.p4p-page table tr.even, .p4p-page table tr.alt, .p4p-page table tr:nth-of-type(even) {
    background:none;
}
.p4p-page table thead tr th, .p4p-page table tfoot tr th, .p4p-page table tbody tr td,
.p4p-page table tr td, .p4p-page table tfoot tr td {
    vertical-align:middle;
    padding:5px;
}
.p4p-page table tr td h2 {
    margin:0;
}
.p4p-page table tr td img.alignnone {
    margin:0 20px 0 0;
}
@media (max-width: 767px) {
    .p4p-page table tr td {
        display:block;
    }
    .p4p-page table tr td img.alignnone {
        margin:20px 0 0;
    }
}

.p4p-page .mpage-icon {
    text-align:right;
    padding-top:68px;
}
.p4p-page .mpage-icon img {
    max-height:150px;
}
@media (max-width: 767px) {
    .p4p-page .mpage-icon {
        text-align:center;
        padding-top:20px;
        padding-bottom:20px;
    }
}


/* Content section */
.p4p-page .row.content-section:target:before { /* anchor */
    content:"";
    display:block !important;
    width:auto;
    min-height:43px;
    margin:-122px 0 122px;
}



/* Accordion */
.p4p-page img.prompt-section-heading {
    max-height:82px;
}
.p4p-page #accordion h3 span.see {
    float:right;
    font-size:20px;
    font-weight:400;
    line-height: 1em;
}
.p4p-page #accordion h3 span.plus {
    border-radius: 50%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    padding: 0px;
    font-size: 40px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    margin: 5px 0 0 20px;
    float: right;
}
.p4p-page #accordion .questions {
    margin:0 0 50px 0;
}
.p4p-page #accordion span.question {
    display: flex;
    padding-left: 0;
    padding-right: 0;
}
.p4p-page #accordion span.question span {
    display:flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    width: 100%;
    margin: 10px;
    padding: 20px;
    min-height:215px;
}
.p4p-page #accordion span.question span:hover {
    color:#ffffff;
}

.p4p-page #accordion h3 span.plus {
    cursor: pointer;
}
.p4p-page #accordion h3 span.plus .minus {
	float: left;
	margin-top: -3px;
	margin-left: 5px;
}
.p4p-page #accordion h3 {
	font-size: 36px;
	display: grid;
	grid-template-columns: 10% auto 10% 5%;
	align-items: center;
    grid-column-gap: 10px;
    cursor: pointer;
}
.p4p-page #accordion span.question span::after {
	content: "Q";
	font-size: 180px;
	opacity: 0.2;
	position: absolute;
	left: 10%;
}
.p4p-page #accordion span.question span:hover:after {
	color: #fff;
}
.p4p-page #accordion.method span.question span:hover:after {
	color: #fff;
}
.p4p-page #accordion span.question:nth-child(2n) span::after {
	content: "?";
	right: 10%;    
	left: unset;
}
.p4p-page #accordion span.question:nth-child(2n) span:hover:after {
	color: #fff;
}
.p4p-page #accordion span.question:nth-child(3n) span::after {
    font-family: "FontAwesome";
	content: "\f086";
    left: unset;
	right: unset;
}
.p4p-page #accordion span.question:nth-child(3n) span:hover:after {
	color: #fff;
}
.p4p-page #accordion.method span.question:nth-child(3n) span:hover:after {
    color: #fff;
}
.p4p-page #accordion .questions > span:nth-child(6) > span::after {
	content: "?";
	font-family: arial;
}
.p4p-page #tips.slick-initialized {
    width: 55%;
    margin: 0 auto;
	display: grid;
	grid-template-columns: 0 5% 90% 5% 0;
	grid-template-rows: 500px 50px;
}
.p4p-page .fa.slick-arrow {
	font-size: 40px;
	justify-self: center;
    cursor: pointer;
    margin-top: 150px;
}

/* Sidebar Layout */
.p4p-page .sidebar-layout {
    background-size:85% auto;
    background-repeat:no-repeat;
    background-position: left top;
}
.p4p-page .sidebar-layout.photo-placement-right {
    background-position: right top;
}
.p4p-page .sidebar-layout .sidebar-layout-content {
    background:rgba(221,221,221,.95);
    padding:40px;
    float:right;
    margin:70px 0;
}
.p4p-page .sidebar-layout.photo-placement-right .sidebar-layout-content {
    float:left;
}
.p4p-page .sidebar-layout.photo-placement-left h3 {
    text-align:right;
}
.p4p-page .photo-credit {
    font-size:13px;
}
@media (max-width: 1024px) {
    .p4p-page .sidebar-layout {
        background-size:100% auto;
    }
    .p4p-page .sidebar-layout .sidebar-layout-content {
        background:rgba(221,221,221,1);
        margin:65% 0 0 0;
    }
    .p4p-page .sidebar-layout.photo-placement-left h3 {
        text-align:left;
    }
}


/* Tips */
.p4p-page .tip-title {
    position:relative;
    text-align:center;
    padding:0 0 15px 0;
}
.p4p-page .tip-title:before {
    content: "";
    width: 46px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -23px;
}
.p4p-page #tips p {
    text-align:justify;
}


/* Share */
.share-page {
    padding:60px 0 30px;
}
.share-page, .share-page .addtoany_shortcode {
    text-align:center;
}


/* Footer nav */
.p4p-page .footer-nav {
    clear:both;
    background:#efefef;
    display:flex;
    align-items:center;
    padding:50px 0;
    overflow:hidden;
}
.p4p-page .footer-nav .align-center {
    text-align:center;
}
.p4p-page .footer-nav img {
    max-height:82px;
}
.p4p-page .footer-nav .text {
    padding:20px;
}
@media (max-width: 768px) {
    .p4p-page .footer-nav {
        display:block;
    }
    .p4p-page .footer-nav .text,
    .p4p-page .footer-nav .text.mission,
    .p4p-page .footer-nav .text.method,
    .p4p-page .footer-nav .text.money,
    .p4p-page .footer-nav .text.mobility {
        border-left:none;
    }
}

/* Sub-footer */
.p4p-page .sub-footer {
    clear:both;
    background:#3a3a3a;
    display:flex;
    align-items:center;
    padding:50px 0 20px;
    overflow:hidden;
}
.p4p-page .sub-footer p,
.p4p-page .sub-footer a {
    color:#ffffff;
}
.p4p-page .sub-footer p {
    text-align:center;
}
.p4p-page .sub-footer .large-offset-1 p {
    text-align:left;
}
@media (max-width: 768px) {
    .p4p-page .sub-footer {
        display:block;
    }
    .p4p-page .sub-footer p,
    .p4p-page .sub-footer .large-offset-1 p {
        text-align:center;
    }
    .p4p-page .sub-footer img.alignright {
        display:block;
        float:none;
        margin:0 auto 30px;
    }
}


/* # ACTivate Posts */
.activate-template-default h2 {
	font-size: 40px;
	line-height: 1em;
}

.single-activate #menu-main-menu li .sub-menu {
    margin: -15px 0 0 !important;    
}

.single-activate:not(.activate-template) #main.notlandingpage .container .row {
    max-width: none;
}
.single-activate:not(.activate-template) #main.notlandingpage .container {
	padding: 0 !important;
}
.single-activate:not(.activate-template) #main.notlandingpage .column {
	padding: 0;
}
.column .section p {
	margin: 0;
}
.column .section.circle {
	display: grid;
    grid-template-columns: 50% 50%;
	justify-content: center;
	align-items: center;
	justify-items: center;
	grid-gap: 40px;
	background-color: #f5f5f5;
	padding: 50px 20% 80px;
}
.column .circle .image img {
    margin: 0;
}
.circle button, .circle a {
	background-color: transparent;
	color: #000;
	border: 2px solid #000;
    padding: 10px 40px;
}
.circle .row {
	margin: 20px 0 0;
}
.column .act_button {
	margin-top: 40px;
}
.circle .text .button {
	letter-spacing: 0.07em;
}
.circle .text .button:hover {
	color: #fff;
}
.column .section.circle .text p {
    font-size: 20px;
}

.column .section.prompts {
    margin: 150px auto;
    max-width: 1250px;
    padding: 0 20px;
}
.column .title h2 {
    font-size: 40px;
	text-transform: uppercase;
	text-align: center;
}
.column .wrap_prompts {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr 3fr;
	grid-template-rows: 1fr 1fr 1fr;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
}
.wrap_prompts .image img {
	width: 100px;
}
.wrap_prompts .text {
	background-color: #f5f5f5;
	padding: 20px;
	color: #000;
	font-weight: bold;
	line-height: normal;
}
.column .wrap_prompts .text.odd {
    grid-column: 1 / 2;
	justify-self: flex-end;    
}
.column .wrap_prompts .text.even {
	grid-column: 4/ 5;
	justify-self: flex-start;
}
.column .wrap_prompts .image {
	grid-column: 2 / 4;
}
.column .section.photobox_left {
	display: grid;
	grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    background-color: #f5f5f5;
}
.column .wrap_content {
	display: flex;
	justify-content: center;
	align-items: center;
}
.section.photobox_left .content {
	margin: 0;
    padding: 10px;
	width: 80%;
}
.column .section.photobox_right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	direction: rtl;
	margin-top: 0px;
}
.section.photobox_right .content {
	margin: 0;
    padding: 10px;
	width: 80%;
}
.column .section.photobox_left img,
.column .section.photobox_right img {
    width: 100%;
}
.column .photobox_right .title {
	margin-top: 40px;
}
.column .photobox_left .title h2,
.column .photobox_right .title h2 {
	font-size: 40px;
	text-transform: uppercase;
	text-align: left;
	line-height: 0.9em;
}
.column .photobox_left .text,
.column .photobox_right .text {
	line-height: normal;
    font-size: 16px;
}
.column .photobox_left .text p, .column .photobox_right .text p {
	line-height: 1.4em;
	font-size: 18px;
}
.photobox_left .image,
.photobox_right .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
}

.container_full {
	background-color: #f5f5f5;
}
.container_full .section.trailer {
	display: grid;
	grid-template-columns: 100%;
	align-items: center;
	justify-items: center;
	margin: 60px 0 50px;
	grid-column-gap: 40px;
}
.container_full .trailer h2 {
    font-size: 3.8vmax;
    text-transform: uppercase;
}
.container_full .video_sec > div {
	margin-bottom: 80px !important;
	text-align: center;
}
.container_full .links a {
	color: #555;
	text-align: center;
	text-transform: uppercase;
}
.video_sec .text1 {
	width: 50%;
	text-align: center;
    margin: 60px auto;
    line-height: normal;    
}
.video_sec .links {
	margin: 40px 0 60px;
}
.video_sec .links a {
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #707070;
	margin-bottom: 20px;
	letter-spacing: 0.01em;
}
.video_sec .video_act {
	display: flex;
	justify-content: center;
}
.video_sec .content {
	font-size: 16px;
	width: 75%;
	margin: 0 auto 80px;
	padding: 0;
}
.video_sec .content p {
    line-height: normal;
	font-size: 16px;    
}
 

/* # Media Queries */
@media only screen and (max-width:1024px) {
    .column .photobox_left .title h2, .column .photobox_right .title h2 {
        font-size: 30px;
    }
    .column .photobox_left .text, .column .photobox_right .text {
        font-size: 12px;
        padding-bottom: 25px;        
    }

    .container_full .section.trailer {
        grid-template-columns: 100%;
    }

    .column .photobox_left .text p, .column .photobox_right .text p {
        font-size: 16px;
    }    
    .photobox_left .image, .photobox_right .image {
        min-height: 400px;
    }    
    .section.photobox_left .content {
        margin: 20px 0;
    }
    .column .section.circle {
        grid-template-columns: 1fr;
        padding: 50px 10% 80px;
    }
    
    .single-activate .notlandingpage #footer {
        padding: 0 22px;
    }    
}


@media only screen and (max-width:768px) {
    #activate .menu {
        display: block;
        float: none;
    }
    #menu-activate-menu li .sub-menu {
        display: none !important;
    }

}


@media only screen and (max-width:480px) {
    #activate .menu {
        display: block;
        margin-top: 70px;
        margin-bottom: -10px;
    }    
    .landingpage .contentcontainer table td {
        width: 100% !important;
        height: auto !important;
        display: block;        
    }
    .landingpage .contentcontainer .wp-image-6021 {
        display: block;
        float: none;
        margin: 0 auto 30px;
    }
    .landingpage .contentcontainer p {
        font-size: 16px;
        line-height: normal;
    }
    #main.notlandingpage #footer .column {
        padding-left: 22px;
        padding-right: 22px;
    }    

    main .header_text {
        margin-top: 30px;
    }
    .fullscreen-menu #mobile-nav {
        padding-top: 12%;
    }

    .p4p-page #accordion h3 {
        font-size: 20px;
        grid-template-columns: 10% 55% 10% auto;
    }    
    .p4p-page #accordion h3 span.see {
        font-size: 14px;
    }

    .column .section {
        margin: 0 0 50px;
    }
    .wrap_prompts .image {
        display: none;
    }
    .column .wrap_prompts {
        display: block;
    }    
    .wrap_prompts .text {
        margin: 20px 0;
    }    
    .wrap_prompts .text3 {
        margin-top: 0;
    }
    .column .section.prompts {
        margin: 60px auto;
    }    
    .column .section.photobox_left {
        grid-template-columns: 1fr;
    }
    .column .section.photobox_left .image {
        margin-bottom: 40px;
    }    
    .column .section.photobox_right {
        grid-template-columns: 1fr;
        direction: ltr;
        margin-top: 0;
    }
    .section.photobox_left .content {
        margin-bottom: 40px;
    }
    .video_sec .content {
        width: 90%;
    }    
    .video_sec .text1 {
        width: 90%;
    }

    .column .section.trailer {
        grid-template-columns: 100%;
        margin: 0;
    }
    .section.trailer .image .alignnone {
        margin: 0;
    }    
    .column .trailer h2 {
        text-align: center;
    }
    .column .video_sec .text1 {
        width: 100%;
    }
    .column .video_sec > div {
        margin-bottom: 40px !important;
    }
    .column .photobox_left .text p, .column .photobox_right .text p {
        font-size: 16px;
        line-height: 30px;
    }

    .container_full .section.trailer {
        display: block;
        text-align: center;
    }    
    .container_full .text {
        margin-top: 20px;
    }
    .column .section p {
        font-size: 16px;
    }

}
