@charset "UTF-8";

/*
Theme Name: Pickled 2021
Description: Theme for the Pickle Design website
Author: Carl Spencer
Author URI: https://www.pickledesign.co.uk
*/


/*

Colours:

#676767 - Dark Grey
#f58648 - Orange

*/


/* 404 */

#error {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#error-content {
    width: 90%;
    height: auto;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img.deer-404 {
    width: 50%;
    height: auto;
    margin-bottom: 36px;
}

#error-content-lower {
    width: 60%;
    height: auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0px auto 0px auto;
}

#error-content-lower-navigation {
    width: 20%;
    height: auto;
}

img.back-404 {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

img.home-404 {
    width: 45%;
    height: auto;
    margin: 30px auto 0px auto;
}

img.sorry-404 {
    width: 80%;
    height: auto;
    margin: 20px auto 0px auto;
}

#error-content-lower-main {
    width: 45%;
    height: auto;
}


/* Royal Slider */

.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
	background: #fff !important;
	color: #fff;
}

#new-caption {
    z-index: 9999999999 !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 90px;
    border-left: solid 2px #676767;
}

#new-caption h1 {
	color: #676767;
	font-family: 'Gothic A1', sans-serif;
    font-size: 1.40em !important;
	margin: 10px 0px 1px 20px;
    font-style: oblique;
    font-weight: lighter;
}

#new-caption p {
	color: #676767;
	font-family: 'Gothic A1', sans-serif;
    font-size: 0.90em;
    font-weight: lighter;
    margin: 0px 0px 0px 20px;
    width: 660px;
}



/* Standard Styles */

html, body {
	padding: 0;
	margin: 0;
    background-color: #676767;
}

img {
	border: 0;
	margin: 0;
}

.animated {
    opacity: 0;
}

.slow-down {
    transition: 0.5s ease !important;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* Images */

img.full-width, #feature-box-image img {
	width: 100% !important;
	height: auto !important;
    margin-bottom: -4px;
}

#banner-image img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: -4px !important;
}

#blog-content img, #blog-content .wp-block-image {
    width: 100% !important;
    height: auto !important;
    margin: 10px 0px 10px 0px !important;
    padding: 0 !important;
}

img.social {
	width: auto !important;
	height: 60px !important;
    display: inline-block;
	vertical-align: top;
    margin: 10px 0px 0px 11px;
}


/* Main Divs */

#container {
	width: 960px;
	height: auto;
	background: #fff;
    margin: 20px auto 20px auto;
}

#header {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#header-logo {
    width: 200px;
    height: auto;
    display: inline-block;
	vertical-align: top;
    margin: 20px -4px 0px 20px;
}

#sn-navigation {
    width: 710px;
    height: auto;
    display: inline-block;
	vertical-align: top;
    margin: 30px 26px 0px 0px;
    text-align: right;
}

#content {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

#content-left {
    width: 200px;
    height: auto;
    display: inline-block;
	vertical-align: top;
    margin: 0px 16px 20px 20px;
}

#content-right {
    width: 700px;
    min-height: 500px;
    display: inline-block;
	vertical-align: top;
    margin: 0px 16px 20px 0px;
}

#banner-image {
    width: 100%;
    height: 625px;
    margin: 0px 0px 30px 0px;
    overflow: hidden;
}


/* Home */

#banner-image.home {
    width: 100%;
    height: 525px;
    margin: 0px 0px 20px 0px;
}

#feature-boxes {
    width: 100%;
    height: auto;
    margin: 20px 0px 20px 0px;
}

#feature-box {
    width: 210px;
    height: auto;
    display: inline-block;
	vertical-align: top;
	margin: 0px 31px 35px 0px;
}

#feature-box.three {
    margin: 0px 0px 35px -4px;
}

#feature-box-image {
    width: 100%;
    height: 125px;
    margin-bottom: 5px;
    overflow: hidden;
}

#feature-box-text {
    width: 100%;
    height: auto;
}


/* About */

#feature-box-image.square {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

#feature-box-text.about h2 {
	color: #676767;
	font-family: 'Gothic A1', sans-serif;
    font-size: 1.80em !important;
	margin: 0px 0px 0px 0px !important;
    font-style: oblique;
    font-weight: lighter;
}


