/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
/*-------------------------QUERIES -----------------------------------------------------------------*/
@font-face {
  font-family: "Avenir-Book";
  src: url("fonts/Avenir-Book.ttf");
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url("fonts/Avenir-Heavy.ttf");
}
@font-face {
  font-family: "TrajanPro3-Regular";
  src: url("fonts/TrajanPro3-Regular.ttf");
}
@font-face {
  font-family: "TrajanPro3-Bold";
  src: url("fonts/TrajanPro3-Bold.ttf");
}
.trajan .et_pb_text {
  font-family: "TrajanPro3-Regular";
}
footer h2{
  font-family: "TrajanPro3-Regular";
}
body{
	font-family:Avenir-Book;
}
.table_sizing tr td:nth-child(2){
  width:25%;
}
.table_sizing tr td:nth-child(1){
  width:75%;
}
h1	{
  font-family: "TrajanPro3-Regular";
	}
#main-content h2, #main-content h3{
  font-family: "TrajanPro3-Regular";
}
#main-content h2{
  font-size: 24px;
}
#main-content h3{
  font-size: 20px;
}
table{
  border-right: none !important;
  border-left: none !important;
}
#main-content table tr td{
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 50%;
}
#main-content table, #main-content table tr, #main-content table body {
  width:100%;
}
#main-content #contact_row img{
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: auto;
}
#main-content #contact_row td{
  padding:0;
  border:none !important;
}
#main-content #contact_row table{
  border:none !important;
}
#main-content #contact_row td:first-child{
  width:25px;
  vertical-align: top;
}
footer *{
  color:#C1A87E !important;
}
footer a{
  color:#C1A87E !important;
  line-height: 2em;
}
footer img{
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
  float:left;
  width: 20px;
  height: auto;
}
footer #credits img{
  width:40px;
  margin-bottom: 0;
}
footer #credits a{
  color:#fff !important;
  font-size: 12px;
}
footer p{
  clear: left;
  font-size: 12px;
}
footer h3{
  font-size: 16px !important;
  font-weight: normal;
  line-height: 1.7em;
}
footer .white_text p, #header_top a{
  color:#fff !important;
}
#header_top a{
  font-size: 12px;
  display: inline-block;
}
#header_top img{
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 25px;
  width: 20px;
  height: auto;
}
.image_border .et_pb_column {
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  padding-bottom: 50px;
  max-width:335px;
  background-color: #fff;
  max-height:335px;
  color:#000;
  font-size:20px;
}
.page-id-191 .image_border .et_pb_column {
  padding-bottom: 20px;
  font-size:18px;
}
.gold_bar{
  padding: 2% 0;
  font-family: "TrajanPro3-Regular";
  font-size:22px;
}
.gold_bar .et_pb_row {
  padding: 0 !important;
}
.gold_bar .et_pb_row h1{
  font-weight: normal;
  margin: 4px 0 0 !important;
  padding: 0 !important;
}
#main-content .et_pb_button {
  background-color: #8D744A;
  color:#fff;
  border:none;
  border-radius:50px;
}
.nav li ul.sub-menu{
  border-top: 3px solid #888;
}
#et-main-area table:not(.no_background) tr:first-child{
  background-color: #F0EDED;
}


header#main-header.et-fixed-header, #main-header, header .et_pb_section_1_tb_header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
  #left-area {
	  width: 100%;
	  padding: 23px 0px 0px !important;
	  float: none !important;
  }
}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
@media (max-width: 1200px){
  
}
@media (max-width: 1024px){

}


@media (max-width: 980px){
  .et_pb_fullwidth_menu .et_mobile_nav_menu, .et_pb_menu .et_mobile_nav_menu{
	margin: 0 auto;
  }
  .image_border .et_pb_column, .image_border .et_pb_column.et-last-child {
	display: block;
	float:none;
	position: relative;
	padding: 50px 20px;
	max-width:335px;
	margin: 10px auto !important;
	max-height:335px;
  }
  .page-id-191 .image_border .et_pb_column {
	padding: 0 0 20px 0;
  }
  @media only screen and (max-width: 980px) {
  .four-columns .et_pb_column {
	width: 25%!important;
  }
}
@media (max-width: 700px){
  #main-content table tr td{
	padding:5px;
  }
}
@media (max-width: 600px){
  #main-content table tr td{
	font-size:12px;
  }
}
@media (max-width: 480px){
  .et_pb_text_inner table tr td:first-child span{
	display: block;
  }
}