@charset "utf-8";
/*

Theme Name: Child of aerea
Description: Child theme based on ample
Author: Rodwell Kaitano
Version: 0.0.1
Template: ample

*/

@import url('../ample/style.css');

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

/*
====> 2.1 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
   color: #296bb5;
   line-height: 1.4;
   padding-bottom: 15px;
   font-weight: normal;
}
h1 { font-size: 26px; }
h2 { font-size: 26px; color: #ff0000; }
h3 { font-size: 26px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; color: #ff0000; text-align:center; }
h6 { font-size: 22px; }

/*
====> 2.2 Others
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
   color: #888888;
   font-size: 15px;
   line-height: 1.5;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
}
p {
   color: #888888;
   font-size: 15px;
   line-height: 1.5;
   margin-bottom: 15px;
   font-weight: 300;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*
====> 5.1 Links
--------------------------------------------------------------*/
a {
   color: #80abc8;
   text-decoration: none;
   -webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
   transition: 0.25s ease-in-out;
   -ms-transition: 0.25s ease-in-out;
   -o-transition: 0.25s ease-in-out;
}
a:focus, a:active, a:hover {
   text-decoration: none;
}

/*
====> 5.2 Primary Menu
--------------------------------------------------------------*/
.main-navigation li > ul,
.main-navigation li > ol {
   margin: 0;
   list-style: none;
}
.main-navigation {
   float: right;
   padding-right: 10px;
   margin-top:100px;
}
.main-navigation li {
   float: left;
   position: relative;
   padding: 0 1px;
}
.main-navigation ul > li {
}
.main-navigation ul#menu-primary > li:last-child {
   margin-right: 15px;
}
.main-navigation li > a {
   line-height: 30px;
   height: 30px;
}
.main-navigation ul.menu li a {
   font-size: 14px;
}
.main-navigation li.default-menu,
li.default-menu {
   display: none;
}
.main-navigation a {
   color: #ff0000;
   background-color:#f7ec1f;
   padding: 0 20px;
   display: block;
   float: left;
   font-weight: 300;
}
.main-navigation ul.menu > li.current-menu-item,
.main-navigation ul.menu > li.current-menu-ancestor,
.main-navigation .menu > ul > li.current_page_item,
.main-navigation .menu > ul > li.current_page_ancestor,
.main-navigation ul.menu > li:hover,
.main-navigation .menu > ul > li:hover {
   border-top: none;
   margin-top: 0px;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current-menu-ancestor a:after,
.main-navigation ul li.current_page_item a:after,
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current_page_ancestor a:after,
.main-navigation ul li:hover > a,
.main-navigation li.menu-item-has-children:hover > a:after,
.main-navigation li.page_item_has_children:hover > a:after {
   color: #80abc8;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after {
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   color: #fff;
   font-size: 12px;
   padding-left: 6px;
   color: #666666;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
   content: "\f0d7";
}
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
   content: "\f0da";
   position: absolute;
   right: 8px;
}

/*
====> 5.3 Primary Menu Dropdown
--------------------------------------------------------------*/
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
   display:none;
   z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
   display:block;
}
.main-navigation ul li ul {
   background-color: #ffffff;
   left: 1px;
   position: absolute;
   top: 30px;
   width: 100%;
}
.main-navigation ul li .sub-menu a {
   text-transform: none;
}
.main-navigation ul ul > li:last-child {
   border-bottom: 1px solid #eaeaea;
}
.main-navigation ul li ul li {
   float: none;
   padding: 0;
   border-left: none;
   border-right: none;
   border-top: 1px solid #eaeaea;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
   float: none;
   line-height: 21px;
   font-size: 13px;
   height: 100%;
   padding: 10px 20px;
   color: #666666;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
   color: #80abc8;
}
.main-navigation ul li ul li ul {
   left: 158px;
   top: -1px;
}
.main-navigation select {
   display: none;
}

/*
====> 5.4 Responsive Menu
--------------------------------------------------------------*/
.menu-toggle {
   display: none;
   cursor: pointer;
}

/*--------------------------------------------------------------
6.0 Images
--------------------------------------------------------------*/
figure {
   margin: 0;
   text-align: center;
}
img {
   max-width: 100%;
   height: auto;
   vertical-align: top;
   margin-bottom: 0px;
}
.entry-content img, .comment-content img, .widget img {
   max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
}
img.size-full, img.size-large {
   width: 100%;
   height: auto;
}
.entry-content img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
   margin-bottom: 1.625em;
}
p img {
}
a img {
   border: 0;
}
a img:hover {
   opacity: 0.8;
   filter:alpha(opacity=80); /* For IE8 and earlier */
   box-shadow: #000 0 0 0;
}
img#wpstats {
   display: none;
}