/* Portfolio */

#feature-boxes.portfolio {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
}

#feature-box-image.portfolio {
    width: 100%;
    height: 125px;
    margin-bottom: 10px;
}


/* Contact */

#contact-box {
	width: 100%;
	height: auto;
    padding: 0;
    margin: 20px 0px 0px 0px;
}

#contact-field-box {
	width: 206px;
	height: auto;
    display: inline-block;
	vertical-align: top;
    margin: 0px 31px 35px 0px;
    border: 2px solid #f58648;
}

#contact-field-box.three {
	width: 206px;
	height: auto;
    display: inline-block;
	vertical-align: top;
    margin: 0px 0px 35px -4px;
    border: 2px solid #f58648;
}

#contact-field-box.large {
	width: 455px;
	height: auto;
    display: inline-block;
	vertical-align: top;
    margin: 0px 31px 35px 0px;
    border: 2px solid #f58648;
}

#contact-field-box.button {
	width: 210px;
	height: auto;
    display: inline-block;
	vertical-align: top;
    margin: 0px 0px 35px -4px;
    border: none;
}
    
#contact-field {
	width: 100%;
    min-height: 40px;
}

#contact-field .wpcf7-form-control {
	width: 96%;
	min-height: 35px;
	border: none;
	color: #f58648 !important;
	font-family: 'Gothic A1', sans-serif;
	font-size: 1.0em;
    font-style: oblique;
    font-weight: lighter;
	background: none !important;
	padding: 5px 2% 2px 2%;
}

#button-box {
    width: 50%;
    height: auto;
    background-color: #a8d6e6 !important;
    text-align: center;
}

#button-box input[type="submit" i] {
    -webkit-appearance: normal !important;
    user-select: none;
    white-space: normal !important;
    align-items: flex-start;
    text-align: right !important;
    cursor: default;
    color: #fff !important;
    font-family: 'Gothic A1', sans-serif;
    font-weight: lighter;
    font-size: 0.90em !important;
    text-transform: uppercase !important;
    background-color: transparent !important;
    box-sizing: content-box !important;
    padding: 5px 5% 5px 5% !important;
    border: none;
	border: 0;
	cursor: pointer;
}

div.wpcf7 .ajax-loader, span.wpcf7-spinner {
	display: none !important;
}


/* Blog */

#content-blog-caption-main {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}

#content-blog-caption {
    width: 100%;
    height: auto;
}

#banner-image.blog {
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px;
}

#calendar-download {
    width: 50%;
    height: auto;
    margin-bottom: 35px;
}

#feature-box.calendar-single {
	margin: 0 !important;
}


/* Pages */

#content-column {
    width: 210px;
    height: auto;
    display: inline-block;
    vertical-align: top;
	margin: 0px 31px 35px 0px;
}

#content-column.three {
    width: 210px;
    height: auto;
    display: inline-block;
    vertical-align: top;
	margin: 0px 0px 35px 0px;
}

#content-text.newsletter {
    width: 100%;
    height: auto;
    margin: -50px 0px 0px 0px !important;
}



/* Footer */

#page-base {
    width: 890px;
    height: auto;
    margin: 0px 30px 0px 40px;
    background-image: url("images/pencil-line.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
}

#page-base-pencil {
    width: 80px;
    height: auto;
    background-color: #fff;
    padding-left: 5px; 
    margin-left: 805px;
}

#footer {
	width: 960px;
	height: auto;
    margin: 20px auto 20px auto;
}

#footer-logo {
	width: 60px;
	height: auto;
    display: inline-block;
	vertical-align: top;
    margin-right: 76px;
}

#footer-navigation {
	width: 520px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 35px -4px 0px 0px;
}

#footer-social {
	width: 300px;
	height: 60px;
	display: inline-block;
	vertical-align: top;
    text-align: right;
}


/* Screen Navigation */

#sn-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sn-navigation ul ul {
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1.0s linear;
    position: absolute;
    z-index: 9999999;
    width: 100px;
    text-align: left;
}

