/*
	Theme Name: The Log Home Guy
	Theme URI: theloghomeguy.ca
	Description: Custom created for The Log Home Guy
	Version: 1.0
	Author: Kelowna Website Design
	Author URI: http://kelownawebsitedesign.com
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.uk-dotnav>.uk-active>* {
    background-color: #603813;
    border-color: transparent;
}
.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #603813;
    transition: .2s ease-in-out;
    transition-property: background-color,border-color;
}

.tan-top {
    background: #e3d0b9;
    display: inline-block;
    padding: 10px 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.green-top {
    background: #475540;
    display: inline-block;
    padding: 10px 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.tan-bg{
  background: #e2cfba;
}

.tan2-bg{
  background: #f9f0ea;
}

.green-bg{
  background: #475540;
}

.log-bg {
    background-image: url('images/resting-log.svg');
    background-repeat: no-repeat;
    background-size: 250px auto;
    background-position: 40px 0px;
}

.tree-bg {
    background-image: url('images/trees.png');
    background-repeat: no-repeat;
    background-position: top 0px right 40px;
    background-size: 250px auto;
}

.stump-bg {
    background-image: url('images/stump.png');
    background-repeat: no-repeat;
    background-position: center right 40px;
}

.white-bg{
  background: #fff;
}

.icons{
  max-width: 60px;
}

.red{
  color: #bc1919;
}

.cabin-bg{
	background-image: url('https://theloghomeguy.ca/wp-content/uploads/2023/11/20211024_141335-scaled-e1699654975756.jpg');
  	background-size: cover;
	background-repeat: no-repeat;
}

.circled-icon {
    border-radius: 100%;
    border: 2px solid #e2cfba;
    width: 60px;
    height: 60px;
    display: inline-block;
    padding-top: 11px;
}

.circled-icon:hover {
    border: 2px solid #fff;
    color: #fff;
}


.bw-cabin-bg{
  background-image: url('images/brown-gray-log-home-chinking-banner.webp');
  background-size: cover;
}

.tan{
  color: #e2cfba;
}

.wood-bg{
  background-image: url('images/brown-log-home-closeup-banner.webp');
  background-size: cover;
}

.black{
  color: #000;
}

.green{
  color: #475540;
}

.green-btn{
  background: #475540;
  display: inline-block;
  color: #fff;
  border: 2px solid #475540;
  padding: 12px 30px;
  text-align: center;
  min-width: 200px;
  border-radius: 30px;
  font-size: 18px;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
a.green-btn i {
    font-size: 20px;
}

.green-btn:hover{
  text-decoration: none;
  background: #fff;
  color: #475540;
  border: 2px solid #475540;
}


.red-btn{
  background: #bc1919;
  display: inline-block;
  color: #fff;
  padding: 14px 30px;
  text-align: center;
  min-width: 200px;
  border-radius: 30px;
  font-size: 18px;
  transition: all ease-in-out 0.2s;
}

.red-btn:hover{
  background: #fff;
  color: #000;
  text-decoration: none;
}

a.red-btn i {
    font-size: 20px;
}

.white-btn{
  background: #fff;
  border: 2px solid #fff;
  display: inline-block;
  color: #000;
  padding: 12px 30px;
  text-align: center;
  min-width: 200px;
  border-radius: 30px;
  font-size: 18px;
  transition: all ease-in-out 0.2s;
}

.white-btn:hover{
  text-decoration: none;
  background: none;
  color: #fff;
  border: 2px solid #fff;
}

.banner .white-btn:hover {
    background: #bd1919;
    border: 2px solid #bd1919;
    text-decoration: none;
    color: #fff;
}

a.white-btn:hover i{
    color: #fff;
}

.header a.white-btn i {
    font-size: 25px;
}
a.white-btn i {
    font-size: 20px;
}



.banner-btn {
  background: #475540;
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  padding: 8px 50px 8px 30px;
  min-width: 200px;
  border-radius: 30px;
  transition: all ease-in-out 0.2s;
  font-size: 18px;
  line-height: 19px;
}

.banner-btn:hover{
  text-decoration: none;
  background: #bc1919;
  border: 2px solid #bc1919;
  color: #fff;
}

a.banner-btn i {
    font-size: 25px;
}

a.banner-btn .small {
    font-size: 14px;
}

.white{
  color: #fff;
}

.white-hov:hover{
    color: #fff;
    text-decoration: none
}

.banner h1{
  font-size: 65px;
  text-shadow: 1px 1px 5px #000;
}

.banner h3{
  text-shadow: 1px 1px 5px #000;
}
h1{
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
}
h2{
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
}

h3{
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
h4{
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

h4.thin{
  font-weight: 400;
}


em {
    color: #444!important;
}
form#user-login-form{
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 20px;
	max-width: 400px;
	width: 100%;
}
select.orderby {
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #6d6d6d;
    background: #fbfbfb;
    font-size: 12px;
    padding: 5px 10px;
}
a.btn {
    display: inline-block;
    background: #222;
    padding: 10px;
    margin: 6px 0;
    border-radius: 3px;
    color: #fff;
    transition: ease-in-out all .2s;
}

a.btn:hover {
    text-decoration: none;
    background: #717171;
}
.banner{
    width: 100%;
}

a.uk-float-right.uk-hidden-large.menu_pointer {
    color: orange!important;
}
.uk-offcanvas-bar .logo {
    padding: 10px 20px 0px 20px;
}

.uk-offcanvas-bar {
    padding:0px;
    background: #475540;
}



.uk-offcanvas-bar ul li.current-menu-item > a {
    border-left: 10px solid #475540;
}
.uk-offcanvas-bar ul li a {
    padding: 9px 20px;
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
    background: #fff;
    color: #000;
}
.uk-offcanvas-bar ul li a:active, .uk-offcanvas-bar ul li a:hover {
    background: #222;
	color: #fff;
    text-decoration: none;
}
.uk-offcanvas-bar ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.uk-offcanvas-bar ul li {
    margin: 0;
    padding: 0;
}

.uk-offcanvas-bar .sub-menu li a {
	background-color: #4c4c4c;
    font-size: 13px;
    padding: 6px 30px;


}
.uk-offcanvas-bar .sub-menu {
    width: 100%;
    display: block;
    position: relative;
	background-color: #000;
}

.uk-offcanvas-bar .sub-menu li {
    float: none!important;
    text-align: left;
}

a.page-numbers:hover {
    background-color: #D6D6D6;
    color: #666;
    outline: 0;
    background-image: none;
}
a.page-numbers {
    background: #f7f7f7;
    color: #666;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#fff,#eee);
    background-image: linear-gradient(to bottom,#fff,#eee);
    text-shadow: 0 1px 0 #fff;
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 4px;
}
span.page-numbers.current {
    background: #009dd8;
    color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.4);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
    background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 4px;
}
.pagination {
    text-align: center;
    padding: 40px;
    font-size: 16px;
}
.gform_wrapper form {
	overflow: hidden;
}
.gform_wrapper input {
    padding: 14px 10px!important;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.gform_wrapper textarea {
    padding: 14px 10px!important;
    border-radius: 3px;
    border: 1px solid #ccc;
}


.gform_footer.top_label input{
  background: #475540;
  display: inline-block;
  color: #fff;
  border: 2px solid #475540;
  padding: 12px 30px!important;
  font-size: 18px!important;
  margin: 0!important;
  text-align: center;
  min-width: 200px;
  border-radius: 30px;
  font-size: 18px;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  text-transform: uppercase;
}
.gform_footer.top_label input i {
    font-size: 20px;
}

h2.gform_title {
    display: none;
}

.gform_footer.top_label input:hover{
  text-decoration: none;
  background: #fff;
  color: #475540;
  border: 2px solid #475540;
}


.gform_footer.top_label {
    float: right;
    margin: 0;
}
.menu_pointer{
	cursor: pointer;
}




/*TOP LEVEL NAV START*/
.nav {
    float: right;
}
.nav li {
    float: left;
    list-style: none;
}
.nav > ul > li > a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 5px 5px 5px;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
    margin: 0 2px;
    text-shadow: 1px 1px 5px #000;
    margin: 0 10px;
}





