/*
Theme Name: Walko
Theme URI: https://www.walko.se
Author: Fredrik Larsson | SVARTSELET
Author URI: https://svartselet.se
Description: Custom theme developed for walko.se
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: walko

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*==========================================================
Custom normalizers
==========================================================*/

body {
    background: rgb(250, 250, 250);
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.limit-width img {
    max-width: 100% !important;
    height: inherit;
    display: block;
}


/*==========================================================
Text
==========================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 54px;
    text-transform: uppercase;
    margin: 10px 0 5px;
}

h2 {
    font-size: 38px;
    text-transform: uppercase;
    margin: 50px 0 5px;
    border-bottom: 2px solid;
}

h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 50px 0 5px;
    border-bottom: 2px solid;
}

h4 {
    font-size: 22px;
    margin: 30px 0 2px;
    font-family: 'Alegreya';
}

p {
    margin: 13px 0 17px;
    font-size: 120%;
    line-height: 1.35em;
}

p.big-font {
    font-size: 150%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/*==========================================================
Positioning / Limit / Standards
==========================================================*/

article {
    max-width: 630px;
    padding: 20px;
}

.center {
    margin: 0 auto;
}

.third {
    display: inline-block;
    width: 33.333%;
}

.relative {
    position: relative;
}

.content-wrapper {
    padding: 110px 0px;
    min-height: 70vh;
}

.content-wrapper-margin {
    margin: 110px 0px;
    min-height: 70vh;
}

.content-wrapper-lo-margin {
    margin: 15px 0px;
    min-height: 70vh;
}

.limit-width {
    max-width: 1100px;
    width: 61%;
    margin: 0 auto;
}

.limit-width-sm {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
}

.sub-site-padding-wrapper {
    padding-top: 110px;
}

.lg-text-container {
    margin: 0 auto;
    padding: 30px 50px;
}

.top-container {
    margin-top: -180px;
}

.header-img {
    height: 70vh;
    margin: 0px 135px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*==========================================================
Section-style | Header
==========================================================*/

header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
}

#logo-wrapper {
    display: none;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 46%;
}


/* Menu-icon */

nav#menu-icon-wrapper {
    display: inline-block;
    margin: 30px;
    z-index: 999;
}

#menu-icon {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.11);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.11) 0%, rgba(204, 79, 42, 0.10) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.11)), color-stop(100%, rgba(204, 79, 42, 0.10)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.11) 0%, rgba(204, 79, 42, 0.10) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.11) 0%, rgba(204, 79, 42, 0.10) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.11) 0%, rgba(204, 79, 42, 0.10) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.11) 0%, rgba(204, 79, 42, 0.10) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cc4f2a', GradientType=1);
    -webkit-box-shadow: 0px 12px 26px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 12px 26px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 12px 26px 0px rgba(0, 0, 0, 0.14);
}

#menu-icon:hover {
    cursor: pointer;
}


/* Menu */

#xtra-main-menu-wrapper {
    display: none;
    top: 0;
    left: 20px;
    position: absolute;
    z-index: -1;
}

nav#main-menu-wrapper {}

nav#main-menu-icons-wrapper ul,
nav#main-menu-wrapper ul {
    margin: 0;
}

nav#main-menu-icons-wrapper ul li,
nav#main-menu-wrapper ul li {
    width: 230px;
    text-align: center;
    padding: 4px 0;
    background-color: rgb(20, 110, 117);
}

nav#main-menu-wrapper ul li:first-child {
    padding-top: 105px;
    background: rgb(20, 110, 117);
    /*background: -moz-linear-gradient(top, rgba(179, 66, 38, 1) 0%, rgba(204, 79, 42, 1) 19%, rgba(204, 79, 42, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 66, 38, 1)), color-stop(19%, rgba(204, 79, 42, 1)), color-stop(100%, rgba(204, 79, 42, 1)));
    background: -webkit-linear-gradient(top, rgba(179, 66, 38, 1) 0%, rgba(204, 79, 42, 1) 19%, rgba(204, 79, 42, 1) 100%);
    background: -o-linear-gradient(top, rgba(179, 66, 38, 1) 0%, rgba(204, 79, 42, 1) 19%, rgba(204, 79, 42, 1) 100%);
    background: -ms-linear-gradient(top, rgba(179, 66, 38, 1) 0%, rgba(204, 79, 42, 1) 19%, rgba(204, 79, 42, 1) 100%);
    background: linear-gradient(to bottom, rgba(179, 66, 38, 1) 0%, rgba(204, 79, 42, 1) 19%, rgba(204, 79, 42, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b34226', endColorstr='#cc4f2a', GradientType=0);*/
}

