/*
Theme Name: ADIG
Theme URI: https://adig.com.au/
Author: TheTechBit | Websites, Apps & Graphic Design
Author URI: https://thetechbit.com.au/
Version: 0.2.0

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */
@font-face { font-family: 'GloberSemiBold'; src: url('/wp-content/themes/ttb-adig/inc/fonts/GloberSemiBold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ttb-adig/inc/fonts/GloberSemiBold.otf') format('opentype'), url('/wp-content/themes/ttb-adig/inc/fonts/GloberSemiBold.woff') format('woff'), url('/wp-content/themes/ttb-adig/inc/fonts/GloberSemiBold.ttf') format('truetype'), url('/wp-content/themes/ttb-adig/inc/fonts/GloberSemiBold.svg#GloberSemiBold') format('svg'); font-weight: normal; font-style: normal; }

body {
  color: #6B6B6B;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 14px;
}

a {
  color: #009bff;
  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 {
    color: #8b003a;
    font-family: 'GloberSemiBold'
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

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

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
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: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
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="email"],
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%;
}


/* 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 0 1.5em;
}
.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;
}
/* Tables */
.table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.page .table { 
}

.page td, .page th { 
  background: transparent !important;
  padding: 8px; 
  text-align: left; 
}

/* Zebra striping */
.page tr:nth-of-type(odd) { 
  background: #ECEFE4 !important; 
}
/* Zebra striping */
.page tr:nth-of-type(even) { 
  background: #F3F5EE !important;
}

.page th { 
  background: #184D66 !important; 
  color: #ffffff;
  font-weight: bold; 
}
.page td{
  border: solid #ffffff 1px;
font-weight: 100;
}

/* Contact */
@media (max-width: 767px){
    .col-sm-6.arm{
        padding-bottom: 30px;
    }
}
.contact_location .address{
background: #fff;
text-align: center;
text-decoration: none;
box-shadow: 0 1px 2px 0 rgba(192, 198, 201, .4), 0 0 0 1px rgba(192, 198, 201, .4);
border-radius: 5px;
    margin-bottom: 30px;
}
.contact_location .address .frame{
position: relative;
width: 100%;
padding-bottom: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.contact_location .address .frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 525px;
    height: 100%;
    bottom: 0;
}
.contact_location .address .frame img {
    display: block;
    width: 100%;
    position: absolute;
}
.contact_location .address .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.contact_location .address h3,
.contact-form h3{
    text-transform: none;
    font-weight: 700;
    font-size: 2.5em;
    margin-bottom: 10px;
    padding-bottom: 40px;
    font-family: "GloberSemiBold";
    color: #8b003a;
}
.contact_location .address p {}

.contact-form{
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
@media (min-width: 740px){
    .contact-form .wpforms-field-container div.wpforms-field {
        width: 48% !important;
        margin: 0 1% !important;
        float: left !important;
        clear: none !important;
    }
    .contact-form .wpforms-field-container div.wpforms-field:nth-of-type(2n+1){
        clear: left !important;
    }
    .contact-form .wpforms-field-container div.wpforms-field:nth-of-type(7n){
        width: 98% !important;   
    }
}
.contact-form > .wpforms-container{
    width: 60%;
    margin: 0 auto;
    padding: 5% 0;
}
@media (max-width: 767px){
.contact-form > .wpforms-container{
    width: 90%;
}
}
div.wpforms-container-full .wpforms-form input[type="file"]{
    padding: 4px 10px;
    border-radius: 3px;
}
.contact-form > .wpforms-container input,
.contact-form > .wpforms-container textarea{
width: 100% !important;
max-width: 100% !important;
/*padding: 15px!important;*/
    background: #f9f9f9!important;
    border: 1px solid rgba(0, 0, 0, 0.3)!important;
margin-bottom: 25px!important;
color: #727272 !important;
font-size: 17px!important;
-webkit-transition: all 0.4s!important;
-moz-transition: all 0.4s!important;
transition: all 0.4s!important;
}
.contact-form > .wpforms-container select {
 width: 100% !important;
max-width: 100% !important;
/*padding: 15px!important;*/
    border: 1px solid rgba(0, 0, 0, 0.3)!important;
margin-bottom: 25px!important;
color: #727272 !important;
font-size: 17px!important;
-webkit-transition: all 0.4s!important;
-moz-transition: all 0.4s!important;
transition: all 0.4s!important;
background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50% #ffffff !important;
    background-color: #f9f9f9!important;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.contact-form > .wpforms-container button{
width: 100% !important;
font-size: 24px!important;
font-weight: 300!important;
color: white!important;
/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); */
background-color: #860038!important;
border: none!important;
border-radius: 4px!important;
transition: background 0.5s!important;
}
.contact-form > .wpforms-container button:hover{
    background-color: #fcb414!important;
}
.contact-form > .wpforms-container .wpforms-recaptcha-container{
    max-width: 304px;
    margin: 0 auto;
}

