/*
Theme Name: Camp
Theme URI: http://bestwebsoft.com/theme/camp/
Author: the BestWebSoft team
Author URI: https://github.com/bestwebsoft
Description: Camp Wordpress theme is simply solution to customize your website
Version: 1.1
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Tags: blue,  two-columns, right-sidebar,  fixed-layout, custom-menu, featured-images, sticky-post, translation-ready, custom-header, custom-background
*/

/**
 * 1.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

body.custom-background {
    background-image: none !important;
	background-color: #f5f5f5 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}

html {
	padding: 0;
}

ul {
	list-style: none;
}

/* Fonts */
@font-face {
	font-family: "Open Sans";
	src: url('fonts/OpenSans-Regular.eot') format('embedded-opentype'),
	url('fonts/OpenSans-Regular.woff') format('woff'),
	url('fonts/OpenSans-Regular.ttf') format('truetype'),
	url('fonts/OpenSans-Regular.svg') format('svg');
}

@font-face {
	font-family: "Open Sans Bold";
	src: url('fonts/OpenSans-Bold.eot') format('embedded-opentype'),
	url('fonts/OpenSans-Bold.woff') format('woff'),
	url('fonts/OpenSans-Bold.ttf') format('truetype'),
	url('fonts/OpenSans-Bold.svg') format('svg');
}

@font-face {
	font-family: "Open Sans Semibold";
	src: url('fonts/OpenSans-Semibold.eot') format('embedded-opentype'),
	url('fonts/OpenSans-Semibold.woff') format('woff'),
	url('fonts/OpenSans-Semibold.ttf') format('truetype'),
	url('fonts/OpenSans-Semibold.svg') format('svg');
}

@font-face {
	font-family: "Ubuntu Mono";
	src: url('fonts/UbuntuMono-Regular.eot') format('embedded-opentype'),
	url('fonts/UbuntuMono-Regular.woff') format('woff'),
	url('fonts/UbuntuMono-Regular.ttf') format('truetype'),
	url('fonts/UbuntuMono-Regular.svg') format('svg');
}

.camp-page {
	margin: auto;
	font-family: "Open Sans";
	background-color:#FFF;
}

