/*
Theme Name: Creativectors
Theme URI: http://creativectors.com
Description: Custom theme matching the original Creativectors design
Author: creativectors
Version: 1.0
*/

@font-face {
	font-family: 'Museo700-Regular';
	src: url('/wp-content/themes/creativectors/fonts/Museo700-Regular.ttf');
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #ebebeb;
	font-family: Arial, verdana, Tahoma, Century gothic, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
	margin: 0;
}

a, a:visited {
	color: #008acf;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #9cc83d;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 125%;
	font-weight: bold;
}

table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}

tr th, thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}

tr.odd td {
	background: #f2f7fc;
}

blockquote {
	font-style: italic;
	color: #555;
	padding: 10px;
}

pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}

code {
	padding: 0 3px;
	background: #eee;
}

pre code {
	background: transparent;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

img.alignnone {
	padding: 5px 0;
	margin: 0 0 5px 0;
	display: inline;
	background: #fff;
}

img.alignright {
	padding: 5px 0;
	margin: 5px 0 10px 10px;
	display: inline;
	background: #fff;
}

img.alignleft {
	padding: 5px 0;
	margin: 5px 10px 10px 0;
	display: inline;
	background: #fff;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

/* The Outer cover */

#wrapper {
	margin: 0 auto;
	position: relative;
	padding: 0;
}

#casing {
	padding: 0;
	width: 900px;
	margin: 0 auto;
}

/* The Header */
.masthead {
	height: 149px;
	background: #353535;
}

.mh_inner {
	width: 900px;
	margin: 0 auto;
}

.top1 {
	height: 87px;
}

#topleft1 {
	height: 87px;
	width: 500px;
	float: left;
}

.head {
	width: 900px;
	margin: 0 auto;
}

.blogname {
	width: 400px;
	margin: 25px 0 0 0;
	text-align: left;
	float: left;
}

.blogname h1 {
	padding: 0;
}

.blogname h1 a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	font-family: 'Museo700-Regular', Tahoma, Century gothic, sans-serif;
}

#topright1 {
	height: 87px;
	float: right;
	width: 295px;
}

#topright1 ul {
	float: left;
	list-style: none;
	margin: 25px 0 0 30px;
	padding: 0;
}

#topright1 li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 14px 0 0;
	line-height: 41px;
	color: #fff;
}

#topright1 li a {
	color: #fff;
}

#topright1 li a:hover {
	color: #ccc;
}

.top2 {
	height: 62px;
}

#topleft2 {
	height: 62px;
	width: 625px;
	float: left;
}

#topright2 {
	height: 62px;
	float: right;
	width: 30%;
}

/* The Search */
#search {
	width: 268px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 37px;
	display: inline-block;
}

#search form {
	margin: 0;
	padding: 0;
}

#s {
	width: 165px;
	background-color: #fff;
	margin: 7px 0 0 0;
	padding: 4px 5px;
	height: 18px;
	border: none;
	font: italic 100% "Tahoma", Arial, Helvetica, sans-serif;
	color: #c2c2c2;
	float: left;
	display: inline;
}

#searchsubmit {
	background: #008acf;
	border: none;
	color: #fff;
	display: block;
	margin: 6px 0 0 5px;
	width: 84px;
	height: 27px;
	float: left;
	cursor: pointer;
	font-size: 12px;
}

#searchsubmit:hover {
	background: #9ac23b;
}

/* Page menu */
#foxmenucontainer {
	padding-top: 10px;
	height: 41px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
}

#menu {
	padding: 0;
	height: 41px;
	overflow: hidden;
	width: 610px;
}

#menu ul {
	float: left;
	list-style: none;
	margin: 10px 0 0 -3px;
	padding: 0;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 41px;
	color: #E4DFC9;
}

#menu li a, #menu li a:link, #menu li a:visited {
	color: #ccc;
	display: block;
	margin: 0;
	padding: 0 8px;
	line-height: 40px;
}

#menu li a:hover, #menu li a:active {
	color: #1192D2;
	margin: 0;
	padding: 0 8px;
	line-height: 40px;
	text-decoration: none;
}

