/*
Theme Name: Watson
Author: Matt McCarten // SearchQuest
URI: www.searchquest.co.uk
Version: 2.5d
*/

/** Font  **/

 @font-face { font-family: proxima; src: url('/wp-content/themes/searchquest/font/proxmia/proximanova-light.otf'); } 
 
 @font-face { font-family: proxima normal; src: url('/wp-content/themes/searchquest/font/proxmia/proximanova-regular.otf'); } 

 @font-face { font-family: proxima semibold; src: url('/wp-content/themes/searchquest/font/proxmia/proximanova-semibold.otf'); } 
 
 @font-face { font-family: proxima bold; src: url('/wp-content/themes/searchquest/font/proxmia/proximanova-bold.otf'); } 

  @font-face { font-family: proxima black; src: url('/wp-content/themes/searchquest/font/proxmia/proximanova-black.otf'); } 

/** Core **/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/**down arrow**/
.arrow {
    background: url('/wp-content/themes/searchquest/images/arrow.png');
    width: 61px;
    height: 61px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: none;
    margin-left: -30px;
}

.back-to-top {
    text-align: right;
    padding: 0 10px;
}

.back-to-top a:hover {
    color:#e28b09!important;
}

/**orange-text**/

.orange-text {
    color: #e28b08;
}





























#main-wrapper {  
  background-color: #fff;
}

#extra-home-section {
    background-color: #efefef;
}

.entry-content h1 {
    color: #232323;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid #7E1F28;
    padding-bottom: 10px;
}

#main-inner-full {
    overflow: inherit;
    padding: 20px 0px 10px;
}

.home #main-inner-full {
    margin: 0 10px;
}

#main-inner-full h2 {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 700;
    color: #055228;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
}

#header-wrapper {
    background-color: #ffffff;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

html {
    overflow: auto;
}

body {
    font-family: raleway;
    font-family: proxima normal;
    font-weight: 400;
    line-height: 26px!important;
    color: #333;
    margin: 0;
    font-size: 22px;
}

body a {
    color: inherit;
    text-decoration: inherit;
}

.caption a:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    position: relative;
    left: -1px;
    top: -1px;
}

body a:hover {
    color: inherit!important;
    text-decoration: inherit;
}



#wrapper {
    margin: 0 auto;
    width: 100%;
    background-color: #ebebeb;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

#extra-content {
    padding: 20px 0 40px;
}



hr {
    border: none;
    background-color: #FFF;
    height: 3px;
    margin-top: 10px;
    width: 100%;
    float: left;
}

.clear {
    clear: both;
}

.preload {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.widget-wrapper {
    list-style: none;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

.tab-inner .image img {
    width: 100%;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}



.metaslider_widget-2 {}

li#text-9 a span:hover {
    border-bottom: 3px solid #79BB4F;
}

#search-2 {
    position: relative;
}

#text-4 {
    float: left;
    text-align: left;
    position: relative;
    padding-right: 26px;
    margin: 10px 0;
    margin: 10px 10px 10px 27px;
    font-weight: 200;
    border-right: 1px solid #fff;
}

#text-4 a:hover {
    color: #7D1F27;
    transition: 0.5s;
}

#text-5 img {
    position: absolute;













    top: 0;
    right: 0;
    z-index: 0;
}

#text-4 img,li#text-5 img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

#text-3 {
    font-size: 17px;
    margin-right: 20px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: Roboto;
    margin-top: 3px;
    float: right;
}










#text-3 span {
    font-size: 30px;
    color: #234468;
    line-height: 45px;
}

/** -------------- Header ------------------**/

/* social */
.header-contact i.fa {
    width: 52px;
    height: 52px;
    text-align: center;
    display: block;
    margin-right: 7px;
    margin-top: 13px;
    float: left;
    transition: 0.5s;
    font-size: 37px;
    padding: 8px 0;
}

i.fa.fa-youtube {
    background-color: #da2723;
}

.header-contact .mobile-box i.fa {
    vertical-align: middle;
    text-align: center;
    display: block;
    margin-right: 7px;
    margin-left: 15px;
    margin-top: 8px;
    float: none;
    color: #0e6c3a;
    transition: 0.5s;
    padding: 9px 0;
}

.header-contact i.fa:hover {
    border-radius: 50px 50px 50px 5px;
    transition: 0.5s;
}

i.fa.fa-linkedin {
    background-color: #1187c9;
}

i.fa.fa-twitter {
    background-color: #65cdef;
}

i.fa.fa-facebook {
    background-color: #507cbf;
}
input#s {
    border: none;
    margin: 0;
    height: 58px;
    background-color: #28405a;
    padding: 0 20px;
    position: relative;
    font-weight: 500;
    color: #fff;
}

input#searchsubmit {

    background-image: url(/wp-content/themes/searchquest/images/spyglass.png);
    width: 19px;
    border: 0;
    position: absolute;
    top: 14px;
    background-repeat: no-repeat;
    right: 10px;
    background-color: #28405A;
}

#logo {
    float: left;
    width: 34.5%;
    padding: 30px 0 18px;
}

#logo img {
    max-width: 100%;
}

#navigation {
    float: left;
    width: 110%;
}

.header-contact {
    float: right;
    width: 460px;
    margin: 25px 0;
}

.header-contact span {
    color: #c73046;
    font-weight: bold;
}

.header-contact .widget_text {
    /* float: left; */
}

.social-header {
    float: right;
    color: #fff;
    display: block;
}

.call-us {
    float: left;
    color: #000000;
    font-size: 18px;
    font-family: proxima;
    line-height: 28px;
    text-align: right;
    border-right: solid #000 1px;
    padding-right: 19px;
    margin-top: 10px;
}

.call-us a {
    font-family: proxima semibold;
    font-size: 30px;
    color: #055228!important;
    background-image: url(/wp-content/themes/searchquest/images/phone-icon.png);
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left: 30px;
    letter-spacing: 1px;
}

#text-2 {
    margin: 0px 30px;
    font-weight: 200;
}

#text-2 img {
    margin-top: -8px;
}

.header-contact.widget-container {
    float: left;
}

.menu-search {
    float: right;
}

#menu-wrapper {
    width: 100%;
    background-color: #fdd094;
    float: left;
}

/** Navigation **/
ul.menu li.current-menu-item a {
    display: block;
    line-height: 48px;
    border-bottom: 5px solid #055228;
    font-weight: bold;
}

ul.menu li.current-menu-item a span {
}

ul.menu li a span {
    width: 100%;
    padding: 0px 8px;
    letter-spacing: 1px;
}

ul#menu-useful-links li a span {
    padding: 0;
    color: #fff;
    border-right: 0px;
    padding: 0;
    font-weight: 400;
    color: #fff;
    font-family: open sans;
}

ul#menu-footer li a span {
    border-right: 0px;
    padding: 0;
    font-weight: 400;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