/* Banking Logon */

.banking {
    background-color: #8b003a;
    width: 220px;
    height: 100px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: 255px;
    margin-top: 0px;
    transition: background-color 0.2s ease;
}
.banking:hover {
    background-color: #8bb76b;
}
.banking a {
    display: block;
    height: 100%;
    text-decoration: none;
}
.banking span {
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    font-size: 20px;
    line-height: 40px;
    color: white;
    font-family: 'GloberSemiBold';
}
.banking p {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 32px;
    line-height: 60px;
}
/* Collapse oversized image and pulled images after iPad breakpoint. */
@media only screen and (device-width: 951px),
       only screen and (max-width: 951px) {
    .banking {
        background-color: #8b003a;
        width: 100%;
        height: 100px;
        border-radius: 0;
        position: inherit;
        z-index: 1;
        left: 50%;
        margin-left: 0;
        margin-top: 0px;
        transition: background-color 0.2s ease;
}
}

/* Our Staff */

.advStaffList {
text-align: center;
}

.team-header h1 {
font-size: 2em;
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
}

.fullname h4.long-name {
  font-size: 1.3em !important;
}

ul.advStaffList {
	padding-left: 0;
}

.advStaffList {
width: 100%;
margin-left: 0px;
margin-right: auto;
margin-botom: 20px;
}

.staff-details-item {
display: inline-block;
margin: 5px 5px 70px 5px;
}

.fullname {
width: 100%;
text-align: center;
padding: 5px 0px;
background-color: #eee;
}

.fullname h4, .fullname h6 {
margin: 0;
}

.fullname h4 {
font-size: 1.6em !important;
font-weight: bold;
}

.fullname h6 {
font-size: 14px;
color: #363636;
}

.advStaffPhoto {
width: 215px;
height: 420px;
background-position: center;
background-size: cover;}

.staff-details-image {
width: 265px; }

.staff-details-item {
position: relative;
width: 265px; }

.staff-details-item .staff-nav a {
margin-left: 10px;
}

.upper-half {
position: relative;
}
.upper-half .advStaffPhoto {
position: relative;
width: 100%;
}
.upper-half .advStaffPhoto a {
position: absolute;
bottom: 0;
width: 100%;
text-align: center; }
.upper-half img {
display: block;
margin: 0 auto; }

.feat_img_pagehead{
position:relative;width:100%;height:300px;background-color: #004c67; background-position:center;background-size:cover;
}

.entry-title {
  font-size: 32px;
  color: #444;
}
.headertitle{
    max-width: 980px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 60px;
    padding-bottom: 10px;
    text-shadow: 3px 3px rgba(44, 44, 44, 0.5);
}
.breadcrumbs{
max-width: 980px;
margin: 0 auto;
color: #FFFFFF;
font-size: 15px;
font-weight: 700;
padding-bottom: 50px;
}
.breadcrumbs a{
    color:#ffffff !important;
}
.breadcrumbs a:hover{
    color:#fcb414 !important;
    
}
@media (max-width: 767px) {
.headertitle{
    font-size: 30px;
    padding-left: 20px;
}
.breadcrumbs{
padding-left: 20px;
padding-bottom: 40px;
}

.feat_img_pagehead{
        height: 150px;
    }
}
.post-50 .col-md-6{
    width: 48%;
    background-color: #ccc9;
    margin: 5px;
    padding: 0;
}