#sn-navigation ul li:hover > ul {
	visibility: visible;
    opacity: 1;
    padding: 0px 8px 8px 8px;
    background-color: #fff;
}

#sn-navigation ul ul {
    padding: 0px 8px 8px 8px;
}

#sn-navigation ul li {
	color: #676767;
    font-family: 'Gothic A1', sans-serif;
	font-size: 1.0em;
    font-weight: lighter;
	display: inline-block;
    margin: 0px -4px 0px 20px;
}

#sn-navigation ul li::before { 
  content: "/ ";
}

#sn-navigation ul li a {
    height: 25px;
    display: inline-block;
    color: #676767;
    text-decoration: none;
}

#sn-navigation ul li a:hover {
    height: 25px;
    display: inline-block;
    color: #f58648;
    text-decoration: none;
}

#sn-navigation ul li.current_page_parent a, #sn-navigation ul li.current_page_item a {
    height: 25px;
    display: inline-block;
    color: #f58648;
    text-decoration: none;
}

#sn-navigation ul ul li {
    color: #676767;
	position: relative;
    text-align: left !important;
    left: 0;
    top: 100%;
    margin: 0 !important;
    z-index: 9999999;
    font-size: 0.90em;
    background-color: #fff;
    height: 20px;
    visibility: visible;
    opacity: 1;
}

#sn-navigation ul ul li::before { 
    content: "";
}

#sn-navigation ul ul li a {
    color: #676767;
    text-decoration: none;
}

#sn-navigation ul ul li a:hover {    
    color: #f58648;
	text-decoration: none;
}

#sn-navigation ul ul li.current-menu-item a {
    color: #f58648;
	text-decoration: none;
}

#content-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content-left li {
	color: #676767;
    font-family: 'Gothic A1', sans-serif;
	font-size: 0.80em;
    font-weight: lighter;
}

#calendar-download ul.calendar {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#calendar-download li.calendar {
	color: #fff;
	font-family: 'Gothic A1', sans-serif;
    font-size: 0.80em;
    font-weight: lighter;
}

#calendar-download li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	margin-bottom: 1px;
	background-color: #6a747d;
	width: 50%;
}

#calendar-download li a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	margin-bottom: 1px;
	background-color: #f8981d;
	width: 50%;
}

#footer-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer-navigation li {
	color: #fff;
    font-family: 'Gothic A1', sans-serif;
	font-size: 0.70em;
    font-weight: lighter;
	display: inline-block;
    margin: 0px -4px 0px 15px;
}

#footer-navigation li::before { 
  content: "/ ";
}

#footer-navigation li a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}

#footer-navigation li a:hover {
    display: inline-block;
    color: #f58648;
    text-decoration: underline;
}

#menu-item-6740 a {
	color: #fff !important;
    text-decoration: none !important;
}


/* Text Styles */

h1 {
	color: #000;
	font-family: 'Gothic A1', sans-serif;
    font-size: 2.0em !important;
	margin: 0px 0px 16px 0px;
    font-style: oblique;
    font-weight: lighter;
}

h1 a {
    color: #000;
	text-decoration: none;
}

h1.left {
    text-align: left;
}


#content-blog-caption-main h1 {
	color: #000;
	font-family: 'Gothic A1', sans-serif;
    font-size: 2.0em !important;
	margin: 0px 0px 5px 0px;
    font-style: oblique;
    font-weight: lighter;
}

#content-blog-caption-main h2 {
	color: #676767;
	font-family: 'Gothic A1', sans-serif;
    font-size: 1.20em !important;
	margin: 0px 0px 6px 0px;
    font-style: oblique;
    font-weight: lighter;
}

#content-blog-caption h3 {
	color: #000;
	font-family: 'Gothic A1', sans-serif;
    font-size: 1.0em !important;
	margin: 0px 0px 0px 0px;
    font-style: oblique;
    font-weight: lighter;
}

h2 {
	color: #676767;
	font-family: 'Gothic A1', sans-serif;
    font-size: 1.80em !important;
	margin: 0px 0px 16px 0px;
    font-style: oblique;
    font-weight: lighter;
}

h2 a {
    color: #676767;
	text-decoration: none;
}

