/*
Theme Name: ProfitMag Child Theme
Text Domain: Profitmag Child Theme
Template: profitmag
Version: 1.0
*/
.bx-wrapper .bx-controls-direction a {
    position: static;
}


.top-header-block{
	background: #000033;
}
.footer-wrapper{
	background: #000033;
	color: #ffffff;
	padding: 59px 0 0;
}
.site-footer{
	background:#000033;
}
.header-wrapper #site-navigation{
	background: #000033;
	border-bottom: 2px solid #f1af08;
	min-height: 50px;
    position: relative;
}
.header-wrapper .menu li{
	background:url(images/menu-bg.png) repeat-y scroll right top #000033;
	border-bottom: 2px solid #f1af08;
	position: relative;
}
/***** HEADER-MENU *****/

.slicknav_menu, .responsive-slick-menu{
	display: none;
}

.header-wrapper #site-navigation{
	background: #000033;
	border-bottom: 2px solid #f1af08;
	min-height: 50px;
    position: relative;
}

.header-wrapper .desktop-menu .menu{
	display: inline-block;
	float: left;
	left: 0;
    position: absolute;
    top: 0;
}

.header-wrapper .menu li{
	background:url(images/menu-bg.png) repeat-y scroll right top #000033;
	border-bottom: 2px solid #f1af08;
	position: relative;
}

.header-wrapper .menu li:first-child{
	/*background: #000033;*/
}

.header-wrapper .menu li:hover,.header-wrapper .menu li.current-menu-item{
	background: #f1af08;	
	border-bottom: 2px solid #f1af08;
	position: relative;
}

.header-wrapper .menu li:hover:before,.header-wrapper .menu li.current-menu-item:before{
	background: #f1af08;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 100%;
}

.header-wrapper .menu li a{
	color:#ffffff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 48px;
	padding: 0 33px;
	text-transform: uppercase;
}

.header-wrapper .search-block{	
	display: inline-block;
	float: right;    
	margin: 7px 10px;
	position:relative;
    width: 188px;
}

.header-wrapper .search-block input#s, .widget_search input#s{
	border: 1px solid #000033;
	color: #000066;
	font-size: 13px;
	font-weight: 500;
	line-height: 31px;
	height: 31px;
	padding: 2px 23px 2px 8px;
	width: 100%;
}

.header-wrapper .search-block #searchsubmit, .widget_search #searchsubmit{
	background: url(images/search.png) no-repeat;
	border: none;
	cursor: transparent;
	font: 0/0 a;
	height: 15px;
	position: absolute;
	right: 7px;
	text-shadow:none;
	top:8px;
	width: 13px;
}
/*** COMMON TITLE ***/

.secondary-sidebar .widget-title, .profitmag_widget_popular_entries .widget-title{
	border-bottom: 1px solid #000033;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 15px;
	padding: 12px 0;
	position: relative;
	text-transform: uppercase;
}

.secondary-sidebar .widget-title:before, .profitmag_widget_popular_entries .widget-title:before{
	bottom: 0;
	content: '';
	border-bottom: 7px solid #000033;
	display: inline-block;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	width: 117px;
}

.secondary-sidebar .widget-title span{
	display: block;
}

.block-title{
	border-bottom: 1px solid #000033;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 15px;
	padding: 12px 0;
	position: relative;
	text-transform: uppercase;
}

[class*='bordertitle-']{
	bottom:0px;
	border-bottom-width: 7px ;
	border-bottom-style:solid;
    display:inline-block;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 117px;
}

.bordertitle-red{
	border-bottom-color: #000033;
}

.feature-main-title{
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 8px;
}

.feature-main-date{
	font-size: 12px;
	line-height: 24px;
}
/*---------------------------*\
    #CONTENT-HOMEPAGE
\*---------------------------*/

.content-wrapper{
	padding-top: 13px;
}


/*** SLIDER AND FEATURED SECTION ***/

.slider-section {
    float: left;
    overflow: hidden;
    position: relative;
    width: 660px;
}