li.menu-item-has-children > a {
    cursor: default;
}
.nav .current_page_item > a, .nav .current-menu-item > a {
    color: #fff;
    border-bottom: 2px solid #fff;
    position: relative;
}
.nav li:hover > a{
  color: #fff;
  border-bottom: 2px solid #fff;
  position: relative;
}

.nav .current_page_item > a:before, .nav .current-menu-item > a:before, .nav li:hover > a:before{
    content:'';
    position:absolute;
    bottom:-3px;
    left:0;
    width:100%;
    height:1px;
    background:#000;
    box-shadow:0 0 5px black;
}

/*TOP LEVEL NAV END*/

/*Style General Submenus*/
.sub-menu {
    position: absolute;
    background: white;
    width: 215px;
    margin: 0;
    padding: 0;
	    z-index: 99;
}
.sub-menu li {
    float: none;
}
.sub-menu li a {
    color: #222;
    text-decoration: none;
    padding: 10px;
    display: block;
}
.sub-menu li a:hover {
    background: #222;
    color: #fff;
}
/*this one styles the sub highlighted page nav*/
.sub-menu li:hover > a {
    color: #797979;
    background: #eaeaea;
}
/*Style General Submenus*/

/*First Dropdown*/
.nav > ul > li > .sub-menu {
    display: none;
}
.nav > ul > li:hover > .sub-menu {
    display: block;
}