/*
====> 10.3 Page Header Title
--------------------------------------------------------------*/
.header-post-title-container {
   padding: 40px 0;
   background-color: #f2f2f2 !important;
   border-bottom: 1px solid #f2f2f2;
}
.header-post-title-container .post-title-wrapper {
   float: left;
   max-width: 100%;
   padding-right: 30px;
}
.header-post-title-class {
   font-size: 34px;
   padding-bottom: 0;
   color: #296bb5;
}

/*
====> 13.2 Header
--------------------------------------------------------------*/
.business-template #masthead {
   background-color: #ffffff;
}
.main-head-wrap {
   padding: 0;
}
.header {
   border-bottom: 1px solid #f2f2f2;
   background-color:#2e368f;
}

.whatsapp-logo {
	width:25px !important;
	margin-top:6px;
	}
#header-left-section {
   float: left;
   margin-right: 25px;
}
#header-logo-image {
   float: left;
   padding: 5px 20px 5px 0;
   max-width: 100%;
}
#header-logo-image img {
   margin-bottom: 0px;
   max-height: none;
}
#header-text {
   float: left;
   padding-right: 20px;
}
#site-title {
   padding-bottom: 0;
}
#site-title a {
   color: #666666;
   font-size: 34px;
}
#site-title a:hover {
   color: #80abc8;
}
#site-description {
   line-height: 1.5;
   font-size: 13px;
   padding-bottom: 0;
   color: #888888;
   font-weight: 300;
   margin-bottom: 0;
}
#header-right-section {
   float: right;
   position: relative;
}
img.header-image {
   display: block;
   margin: 0 auto;
}

.top-contacts {
	float:right;
	right:12px;
	position:absolute;
	font-size:24px;
	color:#ffffff;
	margin-top:15px;
	}
	
.top-contacts-head {
	font-size:39px !important;
	color:#FF0004;
	padding-bottom: 0px;
	}

/*
====> 13.3 Primary, Secondary & Tertiary Content Area
--------------------------------------------------------------*/

/* Right Sidebar */
#primary {
   float: left;
   width: 68.54545454%;
}
#secondary {
   float: right;
   width: 26.81818181%;
}

/* Left Sidebar */
.left-sidebar #primary {
   float: right;
   width: 74.54545454%;
   border-left: #296bb5 2px solid;
   padding-left: 20px;
}
.left-sidebar #tertiary {
   float: left;
   width: 22.81818181%;
}

/* Both Sidebar */
.both-sidebar #primary {
   width: 72.72727272%;
}
.both-sidebar #secondary {
   width: 23.63636363%;
}
.both-sidebar #primary #content {
   float: right;
   width: 62.5%;
}
.both-sidebar #primary #tertiary {
   float: left;
   width: 32.5%;
}

/* No Sidebar */
.no-sidebar-full-width #primary {
   width: 100%;
}
.no-sidebar #primary {
   float: none;
   margin: 0 auto;
}

/*
====> 11.4 Featured Posts Widget
--------------------------------------------------------------*/

.widget_featured_posts_block {padding-top: 60px;}
.featured-posts-content {
   padding-bottom: 10px;
}

/*
====> 13.4 Content Columns
--------------------------------------------------------------*/

/* Two Column */
.tg-one-half {
   float: left;
   width: 46.182%%;
   margin: 0 3.63636363% 0 0;
   padding: 0px 0px 0px;
}
.tg-one-half-last {
   float: right;
   margin: 0px;
}

/* Three Column */
.tg-one-third {
   float: left;
   margin: 0 2.4% 0 0;
   width: 30.90909090%;
}
.tg-one-third-last {
   float: right;
   margin-right: 0;
}

/* Four Column */
.tg-one-fourth {
   float: left;
   width: 21.955%;
   margin: 0 2.72727272% 0 0;
}
.tg-one-fourth-last {
   margin: 0px;
}

.dstv-services {
	border:none;
	color:#FF0004 !important;
	}
	
.dstv-services p {
	margin-bottom:0;
	}
	
.dstv-services-bg {
	background:#FFFFFF;
	min-height: 285px;
	}
	
.dstv-services-bg p {
	padding:10px;
	color:#000000;
	font-size:14px;
	line-height: 20px;
	text-align:center;
	}
	
.dstv-services-1 {
	background:#f7ec1f;
	padding:10px;
	color:#000000;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	min-height: 234px;
	}
