/*
Theme Name: Divi Child Theme
Version: 1.0
Description: Child Theme of Divi
Author: Viktor Li
Template: Divi
Author URI: http://www.elegantthemes.com
Text Domain:  divichild
*/

.advgb-image-title {
  text-align: center;
	pointer-events: none;
	touch-action: none;
	user-select: none;
}

.entry-content h1,.entry-content h2,.entry-content h3 {
	margin: 0 0 0.35em;
	padding-bottom: 1em;
	line-height: 1.5;
}
.entry-content p {
	margin: 0 0 1.15em;
}
.entry-title {
    line-height: 1.2;
}

.login label {
	display:block !important;
}

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
 padding-top:24px
}

.dashicons, .dashicons-before:before {
	font-family: dashicons !important;
}

#sidebar a {
	color: #6f9283;
	margin-bottom: 1.5rem !important;
	text-decoration: none;
}
#sidebar a:hover {
	color: #696d7d;
		text-decoration: underline solid;
}
.et_pb_widget ul li {
    border-bottom: 3px dotted #bbb;
	padding-bottom: 0.7em;
}

.entry-content a {
/* 	color: #2c5494; */
	color: #2ea3f2;
}
.entry-content a:hover {
	color: #718fa6;
}
.wp-block-file .wp-block-file__button {
	background: #718fa6;
} 

.wp-block-file {
	line-height:32px;
}

.tribe-list-widget li {
	padding: 0 !important;
}
.tribe-list-widget li h4 {
	font-size:14px !important;
	font-family: Open Sans,Arial,sans-serif;
	color: #666;
	line-height: 1.7em;
	font-weight: 500;
}

.post-meta {
	text-align: left !important;
}

@media screen and (max-width:980px) {
	.wp-block-image figure{
		margin: auto !important;
		float: none !important;
	}
}

.vertical-align {
	display:flex;
	flex-direction: column;
	justify-content: center;
}

.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}

@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
article {
 padding-bottom:0px !important;
}

.entry h2.not-found-title + p,  .entry h2.not-found-title {
    display: none;
}
.home h1.entry-title.main_title {
  display: none;
}

.et_pb_post {
    margin-bottom: 30px;
}
.et_pb_post .entry-featured-image-url {
	margin-bottom: 10px;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: rgba(0,0,0,.3);
    opacity: .7;
}
.nav li ul {
    background-color: #718fa6;
}
#main-header .nav li ul a {
    color: white !important;
}

@media (min-width: 981px) 
{
	.et_right_sidebar #left-area {
		padding-right: 2.5%;
	}
	.et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    	width: 48.7%;
	}
	.et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
    	margin-right: 2.5%;
	}
}
@media (max-width: 980px) {
	.et_pb_column {
		margin-bottom: 0px;
	}

}
#et-top-navigation {
    font-weight: 500;
}

.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '4 .column.size-1of4' !important;
}
@media only screen and ( min-width: 981px ) {
	.cu-blog .column.size-1of4 {
	    width: 48%!important;
	    margin-right: 1%;
	}
}
tr:not(form table tbody td tr):nth-child(even) {background: #FFF}
tr:not(form table tbody td tr):nth-child(odd) {background: #e9f2f9}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid black;
  border-top-width: 2px;
	border-bottom-width: 2px;
}