﻿/*
Theme Name:     Neve Child
Theme URI:      https://www.outrunwebdev.net
Template:       neve
Author:         Outrun Web Dev
Author URI:     https://www.outrunwebdev.net
Description:    Neve Child
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: website design, seo, content creation, ppc, google ads, video editing, web media, wordpress, blog
*/



.wp-header-image  {
  background-color: #000;
  width: 100%;
  margin: 0 0 0 0;
  border: 0 solid #999; 
  padding: 0 0 0 0;
}

img.responsive-wp-header-image {
	display: block;
    width: 100%;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
    border: 0 solid #333;
    border-radius: 0;
    padding: 0 0 0 0;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #8FAFB5;
	padding: 60px 0 0 0;
    margin: 0 0 1em 0;
    line-height: 1.4em; 
}

h2 {
    font-size: 1.3em;
    font-weight: normal;
    margin: 2.5em 0 0.5em 0;
    color: #8FAFB5;
    line-height: 1.5em; 
}

h2.analogy-box-h2 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 0.5em 0;
    color: #8FAFB5;
    line-height: 1.5em; 
}

h3 {
    font-size: 1.1em;
    margin: 2.5em 0 1em 0;
    color: #8FAFB5;
	  font-weight: normal;
    line-height: 1em; 
}

h4 {
    font-size: 1em;
    margin: 2.5em 0 1em 0;
    color: #8FAFB5;
    font-weight: normal;
    line-height: 1em; 
}

p {
	  color: #767676;
    line-height: 1.6em;
    font-family: Arial;
    font-size: 16px;
}

p.hamburger-bars { 
font-size: 1em; 
font-weight: bold;
margin: 0;  
color: #fff;
}

