/*
Theme Name: Palletrush
Theme URI: http://questhost.com
Version: 1.0
Author: Quest Host
Author URI: http://questhost.com
*/

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0;
    max-width: 100%;
    width: auto;
}

body {
    padding: 0 !important;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.subpage-content-left_copy h2 {
    color: #85c9f9;
    font-size: calc(16px + 0.3vw);
    font-weight: bold;
}

.subpage-content-left_copy p {
    color: #a7a9ac;
    font-size: calc(12px + 0.3vw);
    line-height: 1.4;
    margin: 0;
    padding-top: 15px;
}

.subpage-content-left_copy ul {
    padding-left: 22px;
    line-height: 1.4;
    font-size: calc(12px + 0.3vw);
    list-style: none;
    margin-top: 10px;
    color: #a7a9ac;
}

.subpage-content-left_copy ul li::before {
    content: "• ";
    color: #074b7b;
    font-size: 20px;
}

.subpage-content-left_copy ul li {
    padding-left: 0;
    text-indent: -0.7em;
}


form select,
form textarea,
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
    width: 100%;
    border: 1px solid #bebebe;
    padding: 4px;
    background: #FFF;
    height: 30px;
}

form textarea {
    height: 100px;
}

form input[type="submit"]:hover {
	background: #85c9f9;
	color: #074b7b;
	border: 1px solid #fff;
}

form input[type="submit"] {
	border: 1px solid #a7a9ac;
	padding: 8px 15px;
	background: #074b7b;
	margin-top: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
    cursor: pointer;
    transition: all ease .5s;
}

form label {
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 0;
	display: block;
	font-weight: bold;
	color: #074b7b;
	font-size: 14px;
}

/* Mobile and Tab View */

@media (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 1040px) {}