    /*
Theme Name: Black Gold Drilling Mobile
Theme URI: /wp-content/themes/blackgold/
Author: The Stem Group
Author URI: https://www.thestemgroup.com/
Description: This is the desktop theme for Black Gold Drilling
Version: 1.0
License: Not for resale, personal use or useage by other parties but cleint.
License URI: http://www.thestemgroup.com
Tags: two-columns
Text Domain: blank

This theme is protected under copyright of the designer
*/


/*  Main Structure */



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

html, body {
	height:100%;
	width:100%;
	background-color:#ffffff;
	margin:0px;
	
}

/*      Navigation and Branding      */



#header {
	width:100%;
    margin: 0 0 10% 0;
    padding: 10% 0 0 0;
	background-image:url(/wp-content/themes/blackgold/images/header-background-mobile.jpg);
	height:45%;
    text-align: center;
	border-bottom:#000000 2px solid;
	
}




/* hamburger */
.checkbox {
  display: none;
}

.button {
  position: relative;
  background-color: black;
  height: 3rem;
  width: 3rem;
  border-radius: 40%;
  position: fixed;
  top: 3vh; 
  right: 3vw; 
  z-index: 2000;
  text-align: center; 
  cursor: pointer;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.background {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  position: fixed;
  top: 4vh; 
  right: 4vw; 
background-image: url("/wp-content/themes/blackgold/images/nav-background-mobile.jpg");
	background-position:center top;
    background-attachment: fixed;
    background-size: cover;
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
}

.list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
}

.item {
  margin: 1rem;
  font-size: 30px;
    font-weight: bold;
}

.link:link,
.link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
background-image: url("/wp-content/themes/blackgold/images/nav-background-mobile.jpg");
	background-position:center top;
    background-attachment: fixed;
    background-size: cover;
  background-size: 220%;
  transition: all 0.4s;
}

.link:hover,
.link:active {
  color: lightgreen;
  cursor: pointer;
}

/* functionality */
.checkbox:checked ~ .background {
  transform: scale(80);
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 100%;
  right: 0;
}

/*  */
/* styling hamb ICON */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
  width: 1.5rem;
  height: 2px;
  background-color: white;
  display: inline-block;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

.icon::before {
  top: -0.8rem;
}
.icon::after {
  top: 0.8rem;
}

.button:hover icon:before {
  top: -1rem;
}
.button:hover icon::after {
  top: 1rem;
}

.checkbox:checked + .button .icon {
  background-color: transparent;
}

.checkbox:checked + .button .icon::before {
  top: 0;
  transform: rotate(135deg);
}
.checkbox:checked + .button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}






/*       content     */

.section {
	height:auto;
	width:90%;
	margin:0% 5% 5% 5%;
	overflow: hidden;
}

.section-shadow {
	height:auto;
	width:90%;
	margin:0% 5% 5% 5%;
	border-radius: 20px;
	box-shadow:0px 0px 10px #bfbfbf;
    overflow: hidden;
}

.shadow-photo {
    height: auto;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}


.shadow-copy {
    height: auto;
    width: 90%;
    padding: 5%;
}

#home-credentials {
	height:300px;
	width:100%;
	margin:5% 0 0 0; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
    box-shadow: inset 0px 0px 19px -3px rgba(0,0,0,0.65);
	overflow: hidden;
}

#home-cta-1 {
    height: 42px;
    width: auto;
    margin: 10% 0 0 0;
    padding: 258px 0 0 0;
    background-image:url("/wp-content/themes/blackgold/images/home-wedo.jpg");
}


#home-cta-2 {
    height: 42px;
    width: auto;
    margin: 10% 0 0 0;
    padding: 258px 0 0 0;
    background-image: url("/wp-content/themes/blackgold/images/home-ourequipment.jpg");
}



.title {
	height:auto;
	width:80%;
	margin:0% 5% 5% 5%;
	padding:2% 5% 2% 5%;
	border: 2px solid #ff0000;
	border-radius:20px;
	background-color:#dfdfdf;
	text-align:center;
}


