/*
Theme Name:     Tradie Packs
Description: 	  Tradie Packs Theme
Author:         Christom Web Design
Author URI:     http://www.christom.com.au/
Version:        2.0.0
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
/**********************************************/
/*                   GLOBAL                   */
/**********************************************/
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

a[href^="tel:"] {
  color: inherit;
}

/** {
	-webkit-transition: all 0.3s linear;
	-moz-transition:    all 0.3s linear;
	-ms-transition:     all 0.3s linear;
	-o-transition:      all 0.3s linear;
	transition:  		all 0.3s linear;
}*/
.col {
  float: left;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .col {
    margin-bottom: 1em;
  }
  .col:last-child {
    margin-bottom: 0;
  }
}

.col.x4 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col.x4 {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .col.x4 {
    width: 25%;
  }
}

.col.x33 {
  width: 100%;
      margin-bottom: 2em;
}

@media screen and (min-width: 1024px) {
  .col.x33 {
    width: 33.33%;
    margin-bottom: 0;
  }
}

.col.x66 {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .col.x66 {
    width: 66.66%;
  }
}

.col.x75 {
  padding-right: 0;
}

.col.x75,
.col.x25 {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .col.x75 {
    width: 75%;
    padding-right: 100px;
  }

  .col.x25 {
    width: 25%;
  }
}
/**********************************************/
/*                   TYPOGRAPHY               */
/**********************************************/
body {
  font-family: 'Montserrat', sans-serif;
}

/**********************************************/
/*                   MAIN                     */
/**********************************************/
.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 1126px) {
  .container {
    width: 1126px;
  }
}

/**********************************************/
/*                   HEADER                   */
/**********************************************/
.site-header {
  padding: 34px 0;
}

@media screen and (max-width: 1023px) {
  .site-header {
    padding: 20px 0 0;
  }

  .site-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-header .site-branding {
  display: inline-block;
  float: left;
}

@media screen and (max-width: 1023px) {
  .site-header .site-branding {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
  }
}

.site-header .site-branding .site-title {
  margin: 0;
}

.site-header .site-branding .site-title a {
  display: block;
  line-height: 0;
}

.site-header .site-branding .site-title a img {
  max-width: 100%;
}

.site-header .header-module {
  float: right;
}

@media screen and (max-width: 1023px) {
  .site-header .header-module {
    float: none;
    width: 100%;
    position: relative;
  }
}

.site-header .header-module .header-icon {
  float: left;
  margin-top: 11px;
}

@media screen and (max-width: 1023px) {
  .site-header .header-module .header-icon {
    float: right;
    margin-right: 13px;
    margin-top: 26px;
  }
}

.site-header .header-module .header-icon a {
  color: #fff;
  font-size: 34px;
  display: block;
  height: 65px;
  width: 65px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 65px;
  float: left;
  margin-left: 26px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-header .header-module .header-text {
  float: left;
  margin-top: 4px;
  font-size: 20px;
}

@media screen and (max-width: 1023px) {
  .site-header .header-module .header-text {
    display: none;
  }
}

/**********************************************/
/*                   NAVIGATION               */
/**********************************************/
.after-header {
  padding: 11px 0;
}

.menu-main-menu-container {
  display: none;
}

@media screen and (min-width: 1024px) {
  .menu-main-menu-container {
    display: inline;
  }
}

.menu-main-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-main-menu-container ul > li {
  float: left;
  position: relative;
}

.menu-main-menu-container ul > li a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-right: 1px solid #fff;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
}

.menu-main-menu-container ul li:last-child a {
  border-right: 0;
}

.menu-main-menu-container ul > li:hover .sub-menu {
  display: block;
}

.menu-main-menu-container ul > li .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
}

.menu-main-menu-container ul > li .sub-menu li {
  display: inline-block;
  width: 100%;
}

.menu-main-menu-container ul > li .sub-menu li a {
  border: none;
  color: #fff;
}

