/*
 Theme Name:   Dazzling Child
 Theme URI:    http://client.savorweb.com/dazzling-child/
 Description:  Dazzling Child Theme
 Author:       SavorWeb
 Author URI:   http://client.savorweb.com
 Template:     dazzling
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments, bev
 Text Domain:  dazzling-child
*/

/* Table of contents
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media/Images
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Social icons
14. Call For Action
15. Testimonials
16. Special Edits
17. Responsive Grids
18. Bootsrtap Overwrites
19. Mobile Styling
*/

/* =Global
----------------------------------------------- */
body  {
  color: #808285;
  word-wrap: break-word!important;
  line-height: 1.7;
  font-size: 15px!important;
  background: #EAEAEA url('../../uploads/2015/06/bg.png') repeat;
  font-family: "tk-proxima-nova", sans-serif!important;
}
.entry-content {
	font-family: "tk-proxima-nova", sans-serif!important;
	color: #808285!important;
}
a {
  color: #199bdb;
  text-decoration: none;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  	font-family: 'Raleway', sans-serif;
	margin-top: 5px;
}

h1,
.h1 {
  font-size: 30px;
  color: #199bdb!important;
}

h2,
.h2 {
  font-size: 18px;
  color: #72bf44!important;
}

h3,
.h3 {
  font-size: 18px;
  color: #f59231!important;
}

h4,
.h4 {
  font-size: 18px;
  color: #199bdb!important;
}

h5,
.h5 {
  font-size: 30px;
  color: #72bf44!important;
}

h6,
.h6 {
  font-size: 14px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
.navbar {
	min-height: 116px!important;
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
    width: 39%;
    border: 1px solid #E8E8E8;
    background-color: #FFF;
    height: 35px;
    padding: 5px;
	border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('http://go2tml.com/tml2/images/dropdown-arrow-gray-hover@2x.png') 96% / 6% no-repeat #FFF;
}
input[type="email"] {
	width: 60%;
	color: #333;
  	border: 1px solid #E8E8E8;
	border-radius: 5px;
}
input[type="text"] {
	width: 99.5%;
	border-radius: 5px!important;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
  border-radius: 5px;!important;
}
input[type="submit"] {
	background-color: #f59231!important;
	border-color: #f59231!important;
	border-width:thin;
	border-radius: 25px!important;
	padding: 10px 70px;
	letter-spacing: 1px;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #808285;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #1FA67A;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 32px;
  color: #444;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #1FA67A;
  background-color: transparent;
  margin-top: 10px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #1FA67A;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #1FA67A;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #1FA67A;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #1FA67A;
  border: 1px solid #1FA67A;
  color: #fff;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* =Widgets
----------------------------------------------- */
.widgettitle {
	display: none;
}
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget > ul > li,
li.recentcomments {
  border-bottom: 1px solid #EEE;
  position: relative;
  display: block;
  padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.widget ul {
    padding: 10px 10px;
}
.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #E8E8E8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #1FA67A;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {

}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #1b926c;
  border-color: #1b926c;
}
.btn.btn-default {
    color: #FFF;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #E8E8E8;
  color: #1FA67A;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #1FA67A;
  color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
.woocommerce div.product form.cart .variations label {
  color: #808285;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}

/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #E8E8E8;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
.navbar.navbar-default {
  background-color: #fff;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: -2px;
  border-bottom: none;
}
.navbar-default .navbar-nav > li > a {
  color: #808285!important;
  line-height: 30px;
  font-family: 'Raleway', sans-serif!important;
  font-weight:700;
  font-size: 14px!important;
  letter-spacing: 1px;
}
.navbar > .container .navbar-brand {
  color: #1FA67A;
  font-size: 24px;
  margin: 8px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #f59331;
  font-family: 'Raleway', sans-serif!important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #808285;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 14px 20px;
  color: #808285;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  color: #808285;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.navbar-nav > li > a:hover {
	color: #f59231!important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: right;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
}
/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}
p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #E8E8E8;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #E8E8E8;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #1FA67A;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #c7c8ca;
  color: #f4f4f4;
  font-size: 12px;
  box-shadow: 0 500px 0 500px #c7c8ca;
  font-size: 12px!important;
}
#footer-area a {
  color: #f4f4f4;
  font-size: 12px!important;
  line-height: 13px!important;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
  border-right: 1px solid #f4f4f4;
}
#footer-area .site-info nav ul li:last-child {
  border-bottom: none;
  border-right: none!important;
}
#footer-area .tab-content > .active {
  border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