/*2nd Tear Dropdwn*/
.nav > ul > li > .sub-menu > li > .sub-menu {
    display: none;
	margin-left: 216px;
    width: 215px;
    margin-top: -40px;
}
.nav > ul > li > .sub-menu li:hover > .sub-menu {
    display: block;
}

/*3rd level Dropdown*/
.nav > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    display: none;
	margin-left: 216px;
    width: 215px;
    margin-top: -40px;
}
.nav > ul > li > .sub-menu > li >.sub-menu li:hover > .sub-menu {
    display: block;
}
/*WooCommerce*/
.woocommerce .banner img {
    max-width: fit-content;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
    background: #820102;
}

nav.woocommerce-MyAccount-navigation ul a:hover {
    background: #222;
    text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul a {
    color: #fff;
    background: #be2123;
    display: block;
    padding: 10px;
    margin-bottom: 1px;
    transition: ease-in-out all .2s;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-additional-fields textarea {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
    min-height: 200px;
}
form.checkout.woocommerce-checkout input {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
}
input#coupon_code {
    width: 300px!important;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none!important;
    margin: 0 1px!important;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none!important;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
  font-family: 'Lato', sans-serif;
	color:#444;
  font-size: 16px;
  background: #f9f0ea;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
section a {
    color: #1e87f0;
    text-decoration: underline;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3{
	margin: 20px 0!important;
}
h4, h5, h6{
	margin: 15px 0!important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {

}

 .header{
  position: absolute;
  width: 100%;
  z-index: 99;
}
/* logo */
.logo {
  width: 200px;
}

a.logo-box {
    display: block;
    background: #fff;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    padding: 10px 30px 50px 30px;
}

.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    SMALL
\*------------------------------------*/
@media only screen and (min-width:320px) and (max-width: 767px){


  .stump-bg, .tree-bg, .log-bg  {
      background-image: none;
  }


	.ginput_container_text input {
		-webkit-appearance: none!important;
		-moz-appearance:    none!important;
		appearance:         none!important;
	}
  .banner h1{
    font-size: 36px;
  }

  h1{
    font-size: 26px;

  }
  h2{
    font-size: 20px;
  }

  h3{
    font-size: 20px;

  }
  h4{
    font-size: 18px;

  }

}
@media only screen and (min-width:768px) and (max-width: 959px){

}
@media only screen and (min-width:960px){

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}