h3 {
	color: #676767;
	font-family: 'Gothic A1', sans-serif;
    font-size: 1.0em !important;
	margin: 0px 0px 16px 0px;
    font-style: oblique;
    font-weight: lighter;
}

h3 a {
    color: #676767;
	text-decoration: none;
}

h4 {
	color: #000;
	font-family: 'Gothic A1', sans-serif;
    font-size: 1.0em !important;
	margin: 0px 0px 16px 0px;
    font-style: oblique;
    font-weight: lighter;
}

p {
	color: #000;
	font-family: 'Gothic A1', sans-serif;
    font-size: 0.90em;
    font-weight: lighter;
}

p.breadcrumb {
	color: #000;
	font-family: 'Gothic A1', sans-serif;
    font-size: 0.90em;
    font-style: oblique;
    font-weight: lighter;
}

p.breadcrumb a {
	color: #676767;
	text-decoration: none;
}

p.breadcrumb a:hover {
	color: #f58648;
	text-decoration: none;
}

#footer p {
	color: #fff;
	font-family: 'Gothic A1', sans-serif;
    font-size: 0.70em;
    font-weight: lighter;
}

#footer p a {
	color: #fff;
	text-decoration: underline;
}

#footer p a:hover {
	color: #f58648;
	text-decoration: underline;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #f58648;
	text-decoration: underline;
}