#footer-area .tab-content .tab-entry {
  font-size: inherit;
}
#footer-area .widgettitle {
  color: inherit;
  margin-top: 0px;
}
#footer-area #social ul li {
  border-bottom: none;
}
#footer-area .widget ul li {
  padding: 10px 0;
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-table;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
  margin-top: 25px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
  font-size: 12px!important;
}
#colophon {
  background-color: #1F1F1F;
  padding: 10px 0;
  border-top: none;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
    background-color: transparent;
}
.nav > li > a {
	padding: 0 15px!important;
}
.col-md-6 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.scroll-to-top {
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s linear;
     -moz-transition: background-color 0.1s linear;
       -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #1FA67A;
  opacity: .8;
}

/* =Social icons
----------------------------------------------- */

.top-bar {
    border-bottom-color: #E8E8E8;
}
.social-icon {
    font-size: 32px;
    margin: 6px;
    color: #E8E8E8;
}
#social {
    top: 0;
    position: relative;
    text-align: center;
}
#social ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
#social ul {
  margin-bottom: 0;
  padding: 0;
}
.fa-googleplus:before {
  content: "\f0d5";
}
@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
}

/* =Call For Action
----------------------------------------------- */

.cfa{
  padding: 30px 0px;
  background: #1FA67A;
  text-align: center;
  overflow: hidden;
}
.cfa-text{
  font-size: 22px;
  color: #fff;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #fff;
  padding: 15px 30px;
  border-color: #fff;
}
.cfa-button a,
.cfa-button a {
  color: #fff;
}
.cfa-button:hover {
    background-color: #fff;
    color: #1FA67A;
}
.cfa-button:hover a {
    color: #1FA67A;
}

/* =Testimonial Ticker
----------------------------------------------- */

#testimonials {
	background-color: #FFFFFE;
	text-align: center;
}
.mtphr-dnt {
	padding:0.5% 3% 3.5% 3%;
}
.testimonials {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	color: #199bdb;
}
.testimonial-sub {
	font-size: 17px;
	color: #c7c8ca;
	margin-bottom: 30px;
}
.quotemark {
	display: block;
	color: #c7c8ca; 
	font-size: 70px!important;
	margin-top: -40px;
}
sub {
	line-height: 40px!important;
	font-size: 100%!important;
	vertical-align: baseline!important;
	position: relative!important;
	bottom: -50px!important;
}
/* =Special Page Edits
----------------------------------------------- */
.fontbig {
	font-size: 65px!important;
	color: #f59331!important;
}
.resources {
	padding: 35px;
	margin-bottom: 20px;
}
.resources a {
	font-size: 18px;
	text-decoration: none;
}
.resources a:hover {
	color: #f59331;
}
.on {
	background-color:red;
}
.col-sm-6 {
	float: right;
	width: 43.5%;
}
.post-5	{
	float: left;
	width: 55.5%;
}
.home-vidbox {
	margin-top: 20px;
}
#search, #archives, #meta, .page-header {
	display: none;
}
.breadcrumbs {
	margin: 0 auto;
	padding: 20px;
	max-width: 1170px;
	text-transform: lowercase;
	font-family: 'Raleway', sans-serif!important;
}
.current-item {
	font-weight:600;
}
#special-header {
	width: 100%;
	background-color:#FFF;
}
.home .breadcrumbs {
	display: none;
}
#special-header .widgettitle {
	display: none;
	z-index:9999; 
	left:0;
	top: 400px;
	position: absolute;
	color: #FFF!important;
	font-size: 38px;
	padding-left: 10%;
	padding-bottom: 50px;
	font-weight: 400;
	line-height: 40px;
	width: 500px;
}
.responsive-image-title .widgettitle {
	display: block!important;
}
.responsive-image-widget {
	height: auto!important; 
	background-position: top center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.responsive-image-widget img {
	max-height: 640px!important; 
	width: 100%!important;
}
.has-left-sidebar {
	width: 70%; 
	float:right;
}
.has-right-sidebar {
	width: 70%; 
	float:left;
}
.widgettitle h3 {
	display: none;
}
#TB_ajaxWindowTitle {
	font-family: 'Raleway', sans-serif!important;
	float: left;
	font-weight: 400!important;
	line-height: 29px;
	overflow: hidden; 
	padding: 20px 20px 20px 0px!important;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc( 100% - 39px );
	font-size: 30px!important;
  	color: #f59231!important;
	border-bottom: 1px solid #CCC;
}
#TB_title {
	background: none!important;
	border-bottom: 0px!important;
	height: 29px;
}
#TB_ajaxContent {
	clear: both;
	padding: 0px 20px!important;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

