/*
Theme Name: Syndry Moves
Theme URI: http://www.syndrymoves.nl
Author: Sander Hidding @ [MEDIAVISIE | mediavisie.nl]
Author URI: http://www.mediavisie.nl
Version: 1.0
License: Copywrite Mediavisie

--------------------------------------------------------------

INDEX
[1] BASE
	[1.1] FRAMEWORK
	[1.2] HEADER
	[1.3] LOGO
	[1.4] MOTIEF
	[1.5] FONTS
		[1.5.1] FONTS
		[1.5.2] H-TAGS
		[1.5.3] COLOURS
	[1.6] ELEMENTS
	
[2] CONTENT
	[2.1] BASE
	[2.2] INDEX
	[2.3] SIDEBAR
	[2.4] MERKEN
	[2.5] AANMELDEN
	
[3] OVERZICHT
	[3.1] BOXES
	
[4] FOOTER
	[4.1] FOOTER BASE
	[4.2] FOOTER LEFT
	[4.3] FOOTER RIGHT
	
[5] RESPONSIVE
	[5.1] TABLET
	[5.2] MOBILE
	[5.3] CORRECT MENU
	
--------------------------------------------------------------
*/


/* 1 BASE ------------------------------- */


/* 1.1 FRAMEWORK */

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #696969;
    line-height: 26px;
    letter-spacing: 0.2px;
    text-align: justify;
}

.super-container {
    max-width: 1400px;
    margin: 0 auto;
}

.container {
    width: 100%;
    padding: 4% 0% 4% 0%;
}

.wrapper {
    margin: 0% 8% 0% 8%;
}


/* 1.2 HEADER */

.header {
    width: 100%;
    height: 80px;
    background-color: #f9da64;
    font-family: 'Amatic SC', cursive;
    font-size: 24px;
    color: #7d5a31;
    text-transform: uppercase;
}

.header-wrapper {
    margin: 0% 8% 0% 8%;
}

.header ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

ul.right {
    margin: 0px;
    float: right;
}

.header li {
    padding: 27px 13px 27px 13px;
    background-color: #fce89b;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #f9da64 50%, #fce89b 50%);
    transition: background-position 0.2s;
    list-style-type: none;
    float: left;
}

.header li:hover {
    background-position: 0 -100%;
    cursor: pointer;
}

.header ul ul {
    min-width: 100px;
    margin: 27px 0px 0px -13px;
    padding: 0px;
    background-color: #f9da64;
    position: absolute;
    display: none;
    z-index: 1000;
}

.header ul ul li {
    width: 100%;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: none;
    display: block;
    clear: both;
}

.header ul ul li:first-child {
    border-top: 3px solid #7d5a31;
}

.header ul ul li:last-child {
    border-radius: 0 0px 5px 5px;
}

.header ul li:hover>ul {
    display: block;
}

.header ul a {
    text-decoration: none;
    color: #7d5a31;
}

.header ul ul a:hover {
    text-decoration: underline;
}

.mobile-header {
    display: none;
}


/* 1.3 HEADER */

.logo {
    width: 14%;
    margin: -23px 43% 0px 43%;
    position: absolute;
}

.logo img {
    width: 100%;
    max-width: 196px;
    align: center;
}


/* 1.4 MOTIEF */

.motief {
    width: 100%;
    height: 150px;
}

.purple {
    background-image: url(images/background-patterns/purple.jpg);
}

.green {
    background-image: url(images/background-patterns/green.jpg);
}

.grey {
    background-image: url(images/background-patterns/grey.jpg);
}

.light-grey {
    background-image: url(images/background-patterns/light-grey.jpg);
}

.light-blue {
    background-image: url(images/background-patterns/light-blue.jpg);
}

.pink {
    background-image: url(images/background-patterns/pink.jpg);
}


/* 1.5 FONTS */


/* 1.5.1 FONTS */

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #696969;
    display: block;
}


/* 1.5.2 H-TAGS */

h1 {
    font-family: 'Amatic SC', cursive;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 42px;
    display: inline;
}

h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 38px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 32px;
    text-transform: uppercase;
    display: inline;
}

h4 {
    width: 19%;
    margin-top: 40px;
    padding: 20px;
    font-family: 'Amatic SC', cursive;
    font-size: 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
}


/* 1.5.3 COLOURS */

.orange {
    color: #ff4800;
}

.dark-green {
    color: #164e52;
}

.mint {
    color: #159c97;
}

.light-purple {
    color: #d19feb;
}

.blue {
    color: #3b4ec0;
}

.red {
    color: #b92457;
}


/* 1.6 ELEMENTS */

.border-top {
    border-top: 1px solid #CCC;
}

.border-bottom {
    border-bottom: 1px solid #CCC;
}

.hide {
    display: none;
}


/* 2 CONTENT ------------------------------- */


/* 2.1 BASE */

.intro {
    width: 100%;
    padding: 4% 0% 4% 0%;
}

.top-content {
    width: 100%;
    height: auto;
    overflow: auto;
}

.vertical {
    padding: 40px 0px 40px 0px;
}

