/*
Theme Name: ponder
Theme URI: https://underscores.me/
Author: Gary Wright
Author URI: https://pondertheweb.com
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ponder
Tags:
@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Droid Sans', sans-serif;
	font-size:16px;
	color:#fff;
	margin:0px;
	padding:0px;
    background-size: 100%;
}

h1,h2,h3 {
	font-family: 'Droid Sans', sans-serif;
}

h1 {
	color: #fff;
	margin:0px;
	padding:20px 0 10px;
	font-size: 32px;
}

h2 {
	clear: both;
	font-size: 24px;
	padding: 10px 0;
	margin: 0px;
}

#testimonials_header {
	margin-top: 40px;
}

h3 {
	font-size: 16px;
	padding: 10px 0;
	margin: 0px;
}

p {
	line-height: 21px;
	padding: 5px 0 15px;
	margin: 0px;
}

ul, ol {
	margin: 0 0 0 30px;
	padding: 0px;
}

li {
	padding:5px 0;
}

.shadow {
	text-shadow: 1px 1px #000;
}

.wrapper {
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom: 460px;
	position: relative;
}

header {
}

header .wrapper {
    padding-bottom: 0px;
}

.logo {
	margin:40px 0 0 20px;
	border: none;
}

#scroll header {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(102,102,102,1);
	box-shadow: 0px 3px 5px 0px rgba(102,102,102,1);
}

#scroll .logo {
	display: none;
}

.content {
	clear: both;
	padding-top: 80px;
	min-height: 400px;
}

.content a {
	color: #fff;
	font-weight:bold;
	transition: background 0.5s linear;
}

.content a:hover {
	color: #3e83f3;
	background-color: #fff;
	text-decoration:none;
}

.content > p a {
	color:#fff;
}

.main {
	background: url(/images/question.png) no-repeat center center;
	border:3px solid #fff;
	border-radius: 4px;
	margin: 30px 0 40px;
}

.main_question {
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-top: 20px;
	text-transform: uppercase;
}

.col_left, .col_right {
	width: 41%;
	padding: 1% 2% 2%;
}

.col_right {
	float: right;
	margin-left: 3%;
}

.col_left {
	float: left;
	margin-right: 3%;
}

.col_left h2, .col_right h2 {
	color: #fff;
}

.col_left h3, .col_right h3 {
	color: #fff;
}

.col_left p, .col_right p, .col_left li, .col_right li {
	color: #fff;
}

.cols_2_3 {
	width:57%;
	float: left;
	margin: 1.5%;
	padding: 1%;
	background: #fff;
	border:1px solid #666;
}

.cols_3 {
	width:27.75%;
	float: left;
	margin: 1.5%;
	padding: 1%;
	background: #fff;
	border:1px solid #666;
}

.cols_3 p {
	color: #666;
	padding-bottom: 0px;
}

.cols_3 a {
	color: #666;
	transition: background 0.5s linear;
}

.cols_3 a:hover {
	color: #fff;
	background-color: #3e83f3;
	text-decoration:none;
}

.cols_3 img {
	max-width: 100%;
	height: inherit;
}

.nobg {
	background: none;
	border: none;
	color: #fff;
}

.nobg p {
	color: #fff;
}

.work:nth-child(3n+1){
	clear: both;
}

.copyright {
	position: absolute;
	bottom: 0px;
	left: 0;
	margin:0 0 20px;
	text-align: center;
	width: 100%;
}

.copyright p {
	max-width:700px;
	display: block;
	margin: 0 auto;
}

/*  NAV  */

.nav {
	margin:0px;
	padding: 0px;
	position: absolute;
	top: 70px;
	right: 0px;
	z-index: 500;
}

.nav li {
	margin: 0 3px;
	padding: 0px;
	list-style: none;
	float:left;
	position: relative;
}

.nav a {
	color: #fff;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 16px;
	text-decoration:none;
	display:block;
	text-transform: uppercase;
	border-radius: 3px;
	font-family: 'Droid Sans', sans-serif;
}

.menu-item-198 a {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-bottom: 13px;
}

.nav .current-menu-item a {
	color: #3e83f3;
	background: #fff;
}

.nav li:hover a {
	color: #3e83f3;
	background: #ddd;
}

.nav ul {
	position: absolute;
	left: 0px;
	top: 40px;
	background: #ddd;
	margin: 0px;
	padding: 0px;
	display: none;
}

.nav ul li {
	display: block;
	clear: left;
	float: none;
	margin: 0px;
}

.nav ul li a {
	color: #333;
	text-transform: none;
	border-radius: 0px;
}