li a span:nth-last-child(2) {
    border-right: 1px solid #A10606;
}

ul.menu li.current-menu-item ul.sub-menu a {
    border-bottom: 5px solid #10253D;
}

menu {
    display: block;
    text-align: center;


















}

menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu a {
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 48px;
    font-size: 17px;
    color: #055228;
    text-transform: uppercase;
    transition: 0.6s;
    font-family: raleway;
    font-weight: bold;
    border-bottom: 5px solid #fdd094;
}

menu a li.current-menu-parent.current-page-parent.current_page_parent.current_page_ancestor {
    border-bottom: 5px solid #8AC264;
}

.menu {
    vertical-align: top;
    display: inline-block;
    border-radius: 6px;
}

.menu li {
    position: relative;
}

.menu > li {
    float: left;
    transition: 0.5s;
    border-bottom-color: #ac2934;
    margin: 6px 21px 0;
}

li.current-menu-parent.current-page-parent.current_page_parent.current_page_ancestor a {
    border-bottom: 5px solid #8AC264;
}



li.current-menu-parent.current-page-parent.current_page_parent.current_page_ancestor ul.sub-menu .current-menu-item a {
    border-bottom: 5px solid #8AC264;
}

li.current-menu-parent.current-page-parent.current_page_parent.current_page_ancestor ul.sub-menu a {
    border-bottom: 5px solid #10253D;
}

menu-useful-links {
}

.menu > li > a {
}

.menu > li:hover,.menu > li:hover >a {
    border-bottom-color: #055228;
}

#menu-footer.menu > li:hover {
    border: none;
}

.menu li:hover > a {
    color: #055228;
    border-bottom-color: #1a733d;
}

.menu > li:first-child {
    border-radius: 0;
    margin-left: 0;
}

.menu > li:first-child>a {
}

.menu > li:last-child {
    margin-right: 0;
    border-right: none;
}

.menu > li:last-child >a {
    border-radius: 0 4px 0 0;
}

.menu > li:last-child >a span {
    border-right: 0;
}




.menu li li a {
    border: none;
}

.menu li li a:hover {
    color: #fff;
    background-color: #8AC264;
}


.menu li a:first-child:nth-last-child(2):after {
    content: "";
	position: relative;
    height: 40px;
    width: 30px;

    top: 50%;
    right: -10px;
    z-index: 2;
}

/* submenu positioning*/
.menu ul {
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    left: -99999em;
    -webkit-padding-start: 0;
    background-color: #10253d;
}

.menu > li:hover > ul {
    left: 0;
    min-width: 100%;
    list-style-type: none;
    top: 54px;
    border-top: 5px solid #8AC264;
}

.menu > li li ul {
    border-left: 1px solid #fff;
}

.menu > li li:hover > ul {
    left: 100%;
    top: -1px;
}

/* arrow hover styling */
.menu > li > a:first-child:nth-last-child(2):after {
    content: "\f078";
    font-family: fontAwesome;
}

.menu > li:hover > a:first-child:nth-last-child(2):after {
    content: "\f077";
    margin-top: -30px;
    font-family: fontAwesome;
}

.menu li li > a:first-child:nth-last-child(2):before {
    border-left-color: #aaa;
    margin-top: -5px;
}

.menu li li:hover > a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    border-right-color: orange;
    right: 10px;
}
/** ------------------ home content ------------------ */

.image-cap {
    position: absolute;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.58);
    width: 100%;
    color: #fff;
    padding-left: 20px;
    font-family: montserrat;
    text-transform: uppercase;
    font-size: 16px;
}
.tab-inner .image {
    float: left;
    position: relative;
    top: -61px;
}

.tab-inner .tab-content {
    float: right;
    width: 49%;
}

.tab-inner {
    width: 100%;
}

.tab-content a {font-family: open sans;text-transform: uppercase;font-weight: bold;border: 1px solid #7E1F28;border-radius: 5px;padding: 15px 25px;position: relative;top: 30px;transition: 0.5s;}

.tab-content a:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    position: relative;
    left: -1px;
    top: 19px;
}

.home-tabs h2 {
    color: #232323;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid #7E1F28;
    padding-bottom: 10px;
    float: right;
    padding-top: 40px;
    margin-right: 315px;
    font-family: montserrat;
    -webkit-margin-after: 0;
}

.su-row li {
    list-style-type: none;
}


/** Homepage Box **/

.slider-video {
    position: relative;
    padding-bottom: 64.25%; /* 16:9 */
    padding-top: 21px;
    height: 0;
    margin-top: 0px;
}

.slider-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.homebox-wrapper {
    width: 100%;
}

#homebox-wrapper {
    margin-top: 0;
    overflow: hidden;
    position: relative;
}

.s-right {
    width: 50.55%;
    padding: 0!important;
    right: 0px;



    float: right;
}



.s-right img {
    width: 100%;
}

.caption ul li {
    font-family: proxima bold;
    font-size: 30px;
    padding-bottom: 9px;
    background-image: url(/wp-content/themes/searchquest/images/slider-ul.png);
    background-repeat: no-repeat;
    background-position: 0% 19%;
    padding-left: 58px!important;
    line-height: 31px;
    list-style-type: none;
}

.caption ul li strong {
    font-family: proxima black;
}

.s-left {
    float: left;
    width: 46.5%;
    padding-left: 11%;
    margin-right: 36px;
    padding-top: 10px;
}

.caption h2 {
    font-size: 40px;
    padding-bottom: 10px;
    color: #FFF;
    font-family: raleway;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 55px;
    padding-bottom: 0px;
    display: inline-block;
    border-bottom: 5px solid #ffffff;
}

.caption h2 strong {
    font-weight: 900;
}


/********* CTA *****************/

#cta-wrapper {
    clear: both;
    display: block;
    text-align: center;
    overflow: auto;
    background-color: #EBEBEB;
}


.cta-text {
    position: absolute;
    width: 23px;
    height: 23px;
    right: 0;
    max-width: 241px;
    line-height: 20px;
    color: #fff;
    bottom: 0;
    background-image: url(/wp-content/themes/searchquest/images/plus.jpg);
    background-repeat: no-repeat;
    background-position: 40% 40%;
}

.cta-text p {
    max-width: 200px;
    position: relative;
}


.cta {
    display: inline-block;
    height: 256px;
    width: 510px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    padding: 10px 30px;
    color: #fff;
}

.cta h2 {
    font-size: 34px;
    width: 65%;
}

