/*
	Theme Name: Canela Software	
	Theme URI: <a href="https://canela.io/">https://canela.io</a>
	Description: A very basic  WP theme based on our site design
	Version: 1
	Author: Raj & Nick & Mark
	Author URI: 
	Tags: none
*/










/* COLOR DEFINITIONS ------------------------------------------
   * Soft Grey used for almost all text : #949598
   * Links for Visual Acuity : #00B7D7

-------------------------------------------------------------- */




/* --------------------------------------------------------------

   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #949598;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}


/* Headings & HR Seperator
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-family: 'Play', sans-serif; font-weight: normal; color: #949598 ; } /* GREY TEXT COLOR */

h1 { font-size: 2em; margin-bottom: 0.75em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h6 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }


h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; color: #949598 ; }
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left  			{ float: left !important; }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right 			{ float: right !important; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a:focus,
a:hover     { color: #00B7D7; }
a           { color: #00B7D7; text-decoration: underline; }
a img       {border: none; }  /* ie hack fix  - this gets rid of the border around a picture that is a link   */

blockquote  { margin: 1.5em; font-style: italic; }
strong,dfn	{ font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { color: #949598; margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li, ul, ol, dl, dt, dd {color: #949598; } 

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }

/* UL bullet changed to none to fix photofade bullet issue */
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

/* 
	Because of the need for padding on TH and TD, the vertical rhythm 
	on table cells has to be 27px, instead of the standard 18px or 36px 
	of other elements. 
 */
table, th, thead, caption {color: #949598; }
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */
tbody tr:nth-child(even) td, 
tbody tr.even td  { 
	background: #e5ecf9; 
}
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* End Default Typography
-------------------------------------------------------------- */





/* -------HTML Body Tags------- */

#white-body{
	
	}

#dark-body{
	background-color: #000000;
	background-image: url('vortext-bg.png');
	background-repeat:no-repeat;
	background-position:center; 
}




/* -------HTML Div Tags------- */
/* -------Containers------- */

#white-container {
	width: 1024px; 
	background-image: url('bg-giantc.png');
	background-repeat: no-repeat;
	background-position: center top;
	/* height: 768px; breaks firefox  - IE min-height hack */	

	/* These lines make body centering work*/
	margin: 0 auto;
  	width: 1024px;
	
}

#dark-container{
	width: 1024px;
	height: 768px;
	background-image: url('bg-giantc-dark.png');
	background-repeat: no-repeat;
	background-position: center top;
	
	/* These lines make body centering work*/
	margin: 0 auto;
  	width: 1024px;
}




/* -------Headers and Header items------- */

#header {
	height: 125px;
	width: 1024px;
	text-align: center
	/* background-color: yellow; */
}

#header-logo-area {
	width: 186px;
	height: 120px;
	float: left;
}

#header-white-navbar {
	float: left; /* Critical */
	width: 662px;
	position: relative;
	text-align: center;
	font-size:17px; /* Removing this causes a break */
	margin-top: 80px; /*Distance of top of navbar from the top of the conatiner*/
	display:inline; /* Ie double margin bug */ 

}

#header-dark-navbar {
	float: left;
	width: 662px;
	position: relative;
	text-align: center;
	font-size:17px;
	margin-top:80px; /*Distance of top of navbar from the top of the conatiner*/
		display:inline; /* Ie double margin bug */ 
}


#header-search-area {
	width: 176px;
	height: 120px;
	float: right;
}

#header-dotted-line {
	height: 4px;
	width: 1024px;
	clear:both; 
	background-image:url('dottedline.png');
	background-repeat: no-repeat;
	background-position: center top;
}



/* -------Content Area and Content Area Items------- */

#content-area {
	min-height: 538px;
	width: 1024px;
}

#content-area-bar-image {
	height: 33px;
	width: 662px;
	margin-top:20px;
	margin-bottom:5px;
	margin-right:181px;
	margin-left:181px;
	color: #FFFFFF;
	/* background-image: url("devbar.jpg"); */
	
}





#content-area-left-column {
	width: 304px;
	float: left;
}

#content-area-featured-image {
	height: 451px;
	width: 202px;
	float: left;
}

#content-area-dark-intro {
	
	height: 566px;
	width: 728px;
	/*background-color: red; */
}

#content-area-main-content {
	/* background-color: #eeeeee; */
	min-height:480px;
	width: 337px;
	float: left;
	padding:15px;
}





#content-area-right-column {
	width: 181px;
	float: left;
}


/* -------Footer and Footer Items------- */

#footer {
	/* background-color: pink; */
	min-height: 105px;
		clear: both;
}