@media (max-width: 767px){
.post-50 .col-md-6{
    width: 100%;
    }}

.col-md-6 h3{
  padding: 10px 0;
    padding-left: 10px;
     margin: 0;
    background-color: #ccc;
    color: #292b2c;
}
.col-md-6 p{
    padding: 10px;
    margin: 0;
    line-height: 13px;
}


/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #8bb76b;
  background-color: transparent;
  margin-top: 10px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #8bb76b;
}
.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: #8bb76b;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #8bb76b;
  -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: #8bb76b;
  border: 1px solid #8bb76b;
  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 {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.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;
text-align: center;
color: #fcb414;
padding-bottom: 5px
}
.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';
}
.widget .menu li a{
padding: 0;
margin: 2px 0;
float: left;
width: 100%;
background: #c0c6c9;
color: #333333;
transition: 0.3s;
line-height: 1.3em;
padding: 15px 0;
text-align: center;
font-size: 14px;
text-decoration: none;
}
.widget .menu li a:hover,
.widget .menu .current-menu-item a{
background: #8bb76b;
color: #ffffff;
}
.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: #8bb76b;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
  background-color: #8bb76b;
  border-color: #8bb76b;
}
.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: #8bb76b;
  -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: #8bb76b;
  color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
.woocommerce div.product form.cart .variations label {
  color: #6B6B6B;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}

/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  clear: both;
  color: #5f6365;
  font-weight: 200;
  font-size: 14px;
}
.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;
  background: #8bb76b;
  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;
}
div#logo{
    margin: 0px 0;
    overflow:auto; 
}
    
div#logo span{
    display: block;
    float: left;
    max-width: 500px;
    margin: 7px 0 0 15px;
}
div.site-header{
    height: 170px;
}
h1.site-title {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 5px;
}
h2.site-description{
    float: right;
    font-family: 'GloberSemiBold';
    font-weight: 700;
    font-size: 20px;
    color: #8b003a;
    letter-spacing: 0px;
    margin: 0px 0;
    line-height: 170px;
    height: 170px;
}
img.site-logo{
    width: 210px;
    height: auto;
    margin-top: 40px;
    position: absolute;
}
@media (max-width: 767px) {
div#logo{
    margin: 0 auto;
    width: 210px; 
}
img.site-logo{
    width: 210px;
    height: auto;
    margin-top: 20px;
    position: absolute;
}
div#logo span{
    max-width: 250px;
    margin: 19px 0 0 10px;
}
h1.site-title {
    font-size: 20px;
}
h2.site-description{
    font-size: 17px;
    font-family: 'GloberSemiBold';
    font-weight: 700;
    color: #8b003a;
    letter-spacing: 0px;
    margin: 115px 0 0 0;
    text-align: center;
    line-height: 0px;
    height: 18px;
    float: none;
}
}
.navbar.navbar-default {
  background-color: #c0c6c9;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: -2px;
}
.navbar-default .navbar-nav > li > a {
  color: #444;
  line-height: 19px;
  font-weight: 500;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav > li > a {
  /*color: #c0c6c9;*/
  line-height: 30px;
  font-weight: 300
    }}
.navbar > .container .navbar-brand {
  color: #8bb76b;
  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,
.dropdown-menu > li > ul > li > a:hover,
.dropdown-menu > li > ul > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > a:focus
{
  color: #fff;
  background-color: #8bb76b;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > a{
  color: #5f6365;
}
.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,
.dropdown-menu > li > ul > li > a{
  padding: 14px 20px;
  color: #5f6365;
}
.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 {
  background-color: #8bb76b;
  color: #fff;
}

.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-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: left;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
}
.metaslider-11{
    margin: 0 auto;
    margin-top: -1px;
}

