/*
 Theme Name:  Haswell Child
 Theme URI:    http://themeforest.net/user/CMSSuperHeroes/portfolio
 Description:  In 2014, Creating a magazine website with WordPress has never been easier.
 Author:       Cmssuperheroes Team
 Author URI:   http://cmssuperheroes.com/
 Template:     wp_haswell
 Version:      1.0.1
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  wp_haswell_child
*/

#back_to_top {
	background: #e8e8e8;
	width: 45px;
	height: 45px;
	opacity: 1;
	border-radius: 3px;
}

#back_to_top span {
	font-size: 45px!important;
}

#back_to_top:hover {
	background: #1b1b1b!important;
}

/* define menu size /!\ size can't be defined in wordpress admin */
.cshero-header-cart-search .header a,
#cshero-header-navigation .main-navigation .menu-main-menu > li > a,
#cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a,
#cshero-header-logo a,
#cshero-menu-mobile .hamb-mob-icon {
	line-height: 60px !important;
}

#cshero-header:not(.header-fixed) #cshero-menu-mobile .hamb-mob-icon {
	color: black!important;
}
#cshero-header.header-fixed #cshero-menu-mobile .hamb-mob-icon {
	color: white!important;
}

.cshero-main-header:not(.header-fixed) {
	background-color: transparent!important;
}

#cshero-header-logo a img {
	height: auto !important;
	max-height: 30px;
}

@media only screen and (max-width : 767px) {
	.omz-match-height .row>.wpb_column {
		height: auto!important;
	}

	/* do not show white border on small devices */
	.line-left, .line-bottom, .line-right, .line-top {
		display: none;
	}

	/* define menu size /!\ size can't be defined in wordpress admin */
	.cms-header-sticky {
		margin-top: 0px!important;
	}
}

@media only screen and (min-width : 768px) {

	html {
		margin-bottom: 32px!important;
		margin-left: 32px!important;
		margin-right: 32px!important;
		margin-top: 32px!important;
	}

	#cshero-header {
		top: 32px!important;
		left: 32px!important;
		right: 32px!important;
		width: auto!important;
	}

	#wpadminbar {
		left: 32px;
		right: 32px;
		width: auto!important;
	}

	#back_to_top {
		right: 45px !important;
		bottom: 42px !important;
	}

	.cms-header-sticky {
		margin-top: 0!important;
	}

	/* add white border around window */
	.line-left, .line-bottom, .line-right, .line-top {
		position: fixed;
		display: block;
		background: #fff;
		z-index: 99999;
	}

	.line-left, .line-right {
		top: 0;
		bottom: 0;
		width: 32px;
	}

	.line-top, .line-bottom {
		right: 0;
		left: 0;
		height: 32px;
	}

	.line-left {
		left: 0;
	}

	.line-right {
		right: 0;
	}

	.line-top {
		top: 0;
	}

	.line-bottom {
		bottom: 0;
	}


}

@media only screen and (min-width: 1025px) and (max-width: 1359px) {
	#cshero-header-logo {
		padding-right: 0;
	}

	#cshero-header-navigation .main-navigation .menu-main-menu > li > a {
		padding: 0 5px !important;
		letter-spacing: 0 !important;
	}

	body .container-m-30 {
		padding: 0 15px;
	}
}

/* add this class to the element that will be used has a position tag */
.omz-position-tag {
	/*position: absolute;
	top: -92px;*/

}
/*-------------------------------------------------------------- */

.main-footer-wrap {	
	padding-top: 10px !important;
	padding-bottom: 30px  !important;
}

#main-footer .widget {
	margin-bottom: 0px !important;
}

#main-footer {
	z-index:20 !important;
	position:relative;
}

/*----------------------------------------------------------------*/

@media only screen and (min-width : 1000px) {
	.omz-internal .right-section {
		margin-bottom:0px;
		position:static;
	}
}

@media only screen and (max-width : 1000px) {
	.omz-internal .right-section {
		margin-bottom:1px;
		position:relative !important;
		top:0px !important;
	}
}

/*-------------------------testimonial-----------------------------*/
.omz-testimonial-layout {
	padding-bottom: 20px;
}

.omz-testimonial {
 border-left: medium none;
    margin: 15px 0 15px 10px;
    padding: 10px 20px;

}

.omz-icon-cont {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.omz-quote-right::before {
    display: inline-block;
    font-family:FontAwesome;
    font-size: 26px;
    font-style: normal;
	content: "\f10e";
	margin-top: 12px;
}

.omz-quote-right {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
}

.omz-testimonial-content, .omz-testimonial-content p, .omz-test-footer {
	font-family: Serif !important;
    font-size: 14px !important;
    font-style: italic !important;
    line-height: 2 !important;
    color: #4b4e53;
    text-align: center;
}

#page-home.no-container #primary.row,
#page-internal.no-container #primary.row {
	margin: 0;
}