/**
 * 2.0 Header
 * ----------------------------------------------------------------------------
 */

 .header{
    height: 50px;
    padding: 20px 50px 20px 100px;
}
.header-right{
    float: right;
}
.header-right div{
    float: left;
    margin-right: 30px;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 15px;
}
.header-right a{text-decoration: none;}
.header-right div:last-child{padding-top:0;}
a.login{
    background-color: #d64c57;
    display: block;
    padding: 15px 33px;
    border-radius: 4px;
    font-weight: 700;
	color: white;
}
.color-blog a{ color: #d64c57;}
.color-header a{color: #5b6675}
header {
	background: #fff;
	width: 100%;
	min-width: 1200px;
	z-index: 100;
}

/**
 * 2.1 Site Header
 * ----------------------------------------------------------------------------
 */

.camp-head {
	margin: 0 auto;
	/*width: 1142px; */
	height: 20px;
	padding:25px;
	word-wrap: break-word;
	z-index: 100;
	background-color:#F8F8F8;
	border-top:2px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;
}

/* Site Title */
.camp-head-title {
	margin-left: 30px;
	float: left;
	max-width: 100%;
}

.camp-head-title h1 {
	font: bold 24px "Open Sans Semibold";
	color: #000;
}

.camp-head-title h1:first-letter {
	color: #3d8fd5;

}

.camp-head-title h1 a {
	font: bold 24px "Open Sans Semibold";
	color: #000;
	text-decoration: none;
}

.camp-head-title p {
	font: 13px "Open Sans";
	color: #aaa;
}

/**
 * 2.2 Navigation
 * ----------------------------------------------------------------------------
 */

.camp-site-navigation {
	/* padding-top: 12px;
	padding-bottom: 13px; */
	/* float: right; */
	z-index: 100;
}

.camp-site-navigation ul {
	/* margin: 0; */
	margin: auto 20px;
}

.camp-site-navigation li {
	float: left;
	word-wrap: break-word;
	position: relative;
	z-index: 100;
	width: 25%;
}

.camp-site-navigation li a {
	font: 14px "Open Sans";
	color: #aaa;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 20px 30px 20px;
	display: block;
}

.camp-site-navigation li a:hover {
	color: #3d8fd5;
}

.camp-site-navigation li a:active {
	color: #000;
}

.camp-site-navigation .current_page_item a,
.camp-site-navigation .current_page-item a {
	color: #444;
}

/* Sub Menu */

.camp-site-navigation .menu-item > .sub-menu,
.camp-site-navigation .page_item > .children {
	background: #fff;
	border: 1px solid #ddd;
	/* width: 220px; */
	position: absolute;
	right: 0;
	display: none;
	z-index: 100;
}

.camp-site-navigation .menu-item:hover > .sub-menu,
.camp-site-navigation .page_item:hover > .children {
	display: block;
}

.camp-site-navigation .menu-item  > .sub-menu .menu-item,
.camp-site-navigation .page_item  > .children .page_item {
	width: 220px;
	border-top: 1px dashed #ddd;
	position: relative;
}

.camp-site-navigation .menu-item .sub-menu .menu-item:first-child,
.camp-site-navigation .page_item .children .page_item:first-child {
	border: none;
}

.camp-site-navigation .menu-item .sub-menu .menu-item:hover,
.camp-site-navigation .page_item .children .page_item:hover {
	background: #ececec;
}

.camp-site-navigation .menu-item .sub-menu .menu-item a,
.camp-site-navigation .page_item .children .page_item a {
	padding: 19px;
}

.camp-site-navigation .menu-item > .sub-menu .menu-item > .sub-menu,
.camp-site-navigation .page_item > .children .page_item > .children {
	margin-left: 0;
	left: 100%;
	top: 30%;
}

/**
 * 2.3 Image Slider
 * ----------------------------------------------------------------------------
 */

.camp-slider {
	text-align: center;
	max-height: 343px;
	overflow: hidden;
	position: relative;
	clear: both;
	/* height: 1px; */
	height: 0px;
}

.camp-slider-btn {
	width: 47px;
	height: 47px;
	margin-top: 148px;
	opacity: 0.1;
	position: absolute;
}

.camp-slider #right {
	right: 0;
	z-index: 100;
}

.camp-slider #left {
	left: 0;
	z-index: 100;
}

.camp-slide {
	height: 343px;
	width: 100%;
	float: left;
	position: relative;
}

.camp-slide-img img {
	height: 343px;
	z-index: 0;
	width: auto;
}

.camp-slide-line {
	height: 75px;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 0;
	z-index: 50;
}

.camp-slide-text {
	padding: 15px 0;
	height: 45px;
	margin: 0 auto;
	width: 1200px;
	text-align: justify;
	text-overflow: ellipsis;
	z-index: 1;
}

.camp-slide-text h1,
.camp-slide-text h2 {
	font-family: "Open Sans";
	color: #fff;
	margin-left: 162px;
}

.camp-slide-text h1 {
	font-size: 18px;
	margin-bottom: 3px;
}

.camp-slide-text h1 a {
	color: #fff;
	text-decoration: none;
}

.camp-slide-text h2 {
	font-size: 13px;
}

/**
 * 3.0 Content
 * ----------------------------------------------------------------------------
 */

.camp-main{
	width: 1142px;
	padding: 29px 0 50px;
	margin: auto;
	overflow: hidden;
}

#content-wrapper{
	float: left;
	width: 800px;
}
.site-content {
	width: 800px;
	border:1px solid #F1F1F1;
	border-radius:3px;
	padding-bottom: 20px;
	background-color: #FFF !important;
}

.site-content a {
	font: 15px "Open Sans";
	color: #3d8fd5;
	text-decoration: none;
}

.site-content a:hover {
	text-decoration: underline;
}

/**
 * 3.1 Post
 * ----------------------------------------------------------------------------
 */

.post,
.hentry,
.sticky {
	background: #fff;
	width: 740px;
	padding: 21px 30px 18px;
	/* margin-bottom: 28px; */
	margin-bottom: 0px;
	position: relative;
	z-index: 90;
}

.wp-post-image{
	max-width: 100% !important;
}

