/*
 Theme Name:   Child Theme for Customization
 Theme URI:    https://www.i4.net
 Description:  Custom theme for customization
 Author:       i4 Solutions
 Author URI:   https://www.i4.net
 Template:     i4Theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  i4 Theme
*/

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Playfair Display', serif;
}

body {
    font-family: 'Roboto', sans-serif!important;
	font-size: 16px!important;
}

header {
    background:#fff!important;
    padding: 15px 0px;
}

.logo {
    padding-top: 15px;
}

nav {
     background-color: transparent!important; 
}

nav.navbar.navbar-expand-md {
    width: 100%;
}

.navbar-toggler i.fa.fa-bars {
    font-size: 35px;
}

ul#menu-primary {
    float: right;
    align-items: center;
}

.menu-item a:hover {
    border-bottom: 2px solid #9BCEC6;
}

.navbar-nav > li > a {
    padding-bottom: 2px!important;
    color:#161616;
    font-size:11.29pt;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent!important;
}

span.cartCount {
    position: absolute;
    bottom: 5px;
    left: 28px;
    text-align: center;
    border-radius: 50%;
    background: #79bdb3;
    color: #fff;
    height: 25px;
    width: 25px;
    padding-top: 2px;
    box-shadow: 2px 2px 2px #888;
}

#section1 {
    padding: 10% 3% 33%;
}

#section1 h1 {
    color:#fff;
    font-size: 61.69pt;
}

#section1 h2 {
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 34.87pt;
}

#section2Text {
    padding: 15% 20% 25% 55%;
}

#section3 h2 {
    color:#fff;
    font-size:37.43pt;
}

div#section3Left {
    padding: 20% 13%;
}

div#section3Right {
    padding: 20% 13%;
}

div#section4 {
    min-height: 642px;
    display: flex;
    align-items: center;
}

div#section4 > div {
    max-width: 640px;
    margin: auto;
}

#section4 h2 {
    max-width: 200px;
    margin: 20px auto;
}

#section4 p {
    font-size: 16px;
}

#section5 {
    background: #e1ebef;
    padding: 100px 0px;
}

.blogLinks {
    background: #fff;
    padding-bottom:25px;
    margin-bottom: 15px;
}

a.orangeLink {
    color: #c96c09;
}

.btn.btn-outline-light {
    border: 1px solid #fff;
	font-size: 16.4px;
}

footer {
    background:#212121!important;
    color:#9b9b9b;
}

.socialFooterLinks a {
    margin-right: 15px;
    color: #d59672;
    font-size: 18px;
}

.footerMiddle {
    text-align:left!important;
}

.footerRight {
    text-align:left!important;
}

.FooterText {
	font-size: 14px;
}

footer a {
    color: #9b9b9b;
}

@media screen and (max-width:768px){
    ul#menu-primary {
        width: 100%;
    }

    .navbar {
        min-height: 0px!important;
    }

    #section1 {
        background-position: center!important;
    }

    #section2 {
        background-position: right!important;
    }

    #section2Text {
    padding: 25px;
	margin-left: 48%;	
}

    #section3Left {
        background-size:contain!important;
    }

    #section3Right {
        background-size:contain!important;
    }

    #section3 h2 {
        font-size:initial;
    }

    div#section4 {
        min-height: initial;
    }
div#section4 > div {
    max-width: 100%;
    margin: auto;
    background: rgba(255,255,255,.8);
    padding-bottom: 35px;
}
	#section1 h1 {
    color: #fff;
    font-size: 6.5rem;
}
}

@media screen and (max-width:500px){
	#section1 h2  {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    margin-top: 10px;
}
	#section1 h1 {
    color: #fff;
    font-size: 4.5rem;
}
	#section2Text {
    padding: 0px;
    margin-left: 0%;
}
	#section3Left {
    background-size: cover!important;
}
	#section3Right {
    background-size: cover!important;
}
	div#section3Left {
    padding: 30% 13%;
}
	div#section3Right {
    padding: 30% 13%;
}
	div#section4 > div {
    max-width: 100%;
    margin: auto;
    background: rgba(255,255,255);
    padding-bottom: 35px;
}
	#section5 {
    background: #e1ebef;
    padding: 5px 0px;
}
	.col-md-4.footerRight {
    display: none;
}
	.col-md-4.footerMiddle {
    display: none;
}
	#section3 h2 {
    font-size: 2.5rem;
}
	.navbar {
    justify-content: flex-end!important;
		margin-top: -95px;
}
	.navbar-nav {
    margin: 35px -15px!important;
}
}

a.supFactsButton {
    background: #aa8d54;
    display: block;
    padding: 5px;
    color: #fff;
}

@media screen and (min-width: 768px){
    .products li {
        width: 32%!important;
    }
}