/* Home Menu */

#home-menu.subpages-container{
    margin: 10px auto 0 auto;
}
#home-menu.subpages-container li a{
    margin-bottom: 2%;
}
#home-menu.subpages-container ul{
    margin: 0;
    padding: 0; 
}
#home-menu{
    margin: 0 auto;
    list-style-type: none;
    overflow: auto;
    max-width: 1200px;
    padding: 40px 0 20px 0;
}
#home-menu li{
    padding: 0; 
    list-style-type: none;
}
#home-menu li a{
    padding: 0; 
    margin: 0;
    float: left;
    width: 32%;
    margin-right: 1%;
    background: #c0c6c9;
    color: #333333;
    transition: 0.3s;
    line-height: 1.3em;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}
#home-menu li a:hover{
    background: #8bb76b;
    color: #ffffff;
    cursor: pointer;
}
#home-menu li:nth-of-type(3n+3) a{
    margin-right: 0;
}

@media (max-width: 700px) {
    #home-menu{
        padding: 0 15px;
    }
    #home-menu li a{
        width: 100%;
        margin-bottom: 10px;
    }
}
.menu-home-container{
    padding: 35px 0 20px 0;
    max-width: 1170px;
    margin: 0 auto; 
}

/* =Home News Post
----------------------------------------------- */
/*--------------------------------------------------------------
## Home Post
--------------------------------------------------------------*/
.newsfeed {
    width: 100%;
    max-width: 990px;
    padding-bottom: 30px;
    height: auto;
    overflow: auto;
    margin: 0 auto;
}
h2.newsfeedtitle {
    text-align: center;
    color: #004c67;
    margin: 25px 0 5px 0;
}
div.newsfeedborder{
    background-color: rgba(0, 77, 104, 0.2);
    width: 20%;
    height: 2px;
    margin: 0 auto;
}
figure.snip1208 {
  font-family: 'GloberSemiBold';
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
  border: #eeeeee 1px solid;
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.snip1208 .feat_img {
  width: 100%;
  height: 200px;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

figure.snip1208 .feat_img_default {
  width: 100%;
  height: 200px;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
    background-position: center;
    background-size: cover;
    background-image: url('./images/newsdefault.png');
}
figure.snip1208 figcaption {
  padding: 25px;
  position: relative;
    background: white;
}
figure.snip1208 .date,
figure.snip1208 i {
    background-color: #fcb414;
    top: 0px;
    color: #fff;
    left: 15px;
    min-height: 60px;
    min-width: 60px;
    position: absolute;
    text-align: center;
}
figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1208 .date span {
  display: block;
  line-height: 30px;
}
figure.snip1208 .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 h3 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #004c67;
  text-transform: uppercase;
}
figure.snip1208 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1208 .read_more_button {
  border: medium none;
  padding: 10px 20px;
  background-color: #c0c6c9;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}

figure.snip1208 .read_more_button:hover {
  background-color: #fcb414;
  text-decoration: none;
}
@media (max-width: 990px) {
    figure.snip1208 {
        font-family: 'GloberSemiBold';
        color: #fff;
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 0;
        min-width: 220px;
        max-width: 100%;
        width: 100%;
        background-color: #ffffff;
        color: #000000;
        text-align: left;
        font-size: 16px;
        border: #eeeeee 1px solid;
    }
    .newsfeed {
        width: 100%;
        max-width: 100%;
        height: auto;
        overflow: auto;
    }
    figure.snip1208 .feat_img {
    height: 350px;
}
}
@media (max-width: 500px) {
    figure.snip1208 .feat_img {
        height: 200px;
    }
    .newsfeed .feat_img_default{
        display: none;
    }
    figure.snip1208 figcaption{
        padding-left: 95px;
        background: transparent;
    }
}

.embed_download a {
    border: 0px;
    background: #1976d2;
    line-height: 40px;
    font-size: 14px;
    color: white;
    padding: 0 20px;
    border-radius: 4px;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 30px auto;
}
.embed_download a:hover {
    background: #166abd;
    text-decoration: none;
    color: #ffffff;
}

.child_page_list{
    padding: 0 30px 30px 0;
    max-width: 500px
}
.child_page_list > div{
    background: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px 2px 0 rgba(192, 198, 201, .4), 0 0 0 1px rgba(192, 198, 201, .4);
    border-radius: 5px;
    overflow: auto;
}
.child_page_list img{
    border-radius: 5px 5px 0 0;
}
.child_page_list h3 > a{
    color: #004c67;
}
.child_page_list .child-excerpt{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0 15px 0;
    line-height: 1.4;
}
.child_page_list .child-button > a{
    background: #860038;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    font-size: 18px;
    text-decoration: none;
}
.child_page_list .child-button > a:hover{
    background: #fcb414;
    color: #ffffff;
}
.child_page_list .child-img{
display: block;
max-height: 270px;
overflow: hidden;
}
@media (max-width: 767px){
.child_page_list{
    max-width: 100%;
    padding-bottom: 20px;
}
}
.form-box{
    box-shadow: 0 1px 2px 0 rgba(192, 198, 201, .4), 0 0 0 1px rgba(192, 198, 201, .4);
    border-radius: 5px;
}
.form-box p,
.form-box h3{
    margin: 0;
    padding: 0;
}
.form-box .form-button > a{
background: #860038;
color: #ffffff;
display: block;
margin: 0 auto;
padding: 10px;
border-radius: 5px;
font-size: 18px;
text-decoration: none;
width: 100%;
text-align: center;
}
.pdficon{
    background-image: url('./images/pdf.svg');
    background-repeat:no-repeat; 
    height: 90px;
    margin-left: -5px;
}

/* =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: #8bb76b;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

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

#footer-area {
  background-color: #c0c6c9;
  color: #fff;
  font-size: 12px;
}

#colophon > .box {
    width: 100%;
    height: 5px;
    vertical-align: top; /* here */
}
#colophon> .red {background: #8b003a;}
#colophon > .yellow {background: #fcb414;}
#colophon > #post31{
    max-width: 980px;
    margin: 0 auto;
}
#colophon > #post31{
    padding: 20px 0;
}
#colophon> #post31 h3{
margin: 0;
font-weight: 600;
font-size: 25px;
color: #333333;
}
#colophon > #post31 p{
margin: 0;
font-size: 12px;
color: #333333;
letter-spacing: 0px;
}

