/*
Theme Name:     Seyspark Electrical
Description:    
Author:         JasonYates75
Template:       unite

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


.blue:nth-child(odd){
    background-color: #231f20;
}




/* Base */

.hentry {
    margin: 0!important;
}

#wpadminbar .quicklinks>ul>li>a {
    color: #ffffff!important;
}

.full-width #primary {
    width: 100%;
    padding: 0!important;
}

.no-padding {
    padding: 0!important;
}

.no-margin {
    margin: 0!important;
}

.row:not(.ddl-full-width-row) .ddl-full-width-row>[class*="col-"]:first-child {
    padding-left: 0!important;
}

.row:not(.ddl-full-width-row) .ddl-full-width-row>[class*="col-"]:last-child {
    padding-right: 0!important;
}

.row:not(.ddl-full-width-row) .container-fluid {
    padding-left: 15px!important;
    padding-right: 15px!important;
}


/* Typograpghy */

h1, h1 a, h2, h2 a, h3, h3 a,  h4, h4 a, h5, h5 a, h6, h6 a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	margin-bottom: 10px!important;
	color: #00aaeb!important;
	line-height: 1.5;
	font-weight: 700;
}

h1 {
	font-size: 18px!important;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

p, html, li, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #cfd0d1;
	letter-spacing: 2px;
	line-height: 1.5;
}

.call-out-banner h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #00aaec!important;
	font-weight: 700;
}

.call-out-banner p {
    font-family: 'Open Sans', sans-serif;
	color: #cfd0d1;
	font-weight: 400;
}


a:focus, a:hover, a {
    color: #989A9D!important;
	font-weight: 400;
}

.zero-top-margin {
	margin-top: 0!important;
}

.more-link {
	display: none;
}

/* Navigation */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #cfd0d1!important;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.navbar {
    position: relative;
    min-height: 0!important;
    margin-bottom: 0!important;
    border: none!important;
}

.navbar {
    border-radius: 0!important;
}

.navbar.navbar-default {
    background-color: #130c0e!important;
	padding: 30px 0;
}

.mega-current-menu-item a {
    border-bottom: 1px solid #03AAE9!important;
}

.site-branding {
    margin-top: 0!important;
    margin-bottom: 0!important;
}



/* Backgrounds */
.black-background {
    background-color: #130c0e;
	color: #cfd0d1;
}

.brown-background {
    background-color: #231f20;
	color: #cfd0d1;
}

#recent-projects-background {
    background-image: url(http://www.jasonyates75.com.au/dev/seyspark-electrical/wp-content/uploads/2018/03/background-repeat.png);
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.row-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Project */
.absolute-image img {
    border: 3px solid #00aaed;
}

/* Centering Text*/

.centered-text {
	margin-top: 20%;
}

/* Dividers */
hr.center-divide {
    text-align: center;
    width: 3%;
    border-top: 2px solid #00aaec;
}

hr.left-divide {
    text-align: left;
    width: 8%;
    border-top: 2px solid #00aaec;
    margin-top: 10px!important;
    margin-bottom: 14px!important;
}

/* Images */
.full-width-image {
	width: 100%!important;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 10px 0;
}

.centered img {
    margin: 0 auto 55px;
}

img.project-image {
    margin-bottom: 30px;
}



/* Quicklinks */

.quicklink-container {
	text-align: center;
}

.quicklink h2 {
    font-size: 15px;
    padding: 10px 20px;
}

.quicklink-container p {
    margin-top: 10px;
    margin-bottom: 10px;
}




/* Social Icons */

.social-icon img {
    max-height: 25px;
}

/* Sidebar */

.tagcloud {
    padding: 10px 10px;
}

.tagcloud a {
    float: left;
    clear: both;
    line-height: 24px;
	font-size: 14px!important;
    text-transform: capitalize;
    border-bottom: 1px solid #EEE;
    position: relative;
    display: block;
    padding: 10px 15px;
}

/*ul ul, ol ul {
    list-style-type: none;
    padding-left: 20px!important;
}

ul ul:before, ol ul:before {
    content: "-";
    float: left;
    margin-right: 5px;
}*/

/* Blog */

.single-post-image img {
    width: 48%;
    padding: 0px;
    margin-right: 15px;
}





.post-wrapper {
    margin-bottom: 50px;
}

.post-title {
    margin-top: 40px;
}


/* Contact Section*/
.contact-container {
    margin-top: 2%;
    padding-bottom: 10%;
}

.social-icons-container {
    margin-top: 30px;
}

.contact-container .social-icon a {
    color: #00aaed!important;
    margin-right: 15px;
}



/* Footer */

#footer {
    background-color: #00aaec;
    padding-top: 30px;
    padding-bottom: 30px;
}


/* Widgets*/

.widget-title {
    border-bottom: none!important;
    font-size: 14px;
    color: #130c0e!important;
}

.textwidget p, .textwidget a {
    color: #ffffff!important;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.textwidget .social-icons-container {
    float: none;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.social-icon {
    display: inline-block;
    padding-right: 3px;
}

.textwidget .social-icon a {
    font-size: 10px;
    margin-right: 10px;
}


ul#menu-primary-menu {
    list-style: none!important;
    padding-left: 0!important;
}

ul#menu-primary-menu li a {
    color: #ffffff!important;
    text-transform: uppercase;
	font-size: 12px;
}


/* Customised Menu */
.navbar-header {
    display: none;
}



/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width : 1200px) {
	
	

}

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

}

@media only screen and (max-width : 767px) {
	
	#mega-menu-wrap-primary {
	    clear: none!important;
	    width: 100%!important;
	    float: none;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	
	.social-icons-container {
	    float: none;
	}
	
	.centered img {
	    width: 80%;
	    margin: auto;
	}
	
	.quicklink-container img {
		width: 100%;
		margin-top: 20px;
	}
	
	#recent-projects-background {
	    background-image: url();
	    background-repeat: repeat-x;
	    background-size: contain;
	    width: 100%;
	    margin-top: 60px;
	    margin-bottom: 60px;
	}

}

@media only screen and (max-width : 480px) {
	
	#mega-menu-wrap-primary {
	    clear: none!important;
	    width: 100%!important;
	    float: none;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	
	.social-icons-container {
	    float: none;
		margin-bottom: 20px;
	}
	
	.centered img {
	    width: 80%;
	    margin: auto;
	}
	
	.quicklink-container img {
		width: 100%;
		margin-top: 20px;
	}
	
	#recent-projects-background {
	    background-image: url();
	    background-repeat: repeat-x;
	    background-size: contain;
	    width: 100%;
	    margin-top: 60px;
	    margin-bottom: 60px;
	}
	
	/* Blogs */
	
		.single img {
		    width: 100%;
		    padding: 0;
		    margin-right: 0;
		}
	

}

@media only screen and (max-width : 320px) {
	
	#mega-menu-wrap-primary {
	    clear: none!important;
	    width: 100%!important;
	    float: none;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	
	.social-icons-container {
	    float: none;
		margin-bottom: 20px;
	}
	
	.centered img {
	    width: 80%;
	    margin: auto;
	}
	
	.quicklink-container img {
		width: 100%;
		margin-top: 20px;
	}
	
	#recent-projects-background {
	    background-image: url();
	    background-repeat: repeat-x;
	    background-size: contain;
	    width: 100%;
	    margin-top: 60px;
	    margin-bottom: 60px;
	}
	
/* Blogs */
	
	.single img {
	    width: 100%;
	    padding: 0;
	    margin-right: 0;
	}
	

}