/*
Theme Name: Opeme
Theme URI: http://opeme.theme-tation.com
Author: Theme-tation
Author URI: http://www.theme-tation.com
Description: <strong>OPEME multi purpose Flexible et responsive theme for Wordpress</strong>... Thank you for purchasing
Version: v0.9.0
License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: opeme
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-header, custom-menu, editor-style, footer-widgets, full-width-template, theme-options, translation-ready, block-styles
 */

.line {
    min-height: 80vh !important;
}

.wrapper {
    width: 1170px;
    padding: 0 0px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.section_wrapper {
    overflow: visible;
}

a img {
	border: 0;
}

/* ---------------------------------- */
/* == General Reset and Plugin reset  */
/* ---------------------------------- */


/* to have height equal div grid in bootstrap */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.edit-link {
    float: right;
}

/********************************************************/
/*************            GLOBAL           **************/
/********************************************************/

html { scroll-behavior: smooth; }

h1,h2,h3,h4,h5,h6 { margin-bottom: 10px; }

.hLeftBorder { padding-left: 13px; }

.no-padding { padding: 0 !important; }
.no-margin { margin: 0 !important; }

.hidden { display: none; }
.invisible { visibility: hidden; }

.grid-col-1 { width: 100%; }
.grid-col-2 { width: 50%; }
.grid-col-3 { width: 33.3%; }
.grid-col-4 { width: 25%; }
.grid-col-5 { width: 20%; }
.grid-col-6 { width: 16.6%; }

div::-webkit-scrollbar { width:5px; margin-left: -5px; }
div::-webkit-scrollbar-track { -webkit-border-radius:5px; border-radius:5px; background:rgba(0,0,0,0.1); }
div::-webkit-scrollbar-thumb { -webkit-border-radius:5px; border-radius:5px; background:rgba(0,0,0,0.2); }
div::-webkit-scrollbar-thumb:hover { background:rgba(0,0,0,0.4); }
div::-webkit-scrollbar-thumb:window-inactive { background:rgba(0,0,0,0.05); }

#headerWrapper, #headerWrapperFixed{ margin: 0 auto; }
.content { min-height:500px; }

textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #eceef0;
    background: #f9fafb;
    border-radius: 2px;
}

input {
    height: 30px;  
    padding: 15px 20px;
    border: 1px solid #eceef0;
    background: #f9fafb;
    border-radius: 2px;
}
input[type="submit"] {
    height: 50px;
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
    line-height: 50px;
    padding: 0 25px;
    font-size: 19px;
    margin-top: 15px;

    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 0 none;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 3px;
}

.aler-tation { 
    padding: 10px; 
    text-align: center; 
    color:#2cb3dd;
}
.aler-tation::before { 
    content: '«Opème alert» : '; 
    color : #2cb3dd;
}

button, input, textarea {
    outline: none;
}

/********************************************************/
/*************            Blog             **************/
/********************************************************/

.authorBio {
    border: 1px solid #eceef0;
    background: #f9fafb;
    margin-bottom: 40px;
    padding: 10px;
}

.share-buttons {
    height: 50px;
    border: 1px solid #eceef0;
    margin-top: 10px;
    margin-bottom: 40px;
    vertical-align: middle;
    background: #f9fafb;
}
.share-buttons ul {
    margin-top: 10px;
}
.share-buttons li {
    height: 50px;
    list-style-type: none;
    display:inline;
    padding: 20px 10px 10px 10px;
    text-align: center;
}

.shareBeforeIcons {
    width: 50px;
    height: 50px;
    float: left;
    background: #ccc;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    color: white;
}

#author, #email, #url {
    height: 30px;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #eceef0;
    background: #f9fafb;
    border-radius: 2px;
}

.form-submit .submit {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 19px;
    margin: 30px;

    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 0 none;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    margin: 25px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 3px;
}

#comments article > footer {
    background-color: #f9fafb;
    padding: 10px 10px 0 10px ;
}

#comments .comment-body {
    background-color: #f9fafb;
    padding: 0 5px 20px 30px ;
}

#reply-title {
    margin-top: 10px;
}

.relatedPosts {
    margin-left: 5px;
    margin-top: 20px;
}
.relatedPosts .relatedItem {
    text-align: center;
}
.relatedPosts h2 {
    margin-left: 0px;
}

#secondary aside {
    margin-bottom: 20px;
}

.tagsCateg {
    list-style-type : none !important;
    list-style: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    margin-top: 15px;
}
.tagsCateg ul {
    list-style-type : none !important;
    list-style: none !important;
}
.tagsCateg li {
    float: left;
}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

.shadowBloc { /* used in shortcodes */
    -moz-box-shadow: 0px 0px 5px 1px #ccc;
    -webkit-box-shadow: 0px 0px 5px 1px #ccc;
    -o-box-shadow: 0px 0px 5px 1px #ccc;
    box-shadow: 0px 0px 5px 1px #ccc;
}

.vc-mm-menu-h .vc-mm-mega-cont-inner .buttons {
    padding-right: 35px;
    padding-left: 35px;
}

/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/