#sectiont_left {
	height:100%;
	width:50%;
	margin:0% 0% 0% 0%;
	padding:0% 10% 0% 0%;
	float:left;
}


#section_right {
	height:100%;
	width:50%;
	margin:0% 0% 1% 0%;
	padding:0% 0% 0% 0%;
	float:left;
}

/*    Footer Styles     */

.footer {
	height:auto;
	width:100;
	margin:10% 0 0 0;
    padding: 10% 0 0 0;
    background-color: #5c5c5c;
	box-shadow:0px 0px 20px #353535;
	text-align:center;
}

/*     Image Styles     */

img { 
	max-width: 100%;
	height:auto;
}
 iframe {
	 max-width: 100%;
	height:auto;
 }

/*  Special Elements  */
	
	
.rounded {
border-radius:20px;
border:#ffee86;
border-style:solid;
border-width:2px;
}


#rounded_box {
	height:47px;
	width:246px;
	padding-top:8px;
	margin-bottom:17px;
	background-color:#FFFFFF;
	border-radius:10px;
}	
	
	
	
.clear {
	clear:both;
	width:100%;
	height:0%;
}


hr {
	border:0;
	color:#000000;
	background-color:#000000;
	width:80%;
}

.centre {
	text-align:center;
}

/*     Font Styles     */



h1 {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.2rem; /* 12 pt */
	color: #000000;
	font-weight:normal;
	margin:0px;
	
}

h2 {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.5rem; /* 12 pt */
	color: #000000;
	font-weight:bold;
	margin:0px;
	
}

h3 {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.4rem; /* 12 pt */
	color: #000000;
	font-weight:bold;
	
}



h4 {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.3rem; /* 12 pt */
	color: #000000;
	font-weight:bold;
	
}


h5 {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.2rem; /* 12 pt */
	color: #000000;
	font-weight:bold;
	
}

h6 {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1rem; /* 12 pt */
	margin:0px;
	color: #000000;
	font-weight:normal;
	
}

p {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 0.9rem; /* 12 pt */
	color: #000000;
	line-height: 1.5em;
	
}


ul {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 0.9rem; /* 12 pt */
	color: #000000;
	line-height: 1.5rem;
	
}



li {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 0.9rem; /* 12 pt */
	color: #000000;
	line-height: 1.5rem;
	
}


.font_footer {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 0.70rem; /* 12 pt */
	color: #000000;
	line-height: 1rem;
}

.link_footer {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 0.7rem; /* 12 pt */
	color: #ffffff;
	font-weight:bold;
	margin:0px;
	
}

.excerpt {
	font-size: 2rem;
}

.white {
	color: #ffffff;
}

.yellow {
	color:#EEFF00;
}

.red {
	color: #FF0004;
}

.green {
	color: #00FF15;
}


/*  Links  */