.dstv-services-2 {
	background:#b3b3b3;
	padding:10px;
	color:#000000;
	font-size:24px;
	text-align:center;
	min-height: 234px;
	}
.dstv-services-2 p {
	color:#000000;
	font-size:23px;
	text-align:center;
	font-weight:bold;
	line-height:40px;
	}
	
.dstv-services-3 {
	background:#f2f2f2;
	padding:10px;
	color:#000000;
	font-size:24px;
	text-align:center;
	min-height: 234px;
	}
	
.dstv-services-3 p {
	color:#000000;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	}
	
.dstv-services-txt-red {
	color:#ff0000;
	font-size:30px;
	font-weight:bold;
	line-height: 35px;
	}
.services-content {
	padding-bottom:20px;
	}
.dstv-services-widget {
	padding:20px;
	color:#ff0000;
	font-size:16px;
	text-align:left;
	}
	
.dstv-services-widget2 {
	background:#f7ec1f;
	padding:20px;
	color:#000000;
	font-size:26px;
	text-align:center;
	font-weight:bold;
	}
.dstv-services-widget3 {
	background:#f2f2f2;
	padding:20px;
	color:#296bb5;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	}
/*
====> 13.5 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.extra-hatom-entry-title {
   display: none;
}
.single-page {
   margin-top: 15px;
}
.single-header {padding: 2% 0;background-color: #444;}
.single-header h2 {
   font-size: 2.5em;
   color: #80abc8;
   font-weight: 200;
   margin-bottom: 16px;
}
#content,#content{
}

#content p{
	margin-bottom: 10px;
}
.sidebar {
}
.single-page p a{color: #80abc8;}
.single-page p a:hover{color: #555;}
.single-page p {
   margin-bottom: 0px;
}
.entry-content ul {
   list-style: square;
}
.entry-content ul,
.entry-content ol {
   padding: 0 0 0 20px;
   margin-bottom: 30px;
}
.entry-content li > ul,
.entry-content li > ol {
   margin-bottom: 0;
}
.sidebar h4{
   font-weight: 400;
   padding-bottom: 8px;
   margin-bottom: 17px;
}
.date-icon, .author-icon {
   width: 32px;
   height: 32px;
   display: block;
   float: left;
}
.hentry .entry-title {
   font-size: 24px;
   padding-bottom: 10px;
}
.hentry .entry-title a {
   color: #666666;
   display: block;
   font-weight: 400
}
.hentry .entry-title a:hover {
   color: #80abc8;
}
.entry-meta{width: 100%;padding-bottom: 20px;}
.entry-meta{ font-size: 14px;}
.read-btn a {
   border: 1px solid #80abc8;
   display: inline-block;
   margin-top: 20px;
   padding: 10px 16px;
}
.read-btn a:hover {
   background-color: #80abc8;
   color: #ffffff;
}
.entry-meta > span {
   padding-right: 15px;
}
.entry-meta .fa {
   color: #80abc8;
   padding-right: 5px;
}
.entry-meta a {
   color: #888888;
   font-weight: 300;
}
.entry-meta a:hover {
   color: #80abc8;
}
article.post {
   padding-bottom: 60px;
}
.tags a {
   display: inline-block;
}

/*
====> 13.6 Pagination
--------------------------------------------------------------*/

.default-wp-page li.previous {
  float: left;
}

.default-wp-page li.next {
  float: right;
}

.previous a,
.next a {
   color: #80abc8;
   padding: 5px 0;
   cursor: pointer;
   font-size: 16px;
   display: inline-block;
}
.next {
   float: right;
}
.previous a:hover,
.next a:hover {
   text-decoration: underline;
}
.default-wp-page {
   padding: 20px 0;
}
.nav-previous,
.nav-next {
   margin-bottom: 15px;
}
.nav-previous a,
.nav-next a {
   color: #80abc8;
   cursor: pointer;
   font-size: 16px;
}
.nav-previous a { float: left; }
.nav-next a { float: right; }
.nav-previous a:hover,
.nav-next a:hover {
   text-decoration: underline;
}

/*
====> 13.8 Footer
--------------------------------------------------------------*/

/*
====> ====> 13.8.a Footer General CSS
--------------------------------------------------------------*/
#colophon{
   font-size: 14px;
   clear: both;
   color: #ffffff;
   background-color: #2e368f;
   overflow: hidden;
   padding: 25px 0 20px;
}
.scrollup:hover{opacity: 0.6;}
.copyright-info ul li {margin-bottom: 10px; float: left;margin-left: 25px;}
.copyright-info ul li a{color: #fff;padding: 5px 5px;}
.copyright-info ul li a:hover{color: #80abc8;}
.extra-info{float: right !important;}
#colophon p {
   font-weight: 300;
   color: #777;
   line-height: 22px;
   font-size: 15px;
}
#colophon a {
   font-weight: 300;
   color: #b1b6b6;
   line-height: 22px;
   font-size: 13px;
}
#colophon a:hover {
   color: #80abc8;
}
#colophon-box {
   float: left;
   width: 22%;
   margin-right: 4%;
}