.cta a {
    font-size: 19px;
    line-height: 70px;
    padding: 10px 20px;
    background-color: #10253d;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.cta a:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}

.cta p {
    width: 72%;
    font-size: 17px;
}

.cta.cta1 {
    background-image: url(/wp-content/themes/searchquest/images/cta-color1.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    transition: .5s;
}

.cta.cta2 {
    background-image: url(/wp-content/themes/searchquest/images/cta-color2.png);
    background-position: 100% 0;

    background-repeat: no-repeat;
    transition: .5s;
}

.cta:hover {
    background-position: 70% 0;
    transition: .5s;
}

.cta img {
    position: absolute;
}

/** Sidebar **/


/************ Orange bar ***************/

#orange-banner {
    background-color: #e28b08;
}

.orange-inner {
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 46px;
    padding: 60px 0;
    font-weight: bold;
    font-family: raleway;
}

.orange-inner span {
    font-size: 59px;
}

/************ home content **************/

.border-left {
    border-left: 7px solid #e28b09;
    padding-left: 60px;
}


/************ Content **************/
/* breadcrumb */

a.bread-link:hover {
    color: #e28b08!important;
}

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
    text-align: left;
    padding: 8px 0;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
    color: #fff;
}

#breadcrumbs li.item-current {
    color: #fdd094;
}

  
#breadcrumbs .separator{
    font-size: 14px;
    font-weight:100;
    color: #fff;
    padding-top: 5px;
}

/*List Styling*/

 .entry-content ul li {
    line-height: 30px;
    padding-left: 60px;
    background: url(/wp-content/themes/searchquest/images/body-ul.png) no-repeat 0% 50%;
    font-family: proxima semibold;
    font-size: 27px;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style-type: none;
 }


/*Benefits & faqs*/

.su-column-inner .list {
    overflow:auto;
}


.bubbles {
    padding-top: 50px;
}

.list-left {
    float: left;
    width: 50%;
    vertical-align: top;
    padding-right: 25px;
}

.list-right {
    float: right;
    width: 50%;
    vertical-align: top;
}

@media (max-width:768px){

    .su-column.su-column-size-1-2.home-second {margin-left: 50px;}
	
	.sidebar #primary li { padding: 0px 0!important;}

    #main-content .sidebar div#primary {    float: none;    width: 100%;}

    ol.flex-control-nav.flex-control-paging {    display: none;}

    .arrow {    display: none;}

    .list-left, .list-right {    float:none;    display:block;    padding-right: 0px;    width:100%;}

}

.page-template-default .entry-content .case-studies a {
    border: none;
    top: initial;
    text-transform: none;
    padding: 0;
}

.page-template-default .entry-content .case-studies a:hover{
	top: 0;
	box-shadow: none;
}

.widget-1 {
    list-style-type: none;
}

#metaslider_widget-2 {
    overflow: hidden;
}

.terms-cs {
    font-size: 24px;
}

ul.case-studies {
    padding: 0;
}

/*Accordion*/

.page-template-default .entry-content .su-spoiler a {
    font-family: open sans;
    position: relative;
    transition: none!important;
    color: #055228;
    border: none;
    top:0;
    text-transform:none;
    padding: 0;
}

.page-template-default .entry-content .su-spoiler a:hover {
    color: #e28b09;
	font-family: open sans;
    position: relative;
    transition: 0.5s;
	left: 0;
	top: 0;
	box-shadow: none;
}

.su-spoiler ul{
	padding: 0;
}

.su-spoiler .su-spoiler-title{
	font-size: 26px;
}

.entry-content .su-accordion .su-spoiler ul li {
    line-height: 20px;
    padding-left: 30px;
    background-size: 25px;
    font-family: proxima semibold;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    color: #055228;
}

.benefits .list li:nth-child(even) {
    background: none;
    color: #333!important;
    font-family: proxima!important;
}

.su-spoiler-content {
    padding: 20px 0 0 0!important;
}

.su-accordion {
    margin: 0 auto;
}

.su-spoiler-style-default > .su-spoiler-title {
    padding-left: 27px;
    padding-right: 0;
    color: #055228;
}

.su-column-inner.su-clearfix {
    margin-top: 30px;
}

/*benefits faqs list*/
.benefits-faq ul {
    margin: 0;
}

 .entry-content .benefits-faq ul li {
    line-height: 20px;
    padding-left: 40px;
    font-family: proxima;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    background-size: 35px;
}



/*installers zone*/

.installersZone-content {overflow: initial;margin-bottom: 30px;}

.installersZone-content a.d-bttn {
    margin: 10px 1% 10px 0px;
}

.installersZone-content a.d-bttn {
    width: 24%;
    text-align: center;
}

/**/
a.d-bttn {
    background-color: #e28b08;
    color: #fff!important;
    padding: 20px 20px!important;
    position: relative!important;
    margin: 10px 0;
    float: none;
    font-size: 20px;
    display: inline-block;
    text-align: center;
}
.warranty a.d-bttn {
	float: none;
	top: 0!important;
	margin-left: auto;
	display: block;
	max-width: 100%;
	margin-right: auto;
	text-align: center;
}

.ambulance-item-button {
    width: 100%;

}

.ambulance-item-image img {
    width: 70%;
}

.ambulance-item-image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin: 0 auto;
}

.ambulance-item {
    float: left;
    width: 29.4%;
    overflow: auto;
    min-height: 440px;
    text-align: center;
    margin: 0 10px;
    position: relative;
}


#main-inner-full .ambulance-item h2 {
    line-height: 30px !important;
    font-size: 20px;
    width: 100%;
    display: block;
}

h2.ambulance-button {
}

.project-item {
    margin-bottom: 50px;
    overflow: auto;
}

.project-button strong {
    font-size: 20px;
    color: #10253D;
}

.project-item-button {
    float: right;
    width: 68%;
    position: relative;
    background-color: #EBEBEB;
    padding: 30px;
}

.project-item-button:before {
    content: url(/wp-content/themes/searchquest/images/grey-arrow.png);
    position: absolute;
    left: -30px;
    top: 29%;
    width: 100px;
}

.project-item-image {
    width: 20%;
    float: left;
    font-size: 23px;
    font-weight: 500;
}

.project-item-image strong {
    color: #7ABB4F;
}

.project-item-image img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 10px;
}

h1.entry-title {
    font-size: 44px;
    padding-bottom: 10px;
    color: #e28b08;
    line-height: 33px;
    text-transform: capitalize;
    font-family: proxima bold;
}

#page-title .content-wrapper {
    background-color: #055228;
    text-align: center;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

#page-title .content-wrapper h1 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-align: left;
    font-weight: 200;
    color: #fff;
    padding: 30px 0;
    text-transform: uppercase;
}

#page-title .content-wrapper h1.entry-title.blog-title {text-transform: none;font-size: 25px;font-weight: 300;}

.slick-slide a {
    width: 100%!important;
}

.post.error404 {
    text-align: center;
    padding: 0 50px;
}

.entry-content a {
    color: #e28b08;
}

/*.page-template-default .entry-content a {
    font-family: open sans;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #e28b08;
    border-radius: 5px;
    padding: 15px 25px;
    position: relative;
    top: 30px;
    transition: 0.5s;
	margin-left: auto;
    margin-right: auto;
}*/

