/*
Theme Name: komartgo-child
Theme URI: https://komart.info
Template: komartgo
Author: Komart
Author URI: https://komart.info
Description: GO Komart Wordpress Theme
Tags: Komart 
Version: 1.0
Updated: 2020-02-03 12:00:00

*/

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Source+Sans+Pro:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');



html {
	overflow-x: hidden !important;
    scroll-behavior: smooth;
    }

body {
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.5px;
    font-size: 1.1rem;
    overflow-x: hidden !important;
	}

a, p, h1, h2, h3, h4, h5, h6, ul, li {
	color: #1f1f1f;
	-moz-transition: 200ms ease-in;
    -ms-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;	
	}

a:hover {
	color: #545454 !important;
	}

.white-text, .white-text p, .white-text, .white-text a, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
	color: #fff;
	}

.pad-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
	}

.pad-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
	}

.navbar-brand img {
    max-width: 200px;
	width: 130px;
    }

header#masthead {
    box-shadow: inherit;
    padding: 20px 15px;
    background-color: transparent;
	}

#content.site-content {
    padding-bottom: 0;
    padding-top: 0;
	margin-top:0px;
    }

.container-1440 {
    max-width: 1440px;
    margin: 0px auto !important;
    }

.vc_column_container>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1200px;
    margin: 0px auto !important;
    }
	
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
	}

.row {
    margin-right: 0px;
    margin-left: 0px;
    }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
	}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
    }

.page-content, .entry-content, .entry-summary {
    margin: 0;
    }

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
    font-weight: 400 !important;
    font-size: 0.9em;
    -moz-transition: 200ms ease-in;
    -ms-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
    }

.dropdown-item {
	color: #fff;
	}

.dropdown-menu .dropdown-item {
	line-height: 1.6em;	
	}

header#masthead .container {
    padding-right: 0px;
    padding-left: 0px;
    }

.motion {
	-moz-transition: 200ms ease-in;
    -ms-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;	
	}

.komart {
    width: 30px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.3;
    }

footer a {
	text-decoration: underline;
	}

footer p {
	font-size: .8rem;
	margin-bottom: 0px !important;
	}

.komart:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1
    }

body:not(.theme-preset-active) footer#colophon {
	background: transparent !important;
	}
	
.powered-by {
	display:none !important;
	}


/* MARGINS */

.pt-6 {
	padding-top: 6rem !important;
	}

.pt-7 {
	padding-top: 7rem !important
	}

.pb-6 {
	padding-bottom: 6rem !important
	}

.pb-7 {
	padding-bottom: 7rem !important;
	}

.py-6 {
	padding: 6rem 0 !important;
	}

.py-7 {
	padding: 7rem 0 !important;
	}

.px-6 {
	padding: 0 6rem !important;
	}

.px-7 {
	padding: 0 7rem !important;
	}

.mt-6 {
	margin-top: 6rem !important;
	}

.mt-7 {
	margin-top: 7rem !important
	}

.mb-6 {
	margin-bottom: 6rem !important
	}

.mb-7 {
	margin-bottom: 7rem !important;
	}

.my-6 {
	margin: 6rem 0 !important;
	}

.my-7 {
	margin: 7rem 0 !important;
	}

.mx-6 {
	margin: 0 6rem !important;
	}

.mx-7 {
	margin: 0 7rem !important;
	}

/* END MARGINS */

/* NAVIGATION HAMBURGER */

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #fff;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
    }
 
.navbar-toggler {
	padding: 0px;
    border: none;
    background: transparent !important;
    }

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    }

.navbar-toggler .middle-bar {
    opacity: 0;
    }

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    }

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    }

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    }

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    }
 
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    }
 
.navbar-toggler .middle-bar {
    opacity: 0;
    }
 
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    }
 
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    }
 
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    }
 
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    }

/* END NAVIGATION HAMBURGER */