.current-menu-item a, .current_page_item a {
	color: #008bd0 !important;
}

/* Main Content */
#content {
	float: left;
	width: 596px;
	height: 100%;
	padding: 0;
	margin: 0 0 30px 0;
	display: inline;
	overflow: hidden;
	background-color: #ebebeb;
}

#content h1 {
	color: #9ac23b;
	font-family: 'Museo700-Regular', Tahoma, Century gothic, sans-serif;
	font-size: 34px;
	padding: 0 0 10px 5px;
}

img.postimg {
	float: left;
	width: 567px;
	height: 200px;
}

.single {
	margin: 10px 0 10px 15px;
	border: none !important;
}

.title h1 {
	margin: 0;
	padding: 0 5px 10px 0;
	font-size: 34px;
	font-weight: normal;
	color: #1192D2;
}

.post {
	height: 100%;
	color: #595543;
	padding: 0;
	margin: 30px 0 0 0;
	position: relative;
	width: 568px;
}

.post p {
	padding-bottom: 10px;
}

.title {
	margin: 0;
	padding: 0 0 10px 0;
	display: inline-block;
}

.title h2 {
	margin: 20px 0 0 0;
	padding: 0 0 15px 0;
	font-size: 34px;
	font-weight: normal;
	color: #1192D2;
	font-family: 'Museo700-Regular', Tahoma, Century gothic, sans-serif;
}

.title h2 a, .title h2 a:link, .title h2 a:visited {
	color: #1192d2;
}

.title h2 a:hover {
	color: #9ac23b;
}

.postmeta {
	width: 567px;
	color: #436a74;
	font-size: 12px;
	float: left;
	font-weight: normal;
	background-color: #ececec;
}

.pmet {
	padding: 5px 10px 5px 15px;
	color: #363636;
}

.pmet span {
	padding-right: 15px;
}

.pmet_left {
	padding-left: 15px;
}

.pmet a {
	color: #363636;
	font-weight: normal;
	text-decoration: none;
}

.pmet a:hover {
	color: #9ac23b;
	text-decoration: none;
}

a.readmore {
	margin-top: 10px;
	display: block;
	width: 30px;
	padding: 0 4px;
	color: #fff !important;
	background-color: #1091d2 !important;
}

a.readmore:hover {
	background-color: #9ac23b !important;
}

.entry, .entry p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 20px;
}

.entry h2 {
	font-size: 18px;
	font-family: 'Museo700-Regular', Tahoma, Century gothic, sans-serif;
	color: #9ac23b;
	padding-top: 14px;
}

.entry h3 {
	font-size: 16px;
	font-family: 'Museo700-Regular', Tahoma, Century gothic, sans-serif;
	color: #9ac23b;
	padding-top: 12px;
}

.entry a:link, .entry a:visited {
	color: #1D81B6;
}

.entry a:hover {
	color: #00488F;
	text-decoration: none;
}

.entry ul {
	margin-bottom: 5px;
}

.entry ul li {
	margin-left: 2em;
	list-style-type: disc;
}

.entry ol li {
	margin-left: 2em;
	list-style-type: decimal;
}

.pline {
	border-top: 1px dotted #ccc;
	width: 567px;
	margin: 10px 0 20px 0;
}

/* Right column */
.right {
	float: left;
	margin-left: 9px;
	width: 288px;
	padding: 0 0 15px 0;
	display: inline;
	overflow: hidden;
}

h3.sidewidget {
	clear: both;
	color: #1192d2;
	font-size: 20px;
	padding: 10px 0;
}

div h3.sidewidget {
	margin-left: 25px;
}

h3.sidetitl {
	clear: both;
	color: #1192D2;
	font-size: 20px;
	padding: 10px 0;
}

div.newlogosale {
	margin-left: 25px;
}

div.dot_space {
	clear: both;
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #acacac;
}

.fblock {
	float: left;
	width: 80px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin: 0;
}

a img.thumbim {
	float: left;
	margin: 0 5px 5px 0;
	padding-right: 5px;
	width: 73px;
	height: 73px;
}