.page-template-default .entry-content p a{
	top: 10px;
}

.page-template-default .entry-content p a:hover {
	left: 0 !important;
	top: 10px;
	color: #055228;
	/* border: 1px solid #055228; */
}

.page-id-23 .entry-content a {
    font-family: open sans;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px solid #7E1F28;
    border-radius: 5px;
    padding: 0;
    position: relative;
    top: 0;
    transition: 0.5s;
}

/*.page-template-default .entry-content a:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    position: relative;
    left: -1px;
    top: 19px;
}*/

.page-id-23 .entry-content a:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
    position: relative;
    left: 0;
    top: 0;
}

.entry-content ol li:before {
    font-family: fontAwesome;
    color: #7ABB4F;
    padding-right: 10px;
}

.entry-content ol li {
    line-height: 26px;
    margin-bottom: 60px;
    padding-left: 110px;
    color: #000;
    font-size: 26px;
    position: relative;
    list-style-type: none;
}

.entry-content ol li:before {
    content:'';
    background: url(/wp-content/themes/searchquest/images/home-ul.png) no-repeat 1% 17%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -38.5px;
    width: 70px;
    height: 77px;
}


.extra-content-inner ol li {
    line-height: 30px;
    padding-left: 60px;
    background: url(/wp-content/themes/searchquest/images/body-ul.png) no-repeat 0% 50%;
    font-family: proxima semibold;
    font-size: 27px;
    padding-top: 20px;
    padding-bottom: 20px;
}

ol {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

/*********** Blog  **********************/


#nav-below {
    margin-bottom: 20px;
}

#nav-above a, #nav-below a {
    background-color: #0d683a;
    padding: 6px 10px;
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
}

#nav-above a:hover, #nav-below a:hover {
    background-color: #fdd094;
    border-radius: 50px 50px 50px 5px;
    transition: 0.5s;
}



/************************** Contact Form ******************/


/* Recaptcha */

.recaptcha-style {
    clear: both;
}

#page-title {
    background-color: #055228;
    overflow: auto;
}

.submit-line {
   float: right;

}

.line1 {
    float: left;
    width: 47.7%;

}

.page-id-23 .line1 {
    width: 47%;
}

.line3 {
    float: left;
    width: 36%;
    margin-right: 17px;
}

.contact-inner {
    max-width: 1293px;
    margin: 0 auto;
    padding: 0 20px 30px 20px;
    overflow: auto;
}

.entry-content .contact-main p a {
    border: none;
    top: 0;
    text-transform: none;
    padding: 0;
}

.entry-content .contact-main p a:hover {
	top: 0!important;
	border: none!important;
	box-shadow: none!important;
}


.wpcf7 {
    padding: 0;
    margin-bottom: 25px !important;
    float: none;
    margin-top: 30px !important;
    max-width: 600px;
    display: block;
    margin-left: auto!important;
    overflow: hidden;
    margin-right: auto!important;
}

.wpcf7 form {
    width: 100%;
    display: block;
}

.wpcf7 p {
    display: block;
    margin: 1px 0;
    float: left;
    width: 100%;
}

.wpcf7 p .wpcf7-form-control-wrap {

    display: block;
}

.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea {
    border: none;
    width: 100%;
    padding: 14px 17px;
    margin: 0 0 18px;
    font-family: open sans;
    float: left;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 198px;
}

.wpcf7 .wpcf7-captchar,.wpcf7 .wpcf7-captchac {
    max-width: 50%;
}

.wpcf7 input[type="submit"] {
    background: #055228;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: Arial;
    padding: 6px 16px 7px;
    float: right;
    display: block;
    cursor: pointer;
    border: none;
    width: 100%;
    padding: 14px 15px;
    margin: 4px 0 8px;
    font-family: open sans;
    float: left;
    font-size: 11px;
    border-radius: 0;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
    transition: 0.5s;
    text-transform: uppercase;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    position: relative;
    left: -1px;
    top: -1px;
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 textarea:focus {
    border: #000;
}

.wpcf7 .wpcf7-response-output {
    clear: both;
    margin: 34px 0;
    border: 2px solid #f11;
    position: relative;
    top: 0;
    color: #000;
    border-radius: 5px;
}

.wpcf7 .wpcf7-not-valid-tip {
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
    padding: 13px 5px;
    border-radius: 5px;
    position: absolute;
    background: #fff;
    border: 1px solid #f11;
}

.wpcf7 .wpcf7-mail-sent-ok {
    border-color: #1c1;
}

.contact-l {
    float: left;
    width: 48%;
}

.contact-r {
    float: right;
    width: 48%;
}

select {
    width: 100%;









    margin-top: 20px !important;
}

/*contact page*/
.contact-domestic {
    max-width: 600px;
    padding: 0px 20px;
    float: left;
}

.contact-trade {
    max-width: 600px;
    display: inline-block;
    padding: 0 20px;
}


/*testimonials*/
h2.testimonials {
    background: url(/wp-content/themes/searchquest/images/home-ul.png) no-repeat 1% 17%;
    background-size: 30px;
    padding-left: 50px;
    vertical-align: middle;
    line-height: 36px;
}

/*test & results*/

.test-results a.d-bttn {
    float: none;
}

.test-results {
    padding-bottom: 50px;
}

/*installers zone*/
img.img-table-left-bottom {
    line-height: 0;
    vertical-align: middle;
    transform: rotate(180deg);
}

img.img-table-left {
    line-height: 0;
    vertical-align: middle;
    transform: rotate(270deg);
}

img.img-table-right {
    line-height: 0;
    vertical-align: middle;
    line-height: 0;
    vertical-align: middle;
    transform: rotate(0deg);
}

img.img-table-right-bottom {
    line-height: 0;
    vertical-align: middle;
    line-height: 0;
    vertical-align: middle;
    transform: rotate(90deg);
}

/************** Footer ******************/
#copyright {
    background-color: #0e683a;
    font-size: 16px;
    font-weight: 400;
    overflow: auto;
    font-family: proxima semibold;
    padding: 30px 0;
    margin: 0 10px;
}

#copyright a {
    color: #f58e2c;
    font-weight: 500;
    font-weight: bold;
}

#copyright a:hover {
    color: #9B9B9B;
    transition: 0.5s;
}

#footer-content {
    background-color: #101010;
    padding: 50px 0;
}

#footer-wrapper {
    clear: both;
    background-color: #101010;
    color: #fff;
    margin-top: -5px;
}

#footer-wrapper .column {
    width: 24%;
    float: left;
    margin-right: 20px;

}

#footer-wrapper .column.video {










    width: 29%;
}

.column.logo a {
    display: block;
    padding-bottom: 5.9px;
    transition: 0.3s;
    font-size: 16px;
}

.column.logo a:hover {
    color: #e28b09!important;
}

.column.logo {
    font-weight: 400;
}


