@import url("normalize.css");

/*
Theme Name: Graham Atkins Hughes
Theme URI: http://www.redink.co.uk
Description: Custom Theme for Mr Graham Atkins-Hughes.
Author: Steve Mersereau
Author URI: http://www.redink.co.uk
Version: 0.5.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom theme, Graham Atkins Hughes, Photographer, Interiors, Fashion
Text Domain: redink
*/


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html{

	height:100%;
	margin:0;
	padding:0;
	max-width: 99%;
}


html,
button,
input,
select,
textarea {
    color: #fff;
}


body {
    font-size: 1em;
    line-height: 1.4;
    height:100%;
    margin:0;
    padding:0;

	max-width: 99%;
}
a:active {
   outline: 0;
   outline-style: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background colour to match your design.
 */

::-moz-selection {
    background: #fff;
    text-shadow: none;
}

::selection {
    background: #fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Red Ink's custom styles
   ========================================================================== */

#wrapper {
    font-size: 1em;
	margin: 20px 0 0 20px;
	color: white;
	font-family: HelveticaNeueLTStd-Th, 'Helvetica Narrow', 'HelveticaNarrow', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	width: 98%;
/*	border: 1px red solid; */

}

#header {
	margin: 0px;
	padding: 10px 0 5px 0;
	position: fixed;
	width: 99%;
	top: 0;
}


#main {
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
    min-height:100%;
}
/*new logo fixes - April 2020*/
@media only screen and (min-width: 999px) {
	#header {
		width: 150px;
	}
	#main {
		margin: -30px 0 0 0;
	}
  }


  @media only screen and (max-width: 999px){
	.header-image{
		max-width: 150px;
	}
	#header {
		position: relative;
	}
  }




#main:after {
	clear: both;
}

html #main {/* ie6 and under only*/
    height:100%;
}

#hamburger-menu {
	display: none;
}

#ancilliary_matter {
	position: fixed;
	top: 140px;
	float: left;
	width: 150px;
	margin: 0 10px 10px 0;
	padding: 0px;
	text-align: right;
	/*border: 1px yellow solid;*/
}

#container, #container_noresize {
	/*float: left;*/
	margin-left: 170px;

	/*border: 1px green solid;*/

}

#content {
	margin: 0;
	padding: 0;
	/*border: 1px white dotted;*/

	}

#content a {
	color: #999;
	text-decoration: underline;
}

#content a:hover {
	color: #ff6600;
}

.entry-title {}

#content h2.entry-title {
	border-top: 1px solid #CCCCCC;
}

#content .entry-title a {
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: normal;
}

.entry-content p img {
	margin-top: -0.25em;
	margin-bottom: 0.5em;
}

#access, #primary {
	padding: 0px;
	margin: 0px;
}

#primary {
	padding: 0px;
	margin: 10px 0 0 0;
}

ul.menu  {
	list-style: none;
}

ul.menu li a {
	color: #999;
	text-decoration: none;
	font-size: 1.1em;
}

ul.menu li a:hover {
	color: #ccc;
}

ul.menu li.current-menu-item a
{
	color: black;
}

ul.sub-menu {
	list-style: none;
	margin-left: 0em;
	color: white;
	margin-right: 10px;

}

ul.sub-menu li a {
	color: #abc;
	text-decoration: none;
	font-size: 0.9em;
}

ul.menu li.current-menu-item ul.sub-menu li a
{
	color: #abc;
}


.xoxo ul, .xoxo ul li {
	list-style: none;
}

p {

}

#footer{
	position: fixed;
	float: none;
	z-index:100;
	bottom: 0px;
	border-top: 1px #ccc solid;
	padding: 15px 0;
	width: 99%;
	margin-top: 15px;
    color: #999;
    font-size: 90%;
}

#footer a{
    	color: #999;
}

.textwidget {
	display: block;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


.menu-btn div {
	position: absolute;
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
}

.menu-btn span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	background: rgb(0,0,0);
	z-index: 99;
}

.responsive-menu{
	display: none;
}

.moretext {
  display: none;
}

a.moreless-button {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 140px;
    height: 34px;
    border: 2px solid #fff;
    line-height: 34px;
    text-transform: uppercase;
    cursor: pointer;
    background: #fff;
    color: #000 !important;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 20px;
    text-decoration: none;
    outline: none;
}
a.moreless-button:hover{background: #000; color:#fff !important;}
.expand {
	display: block !important;
}

.open-menu-link{
	display: none;
	position: absolute;
	float: right;
	right: 15px;
	top:0;
	line-height: 1.4;
	cursor: pointer;
/*	border: 1px orange solid; */
}

li .sub-menu{
	display: none;
}
/*show sub menu on pages that have sub menu*/
li.current-menu-item ul.sub-menu,
li.current-page-ancestor ul.sub-menu,
li.current_page_ancestor ul.sub-menu{
	display: block;
}

li.current-page-ancestor ul.sub-menu{
	display: block;
}
.visible {
	display: block !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	width: 90%;
	height: auto;
	z-index: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 95%;
	z-index: 0;
}

li#eu_cookie_law_widget-3 {
	list-style: none;
}

.textwidget p {
    margin-top: 0;
    margin-bottom: 0;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
	
	#footer{
		font-size: 110%;	
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}

