ffoo/*
Theme Name: Tudor Lodge
Description: Tudor Lodge theme
Version: 1.0
Author: Andy
*/

/* General styles                                   */
/* ------------------------------------------------ */

td {
	vertical-align: top;
}

a {
	color: #b5a067;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #0f0c1d;
}

ul {
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
	line-height: 120%;
	/*font-family: 'Old Standard TT', serif;*/
    font-weight: 700;
}

h1 {
	font-size: 2.0em;
	margin-top: 0;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

hr {
    height: 1px;
    border: 0;
    width: 100%;
    background: #ddd;
    color: #dedede;
    margin: 30px 0;
}



/* Content                                          */
/* ------------------------------------------------ */
.content {
	padding: 50px 25px 120px 25px;
	overflow: hidden;
	font-size: 1.1em;
	min-height: 200px;
    background: #fff;
}

.content, .content p, .content li {
	line-height: 160%;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content-left {
    width: 24%;
    padding-right: 3%;
    float: left;
    /*border-right: 1px solid #dedede;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/
    font-size: 0.9em;
}

.content-right {
    width: 71%;
    margin-left: 2%;
    margin-bottom: 30px;
    float: right;
}

a.readmore, input[type="submit"] {
    background: #b5a067;
    border: 3px solid #b5a067;
    border-radius: 25px;
	color: #fff !important;
	padding: 12px 40px;
	text-decoration: none;
	display: inline-block;
	margin: 15px 0;
	font-size: 20px;
	font-weight: 700;
	text-shadow: none;
	line-height: 100%;
	cursor: pointer;
    margin-top: 20px;
}

a.readmore:hover, input[type="submit"]:hover {
	background: #fff;
	color: #b5a067 !important;
}

a.readmore, .homepagebox-image img, input[type="submit"], .contentpanel h2 {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.content-left .readmore {
    width: 90%;
    padding: 14px 5%;
    text-align: center;
}

a.testimonials {
    background: #44a7f1;
    border: 3px solid #44a7f1;
}

a.testimonials:hover {
    color: #44a7f1 !important;
}

.testimonialarrow {
    background: url(images/testimonials.png) top right no-repeat;
    width: 90%;
    height: 16px;
    margin-top: -16px;
}

.column-half {
    width: 46%;
    margin: 0 2% 40px 2%;
    float: left;
}

.column-twothirds {
    width: 64.333%;
    margin: 0 1%;
    float: left;
}

.column-third {
    width: 31.333%;
    margin: 0 1%;
    float: left;
}

.clearfix {
    clear: both;
}

.panelwrapper {
    margin: 20px -1.5%;
    overflow: hidden;
}

.accommodationpanel {
    width: 30.333%;
    float: left;
    margin: 1.5%;
}

.accommodationpanel h4 {
    font-size: 20px;
    margin: 0;
    height: 50px;
}

.accommodationpanel a {
    color: #222;
    text-decoration: none;
}

.accommodationpanel img {
    width: 100%;
    height: auto;
}

.contentpanel {
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 80%;
    margin-bottom: 50px;
}

/*.panel01 {
    background-image: url(images/panel01-bg.jpg);
}*/

.contentpanel-bg {
    background: url(images/contentpanel-bg.png) right bottom no-repeat;
    padding: 15px 30px 15px 15px;
}

.contentpanel-bg h2 {
    font-size: 22px;
    line-height: 110%;
    padding-bottom: 10px;
}

.contentpanel-bg p {
    line-height: 140%;
}

.contentpanel-bg h2, .contentpanel-bg p {
    color: #fff;
    margin: 0;

}

.contentpanel a {
    text-decoration: none;
}

.contentpanel a:hover h2 {
    color: #131935;
}

#sidebar-logos img {
    width: 46%;
    height: auto;
    float: left;
}

#sidebar-logos img:nth-child(odd) {
    margin-right: 8%;
}

/* Footer                                           */
/* ------------------------------------------------ */
#footer-book {
    background: #131935 url(images/footer-bg.jpg) no-repeat top left;
    background-size: cover;
    padding: 120px 0;
}

#footer-book .column-third {
    text-align: right;
    padding-top: 30px;
}

#footer-book p {
    color: #fff;
}

#footer-book h2 {
    color: #b5a067;
    font-size: 40px;
    margin-bottom: 20px;
}