.content {
    width: 57%;
    padding: 0% 4% 4% 4%;
    background-color: #fff;
    display: inline-block;
    float: right;
}

.content img {
    width: 100%;
    height: auto;
}

.kop {
    background-color: #e0c8e1;
    color: #7a4a99;
    line-height: 0px;
}


/* 2.2 INDEX */

.index-back {
    width: 100%;
    background-image: url(images/index/background.jpg);
    background-size: cover;
    overflow: auto;
}

.index-wrapper {
    width: 60%;
    margin: 0 auto;
}

div.hex {
    width: 25%;
    height: auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
    float: left;
    display: inline-block;
    position: center;
}

.hex img {
    width: 100%;
    max-width: 236px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hex img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

div.left-top {
    margin-top: 10%;
    padding-left: 20%;
}

div.right-top {
    margin-top: 10%;
    padding-right: 20%;
}

div.middle {
    margin-top: 2%;
}

div.left-middle {
    padding-left: 5%;
}

div.right-middle {
    padding-right: 5%;
}

div.bottom {
    margin-top: 2%;
    margin-bottom: 10%;
}

div.left-bottom {
    padding-left: 20%;
}

div.right-bottom {
    padding-right: 20%;
}


/* 2.3 SIDEBAR */

.sidebar {
    width: 30%;
    background-color: #fff;
    display: inline-block;
    float: left;
}

.sidebar img {
    width: 100%;
    height: auto;
}


/* 2.4 MERKEN */

.merken {
    width: 100%;
    overflow: hidden;
    display: block;
    clear: both;
}

.merk {
    width: 12%;
    height: auto;
    padding: 0% 4% 0% 4%;
    display: inline-block;
    float: left;
}

.merk img {
    max-width: 80%;
    max-height: 10%;
    padding: 50% 15% 40% 15%;
    border: 0px;
}


/* 2.5 AANMELDEN */

.aanmelden {
    min-height: 260px;
    padding: 40px 0px 40px 0px;
    background-color: #fff;
}

.aanmelden-text {
    width: 100%;
}

.aanmelden-text p {
    width: 55%;
    margin-top: -20px;
    margin-right: 5%;
    display: inline-block;
}

.aanmelden-text img {
    width: 39%;
    max-width: 508px;
    margin-top: -3%;
    float: right;
    display: inline-block;
}


/* 3 OVERZICHT ------------------------------- */


/* 3.1 BOXES */

.box {
      	width: 23%;
        padding: 2%;
        margin: 3%;
        border-radius: 8px;
        background-color: #fff;
        float: none;
        display: inline-block;
        vertical-align: top;
}

.box p {
    padding-top: 4%;
}

.boxed {
    width: 100%;
    height: 150px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.boxed:hover>img {
    width: 160%;
    margin-top: -30%;
    margin-left: -30%;
    transition: all 0.2s ease-in-out;
}

.box img {
    width: 100%;
    height: auto;
    margin: 0% transition: all 0.2s ease-in-out;
}

.boxed a {
    text-decoration: none;
    color: #fff;
}


/* 4 FOOTER ------------------------------- */


/* 4.1 FOOTER BASE */

.footer {
    width: 100%;
    padding: 40px 0px 40px 0px;
    background-color: #8f4cb3;
    color: #fff;
    overflow: auto;
}


/* 4.2 LEFT */

.footer-left {
    width: 47.5%;
    float: left;
}

.footer-left p {
    color: #ba88d4;
    margin-top: -15px;
    display: inline;
}

.footer-left img {
    width: 12%;
    max-width: 69px;
    height: auto;
    max-height: 80px;
    margin-right: 3%;
    display: inline-block;
    float: left;
}

.seperator {
    width: 100%;
    height: 1px;
    margin: 3% 0% 3% 0%;
    background-color: #000;
    opacity: 0.1;
}

.emblem {
    min-height: 80px;
}


/* 4.3 RIGHT */

.footer-right {
    width: 47.5%;
    float: right;
}

.footer-right ul {
    width: 50%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    list-style-type: none;
}

.footer-right li {
    padding-top: 4px;
}

.footer-right li a {
    text-decoration: none;
    color: #fff;
}

.footer-right li a:hover {
    text-decoration: underline;
}

#respond {
    width: 100%;
    height: auto;
    display: block;
    overflow: auto;
}

input:not([type=submit]),
textarea {
    width: 96%;
    margin-top: 3%;
    padding: 8px;
    border: 1px solid #999;
    font-size: 13px;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px 16px;
    background-color: #ba88d4;
    transition: 0.4s;
    color: #ffffff;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    margin-right: 16px;
    cursor: pointer;
    margin-bottom: 30px;
}

.wpcf7-response-output,
.kop {
    clear: both;
}

input[type=submit]:hover {
    background-color: #b92457;
}

textarea {
    height: 200px;
}

#small-cf {
    float: left;
    display: inline-block;
}

#certify {
    margin: 3% 20px 0px 20px;
}

#button {
    width: auto;
    float: right;
    display: inline-block;
}

.error {
    padding: 5px 9px;
    border: 1px solid red;
    color: red;
    border-radius: 3px;
}

