/*
Theme Name: Woodhorn
Theme URI: http://wordpress.org/
Description: The default theme for Woodhorn.
Author: Website Success
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@charset "UTF-8";
/* CSS Document */
#mobimenu {display: none}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#717171;
	padding:0;
	margin:0;
}
.tel a {color:  white}
body {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color:#825f57;
	letter-spacing:0.2px;
        text-align:justify;
        text-justify:inter-word;
}
a:hover {
	color:#825f57;
	text-decoration:none;
}
a:selected {
 color:#825f57;
 text-decoration:none;
}
a:active {
	color:#825f57;
	text-decoration:none;
}
a {
	color:#825f57;
	text-decoration:none;
}
p {
	color:black;
text-align:justify;
text-justify:inter-word;


}
p img {
    max-width: 100%;
    height: auto;
}
h1 {
	color:#212120;
	font-size:1.4em;
}
h2 {
	font-size:1.3em;
	color:#212120;
}
h3 {
	font-size:1.2em;
	color:black;
}
#wrap {
	margin:0 auto;
	min-height:800px;
	text-align:left;
}
#main {
	max-width: 970px;
	padding:0 15px 15px 15px;
	min-height:785px;
	background-color:#757050;
	/* -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5); */
	-moz-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5);
	/* box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5); */
	margin: 0 auto;
}
#header {
	height:100px;
	margin:0 auto;
}
.logo {
	padding:7px 0px 0px 0px;
	display: inline-block;
	width: 20%;
	height: auto;
	vertical-align: top;
	max-width: 85px;
}
.logo1 {
	margin-left:10px;
	margin-top: 7px;
	display: inline-block;
	width: 70%;
	height: auto;
	max-width: 265px;
}
.tel {
	float:right;
	font-size: 18px;
	max-width: 330px;
	text-align: right;
	margin: 10px 0 0 0;
	width: 44%;
}
.tel img {
    float: left;
    margin-right: 10px;
    max-width: 16%;
    height: auto;
}
a#logo {
    width: 55%;
    display: inline-block;
}
#maincon {
	background-color:#aca789;
	min-height:500px;
	display: flex;
}
.gallery #maincon {
    display:block;
    
}
#leftcol {
	min-height:480px;
	width: 80%;
	float:left;
	padding:10px;
	box-sizing: border-box;
}
#rightcol {
	min-height:500px;
	width: 20%;
	float: right;
	background-color:#757050;
	text-align: center;
}
.image1 {
	padding:22px;
}
.image2 {
	padding:0px 22px 22px 22px;
}
.image3 {
	padding: 0px 22px 22px 22px;
}
#footer {
	width: 80%;
	height: 30px;
	background-color: #ACA789;
	box-sizing: border-box;
	border-top: 3px solid #757050;
}
#footer2 {
	max-width: 970px;
	height:40px;
}
.footertext a {
	color:#fff;
	padding-bottom:3px;
}
#nav {
	height: 40px;

}
#nav ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    height: 40px;
}

#nav a:hover {
	color:#212120;
	text-decoration:none;

}
#nav a:selected {
 color:#fff;
 text-decoration:none;
}
#nav a:active {
	color:#fff;
	text-decoration:none;
}
#nav a {
	color:#fff;
	text-decoration:none;
	display: block;
	line-height: 20px;
	padding: 0 15px;
}
#nav ul li {
	display: table-cell;
	font-size:1.1em;
	text-shadow: 3px 2px 4px #545038;
	filter: dropshadow(color=#545038, offx=3, offy=2);
	vertical-align: middle;
	text-align: center;
}
.colimg {
	padding-top:20px;
	padding-left:20px;

}
#mainimage {
	max-width: 970px;
	height:200px;
	background-image:url('images/woodhorn-pano.jpg');
}
#widecol {
	min-height:480px;
	padding:10px;
}
p.footertext {
	margin:0;
	padding:12px 0 0 0;
	text-align:right;
	background-color: #757050;
}

#aboutleft {
float:left;
width:775px;
}

.homeimg  {
margin: 5px 0;
}

#rightcolu {
width:550px;
float:right;
}

p.thick {font-weight:900;}

#aboutleft {
width:400px;
}
@media screen and (max-width: 950px ) {
    #nav a {
        padding: 0;
    }

    body {
        margin: 0;
    }

    img.homeimg {
        max-width: 90%;
        height: auto;
        margin-top: 0;
    }
}
@media screen and (max-width: 768px ) {
    #nav ul li {
        font-size: 13px;
    }
    #main {
      padding: 0 8px 15px 8px;

      min-height: 0;
}
}
@media screen and (max-width: 480px ) {
    p.tel {
    float: none;
    width: 100%;
    max-width: none;
    text-align: left;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 12px;
}
    #header {height: auto}
.tel img {
    float: none;
    width: auto;
    max-width: none;
    height: 25px;
    vertical-align: top;
    margin-right: 2px;
}

.tel br {
    display: none;
}

a#logo {
    width: 90%;
    max-width: 290px;
}

div#nav {
    display: none;
}
div#rightcol {
    display: none;
    min-height: 0;
}

div#leftcol {
    width: auto;
    min-height: 0;
    float: none;
}

div#footer {
    width: auto;
}

div#maincon {
    min-height: 0;
}
    #mobimenu ul#menu-main-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 2px 10px 10px 10px;
    list-style: none;
    text-align: right;
    background-color: #757050;
    width: 170px;
    font-size: 14px;
}

div#mobimenu {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    display: block;
}

#mobimenu a {
    color: inherit;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 100;
}
#mobimenu i.fa.fa-bars {
    display: block;
    font-size: 20px;
}
a.trigger {
    display: block;
    padding: 10px 10px 0 10px;
}
#mobimenu li a {
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: right;
    padding: 3px 0;
}
}.gallery--thumbs .slick-slide {
    overflow: hidden;
    height: 0;
    position: relative;
    width: 200px;
    height: 110px;
    box-sizing: border-box;
    border: 10px solid transparent;
}

.gallery--thumbs img {
    position: absolute;
    height: 100%;
    min-width: 100%;
    box-sizing: border-box;
}
.gallery--display img {
    width: 100%;
}
