/*
  Theme Name: 		Deamercy Child
  Theme URI: 		http://deamercy.evatheme.com/demo/
  Description: 		Child Theme for the Deamercy - Creative Photography Portfolio WordPress Theme
  Author: 			Evatheme
  Author URI: 		http://www.evatheme.com
  Version: 			1.1
  Template: 		deamercy
*/

/* Enter below your Customization CSS */

@media only screen and (max-width: 768px) {

#header_mobile_wrap .cstheme-logo {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 !important;
}
	
	body.rtl .vc_row[data-vc-full-width] {
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	    margin-right: 0 !important;
	    margin-left: 0 !important;
	}
	
	#header_mobile_wrap .cstheme-logo img {
    max-width: 30% !important;
		
}
	#page-wrap > header#header_mobile_wrap {
    position: fixed !important;
    width: 100% !important;
    z-index: 100;
    display: block;
}
	
	#header_mobile_wrap .cstheme-logo {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 !important;
}
	#header_mobile_wrap .cstheme-logo img {
    max-width: 30% !important;
		
}
	#page-wrap > header#header_mobile_wrap {
    position: fixed !important;
    width: 100% !important;
    z-index: 100;
    display: block;
}
	
	.vc_column_container {
    /* padding-left: 0; */
    padding-right: 0;
}
	
	p.title-home {
		font-size: 40px;
		line-height: 35px
	}
	
	
	body.header-left #page-wrap, body.header-left #page-content .vc_row[data-vc-full-width="true"] {
    padding-left: 0 !important;
    padding-right: 0px !important;
}
	
wpb_wrapper p.texte_presentation {
    font-size: 12px !important;
    line-height: 20px;
}
	
	div.texte_presentation {
		font-size: 12px;
	}
	
	#pagetitle {
        padding: 100px 0px 0px 0px;
}

#albums_list.grid .album_title {
    font-size: 18px;
}
	
	
}


html {
	background-color: black !important;
}


body.rtl .vc_row[data-vc-full-width] {
	position: relative;
	width: 100vw !important;
    right: 50% !important;
    left: auto !important;
    transform: translateX(50%) !important;
    padding-left: calc( (100vw - 1140px) / 2 ) !important;
    padding-right: calc( (100vw - 1140px) / 2 ) !important;
}


#page-content{
    padding:0;
	background-color: black;
   
}

p.title-home{
    color: white;
    text-align: center;
    font-size:60px;
    font-family: 'Akira Expanded';
    line-height: 50px;
}

.wpb_row {
    margin-bottom: 0;
}

a.link-portfolio {
	color: #eb333f !important;
}

.vp-portfolio__items-style-default .vp-portfolio__item:hover .vp-portfolio__item-img img {
    -webkit-transform: none;
    transform: none;
}

ul#menu-primary-menu a, ul#menu-primary-menu-1 a {
	font-family: 'Akira Expanded' !important;
	font-size: 16px !important;
}

.mobile_menu_btn {
	width: 45px !important;
}

img {
	
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

div.album_single_det {
	display: none;
}