﻿f/* 
	Theme Name: Peter Banigo Child Theme
	Version: 1.0
	Theme URI: https://targetict.co.uk
	Description: A basic starter child theme for Peter Banigo
	Author: Target ICT Ltd
	Author URI: https://targetict.co.uk
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template: peterbanigo
*/

/* ================================================================ 
     GLOBAL STYLES - Start your custom styles from below
=================================================================== */
h2 {
    font: 42px "Lato";
}
.sect-gap {
	padding: 50px 0px;
}

a.backto-top {
	background:#1da1f2      ;
}
a.readmore {
	border:2px solid #1da1f2;
	color:#1da1f2;
}
.title.style1 h2:before {
	background:#1da1f2;
}
a.readmore:hover {
	background: #1da1f2;
}
.fixed-title p {
	color:#1da1f2;
	font: 18px "Lato";
}
.fixed-title > a {
	border: 2px solid #1da1f2;
	color:#1da1f2;
}
.fixed-title > a i {
	color:#1da1f2;
}
.fixed-title h1 {
    font:900 35px "Lato";
}
.fancy-nav ul li:first-child > a {
	background: #1da1f2;
}
.blogstyle1 .blog-meta i {
	border: 1px solid #1da1f2;
	color:#1da1f2;
}
.blogstyle1 .blog-meta a.readmore {
	background:#1da1f2;
}
.accordian ul > li a.active {
	background:#1da1f2;
}
.fancy-menu ul li a:hover { color:#1da1f2; }
.btn-submit button {
	border: 2px solid #1da1f2;
	color:#1da1f2;
}
.btn-submit button i {
	color:#1da1f2;
}
.testimonial {
    padding: 50px 35px;
}
.testimonial span {
	font: 500 16px "Lato";
	color:#1da1f2;
}

a.btn-close {
	background:#1da1f2;
}
.writer-thumb a {
	background:#1da1f2;
}
.writer-info > span {
	color:#1da1f2;
}
.article-img {
	border-bottom:2px solid #1da1f2;
}
.writer-thumbnail img {
	border:2px solid #1da1f2;
}
.article > a {
	background:#1da1f2;
}

.title.style1 h2:before {
    height: 5px;
    width: 50px;
}
.video-meta i {
	color:#1da1f2;
}
.video-meta span {
	color:#1da1f2;
}
.video-desc i {
	color:#1da1f2;
}
.video-desc span {
	color:#1da1f2;
}


.panel-desc p {
    font: 15px/26px "Lato";
}

.about {
    word-wrap: break-word;
}


.contact-form [type="text"],
.contact-form textarea {
    border: 1px solid #f3f3f3 !important;
    width: 100% !important;	
}

.contact-form label {
	display: inline-block !important;
}


.default_page ul li {list-style-type: disc;}
.default_page ol li {list-style-type: decimal;}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.default_page ul {	
    margin-left: 1.5em;
}

.contact-form label i {
    position: static;
}
p{ font-size: 20px;
}