/*
Theme Name:  Editor Child
Template:    editor-wp
Theme URI:   http://themeforest.net/user/pixelwars/portfolio
Author:      Pixelwars
Author URI:  http://themeforest.net/user/pixelwars
Description: Responsive WordPress theme.
Version:     1.2
License:     ThemeForest License
License URI: http://themeforest.net/licenses
Tags:        light, dark, white
Text Domain: read
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/


.downloadButton, #popupcta a {
	background: #ff2178;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 1px #999;
	-webkit-box-shadow: 0 0 1px #999;
	box-shadow: 0 0 1px #999;
	color: #fff !important;
	text-align: center;
	width: 300px;
	height: 60px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	line-height: 60px;
	display: block;
	margin: 1em auto !important;
	font-size: 20px;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter, .alignnone, .alignright, .alignleft {
    display: block; margin: 1.6em auto; clear: both;
	}
.wp-caption {
	color:#555;
	}
.wp-caption img {
	border: 0 none; height: auto; margin: 0; padding: 0;
	}
.wp-caption-text {
    font-size: 14px; margin: 0; padding: .6em .1em 0; color: #C5C2B6;
	}
.wp-caption.aligncenter { 
	text-align: center; 
	}

/* TABLETS */
@media screen and (min-width: 768px) {
	.alignnone {
		margin: 3em 0; 
		}
	.aligncenter {
		margin: 3em auto; 
		}
	.alignleft,
	.alignright {
		max-width: 50%; 
		}
	.alignright {
		float:right; margin: .4em 0 1em 2em;
		}
	.alignleft {
		float: left; margin: .4em 2em 1em 0;
		}
}

/* DESKTOPS MEDIUM */
@media screen and (min-width: 1200px) { 
	.content-area:not(.with-sidebar) .alignright, .content-area:not(.with-sidebar) .wp-caption.alignright {
		margin-right: -140px; margin-left: 2em;
		}
	.content-area:not(.with-sidebar) .alignleft, .content-area:not(.with-sidebar) .wp-caption.alignleft {
		margin-left: -140px; margin-right: 2em;
		}	
}
header {}
#primary-navigation {
	height: 60px;background: #fff;
}
.nav-menu {
		float: right;
}
.navInner {
	  max-width: 1180px;
	  min-width: 320px;
	  margin: 0 auto;
}
.nav-menu ul,.nav-menu ul li {text-transform: none;font-weight: 300;font-weight: normal;font-size: 13px;letter-spacing: 0;line-height: 60px;}
#primary-navigation .logo {width: 100px;
height: 60px; float: left;background: url(/home_assets/images/logo_x2.png) no-repeat left center;background-size: 80px;}
