/*
Theme Name: High Glen
Theme URI: http://www.highglen.co.za
Author: iLogic
Author URI: http://www.klausy.net/
Description: Pest Control
Version: 1.0padding-top:80px;
Text Domain: Highglen
*/

/* html {margin:0; padding:0;} */

body, html {
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}

#home-slideshow {
	height:300px;
	overflow: hidden;
	margin:10px 0;
	border:1px solid #ccc;
	border-radius:4px;
}
.main-header {
    border-top:4px solid #e62929;
}

.main-header .header-wrapper{
	background-image: url(/wp-content/themes/highglen/images/header-bg.jpg);
	height:120px;
	background-repeat: repeat-x;
}

.header-left {

}
.header-left .logo {
	margin-top:25px;
	display: block;
}

.header-right {

}
.page-image {
	padding:5px;
	border:1px solid #ccc;
	margin-top:20px;
}
.header-right .slogan {
  font-weight: bold;
  text-align: right;
  margin-top: 49px;
  font-size: 27px;
  font-style: italic;
  color: #e62929;
}
.call-to-action {
	float: right;
}

.call-to-action.widget, .overviewarea {
	background-image: url(/wp-content/themes/highglen/images/widgetbg.jpg);
	background-repeat: repeat-x;
}
.overviewarea {
	background-color: #dcdbdb;
}
div.sublinks ul{
	margin: 0;
	padding:0;
}
div.sublinks li {
	list-style: none;
}
div.sublinks li a{
	display: block;
	padding: 5px 10px;
	background-image: url(/wp-content/themes/highglen/images/sidebarnav-bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
	margin-bottom:2px;
	text-decoration: none;
	border-left: 2px solid #90c221;
}
div.sublinks li a:hover {
	background-color: #320000;
	background-image:none;
}


/*

	Menu Section

	Menu
	------
	ul#menu-main-menu
	  li.menu-item
	     ul.sub-menu
	        li.menu-item


*/
.menu-main-menu-container {

}

#main-menu {
	background-color: #000000;
	background-image: url(/wp-content/themes/highglen/images/nav-bg.jpg);
    border-bottom:4px solid #90c221;
    background-repeat:repeat-x; 
}

#menu-header-menu {
	margin:0; 
	padding:0;
}

#menu-header-menu li {
	display: block;
	float:left;
	background-color: transparent;
	border-color: transparent;
	list-style: none; 
	border-right:1px solid #5e5e5e;
	position: relative;
	font-family: 'Play', sans-serif;
	font-size: 12px;
        width: 135px;/*29feb2016*/
}
#menu-header-menu li:last-child{
	border-right:none !important;
}

#menu-header-menu li a{
	display:block;
	padding:10px 30px; /* padding 50 to 30 */
	color:#fff;
}

#menu-header-menu li a:hover{
	background-color: #90c221;
	text-decoration: none;
	color: #000;
}

/* Submenu */
#menu-header-menu li ul.dropdown-menu {
	display: none;
	margin:0; 
	padding:0;
	position: absolute;
	top:37px;
	left:0;
	overflow: hidden;
	z-index: 100;
}

/*#menu-main-menu li:hover > ul {
	display: block;
}*/

#menu-header-menu li ul.dropdown-menu li{ 
	float:none;
	background-color: #90c221;
	display: block;
	min-width:174px;
	border-right: none;
	border-bottom:1px solid #333;

}
#menu-header-menu li ul.dropdown-menu li:last-child{
	border-bottom:none;
}

#menu-header-menu li ul.dropdown-menu li a{ 
	text-decoration: none;
	color:#000;
}
#menu-header-menu li ul.dropdown-menu li a:hover {
	background-color: #000000;
	color:#fff;
}

.navbar {
	min-height:42px;
	border:none;
	margin:0;
	border-radius: 0;
}


/*category menu */

#menu-category-menu {
	margin:0; 
	padding:0;
}