.column.logo a span {font-family: proxima;font-size: 16px;}

.column.logo span.red {
    color: #7D1F27;
    font-weight: bold;
}

#footer-wrapper .column.contact {
    margin-right: 0;
    line-height: 40px;
    width: 26%;
}

#footer-wrapper .column.contact .widget-title {
    color: #fff;

}

#footer-wrapper .column.contact {
	font-weight: 500;
}

#footer-wrapper .column.sitemap {
    width: 17%;
    margin-right: 7px;
}

#footer-wrapper .column.links {
    width: 16%;
    margin-right: 120px;
}

#footer-wrapper .column.links img {

    display: inline-block;
    margin: 5px 10px;
}

#slick-slider-wrapper2 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #EBEBEB;
}

#slick-slider-wrapper {
    background-color: rgb(255, 255, 255);
    margin-top: -160px;
}

#slick-slider-wrapper .content-wrapper {
    max-width: 1300px;
}


.cta-text h2 {
    color: #fff;
    margin-top: 0;
    margin: auto;
    visibility: hidden;
    font-size: 20px;
}

#copyright-wrapper {
    width: 100%;
    background-color: #0e683a;
}

.column i.fa {
    color: #e28b09;
    font-size: 25px;
    position: relative;
    top: 4px;
    padding-right: 10px;
}

.copy-l {
    float: left;
}

.copy-r {
    float: right;
}

h3.widget-title {
    font-size: 28px;
    color: #232323;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid #7E1F28;
    padding-bottom: 2px;
    font-family: roboto;
}

#text-5 h3.widget-title {
    font-family: montserrat;
}

#footer-content h3.widget-title {
    color: #fff;
    border: none;
    text-transform: inherit;
    font-weight: bold;
    -webkit-margin-after: 12px;
}

.menu-footer ul.menu {
    background: #0f0;
    width: 100%;
    list-style: none;
    margin: 0;

    padding: 0;
    height: auto;
}

.menu-footer ul.menu li {
    display: block;
    float: none;
    height: auto;
    max-width: none;
    text-align: left;
    margin: 0;
}

.menu-footer ul.menu li a {
    height: auto;
    width: auto;
}

.menu-footer ul.menu li a:hover,.menu-footer ul.menu li.current-menu-item a {
    background: none;
    color: #f0f;
}

ul#menu-footer li,ul#menu-useful-links li {
    width: 100%;
    transition: 0.5s;
    margin: 0;
}

ul#menu-footer > li:hover > a span,ul#menu-useful-links > li:hover > a span {
    color: #e28b09;
    border-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}

ul#menu-fuseful-links > li:hover > a span {
    color: #fff;
    border-bottom: 3px solid #73B24E;

}

ul#menu-footer li a:hover,ul#menu-useful-links li a:hover {
    color: #fff;
}

ul#menu-footer li a,ul#menu-useful-links li a, ul#menu-useful-links li a {
    border: none;
    line-height: 30.5px;
    padding: 0;
    transition: 0.5s;
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif!important;
}

a {}


.scrollup {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('/wp-content/uploads/2016/05/up-1.png') no-repeat 50%;
    background-color: #7d1f27;
    border-radius: 50%;
    z-index: 100;
    transition: 0.5s;
}

a.scrollup:hover {
    transform: scale(0.7);
}


.magic-map {    position: absolute;    width: 100%;    height: 400px;   background-color: rgba(0, 0, 0, 0.21);    z-index: 21;}

.cta-text strong {    font-size: 16px;    width: 200px;    position: absolute;}

.post {margin: 10px 0 70px;display: block;width: 100%;overflow: auto;position: relative;}


/* Sidebar News */

.sidebar #primary li, #primary ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar div#primary {
    float: left;
    width: 20%;
}

.sidebar #primary li {
    padding: 10px 0;
}


/*----------------------------------------- Responsive -------------------------------------------*/

.mobile-item{display:none;}

.mobile-phone {display:none;}



.hidemedesk {display:none;}

/* Responsive Menu */
#rsp-menu {
    border-bottom: 4px solid #fdd094;
}


#rsp-menu li {
    list-style: none;
    width: 100%;
    line-height: 23px;
}

#rsp-menu li a {
    line-height: 33px;
    border: none;
}

#rsp-menu li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-color: #e28b08;
}

#rsp-menu li a span {
    border: none;
}

#rsp-menu li.current_page_item > a,#rsp-menu li a:hover {
    background: #1e763c;
    color: #fff;
}

#rsp-menu .menu-item-has-children > a {
    cursor: default;
    background: #10253D;
}

#rsp-menu .menu-item-has-children > a:before {
    right: 20px;
}

#rsp-menu .menu-item-has-children > a:hover {
}

#rsp-menu .sub-menu {
    display: none;
    padding: 10px;
    background: #E4E4E4;
    position: static;
    min-width: 90%;
}

#rsp-menu .sub-menu li {
    background: #fff;
}

.mobile-box {
    float: right;
    background-color: #fdd094;
    width: 80px;
    height: 80px;
    padding: 5px 0;
    position: relative;
    color: #fff;
    display: block;
    font-size: 23px;
    text-align: center;
}

.mobile-box.call {
    float: left;
    background-color: #151515;

    width: 57px;
    height: 43px;

    margin-top: 19px;
    color: #fff;
    display: block;
    font-size: 23px;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    margin-right: 20px;
    background-image: url(/wp-content/themes/searchquest/images/phonecall-icon.png);
    background-repeat: no-repeat;
}

#rsp-menu-toggle,#rsp-menu-wrap {
    display: none;
}

@media screen and (max-width:1780px) {

    .caption h2 {
    font-size: 35px;
}

.caption ul li {
    font-size: 24px;

    padding-bottom: 9px;
}
}
@media screen and (max-width:1650px) {

.caption h2 {line-height: 39px;}

    
}

@media screen and (max-width:1500px) {

    .menu > li {
    margin: 6px 14px 0;
}

  .caption h2 {
    font-size: 25px;

}

.caption ul li {
    font-size: 20px;
    padding-bottom: 9px;
}
}

@media screen and (max-width:1350px) {

    .menu > li {
    margin: 6px 7px 0;
}
.s-left {
    padding-left: 20px;
    margin-right: 0;
    padding-top: 0;
    margin-left: -30px;
    margin-top: 0px;
    height: 440px;
    left: 0px;
    background-color: #e28b08;
}

.caption ul li {
    line-height: 28px;
    font-size: 18px;
    padding-bottom: 10px;
}
}
@media screen and (max-width:1323px) {

    .s-left {height: 410px;}
    
}

@media screen and (max-width:1275px) {

        .menu > li {
    margin: 0px 6px 0;
}

.menu a {
    font-size: 13px;
}

    ul.menu li a span {
    width: 100%;
    letter-spacing: 0;
}


    #text-3 {
    font-size: 17px;
    margin-right: 0px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: Roboto;
    margin-top: 3px;
    float: right;
}