p {
	margin-top: 0;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


/* Small */

@media only screen and (max-width: 449px) {
    
    
    /* 404 */

    img.deer-404 {
        width: 90% !important;
        height: auto;
        margin-bottom: 16px !important;
    }

    #error-content-lower {
        width: 100% !important;
        height: auto;
        display: flex;
        justify-content: space-between;
        text-align: center;
        margin: 0px auto 0px auto;
    }

    img.sorry-404 {
        width: 90% !important;
        height: auto;
        margin: 20px auto 0px auto;
    }

    #error-content-lower-main {
        width: 55% !important;
        height: auto;
    }
    
    
    /* Unique */
    
    #new-royalslider-13 {
        width: 100% !important;
        height: 310px !important;
    }
    
    #content-text {
        width: 90% !important;
        height: auto;
        margin: 0px 5% 0px 5% !important;
    }
    
    #content-right.blog {
        width: 100% !important;
        min-height: 0px !important;
        display: inline-block;
    	vertical-align: top;
        margin: 20px 0px 0px 0px !important;
    }
    
    #new-royalslider-12 {
        width: 100% !important;
        height: 450px !important;
    }
    
    
    /* Royal Slider */

    #new-caption {
        z-index: 9999999999 !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 5% !important;
        width: 90% !important;
        height: 130px !important;
        border-left: solid 2px #676767;
    }

    #new-caption h1 {
    	color: #676767;
    	font-family: 'Gothic A1', sans-serif;
        font-size: 1.40em !important;
    	margin: 10px 0px 1px 5% !important;
        font-style: oblique;
        font-weight: lighter;
    }

    #new-caption p {
    	color: #676767;
    	font-family: 'Gothic A1', sans-serif;
        font-size: 0.90em;
        font-weight: lighter;
        margin: 0px 0px 0px 5% !important;
        width: 95% !important;
    }


    /* Images */

    img.social {
    	width: auto !important;
    	height: 40px !important;
        display: inline-block;
    	vertical-align: top;
        margin: 10px 0px 0px 11px;
    }


    /* Main Divs */

    #container {
    	width: 100% !important;
    	height: auto;
    	background: #fff;
        margin: 0px auto 0px auto !important;
    }

    #header {
        width: 100%;
        height: auto;
        margin-bottom: 0 !important;
    }

    #header-logo {
        width: 30% !important;
        height: auto;
        display: block !important;
    	vertical-align: top;
        padding-top: 20px !important;
        margin: 0px auto 0px auto !important;
    }

    #content-left {
        width: 100% !important;
        height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0 !important;
    }

    #content-right {
        width: 100% !important;
        min-height: 0px !important;
        display: inline-block;
    	vertical-align: top;
        margin: 0 !important;
    }

    #banner-image {
        width: 100%;
        height: auto !important;
        margin: 0px 0px 30px 0px;
    }


    /* Home */

    #banner-image.home {
        width: 100%;
        height: 310px !important;
        margin: 0px 0px 20px 0px;
    }

    #feature-boxes {
        width: 90% !important;
        height: auto;
        margin: 30px 5% 20px 5% !important;
    }

    #feature-box {
        width: 75% !important;
        height: auto;
        display: block !important;
    	vertical-align: top;
    	margin: 0px auto 35px auto !important;
    }

    #feature-box.three {
        margin: 0px auto 35px auto !important;
    }

    #feature-box-image {
        width: 100%;
        height: auto !important;
        margin-bottom: 5px;
    }
    
    
    /* Portfolio */

    #feature-boxes.portfolio {
        width: 90% !important;
        height: auto;
        margin: 0px 5% 20px 5% !important;
    }
    
    
    /* Contact */

    #contact-box {
    	width: 90% !important;
    	height: auto;
        padding: 0;
        margin: 30px 5% 0px 5% !important;
    }

    #contact-field-box {
    	width: 100% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 0px 20px 0px !important;
        border: none !important;
        outline: 2px solid #f58648 !important;
        outline-offset: -2px !important;
    }

    #contact-field-box.three {
    	width: 100% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 0px 20px 0px !important;
        border: none !important;
        outline: 2px solid #f58648 !important;
        outline-offset: -2px !important;
    }

    #contact-field-box.large {
    	width: 100% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 0px 20px 0px !important;
        border: none !important;
        outline: 2px solid #f58648 !important;
        outline-offset: -2px !important;
    }

    #contact-field-box.button {
    	width: 100% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 0px 20px 0px !important;
        border: none;
        outline: none !important;
        outline-offset: none !important;
    }


    /* Blog */

    #content-blog-caption-main {
        width: 90% !important;
        height: auto;
        margin: 0px 5% 35px 5% !important;
    }

    #calendar-download {
        width: 100% !important;
        height: auto;
        margin-bottom: 35px;
    }


    /* Pages */

    #content-column {
        width: 90% !important;
        height: auto;
        display: inline-block;
        vertical-align: top;
    	margin: 0px 5% 35px 5% !important;
    }

    #content-column.three {
        width: 90% !important;
        height: auto;
        display: inline-block;
        vertical-align: top;
    	margin: 0px 5% 35px 5% !important;
    }
    

    /* Footer */

    #page-base {
        width: 90% !important;
        height: auto;
        margin: 0px 5% 0px 5% !important;
        background-image: url("images/pencil-line.jpg");
        background-position: bottom;
        background-repeat: repeat-x;
        background-color: #fff !important;
    }

    #page-base-pencil {
        width: 15% !important;
        height: auto;
        background-color: #fff;
        padding-left: 0 !important; 
        margin-left: 85% !important;
    }

    #footer {
    	width: 100% !important;
    	height: auto;
        margin: 20px auto 20px auto;
    }

    #footer-logo {
    	width: 15% !important;
    	height: auto;
        display: block !important;
    	vertical-align: top;
        margin: 10px auto 0px auto !important;
    }

    #footer-navigation {
    	width: 90% !important;
    	height: auto;
    	display: inline-block;
    	vertical-align: top;
        text-align: center !important;
    	margin: 25px 5% 0px 5% !important;
    }

    #footer-social {
    	width: 90% !important;
    	height: auto !important;
    	display: inline-block;
    	vertical-align: top;
        text-align: center !important;
        margin: 10px 5% 0px 5% !important;
    }


    /* Text Styles */

    p.breadcrumb {
    	color: #000;
    	font-family: 'Gothic A1', sans-serif;
        font-size: 0.90em;
        font-style: oblique;
        font-weight: lighter;
        text-align: center !important;
        display: block !important;
        margin: 10px 0px 10px 0px !important;
    }
    
    
    /* Hide */
    
    #content-left.blog {
        display: none !important;
    }
    
}


/* Small Phones */