#menu-category-menu li {
	display: block;
	float:left;
	background-color: transparent;
	border-color: transparent;
	list-style: none; 
	border-right:1px solid #5e5e5e;
	position: relative;
	font-family: 'Play', sans-serif;
	font-size: 13px;
}

#menu-category-menu li a{
	display:block;
	padding:10px 17px;
	color:#fff;
}

#menu-category-menu li a:hover{
	background-color: #363636;
	text-decoration: none;
	color: #90c221;
}

/* Submenu */
#menu-category-menu li ul.dropdown-menu {
	/*display: none;*/
	margin:0; 
	padding:0;
	position: absolute;
	top:37px;
	left:0;
	overflow: hidden;
	z-index: 100;
}

/*#menu-main-menu li:hover > ul {
	display: block;
}*/

#menu-category-menu li ul.dropdown-menu li{ 
	float:none;
	background-color: #6e6e6e;
	display: block;
	min-width:174px;
	border-right: none;
	border-top:1px solid #5e5e5e;

}

#menu-category-menu li ul.dropdown-menu li a{ 
	text-decoration: none;
}
.navbar {
	min-height:42px;
	border:none;
	margin:0;
	border-radius: 0;
}


/*Titles*/
.call-to-action, .overviewarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding:10px;
    margin:10px 0;
}
.page-wrapper h1{
	color: #e62929;
    text-transform: capitalize;
    border-bottom: 2px solid #90c221;
    display: inline-block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.call-to-action h3, .overviewarea h3 {
    color: #e62929;
    text-transform: capitalize;
    border-bottom: 2px solid #90c221;
    display: inline-block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:10px;
}
h2.widget-title {
/*	background-color: #000;*/
	color: #90c221;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	width:100%;
	margin:10px 0 0 0;
    border-bottom:4px solid #90c221;
	background-image: url(/wp-content/themes/highglen/images/nav-bg.jpg);
	background-repeat: repeat-x;
}
#wpcf7-f5-o1 {
	border:1px solid #ccc;
	padding: 10px;
}
#wpcf7-f5-o1 input[type="text"], #wpcf7-f5-o1 input[type="tel"], #wpcf7-f5-o1 input[type="email"], #wpcf7-f5-o1 textarea {
	width:100%;
}

.media-block {
	border:1px solid #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	padding: 10px;
	overflow: hidden;
}
.media-block .thumb {
	height:80px;
	border:1px solid #ccc;
	margin-bottom: 10px;
	overflow: hidden;
}
.media-block .title {
	color: #000;
	padding: 10px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	width:100%;
	margin:10px 0 10px 0;
	border-bottom: 3px solid #90c221;
    text-transform:uppercase;
}
.media-block .title a {
    color: #e62929;
}

.media-block  .readmore {
	padding:5px 10px;
	color: #90c221;
	background-color: #000;
	display: block;
	margin: 10px 0;
	/*width:80px;*/
	width:85px;
	font-size: 12px;
	float: right;
	border-radius: 4px;
    text-decoration: none;
}
.media-block  .readmore:hover {
	color:#000;
	background-color: #90c221;
	
}