.header-mobile {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
}

.header-mobile .slicknav_menu .slicknav_icon {
  font-size: 150%;
}

.header-mobile .slicknav_menu {
  padding: 0;
  background: none;
}

.header-mobile .slicknav_menu .slicknav_btn {
  padding: 22px 19px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 26px;
  margin: 0;
  left: 13px;
}

.header-mobile .slicknav_menu .slicknav_nav {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 143px;
}

.header-mobile .slicknav_menu .slicknav_nav a {
  text-align: center;
}

/**********************************************/
/*                   SOCIAL MEDIA             */
/**********************************************/
/**********************************************/
/*                   HOME                     */
/**********************************************/
/**********************************************/
/*                   PAGE                     */
/**********************************************/
.flexslider {
  border: none !important;
  margin: 0 !important;
  overflow-x: hidden;
  background: none !important;
}

.flexslider .slides > li {
  line-height: 0;
}

.flexslider .slides img {
  line-height: 0;
}

#carousell .slides {
  list-style: none;
}

#carousell .slides li {
  padding: 0;
}

#carousell .slides li:before {
  display: none;
}

#carousell .slides li img {
  width: initial;
  max-width: 100%;
}

.section-row.content {
  padding: 33px 0;
}

.section-row.content h2 {
  margin: 0 0 1.5em;
  font-size: 1.38em;
}

.section-row.content h2 span {
  width: 36px;
  display: inline-block;
}

.section-row.content a {
  text-decoration: none;
}

.section-row.content a:hover {
  text-decoration: underline;
}

.section-row.content ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-row.content ul li {
  position: relative;
  padding-left: 11px;
}

.section-row.content ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 30%;
  left: 0;
}

.content-row.horizontal-list ul li {
  float: left;
  margin-right: 1em;
}

.content-row.horizontal-list ul li:last-child {
  margin-right: 0;
}

.content-row {
  margin-bottom: 33px;
}

.content-row h2 span {
  width: 36px;
  display: inline-block;
}

.content-row:last-child {
  margin-bottom: 0;
}

#sec-contact .x33 {
  margin-bottom: 0;
}

#sec-contact .x33:not(:last-child) {
  padding-right: 3.6%;
}

@media screen and (max-width: 1023px) {
  #sec-contact .x33:not(:last-child) {
    padding-right: 0;
  }
}

.wpcf7-form input {
  width: 100%;
  border: none;
  padding: 17px 22px;
  margin-bottom: 19px;
}

.wpcf7-form textarea {
  border: 0;
  height: 123px;
  width: 100%;
  padding: 17px 22px;
}

.wpcf7-form input.wpcf7-submit {
  text-transform: uppercase;
  cursor: pointer;
}

.acf-map {
  width: 100%;
  height: 437px;
}

.services-side-menu {
  list-style: none;
  width: 100%;
}

.services-side-menu li {
  padding-left: 0 !important;
}

.services-side-menu li:before {
  display: none !important;
}

.services-side-menu li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.38em;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  background: #f3f3f4;
  margin-bottom: 10px;
}

.services-side-menu li a:hover {
  text-decoration: none !important;
}

.projects-filter {
  display: inline-block;
}

.projects-filter button {
  background: none;
  border: 0;
  outline: none;
  float: left;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  border-top: 2px solid rgba(0,0,0,0);
  line-height: 24px;
  margin: 0 10px;
}

.projects-filter button:hover {
  border-bottom: 2px solid #000;
}

.projects-filter button:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  background: #000;
  width: 1px;
  height: 27px;
}

.projects-filter button:last-child:after {
  display: none;
}

.projects-grid .projects-wrap {
  padding: 5px 0;
  margin-top: 23px;
}

.projects-grid .projects-wrap .projects-item {
/*  width: 33%;
  margin: 5px;
  height: 290px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;*/
  cursor: pointer;
}