@media only screen and (min-width : 450px) and (max-width: 699px) {
    
    
    /* 404 */

    img.deer-404 {
        width: 50%;
        height: auto;
        margin-bottom: 16px !important;
    }
    
    
    /* Unique */
    
    #new-royalslider-13 {
        width: 100% !important;
        height: 545px !important;
    }
    
    #new-royalslider-12 {
        width: 100% !important;
        height: 665px !important;
    }
    
    #content-text {
        width: 94% !important;
        height: auto;
        margin: 0px 3% 0px 3% !important;
    }
    
    #content-text.newsletter {
        width: 94% !important;
        height: auto;
        margin: -50px 3% 0px 3% !important;
    }
    
    #content-right.blog {
        width: 100% !important;
        min-height: 0px !important;
        display: inline-block;
    	vertical-align: top;
        margin: 20px 0px 20px 0px !important;
        text-align: center !important;
    }
    
    #content-right.single {
        text-align: left !important;
    }


    /* Standard Styles */

    html, body {
    	padding: 0;
    	margin: 0;
        background-color: #676767;
        -webkit-text-size-adjust: none;
    }


    /* Images */

    img.social {
    	width: auto !important;
    	height: 35px !important;
        display: inline-block;
    	vertical-align: top;
        margin: 15px 0px 0px 5px !important;
    }


    /* Main Divs */

    #container {
    	width: 100% !important;
    	height: auto;
    	background: #fff;
        margin: 0px auto 20px auto !important;
    }

    #header {
        width: 100%;
        height: auto;
        margin-bottom: 0 !important;
    }

    #header-logo {
        width: 20% !important;
        height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 0px 0px 3% !important;
        padding-top: 20px !important;
    }

    #content-left {
        width: 100% !important;
        height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0 !important;
    }

    #content-right {
        width: 100% !important;
        min-height: 0px !important;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 0px 20px 0px !important;
    }

    #banner-image {
        width: 100%;
        height: auto !important;
        margin: 0px 0px 30px 0px;
    }


    /* Home */

    #banner-image.home {
        width: 100%;
        height: auto !important;
        margin: 0px 0px 20px 0px;
    }

    #feature-boxes {
        width: 94% !important;
        height: auto;
        margin: 20px 3% 20px 3% !important;
        text-align: center !important;
    }

    #feature-box {
        width: 28% !important;
        height: auto;
        display: inline-block;
    	vertical-align: top;
    	margin: 0px 2% 35px 2% !important;
    }

    #feature-box.three {
        margin: 0px 2% 35px 2% !important;
    }

    #feature-box-image {
        width: 100%;
        height: auto !important;
        margin-bottom: 0 !important;
    }

    #feature-box-text {
        width: 100%;
        height: auto;
        text-align: left !important;
    }
    
    
    /* About */

    #feature-box-image.square {
        width: 100%;
        height: auto;
        margin-bottom: 5px !important;
    }

    
    /* Contact */

    #contact-box {
    	width: 94% !important;
    	height: auto;
        padding: 0;
        margin: 20px 3% 0px 3% !important;
        text-align: center !important;
    }

    #contact-field-box {
    	width: 28% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 2% 35px 2% !important;
        border: none !important;
        outline: 2px solid #f58648 !important;
        outline-offset: -2px !important;
    }

    #contact-field-box.three {
    	width: 28% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 2% 35px 2% !important;
        border: none !important;
        outline: 2px solid #f58648 !important;
        outline-offset: -2px !important;
    }

    #contact-field-box.large {
    	width: 60% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 2% 35px 2% !important;
        border: none !important;
        outline: 2px solid #f58648 !important;
        outline-offset: -2px !important;
    }

    #contact-field-box.button {
    	width: 28% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 2% 35px 2% !important;
        border: none;
        outline: none !important;
        outline-offset: none !important;
    }


    /* Blog */

    #content-blog-caption-main {
        width: 94% !important;
        height: auto;
        margin: 0px 3% 35px 3% !important;
        text-align: left !important;
    }

    #content-blog-caption {
        width: 100%;
        height: auto;
        text-align: left !important;
    }

    #calendar-download {
        width: 100% !important;
        height: auto;
        margin-bottom: 35px;
    }


    /* Pages */

    #content-column {
        width: 30% !important;
        height: auto;
        display: inline-block;
        vertical-align: top;
    	margin: 0px 0px 35px 3% !important;
    }

    #content-column.three {
        width: 30% !important;
        height: auto;
        display: inline-block;
        vertical-align: top;
    	margin: 0px 0px 35px 3% !important;
    }


    /* Footer */

    #page-base {
        width: 94% !important;
        height: auto;
        margin: 0px 3% 0px 3% !important;
        background-image: url("images/pencil-line.jpg");
        background-position: bottom;
        background-repeat: repeat-x;
    }

    #page-base-pencil {
        width: 10% !important;
        height: auto;
        background-color: #fff;
        padding-left: 0 !important; 
        margin-left: 90% !important;
    }

    #footer {
    	width: 100% !important;
    	height: auto;
        margin: 20px auto 20px auto;
    }

    #footer-logo {
    	width: 8% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 3% 0px 2% !important;
    }

    #footer-navigation {
    	width: 50% !important;
    	height: auto;
    	display: inline-block;
    	vertical-align: top;
    	margin: 10px 0px 0px 0px !important;
    }

    #footer-social {
    	width: 34% !important;
    	height: 60px;
    	display: inline-block;
    	vertical-align: top;
        text-align: right;
        margin: 0px 3% 0px 0px !important;
    }


    /* Text Styles */
    
    h4 {
    	color: #000;
    	font-family: 'Gothic A1', sans-serif;
        font-size: 1.0em !important;
    	margin: 0px 0px 16px 0px;
        font-style: oblique;
        font-weight: lighter;
        text-align: left !important;
    }

    p.breadcrumb {
    	color: #000;
    	font-family: 'Gothic A1', sans-serif;
        font-size: 0.90em;
        font-style: oblique;
        font-weight: lighter;
        display: block !important;
        margin: 10px 0px 10px 3% !important;
    }


    /* Hide */
    
    #content-left.blog {
        display: none !important;
    }
    
}


