/*
Theme Name:     Vulcan VT (Child Theme)
Theme URI:      http: //example.com/
Description:    Child theme for Vulcan Wordpress theme
Author:         Indonez, customized by Geoff Waite and then Ellie Boynton/Garnet Solutions
Author URI:     http://themeforest.net/user/Indonez/portfolio
Template:       vulcan
Version:        1.0
*/

@import url("../vulcan/style.css");

/*-------------------------------------------------------------
   ORIGINAL CSS CHANGES BY GEOFF WAITE - main style.css file
   EB stripped out what was already in base style.css for vulcan
---------------------------------------------------------------*/

/* Default Element Styles
------------------------------------------------------*/

/* heading */
h1, h2, h3, h4, h5, h6{
	color:#151555; /*GPW was 65696e*/
}

h1{
	line-height:normal; /* was 30px */
}

h2{
	font-size:22px; /* was 24 */
	line-height:normal; /* was 28px */
}

h3{
	font-size:20px; /* was 22 */
	line-height:normal; /* was 20px */
}

h4{
	line-height:normal; /* was 18px */
}

h5{
	margin:0px 0px, 3px; /* was 3 0 */
}

h6{
	margin:0px 0px 3px; /* was 3 0 */
}

/* links */
a,a:link {
	color:#151555; 
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color:#333399; 
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#6666ff; 
	text-decoration:underline;
	font-weight:bold;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote{
	color:#333399; /* was a5a6a6*/
}

blockquote{
	color:#aaaaff;/* was 6e7a7f */
}

/* Container
------------------------------------------------------*/
#top-container{
	height: 376px;/* EB changed from 442px;*/ /*522*/
}

#mid-container{
	height: 173px;/* EB changed from 224px; */ /*189*/
	float:left;
}

#bottom-container{
	background-color:#333399!important; /* EB changed from #65696e */
	text-color: #000000;
	font-color: #000000;
}

/* Header
------------------------------------------------------*/
#header{
	height: 77px; /* EB changed from 94px;*/ /*104*/
}

#logo{
	width:180px;  /*GPW - was 200 */
	padding:8px 0px 0px 17px;/*GPW was 29px 0 0 17*/
}

/* Mainmenu Styling */
#mainmenu{
	margin-top:17px; /* orig 27*/
  	margin-right: 0px;/* orig 10*/
}

.navigation li a{
	color:#151555; /* orig 65696e */
}

.navigation li.current a, .navigation li a:hover, .navigation li.current li a:hover{
	color: #333399; /* orig 989494*/	
}

.navigation li.current a,
.navigation li.current_page_item a,
.current-menu-item.last a,
.navigation li.current-menu-item a {
	color:#333399; /* orig 989494*/
}

.navigation ul{
	top:40px; /*orig 25*/
	width:150px;
	border-bottom:2px solid #333399; /* orig ebebeb */
	border-left:2px solid #333399;
	border-right:2px solid #333399;
}

.navigation li ul a{
	padding:0px 44px 8px 15px;
	margin-right: 35px;
	color:#333399; /* orig 65696e */
	line-height:normal;
}

.navigation ul ul {
	left:150px;
	width:150px;
	border-bottom:2px solid #333399;/* orig ebebeb */
	border-left:2px solid #333399;
	border-right:2px solid #333399;
}

/* Welcome Slogan Styling */
#get-in-touch{
	height:39px;
	margin-top:10px; /*was 10 */
  	background: #ddddff; /*EBEBEB;*/
}
.intouch {
    margin: 9px 10px 15px 0; /* EB changed top margin from 5px */
}
/* Page-title Styling */
#page-title{
	background-color:#ddddff;/*ebebeb*/
}

.description{
	margin:13px 0px 0px 0px; /* orig 23 0 0 0 */
	font-size:  120px !important;
	width:540px; /*orig width  516*/
}

/*  Slideshow
------------------------------------------------------*/
#slideshow{
	height:226px;/*298*/
	padding:8px 0px 8px 0px;
	background-color:#aaaaaa; /*ebebeb*/
}

#slideshow ul, #slideshow li{
	width:954px;
	height:226px;/*280*/
	margin:0px 0px 0px 0px; /*6 0 0 6 */
	background-color:#333399;
	text-size: 120%
	text-color: #fff;
}

#pager{
	z-index:60;
	top:305px;/*375*/
	margin-left:840px;
}

/* Slideshow alt2 */
.slide-img,
.slide-img-right {
	width:610px;/*610*/
	height:226px;/*280*/
	margin-right:0px;
	margin-bottom:0px;/*10*/
}

.slide-img-right {
  margin-left:0px; /*26*/
}

.heading1-slide{
	font-size:200%;/*was 200 - EB changed back to 200 to match look of original*/
	color:#ffffff;/*65696e*/
	line-height:110%;
	margin-bottom:16px;/*10 - GPW had5 - EB changed to 16px to get spacing to match original */
	margin-left: 20px;
}