/*--------------------------------------------------------------
14.0 Responsive Structure
--------------------------------------------------------------*/
@media screen and (max-width: 1190px) {
   #page {
      width: 97%;
   }
   .wide #page {
      width: 100%;
   }
   .inner-wrap {
      width: 94%;
   }
   .business-template .widget.widget_call_to_action_block > .inner-wrap,
   .business-template .widget.widget_portfolio_block > .inner-wrap {
      width: 100%;
   }
   
   .main-navigation a {
	   padding: 0 30px;
	   }
	   
   .top-contacts {
	float:right;
	right:12px;
	position:absolute;
	font-size:21px;
	color:#ffffff;
	margin-bottom:10px;
	}
	
.top-contacts-head {
	font-size:34px !important;
	color:#FF0004;
	padding-bottom: 0px;
	}
}
@media screen and (max-width: 1024px) {
	.main-navigation ul.menu li a {
	   font-size: 13px;
	}
	.main-navigation li.default-menu,
	li.default-menu {
	   display: none;
	}
	.main-navigation a {
	   color: #666666;
	   background-color:#f7ec1f;
	   padding: 0 30px;
	   display: block;
	   float: left;
	   font-weight: 300;
	}
	
	.dstv-services-1 {
	min-height: 240px;
	}
	.dstv-services-2 {
	min-height: 240px;
	}
	
	.dstv-services-3 {
	min-height: 240px;
	}
}
@media screen and (max-width: 768px) {
   #header-left-section {
      max-width: 80%;
      margin-right: 0;
   }
   #header-right-section {
      float: none;
   }
   #header-text {
      padding-right: 0;
   }
   .big-slider .slider-entry-container {
      width: 80%;
   }
   .big-slider .entry-title {
      font-size: 30px;
      padding-bottom: 28px;
   }
   .slider-button {
      font-size: 12px;
      padding: 10px 14px;
      letter-spacing: 1px;
   }
   .slide-prev a:before, .slide-next a:before {
      font-size: 24px;
      padding: 14px 18px;
   }
   .slide-prev {
      margin-left: 8px;
   }
   .slide-next {
      margin-right: 8px;
   }
   .menu-toggle,
   .main-navigation.toggled .menu-primary-container {
      display: block;
   }
   .main-navigation ul {
      display: none;
   }
   .main-navigation {
      padding-top: 0;
   }
   .menu-toggle {
      margin-top: -15px;
      right: 48px;
      position: absolute;
   }
   .menu-toggle:before{
      color: #ffffff !important;
      content: "\f0c9";
      font-family: fontawesome;
      font-size: 45px;
      position: absolute;
      top: -30px;
   }
   .menu-primary-container {
      clear: both;
   }
   .menu-primary-container > ul > li > a,
   .menu > ul > li > a {
      line-height: 50px;
      height: 88px;
   }
   .menu-primary-container ul ul li {
      padding-right: 0;
   }
   .menu-primary-container > ul > li > a,
   .menu > ul > li > a {
      height: auto;
      line-height: 1;
   }
   #masthead .menu-primary-container li a {
      border-bottom: 1px solid #f8f8f8;
      color: #ffffff;
      display: block;
      font-size: 14px;
      padding: 10px 0;
      width: 100%;
   }
   .call-to-action-content-wrapper h3 {
      line-height: 1.5;
   }
   .call-to-action-button {
      margin: 20px auto 0;
   }
   /* Featured Posts widget */
   .single-post-image-wrap {
      float: none;
      margin-right: 0;
   }
   .single-post-content .entry-title,
   .single-post-content p,
   .read-btn {
      text-align: center;
   }
   .footer-widgets-wrapper .tg-column-odd,
   .widget_portfolio_block .tg-column-odd {
      float: left;
      width: 48.18181818%;
   }
   .footer-widgets-wrapper .tg-column-even,
   .widget_portfolio_block .tg-column-even {
      float: right;
      width: 48.18181818%;
      margin-right: 0;
   }
   .widget_portfolio_block .tg-column-odd,
   .widget_portfolio_block .tg-column-even {
      text-align: center;
      margin-bottom: 25px;
   }
   .single-service.tg-one-third {
      margin-bottom: 25px;
   }
   .tg-after-two-blocks-clearfix {
      clear: both;;
   }
   .tg-after-three-blocks-clearfix {
      clear: none;
   }
   .copyright-info {
      padding-right: 0;
      float: none;
      text-align: center;
   }
   .footer-nav {
      float: none;
      text-align: center;
   }

   .logo-disable #site-navigation > .menu {
     padding-top: 60px;
   }

   .logo-disable .main-head-wrap.inner-wrap {
     padding: 0;
   }
   
      	.top-contacts {
	float:right;
	right:12px;
	position:absolute;
	font-size:15px;
	color:#ffffff;
	margin-top: 4px;
	}
	