.nav ul li:hover a {
	background: #fff;
	color: #000;
}

.social {
	margin:0px;
	padding: 0px;
	position: absolute;
	top: 2px;
	right: 10px;
}

.social li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
}

.social li a {
	padding: 3px 8px;
	margin: 4px;
	display: block;
	transition: background 0.5s linear;
	height: 20px;
	width: 20px;
	text-indent: -3000px;
	border-radius: 3px;
}

.email {
	background: url(/images/email.png) no-repeat center center;
}

.email:hover {
	background:#fff url(/images/email_hover.png) no-repeat center center;
}

.linkedin {
	background: url(/images/linkedin.png) no-repeat center center;
}

.linkedin:hover {
	background:#fff url(/images/linkedin_hover.png) no-repeat center center;
}

.facebook {
	background: url(/images/facebook.png) no-repeat center center;
}

.facebook:hover {
	background:#fff url(/images/facebook_hover.png) no-repeat center center;
}

.twitter {
	background: url(/images/twitter.png) no-repeat center center;
}

.twitter:hover {
	background:#fff url(/images/twitter_hover.png) no-repeat center center;
}

.post {
    background: #fff;
    padding: 1% 3% 3%;
    border-radius: 10px;
    color: #666;
    margin-top: 40px;
}

.blog .wp-post-image {
    margin: 0 20px 0 0;
    float: left;
    width: 36%;
    height: auto;
}

.single .wp-post-image {
    margin: 20px auto;
    max-width: 90%;
    height: auto;
    display: block;
}

.entry-date {
    color: #999;
    font-size: 14px;
}

.entry-content {
    margin:20px 0;
    clear:both;
}

.post a, .post h1 {
    color: #666;
}

.post header {
    height: auto;
}

.post_summary {
    float: left;
    width: 60%;
}

a.more {
	clear: both;
	float: right;
	color: #fff;
}

.clr {
	clear: both;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

#or {
	display: none;
}

#scroll .social {
    display: none;
}

#scroll header {
    height: 50px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 500;
}

#scroll .nav a {
    color: #999;
}

#scroll .nav {
    top:2px;
    margin: 0px;
}

#scroll .nav a:hover {
	color: #666;
	background: #eee;
}

#scroll .nav .current-menu-item a {
	color: #666;
	background: #eee;
}

.logo_small {
	margin:8px 0 0 10px;
	display: none;
}

#scroll .logo_small {
	display: block;
}

.contact-form input, .contact-form textarea {
	border: none;
	border:1px solid #999;
	padding: 3px 2%;
	max-width: 96%;
}

span {
	max-width: 100%;
}

.contact-form button {
	padding: 5px 20px;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	border:1px solid #999;
}

@media (max-width : 1000px) {
	.content {
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media (max-width : 840px) {
	.nav li a {
		padding-right:12px;
		padding-left:12px;
	}
}

@media (max-width : 720px) {
	.content {
		padding-top:30px;
	}
    
    .nav {
        position: relative;
        top: 0px;
        margin-top: 20px;
    }
	
	.nav li {
		margin: 0;
		display: inline-block;
		float: none;
		text-align: left;
	}
	
	#scroll .nav {
		top: 10px;
	}
	
	body {
		text-align: center;
	}
    
    #scroll .logo_small {
        display: none;
    }
	
	li {
		list-style: none;
	}
    
    .logo {
        margin-left: 0px;
    }
	
	.post_summary {
		width: 100%;
	}
	
	.blog .wp-post-image {
		width: 100%;
	}
}

@media (max-width : 600px) {
	.cols_3 {
		width: 44%;
		float: left;
		margin: 1.5%;
		padding: 1%;
	}
	
	.cols_3:nth-child(2n+1) {
		clear: left;
	}
	
	.col_left, .col_right {
		width:80%;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	
	.work {
		clear: both;
		width: 100%;
		margin: 20px auto;
		float: none;
		max-width: 280px;
	}
	
	#or {
		display: block;
		text-align: center;
	}
	
	.main {
		background: none;
	}
    
    .nav a {
		padding: 8px 10px;
		font-size: 13px;
	}
	
	.nav ul {
		top: 37px;
		text-align: left;
	}
	
	.menu-item-198 a {
		padding-bottom: 13px;
	}
	
	#scroll .nav {
    	top:13px;
	}

}

@media (max-width : 440px) {
	.cols_3 {
		width: 80%;
		float: none;
		margin: 5% auto;
		padding: 1%;
		clear: both;
	}
	
	.nav li {
		
	}
	
	.nav li a {
		padding-left: 7px;
		padding-right: 7px;
	}
}