@media only screen and (max-width: 1000px) {

	#wrapper {
/*		border: 1px blue solid;  	*/
    font-size: 1.2em;
	}



	#ancilliary_matter {
		display: none;
/*		border: 1px white solid;  	*/
	}


	#container, #container_noresize {
		margin-left: 0px;
/*		border: 1px #aabb00 solid;  */
	}

	img.header-image {
		max-width: 100px;
	}

	#header #menu {
		float: right;
		margin-top: 6px;
		margin-right: 50px;
	}

	#header #menu span {
		display: block;
		height: 2px;
		width: 25px;
		background: #fff;
		margin-bottom: 5px;
	}

	#header #menu.open span:first-child {
	background: red;

    -ms-transform: translate(0px, 7px) rotate(405deg); /* IE 9 */
    -webkit-transform: translate(0px, 7px) rotate(405deg); /* Safari */
    transform: translate(0px, 7px) rotate(405deg);

	-webkit-transition: -webkit-transform 800ms ease-in-out;
    transition: -webkit-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out,-webkit-transform 800ms ease-in-out;
	}

	#header #menu.open span:nth-child(2) {
	background: none;
    -webkit-transition: -webkit-transform 800ms ease-in-out;
    transition: -webkit-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out,-webkit-transform 800ms ease-in-out;
	}

	#header #menu.open span:nth-child(3) {
	background: red;
    -ms-transform: translate(0px, 7px) rotate(-405deg); /* IE 9 */
    -webkit-transform: translate(0px, -7px) rotate(-405deg);
    transform: translate(0px, -7px) rotate(-405deg);

	 -webkit-transition: -webkit-transform 800ms ease-in-out;
    transition: -webkit-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out,-webkit-transform 800ms ease-in-out;
	}
	#header #menu.open span
	{width: 20px;}

	#header #menu:hover span:first-child,
	#header #menu:focus span:first-child,
	#header #menu:active span:first-child {

	}

	#header #menu.closed span:first-child {
	background: green;
    -ms-transform: translate(0px, 0px) rotate(0deg); /* IE 9 */
    -webkit-transform: translate(0px, 0px) rotate(0deg); /* Safari */
    transform: translate(0px, 0px) rotate(0deg);

	-webkit-transition: -webkit-transform 800ms ease-in-out;
    transition: -webkit-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out,-webkit-transform 800ms ease-in-out;
	}

	#header #menu.closed span:nth-child(2) {
	background: green;
    -webkit-transition: -webkit-transform 800ms ease-in-out;
    transition: -webkit-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out,-webkit-transform 800ms ease-in-out;

    -webkit-transition: background 1s ease-in-out; /* Safari 3.1 to 6.0 */
    transition: background 1s ease-in-out;
	}

	#header #menu.closed span:nth-child(3) {
	background: green;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);

	 -webkit-transition: -webkit-transform 800ms ease-in-out;
    transition: -webkit-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out,-webkit-transform 800ms ease-in-out;
	}

	#header #menu.closed span {
		width: 25px;
	}

	.entry-content p img {

	}

	#hamburger-menu {
		display: none;
		margin-bottom: 4px;
		text-align: center;
		position: absolute;
		background-color: rgb(77, 77, 77);
		/* RGBa with 0.6 opacity */
		background-color: rgba(77, 77, 77, 0.9);
		/* For IE 5.5 - 7*/
		z-index: 1000;
	}

	#hamburger-menu ul{
		list-style: none;
	}

	#hamburger-menu ul li {
		position: relative;
		text-align: center;
		padding: 4px 0 4px 0;
		font-size: 120%;
		border-bottom: 1px gray solid;
	}

	#hamburger-menu ul li:first-child {
		border-top: 1px white dotted;
	}


	#hamburger-menu ul li a, #hamburger-menu ul li a:visited{
		color: white;
		text-align: center;
		text-decoration: none;
	}

	#hamburger-menu ul li a{

	}

	#hamburger-menu ul  ul li, #hamburger-menu ul  ul li:first-child {
		border-top: none;
		border-bottom: none;
	}

	#hamburger-menu ul ul li, 	#hamburger-menu ul ul li:first-child {

		font-size: 90%;
	}

	#footer .textwidget {
		display: block;
		line-height: 1.1em;
		margin-bottom: 0.2em;
	}

 	.show_mobile {
		display: block;
	}

	.hide_mobile {
		display: none;
	}
}

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

	#footer .textwidget::after {
		/*    content: " | ";   */
	}

 	.show_desktop {
		display: block;
	}

	.hide_desktop {
		display: none;
	}

}
/*////Footer social icons and contact details\\\\*/
.social-icons-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.social-icons-grid .grid-item-2{
	text-align: right;
	margin-right: 10px;
}
.social-icons-grid .grid-item-3{
	column-span: 1 / -1;
	margin-top: -10px;
}
@media only screen and (max-width: 500px) {
	.social-icons-grid{
		display: grid;
		grid-template-columns: 1fr;
	}
	.social-icons-grid .grid-item-2{
		text-align: left;
		margin-top: 10px;
	}
	.social-icons-grid .grid-item-3{
		column-span: 1 / -1;
		margin-top: 10px;
	}
}

/*text to grey*/
.entry-content{
	color: #999;
}