/* Post Header */
.camp-post-header {
	min-width: 0;
}

.camp-post-header .camp-post-title {
	font: 21px "Open Sans";
	color: #3d8fd5;
	padding: 0 0 5px 0;
}

.camp-post-header .camp-post-title a {
	font: 21px "Open Sans";
	text-decoration: none;
	color: #3d8fd5;
}

.camp-post-header .camp-post-meta {
	font: 13px "Open Sans";
	color: #aaa;
	letter-spacing: -0.15px;
	padding: 0 0 19px 0;
}

.camp-post-header .camp-post-meta a {
	font: 13px "Open Sans";
	color: #aaa;
	margin-left: 4px;
	text-decoration: none;
}

h1.camp-archive-header {
	font: 21px "Open Sans Semibold";
	color: #666;
}

.site-content h1.camp-featured-post {
	font: 13px "Open Sans";
	color: #aaa;
	border-top: 4px double #eee;
	border-bottom: 4px double #eee;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}

/* Post Footer */
.camp-post-footer {
	min-width: 0;
	padding: 15px 0 0 0;
	border-top: 1px dashed #ddd;
	position: relative;
	clear: both;
}

.camp-post-footer .camp-tags {
	font: 13px "Open Sans";
	color: #aaa;
	padding: 0;
}

.camp-post-footer .camp-tags a {
	font: 13px "Open Sans";
	color: #aaa;
	text-decoration: none;
}

.camp-top-link {
	display: block;
	padding-bottom: 11px;
}

.camp-post-header a:hover,
.camp-post-footer a:hover {
	color: #3d8fd5;
}

/* Post Content */
.site-content p {
	font: 13px "Open Sans";
	color: #666;
	line-height: 168%;
	padding-bottom: 22px;
}

.site-content p a {
	font: 13px "Open Sans";
	color: #3d8fd5;
	text-decoration: none;
}

.site-content h1 {
	font: 24px "Open Sans Bold";
	color: #444;
	padding: 0 0 16px 0;
}

.site-content h2 {
	font: bold 21px "Open Sans Bold";
	color: #444;
	/* padding: 0 0 17px 0; */
}

.site-content h3 {
	font: bold 18px "Open Sans Bold";
	color: #444;
	padding: 0 0 20px 0;
}

.site-content h4 {
	font: bold 15px "Open Sans Bold";
	color: #444;
	padding: 0 0 20px 0;
}

.site-content h5 {
	font: bold 13px "Open Sans Bold";
	color: #444;
	padding: 0 0 23px 0;
}

.site-content h6 {
	font: bold 11px "Open Sans Bold";
	color: #444;
	padding: 0 0 30px 0;
}

address {
	font: 13px "Open Sans";
	color: #666;
}

.site-content table {
	font: 13px "Open Sans";
	color: #666;
	border-spacing: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	width: 100%;
	line-height: 2;
	border-collapse: collapse;
}

.site-content table th {
	font: 13px "Open Sans";
	font-weight: bold;
	text-align: left;
	padding-right: 20px;
	text-transform: uppercase;
}

.site-content table th a {
	font: 13px "Open Sans";
	text-transform: uppercase;
}

.site-content tr {
	border-bottom: 1px solid #ddd;
}

.site-content table td {
	padding: 6px 10px 6px 0;
	text-align: center;
	vertical-align: middle;
}

sup, sub {
	color: #aaa;
	letter-spacing: 0.4px;
	display: inline-block;
}

sup {
	margin-left: 3px;
}

sub {
	margin-bottom: -3px;
}

ins {
	text-decoration: none;
	background: #fff9c0;
}

pre {
	background: #efefef;
	font: 13px "Ubuntu Mono";
	color: #999;
	border: 1px solid #ddd;
	padding: 13px 20px;
	white-space: pre;
	overflow: auto;
	line-height: 165%;
	margin-bottom: 27px;
}

cite,
acronym,
abbr {
	font-style: normal;
	text-decoration: none;
	border: none;
}

acronym,
abbr {
	cursor: help;
}

blockquote {
	position: relative;
	padding: 0 35px;
	margin-bottom: 2px;
}

blockquote p {
	font: 14px "Open Sans";
	color: #aaa;
}

blockquote cite {
	font: 14px "Open Sans Semibold";
	color: #666;
	margin-left: 2px;
}

.camp-quote {
	position: absolute;
	top: 5px;
	left: 0;
}

/* Navigation */
.camp-paging {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	background-color: #FFF;
	height: 30px;
	/* margin-top: -20px; */

}

.camp-paging .camp-prev-post-link {
	float: left;
	padding-left: 20px;
}

.camp-paging .camp-next-post-link {
	float: right;
	padding-right: 20px;
}

.camp-paging a{
	color: #323A44;
	font-size:14px;
}

.camp-paging img{
	width:30px;
}

/* List Types */
ol,
ul,
dl {
	font: 13px "Open Sans";
	color: #666;
	margin: 0 0 0 47px;
}

dd {
	margin-bottom: 21px;
}

ul {
	margin-bottom: 22px;
}

ol {
	margin-bottom: 13px;
}

.site-content li {
	margin: 0 0 8px 4px;
}

.site-content li ul,
.site-content li ol {
	margin: 8px 0 0 47px;
}

.site-content ul {
	list-style: disc;
}

.site-content dl {
	margin-left: 30px;
}

.site-content dt {
	font: bold 15px "Open Sans";
	color: #444;
	letter-spacing: -0.8px;
	margin-bottom: 2px;
}

.site-content img {
	max-width: 540px;
	height: auto;
}

/* Form Elements */
.site-content form {
	font: 14px "Open Sans";
	color: #666;
}

label {
	font-size: 13px;
	padding-top: 13px;
	display: inline-block;
}

input[type = "text"],
textarea,
input[type = "password"] {
	font: 15px "Open Sans";
	width: 210px;
	padding: 0 5px;
	border: 1px solid #dadada;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	margin-bottom: 5px;
}

input[type = "text"],
input[type = "password"] {
	height: 45px;
}

textarea {
	margin-bottom: 19px;
	height: 107px;
	max-width: 528px;
	max-height: 250px;
	padding: 5px;
}

/* Radiobutton and Checkbox */
.camp-radio,
.camp-checkbox {
	margin: 12px 9px 0 29px;
	width: 18px;
	height: 18px;
	position: relative;
	top: 4px;
}

/* File Upload */
.camp-upload-file {
	background: #f2f2f2;
	font: 13px "Open Sans";
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #666;
	width: 460px;
	height: 70px;
	position: relative;
}

.camp-upload-img {
	margin: 11px 0 0 10px;
	cursor: pointer;
	width: 222px;
	height: 49px;
}

.camp-upload-file .camp-upload-lbl {
	position: relative;
	padding: 0;
	left: 18px;
	top: -20px;
}

/* Buttons */
input[type = "submit"],
input[type = "reset"],
input[type = "button"] {
	background: #444;
	font: 12px "Open Sans Bold";
	color: #fff;
	padding: 15px 19px;
	text-transform: uppercase;
	border: 1px solid #343434;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	letter-spacing: -0.8px;
	margin-right: 9px;
}

input[type = "submit"] {
	padding: 15px 21px;
}

input[type = "submit"]:hover,
input[type = "submit"]:active,
input[type = "reset"]:hover,
input[type = "reset"]:active,
input[type = "button"]:hover,
input[type = "button"]:active {
	background: #3d8fd5;
	border: 1px solid #3376af;
}

/* Select */
.camp-select-main {
	margin: 0;
	position: relative;
	width: 220px;
	z-index: 100;
}

.camp-select-main .camp-select {
	border: 1px solid #ddd;
	list-style: none;
	padding-right: 5px;
	margin: 0 0 22px 0;
	position: absolute;
	top: 45px;
	z-index: 100;
	background: #fff;
	width: 213px;
}

.camp-select li {
	display: none;
}

.camp-select li:first-child {
	margin-top: 8px;
}

.camp-select li:last-child {
	margin-bottom: 8px;
}

.camp-select-header {
	width: 200px;
	background: #ddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 14px 10px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.camp-select-header img {
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
	width: 8px;
	height: 17px;
}

.camp-select-header .camp-header-text {
	font: 13px "Open Sans";
	color: #666;
	width: 180px;
	overflow: hidden;
	height: 18px;
	padding: 0;
}

.camp-select .camp-option-group {
	color: #aaa;
	margin: 2px 5px 12px 8px;
}

.camp-select .camp-option {
	color: #666;
	margin: 0 0 12px 28px;
}

.camp-select .camp-option:hover {
	color: #3d8fd5;
	cursor: pointer;
}

/* Gellery */
.gallery dl {
	margin: 0;
}

.gallery img {
	height: auto;
}

.gallery-columns-4 img {
	max-width: 120px;
}

.gallery-columns-5 img {
	max-width: 100px;
}

.gallery-columns-6 img {
	max-width: 80px;
}

.gallery-columns-7 img {
	max-width: 65px;
}

.gallery-columns-8 img {
	max-width: 55px;
}

.gallery-columns-9 img {
	max-width: 50px;
}

.prev-img-link {
	float: left;
}

.next-img-link {
	float: right;
}

.image-attachment .attachment {
	text-align: center;
	margin-top: 35px;
}


/* Comments */
#comments,
#respond h3 {
	font: 21px "Open Sans Bold";
	color: #4f4f4f;
	margin: 10px 0;
	padding: 0;
}