/* Testimonials */
.testimonials {
	margin: 6px 0 10px 25px;
	padding-top: 15px;
	padding-bottom: 0;
}

.isitesti {
	padding-right: 10px;
	min-height: 100px;
	line-height: 18px;
	color: #363636;
}

.isitesti div {
	font-style: italic;
}

.isitesti div.rights {
	text-align: right;
	color: #9ac23b;
	margin-top: 10px;
}

.right_banner {
	margin-left: 25px;
}

.side_adv {
	margin: 10px 0 15px 25px;
}

/* Navigation / Pagination */
#navigation {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 0;
	width: 550px;
	height: 27px;
}

.wp-pagenavi {
	font-size: 12px;
	text-align: center !important;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	text-decoration: none;
	background: #F2F2F2 !important;
	border: 1px solid #ddd !important;
	color: #555 !important;
	padding: 3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
}

.wp-pagenavi a:hover {
	color: #fff !important;
	background: #1D94F1 !important;
	border: 1px solid #1474C7 !important;
}

.wp-pagenavi span.pages {
	display: none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background: #1D94F1 !important;
	border: 1px solid #1474C7 !important;
	color: #fff !important;
	padding: 3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
}

/* Footer */
.botop {
	height: 10px;
	background: #2a2a2a;
}

div.footer_top {
	width: 100%;
	background: #363636;
}

div.footertop_inner {
	margin: 0 auto;
	width: 900px;
}

div.footer_left {
	float: left;
	width: 580px;
	padding: 0 30px 10px 0;
	margin: 0;
	background: #363636;
}

.widgets > li > * {
	margin: 20px 0;
}

.widgets > li a {
	color: #959595;
}

.widgets > li a:hover {
	color: #51cdfc;
	text-decoration: none;
}

ul.widgets {
	color: #959595;
	font-weight: normal;
	list-style: none;
	width: 677px;
	margin: 10px 0 60px 0;
}

.widgets > li {
	float: left;
	margin: 0;
	color: #959595;
}

.widgets > li ul {
	list-style: none;
	list-style-position: outside;
}

.widgets > li ul.first {
	padding-left: 0;
}

.widgets > li li {
	margin-right: 25px;
	padding: 2px 0;
}

div.side {
	width: 27%;
	padding-top: 35px;
	padding-left: 25px;
	float: left;
}

.side ul {
	float: left;
	list-style: none;
	margin: 25px 0 60px 0;
	padding: 0;
}

.side li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 14px 0 0;
	line-height: 41px;
	color: #fff;
}

.side li a {
	border: none;
}

.fcred, .fcred a {
	text-align: left;
	padding-bottom: 15px;
	color: #707070;
}

.fcred a:hover {
	color: #51cdfc;
}

.footertop_bottom {
	width: 600px;
	margin-top: 100px;
	text-align: left;
}

.logo-bottom {
	float: left;
	margin-top: 0;
}

.payment-icon {
	float: left;
	margin: 0 0 10px 280px;
}

#footer {
	min-height: 69px;
	background-color: #252525;
}

/* Single post */
.single-post-content {
	margin: 15px;
	padding: 0 0 20px 0;
}

.single-post-content .title h2 {
	margin-top: 10px;
}

.single-post-content .entry {
	margin-top: 10px;
}

.single-post-content .entry p {
	padding-bottom: 10px;
	line-height: 20px;
}

.single-post-content .entry img {
	max-width: 100%;
	height: auto;
}

.post-navigation {
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
	overflow: hidden;
}

.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-next {
	float: right;
}

.post-navigation a {
	color: #1192d2;
	font-size: 12px;
}

.post-navigation a:hover {
	color: #9ac23b;
}

/* Newsletter form */
div.mp-container {
	margin-left: 25px;
}

input.mp_submit {
	cursor: pointer;
	width: 100px !important;
	padding: 3px !important;
	background-color: #008acf !important;
	color: #fff !important;
}

#content img {
	max-width: 567px;
	height: auto;
}

.wp-post-image {
	width: 567px;
	height: 200px;
	object-fit: cover;
}