#footer-white-nav {
	/* background-color: red; */
	background-image: url(footer-c-underline.png); 
	text-align: center;
	width: 414px;
	max-height: 105px;
	
	font-family: 'Play', sans-serif;
	font-size:13px;

	
	/* CENTERING THE NAV SECTION */
	margin-left: auto;
	margin-right: auto;
	
	
	/* Vertical positioning the navbar with padding */
	padding-top: 80px;
	padding-bottom: 10px;
	}

/* MORE ELEGANT SOLUTION? */
#footer-white-nav a {
	font-family: 'Play', sans-serif;
	font-size:13px;
	color: #949598;
	text-decoration: none;
}


#footer-dark-nav {
	/* background-color: red; */
	position:relative;
	bottom: 58px; /* Hack for footer postion and transparency relative to intro effect*/
	
	background-image: url(footer-c-underline-dark.png); 
	text-align: center;
	width: 414px;
	max-height: 105px;
	
/* Font Styling */
	color: #ffffff;
	font-family: 'Play', sans-serif;
	font-size:13px;

	
	/* CENTERING THE NAV SECTION */
	margin-left: auto;
	margin-right: auto;
	
	
	/* Vertical positioning the navbar with padding */
	padding-top: 80px;
	padding-bottom: 10px;
	}


#footer-dark-nav a {
	font-family: 'Play', sans-serif;
	font-size:13px;
	color: #ffffff;
	text-decoration: none;
}



/* ------- Frontpage Intro CSS ------- */
#intro1 {

	width: 138px;
	height: 137px;
	
	position: relative;
	left: 433px;
	z-index: -101;
}

#intro2 {
	width: 366px;
	height: 177px;
	position: relative;
	left: 170px;
	top: 5px;
	z-index: -102;
}


#intro3 {

	width: 354px;
	height: 157px;
	position: relative;
	top: -172px;
	left: 541px;
z-index: -103;
}


#intro4 {

	width: 151px;
	height: 242px;
	position: relative;
	top: -147px;
	left: 385px;
z-index: -104;

}

#intro5 {

	width: 96px;
	height: 96px;
	position: relative;
	top: -409px;
	left: 541px;
z-index: -105;
}

/* ------- End Intro CSS ------- */

/* ------- 2020 features hover ------- */


a.float-img {
   position:relative;
   overflow:hidden;
   display:block;
   
   padding:0 10px;
   width: 100px;
   height:35px;
   line-height:35px;
   text-align:center;
   background-color:#eaeaea;
   border:solid 1px #cbcbcb;
}


a.float-img span {
   position:absolute;
   top:30px;
   left:-200px;
   display:block;
   width:521px;
   height:545px;
   padding:0px;
 z-index: 999;
   color:#fff;
   background-image: url('2020feat.png');
}

a.float-img:hover {
   overflow:visible;
   background-color: #FFFFFF

}

/* ------- End 2020 features hover ------- */


/* ------- Phone number plus 1 color ------- */
#phone-number-plus1 { 
	
color: #00B7D7;
}

/* -------Search Field / Button Effects ------- */


fieldset.search {
padding-top: 0px; /*Padding to position the search box*/
	border: none;

	width: 161px;
	margin: 0 auto;
	/* background: pink;*/
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 1em;
	color: #949598;
  	font-family: 'Play', sans-serif;
	width: 110px;
	height: 26px;
	padding: 3px 3px 0; /*Text withing the search box*/
	background: url("search-bg.png") no-repeat top right; /*Background for the bar*/
	margin-right: 0px; /*Distance between bar and button*/

}
/*
.search input.box:focus {
	background: #616161 url("search_bg.png") no-repeat left -38px;
	outline: none;
}
*/

.search button.btn {
	width: 27px;
	height: 27px;
	cursor: pointer;
	text-indent: -9999px;
	background: url("search-button.png") no-repeat top right;
}

/*
.search button.btn:hover {
	background: #fbc900 url("search-button.png") no-repeat bottom right;
}
*/






/* -------Drop Shadow Effect classes ------- */
/*Applied using three classes to the 
container div: "drop-shadow", "curved", "curved-vt-2" */


.drop-shadow {
            position:relative;
            width:40%;    
            padding:0em; 
            margin:2em 10px 4em; 
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute; 
            z-index:-2;
        }
        



.curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
        }
        
        .curved-vt-2:before {
            right:0;
        }
        
        
        
/* -------End Drop Shadow Effect------- */



/* -------Phone number formatting------- */
.phone-number {
	padding-top: 40px;
	font-size: 1.2em;
	color: #949598;
font-family: 'Play', sans-serif;
text-align: left;	
}


/* -------End ------- */