.navigation {
	margin-bottom: 30px;
}

.navigation a {
	font: 14px "Open Sans";
}

.site-content .commentlist {
	margin: 0;
}

.commentlist .comment,
.commentlist .-pingback,
.commentlist .trackback,
.bypostauthor {
	border-top: 2px solid #fff;
	background: #f5f5f5;
	list-style: none;
	margin: 0;
}

.commentlist .pingback .comment-author:before {
	content: 'Pingback: ';
	font: 15px "Open Sans";
	color: #666;
	vertical-align: top;
}

.commentlist .pingback .comment-author:before {
	content: 'Trackback: ';
	font: 15px "Open Sans";
	color: #666;
	vertical-align: top;
}

.commentlist .pingback p,
.commentlist .trackback p,
.commentlist .pingback .comment-meta,
.commentlist .trackback .comment-meta,
.commentlist .pingback .comment-author .says,
.commentlist .trackback .comment-author .says {
	display: none;
}

.commentlist .children {
	margin-left: 30px;
}

.comment-body {
	padding: 5px;
}

.comment-body .avatar {
	width: 50px;
	height: 50px;
}

.children .comment-body .avatar {
	width: 40px;
	height: 40px;
}

.comment-author .fn,
.comment-author .says {
	font: 15px "Open Sans";
	color: #666;
	vertical-align: bottom;
	margin-left: 5px;
}

