/*  
-----------------------------------------------------

Theme Name: YachtTalk Theme
Theme URI: https://www.heesenyachts.com/yachttalk
Author: Plan B & WMTD.nl
Author URI: https://www.wmtd.nl
Description: 
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html

----------------------------------------------------- 
*/

/* 
Heesen Colors 
Usage:
var(--gold);
background: rgba(var(--darkblueRBGA), 0.9);
*/
:root {
	--gold: #A99B70;
	--darkblue: #000839;
	--darkblueRBGA: 0, 8, 57;
	--purple: #8131B0;
	--icegrey: #DDE4EC;
	--icegreyRGBA: 221, 228, 236;
	--white: #FFFFFF;
	--black: #000000;
}

.gform_confirmation_message {
    text-align: center;
    color: #fff;
    background: #000839;
    padding: 20px;
    border: solid 1px black;
}

body .gform_wrapper form {
    max-width: 600px; 
}

.gform_footer.top_label {
    text-align: center;
}

.gform_wrapper {
    padding-right: 20px;
    padding-left: 20px;
}



.gform_wrapper .gform_footer .button {
    font-style: normal;
    -moz-transform: skew(-15deg,0deg);
    -webkit-transform: skew(-15deg,0deg);
    -o-transform: skew(-15deg,0deg);
    -ms-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
    display: inline-block;
    padding: 7.5px 7.5px;
    text-transform: uppercase;
    font-weight: 600;
    background: #000938;
    color: #fff;
    border:none;
}

body .gform_wrapper span.gform_description {
	font-weight: 600;
	display: block;
	width: calc(100% - 16px);
	margin-bottom: 16px;
	font-size: 20px;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family:"myriad-pro";
    font-style: italic;
    color: #000839;
}

p {
    font-style: normal;
/*     font-weight: 600; */
    font-size: 18px;
    line-height: 1.4;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
}

a,
.mc4wp_buttons input[type="submit"],
.social_icons a svg path,
.social_icons a:hover svg path,
.social_icons ellipse.instagram,
.social_icons a:hover ellipse.instagram {
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

h1, h2 {
    font-size: 45px;
    margin-bottom: 10px;
}

h1 + h3,
h1 + h4,
h2 + h3,
h2 + h3,
h3 + h1,
h3 + h2,
h4 + h1,
h4 + h2 {
    margin-top: -10px;
}

h3 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

.clearfix {
    clear: both;
}

#wrapper {
    margin-top: 93px;
}

.content-inner {
    padding-right: 20px;
    padding-left: 20px;
}

.wp-block-group.alignfull {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
}

.wp-block-button .wp-block-button__link {
    padding: 10px 60px;
    font-weight: 700;
    background: #000839;
    border: solid 1px var(--darkblue);
}


.gform_heading {
	text-align: center;
}

.wp-block-button .wp-block-button__link:hover {
    background: #fff;
    border: solid 1px var(--purple);
    color: var(--purple);
}

.header-inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

header {
    background: #000839;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    border-bottom: solid 2px #fff;
}

.header-inner {
    text-align: center;
    padding: 5px 20px;
    position: relative;
}

header nav.menu {
    position: absolute;
    text-align: left;
    bottom: 20px;
}

header nav.menu ul {
    padding: 0;
    margin: 0;
}

header nav.menu ul li {
    display: inline-block;
    margin-right: 10px;
}

header nav.menu a,
.corp_site_link a {
    color: #fff;
    font-style: normal;
    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    display: inline-block;
    padding: 3px 7.5px;
    text-transform: uppercase;
    font-weight: 600;
}

header nav.menu li:hover a,
.corp_site_link:hover a,
header nav.menu .current-menu-item a {
    background: #fff;
    color: #000839;
}

.corp_site_link {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#site-logo svg {
    max-width: 150px;
}

.header_image {
    position: absolute;
    width: 100%;
    top: 90px;
    z-index: -1;
}

.header_image img {
    min-width: 100%;
}

.page-content {
    margin-top: 250px;
    position: relative;
}




/* HOME V2 */

.page-template-page-home2 .page-content {
    margin-top: 0px;
}



/* ARCHIVE LOOP */

.page-template-blog .page-content {
    margin-top: 500px;
}

.blog_page_loop_outer {
    background: var(--icegrey);
}

.blog_page_loop_outer > h1 {
    text-align: center;
    padding: 40px 0;
}

.blog_page_loop.post_loop {
}

