/*
Theme Name: Kalahari Theme
Theme URI: http://jegocreative.com.au/
Author: Jego Creative
Author URI: http://jegocreative.com.au/
Version: 100
*/

/************** Post article base styles **************/
article.blogEntrySingle .content h1,
article.blogEntrySingle .content h2,
article.blogEntrySingle .content h3,
article.blogEntrySingle .content h4,
article.blogEntrySingle .content h5,
article.blogEntrySingle .content h6 {
  margin: 38px 0 12px 0;
  padding: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
article.blogEntrySingle .content blockquote {
  border-left: 2px solid #446600;
  padding: 5px 0 5px 20px;
}
article.blogEntrySingle .content blockquote p {
  color: #444;
  font-size: 17px;
  line-height: 27px;	
}
article.blogEntrySingle .content hr {
  border: 0px;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
article.blogEntrySingle .content img.alignright {
  float: right;
  margin: 0 0 1em 1em
}
article.blogEntrySingle .content img.alignleft {
  float: left;
  margin: 0 1em 1em 0
}
article.blogEntrySingle .content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
article.blogEntrySingle .content a img.alignright {
  float: right;
  margin: 0 0 1em 1em
}
article.blogEntrySingle .content a img.alignleft {
  float: left;
  margin: 0 1em 1em 0
}
article.blogEntrySingle .content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}



/************** Global **************/
html,
body {
  margin: 0px;
  height: 100%;
  font-family: 'Raleway', sans-serif;
  background: #fff;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
}
main,
header,
nav,
section,
footer,
div,
{
  display: block;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  outline: 0;
}
a:hover,
a:active {
  text-decoration: none;
  outline: 0;
}
input,
select,
textarea {
  font-family: 'Raleway', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}
@media screen and (max-device-width: 1024px){
  body{
    -webkit-text-size-adjust: none;
  }
}

  
/************** Typography **************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  color: #373c5f;
}
h1,
h2 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
}
h2.sectionTitle {
  text-transform: capitalize;
  font-size: 36px;
  line-height: 36px;
}
h2.sectionTitle::after {
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background: #373c5f;
  background: #446600;
  margin: 24px auto;
}
p {
  color: #444;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 15px 0;
}
p:last-of-type {
  margin: 0;
}
p a {
  color: #EF7D00;
}
p a:hover{
  opacity: 0.7;
}
b,
strong {
  font-weight: 600;
}
ul,
ol {
  padding: 20px 40px;
  margin: 0px;
}
ul li,
ol li {
  color: #444;
  font-size: 15px;
  line-height: 25px;
  margin: 0px;
}
p:not(:last-of-type) + ul { 
  margin-top: -20px;
}
  
  
/************** Backgrounds **************/
.bgPrimary {
  background: #fff;
  padding: 100px 10px;
}
.bgSecondary {
  background: #F5F5F5;
  padding: 100px 10px;
}
.bgImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (max-width: 1024px) {
  .bgPrimary,
  .bgSecondary {
    text-align: center;
    padding: 40px 10px;
  }
  .bgImage {
    background-attachment: scroll !important; 
  }
}
  
  
/************** Buttons **************/
.button-1 {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  border: 2px solid #446600;
  background: #446600;
background: none;
  text-transform: uppercase;
  color: #446600;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3px;
  padding: 15px 30px;
  border-radius: 0px;
}
.button-1:hover {
  background: #333;
  color: #fff;
border: 2px solid #333;
}
  
  
/************** Grids and Layouts **************/
table {
  display: block;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table tbody {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  display: table;
}
table tbody tr,
table tbody td {
  padding: 0;
  margin: 0;
}
table tbody.col-of-2 td {
  width: 50%;
}
table tbody.col-of-3 td {
  width: 33%;
}
table tbody.col-of-4 td {
  width: 25%;
}
table tbody.col-of-5 td {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  table tbody,
  table tr,
  table td {
    display: block;
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  table td {
    text-align: center !important;
  }
}