/********************************************************/
/*************           TOP BAR           **************/
/********************************************************/
#hideTopBar {
    height:1px !important;
    margin-top:-1px;
    background-color:transparent !important;
}
#topBarWrapper {
	height: 30px;
	vertical-align: middle;
    margin: 0 auto;
}
.topBar1, .topBar2, .topBar3 {
	padding: 12px 20px 12px 0 !important;
}
.topHeaderBar {
    position: relative;
    padding:20px;
}
.topHeaderBar p {
    margin: 0;
    line-height: 1.2;
}

/********************************************************/
/*************             LOGO            **************/
/********************************************************/
.logo {
	background-size:contain;
	background-repeat:no-repeat;
    z-index: 1000;
    background-position: center center;
}
.logoSide {
	background-size:contain;
	background-repeat:no-repeat;
	margin-left: auto;
    margin-right: auto;
}

/********************************************************/
/*************             TITLE           **************/
/********************************************************/
#page-title1 {
    margin-bottom: 20px;
}
#page-title1 h1 {
    margin-top: 20px;
    padding-left: 20px;
}

#page-title2 {
    background-color: #f1f2f3;
    padding: 45px 0px;
    padding-right: -1px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;

    -moz-box-shadow: inset 0px 2px 5px 0px #9b9b9b;
	-webkit-box-shadow: inset 0px 2px 5px 0px #9b9b9b;
	-o-box-shadow: inset 0px 2px 5px 0px #9b9b9b;
	box-shadow: inset 0px 2px 5px 0px #9b9b9b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=5);
}
#page-title2 h1 {
    margin-bottom: 0px;
    border-left: 0px solid #3da1d1; /* hide border bar */
}

.breadcrumbs {
    text-align: right;
    font-size: 11px;
    margin-top: 20px;

    padding-right: 20px;
    text-transform: uppercase;
    float: right;
}

/********************************************************/
/*************            WIDGETS          **************/
/********************************************************/
.socialWidget{
    margin-left: -15px;
    display: inline-block;
    margin-right: 5px;
    padding-left: 20px;
}
.socialWidget > div{
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}
.socialWidget a {
    vertical-align: bottom;
}

aside ul { padding-left: 1em; }
aside select { width:100%; }

/********************************************************/
/*************       POSTS PORTFOLIO       **************/
/********************************************************/
.itemLoop { margin-bottom: 40px ; }


/********************************************************/
/*************      WORDPRESS IMAGES       **************/
/********************************************************/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area1 img, .widget-area2 img, .widget-area3 img, .widget-area4 img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img.alignleft { margin-right: 1em; }
img.alignright { margin-left: 1em; }

.wp-caption { padding: .5em; text-align: center; }
.wp-caption img { margin: .25em; }
.wp-caption .wp-caption-text { margin: .5em; }

.gallery-item {
	float: left;
	width: 33%;
	margin-top: 10px;
	text-align: center;
}

/* bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/********************************************************/
/*************    WORDPRESS ALIGNMENT      **************/
/********************************************************/
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

/* Wordpress requirment */
.bbpress .widget_display_search .screen-reader-text{display:none}
.gallery-caption,.bypostauthor,.sticky{}

/********************************************************/
/*************  Hidding/unhidding content  **************/
/********************************************************/
/* for image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.assistive-text,
.visually-hidden {
	position: absolute !important;
	left: -7000px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

[dir=rtl] .visually-hidden {
	left: auto;
	right: -7000px;
}

a.assistive-text:active,
a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* skip-links */
.skip-links { position: absolute; }
.skip-links a:focus { position: static; }
.skip-links a {
	position: absolute;
	left: -9999px;
	padding: 0.5em;
	background: #000;
	color: #fff;
	text-decoration: none;
}

/********************************************************/
/*************         WOOCOMMERCE         **************/
/********************************************************/
#added_product{
    display: none;
    position: fixed;
    top: 200px;
    right: 0px;
    padding: 18px;
    z-index: 11;
    color: black;
    -moz-box-shadow: 8px 8px 12px #ccc; 
    -webkit-box-shadow: 8px 8px 12px #ccc; 
    box-shadow: 8px 8px 12px #ccc; 
}

.woocommerce .quantity .qty {height:34px;}

/********************************************************/
/*************          VC ADDON           **************/
/********************************************************/

.ts-figure-navigation-item{
    width: 24% !important;
}
.ts-horizontal-timeline-text .ts-horizontal-timeline-columnB{
    margin-left: 0 !important;
}

/********************************************************/
/*************             IE              **************/
/********************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-sc figure img {
       width: 100%;
    }
}

/********************************************************/
/***********         SEARCH MOBILE          *************/
/********************************************************/

.searchOpemeInnerMobile {
    position: relative;
    display: flex !important;
    flex-direction: row;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 2px;
    padding: 1.4rem 2rem 1.6rem;

    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.searchOpemeInnerMobile input {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-width: 0px;
    border-style: none;
    height: 40px;
}
.search-field {
    line-height: 1.6;
    font-size: 14px;
    border-color: #606060;
}
.searchOpemeMobile input {
    flex-grow: 1;
    font-size: 1.8rem;
    line-height: 2.4rem;
    vertical-align: middle;

    border-style: none;
    background: transparent;
    outline: none;
}

.searchOpemeMobile button {
    font-size: 2.4rem;
    line-height: 2.4rem;
    vertical-align: middle;
    transition: color .25s;
    cursor: pointer;

    padding: 0 !important;
    background: none !important;
    border: none !important;
    outline: none !important;

    position: absolute;
    top: 20px;
    right: 20px;
}
 