li#text-3 {}
}


@media screen and (max-width:1260px) {
    .home-tabs h2 {
    color: #232323;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid #7E1F28;
    padding-bottom: 10px;
    float: right;
    padding-top: 40px;
    margin-right: 295px;
    font-family: montserrat;
    -webkit-margin-after: 0;
}

.tab-inner .image {
    float: left;
    position: relative;
    top: -91px;
    width: 46%;
}
}

@media screen and (max-width: 1225px) {

    .home-tabs h2 {
    color: #232323;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid #7E1F28;
    padding-bottom: 10px;
    float: right;
    padding-top: 40px;
    margin-right: 205px;
    font-family: montserrat;
    -webkit-margin-after: 0;
}

    .cta-text h2 {
    color: #fff;
    margin-top: 0;
    margin: auto;

    visibility: hidden;
    font-size: 17px;
}
    
    .cta-text {
    position: absolute;
    width: 23px;
    height: 23px;
    right: 0;
    line-height: 13px;
    color: #fff;
    bottom: 0;

    background-image: url(/wp-content/themes/searchquest/images/plus.jpg);
    background-repeat: no-repeat;
    background-position: 40% 40%;
}

    .line1 {
    float: left;
    width: 44.7%;
    }

.page-id-23 .line1 {
    width: 42%;
}
    .content-wrapper,.menu-header {
        max-width: 1000px;

    }

.orange-inner {
    font-size: 25px;
    padding: 40px 0px;
}

.orange-inner span {
    font-size: 33px;
}

#home-tabs {
    padding-bottom: 50px;
}

    /* header */
	#logo {

    padding: 36px 0;
  }

	li#text-4 {
    padding-right: 20px;
    margin: 10px 10px 10px 27px;
	}
    /* home */
    .caption h2 {
        font-size: 25px;
    }

    .cta p {
        width: 62%;
        font-size: 15px;
    }

    .cta.cta1 {
        background-position: 120% 0;
    }

    .cta.cta2 {
        background-position: 120% 0;
    }

    .slick-slide img {
        width: 95%;
        margin: auto;
    }
	/* home tabs */
	
	.tab-inner .image img {
    width: 100%;
	}
	.tab-inner .image {
    float: left;
    position: relative;
    top: -53px;
    width: 45%;
 }
	.tab-inner .tab-content {width: 53%;}
    /* content */
    .ambulance-item {

        width: 30.4%;
    }

    /*footer*/
    #footer-wrapper .column.logo img {
        width: 100%;
    }

    #footer-wrapper .column.sitemap {
        width: 17%;
        margin-right: 37px;
    }
}

@media screen and (max-width:1200px) {


    .caption h2 {
    line-height: 30px;
    font-size: 20px;
}

table {
    width: 70%;
    padding-bottom: 30px;
    /* display: inline-block; */
        width: 70%;
    padding-bottom: 30px;
    /* display: inline-block; */
    margin-left: 15%;
    margin-right: 15%;
}
}

@media screen and (max-width: 1024px) {


.installersZone-content a.d-bttn {
    width: 100%;
    /* margin: 10px 25%; */
    text-align: center;
}






    .menu > li {

    margin: 0px 0 0;
}

    .slider-video {
    position: relative;

    padding-bottom: 72.25%; /* 16:9 */

    padding-top: 25px;
    height: 0;
    margin-top: 0px;
}

.slider-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .mobile-item{display:block;width: 54px;float: left;border-right: 1px solid #000;margin-top: 13px;margin-right: 6px;height: 53px;}

.mobile-item img {
    margin-top: 3px;
}

    .call-us{display:none;}

    .entry-content h1 {
        color: #232323;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        display: inline-block;
        border-bottom: 4px solid #7E1F28;
        padding-bottom: 10px;
    }

    #header-content.content-wrapper {
		padding-right: 0;
		max-width: 100%;
	}

	.master-slider {
    background: rgba(0, 0, 0, 0)!important;
}
    .wpcf7 input[type="submit"] {
    background: #055228;
    border: none;
    color: #fff;
    font-size: 18px;

    font-family: Arial;
    padding: 6px 16px 7px;
    float: right;
    display: block;
    cursor: pointer;
    border: none;
    padding: 14px 17px;
    margin: 4px 0 18px;
    font-family: open sans;
    float: left;
    font-size: 16px;
    border-radius: 0;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
    transition: 0.5s;
    text-transform: uppercase;
    -webkit-appearance: none;
 }

    .submit-line {
   float: right;
   }

    .line1 {
    float: left;
    width: 45%;
    }

    .line3 {
        float: left;
        width: 100%;
        margin-right: 17px;
    }

    .cta-text {
		right: 20px;
	}


	.mobile-phone {
		display:block;
	}
	#navigation {
		display:none;
	}

    #rsp-menu-toggle,#rsp-menu-wrap {
        display: block;
    }
	.hidemedesk {
		display:block;
	}
	.menu {
    width: 100%;
	}


    .social-header {
        float: none;
    }

	#text-3 {
		margin-top: 14px;
		margin-right: 10px;
		float: left;
	}

    #main-inner-full h2 {
        font-size: 18px;
    }

	#text-4 {
		display: none;
	}


     .slick-slide img {
        width: 85.5%!important;
        margin: auto;
    }
	.header-contact {
		padding-right: 0;
		width: 332px;
		margin: 0;
		float: right;
	}
	#logo {
         padding: 14px 0 0px 0px;
         width: 34%;
    }

    .content-wrapper,.menu-header {
        max-width: 100%;
    }



	#slick-slider-wrapper {
		max-width: 90%;
	}

    #main-inner-full {
        padding: 40px 0px 30px;
        margin: 0 0px;
    }

    #footer-wrapper .column {
        width: 42%;
        float: left;
        margin-right: 20px;
        margin-left: 10px;
    }

    #footer-wrapper .column.sitemap {
        margin-bottom: 60px;
    }

    #footer-wrapper .column.video {
        width: 45%;
    }

    #footer-wrapper .column.links {
        width: 45%;
        margin-right: -10px;
    }


    #column-wrapper {
        padding: 0 11px;
    }

    .copy-l {
        float: none;
        width: 100%;
        text-align: center;
    }

    .copy-r {
        float: none;
        width: 100%;
        text-align: center;
    }

    .tab-inner .image {
    top: -60px;
 	}
 	.orange-inner {
        font-size: 22px;
        padding: 40px 10px;
    }
}


@media screen and (max-width:1023px) {
      .slick-slide img {
        width: 100%!important;
        margin: auto;
    }

      .cta-text {
		right: 0px;
	}
	
	.back-to-top{
		display:none;
	}
}