/* =Special Box Divs
----------------------------------------------- */
.box-wrap {
	background-color: #FFF;
	box-shadow: 5px 5px 5px #CCC;
	padding: 30px;
	margin-bottom: 30px;
	margin-right: 20px;
}
.box-wrap a {
	color: #199bdb;
}
.left-sidebar {
	margin-right: -20px;
}
div.boardlink {
	border-color: #fff;
    border-style: solid;
    border-width: 10px 10px 60px;
    box-shadow: 5px 5px 5px #ccc;
    float: left;
    margin-left: 10%;
    position: relative;
}
div.boardtitle {
	background-color: #fff;
    bottom: -55px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.bname {
	font-family: 'Raleway', sans-serif;
	color: #f59231;
	font-size: 16px;
	margin-top: 15px;
}
.btitle {
	font-family: 'Raleway', sans-serif;
	color: #808285;
	font-size: 13px;
	margin-top: -10px;
	padding-bottom: 10px;
}
div.imagelink {
	position: relative;
	box-shadow: 5px 5px 5px #CCC;
	margin-left: 10%;
	background-color:#FFF;
	text-align: center;
}
div.imagelink img {
	max-width: 100%;
	overflow:hidden;
}
div.imagetitle {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	background-color: #f59331;
	padding: 12px;
	text-align: center;
}
div.imagetitle a {
	font-size: 16px;
	text-transform: lowercase;
	color: #FFF;
	text-decoration: none;
}
.links a {
	color: #808285;
}
.links a:hover {
	color: #199bdb;
}
.linksg a {
	color: #808285;
}
.linksg a:hover {
	color: #72bf44;
}
.div.wpcf7-mail-sent-ok {
	border: 2px solid #f59231!important;
}
/* =Special List Styles
----------------------------------------------- */
ul.orange {
	list-style: none;
	padding: 0px;
}
ul.orange > li {
    padding-left: 1.2em;
    text-indent:-1.3em;
}
ul.orange > li:before {
	content: '\25CF ';
	font-size: 15px;
	color: #f59231;
	padding: 0px;
	margin-right: 10px;
	line-height: 15px;
}
ul.orange a {
	color: #808285;
}
ul.orange a:hover {
	color: #f59231;
}
ul.green {
	list-style: none;
	padding: 0px;
}
ul.green > li {
    padding-left: 1.2em;
    text-indent:-1.3em;
}
ul.green > li:before {
	content: '\25CF ';
	font-size: 15px;
	color: #72bf44;
	margin-right: 10px;
	padding: 0px;
	line-height: 15px;
}
ul.green a {
	color: #808285;
}
ul.green a:hover {
	color: #72bf44;
}
ul.blue {
	list-style: none;
	padding: 0;
}
ul.blue > li {
    padding-left: 1.2em;
    text-indent:-1.3em;
}
ul.blue > li:before {
	content: '\25CF ';
	font-size: 15px;
	color: #199bdb;
	padding: 0px;
	line-height: 15px;
}
ul.blue a {
	color: #808285;
	margin-left: 10px;
    text-indent: -10px;
}
ul.blue a:hover {
	color: #199bdb;
}
/* =Responsive Grids
----------------------------------------------- */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0;
}
.col:first-child { margin-left: 0; }
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}
/*  GRID OF FOUR */
.span_1_of_4 {
	width: 23.8%;
}
/*  GRID OF TWO */
.span_1_of_2 {
	width: 48.8%;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 480px) {	
	#mobi {
		display: block;
		width: 360px!important;
	}
	.flexslider {
		display: none;
	}
}
@media (min-width: 481px) {
	#mobi {
		display: none;
	}
}

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .push {
	  margin-bottom: 60px;
  }
  .site-info, .copyright {
      text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }

  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #logo img {
	  margin: 0 auto;
	  padding-left: 10px;
  }
  div.imagelink {
	  margin-left: 0!important;
  }
  .post-5	{
	float: left;
	width: 100%!important;
  }
  .col-sm-6 {
	float: right;
	width: 100%!important;
	}
  .testimonials {
	  font-size: 18px;
  }
    .navbar-default .navbar-toggle, .icon-bar { border: none; background-color: transparent!important; }
	.navbar-toggle { background:url('http://www.ignitecda.org/wp-content/uploads/2015/06/menu-bars.png') #FFF no-repeat center; }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #CCC; }
	.nav.navbar-nav { margin-top: 20px!important; margin-bottom: 20px; }
	.textwidget { margin-top: 20px; margin-bottom: 20px; }
}
@media screen and (min-width: 861px) {
	.col-sm-4  {
	width: 28%;
	}
	#TB_window {
		left: 25%!important;
		margin-left: 0px!important;
		top: 15%!important;
		width: 50%!important;
		margin-top: 0px!important;
	}
	#TB_ajaxContent {
		width: 100%!important;
		height: 400px!important;
	}
	.about-push { margin-left: 40px; }
}
@media screen and (max-width: 640px) {
	.section, { margin-top: -30px!important }
	.col { margin: 0 auto!important; }
/*	.col:first-child { margin-top: 30px; }   */
	.span_3_of_3, .span_2_of_3, .span_1_of_3, .span_1_of_4, .span_1_of_2 { width: 100%!important; }
	.quotemark {
		font-size: 50px!important;
		margin-top: -60px;
	}
	.box-wrap { width: 100%!important; margin:0px; }
	.left-sidebar, .right-sidebar { margin:0px; }
	.boardlink { left: 12%; margin-bottom: 20px; }
	
}
 @media screen and (max-width: 860px) {
	#special-header .widgettitle {
		font-size: 25px;
		padding-left: 20px;
		width: 90%;
		top: 300px;
	}
	.responsive-image-widget  {
	height: 275px;
	}
	.responsive-image-widget img {
	height: 275px!important; 
	margin: auto;
	width: 100%
	}
	.has-left-sidebar, .has-right-sidebar {
		width: 91%;
		clear: both;
		margin: 0 auto;
		float: none;
	}
	.col-sm-4 {
		width: 100%;
	}
	#right-sidebar {
		clear: both;
	}
	#TB_window {
		left: 0!important;
		margin-left: 10px!important;
		top: 10px!important;
		width: 90%!important;
		margin-top: 20px!important;
	}
	#TB_ajaxContent {
		width: 100%!important;
		height: 400px!important;
	}
	.about-push { margin-left: 0; }
}

div#secondary.col-sm-4 {
	float: right !important;
}