#footer {
	font-size: 0.9em;
	padding-top: 60px;
	background: #131935;
}

#footer h3 {
    color: #b5a067;
    font-size: 30px;
}

#footer, #footer p, #footer a, #footer li {
	color: #fff;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    color: #b5a067;
    text-decoration: underline;
}




/*
#footer-menu {
    text-align: center;
    border-bottom: 1px solid #b5a067;
    margin-bottom: 40px;
    padding-bottom: 50px;
}

#footer-menu ul {
    list-style-type: none;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 30px;
}

#footer-menu ul li a {
    font-size: 16px;
    text-decoration: none;
    line-height: 50px;
}

#footer-menu ul li a:hover {
    text-decoration: underline;
}

#footer-menu ul li.current-menu-item a {
    font-weight: bold;
}
*/

#footer hr {
    background: #a49463;
    color: #a49463;
}

#copyright {
    background: #131935;
    padding: 20px;
    clear: both;
    font-size: 0.9em;
    text-align: center;
    margin-top: 50px;
}

#copyright, #copyright a {
    color: #b5a067;
}

a.scrollup {
	width: 53px;
	height: 53px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url('images/top.png') no-repeat;
	opacity: 0.7;
}


/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider arrow skin 106 css*/
.jssora106 {display:block;position:absolute;cursor:pointer;}
.jssora106 .c {fill:#fff;opacity:.3;}
.jssora106 .a {fill:none;stroke:#000;stroke-width:350;stroke-miterlimit:10;}
.jssora106:hover .c {opacity:.5;}
.jssora106:hover .a {opacity:.8;}
.jssora106.jssora106dn .c {opacity:.2;}
.jssora106.jssora106dn .a {opacity:1;}
.jssora106.jssora106ds {opacity:.3;pointer-events:none;}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
.jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:2px solid #000;box-sizing:border-box;z-index:1;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
.jssort101 .p:hover{padding:2px;}
.jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
.jssort101 .p:hover.pdn{padding:0;}
.jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
.jssort101 .pav .cv {border-color:#fff;opacity:.35;}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}





/* Responsive elements                              */
/* ------------------------------------------------ */
/*
@media screen and (min-width: 1280px) {
	.wrapper {
		width: 1200px;
	}
}
*/

@media screen and (max-width: 1280px) {
	.wrapper {
		width: auto;
	}
}

@media screen and (max-width: 970px) {
    .content-left, .content-right {
        width: 100%;
        float: none;
        /*border-right: none;*/
        margin: 0;
    }

    .content-left {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #eee;
    }

    .contentpanel {
        width: 45%;
        float: left;
        margin-right: 5%;
        padding-top: 190px;
    }

    #sidebar-logos {
        float: left;
        width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .gallerythumb img {
        width: 30%;
        margin: 1.5%;
    }
}

@media screen and (max-width: 800px) {
    .accommodationpanel {
        width: 47%;
    }

    .homepagepanel h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .column-half, .column-twothirds, .column-third, .accommodationpanel {
        width: auto;
        float: none;
        margin: 0 0 30px 0;
    }

    .homepagepanel {
        float: none;
        width: auto;
        margin: 0 0 30px 0;
    }

    #footer-book {
        padding: 60px 0;
    }

    #footer-book .column-third {
        text-align: left;
        padding-top: 0;
    }

    .gallerythumb img {
        width: 47%;
        margin: 1.5%;
    }
}

@media screen and (max-width: 500px) {
    .content {
        padding: 50px 0 120px 0;
    }

    .content-left {
        text-align: center;
    }

    .contentpanel {
        width: auto;
        float: none;
        margin-right: 0;
        padding-top: 190px;
    }

    #sidebar-logos {
        width: auto;
        float: none;
        max-width: 250px;
        margin: 0 auto;
    }
}

/* WP Common Styles */
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	padding-left:13px;
	}

.commenttext {
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   margin-top: 30px;
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #777;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   padding: 8px 15px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #444;
   text-decoration: none !important;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
   padding-bottom: 10px;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}

.wp-caption img {
	padding-bottom: 5px;
}

.alignleft, .alignright {
	margin-bottom: 20px;
}

.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


@media screen and (max-width: 600px) {
    img.alignleft, img.alignright {
        float: none;
        display: block;
        margin: 20px auto;
    }
}