nav#main-menu-icons-wrapper ul li:last-child {
    border-top: 40px solid rgb(20, 110, 117);
    width: 230px;
    padding: 0;
    background-color: transparent;
}

nav#main-menu-icons-wrapper ul li > img,
nav#main-menu-wrapper ul li > img {
    width: 230px;
    background: transparent;
}

nav#main-menu-icons-wrapper ul li > a,
nav#main-menu-wrapper ul li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(250, 250, 250);
}

nav#main-menu-icons-wrapper i {
    font-size: 30px;
    margin: 10px 10px 0;
}


/*
* Social icons
*/

#social-icons {
    position: fixed;
    right: 14px;
    top: 30px;
    text-align: right;
    width: 80px;
    z-index: 999;
    opacity: 0.33;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

  #social-icons:hover {
    opacity: 1;
  }

#social-icons li {
    display: inline-block;
    font-size: 34px;
    line-height: 34px;
    margin: 0px 4px;
    text-align: center;
}

#social-icons li:last-child {
    display: block;
    width: 100%;
    text-align: right;
    margin: 31px 0px 0px;
}


/*==========================================================
Random classes
==========================================================*/

.thumb-circle {
    border-radius: 100%;
    position: relative;
}


/*==========================================================
Section-style | Start
==========================================================*/

#start-block {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 95vh;
}

#start-block img {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}

section#start-about {
    background: rgb(5, 5, 5);
    /* background: rgb(5, 5, 5) url(img/lg-about-bg.jpg) top center no-repeat /cover; */
}

#start-about p,
#start-about a {
    font-size: 23px;
    color: rgb(237, 237, 237);
}

.reciept-edge {
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: url(img/triangel-black.png);
    background-size: contain;
}

.reciept-edge-white {
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: url(img/triangel-white.png);
    background-size: contain;
}

.right-floating-circle-img {
    float: right;
    position: relative;
    width: 270px;
    height: 270px;
    border-radius: 100%;
    overflow: hidden;
    margin: -105px -50px 5px 5px;
    border: 2px solid #fff;
}

.right-floating-circle-img img {
    position: absolute;
    min-width: 100%;
    top: 50%;
    left: 50%;
    max-height: 100%;
    transform: translateX(-50%)translateY(-50%);
}


/*==========================================================
Section-style | Instagram
==========================================================*/

#instagram-block ul {
    display: table;
    margin: 0 auto;
}

#instagram-block li {
    display: inline-block;
    margin: 20px 15px 0;
}

.instagram-wrapper {
    margin: 0 auto;
    max-width: 800px;
}

.instagram-wrapper div {
    display: inline-block;
    width: 33.3333%;
    border-radius: 100%;
}

.instagram-wrapper div img {
    display: inline-block;
    width: 80%;
    margin: 20px 10%;
    border-radius: 100%;
}


/*==========================================================
Section-style | Footer
==========================================================*/

footer {
    min-height: 100vh;
    padding: 100px 0;
}

#partners h2 {
    border: none;
    font-size: 22px;
    text-align: center;
}

#partners img {
    max-width: 60%;
    height: inherit !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}

ul.horizontal {
    float: left;
    width: 100%;
}

.sponsors-item {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    width: 19.5%;
    height: 130px;
}

@media screen and (max-width:650px){
    .sponsors-item {
	width: 30% !important;
    }
}

@media screen and (max-width:400px){
    .sponsors-item {
	width: 100% !important;
    }

    #partners img {
    	max-width: 40%;
    }
}

/*==========================================================
Section-style | Contact form
==========================================================*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
}

#page-wrapper {
    width: 640px;
    background: #FFFFFF;
    padding: 1em;
    margin: 1em auto;
    border-top: 5px solid #69c773;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

h1 {
    margin-top: 0;
}

.field {
    margin: 1em 0;
}

label {
    display: block;
    margin-top: 30px;
    margin-bottom: 0.5em;
    color: #fafafa;
    font-size: 130%;
}

input {
    width: 100%;
    padding: 0.5em 0.5em;
    font-size: 1.5em;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #050505;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #050505;
}

input[type="submit"],
button {
    display: inline-block;
    border-radius: 3px;
    border: none;
    font-size: 160%;
    padding: 0.5rem 0.8em;
    background: #ffffff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 0;
    width: 100%;
    text-align: center;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
    opacity: 0.75;
    cursor: pointer;
}

input[type="submit"]:active,
button:active {
    opacity: 1;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