/*Footer*/
.footer-content {
	padding: 20px;
	border-top:1px solid #ccc;
	margin-top: 20px;
	overflow: hidden;

}
.footer-content .copyrights {
	text-align: center;
	margin: 10px 0;
}
.footer-links {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
}
.footer-links ul {
    margin: 0;
    padding: 0;
}
.footer-links li {
    list-style: none;
    float: left;
    padding:10px 20px;
}
.footer-links li a {
    color: #333;
    text-decoration: none;
}
.footer-links li a:hover {
    color: #000;
}
.social-network-links {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.social-network-links ul {
  padding: 0;
  display: block;
  overflow: hidden;
  width: 16%;
  margin: 0 auto;
}
.social-network-links li {
    float: right;
    list-style: none;
    display: inline-block;
}
.social-network-links li a {
    display: block;
    height:32px;
    width:32px;
    /*text-indent: -1000px;*/
    /*background-color: #000;*/
    margin-right: 10px;
    padding:5px 0;
    /*color:#fff;*/
    text-transform: uppercase;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.social-network-links li a.youtube{
	background-image: url(/wp-content/themes/highglen/images/icons/youtube.png);
}
.social-network-links li a.facebook{
	background-image: url(/wp-content/themes/highglen/images/icons/facebook.png);
}
.social-network-links li a.instagram{
	background-image: url(/wp-content/themes/highglen/images/icons/instagram.png);
}
.social-network-links li a.twitter{
	background-image: url(/wp-content/themes/highglen/images/icons/twitter.png);
}


 @media only screen and (max-width: 767px) {

     #home-slideshow {
     	height:auto !important;
     }

     #menu-header-menu li {
     	float:none !important;
     	width:100% !important;
     	border-bottom:1px solid #5e5e5e !important;
     	border-right:none !important;

     }

     #menu-header-menu li a {
     	text-align: center;
     }

     .header-right .slogan {
	  font-weight: bold;
	  text-align: right;
	  margin-top: 10px;
	  font-size: 18px;
	  font-style: italic;
	  color: #e62929;
	  text-align: center;
	}

	.header-left .logo {
		text-align: center;
	}

	.social-network-links ul {
	  padding: 0;
	  display: block;
	  overflow: hidden;
	  width: 70%;
	  margin: 0 auto;
	}

  }

  /*8 Dec 2015*/
a[href^="tel:"]:before {
    content: "\260E";
    /*display: block;*/
    margin-right: 0.5em;
}
a[href^="tel:"] {
    color: #e62929;
    text-decoration: none;
}
a[href^="tel:"]:hover{
    text-decoration: none;
}
/* 29 Feb 2015*/
#menu-item-100 {
  width: 160px !important;
}
/*Blog Page*/
#content_box {
    clear: both;    
    margin-bottom: 15px;
    overflow: auto;
    visibility: visible;
    width: 100%;
}
.post {
    float: left;
}
.post.excerpt {
    margin-bottom: 30px;
    overflow: hidden;
    margin-right: 3.8%;
    width: 45%;
    min-height: 344px;
}

.post.excerpt header { margin-bottom: 3px }
.post.excerpt header .title {
    /*max-width: 206px;*/
    margin-top: -25px;
    background: #fff;
    padding-right: 5px;
    padding-top: 3px;
    color: #e62929;
}
.post.excerpt header .title a { line-height: 1 }
.featured-thumbnail {
    float: left;
    max-width: 100%;
}
#featured-thumbnail {
    float: left;
    max-width: 287px;
}
.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
}
.title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
    clear: both;
}
.post-content {
    clear: both;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.post-info {
    display: block;
    font-size: 13px;
    float: left;
    clear: both;
    width: 100%;
}
.post-info-inner {
    float: left;
    width: 100%;
    margin-bottom:10px;
    /*max-width: 212px;*/
    /*border-bottom: 1px solid #b9b9b9;*/
}
.excerpt .post-info .thecomment {
    float: right;
    margin-top: 6px;
}
.theauthor, .thetime { font-size: 12px }
.excerpt .thecomment a {
    display: inline-block;
    position: relative;
    width: 29px;
    height: 18px;
    line-height: 18px;
    padding: 0px;
    background: #8f8f8f;
    border: #7F7F7F solid 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    text-align: center;
}
.excerpt .thecomment a:after {
    content: "";
    position: absolute;
    top: -9px;
    left: 4.3100000000000005px;
    border-style: solid;
    border-width: 0px 0px 9px 10px;
    border-color: #8f8f8f transparent;
    display: block;
    width: 0;
    z-index: 1;
}
.page-image .wp-post-image {
  max-width: 100%;
  
  height: auto;
}

@media (max-width: 480px) {
    .post.excerpt{
        width: 100%
    }

    textarea {width: 98% !important;}
    .page-image .wp-post-image{
        width: 100% !important;
    }
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #3C8DC5;
}