.heading2-slide{
	font-size:120%;
	color:#ffffff;/*65696e*/
}
.slide-text p {
        margin: 13px 0 10px 20px;
}

.slide-more {
        height: 26px;
        color: #00001a;
        margin: 8px 0px 0px 20px;
        padding: 6px 20px 5px 20px;
        background-color: #ddddff;
        bottom: 10px;
}
.slide-more a {
        text-decoration: none;
}

/* Content
------------------------------------------------------*/

/* Content list */
ul.sidebar-list li,
.sidebar ul li,
.widget ul li {
	line-height:normal; /* GPW taken out  - really couln't see a purpose and it messed with the latest news widget */
}
.widget li ol, li ul {
        font-size: 1.0em;
}

ul.sidebar-list li a,
.sidebar ul li a,
.widget ul li a {
	color:#333399; /* was a6a6a6 then 9999ee*/
}

/* Front Box Styling */
.front-box-content{
	margin-top: 10px;/*25px*/
	font-size: 12px;
}

/*GPW added .....*/
.front-box-content-double{
	width:570px;
	margin-top:25px;
	float:left;
}

.front-box-content h4{
	color:#151533;  /* GPW was 3e4043*/
	font-weight: normal;
}

.front-box-content h4 a {
        color:#151533;  /* GPW was 3e4043*/  
}

.img-front{
	height:64px;/*150*/
}

/* Services
------------------------------------------------------*/
.more-button{
	height:23px;/* was 29*/
	margin:0px 0px 0px 0px; /* was 10 20 0 */
        padding-bottom: 6px; /* was 0 */
}
.more-button a, .more-button a:visited{
	text-decoration:none;
	color:#3e4043;
}
/* List and Grid View */

a.swap{background-position: left bottom;}
.single-pf-thumb {
  width: 255px;/*455*/
}

.single-pf-content {
  width: 655px;/*455*/
}

/* Blog
------------------------------------------------------*/
.right-head a, .right-head a:visited{
	text-decoration:none;
	color:#65696e;
}
.date{
	line-height:normal;
}

.month{
	line-height:normal;
}

/* Contact
------------------------------------------------------*/
.contact-separator{
	height:438px; /* was 398 */
}

.textfield,
input#s {
  	color: #111133; /* was 8a8a8a*/
}

.textarea {
  	color: #111133; /* was 8a8a8a*/
}

input#searchsubmit {
  	padding: 7px 5px; 
  	margin-left: 10px;
}

.sidebar input#s {
        margin-right: 0px; /*10px;*/
}

.sidebar input#searchsubmit {
  	float: left; 
  	margin-left: 0;
  	margin-bottom: 10px;
}

/* Footer
------------------------------------------------------*/
#footer-address {
	width:313px; /* was 273 */
	margin-top:14px; /* was 28 */
}

#footer-news{
	margin-top:14px; /* was 28 */
}

#footer-menu{
	width:550px;/* was 500 */
}

/* footermenu Styling */    
.navigation-footer{
	width:593px; /*543 */
}
    
.navigation-footer li a{
	font-size:9px; /*was 11 */
	padding-right:5px !important; /* was 11, before that 24 */
}

/* Custom */    
ul.arrow,
ul.checklist,
ul.circle,
#slideshow ul li ul.arrow,
#slideshow ul li ul.checklist,
#slideshow ul li ul.circle,
ul.display li ul.arrow,
ul.display li ul.checklist,
ul.display li ul.circle {
        margin: 0 0 10px 10px;
        padding: 0;
        list-style: none;
        line-height:150% !important; /*gpw*/
}  
    
ul.arrow li,
#slideshow ul li ul.arrow li {
	background-image:url(images/list-general.gif);
	background-position: 0px 5px; /* GPW 0px center */
	background-repeat:no-repeat;
/*	background-color: #1515155; EB removed as color is not valid and it wasn't doing anything */
	background-size:10px;
	padding:0px 0px 8px 12px; /*8px 12px*/
	line-height:150%; /* GPW - was 20px, then removed */
	list-style-type:none;
}
    
l.checklist li,
#slideshow ul li ul.checklist li,
ul.display li ul.checklist li {
	background-image: url(images/check.gif);
	background-position:0px 5px; /* GPW 0px center */
	background-repeat:no-repeat;
	padding:0px 0px 8px 22px;
	line-height:150%; /* GPW - was 20px, then removed */
	list-style-type: none;
}
    
ul.circle li,
#slideshow ul li ul.circle li{
	background-image:url(images/bullet.png) !important;
	background-position:0px 5px; /* GPW 0px center */
	background-repeat:no-repeat;
	padding:0px 0px 4px 20px !important;
	line-height:150%; /* GPW - was 20px, then removed */
	list-style-type:none;
}
  
