/**
  Theme Name: SIMON HOPKINS
  Version: 1.0
  Author: janleeks.com
  Author URI: http://www.janleeks.com
  
  Description: A Bespoke Theme for Simon Hopkins website
*/


/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

@charset "UTF-8";
/* CSS Document */


.hide-element {display: none;}
.hide-desktop {display: none;}


html {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body{
 height: 100%;
 width: 100%;
 background-color:#FFF;
	
}


a {
   outline: 0; text-decoration: none;
    transition:  .50s ease-in-out;
   -moz-transition:  .50s ease-in-out;
   -webkit-transition:  .50s ease-in-out;
}

a:hover {
   text-decoration: none;;
   transition:  .50s ease-in-out;
   -moz-transition:  .50s ease-in-out;
   -webkit-transition:  .50s ease-in-out;
}



body{
	background:#FFF;
	font-family: 'proxima-nova', sans-serif; 
	font-style: normal;
	font-weight: 300;
    text-align: center;
	}

header {
width: 100%;
    z-index: 1001;
    position: fixed;
    height: 60px;
    top: 0px;
    background-color: #04AADB;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.1);
box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.1);

}
	
	
header #mobile{ display: block; background-color: #04AADB; width: 100%; height: 60px; text-align: center; position: relative;}	
header #mobile .logowrap{ position: absolute; top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}	
header #mobile img{ height: 28px; max-height: 100px;}




header #mobile .button-wrap{ position: absolute; right: 10px;}	

section.mobile_accordian{
	
	
	 top: 60px;
    background-color: #000;
    position: fixed;
    z-index: 2000;
    width: 100%;
}

section.topgap {
	height: 60px;
    
	}

h1 { display: none;}

h2 { font-family: 'proxima-nova', sans-serif; 
	font-style: normal;
	font-weight: 900;
margin: 0 0 5px 0;
    font-size: 18px;
padding: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;

}

h3 { font-family: 'proxima-nova', sans-serif; 
	font-style: normal;
margin: 0 0 20px 0;
    font-size: 14px;
padding: 0;
    letter-spacing: 0.09em;
    text-transform: uppercase;

}

h4 { font-family: 'proxima-nova', sans-serif; 
	font-style: normal;
margin: 0 0 10px 0;
    font-size: 13px;
padding: 0;
    letter-spacing: 0.09em;
    text-transform: uppercase;

}

h5 { font-family: 'proxima-nova', sans-serif; 
	font-style: normal;
margin: 0 0 5px 0;
    font-size: 12px;
padding: 0;
    letter-spacing: 0.09em;
    text-transform: uppercase;font-weight: 600;

}

p { 
margin: 0 0 10px 0;
    font-size: 14px;
}