/* Large Phones */

@media only screen and (min-width : 700px) and (max-width: 959px) {
    
    
    /* 404 */

    img.deer-404 {
        width: 45% !important;
        height: auto;
        margin-bottom: 11px !important;
    }
    
    
    /* Unique */
    
    #new-royalslider-13 {
        width: 100% !important;
        height: 575px !important;
    }
    
    #new-royalslider-12 {
        width: 100% !important;
        height: 725px !important;
    }
    
    #content-text {
        width: 94% !important;
        height: auto;
        margin: 0px 3% 0px 3% !important;
    }
    
    #content-text.newsletter {
        width: 94% !important;
        height: auto;
        margin: -50px 3% 0px 3% !important;
    }
    
    #content-right.blog {
        width: 100% !important;
        min-height: 0px !important;
        display: inline-block;
    	vertical-align: top;
        margin: 20px 0px 20px 0px !important;
        text-align: center !important;
    }
    
    #content-right.single {
        text-align: left !important;
    }


    /* Standard Styles */

    html, body {
    	padding: 0;
    	margin: 0;
        background-color: #676767;
        -webkit-text-size-adjust: none;
    }


    /* Images */

    img.social {
    	width: auto !important;
    	height: 35px !important;
        display: inline-block;
    	vertical-align: top;
        margin: 15px 0px 0px 5px !important;
    }


    /* Main Divs */

    #container {
    	width: 100% !important;
    	height: auto;
    	background: #fff;
        margin: 0px auto 20px auto !important;
    }

    #header {
        width: 100%;
        height: auto;
        margin-bottom: 0 !important;
    }

    #header-logo {
        width: 20% !important;
        height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 0px 0px 3% !important;
        padding-top: 20px !important;
    }

    #content-left {
        width: 100% !important;
        height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0 !important;
    }

    #content-right {
        width: 100% !important;
        min-height: 0px !important;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 0px 20px 0px !important;
    }

    #banner-image {
        width: 100%;
        height: auto !important;
        margin: 0px 0px 30px 0px;
    }


    /* Home */

    #banner-image.home {
        width: 100%;
        height: auto !important;
        margin: 0px 0px 20px 0px;
    }

    #feature-boxes {
        width: 94% !important;
        height: auto;
        margin: 20px 3% 20px 3% !important;
        text-align: center !important;
    }

    #feature-box {
        width: 28% !important;
        height: auto;
        display: inline-block;
    	vertical-align: top;
    	margin: 0px 2% 35px 2% !important;
    }

    #feature-box.three {
        margin: 0px 2% 35px 2% !important;
    }

    #feature-box-image {
        width: 100%;
        height: auto !important;
        margin-bottom: 0 !important;
    }

    #feature-box-text {
        width: 100%;
        height: auto;
        text-align: left !important;
    }
    
    
    /* About */

    #feature-box-image.square {
        width: 100%;
        height: auto;
        margin-bottom: 5px !important;
    }
    
    
    /* Contact */

    #contact-box {
    	width: 94% !important;
    	height: auto;
        padding: 0;
        margin: 20px 3% 0px 3% !important;
        text-align: center !important;
    }

    #contact-field-box {
    	width: 28% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 2% 35px 2% !important;
        border: none !important;
        outline: 2px solid #f58648 !important;
        outline-offset: -2px !important;
    }

    #contact-field-box.three {
    	width: 28% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 2% 35px 2% !important;
        border: none !important;
        outline: 2px solid #f58648 !important;
        outline-offset: -2px !important;
    }

    #contact-field-box.large {
    	width: 60% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 2% 35px 2% !important;
        border: none !important;
        outline: 2px solid #f58648 !important;
        outline-offset: -2px !important;
    }

    #contact-field-box.button {
    	width: 28% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 2% 35px 2% !important;
        border: none;
        outline: none !important;
        outline-offset: none !important;
    }
    

    /* Blog */

    #content-blog-caption-main {
        width: 94% !important;
        height: auto;
        margin: 0px 3% 35px 3% !important;
        text-align: left !important;
    }

    #content-blog-caption {
        width: 100%;
        height: auto;
        text-align: left !important;
    }

    #calendar-download {
        width: 100% !important;
        height: auto;
        margin-bottom: 35px;
    }


    /* Pages */
    
    #content-column {
        width: 30% !important;
        height: auto;
        display: inline-block;
        vertical-align: top;
    	margin: 0px 0px 35px 3% !important;
    }

    #content-column.three {
        width: 30% !important;
        height: auto;
        display: inline-block;
        vertical-align: top;
    	margin: 0px 0px 35px 3% !important;
    }


    /* Footer */

    #page-base {
        width: 94% !important;
        height: auto;
        margin: 0px 3% 0px 3% !important;
        background-image: url("images/pencil-line.jpg");
        background-position: bottom;
        background-repeat: repeat-x;
    }

    #page-base-pencil {
        width: 10% !important;
        height: auto;
        background-color: #fff;
        padding-left: 0 !important; 
        margin-left: 90% !important;
    }

    #footer {
    	width: 100% !important;
    	height: auto;
        margin: 20px auto 20px auto;
    }

    #footer-logo {
    	width: 8% !important;
    	height: auto;
        display: inline-block;
    	vertical-align: top;
        margin: 0px 3% 0px 2% !important;
    }

    #footer-navigation {
    	width: 60% !important;
    	height: auto;
    	display: inline-block;
    	vertical-align: top;
    	margin: 20px 0px 0px 0px !important;
    }

    #footer-social {
    	width: 24% !important;
    	height: 60px;
    	display: inline-block;
    	vertical-align: top;
        text-align: right;
        margin: 0px 3% 0px 0px !important;
    }


    /* Text Styles */
    
    h4 {
    	color: #000;
    	font-family: 'Gothic A1', sans-serif;
        font-size: 1.0em !important;
    	margin: 0px 0px 16px 0px;
        font-style: oblique;
        font-weight: lighter;
        text-align: left !important;
    }

    p.breadcrumb {
    	color: #000;
    	font-family: 'Gothic A1', sans-serif;
        font-size: 0.90em;
        font-style: oblique;
        font-weight: lighter;
        display: block !important;
        margin: 10px 0px 10px 3% !important;
    }


    /* Hide */
    
    #content-left.blog {
        display: none !important;
    }
    
}


/* Desktop */

@media only screen and (min-width: 960px) and (max-width: 1599px) {
    
}


/* Large Desktop */

@media only screen and (min-width : 1600px) {
    
}