/*
Theme Name: punksly Child
Template: punksly
*/
/*Add your own styles here:*/

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
		font-size: 9px;
	}
	a.popupaoc-black {
	font-size: 15px;
	text-align: center;
	margin-bottom: 15px;

	}
	a.video-button {
	font-size: 15px !important;
	padding: 11px 20px;
	border-radius: 3px;
	color: #fff;
	}
}


#top .av_iconlist_title a:hover {
	text-decoration: none;
}
.html_header_transparency #top .avia-builder-el-0 .container {
	padding-top: 0px;
}
a:hover {
	text-decoration: none;
}
.special_amp {
	font-family: inherit;
	font-style: normal;
	font-size: inherit;
	font-weight: inherit;
	color: inherit !important;
}
#top #header .social_bookmarks li:last-child {
	display: none;
}
#top nav .social_bookmarks {
	width: 200px;
}
#top nav .social_bookmarks {
	overflow: inherit;
}
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
	font-family: inherit;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 0px;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
	font-family: inherit;
	font-size: 14px !important;
	border: 1px solid #f2f2f2;
	color: #fff !important;
	background: #004062 !important;
	border-radius: 3px;
	width: 50%;
	margin: auto;
	text-align: center;
	display: block;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #001722 !important;
}
.pop-contain-bg {
	background: #f4f4f4;
	padding: 30px 15px 20px 15px;
}
a.video-button {
	background: #e31f1d;
	padding: 11px 20px;
	border-radius: 3px;
	color: #fff;
}
a.video-button:hover {
	background: #d84b3e;
	padding: 11px 20px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
}
a.popupaoc-black {
	background: #1a7e5a;
}
a.popupaoc-black:hover {
	text-decoration: none;
	background: #001722;
	text-decoration: none;
}
.wpforms-confirmation-container-full {
	background: #f8f8f8;
	border: none;
}
.avia-menu.av_menu_icon_beside {
	border-right: none;
	padding-right: 0px;
}
#top .av_inherit_color a {
	text-decoration: none;
}
#top .av_inherit_color a:hover {
	text-decoration: none;
}
/*Search bar*/
.wrap{
  width: 100%;
  position: relative;
}
.search {
  width: 100%;
  position: absolute;
  display: flex;
}
#form-search {
	display: flex;
}
.searchButton {
  width: 45px;
  height: 38px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff !important;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  font-size: 15px;
font-family: 'josefin sans' !important;
}
/*Search bar End*/