.projects-grid .projects-wrap .projects-item {
  width: 32.33%;
  margin: 0 0.5% 1%;
}

@media screen and (max-width: 600px) {
  .projects-grid .projects-wrap .projects-item {
    width: 49%;
  }
}

.projects-grid .projects-wrap .projects-item img {
  max-width: 100%;
  height: auto;
}

.single-projects .viewer {
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/**********************************************/
/*                   INDEX                    */
/**********************************************/
/**********************************************/
/*                   SINGLE                   */
/**********************************************/
/**********************************************/
/*                   SIDEBAR                  */
/**********************************************/
div.wpcf7-validation-errors {
  background: #f00;
  margin: 0 !important;
  border: none;
}

/**********************************************/
/*                   FOOTER                   */
/**********************************************/
.footer-module {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0.85rem;
}

.footer-module h2 {
  margin: 0 0 1em;
  font-size: 1.25em;
}

.footer-module img {
  height: 34px;
  width: auto;
  border-radius: 5px;
  margin-bottom: 12px;
}

.footer-module a {
  text-decoration: none;
}

.footer-module p {
  line-height: 18.4px;
}

.footer-module .col {
  min-height: auto;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .footer-module .col {
    min-height: 171px;
  }
}

.footer-module .col:nth-child(4n+2) {
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .footer-module .col:nth-child(4n+2) {
    padding-left: 6.57%;
  }
}

.footer-module .col:nth-child(4n+3) {
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .footer-module .col:nth-child(4n+3) {
    padding-left: 10.22%;
  }
}

.footer-module .col:nth-child(4n+4) {
  text-align: left;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .footer-module .col:nth-child(4n+4) {
    text-align: right;
  }
}

.footer-module .footer-social a {
  margin-right: 0.5em;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 12px;
  font-size: 135%;
}

.footer-module .footer-social a:last-child {
  margin-bottom: 0;
}

.footer-module a.back-to-top {
  display: inline-block;
  height: 56px;
  width: 56px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 200%;
  text-align: center;
}

.footer-module a.back-to-top i {
  height: 9px;
  line-height: 9px;
  margin-top: 20px; 
}

/**********************************************/
/*                   VIEWPORTS                */
/**********************************************/

article.post {
  margin-bottom: 40px;
} 

article.post:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

article.post a.thumb {
  float: left;
  margin: 0 40px 40px 0;
}

article.post .list-text {
  float: left;
  width: 57%;
}

article.post a.title {
  display: block;
  font-size: 22px;
}

article.post .list-text span {
  background-color: #0098cd;
  color: #fff;
  padding: 5px 10px;
  margin: 1em 0;
  display: inline-block;
}

.x25 .widget {
  margin-bottom: 2em;
}

.x25 h2.widgettitle {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 1em;
}

.x25 #search {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  line-height: 45px;
  padding: 0 16px;
}

.x25 .widget_categories ul {
  list-style-type: none;
  width: 100%;
}

.x25 .widget_categories ul li {
  line-height: 45px;
  border: 1px solid #000;
  padding: 0 16px;
  width: 100%;
  display: block;
}

.x25 .widget_categories ul li a {
  color: #000;
  display: block;
  margin-left: 16px;
}

.x25 .widget_categories ul li:before {
  content: '\f105';
  background: none !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  top: -1px;
  left: 16px;
}

.post-meta {
  font-size: 14px;
  color: #9e9e9e;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}

.post-meta span:before {
  background: #9e9e9e;
  width: 10px;
  height: 10px;
  content: '';
  display: inline-block;
  margin-right: 10px;
}

.post-meta span:not(:first-child):before {
  margin-left: 10px;
}

article.post img {
  max-width: 100%;
  height: auto;
}

.list-text a.more-link {
  line-height: 45px;
  display: block;
  border: 1px solid #000;
  padding: 0 16px;
  color: #000 !important;
}