/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/*Header and Logo*/
.logo{
	padding: 40px 0 28px 0;
}

.logo h2 {
    font-family: system-ui;
    font-weight: 700;
	font-size:25px;
}

.logo h2 span {
    color: black;
}

.logo p{
	padding-left: 1px;
	font-family: cursive;
}

.logo_picture{
	width: 110px;
	float: left;
	margin: 20px 10px 10px 13px;
}

.menu_container{
	width: 100%;
}

/*Menu*/
.sitenav ul {
    font-family: 'Assistant';
}

#theme_header_menu .sitenav {
	width:100%;
	padding-top: 0px;
}

#theme_header_menu .sitenav ul li a {
	padding: 15px 22px 15px 22px;
    color: white;
}

#theme_header_menu .sitenav ul li a:hover,
#theme_header_menu .sitenav ul li.current_page_item a, 
#theme_header_menu .sitenav ul li.menu-item-has-children.hover, 
#theme_header_menu .sitenav ul li.current-menu-parent a.parent {
    color: #3dbad5;
}

/*Container */
.entry-title,
.entry-content{
	display:none
}


.font-italic{
	font-style: italic !important;
}

.header-text-color{
	color:	#1f5e8d;
}

.header-subtext-color{
	color:	#7da3bd;
}

.color-black{
	color:black !important;
}

.color-white{
	color:white !important;
}

.display-inline{
	display:inline-block;
}

.header-color{
	background:#f4fbfb !important;
}

.background-black{
	background: black !important;
}

.background-white{
	background: white !important;
}

.background-blue{
	background: #1f5e8d !important;
}

.width-full {
    width: 100%;
}

.height-full {
    height: 100%;
}

.width-ninety-percent{
	width: 90%;
    margin: 0 auto;
}

.height-fivehundred{
	height:500px;
}

.page_content{
	padding: 0px;
}

.font-weight-bold{
	font-weight: bold;
}

.padding-top-btm-hundred{
	padding-top: 100px;
    padding-bottom: 100px;
}

.padding-left-ten{
	padding-right: 10px;
}

.padding-right-ten{
	padding-right: 10px;
}

.padding-top-btm-eighty{
	padding-top: 80px;
    padding-bottom: 80px;
}

.padding-top-btm-fifty{
	padding-top: 50px;
    padding-bottom: 50px;
}

.font-size-forty{
	font-size:40px;
}


.font-size-thirty{
	font-size:30px;
}

.font-size-twenty-five{
	font-size:25px;
}

.font-size-twenty{
	font-size:20px;
}

.column {
	float: left;
	width: 33.33%;
	padding: 0px;
	height: 350px;
}

.flex{
	display: flex;
    justify-content: center;
    align-items: center;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column-half {
	float: left;
	width: 50%;
	padding: 0px;
	height: 400px;
}

.text-align-center{
	text-align: center;
}

.submit-button{
	color: white;
    background: black;
    border: none;
    cursor: pointer;
    padding: 10px 40px;
    font-size: 17px;
}

.block-fifty-width{
	width:50%;
	margin:0 auto;
	line-height: 1;
}

.margin-top-fourty{
	margin-top:40px;
}

.margin-bottom-fifteen{
	margin-bottom: 15px;
}

/*Google Location*/
#google_location_img{
    width: 20px;
    position: absolute;
    right: 100px;
    top: 110px;
}

/*Footer*/
#copyright-area {
    background: black;
	border-top: 0px;
}

.copyright-txt {
    padding: 15px 0;
}

/*Slider*/
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto
}

.slideshow-container .mySlides {
	display: none;
}

.slideshow-container .slideshow-inner img{
	max-width: 1000px;
    max-height: 500px;
}

.dot-container{
	margin: 20px;
}

.slideshow-container .text {
    color: #f2f2f2;
    font-size: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
    background-color: #222428;
    margin-top: 20px;
}

.dot-container .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
	border: 1px solid black;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.dot-container .active,
.dot-container .dot:hover {
    background-color: black;
}

/*owl carousel*/
button.owl-next,
button.owl-prev {
    display: none;
}

.owl-theme .owl-dots {
    margin: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    border: 1px solid black;
    background: white;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: black;
}

.owl-stage-outer{
	background:black;
}

/*Contact Form 7*/
.wpcf7 br{
	display:none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea{
	border: none;
    box-shadow: none;
	width: 100%;
	background:#f4fbfb;
	border-bottom: 1px solid black;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="file"],
.wpcf7 select{
	height: 35px;
	padding: 8px !important;
}

.wpcf7 textarea{
	border: 1px solid black;
	margin-bottom:0px;
}

.wpcf7 input[type="submit"] {
    width: 100%;
	border-radius: 0px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.wpcf7 form input[type="date"]:before {
	content: attr(placeholder) !important;
	font-family: Arial;
	margin-right: 10px;
}

/*Language*/
#language_container{
	position: absolute;
	right: 70px;
	top: 45px;
}

#language_container .vodiapicker{
	display:none;
}

#language_container .lang-select .btn-select {
    text-align: center;
    width: 125px;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}

#language_container #language-ul img, 
#language_container .btn-select img {
    width: 23px;
}

#language_container #language-ul li span, 
#language_container .btn-select li span {
    margin-left: 15px;
	padding-top: 10px;
}

#language_container .lang-select{
	margin-left: 0px;
	text-align:right;
	position: relative;
}

#language_container .lang-select .language-div #language-ul{
	margin: 0;
}

#language_container .lang-select .language-div #language-ul li{
	list-style: none;
	padding: 5px 5px 5px 11px;
}

#language_container .lang-select .language-div #language-ul li:hover{
	background-color: #F4F3F3;
}

#language_container .lang-select .btn-select li .arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-bottom: 3px;
}

#language_container .lang-select .btn-select li .down {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	float: right;
    margin-right: 10px;
}

#language_container .lang-select .language-div{
	display: none;
	position: absolute;
	width: 125px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	text-align: left;
	z-index:9999;
	background-color: #FFFFFF;
	right:0;
	cursor: pointer;
}

#language_container .lang-select .btn-select li{
	list-style: none;
	padding-bottom: 0px;
}

#language_container .lang-select .btn-select li .down {
    margin-top: 3px;
}

#language_container .lang-select .btn-select:hover li{
	margin-left: 0px;
}

#language_container .lang-select .btn-select:hover{
	background-color: #F4F3F3;
	border: 1px solid transparent;
	box-shadow: inset 0 0px 0px 1px #ccc;
}

#language_container .lang-select .btn-select:focus{
	outline:none;
}

.container {
  width: 100%;
}