.comment-author a {
	vertical-align: bottom;
}

.comment-meta {
	position: relative;
	top: -55px;
	left: 55px;
}

.children .comment-meta {
	top: -45px;
	left: 45px;
}

.comment-meta a,
.reply a {
	font: 13px "Open Sans";
}

.reply {
	font: 17px "Opne Sans";
	margin-left: 5px;
}

#reply-title small {
	display: block;
}

/* Respond */
#respond {
	margin-left: 5px;
}

#respond label {
	font: 15px "Open Sans";
	margin-left: 5px;
	padding-top: 0;
	display: block;
}

#respond #commentform {
	padding-bottom: 0;
}

.required {
	color: #3d8fd5;
}

/* Add post in Slider */
.site-content #meta-for-slider {
	position: absolute;
	right: 0;
	top: 11px;
}

#meta-for-slider label {
	font: 13px "Open Sans";
	display: inline;
	padding: 0;
	color: #aaa;
}

#meta-for-slider .camp-checkbox {
	margin: 0 0 0 5px;
}

#meta-for-slider input[type = "submit"] {
	padding: 0 5px;
}

/* Plugins */

/* Contact Form */
.widget .camp-upload-file {
	width: 250px;
	height: 90px;
}

.widget .camp-upload-lbl {
	top: 0;
}

/* Facebook */
#fcbk_share {
	margin-bottom: 25px;
}

.fcbk_button {
	margin-right: 8px;
}

.fcbk_like {
	top: -1px;
}