.site-title {
    color: #8FAFB5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

hr.custom-hr { 
    display: block;
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-top: 1px solid #ebebeb;
}

ul {
	color: #767676;
}

ol {
	color: #767676;
}

.in-content-turq {
color: #8FAFB5;
}

.ol-list-turq {
color: #8FAFB5;
}

.ol-list-turq-dark {
color: #81A0A6;
}

.ol-list-fff {
color: #fff;
}

a { 
color: #8FAFB5; 
font-size: 1.0em;
font-weight: normal;
text-decoration: none;
}

a:hover { 
color: #8FAFB5; 
text-decoration: underline;
}

a:active { 
color: #8FAFB5; 
text-decoration: underline;
}

input.input-blog-footer {
    width: 100%;
    height: 30px;
    padding: 5px 10px 5px 10px;
	margin: 0 0 0 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    resize: none;
}

textarea.textarea-blog-footer {
    width: 100%;
    height: 100px;
    padding: 12px 20px;
	margin: 0 20px 0 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    resize: none;
}

.analogy-box  {
  background-color: #fff;
	width: 100%;
	margin: 40px 0 40px 0;
  border: 1px solid #999; 
  padding: 40px 25px 15px 25px;
}



/* ------------------------------------------------------   FOR BLOG CHILD THEME HEADER   ------------------------------------------------------ */


 @media screen and (min-width:900px) and (max-width:9999px) {

.blog-child-header { 
		height: 400px;
		width: 100%;
		margin: 0 auto 0 auto;
		position: relative;
		background-color: #333;
		border: 0 solid #1a1a1a; 
		background: url(https://www.outrunwebdev.net/images/bg-span-inner-page.jpg) no-repeat center 0px;
     }

   }

 @media screen and (min-width:480px) and (max-width:899px) {

.blog-child-header { 
		height: 400px;
		width: 100%;
		margin: 0 auto 0 auto;
		position: relative;
		background-color: #333;
		border: 0 solid #1a1a1a; 
		background: url(https://www.outrunwebdev.net/images/bg-span-inner-page-900.jpg) no-repeat center 0px;
     }

   }

 @media screen and (min-width:360px) and (max-width:479px) {

.blog-child-header { 
		height: 400px;
		width: 100%;
		margin: 0 auto 0 auto;
		position: relative;
		background-color: #333;
		border: 0 solid #1a1a1a; 
		background: url(https://www.outrunwebdev.net/images/bg-span-inner-page-480.jpg) no-repeat center 0px;
     }

   }

 @media screen and (min-width:50px) and (max-width:359px) {

.blog-child-header { 
		height: 400px;
		width: 100%;
		margin: 0 auto 0 auto;
		position: relative;
		background-color: #333;
		border: 0 solid #1a1a1a; 
		background: url(https://www.outrunwebdev.net/images/bg-span-inner-page-360.jpg) no-repeat center 0px;
     }

   }


/* ------------------------------------------------------   END BLOG CHILD THEME HEADER   ------------------------------------------------------ */























/* ------------------------------------------------------   FOR BLOG CHILD THEME FOOTER   ------------------------------------------------------ */

.custom-footer {
    width: 100%;
	max-width: 1080px;
    padding: 0 20px 0 20px;
	margin: 0 auto 0 auto;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    background-color: #0C0C0C;
    border: 0 solid #666;
}

.footer-wrapper {
	width: 100%;
    background-color: #0C0C0C;
	border: 0 solid #666;
}

.copyrite-year {
    width: 100%;
	max-width: 1080px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	border: 0 solid #1a1a1a;
	padding: 20px 0 20px 0;
}

p.footer-nav-header {
    font-size: 0.95em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    color: #fff;
    line-height: 1.5em; 
}

p.contact-form-h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 1.5em 0;
    color: #fff;
    line-height: 1.5em; 
}

p.footer-inspiration {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    color: #fff;
    line-height: 1.5em; 
}

p.footer-inspiration-caption {
    font-size: 1.1em;
    margin: 0 0 .5em 0;
    color: #8FAFB5;
	font-weight: normal;
    line-height: 1em; 
}

.service-area-font {
color: #fff; 
font-size: 0.75em;
margin: 0 0 0 0; 
font-weight: normal;
text-decoration: none;
}

img.responsive-left-of-form-image {
	display: block;
    width: 100%;
	border: 1px solid #1D1D1D;
    border-radius: 0;
    padding: 0 0 0 0;
}

img.nav-bullet-point {
    width: 11px;
	height: 11px;
	display: inline-block;
	margin: 0 8px 0 10px;
    padding: 0 0 0 0;
    border: 0 solid #333;
	border-radius: 2px;
}

img.scotland-flag-image {
    width: 21px;
	height: 14px;
	display: inline-block;
	margin: 0 8px 0 20px;
    padding: 0 0 0 0;
    border: 0 solid #333;
	border-radius: 2px;
}

a.footer-links { 
color: #fff; 
font-size: 0.75em;
margin: 0 0 0 0; 
font-weight: normal;
text-decoration: none;
}

a.footer-links:hover { 
color: #666; 
}

a.legal-links { 
color: #fff; 
font-size: 0.8em;
margin: 0 0 0 0; 
font-weight: normal;
text-decoration: none;
}

a.legal-links:hover { 
color: #666; 
}

.fix { clear: both; line-height: 1px; }

@media screen and (max-width: 1080px){
      .copyrite-year { padding-left: 0; }
}








 @media screen and (min-width:900px) and (max-width:9999px) {

.big-bottom-banner {
    width: 100%;
	margin: 0 auto 0 auto;
	background-image: url("https://www.outrunwebdev.net/images/bottom-info-banner.jpg"); 
	background-color: #cccccc;
	height: 370px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    border: 0 solid #1a1a1a; 
}

}

 @media screen and (min-width:480px) and (max-width:899px) {

.big-bottom-banner {
    width: 100%;
	margin: 0 auto 0 auto;
	background-image: url("https://www.outrunwebdev.net/images/bottom-info-banner-900.jpg"); 
	background-color: #cccccc;
	height: 370px;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
    border: 0 solid #1a1a1a; 
}

}

 @media screen and (min-width:360px) and (max-width:479px) {

.big-bottom-banner {
    width: 100%;
	margin: 0 auto 0 auto;
	background-image: url("https://www.outrunwebdev.net/images/bottom-info-banner-480.jpg"); 
	background-color: #cccccc;
	height: 271px;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
    border: 0 solid #1a1a1a; 
}

}

 @media screen and (min-width:50px) and (max-width:359px) {

.big-bottom-banner {
    width: 100%;
	margin: 0 auto 0 auto;
	background-image: url("https://www.outrunwebdev.net/images/bottom-info-banner-360.jpg"); 
	background-color: #cccccc;
	height: 260px;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
    border: 0 solid #1a1a1a; 
}

 }
 
 
 
 
 
 
 
 
 
 @media screen and (min-width:700px) and (max-width:9999px) {

.col-2-contact-form { 
		width: 100%;
		padding: 50px 0 50px 0;
		margin: 50px 0 0 0;
		background-color: transparent;
        border-top: 0 solid #333;
       }
	   
.col-2-contact-form .col-2-mid-contact-form { 
       width: 50%;
       float: left;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-contact-form .col-2-mid-contact-form .col-2-left-contact-form { 
       padding: 0 0 0 0;
       margin: 0 0 0 0;   
	   border: 1px solid #1D1D1D;
	   background-color: transparent;
}

.col-2-contact-form .col-2-mid-contact-form .col-2-right-contact-form { 
       padding: 0 0 0 0;
       margin: 0 0 0 30px;   
	   border: 0 solid #333;
		background-color: transparent;
} 

.col-2-form-inputs { 
		width: 100%;
		padding: 0 0 0 0;
		background-color: #0c0c0c;
		border: 0 solid #999; 
       }
	   
.col-2-form-inputs .col-2-mid-form-inputs { 
       width: 50%;
       float: left;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-form-inputs .col-2-mid-form-inputs .col-2-left-form-inputs { 
       padding: 0 20px 20px 0;   
}

.col-2-form-inputs .col-2-mid-form-inputs .col-2-right-form-inputs { 
       padding: 0 0 20px 0;   
}

.col-2-footer-social-wrapper { 
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		background-color: transparent;
		border-top: 1px solid #333; 
       }
	   
.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper { 
       width: 50%;
       float: left;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper .col-2-left-footer-social-wrapper { 
		padding: 0 0 0 0;   
		border: 0 solid #666; 
}

.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper .col-2-right-footer-social-wrapper { 
		padding: 0 0 0 0; 	   
		margin: auto 0 auto 0;
		border: 0 solid #666; 
		text-align: right;
}

.col-3-footer { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 0 auto 0 auto;
	   padding: 50px 0 50px 0;
       background-color: #0C0C0C;
       border-top: 1px solid #333;
       border-bottom: 1px solid #333;
       }
	   
.col-3-footer .col-3-mid-footer { 
       width: 33.33%;
       float: left;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-3-footer .col-3-mid-footer .col-3-left-footer { 
       padding: 0 30px 0 0; 
       border-right:  0 solid #333;  
}

.col-3-footer .col-3-mid-footer .col-3-center-footer { 
       padding: 0 0 0 30px;  
       border-right:  0 solid #333;  
}

.col-3-footer .col-3-mid-footer .col-3-right-footer { 
       padding: 0 0 0 30px; 
       border-right:  0 solid #333; 
}

.col-3-footer-right-of-social { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 0 auto 0 auto;
	   padding: 50px 0 50px 0;
       background-color: #0C0C0C;
       }
	   
.col-3-footer-right-of-social .col-3-mid-footer-right-of-social { 
       width: 33.33%;
       float: left;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-left-footer-right-of-social { 
       padding: 0 0 0 0; 
       border: 0 solid #333;  
       text-align: right;  
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-center-footer-right-of-social { 
       padding: 0 0 0 0;  
       border: 0 solid #333;  
       text-align: right;  
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-right-footer-right-of-social { 
       padding: 0 0 0 0; 
       border: 0 solid #333; 
       text-align: right;  
}

.col-4-footer-social-links { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 0 auto 0 auto;
	   padding: 50px 0 50px 0;
       background-color: #0C0C0C;
       border: 0 solid #666;
       }
	   
.col-4-footer-social-links .col-4-mid-footer-social-links { 
       width: 25%;
       float: left;
	   height: auto;
       border: 0 solid #000;
       background-position: 0 0;       
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-left-footer-social-links { 
       padding: 0 0 0 0;   
       text-align: left;   
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-center-left-footer-social-links { 
       padding: 0 0 0 0;  
       text-align: left;   
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-center-right-footer-social-links { 
       padding: 0 0 0 0;    
       text-align: left;
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-right-footer-social-links { 
       padding: 0 0 0 0; 
       text-align: left;   
       border: 0 solid #666;
}

img.responsive-social-icon-image {
	display: block;
	max-width: 50px;
	margin: 0 0 0 0;
    border: 0 solid #333;
    border-radius: 0;
    padding: 0 0 0 0;
    width: 100%;
}

}








 @media screen and (min-width:550px) and (max-width:699px) {

.col-2-contact-form { 
		width: 100%;
		padding: 0 0 0 0;
		margin: 50px 0 0 0;
		background-color: transparent;
        border: 0 solid #fff;
       }
	   
.col-2-contact-form .col-2-mid-contact-form { 
       width: 100%;
       float: none;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-contact-form .col-2-mid-contact-form .col-2-left-contact-form { 
       padding: 50px 0 50px 0;   
	   border-top: 1px solid #333;
	   border-bottom: 1px solid #333;
	   background-color: transparent; 
}

.col-2-contact-form .col-2-mid-contact-form .col-2-right-contact-form { 
       padding: 40px 0 0 0;   
	   border-top: 0 solid #333;
	   background-color: transparent;
} 

.col-2-form-inputs { 
		width: 100%;
		padding: 0 0 0 0;
		background-color: #0c0c0c;
		border: 0 solid #999; 
       }
	   
.col-2-form-inputs .col-2-mid-form-inputs { 
       width: 50%;
       float: left;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-form-inputs .col-2-mid-form-inputs .col-2-left-form-inputs { 
       padding: 0 20px 20px 0;  
}

.col-2-form-inputs .col-2-mid-form-inputs .col-2-right-form-inputs { 
       padding: 0 0 20px 0;   
} 

.col-2-footer-social-wrapper { 
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		background-color: transparent;
		border: 0 solid #666; 
       }
	   
.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper { 
       width: 100%;
       float: none;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper .col-2-left-footer-social-wrapper { 
		padding: 0 0 0 0;   
		border: 0 solid #0C0C0C; 
}

.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper .col-2-right-footer-social-wrapper { 
		padding: 25px 0 25px 0; 	   
		border: 0 solid #0C0C0C; 
		text-align: center;
}

.col-3-footer { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 40px auto 60px auto;
	   padding: 0 0 0 0;
       background-color: #0C0C0C;
       border-top: 1px solid #333;
       border-bottom: 1px solid #333;
       }
	   
.col-3-footer .col-3-mid-footer { 
       width: 100%;
       float: none;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-3-footer .col-3-mid-footer .col-3-left-footer { 
       padding: 40px 0 40px 0;  
	   margin: 0 0 0 0;
       border-bottom: 1px solid #333;	   
}

.col-3-footer .col-3-mid-footer .col-3-center-footer { 
       padding: 40px 0 40px 0;  
	   margin: 0 0 0 0;
       border-bottom: 1px solid #333;	
}

.col-3-footer .col-3-mid-footer .col-3-right-footer { 
       padding: 40px 0 40px 0;  
	   margin: 0 0 0 0;
       border-bottom: 0 solid #333;	
}

.col-3-footer-right-of-social { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 0 auto 0 auto;
	   padding: 20px 0 20px 0;
       background-color: #0C0C0C;
       border-top: 1px solid #333;
       }
	   
.col-3-footer-right-of-social .col-3-mid-footer-right-of-social { 
       width: 33.33%;
       float: left;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-left-footer-right-of-social { 
       padding: 0 0 0 0; 
       border-right: 1px solid #333;  
       text-align: center;  
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-center-footer-right-of-social { 
       padding: 0 0 0 0;  
       border: 0 solid #333;  
       text-align: center;  
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-right-footer-right-of-social { 
       padding: 0 0 0 0; 
       border-left: 1px solid #333; 
       text-align: center;  
}

.col-4-footer-social-links { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 0 auto 0 auto;
	   padding: 20px 0 50px 0;
       background-color: #0C0C0C;
       border: 0 solid #666;
       }
	   
.col-4-footer-social-links .col-4-mid-footer-social-links { 
       width: 25%;
       float: left;
	   height: auto;
       border: 0 solid #000;
       background-position: 0 0;       
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-left-footer-social-links { 
       padding: 0 0 0 0;   
       text-align: left;   
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-center-left-footer-social-links { 
       padding: 0 0 0 0;  
       text-align: left;   
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-center-right-footer-social-links { 
       padding: 0 0 0 0;    
       text-align: left;
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-right-footer-social-links { 
       padding: 0 0 0 0; 
       text-align: left;   
       border: 0 solid #666;
}

img.responsive-social-icon-image {
	display: block;
	max-width: 50px;
	margin: 0 auto 0 auto;
    border: 0 solid #333;
    border-radius: 0;
    padding: 0 0 0 0;
    width: 100%;
}

}








 @media screen and (min-width:360px) and (max-width:549px) {

.col-2-contact-form { 
		width: 100%;
		padding: 0 0 0 0;
		margin: 50px 0 0 0;
		background-color: transparent;
        border: 0 solid #fff;
       }
	   
.col-2-contact-form .col-2-mid-contact-form { 
       width: 100%;
       float: none;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-contact-form .col-2-mid-contact-form .col-2-left-contact-form { 
       padding: 50px 0 50px 0;   
	   border-top: 1px solid #333;
	   border-bottom: 1px solid #333;
	   background-color: transparent; 
}

.col-2-contact-form .col-2-mid-contact-form .col-2-right-contact-form { 
       padding: 40px 0 0 0;   
	   border-top: 0 solid #333;
	   background-color: transparent;
} 

.col-2-form-inputs { 
		width: 100%;
		padding: 0 0 0 0;
		background-color: #0c0c0c;
		border: 0 solid #999; 
       }
	   
.col-2-form-inputs .col-2-mid-form-inputs { 
       width: 50%;
       float: left;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-form-inputs .col-2-mid-form-inputs .col-2-left-form-inputs { 
       padding: 0 20px 20px 0;  
}

.col-2-form-inputs .col-2-mid-form-inputs .col-2-right-form-inputs { 
       padding: 0 0 20px 0;   
}

.col-2-footer-social-wrapper { 
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		background-color: transparent;
		border: 0 solid #666; 
       }
	   
.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper { 
       width: 100%;
       float: none;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper .col-2-left-footer-social-wrapper { 
		padding: 0 0 0 0;   
		border: 0 solid #0C0C0C; 
}

.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper .col-2-right-footer-social-wrapper { 
		padding: 25px 0 25px 0; 	   
		border: 0 solid #0C0C0C; 
		text-align: center;
}

.col-3-footer { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 40px auto 60px auto;
	   padding: 0 0 0 0;
       background-color: #0C0C0C;
       border-top: 1px solid #333;
       border-bottom: 1px solid #333;
       }
	   
.col-3-footer .col-3-mid-footer { 
       width: 100%;
       float: none;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-3-footer .col-3-mid-footer .col-3-left-footer { 
       padding: 40px 0 40px 0;  
	   margin: 0 0 0 0;
       border-bottom: 1px solid #333;	   
}

.col-3-footer .col-3-mid-footer .col-3-center-footer { 
       padding: 40px 0 40px 0;  
	   margin: 0 0 0 0;
       border-bottom: 1px solid #333;	
}

.col-3-footer .col-3-mid-footer .col-3-right-footer { 
       padding: 40px 0 40px 0;  
	   margin: 0 0 0 0;
       border-bottom: 0 solid #333;	
}

.col-3-footer-right-of-social { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 0 auto 0 auto;
	   padding: 20px 0 20px 0;
       background-color: #0C0C0C;
       border-top: 1px solid #333;
       }
	   
.col-3-footer-right-of-social .col-3-mid-footer-right-of-social { 
       width: 33.33%;
       float: left;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-left-footer-right-of-social { 
       padding: 0 0 0 0; 
       border-right: 1px solid #333;  
       text-align: center;  
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-center-footer-right-of-social { 
       padding: 0 0 0 0;  
       border: 0 solid #333;  
       text-align: center;  
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-right-footer-right-of-social { 
       padding: 0 0 0 0; 
       border-left: 1px solid #333; 
       text-align: center;  
}

.col-4-footer-social-links { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 0 auto 0 auto;
	   padding: 20px 0 50px 0;
       background-color: #0C0C0C;
       border: 0 solid #666;
       }
	   
.col-4-footer-social-links .col-4-mid-footer-social-links { 
       width: 25%;
       float: left;
	   height: auto;
       border: 0 solid #000;
       background-position: 0 0;       
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-left-footer-social-links { 
       padding: 0 0 0 0;   
       text-align: left;   
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-center-left-footer-social-links { 
       padding: 0 0 0 0;  
       text-align: left;   
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-center-right-footer-social-links { 
       padding: 0 0 0 0;    
       text-align: left;
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-right-footer-social-links { 
       padding: 0 0 0 0; 
       text-align: left;   
       border: 0 solid #666;
}

img.responsive-social-icon-image {
	display: block;
	max-width: 50px;
	margin: 0 auto 0 auto;
    border: 0 solid #333;
    border-radius: 0;
    padding: 0 0 0 0;
    width: 100%;
}

}








 @media screen and (min-width:50px) and (max-width:359px) {

.col-2-contact-form { 
		width: 100%;
		padding: 0 0 0 0;
		margin: 50px 0 0 0;
		background-color: transparent;
        border: 0 solid #fff;
       }
	   
.col-2-contact-form .col-2-mid-contact-form { 
       width: 100%;
       float: none;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-contact-form .col-2-mid-contact-form .col-2-left-contact-form { 
       padding: 50px 0 50px 0;   
	   border-top: 1px solid #333;
	   border-bottom: 1px solid #333;
	   background-color: transparent; 
}

.col-2-contact-form .col-2-mid-contact-form .col-2-right-contact-form { 
       padding: 40px 0 0 0;   
	   border-top: 0 solid #333;
	   background-color: transparent;
} 

.col-2-form-inputs { 
		width: 100%;
		padding: 0 0 0 0;
		background-color: #0c0c0c;
		border: 0 solid #999; 
       }
	   
.col-2-form-inputs .col-2-mid-form-inputs { 
       width: 100%;
       float: none;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-form-inputs .col-2-mid-form-inputs .col-2-left-form-inputs { 
       padding: 0 0 20px 0;  
}

.col-2-form-inputs .col-2-mid-form-inputs .col-2-right-form-inputs { 
       padding: 0 0 20px 0;   
}

.col-2-footer-social-wrapper { 
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		background-color: transparent;
		border: 0 solid #666; 
       }
	   
.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper { 
       width: 100%;
       float: none;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper .col-2-left-footer-social-wrapper { 
		padding: 0 0 0 0;   
		border: 0 solid #0C0C0C; 
}

.col-2-footer-social-wrapper .col-2-mid-footer-social-wrapper .col-2-right-footer-social-wrapper { 
		padding: 25px 0 25px 0; 	   
		border: 0 solid #0C0C0C; 
		text-align: center;
		
}

.col-3-footer { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 40px auto 60px auto;
	   padding: 0 0 0 0;
       background-color: #0C0C0C;
       border-top: 1px solid #333;
       border-bottom: 1px solid #333;
       }
	   
.col-3-footer .col-3-mid-footer { 
       width: 100%;
       float: none;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-3-footer .col-3-mid-footer .col-3-left-footer { 
       padding: 40px 0 40px 0;  
	   margin: 0 0 0 0;
       border-bottom: 1px solid #333;	   
}

.col-3-footer .col-3-mid-footer .col-3-center-footer { 
       padding: 40px 0 40px 0;  
	   margin: 0 0 0 0;
       border-bottom: 1px solid #333;	
}

.col-3-footer .col-3-mid-footer .col-3-right-footer { 
       padding: 40px 0 40px 0;  
	   margin: 0 0 0 0;
       border-bottom: 0 solid #333;	
}

.col-3-footer-right-of-social { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 0 auto 0 auto;
	   padding: 20px 0 20px 0;
       background-color: #0C0C0C;
       border-top: 1px solid #333;
       }
	   
.col-3-footer-right-of-social .col-3-mid-footer-right-of-social { 
       width: 33.33%;
       float: left;
	   height: auto;
       border: 0 solid #999;
       background-position: 0 0;       
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-left-footer-right-of-social { 
       padding: 0 0 0 0; 
       border-right: 1px solid #333;  
       text-align: center;  
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-center-footer-right-of-social { 
       padding: 0 0 0 0;  
       border: 0 solid #333;  
       text-align: center;  
}

.col-3-footer-right-of-social .col-3-mid-footer-right-of-social .col-3-right-footer-right-of-social { 
       padding: 0 0 0 0; 
       border-left: 1px solid #333; 
       text-align: center;  
}

.col-4-footer-social-links { 
	   width: 100%;
	   max-width: 1080px;
	   margin: 0 auto 0 auto;
	   padding: 20px 0 50px 0;
       background-color: #0C0C0C;
       border: 0 solid #666;
       }
	   
.col-4-footer-social-links .col-4-mid-footer-social-links { 
       width: 50%;
       float: left;
	   height: auto;
       border: 0 solid #000;
       background-position: 0 0;       
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-left-footer-social-links { 
       padding: 0 0 25px 0;   
       text-align: center;   
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-center-left-footer-social-links { 
       padding: 0 0 25px 0;  
       text-align: center;   
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-center-right-footer-social-links { 
       padding: 25px 0 0 0;    
       text-align: center;
       border: 0 solid #666;
}

.col-4-footer-social-links .col-4-mid-footer-social-links .col-4-right-footer-social-links { 
       padding: 25px 0 0 0; 
       text-align: center;   
       border: 0 solid #666;
}

img.responsive-social-icon-image {
	display: block;
	max-width: 50px;
	margin: 0 auto 0 auto;
    border: 0 solid #333;
    border-radius: 0;
    padding: 0 0 0 0;
    width: 100%;
}

}



















/* ------------------------------------------------------   END BLOG CHILD THEME FOOTER   ------------------------------------------------------ */

















/* ------------------------------------------------------   STATIC MOB NAV FOR BLOG   ------------------------------------------------------ */

.static-topnav-wrap {
	width: 100%;
	position:fixed;  
	top: 0; 
	left: 0; 
	right: 0; 
    margin: 0 auto 0 auto;
	background-color: #0C0C0C;
    border-bottom: 2px solid #161616; 
    padding: 0 0 0 0;
}

/* Add a background color to the top navigation */
.topnav {
  background-color: transparent;
  overflow: hidden;
  margin: 0 auto 0 auto;
  max-width: 1060px;
  border: 0 solid #333; 
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #ECECEC;
  text-align: center;
  padding: 14px 16px 13px 16px;
  text-decoration: none;
  font-size: 12px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #1C1C1C;
  color: #C6C6C7;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #0C0C0C;
  color: #ECECEC;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 800 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Style the links inside the navigation bar while screen is in mobile view */
@media screen and (max-width: 800px) {
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px 13px 16px;
  text-decoration: none;
  font-size: 14px;
}
}

/* ------------------------------------------------------   END STATIC MOB NAV FOR BLOG   ------------------------------------------------------ */