ul.tabs {
	margin:0px 0px 0px 1px;
	padding: 0;
	float: left;
	list-style: none;
	height: auto /* orig 31px;*/
	border-bottom: 1px solid #dbdbdb;
	border-left:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: auto;
	float:left;
}   

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0 !important;
	height: auto /* orig 31px;*/
	line-height: 31px;
	border-top: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0px 0px -1px -1px;
	background-image:url(images/bg-dropdown.jpg) !important;
        background-position: 0 0;
	background-repeat:repeat-x;
	overflow: hidden;
	position: relative;
}
    
.col_12 {
        width: 48%;/*470px;*/ 
        display: inline;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        position:relative;
}

.col_12_last {
        width: 48%;/*470px;*/ 
        display: inline;
        float: right;
        margin-right: 0;
        margin-bottom: 20px;
        position:relative;
}

/*--------------------------------------------------------------------------------
   ORIGINAL CSS CHANGES BY GEOFF WAITE - vulcan-venture/css/styles/blue.css file
-----------------------------------------------------------------------------------*/
/* EB added !important next to many items to get them to override the main theme */
/* Container
------------------------------------------------------*/
#container{
	border-top:11px solid #333399; /*GPW - 01619d */
}
#bottom-container{
	height:263px;
	background-color:#333399; /*GPW - 01619d */
}

/* Footer
------------------------------------------------------*/
#footer-content{
	color:#fff!important; /* GPW - was 50a0d2*/
}

#footer-address p{
	color:#fff!important; /* GPW - was 50a0d2*/
}

#footer-last{
	margin-top:36px;
	border-top:2px solid #fff!important; /* GPW - was 4595c8;*/
}

/* Footer News list */
#footer-news h3{
	color:#fff!important; /* GPW was e3e3e3;*/
}

ul.list-bottom li{
	background-image:url(blue/bottom-dot-vti.png);
}

ul.list-bottom li a{
	color:#fff!important; /* GPW - was 50a0d2*/
}

#footer-copyright a {
        color:#fff!important; /* GPW - was 50a0d2*/
}
/* Mainmenu Styling */
.navigation-footer li a{
	color:#fff!important; /* GPW - was 50a0d2*/ 
}

.navigation-footer li.current a, .navigation-footer li a:hover, .navigation-footer li.current li a:hover{
	color: #fff!important; /* GPW - was 50a0d2*/	
}

.navigation-footer li.current li a{
	color:#fff!important; /* GPW - was 50a0d2*/
}

/*----------------------------------------------
   END OF ORIGINAL CSS CHANGES BY GEOFF WAITE
-----------------------------------------------*/

/*----------------------------------------------
   CSS CHANGES BY ELLIE BOYNTON
-----------------------------------------------*/

/* to get menu items to have right line-height */
.navigation a {
        line-height: 18px;
}
img.get-in-touch {
	left: -13px; /* was -20px */
}
/* to match font size of existing site */
#slideshow ul li ul.circle li {
        font-size: 14px;
}
/* to make video box double width */
#content .front-box-content {
        width: 623px;
        margin-top: 10px;
        margin-bottom: 15px; /* was 20px; */
}
.front-box-content-client {
	margin-top: 10px!important;
}
/* to hide author of Testimonial on home page */
#content .front-box-content strong {
       display: none;
}
.front-box-content h4 {
	margin-bottom: 0;
}
/* this was needed due to change in template */
.front-box-content h4 a {
        font-weight: normal;
}
/* to hide Testimonials title */
.front-box-content h3 {
        display: none;
}
.front-box-content-client p {
        margin-bottom: 0;
}
.testimonial-button {
    text-align: center;
    font-style: italic;
    text-decoration: none;
}
.navigation-footer li a {
        line-height: 18px;
}
.description h5 {
        vertical-align: middle;
}
table td {
        background-color: transparent;
}
/* hide meta data on blog */
.post-info {
        display: none;
}

form#comment-form #submit, #searchsubmit {
        color: #111;
        text-transform: none;
        width: 61px;
}
#map_wrapper {
        margin-bottom: 10px!important;
}
.info {
        clear: both!important;
}
.partner-image {
        width: 120px;
}
.collapseomatic {
    display: block;
}
/* for Case Studies page */
.case-study {
	height: 475px;
}
/* for single case study pages */
#portfolio-slider, .pf-single-image {
    float: left;
    width: 231px;
    height: auto;
    border-radius: 8px;
    background-color: #ebebeb;
    margin-bottom: 25px;
    padding: 12px 12px 13px 12px;
    float: left;
}
.pf-single-image img {
    padding: 0;
}
.single-pf-content h4 {
    font-weight: bold;
}

/* to make Management Team page look like old one while using new Staff custom post type */
.teamlist li {
    width: 100%;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
}
.about-team {
width: 123px;
height: 118px;
}
.dot-separator {
  height: 27px;
}
/*----------------------------------------------
   END OF CSS CHANGES BY ELLIE BOYNTON
-----------------------------------------------*/