/* Gallery */

.gallery_box_single p {
	padding-bottom: 0;
	padding-top: 22px;
	margin: 0;
}

/* Portfolio */

.portfolio_thumb img {
	width: inherit;
}

.portfolio_terms {
	top: -15px;
}

.portfolio_short_content {
	width: auto;
}

.portfolio_content .read_more a {
	padding: 3px;
	width: auto;
}

.widget .portfolio_content .read_more a {
	position: relative;
	top: -15px;
}

/* Quotes and Tips */

#quotes_box_and_tips p {
	color: #fff;
}

/**
 * 3.2 Sidebar
 * ----------------------------------------------------------------------------
 */

aside {
	float: right;
	width: 302px;
}

aside p {
	font: 15px "Open Sans";
	color: #666;
}

aside ul {
	margin: 0;
}

aside li {
	list-style: none;
}

/* Widgets */
.widget {
	/* padding: 15px; */
	margin-bottom: 19px;
	background: #fff;
	word-wrap: break-word;
}

.widget li {
	list-style: none;
	margin-bottom: 8px;
}

.widget li:first-child {
	margin-top: 27px;
}

.widget .camp-select li:first-child {
	margin-top: 8px;
}

.widget li ul {
	margin-left: 20px;
}

.widget li ul li:first-child {
	margin-top: 5px;
}

.widget h2 {
	font: bold 12px "Open Sans";
	color: #4f4f4f;
	text-transform: uppercase;
	border: 1px solid #dadada;
	background: #ececec;
	padding: 11px 0 9px 30px;
	margin: 0 0;
	letter-spacing: -0.8px;
}

.widget a {
	font: 13px "Open Sans";
	color: #858585;
	margin-top: 8px;
	text-decoration: none;
}

.widget a:hover {
	color: #3d8fd5;
}

.widget img {
	max-width: 255px;
	height: auto;
}

/* Search Form */
.widget_search {
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 18px;
}

.widget_search h2 {
	margin: 0 0 10px 0;
}

.camp-search-form {
	height: 49px;
	width: 302px;
}

.camp-search-txt#s {
	font: 14px "Open Sans";
	letter-spacing: -0.8px;
	width: 226px;
	height: 46px;
	border: 1px solid #dadada;
	position: relative;
	top: -20px;
}

.camp-search-btn {
	border: none;
	background: none;
	margin-left: 4px;
	cursor: pointer;
	padding: 0;
}

/* Recent Comments */
li .recentcomments {
	font: 13px "Open Sans";
	color: #aaa;
}

/* Calendar */
.widget_calendar {
	width: 280px;
	padding: 14px 10px 15px;
}

.widget_calendar h2 {
	width: 270px;
	margin-left: -11px;
}

.widget_calendar table {
	width: 280px;
	font: 14px "Open Sans";
	color: #444;
}

.widget_calendar table a{
	font: 14px "Open Sans";
	color: #3d8fd5;
}

.widget_calendar #today {
	font-weight: bold;
	color: #f00;
}

.widget_calendar tfoot #next {
	text-align: right;
}

/* Widget Text */
.widget_text {
	font: 13px "Open Sans";
	color: #666;
}

.widget_text ul,
.widget_text li ul,
.widget_text ol {
	margin: 0 0 0 20px;
}

.widget_text ul li,
.widget_text li ul li {
	list-style: disc;
}

.widget_text ol li,
.widget_text li ol li {
	list-style: decimal;
}

/**
 * 4.0 Footer
 * ----------------------------------------------------------------------------
 */

footer {
	background: #fff;
	border-top: 1px solid #d4d5d5;
	width: 100%;
	min-width: 1200px;
}

.footer {
    margin-top: 40px;
}

.footer *{
	box-sizing: border-box;
}

.footer-top {
    background-color: #1e242c;
    padding: 90px 0;
}

.footer-btm {
    color: #5f6973;
    font-size: 14px;
    line-height: 1.1;
    font-family: 'helveticaneuecyrlight', Helvetica, Arial, sans-serif;
    padding: 23px;
    background-color: #181d22;
}

.foot-copy {
    margin-top: 7px;
    padding-left: 30px;
    text-align: left;
    font-size: 12px;
}