p.intro { 
margin: 0 0 30px 0;
    font-size: 14px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.arrow-wrap{
    position: absolute;width: 100%;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
    margin: 0 auto 30px auto;
    
}

.arrow-down.blue {
 border-top: 20px solid #04AADB; 
    
}



.arrow-down.white {
 border-top: 20px solid #FFF;
    
}

section.banner {background-color: #000;display: block;height: auto; margin-top: 0px;}
section.banner .imagewrap {height: 30vh;}
section.banner .container{height: 100%;text-align: center;position: relative;}



section.general {padding: 50px 0; color: #333;}
section.general.blue { background-color: #04AADB; color: #FFF;}
section.lesspadding {padding: 20px 0;}

section.general.withimage {padding-bottom: 0!important;}



section.general .hidden {
    display: none;
    
}

section.general .ToggleHidden {
    text-transform: uppercase;
    font-size: 14px;
    padding: 1px 10px;
    background-color: #04AADB;
    color: #FFF;
    letter-spacing: 0.1em;
    margin: 20px 0;
    display: inline-block;
    border: solid 1px #04AADB;
    
}
section.general .ToggleHidden:hover {
    background-color: #FFF;
    color: #04AADB;
    
}


section.general.blue .ToggleHidden {
  
    background-color: #FFF;
    color: #04AADB;
    border: solid 1px #FFF;
    
}
section.general.blue .ToggleHidden:hover {
    background-color: #04AADB;
    color: #FFF;
    
}

section.general .ToggleHiddenR {
    text-transform: uppercase;
    font-size: 14px;
    padding: 1px 10px;
    background-color: #04AADB;
    color: #FFF;
    letter-spacing: 0.1em;
    margin: 20px 0;
    display: inline-block;
    border: solid 1px #04AADB;
    
}
section.general .ToggleHiddenR:hover {
    background-color: #FFF;
    color: #04AADB;
    
}


section.general.blue .ToggleHiddenR {
  
    background-color: #FFF;
    color: #04AADB;
    border: solid 1px #FFF;
    
}
section.general.blue .ToggleHiddenR:hover {
    background-color: #04AADB;
    color: #FFF;
    
}



section.general .contentafter a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 1px 10px;
    background-color: #04AADB;
    color: #FFF;
    letter-spacing: 0.1em;
    margin: 20px 0;
    display: inline-block;
    border: solid 1px #04AADB;
    
}
section.general .contentafter a:hover {
    background-color: #FFF;
    color: #04AADB;
    
}


section.general.blue .contentafter a {
  
    background-color: #FFF;
    color: #04AADB;
    border: solid 1px #FFF;
    
}
section.general.blue .contentafter a:hover {
    background-color: #04AADB;
    color: #FFF;
    
}





section.general p a.blocklink{
    text-transform: uppercase;
    font-size: 14px;
    padding: 1px 10px;
    background-color: #FFF;
    color: #04AADB;
    letter-spacing: 0.1em;
    margin: 20px 0;
    display: inline-block;
    border: solid 1px #04AADB;}

section.general p a.blocklink:hover{
 
    background-color: #04AADB;
    color: #FFF;
    border: solid 1px #04AADB;}




section.general .flexslider .slidecontent p a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 1px 10px;
    background-color: #04AADB;
    color: #FFF;
    letter-spacing: 0.1em;
    margin: 20px 0;
    display: inline-block;
    border: solid 1px #04AADB;
    
}
section.general .flexslider .slidecontent p a:hover {
    background-color: #FFF;
    color: #04AADB;
    
}


section.general.blue .flexslider .slidecontent p a {
  
    background-color: #FFF;
    color: #04AADB;
    border: solid 1px #FFF;
    
}
section.general.blue .flexslider .slidecontent p a:hover {
    background-color: #04AADB;
    color: #FFF;
    
}





section.general .image {
    position: relative;
    bottom: 0px;
    width: 100%;
    
}

section.general .image img {
    width: 100%;
    height: auto;
    display: block;
    
}

section.general .image .caption {
    display: inline-block;
    background-color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 0.05em;
    font-size: 12px; 
    position: absolute;
    bottom: -10px;
    left: 15%;
    padding: 5px;
    width: 70%;
    
}

section.general.blue .image .caption {
   
    background-color: #04AADB;
    color: #FFF;
    
}

section.general .imagerow{margin-bottom: 20px;}

section.general .imagerow img{width: 80%; height: auto; display: inline-block; margin: 0; padding: 0; }

section.general .imagerow .caption{
    display: inline-block;
    background-color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 0.05em;
    font-size: 11px; 
    bottom: 0px;
    left: 15%;
    padding: 5px;
    width: auto; 
margin-bottom: 0px;
}


section.general .imagerow .caption{
    display: inline-block;
    background-color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 0.05em;
    font-size: 11px; 
    bottom: 0px;
    left: 15%;
    padding: 5px;
    width: auto; 
margin-bottom: 0px;
}


section.general .content-repeater {margin-top: 30px;}


section.general .content-repeater .contentafter p{font-size: 13px; margin-bottom: 10px;}
section.general .content-repeater .contentimage img{margin-bottom: 10px; width: 75%;}


footer {
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding: 60px 0;
}


@media (min-width: 768px) {
    
    header #mobile {
    width: 100%;
    height: 90px;
}
    
    header {
    height: 90px;
}
    
  section.topgap {
    height: 90px;
} 
    header #mobile img {
    height: 50px;
    max-height: 100px;
}
    
    section.banner .imagewrap {
    height: 40vh;
}
    
   p {
   
    font-size: 18px;
} 
  h2 {
    font-size: 24px;
   
} 
h3 {
    font-size: 18px;
}    
    
  section.general .imagerow img {
    width: 50%;
} 
    
section.general .content-repeater .contentimage img {
    width: 50%;
}    
 section.general .content-repeater .contentafter p {
    font-size: 16px;
    margin-bottom: 10px;
}   
}