a:link {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#000000;
	text-decoration:none;
}
a:visited {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#000000;
	text-decoration:none;
}
a:hover {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#000000;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
a:active {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#000000;
	text-decoration:none;
}




a.link_nav_t:link {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#000000;
	text-decoration:none;
}
a.link_nav_t:visited {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#000000;
	text-decoration:none;
}
a.link_nav_t:hover {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#ca902f;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
a.link_nav_t:active {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#000000;
	text-decoration:none;
}






a.link_nav_b:link {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#000000;
	text-decoration:none;
}
a.link_nav_b:visited {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#_b;
	text-decoration:none;
}
a.link_nav_b:hover {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#ca902f;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
a.link_nav_b:active {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#_b;
	text-decoration:none;
}






a.link_footer:link {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#ffffff;
	text-decoration:none;
}
a.link_footer:visited {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#ffffff;
	text-decoration:none;
}
a.link_footer:hover {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#ca902f;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
a.link_footer:active {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#ffffff;
	text-decoration:none;
}

/*** CONTENT : POSTS AND PAGES ***/




#content_blog_left {
	height:100%;
	width:50%;
	margin:0% 0% 0% 0%;
	padding:0% 10% 0% 0%;
	float:left;
}


#content_blog_right {
	height:100%;
	width:50%;
	margin:0% 0% 1% 0%;
	padding:0% 0% 0% 0%;
	float:left;
}





.widget-title {
	/* Style for widget titles */
	font-family: verdana; 
	font-size:3.5vw;
	color: #333333;
	margin: 0% 0% 0% 0%;
}


/* Style for widget links */
.archive_link a:link {
	color: #515050;
	text-decoration: none;
}
.archive_link a:visited {
	color:#515050;
	text-decoration:none;
}
.archive_link a:hover {
	color:#FA0000;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
.archive_link a:active {
	color:#515050;
	text-decoration:none;
}

/* Style for space between widgets */
.widget-container {
	padding-bottom:20px;	
}


/* Style for photo captions */
.wp-caption-text  {
	text-align:center;	
}

/* Style for edit link */
.post-edit-link {
	font-family: verdana;
	font-size:3vw;
	color:#F00;
}
.edit-link a:link {
	color: #F00;
	text-decoration: none;
}
.edit-link a:visited {
	color:#F00;
	text-decoration:none;
}
.edit-link a:hover {
	color:#F00;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
.edit-link a:active {
	color:#F00;
	text-decoration:none;
}

/* Style for search box text */
.screen-reader-text  {
	font-family: verdana;
	font-size:3vw;
	color: #000000;
	
}

/* Style to hide search field */
label.screen-reader-text {
display: none;
}


/* Entry and Page Titles */
h1.entry-title
{
	font-family:verdana;
	font-size:4.5vw;
	color:#000000;
	margin:0px;
	padding:0px;
}
h2.entry-title
{
	font-family:verdana;
	font-size:4vw;
	color:#000000;
	margin:0px;
	padding:0px;
}
h2.entry-title a
{
	font-family:verdana;
	font-size:4vw;
	color:#000000;
	margin:0px;
	padding:0px;
}
h1.page-title
{
	font-family:verdana;
	font-size:4.5vw;
	color:#000000;
	margin:0px;
	padding:0px;
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	display: block;
	margin: 0 auto 4% auto;
	clear:both;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	display: block;
	margin: 0 auto 4% auto;
	clear:both;
}


.aligncenter {
	display: block;
	margin: 0 auto 4% auto;
	clear:both;
}

/* Entry Content */
.entry-content
{
	font-family: verdana;
	font-size:inherit;
	color: #ffffff;/* Style that affects actual entry/post content */
}
.entry-content a
{
	font-family: verdana;
	font-size:inherit;
	color: #898989;
	text-decoration:none;
}
.entry-content a:hover
{
	font-family: verdana;
	font-size:inherit;
	color: #898989;
	text-decoration:none;	
}

.entry-content ol li
{
	font-family: verdana;
	font-size:inherit;
	color: #ffffff;
}

.entry-utility
{
		font-family: verdana;
	font-size:2vw;
	color: #000000;/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta
{
	font-family: verdana;
	font-size:2vw;
	color: #000000;	/* Style for the entry metadata (author, etc.) */
}

.meta-prep meta-prep-author {
		font-family: verdana;
	font-size:2vw;
	color: #000000;
	
}


.skip-link
{
font-family: verdana;
	font-size:2vw;
	color: #000000;/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	font-family: verdana;
	font-size:2vw;
	color: #000000;
	/* Style for the navigation links (next/previous post) on a given post */
}


/*** CONTENT : COMMENTS ***/

div#comments
{
	/* Style that affects the DIV containing all the comments */
}
.comments h3
{
	/* H3 header style for comments */
}
.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
	/* Style each list item in the comments ordered list */
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 5vw 2vw 0;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
	/* Style for the "Reply" link on a comment */
}
.comment-meta
{
	/* Style for metadata for a comment */
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
}
div#secondary
{
	/* Secondary Widget Area DIV */
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	list-style:none;
	font-size:3vw;
	/* Class that applies to each item in each widget area (an unordered list class) */
}

.sticky {
	
}

.gallery-caption {
	
}

.bypostauthor {
	
}

/*** FOOTER ***/



/*** YOUR CSS ***/