.success {
    padding: 5px 9px;
    border: 1px solid green;
    color: green;
    border-radius: 3px;
}

form span {
    color: red;
}

.note {
    font-size: 11px;
    color: #999;
}

hr {
    width: 100%;
    background-color: #666;
}


/* 5 RESPONSIVE ------------------------------- */


/* 5.1 TABLET */

@media screen and (min-width: 640px) and (max-width: 965px) {
    .header {
        height: 80px;
        font-size: 18px;
        letter-spacing: 0.5px;
        transition: all 0.2s ease-in-out;
    }
    .header-wrapper {
        margin: 0% 2% 0% 2%;
    }
    .logo {
        width: 24%;
        margin: -22px 43% 0px 38%;
    }
    .intro {
        padding-top: 9%;
    }
    .box {
        width: 36%;
        padding: 3%;
        margin: 4%;
        background-color: #fff;
        float: left;
    }
    .box img {
        width: 100%;
    }
    .aanmelden {
        min-height: 0px;
    }
    .aanmelden-text p {
        width: 100%;
    }
    .aanmelden-text img {
        display: none;
    }
    h4 {
        width: 31%;
        margin-top: 40px;
        font-size: 38px;
    }
}

@media screen and (min-width: 0px) and (max-width: 830px) {
    .header {
        height: 365px;
        background-color: #fce89b;
        border-bottom: 1px solid #7d5a31;
        font-size: 22px;
        overflow: auto;
        display: none;
    }
    .header-wrapper {
        margin: 0% 0% 0% 0%;
        background-color: #fce89b;
    }
    .header ul {
        width: 100%;
        display: block;
    }
    .header li {
        background-color: #fce89b;
        background-size: 100% 100%;
        background-image: none;
    }
    .header ul li {
        width: 94%;
        padding: 27px 3% 27px 3%;
        background-color: #fce89b;
        display: block;
        clear: both;
    }
    .header ul li:hover {
        height: 26px;
        background-color: #fce89b;
    }
    .header ul li:active {
        height: 24px;
        background-color: #f9da64;
        border-top: 1px solid #7d5a31;
        border-bottom: 1px solid #7d5a31;
    }
    .header ul ul li {
        display: none;
    }
    .mobile-header {
        width: 94%;
        height: 40px;
        padding: 3%;
        background-color: #f9da64;
        font-family: 'Amatic SC', cursive;
        font-size: 40px;
        color: #7d5a31;
        line-height: 40px;
        display: block;
        float: left;
    }
    .mobile-header img {
        width: 40px;
        height: auto;
        float: right;
        cursor: pointer;
    }
    .motief {
        padding-top: 80px;
    }
    ul.right {
        float: left;
    }
    .merk-hide {
        display: none;
    }
    .content {
        width: 100%;
        padding: 4% 0% 8% 0%;
    }
    .sidebar {
        width: 100%;
        margin-bottom: 8%;
    }
    .merk {
        width: 25%;
        height: auto;
        padding: 0% 4% 0% 4%;
        background-size: 50%;
        float: left;
    }
    .merk img {
        max-width: 70%;
        max-height: 10%;
        padding: 50% 15% 40% 15%;
    }
    .aanmelden {
        min-height: 0px;
    }
    .aanmelden-text p {
        width: 100%;
    }
    .aanmelden-text img {
        display: none;
    }
    .footer-left {
        width: 100%;
        float: left;
    }
    .footer-right {
        width: 100%;
        float: left;
    }
    .seperator {
        margin: 5% 0% 5% 0%;
    }
    .hide {
        display: block;
    }
}


/* 5.2 MOBILE */

@media screen and (min-width: 0px) and (max-width: 640px) {
    .logo {
        width: 34%;
        margin: -40px 33% 0px 33%;
    }
    .intro {
        width: 100%;
        padding: 12% 0% 8% 0%;
        border-bottom: 1px solid #CCC;
    }
    .top-content {
        padding: 5% 0% 5% 0%;
    }
    .box {
        width: 72%;
        padding: 6%;
        margin: 5% 8% 5% 8%;
        background-color: #fff;
        float: left;
    }
    .boxed {
        height: 160px;
    }
    .box img {
        width: 100%;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        width: 63%;
        margin-top: 50px;
        font-size: 42px;
    }
    .footer-left img {
        width: 20%;
        padding: 0% 40% 4% 40%;
        align: middle;
        display: block;
        clear: both;
    }
    .seperator {
        margin: 7% 0% 7% 0%;
    }
}


/* 5.3 CORRECT MENU */

@media screen and (min-width: 1280px) and (max-width: 2400px) {
    .header {
        font-size: 26px;
        letter-spacing: 0.5px;
        transition: all 0.2s ease-in-out;
    }
}

@media screen and (min-width: 1060px) and (max-width: 1100px) {
    .header {
        font-size: 20px;
        transition: all 0.2s ease-in-out;
    }
}

@media screen and (min-width: 965px) and (max-width: 1060px) {
    .header {
        font-size: 18px;
        letter-spacing: 0.5px;
        transition: all 0.2s ease-in-out;
    }
}