#copyright{
    width: 100%;
    height: 100px;
    background: #FFFFFF;
}
#copyright .contain{
    width: 100%;
    max-width: 1000px;
    height: inherit;
    margin: 0 auto;
}
#copyright p{
    font-size: 16px;
    color: #000000;
    float: left;
    margin: 38px 0;
}
@media (max-width: 400px) {
#copyright p{
    font-size: 14px;
}
}
#copyright a{
    float: right;
    margin: 22px 0;
}
#copyright img{
    width: 200px;
    height: auto;
}
@media (max-width: 979px) {
    #colophon > #post31 div{
        padding: 0 20px;
    }
    #copyright{
        padding: 0 20px;
    }
}
@media (max-width: 600px) {
    #copyright p {
        text-align: center;
        margin: 20px 0 0 0;
        float: inherit;
    }
    #copyright a {
        text-align: center;
        float: inherit;
        display: block;
    }
}
#copyright a.privacy {
    float: left;
    color: #009bff;
    margin: 0;
}
#copyright span.footer-sub{
    font-size: 0.8em;
    margin: 0;
}
#copyright a.privacy:hover{
    text-decoration: underline;   
    color: #009bff;
}

#footer-area a {
  color: #ccc;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
#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 {
  font-size: 18px;
  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;
}
#colophon {
  background-color: #c0c6c9;
  padding: 0px 0;
}
.site-info a {
  color: #5f6365;
}
.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;
}
.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: #8bb76b;
  opacity: .8;
}

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

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .site-info, .copyright {
      text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
  .flex-caption {
    display: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-weight: 400;
    line-height: 20px;
    padding: 15px 10px;
  }
}

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