.foot-links {
    margin-top: 7px;
    text-align: center;
}

.foot-links a,
.foot-links span {
    display: inline-block;
    vertical-align: middle;
}

.foot-links span {
    color: #da4851;
    margin: 0 10px;
}

.foot-links a {
    color: #5f6973;
}

.foot-socials {
    padding-right: 30px;
    text-align: right;
}

.foot-socials a {
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    border: 1px solid #5f6973;
    margin-left: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.foot-socials a:first-child {
    margin-left: 0;
}

.col-lg-4{
	width: 33.3333%;
	float:left;
}

.icon{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.foot-socials .icon {
    color: #5f6973;
    font-size: 16px;
    line-height: 35px;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon_bdgtv3.eot');
    src: url('fonts/icomoon_bdgtv3.eot#iefix') format('embedded-opentype'), url('fonts/icomoon_bdgtv3.ttf') format('truetype'), url('fonts/icomoon_bdgtv3.woff') format('woff'), url('fonts/icomoon_bdgtv3-icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-check:before {
    content: "\e905";
}

.icon-tumblr:before {
    content: "\e906";
}

.icon-pinterest:before {
    content: "\e900";
}

.icon-google-plus:before {
    content: "\e901";
}

.icon-linkedin:before {
    content: "\e902";
}

.icon-facebook:before {
    content: "\e903";
}

.icon-twitter:before {
    content: "\e904";
}

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

a.tryfree-btn{
	background: #d84b54;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
    border: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 21px 37px 17px;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none
}

.camp-footer {
	font: 13px "Open Sans";
	color: #aaa;
	width: 890px;
	padding: 30px 0px;
	margin: 0 auto;
	overflow: hidden;
}

.camp-footer a {
	font: 13px "Open Sans";
	color: #3d8fd5;
	text-decoration: none;
}

.camp-cpy {
	float: left;
	margin-left: 5px;
	word-wrap: break-word;
	max-width: 60%;
}

.camp-author {
	float: right;
	margin-right: 5px;
}

/* Images */
.wp-caption .wp-caption-text,
.gallery-caption {
	font:italic 13px "Open Sans";
	color: #aaa;
	margin-top:5px;
	padding-bottom: 18px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}


/* Custom Style */
#wpadminbar {
	display: none !important;
}

/*content section*/
.site-content {
    background: #f5f5f5;
}
/* .camp-main{
    width: 800px;
} */

.camp-head-title{
    margin-left: 0;
}
.post, .hentry, .sticky{
    border-radius: 3px;
}
ol, ul, dl, p, .site-content p {
    /* font-family: 'Merriweather', serif; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #323B43;
}
.site-content p a, a{
    /* font-family: 'Merriweather', serif; */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;    
    font-size: 15px;
}
.header-background-image-holder {
    background-size: cover!important;
    background-position: center;
    border-radius: 3px 3px 0 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 224px;
    z-index: 10;
}
.gradient-overlay {
    background: url(images/article-header-overlay.png) no-repeat rgba(0,0,0,.3);
    height: 224px;
    width: 100%;
    z-index: 25;
    position: absolute;
    opacity: .9;
}

.site-content h1{
    position: relative;
    z-index: 20;
}

.main-headline-warp .camp-post-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 900;
    font-size: 38px;
    letter-spacing: -0.5px;
    color: #323B43;
    z-index: 20;
    margin: 20px 0;
}
.main-headline-warp{
    position: relative;

}
.main-headline-warp h1:hover{
    text-decoration: underline;
}
.post, .hentry, .sticky{
    width: auto;
    padding: 20px 10%;
}

.reade-more-link-container {
    margin: 0 0 40px 0;
}

a.reade-more-link {
    -webkit-transition: background 100ms ease-in-out;
    transition: background 100ms ease-in-out;
    background: white;
    border-radius: 3px;
    border: 1px solid #ED3665;
    color: #ED3665;
    display: block;
    padding: 10px;
    text-align: center;
    width: 160px;
    text-decoration: none;
    text-transform: uppercase;
}

a.reade-more-link:hover {
    background: #168eea; 
    border: 1px solid transparent;
    color: white !important;
    text-decoration: none!important;
}

.content-featured-image {
    background-size: cover;
    background-position: center;
    border-radius: 3px 3px 0 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 224px;
    z-index: 10;
}
/*----------content section end---------*/

/*--------home top section---------*/

.home-top-section {
    background: #fff;
    margin: 0 0 30px;
    padding: 30px 10%;
    border-radius: 3px;
}
ul.hear-top-unordered-list {
    margin-left: 0px;
    list-style-position: inside;
    margin-top: 20px;
    line-height: 24px;
}
.home-top-section h2 {
    font-family: "open-sans", sans-serif;
    color: #414141;
    font-size: 30px;
    font-weight: 400;
}

a.section-button{
    background: #168eea;
    border: 1px solid transparent;
    color: white !important;
    text-decoration: none!important;
    display: inline-block;
    margin-top: 20px;
    border-radius: 3px;
    padding: 16px 20px;
    text-align: center;
    width: 200px;
    text-decoration: none;
    -webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;transition: all .4s;

}

a.section-button:hover{
    background-color: #2697ea;
}


/*-------End home top section----*/

/*----Custom Bottom Section---*/
.custom-bottom-section {
    display: block;
	background-color: #292F3A;
    border-radius: 3px;
    /* padding: 20px 20px 0px 20px; */
    padding: 30px 10% 0px 10%;
    height:150px;
    margin-top: 15px;
    /* margin: 100px auto;
    text-align: center;
    width: 77%;
    color: #333333; */

}

.custom-bottom-section p{
	color:#FFF;
	font-size:21px;
	width:300px;
}

.custom-bottom-section .social_icon{
	margin-left:8px;
}

/*----End Custom Bottom Section---*/
/*sidebar*/
aside{
    /* width: 100%; */
}

.widget{
    text-align: center;
}
.camp-search-form{
    margin: auto;
}
.widget_search {
     background: none;
     border: none;
     padding: 0;
     margin-bottom: 18px;
}

.widget-area {
	float: right;
	width: 300px;
}

.sidebar_try .social_icon{
	margin-left:5px;
}

.follow_us .social_icon{
	margin-left:12px;
}

#secondary .tryfree-btn{
	margin-top:10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 13px 23px 13px;
}