.slider-section .bx-wrapper .bx-viewport{
	background: none;
    border: none;
    box-shadow: none;
    left:0;
}

.slider-section .bx-wrapper li{
	cursor: pointer;
	overflow: hidden;
}

.slider-section .bx-wrapper img{
  float: left;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition:all 0.5s ease-in-out 0s;
  -moz-transition:all 0.5s ease-in-out 0s;
  width: 100%;
}

.slider-section .bx-wrapper img:hover{
	transform: scale(1.1);
}

.slider-section .slider-desc{
background: rgb(0, 0, 0);
background: transparent;
background: rgba(0, 0, 0, 0.5);/* FF3+,Saf3+,Opera 10.10+,Chrome,IE9*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);/*IE 5.5-7*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000)";/*IE8*/
zoom: 1;

	bottom: 0;
	color: #ffffff;
	left: 0;
	padding-bottom: 24px;
	position: absolute;
	width: 100%;
}

.slider-section .slide-title a{
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
}

.slider-section .slide-caption{
	font-size: 14px;
	line-height: 22px;
}

.slider-section .slide-date {
    background: none repeat scroll 0 0 #f1af08;
    display: inline-block;
    font-size: 11px;
    padding: 4px 11px;
}

.slider-section .slide-date i{
	margin-right: 9px;
}

.slider-section .bx-controls-direction{
	bottom: 92px;
	position: absolute;
	right: 10px;
}

.slider-section .bx-controls-direction a{
	background: url(images/slider-controls.png) no-repeat;
	color: transparent;
	display: inline-block;
	font:0/0 a;
	height: 30px;
	left: 0;
	margin: 0;
	position: relative;
	top:0;
	text-shadow:none;
	width: 30px;
}


.slider-section .bx-controls-direction a.bx-next{
	background-position: -38px 0;
	margin-left: 8px;
}


.slider-details {
    padding: 15px;
}

.besides-block{
	float: left;
	width: 510px;
}

.besides-block .beside-post{
	border-bottom: 3px solid #f1af08;
	float: left;
	margin:0 0 15px 15px;
	position: relative;
	width: 47%;
}

.besides-block .beside-thumb{
	margin: 0;
	overflow: hidden;
	position: relative;
}

.besides-block .overlay{
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	position: absolute;
	top:0;
	width: 100%;
}

.besides-block .beside-post:hover .overlay{
	background: rgba(0, 0, 0, 0);
}

.besides-block .beside-post:hover img{
	transform: scale(1.1);
}

.besides-block .beside-thumb img{
	float: left;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
    -moz-transition:all 0.5s ease-in-out 0s;
	width: 100%;
}

.besides-block .beside-caption{
	color: #ffffff;
	padding: 0 15px;
	position: absolute;
	bottom: 14px;
	left: 0;
	width: 100%;
}

.besides-block .beside-caption .post-title{
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}

.besides-block .beside-caption .post-date{
	font-size: 12px;
	line-height: 24px;
}

.besides-block .beside-caption .post-date i{
	font-size: 11px;
	margin-right: 9px;
}

.comment-form .form-submit input, .read-more{
	border: 2px solid #f1af08;
    color: #f1af08;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 26px;
    padding:4px 10px;
    background-color:#fff;
    width:auto;
    transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
}

.comment-form .form-submit input:hover,.read-more:hover{
    background-color:#f1af08;
    color:#fff;
}

#calendar_wrap #wp-calendar #today, #calendar_wrap #wp-calendar #today a {
	background: none repeat scroll 0 0 #f1af08;
    color: #fff;
}

.featured-post .post-thumb {
    border-bottom: 3px solid #f1af08;
    margin-bottom: 12px;
}
body {
	background: #FFFFFF;
	color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 22px;
}
}

.page-numbers{
	border: 2px solid #f1af08;
    color: #f1af08;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 0 20px 10px;
    padding:0;
    background-color:#fff;
    width:20px;
    transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
}

.page-numbers:hover, .page-numbers.current{
 	background-color: #f1af08;
    color: #fff;
}


.single article.post .entry-content{
	width: 100%;
}