@media screen and (max-width: 1015px) {
    .home-tabs h2 {
      float: left;
      margin-right: 0;
    }

    #extra-home-section {padding-bottom: 60px;overflow:auto;}

    .tab-inner .image {
		float: left;
		position: relative;
		top: 0;
		width: 100%;
	}
    .content-wrapper,.menu-header {
        max-width: 860px;
    }


	.tab-inner .tab-content {

		width: 100%;
	}
	#header-content.content-wrapper {
		padding-right: 0px;
		max-width: 100%;
	}

    /* header */
    .menu a {
        padding: 0 12px;
        line-height: 54px;
    }


	ul.menu li.current-menu-item a {
		line-height: 25px;
	}

    input#s {
        width: 160px;
    }


    #navigation {


        float: left;
        width: 76%;
    }


    /* home */
    .cta h2 {
        font-size: 22px;
        width: 65%;
    }

    .cta p {
        width: 62%;
        font-size: 12px;
    }

    .cta {

        width: 430px;
    }


    /* content */

    .alignright {
        margin-bottom: 60px;
        margin-left: -70px;
    }

    .entry-content {
    text-align: left;
}

    .entry-content h1 {
        font-size: 25px;
    }

    body {
        font-size: 15px !important;
    }

    #main-inner-full h2 {
        font-size: 22px;
        line-height: 30px;
    }

    /* compare */
    /*footer*/
    #footer-wrapper .column.sitemap {
        /* width: 17%; */
        margin-right: 11px;
    }

    h3.widget-title {
        font-size: 23px;

    }



    #slick-slider-wrapper2 .slick-slide img {
        width: 50%;
        margin: auto;
    }
}


@media screen and (max-width: 890px) {

.alignright {
    float: none;
}

img.alignright.wp-image-45 {
    margin: auto;
}

.caption ul li {
    line-height: 23px;
    font-size: 19px;
    background-size: 39px;
    padding-top: 5px;
}

li {}

.caption h2 {
    font-size: 19px!important;
    line-height: 31px;
}

    
	#extra-home-section #main-inner-full {
    padding: 20px 20px;
	}
    .content-wrapper,.menu-header {
        max-width: 100%;
    }

    /* header */
    input#s {
        width: 130px;
        padding: 0 8px;
        border-radius: 0;

    }

    #navigation {
        float: left;
        width: 80%;
    }


    .menu a {
        font-size: 13px;
    }

    /* home */
	
	/* home tabs */
	.home-tabs h2 {

    padding-top: 70px;
    margin-right: 0;
    margin-left: 20px;
    -webkit-margin-after: 0;
	}
	
	.responsive-tabs ul.responsive-tabs__list {
    font-size: 18px;
    line-height: 18px;
    margin: 20px 0 0 12px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dashed #000;
    float: left;

	}
	
    /* content */
    .ambulance-item {
        width: 43.4%;
    }
	.contact-l, .contact-r {
    width: 100%;
	}
    
    /*footer*/
    #footer-wrapper .column.logo {

        /* padding-top: 20px; */
        /* width: 26%; */
    }
}

@media screen and (max-width:780px) {
    #slick-slider-wrapper {
    margin-top: -70px;
 }
	.cta-text {right: 0;}

	.s-left {
    width: 109%;

    margin: 0px;
    background: url(/wp-content/themes/searchquest/images/mobile-bg.jpg);
    background-size: 550px;
    left: -20px;
    position: relative;
    overflow: hidden;
    padding-right: 70px;
}

.s-left {
    margin-right: 36px;
    padding-top: 10px;
    margin-left: -20px;
    margin-top: 0px;
    height: 460px;
    padding-right: 80px;
    left: 0px;
    background-color: #e28b08;
}

.case-studies li {
    font-size: 15px !important;
	padding-left: 0 !important;
}

}

@media screen and (max-width: 768px) {
	
	h2.testimonials-title {
		margin-left: 0 !important;
	}

    .caption h2{
    font-size: 18px;
}

    .entry-content ul li {
		font-size: 18px;
		line-height: 18px;
		text-align: left;
		background-size: 50px;
	}

.home #main-inner-full {
    margin-bottom: 0;
    padding-bottom: 0;
}

	/** master **/
	
	.master-slider {
    margin: 0!important;
	}
	
	.ms-thumb-list.ms-dir-v.ms-align-right {
		display: none!important;
	}
	
	.ms-bullets.ms-dir-h.ms-align-bottom {
		display: none!important;;
	}
	
	.ms-nav-next {
		right: 10px!important;
	}
	
	.ms-nav-prev {
		left: 10px!important;
	}

    .content-wrapper,.menu-header {

        max-width: 100%;
    }

.orange-inner.content-wrapper {
    font-size: 22px;
}

.extra-content-inner ul li {
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 7px;

    padding-left: 0 !important;
}


.orange-inner span {
    font-size: 27px;

}

    /* header */
    /* home */
    /* content */
    
.entry-content {
    text-align: left;
}

    /*footer*/
    #footer-wrapper .column.contact {
        margin-right: 0;
        line-height: 40px;
        width: 31%;
        margin-left: 0;
    }
	
	td a.d-bttn {
		top:0;
	}
}

@media screen and (max-width: 767px) {
    .extra-content-inner {text-align:center;padding: 0 20px;}

    a.d-bttn {padding: 10px 20px;top: 19px;margin: 30px 0;width: 280px;float: none;margin: 20px auto;font-size: 14px;display: inherit;}

    #homebox-wrapper {
        margin-top: 0;
        overflow: hidden;
    }
	
	/**Homepage-responsive**/
	.su-column.su-column-size-1-2.border-right{
		border: none;
	}
	
	.su-column-inner.su-clearfix {
	    margin-top: -20px;
	}
	
	.extra-content-inner ol li {
    	line-height: 30px;
    	padding-left: 60px;
    	background: url(/wp-content/themes/searchquest/images/body-ul.png) no-repeat 0% 50%;
    	font-family: proxima semibold;
    	font-size: 17px;
    	padding-top: 20px;
    	padding-bottom: 20px;
    	text-align: left;
	}
   
    li#text-4, li#text-5, img.alignright {
        /* width: 100%; */
        margin: auto;
        display: block;
        float: none;
    }

    .cta {
        width: 92%;
    }

    #footer-wrapper .column.logo {
        width: 100%;
    }

.border-left {
    border: none;
    padding-left: 0;
}

#footer-wrapper .column.video {
    width: 100%;
}

    #footer-wrapper .column.logo img {
        width: 190px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #footer-wrapper .column.sitemap,#footer-wrapper .column.links {
        width: 91%;
        margin-right: 0;
        text-align: center;
        margin-top: 20px;
    }

#footer-wrapper .column.links {
    margin-bottom: 60px;
}