.sidebar_try{
	text-align:center;
	background-color: #292F3A;
    border-radius: 3px;
    padding: 20px 20px 50px 20px;
    width: 250px;
}

.sidebar_try p{
	color:#FFF;font-size:21px;width:212px;margin:10px auto;line-height:35px;
}

.follow_us{
	background-color:#FFF;border-radius:3px;border:1px solid #DDD;padding:30px 30px 30px 15px;width:245px;margin-top:30px;
}

/*sidebar end*/



/* Author Meta Styles */


.camp-author-meta {
    min-height: 90px;
    width: 100%;
}

.author-info, .tweet-info {
    float: left;
    width: 50%;
}

.author-info img {
    border-radius: 50%;
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 15px;
}

.site-content .camp-author-meta .author-info p {
    margin: 10px 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 2px;
}

.site-content .camp-author-meta .author-name a {
    color: #ED3665;
    font-size: 13px;
    font-weight: 600;
    /* font-style: italic; */
    /*text-decoration: underline;*/
}

.site-content .camp-author-meta .author-info .post-timestamp {
    color: #aaa;
    font-size: 11px;
    text-transform: uppercase;
}

.tweet-info iframe {
    float: right;
    padding-top: 20px;
}


/* Author Bio Style */

.viraltag-author-bio {
    border: 1px solid #CED7DF;
    border-radius: 3px;
    margin: 32px 0;
    /* padding: 12px 0 10px; */
    padding: 20px 10%;
    overflow: hidden;
}

.viraltag-author-img {
    width: 15%;
    float: left;
}

.viraltag-author-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.viraltag-author-desc {
    float: left;
    width: 85%;
}

.viraltag-author-desc h2,
.viraltag-author-desc h2 a {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}


.site-content .viraltag-author-about {
    color: #8B959E;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}


/*--------archive----*/

h1.camp-archive-header{
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 20px 10%;
    border-radius: 3px;
}