.bg-main {
    background: url(/wp-content/uploads/2020/04/bg_main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 500px;
    padding-top: 150px;
    }

.bg-laptop {
    background: url(/wp-content/uploads/2020/04/laptop1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
	width: 909px;
    height: 1000px;
    position: absolute;
    left: 0px;
    top: -300px;
	}

.navbar-brand img {
    max-width: 200px;
    width: 200px;
    }

.section-3 {
    margin-top: 100px !important;
    }

.section-4, .section-5, .section-6 {
    margin-top: 20px !important;
    }

body {
    font-weight: 300;
    }

.button-header a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 15px 40px;
    margin-top: 50px !important;
    display: inline-block;
    }

.button-header a:hover {
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #f9b400;
    background: #f9b400
    }

.button-section-3 a {
    color: #fff;
	font-weight: 400;
    background: #cacaca;
    border: 2px solid #cacaca;
    border-radius: 50px;
    padding: 15px 40px;
    display: inline-block;
    }

.button-section-3 a:hover {
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #f9b400;
    background: #f9b400
    }

.text-3 {
    font-size: 1.4rem;
    font-weight: 400;
    }

.text-3 strong {
    font-weight: 600;
    }

.text-3:after {
    background: url(/wp-content/uploads/2020/04/arrow.svg);
    background-repeat: no-repeat;
    content: '';
    width: 140px;
    height: 140px;
    display: block;
    position: absolute;
    z-index: 1000;
    right: -20px;
    }

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 1px;
	}

h2 {
	font-family: 'Comfortaa', cursive;
    color: #9b9b9b !important;
    margin-top: 20px !important;
    }

h3 {
	font-family: 'Comfortaa', cursive;
    margin-top: 20px !important;
    line-height: 2.3rem;
    }

.rounded {
	border-radius: 30px !important;
	}

header {
    z-index: 1000;
    margin-bottom: -110px;
    position: relative;
    }

.bg-variable img {
    position: absolute;
    max-width: 280px;
    width: 100%;
    right: calc(0% - 150px);
    top: 300px;
	}

.navbar-toggler {
	display: none;
	}

h6 {
	font-family: 'Caveat', cursive;
	font-size: 2rem;
    letter-spacing: 0px;
	margin-top: 15px;
	}

.pretext {
    margin-bottom: 0px;
    color: #b1b1b1;
    font-weight: 400;
    }

h5 {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    }

html .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button {
    padding: 12px 40px 12px 40px !important;
    border-radius: 50px !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    -moz-transition: 200ms ease-in;
    -ms-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
	}

.social-footer img {
    width: 50px;
    }

a.social-footer:hover {
    text-decoration: none;
    filter: grayscale(100%);
    opacity: 0.3;
    }

.submit-button:hover {
    background: #cacaca !important;
    }

html .formcraft-css .fc-form .final-success .final-success-check {
    border: 2px solid #FAB700 !important;
	}

.page-id-40 .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    background: #333;
    padding: 20px 60px;
    margin-top: -15px;
    border-radius: 100px;
    margin-left: -60px;
    }

.page-id-40 .site-content {
    margin-top: 150px !important;
    }

.page-id-40 h2 {
    margin-top: 3rem !important
    }

.page-id-40 a {
    text-decoration: underline !important;
    }

/* ---------- MEDIA ---------- */


@media (min-width: 481px) { 
	
	h1 {
		font-size: 4rem;
		line-height: 4.2rem;
		}
	
}


@media (min-width: 576px) {

}


@media (min-width: 768px) {
	
	h1 {
		font-size: 5rem;
		}
	
	.rounded {
		border-radius: 50px !important;
		}
	

	.bg-main {
		background: url(/wp-content/uploads/2020/04/bg_main.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center bottom;
		min-height: 760px;
		padding-top: 250px;
		}
	
	.bg-variable img {
		max-width: 580px;
		left: calc(50% - 260px);
		}
	
	h5 {
		margin-bottom: 2rem;
		}
	
	.pt-md-0 {
		padding-top: 0px !important;
		}
	
	.mt-md-6 {
		margin-top: 6rem !important;	
		}
	
}


@media (max-width: 767px) {

}


@media (min-width: 992px) {
	
	.mt-lg-10 {
		margin-top: 10rem !important;	
		}
	
	.text-3:after {
		width: 200px;
		height: 200px;
		}
	
}


@media (max-width: 991px) {

}


@media (min-width: 1200px) {
	
}


@media (max-width: 767px) {

}

/* END MEDIA */