.column.links {}

	ul#menu-footer li, ul#menu-useful-links li {
		text-align: -webkit-left;
	}
	
	#footer-content h3.widget-title {
		text-align: left;
		width: 100%;

	}

    #footer-wrapper .column.contact {
        margin-right: 0;
        line-height: 40px;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .copy-l,.copy-r {
        float: left;
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding: 0 20px;
    }


    #logo {
        float: left;
        width: 170px;
        padding: 28px 0 11px 10px;
    }
	
	img.alignright{
		
	width: 100%;
    margin: auto;
    display: none;
    float: none;
	}
	
	.benefits-faq ul {
    margin-top: 0px;
 }
	
	.su-accordion {
    padding-top: 30px;
	}
}

@media screen and (max-width: 745px) {
    .ambulance-item {
        width: 89%;
    }
	
	.installersZone-content a.d-bttn {
    width: 46%;
    margin: 0 2%;
    display: block;
    text-align: center;
    float: left;
}
}

@media screen and (max-width: 720px) {
    .content-wrapper,.menu-header {
    }/* header */
    /* home */
    /* content */
    /* compare */
    /*footer*/
    

}

@media screen and (max-width: 620px) {


    .orange-inner.content-wrapper {
        font-size: 15px;
    }
	
	.page-template-default .entry-content .case-studies a{
		padding: 0;
	}
	
	

    
    .content-wrapper,.menu-header {
    }

    #slick-slider-wrapper {
        margin-top: -90px;
    }
    /* header */
    /* home */
    .extra-content-inner ul li {
    font-size: 19px;
    padding-top: 15px;


    padding-bottom: 7px;
    padding-left: 54px;
    text-align: left;
}
    
    /* content */
    .project-item-image {
		width: 55%;
		float: none;
		font-size: 23px;

		margin: auto;
		font-weight: 500;
	}
	.project-item-button {
		float: right;
		width: 83%;
		position: relative;
		background-color: #EBEBEB;
		padding: 30px;
	}
	.project-item-button:before {
		display:none; 
	}
		/*footer*/
    
}

@media screen and (max-width: 521px) {

    .social-header {display:none}

.mobile-item {
    border: none;
}

    .scrollup {
    right: 10px;
    bottom: 10px;

    width: 45px;
    height: 45px;
    background-size: 60%;
}
    .entry-content h1 {
    font-size: 18px;
}

    #text-3 {
        display:none;
    }
    .header-contact {
        width: 140px;

    }

    .mobile-box.call {
        margin-right: 0;
        border: none;
    }
	.cta a {
		font-size: 10px;
		line-height: 20px;
		padding: 10px 20px;
		background-color: #10253d;
		font-weight: 400;
		color: #fff;
	}
	.cta {
		display: inline-block;
		height: 170px;
		width: 320px;
		z-index: 1;
		position: relative;

		cursor: pointer;
		padding: 10px 30px;
		color: #fff;
	}
		.cta h2 {
		font-size: 18px;
		width: 100%;
	}
		.cta p {
		width: 77%;
		font-size: 12px;
		line-height: 16px;
	}
	
	.cta {
		padding-left: 10px;
		margin-bottom: 40px;
	}
		.cta.cta1 {
		background-position: 90% 0;
	}
	.cta.cta2 {
		background-position: 90% 0;
	}
	
	
		li#text-4 img,li#text-5 img {
		height:190px
	}
		.content-wrapper,.menu-header {
		}/* header */
		/* home */
		/* content */
		.entry-content {
		padding: 0 0px;
		}
	
		.rc-anchor-normal {
		width: 90%!important;
	}
		 .line1 {

		float: left;

		width: 100%;
		}
	
		/*footer*/
	
		.entry-content ol li {
    line-height: 26px;
    margin-bottom: 20px;
    padding-left: 110px;
    color: #000;
    font-size: 16px;
    position: relative;
    text-align: left;
}
}

@media screen and (max-width:470px) {
    .caption h2 {
    line-height: 26px;
    font-size: 14px;
}

.s-left {
    width: 110.5%;
    padding-right: 31px;
}

.entry-content  .how-it-works ol li:before {
    content: '';
    background: url(/wp-content/themes/searchquest/images/home-ul.png) no-repeat 1% 17%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -38.5px;
    width: 50px;
    height: 47px;
    background-size: 50px;

}

.entry-content .benefits ol li {
    padding-left: 60px;
}

.entry-content  .how-it-works ol li {
    padding-left: 60px!important;
}

.benefits ol li:before {
    top: 70%;
    background-size: 50px;
}

}


@media screen and (max-width:440px) {

    
	    .page-id-23 .line1 {width:100%;}

    .submit-line {
        width: 100%;
    }
}
	
@media screen and (max-width: 430px) {
    .caption ul li {
        line-height: 20px;
        font-size: 15px;
        padding-top: 0;
    }
	
	.entry-content {
    text-align: center;
}

    .orange-inner.content-wrapper {
        font-size: 21px;
        line-height: 22px;
    }
    .content-wrapper,.menu-header {
    padding: 0 5px;
    }
    .contact-domestic, .contact-trade{
        padding: 0;
    }

    /* header */
    /* home */
    /* content */
    .orange-inner {
        font-size: 20px;
        padding: 40px 10px;
        line-height: 20px;
    }
    #main-inner-full {

        padding: 40px 0 30px;

    }
    /*footer*/
    #copyright {

        font-size: 12px;
	  
	}

	#slick-slider-wrapper {
    margin-top: -100px;
    }
    .cta-text {
        right: 14%;
        z-index: 1;
    }
	
	.installersZone-content a.d-bttn {
    width: 100%;
}

h2.testimonials {
    background: url(/wp-content/themes/searchquest/images/home-ul.png) no-repeat 1% 17%;
    background-size: 25px;
    padding-left: 0px;
    vertical-align: middle;
    line-height: 36px;
    width: 80%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
}


@media screen and (max-width:375px) {

    .cta-text {
        right: 0%;
        z-index: 1;
    }

.cta-item.slick-slide:hover > .cta-text {
    /* width: 300px!important; */
    /* margin: 0; */
}

.cta-item.slick-slide {
    margin: 0px 35px;
    margin-right: 12px;
}
      .submit-line {
   float: none;
   text-align: -webkit-right;
   }

.wpcf7 input[type="submit"] {
    margin-top: 160px;
}
}

@media screen and (max-width: 355px) {

	
	

	#logo {
    float: left;
    width: 150px;
    padding: 28px 0 11px 0px;
}

#header-content.content-wrapper {
    padding-left: 10px;
}

  .cta-text {
        right: 17%;
    }
}


@media screen and (max-width:322px) {
    .caption h2 {
    line-height: 26px;
    font-size: 14px!important;
}
}


@media screen and (max-width: 320px) {
	
	.cta-item.slick-slide {
    margin: 0px 23px;
    margin-right: 12px;
}

  .cta-text {
        right: 0%;
    }
}
/*Firefox only */
@-moz-document url-prefix(){
.su-column-inner ol {
    padding-left: 5px;
}
}