.top-contacts-head {
	font-size:24px !important;
	color:#FF0004;
	padding-bottom: 0px;
	}
	
.dstv-services-bg {
	min-height: 300px;
	}
	
.dstv-services-1 {
	min-height: 300px;
	}
.dstv-services-2 {
	min-height: 300px;
	}
	
.dstv-services-3 {
	min-height: 300px;
	}
}
@media screen and (max-width: 767px) {
   #primary, #secondary,
   .both-sidebar #primary,
   .both-sidebar #secondary,
   .both-sidebar #primary #content,
   .both-sidebar #primary #tertiary {
      float: none;
      width: 100%;
   }
   .tg-one-half, .tg-one-third {
      float: none;
      width: 100%;
      margin: 20px 0 0;
   }
   
   .tg-one-fourth {
   float: left;
   width: 100%;
}
   
   .services-content {
	padding-bottom:0px;
	}
	
	.top-contacts {
	float:right;
	right:12px;
	position:absolute;
	font-size:11px;
	color:#ffffff;
	margin-top: 28px;
	}
	
.top-contacts-head {
	font-size:18px !important;
	color:#FF0004;
	padding-bottom: 0px;
	}
	
	.dstv-services-bg {
	min-height: 50px;
	}
	
.dstv-services-1 {
	min-height: 50px;
	}
.dstv-services-2 {
	min-height: 50px;
	}
	
.dstv-services-3 {
	min-height: 50px;
	}
}
@media screen and (max-width: 600px) {
   .big-slider .slider-entry-container {
      width: 75%;
   }
   .big-slider .entry-title {
      font-size: 24px;
      padding-bottom: 20px;
   }
   .slider-button {
      font-size: 12px;
      padding: 8px 10px;
      letter-spacing: 0;
   }
   .slide-prev a:before, .slide-next a:before {
      font-size: 18px;
      padding: 6px 12px;
   }
   .slide-prev {
      margin-left: 4px;
   }
   .slide-next {
      margin-right: 4px;
   }
   .footer-widgets-wrapper .tg-column-odd,
   .footer-widgets-wrapper .tg-column-even {
      float: none;
      width: 100%;
   }
   .gallery-columns-4 .gallery-item,
   .gallery-columns-5 .gallery-item,
   .gallery-columns-6 .gallery-item,
   .gallery-columns-7 .gallery-item,
   .gallery-columns-8 .gallery-item,
   .gallery-columns-9 .gallery-item {
      width:25%;
   }
}
@media only screen and (max-width: 420px) {
   .gallery-columns-4 .gallery-item,
   .gallery-columns-5 .gallery-item,
   .gallery-columns-6 .gallery-item,
   .gallery-columns-7 .gallery-item,
   .gallery-columns-8 .gallery-item,
   .gallery-columns-9 .gallery-item {
      width:33.33%;
   }
}
@media screen and (max-width: 400px) {
   .big-slider .entry-title {
      font-size: 16px;
      padding-bottom: 10px;
   }
   .slider-button {
      font-size: 10px;
      letter-spacing: 0;
      padding: 1px 8px;
   }
   .widget_portfolio_block .tg-column-odd,
   .widget_portfolio_block .tg-column-even {
      float: none;
      width: 100%;
   }
   
   	.top-contacts {
	float:right;
	right:12px;
	position:absolute;
	font-size:10px;
	color:#ffffff;
	margin-top: 4px;
	}
	
.top-contacts-head {
	font-size:18px !important;
	color:#FF0004;
	padding-bottom: 0px;
	display:none;
	}
}

/* Remove the updated class from entry meta */
.entry-date .updated {
  display: none;
}