.grid_limit {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.blog_page_loop {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}

.blog_page_loop .post_card {
    position: relative;
    max-width: calc(50% - 30px);
    margin: 0 15px 45px;
    background: #fff;
    text-transform: uppercase;
}

.blog_page_loop .post_card a {
    color: #000839;
}

.blog_page_loop .post_card_content h2 {
    font-size: 30px;
    margin-top: 10px;
}

.blog_page_loop span.post_card_content_uitzenddatum {
    display: block;
}

.blog_page_loop .post_card_content {
    padding: 20px 20px 10px;
}

.blog_page_loop .post_card_content p {
    text-transform: none;
}

.blog_page_loop .post_card_img {
    position: relative;
}

.blog_page_loop .vimeo_play_button {
    background: rgba(255,255,255,0.5);
    border: none;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
/*     padding: 20px; */
    cursor: pointer;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.blog_page_loop .vimeo_play_button:hover {
	background: rgba(255,255,255,1);
}


.blog_page_loop .vimeo_play_button:hover svg polygon {
	fill:var(--purple);
}

.blog_page_loop .vimeo_play_button svg {
    width: 20px;
    position: relative;
    top: 19px;
    left: 23px;
}

.prev-next-posts a{
    border: solid 1px #000839;
    color: #000839;
    padding: 3px 7.5px;
    font-size: 16px;
    margin-bottom: 40px;
    margin-left: 20px;
    display: inline-block;
}

.prev-next-posts a:hover {
    background: white;
    border: solid 1px var(--purple);
    color: var(--purple);
}




.blog_viewmore_link {
    border: solid 1px #000839;
    color: #000839;
    font-weight: 700;
    padding: 3px 7.5px;
    font-size: 12px;
    margin-bottom: 20px;
    display: inline-block;
}

.blog_viewmore_link:hover {
/*     background: #7e674a; */
    border: solid 1px var(--purple);
    color: var(--purple);
}

footer {
    background: #000839;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    text-transform: uppercase;
}

#newsletter h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

footer p {
    font-style: italic;
    font-size: 25px;
}

.mc4wp_buttons {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}

.mc4wp_buttons input {
    width: calc(48% - 30px);
    margin: 0 1% 2%;
    padding: 10px 15px;
    border: none;
    font-style: italic;
}

.mc4wp_buttons input[type="submit"] {
    cursor: pointer;
    border: solid 1px #fff;
    background: none;
    color: #fff;
    font-weight: 700;
    min-width: 48%;
}

.mc4wp_buttons input[type="submit"]:hover {
    background: #fff;
    border: solid 1px var(--purple);
    color: var(--purple);
}

.mc4wp_buttons input.last_name {
    order: 3;
}

.mc4wp_buttons input.first_name {
    order: 1;
}

.mc4wp_buttons input.email {
    order: 2;
}

.mc4wp_buttons input.submit {
    order: 4;
}

#newsletter span.privacy {
    text-transform: none;
    font-style: normal;
}

#socials {
    margin-top: 50px;
}

#socials h3 {
    margin-bottom: 20px;
}

.social_icons a {
    margin-right: 10px;
}

.social_icons svg {
    width: 40px;
    height: 40px;
}

.social_icons a svg path {
    fill: #fff;
}

.social_icons a:hover svg path {
	fill: var(--purple);
}

.social_icons ellipse.instagram {
    fill: #fff;
}

.social_icons a:hover ellipse.instagram {
	fill: var(--purple);
}

#copyright {
    background: #000839;
    border-top: solid 2px #fff;
    color: #fff;
    padding: 20px;
    font-style: normal;
}

.copyright-inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.copyright-texts {
    float: left;
}

.legal-links {
    float: right;
}

.legal-links a {
    color: #fff;
}

.legal-links a:hover {
    color: var(--purple);
}


@media only screen and (max-width: 767px) {

/* 
.wp-block-group.alignfull {
    margin-right: 20px;
    margin-left: 20px;
}
 
 */
.page-content {
    padding-right: 20px;
    padding-left: 20px;
}

.header_image {
    display: none;
}

#wrapper {
    margin-top: 63px; /* 70px;*/
}


.page-template-blog .page-content {
    margin-top: 0;
}

.page-content {
    margin-top: 0;
}

#site-logo svg {
    max-width: 90px;
}

h1, h2 {
    font-size: 35px;
}

h3 {
    font-size: 22px;
}

h4,
footer p {
    font-size: 20px;
}

p {
    font-size: 16px;
}

#copyright {
    text-align: center;
}

.copyright-texts {
    margin-bottom: 10px;
}

.copyright-texts,
.legal-links {
    width: 100%;
    float: none;
}

.blog_page_loop .post_card {
    max-width: 100%;
    width: 100%;
}

.post_card_img img {
    min-width: 100%;
}

.blog_page_loop {
    padding-left: 0;
    padding-right: 0;
}

}

@media only screen and (max-width: 600px) {

.mc4wp_buttons input {
    margin: 0 0 2% 0;
    width: 100%;
}

.mc4wp_buttons input.last_name {
    order: 2;
}

.mc4wp_buttons input.email {
    order: 3;
}

}

@media only screen and (max-width: 500px) {

#wrapper {
    margin-top: 49px; /* 55 */
}

#site-logo svg {
    max-width: 70px;
}

header {
    font-size: 12px;
}

.header-inner {
    padding: 5px 10px;
}

.corp_site_link,
header nav.menu {
    bottom: 15px;
}

.corp_site_link {
    right: 10px;
}

}


@media only screen and (max-width: 320px) {

header {
    font-size: 10px;
}

}