.top-bar {
    border-bottom-color: #E8E8E8;
}
#social a {
    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;
}
#social li a span {
  display: none;
}
.fa-googleplus:before {
  content: "\f0d5";
}
#social li,
#social ul {
    border: 0!important;
    list-style: none;
    padding-left: 0
}
#social li a[href*="twitter.com"] .fa:before,
.fa-twitter:before {
    content: "\f099"
}
#social li a[href*="facebook.com"] .fa:before,
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
#social li a[href*="github.com"] .fa:before,
.fa-github:before {
    content: "\f09b"
}
#social li a[href*="/feed"] .fa:before,
.fa-rss:before {
    content: "\f09e"
}
#social li a[href*="pinterest.com"] .fa:before,
.fa-pinterest:before {
    content: "\f0d2"
}
#social li a[href*="plus.google.com"] .fa:before,
.fa-google-plus:before {
    content: "\f0d5"
}
#social li a[href*="linkedin.com"] .fa:before,
.fa-linkedin:before {
    content: "\f0e1"
}
#social li a[href*="youtube.com"] .fa:before,
.fa-youtube:before {
    content: "\f167"
}
#social li a[href*="instagram.com"] .fa:before,
.fa-instagram:before {
    content: "\f16d"
}
#social li a[href*="flickr.com"] .fa:before,
.fa-flickr:before {
    content: "\f16e"
}
#social li a[href*="tumblr.com"] .fa:before,
.fa-tumblr:before {
    content: "\f173"
}
#social li a[href*="dribbble.com"] .fa:before,
.fa-dribbble:before {
    content: "\f17d"
}
#social li a[href*="skype.com"] .fa:before,
.fa-skype:before {
    content: "\f17e"
}
#social li a[href*="foursquare.com"] .fa:before,
.fa-foursquare:before {
    content: "\f180"
}
#social li a[href*="vimeo.com"] .fa:before,
.fa-vimeo-square:before {
    content: "\f194"
}
#social li a[href*="spotify.com"] .fa:before,
.fa-spotify:before {
    content: "\f1bc"
}
#social li a[href*="soundcloud.com"] .fa:before,
.fa-soundcloud:before {
    content: "\f1be"
}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
  .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
    float: none;
  }
}

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

.cfa{
  padding: 30px 0px;
  background: #8bb76b;
  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: #8bb76b;
}
.cfa-button:hover a {
    color: #8bb76b;
}
/* Layout */
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar #primary{
    float: none;
    margin: 0 auto;
}
.full-width #primary{
    width: 100%;
}

@media (min-width: 992px) {
	.side-pull-left #primary{
		float: left;
	}
	.side-pull-right #primary{
		float: right;
	}
}
.btn.btn-default.read-more{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn.btn-default.read-more:hover{
    background-color: #2e6da4;
}



/* Loader */
.ttb_loader{    
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -50px;
}
.ttb_loader div{
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
}
.ttb_loader div:before{
  content: "";
  position: absolute;
  left: 25px;
  width: 50px;
  height: 50px;
  background-color: #8c003b;
  animation: ttb_flip 1s infinite;
}

@keyframes ttb_flip {
  	0% { transform: rotate(0); }
  	50% { transform: rotateY(180deg); }
	100% { transform: rotateY(180deg)  rotateX(180deg); }
}
.ttb_loader p{
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #333333;
}





.child-img{
    width: 100%;
    padding-top: 56%;
    background-size: cover;
    background-position: center center;
}
.child-button{
    margin-bottom: 0px;
}