/*
 Theme Name:   Tobacco.nl
 Theme URI:    elegantthemes.com
 Description:  Custom made template
 Author:       Sander
 Author URI:   http://www.e-xperience.nl
 Template:     Divi
 Version:      3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Custom CSS */

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
div#blauwe-lijn {
    display: none !important;
}

/*** MAKE SITE WIDER ON SMALLER SCREENS ***/
@media only screen and (max-width: 980px) {
	div#content-rij-tobacco {
		margin: 0 20px;
	}
	.et_pb_row {
		width: 100%; /*** you might need !important ***/
	}
}
/*** FIXED MENU  ***/
@media only screen and (min-width: 981px) {
#main-header {
position: fixed;
    padding-top:0px;
}
#page-container {
padding-top:44px;
}
}

/*** TOP PADDING WORK AROUND ***/
@media only screen and (min-width: 981px) {
	.et_pb_row_inner.et_pb_row_inner_0 {
		padding-top: 80px !important;
	}
}

@media only screen and (max-width: 980px) {
	.et_pb_row_inner.et_pb_row_inner_0 {
		padding-top: 30px !important;
	}
}

@media only screen and (max-width: 767px) {
	.et_pb_row_inner.et_pb_row_inner_0 {
		padding-top: 0px !important;
	}
}


/*** EXTRA HEADER SETTING ***/
h1 {
  font-weight:normal !important;
  width:100%;
  border-bottom: solid 5px #000;
  margin-bottom:25px
}
h2 {
  font-weight:normal !important;
}

/* nav icons */
.et_monarch .et_social_networks .et_social_icon, .et_monarch .et_social_networks .et_social_icon:before, .et_monarch .et_social_networks .et_social_icon:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

/* Zijbalk **/

#notitle h4.widgettitle, .zijmenu-item h4.widgettitle, #sidebar h4.widgettitle {
    display: none;
}

#content-rij-tobacco li.page_item.page-item-325.current_page_item {
    display: none;
}

#zijmenu-kolom-tobacco, #sidebar  {
    margin-top: 80px;
    padding-right: 0px;
    font-family: 'Anton',Helvetica,Arial,Lucida,sans-serif;
    color: #999999;
}

#zijmenu-kolom-tobacco .widget_monarchwidget, #sidebar .widget_monarchwidget  {
    padding-right: 20px;
}

#zijmenu-kolom-tobacco .widgettitle,#sidebar .widgettitle {
	display: none !important;
}

#zijmenu-kolom-tobacco .zijmenu-item a,#sidebar .zijmenu-item a {
	font-size: 18px !important;
	line-height: 30px !important;
    color: #999999 !important;
    text-transform: uppercase;
}
#zijmenu-kolom-tobacco .zijmenu-item a:hover,#sidebar .zijmenu-item a:hover {
    color: #000000 !important;
}

/*** EXTRA ACCORDION SETTING ***/
.et_pb_toggle.et_pb_module.et_pb_accordion_item {
    border-bottom-color: #FFFFFF !important;
    border-bottom-width: 5px !important;
}

.et_pb_toggle_title {
	color: #000000!important;
    font-size: 20px;
}
.et_pb_toggle_title:before {
    content: "\33";
    font-weight: bold;
    font-size: 20px;
}

/*** MAKE FOOTER SETTING ***/
#main-footer {
    padding-top: 40px;
}

#footer-info {
    border-top: 3px solid #000;
    padding-top:10px;
}

div#footer-address {
    width: 100%;
}
#footer-info, #footer-info a {
   /* font-family: 'Anton',Helvetica,Arial,Lucida,sans-serif;*/
  font-size:20x!important;
	line-height: 1.2;
}
@media (min-width: 980px) {
	#footer-info {
		float:none !important;
		text-align: center;
	}
}

/* mediapage */

#main-content .container:before {
    background-color: transparent !important;
}

.attachment .slb_details { /*lightbox details uit */
    display: none !important;
}

.attachment .post-meta {
    display: none !important;

}
.attachment .et_pb_post a img {
    vertical-align: bottom;
    max-width: 100%;
    float: right;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}


/* essential grid */
.minimal-light .esg-filterbutton, .minimal-light .esg-navigationbutton, .minimal-light .esg-sortbutton, .minimal-light .esg-cartbutton a {
    color: #333 !important;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    background: transparent !important;
    margin-top: 10px !important;
}

.minimal-light .esg-navigationbutton:hover, .minimal-light .esg-filterbutton:hover, .minimal-light .esg-sortbutton:hover, .minimal-light .esg-sortbutton-order:hover, .minimal-light .esg-cartbutton a:hover, .minimal-light .esg-filterbutton.selected {
    border: 2px solid #333;
}

/* Mobile CSS */

@media (max-width: 980px) {

	/* Zijbalk niet op mobiel */
	#zijmenu-tobacco, .et_social_networks, .widget_nav_menu, #sidebar  {
		display: none;
	}

}








