/*
THEME NAME: Ideal Landscape Group
DESCRIPTION: Custom Theme Designed for Ideal Landscape Group
VERSION: 2.1.8
AUTHOR: Mr. WPress
AUTHOR URI: http://www.mrwpress.com/
.
*/
/* BEGIN: CSS RESET RULES */
@import "custom.css";

html,
nav,
a,
abbr,
acronym,
address,
area,
b,
bdo,
big,
button,
caption,
cite,
code,
col,
colgroup,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h2,
h3,
h4,
h5,
h6,
hr,
i,
img,
ins,
kbd,
label,
legend,
li,
map,
object,
ol,
p,
param,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

p {
    padding: 0 0 30px;
}

table {
    padding: 0 0 15px;
}

header,
nav,
section,
aside,
footer {
    display: block;
    margin: 0 auto;
    padding: 0;
}

hr {
    background: #ccc;
    border: none;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0 0 35px;
    display: block;
}

code,
pre {
    white-space: pre;
}

del {
    text-decoration: line-through;
    /* it's deleted text - show it as such */
}

dfn {
    font-style: italic;
    font-weight: bold;
}

em {
    font-style: italic;
}

fieldset {
    border: 0;
    display: inline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1em;
}

h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

h2 {
    color: #ed1c24;
    font-size: 25px;
    margin-bottom: 15px;
}

footer h2 {
    color: #000;
}

h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

h5 {
    font-size: 16px;
    margin-bottom: 16px;
}

h6 {
    font-size: 15px;
    margin-bottom: 16px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

ins {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

tt {
    display: block;
    margin: 0.5em 0;
    padding: 0.5em 1em;
}

ul {
    list-style-type: none;
}

a {
    color: #ed1c24;
}

.masonry li {
    display: inline-block;
}

.masonry img {
    color: transparent;
}

/*
Comment out / remove the line below if you are NOT going to use Font Awesome, so the "X" character shows
*/
#lbwrap #lightbox a.close span {
    display: none;
}

.skip {
    position: absolute;
    left: -999em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

/* END: CSS RESET RULES */
/************** BEGIN Theme CORE styles *********/

/************** END Theme CORE styles *********/
/************** BEGIN WordPress CORE Styles *****/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

/*  Buttons  */

.button {
    margin-bottom: 30px;
}

.button .button {
    margin: 0;
    border: none;
}

.read-more-wrapper {
    display: block;
    padding-top: 30px;
}

.button,
.read-more-wrapper a {
    display: inline-block;
    border: 4px solid #ed1c24;
    color: #ed1c24;
    padding: 5px 10px;
}

.button:hover,
.read-more-wrapper a:hover {
    text-decoration: none;
    background: #ed1c24;
    color: #fff;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

article ul,
article ol {
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}

article ul li {
    padding-left: 1em;
    text-indent: -.7em;
}

article ul li:before {
    content: "• ";
    color: #ed1c24;
    font-size: 17px;
}

.gform_wrapper li {
    text-indent: 0;
    padding-left: 0;
}

article ol li {
    list-style: decimal;
}

/********** END: WordPress core styles *********/
/******************* BEGIN Theme Styles *******************/
/********** Begin Global Content Styles **********/

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-align: left;
    overflow-y: scroll;
    overflow-x: hidden;
    word-wrap: break-word;
    padding: 0 0 50px;
}

.contentwrapper,
.footerwrapper {
    padding: 0 0 0 120px;
}

.logo_wrapper {
    position: absolute;
    top: 30px;
    left: 150px;
}

/*.main-content {*/
    /*padding: 50px 0;*/
/*}*/

.main-content.has_featured {
    padding-top: 0;
}

.main-content.has_featured.no_children_for_subpage_nav {
    padding-top: 50px !important;
}

body.no_featured section.no_featured {
    padding-top: 0px !important;
}

.main-content.no_featured {
    padding-top: 150px;
}

body.single-post .main-content,
section.no_children_for_subpage_nav {
    padding-top: 150px;
}

section.homecontent,
.main-content.homecontent {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.site_center {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.container {
    position: relative;
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.container:after {
    clear: both;
    content: "";
    display: inline-flex;
}

section,
footer {
    width: 100%;
    margin: 0 auto;
}


a {
    text-decoration: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

/*  Masonry Gallery Tiles Resizing before Re-Columnizing  */

div.gallery {
    margin-bottom: 25px;
}


div.gallery img {
    max-width: 100%;
}

div.slides .item {
    max-width: 19%;
}

#lbwrap #lightbox a.close {
    top: 5px;
    right: 7px;
}
/* Master slider on home page */
section.homecontent .ms-thumb,
.featured_overlay {
    background: transparent url(images/slide_overlay.png) top left repeat-x;
    height: 195px;
    position: relative;
    z-index: 2;
}

.homecontent .ms-slide .ms-slide-bgcont {
    top: 0;
    z-index: 1;
}

.contentwrapper section.homecontent article {
    max-width: 100%;
}

/*  END: Masonry Gallery Tiles Resizing before Re-Columnizing  */
/*  Page Load/Re-Load Transistions  */
.gallery .slides div {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.gallery .slides.playing div {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.logo_wrapper #search {
    padding-top: 30px;
}

#searchform #s {
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    background: transparent url(images/search_bg.png);
    font-size: 13px;
    font-size: 13px;
    border: none;
    width: 199px;
    height: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.search_without_featured #searchform #s {
    background: #c7c8ca;
}

#searchform #searchsubmit {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: transparent url(images/search-glass.png) no-repeat;
    border: none;
    font-size: 0px;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

#searchform #searchsubmit:hover {
    cursor: pointer;
}

.contentwrapper section article {
    position: relative;
    padding-left: 60px;
    padding-right: 30px;
    margin: 0 auto;
    overflow: hidden;
}

article.blog {
    padding-top: 130px !important;
}

/*  Testimonials  */

.widget_acg_testimonials_widget {
    background: #ebebeb;
    color: #000;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    font-style: italic;
    padding: 60px 11% 100px;
    margin: 0 0 25px;
    text-align: center;
    list-style: none;
}

.widget_acg_testimonials_widget h2 {
    color: #000;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 4px;
}

.widget_acg_testimonials_widget li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.widget_acg_testimonials_widget:before,
.widget_acg_testimonials_widget li:before {
    display: none;
}

.widget_acg_testimonials_widget .meta {
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}

.testi_controls {
    text-align: center;
}

.testi_controls li {
    display: inline-block;
    margin: 0 15px;
}

/* Headerwrapper styles for Home page */

.homecontent .master-slider h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

.homecontent .master-slider {
    margin: 0 0 55px 0 !important;
}

.logo_wrapper {
    width: 100%;
    z-index: 10;
}

.logo_wrapper #logo {
    float: left;
}

#mobile_logo {
    display: none;
}

.logo_wrapper #search div,
.logo_wrapper #search {
    float: right;
    margin-right: 100px;
}


/* Nav menu styles */
.headerwrapper .navwrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 120px;
    height: 100%;
    text-align: center;
    z-index: 20;
    background-color: #ed1c24;
    height: 100%;
    -webkit-box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.44);
    box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.44);
}

#main,
#main > div {
    height: 100%;
}

.navwrapper .menu {
    width: 100%;
    height: 100%;
    /*FLEX CONTAINER RULES*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-flow: column nowrap;
    padding: 0;
}

.navwrapper .menu > li {
    position: relative;
    border-bottom: 1px solid #fff;
    background-color: #ed1c24;
    /*!*FLEX CONTAINER RULES*!*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /*-webkit-flex-wrap: nowrap;*/
    /*-ms-flex-wrap: nowrap;*/
    flex-flow: column nowrap;
    /*FLEX ITEM RULES*/
    -ms-flex: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex: 1 1 auto;
}

.navwrapper .menu > li > a {
    display: block;
    color: #fff;
    text-indent: -999em;
    /*!*FLEX ITEM RULES*!*/
    -ms-flex: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex: 1 1 auto;
    background-size: contain;
    text-align: center;
    width: 100%;
    height: 100%;
}

.menu-home > a {
    background: url(images/nav-home.gif) no-repeat center;
}

.menu-about > a {
    background: url(images/nav-about.gif) no-repeat center;
}

.menu-services > a {
    background: url(images/nav-services.gif) no-repeat center;
}

.menu .menu-gallery > a {
    background: url(images/nav-gallery.gif) no-repeat center;
}

.menu .menu-contact > a {
    background: url(images/nav-contact.gif) no-repeat center;
}

.menu .menu-careers > a {
    background: url(images/nav-careers.gif) no-repeat center;
}

.menu .menu-news > a {
    background: url(images/nav-news.gif) no-repeat center;
}

#toggle,
.toggle,
#team-toggle,
.team-toggle {
    display: none;
}

nav ul ul {
    position: absolute;
    display: inline-block;
    left: -999em;
    top: 0;
    max-width: 1000%;
    width: 225px;
    height: auto;
    border-left: 1px solid #b2151b;
}

nav ul li:hover ul {
    left: 100%;
}

nav ul ul li {
    display: block;
    width: auto;
    text-align: left;
}

nav ul ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: #ed1c24;
    border-bottom: 1px solid #b2151b;
}

nav ul ul a:hover {
    background-color: #b2151b;
    text-decoration: none;
}

.ms-slide-info {
    color: #fff;
    text-transform: uppercase;
}

/*  Social Media  */

.social-media i.fa {
    border: 1px solid #c0b18d;
    height: 37px;
    width: 37px;
    text-align: center;
    padding: 0;
    margin: 0 2px;
    vertical-align: top;
    line-height: 35px;
    border-radius: 50%;

}

.social-media i.fa:hover {
    color: #fff;
    border: 1px solid #fff;
}

/*  Blog, From Blog, and Blog related */

h1.blogtitle {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
}

.postwrapper {
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.postwrapper .blogdate {
    color: #999;
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
}

.postwrapper h2.entry-title,
.postwrapper h2 a {
    font-size: 21px;
    text-transform: uppercase;
    font-weigth: 700;
    line-height: 24px;
    margin: 0;
}

.postwrapper .post_featured_image {
    width: 45%;
    text-align: center;
    float: left;
    margin: 0 30px 30px 0;
}

.postwrapper .post_featured_image a {
    display: block;
    width: 100%;
    height: 300px;
}

.postwrapper .post_featured_image img {
    max-height: 100%;
    width: auto;
}

.postwrapper .post {
    width: 45%;
    float: left;
    padding: 0 !important;
}

/*.blog .postwrapper .post img {*/
/*display: none;*/
/*}*/

#subdivisions-heading {
    padding-bottom: 10px;
    margin-bottom: -10px;
    position: relative;
    z-index: 5;
}

.inside_wrap {
    padding: 40px 2%;
    background: #5c0602;
    background-image: -webkit-linear-gradient(top, #5c0602, #450301);
    background-image: -moz-linear-gradient(top, #5c0602, #450301);
    background-image: -ms-linear-gradient(top, #5c0602, #450301);
    background-image: -o-linear-gradient(top, #5c0602, #450301);
    background-image: linear-gradient(to bottom, #5c0602, #450301);
}

.entry .no-break {
    text-align: center;
}


/*  Models widget  */

#slideshow {
    position: relative;
}

#slideshow .tabset .slide-prev,
#slideshow .tabset .title {
    display: none;
}

#slideshow .tabset li {
    display: inline-block;
    padding-right: 4.5%;
    max-width: 290px;
    margin-bottom: 20px;
}

#slideshow .tabset li.slide-page:first-child {
    padding-left: 0;
}

#slideshow .tabset a {
    color: #ed1c24;
    text-transform: uppercase;
}

#slideshow .tabset a:hover,
#slideshow .tabset a.active {
    font-weight: 700;
    text-decoration: underline;
}

#slideshow .fade-gal {
    position: relative;
}

#slideshow img.slide_image {
    width: auto;
    margin: 30px 0 0 4px;
    border: 8px solid #fff;
    display: inline-block;
    box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -o-box-shadow: 1px 1px 5px #000;
}

#slideshow .fade-gal li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#slideshow .fade-gal li > a {
    display: inline-block;
    width: 35%;
    max-width: 400px;
}

#slideshow .slidecopy {
    margin: 30px 0 0;
    max-width: 60%;
    display: inline-block;
}

#slideshow .slidecopy h2 {
    font-size: 41px;
    padding-left: 40px;
}

#slideshow .slidecopy h4 {
    font-size: 17px;
    color: #ed1c24;
    text-transform: uppercase;
    padding-left: 40px;
}

#slideshow .slidecopy p {
    padding-left: 40px;
}

#slideshow .slidecopy span.button {
    margin-left: 40px;
}

#slideshow .tabset {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding-bottom: 25px;
}

#slideshow .tabset .slide-prev a,
#slideshow .tabset .slide-next a {
    display: none;
}

#slideshow .tabset .slide-next a {
    right: 20px;
    left: auto;
}

.home .post {
    background: url(images/separator.png) center bottom no-repeat;
    margin-bottom: 55px;
    padding: 0 0 25px 0;
    max-width: 1380px;
}
.home .post h2 {
    font-size: 26px;
}

section.main-content .sidebar,
section.main-content .post {
    max-width: 1385px;
}

.main-content .sidebar {
    padding-left: 60px;
}

.main-content #sidebar-testimonials {
    margin: 0 0 25px;
    padding: 0;
}

.widget_acg_slideshow_widget h3 {
    color: #111;
    font-size: 30px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

#sidebar-affiliations,
#sidebar-core_services {
    padding-bottom: 60px;
    background: url(images/separator.png) bottom center no-repeat;
}

#sidebar-affiliations {
    padding-top: 55px;
}

#sidebar-affiliations li.widget_simpleimage {
    display: inline-block;
    margin-right: 45px;
    margin-bottom: 45px;
    vertical-align: bottom;
}

#sidebar-affiliations li p {
    display: inline;
}
/*  Blog Page Navigation */

.blog .navigation .page-numbers {
    border: 1px solid #a0aecb;
    background: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}

.blog .navigation .dots,
.blog .navigation .dots:hover {
    border: none;
    background: none !important;
    color: #532f64 !important;
    width: auto;
}

.blog .navigation .current,
.blog .navigation .page-numbers:hover {
    background: #a0aecb;
    color: #fff;
    text-decoration: none;
}

.blog .navigation .next,
.blog .navigation .prev {
    width: auto;
    padding: 5px 10px;
}

.blog .navigation span.title,
.blog .navigation i {
    display: inline-block;
    line-height: normal;
}

.blog .navigation .next span.title {
    margin-right: 5px;
}

.blog .navigation .prev span.title {
    margin-left: 5px;
}

.blog .navigation i {
    line-height: 27px;
}

div.post-date {
    text-align: center;
    color: #999;
    margin: 25px 0;
}

#post-taxonomy-attributions {
    text-align: center;
    padding: 25px 0;
}

#post-taxonomy-attributions span.label {
    color: #dbd9d6;
    font-weight: 700;
}

.single .navigation {
    text-align: left;
}

/********** End Global Content Styles ************/
/********** Begin Searchwrapper Styles ***********/

/********** End Searchwrapper Styles *************/
/********** Begin Footerwrapper Styles ***********/

.footerwrapper {
    max-width: 1500px;
    border-top: 1px solid #ccc;
}

body.home .footerwrapper {
    border-top: none;
}

.footerwrapper footer {
    font-size: 13px;
    width: auto;
    overflow: hidden;
    position: relative;
    line-height: normal;
    padding: 55px 0 0 60px;
}

footer #sidebar-home_footer {
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 25px;
    padding: 0 0 25px;
}

#sidebar-home_footer li {
    display: inline-block;
    margin-right: 10%;
    width: 26%;
}

#sidebar-home_footer li:last-child {
    margin-right: 0;
}

.widget_acg_facebook_twitter {
    text-align: center;
}

.widget_acg_facebook_twitter .widgettitle {
    text-align: left;
}
.widget_acg_facebook_twitter a {
    float: left;
    margin: 0 2.5px 2.5px 0;
}

.widget_acg_facebook_twitter h2,
.widget_acg_classy_text_widget h2 {
    font-size: 15px;
    margin-bottom: 0;
}

#sidebar-home_footer .fa {
    color: #ed1c24;
    border: 2px solid #ed1c24;
    border-radius: 100px; /* some large number because we want to make sure it always bends right */
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    font-size: 23px;
}

.widget_acg_facebook_twitter a:hover {
    text-decoration: none;
}

.widget_acg_facebook_twitter a:hover .fa {
    color: #fff !important;
    border-color: #ed1c24 !important;
    background: #ed1c24;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.widget_acg_facebook_twitter span.follow {
    display: none;
}

footer .menu ul {
    margin-top: 15px;
}

footer .menu li {
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
}

footer .menu a {
    color: #ed1c24;
}

footer .menu li a {
    padding: 0 8px;
}

footer .menu li:first-child a {
    padding-left: 0;
}

footer .menu li:after {
    content: "|";
    color: #a3a3a3;
}

footer li:last-child:after {
    content: "";
}

#sidebar-footer li.widget {
    display: inline-block;
    margin-right: 50px;
}

/********** End Footerwrapper Styles *************/
/********** Begin Inner Page Only Styles **********/

.featuredwrapper img {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -195px;
}

/********** End Inner Page Only Styles ************/
/********** Begin Home Page Only Styles **********/

.ms-skin-light-6 .ms-bullet {
    width: 27px;
    height: 27px;
    border: 1px solid #c0b18d;
    background: transparent;
    border-radius: 0 !important;
}

.ms-skin-light-6 .ms-bullet:hover,
.ms-bullet-selected {
    background: #c0b18d !important;
}

.home .home-header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.ms-slide-info {
    position: absolute !important;
    top: 30%;
    left: 0;
    margin: 0 !important;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.ms-info {
    width: 69%;
    margin: 0 auto;
    font-size: 22px;
}

.ms-slide-info h2 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}

.ms-slide-info h3 {
    font-size: 108px;
    color: #c0b18d;
    font-weight: 900;
    line-height: 70px;
}

/*  Columns  */
/*  Two Columns  */

.one_half {
    width: 46.6% !important;
    margin-right: 6%;
}

.one_half.last_column {
    margin: 0;
}

/*  Three columns  */

.one_third {
    width: 28.2%;
    margin-right: 7%;
}

.one_third.last_column {
    margin: 0;
}

/*  Four columns  */

.one_fourth {
    width: 20%;
    padding-right: 5%;
}

/*  Lightbox Styles  */

#lightbox {
    padding: 10px !important;
    height: auto !important;
}

#lightbox p {
    color: #000 !important;
    padding: 0 !important;
}

a.close {
    background: transparent url(images/lightbox-close.png) no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: -17.5px !important;
    right: -17.5px !important;
    font-size: 0;
}

#lightbox a.prev,
#lightbox a.next {
    width: 34px;
    height: 34px;
    font-size: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

#lightbox a.prev {
    background: transparent url(images/lightbox-prev.png) no-repeat;
    left: -50px;
}

#lightbox a.next {
    background: transparent url(images/lightbox-next.png) no-repeat;
    right: -50px;
}

#lightbox p {
    bottom: auto !important;
    top: 0 !important;
    left: 0 !important;
    font-size: 0 !important;
}

.controls {
    z-index: 9999999;
    display: block;
    width: 130%;
    position: absolute;
    top: 0;
    margin: 0 !important;
}

.column_wrapper {
    padding-bottom: 50px;
}

/*  Page subnav  */

#sidebar-default_sidebar {
    width: 100%;
}

body.no_featured #sidebar-default_sidebar {
    margin-top: 155px;
}

body.fixsubnav #sidebar-default_sidebar {
    position: fixed;
    z-index: 1;
    margin-top: 0;
    top: 0;
}

#sidebar-default_sidebar .widget_acg_subnav {
    background: #eee;
    padding: 20px 20px 20px 60px;
    margin-bottom: 40px;
}

#sidebar-default_sidebar .widget_acg_subnav li {
    display: inline-block;
    margin-right: 30px;
}

#sidebar-default_sidebar .widget_acg_subnav .parent a {
    font-weight: 700;
}

/********** End Home Page Only Styles ************/


/*------Gallery Styles------*/

div.gallery img {
    width: auto !important;
}
div.slides .item {
    max-width: 19%;
}
.gallery .slides div {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.gallery .slides.playing div {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
div.gallery {
    height: 600px;
    margin-bottom: 40px;
}
div.gallery dd.gallery-title {
    display: none;
}
div.gallery .control {
    position: absolute;
    top: 0 !important;
    width: 81px;
    font-size: 0;
    height: 600px;
}

div.gallery .next {
    background: url(images/gallery-image-nav-next-bar.png) 0 50% no-repeat;
    right: 0;
}

div.gallery .prev {
    background: url(images/gallery-image-nav-previous-bar.png) 0 50% no-repeat;
    left: 0;
    z-index: 20;
}

div.gallery .control .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000000;
}

.gallery-landing h1, .gallery-subpage h1 {
    font-size: 50px;

    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:.5em 0;
}
.gallery-subpage h1 {text-transform: none; padding-left:.75em;}
.gallery-subpage h2 {margin-top:1.4em;}


.gallery-landing figure {
    display:inline-block;
    margin:0 25px 0 0;
    padding-bottom: 2.824em;
    vertical-align: top;
    width:45%;
    overflow-x: hidden;
    max-width: 580px;
}

.gallery-landing figure:nth-child(odd) {
    margin: 0 0 0 25px;
}
.gallery-landing .image-wrapper {
    display: inline-block;
    max-width: 607px;
    position: relative;
    border:10px solid #e1e1e1;
    overflow: hidden;
}
.gallery-landing .image-wrapper:after {
    content:' ';

    background:url(images/view-gallery-icon.png) bottom right no-repeat;
    background-size: contain;
    position:absolute;
    bottom:0;
    right:-2px;
    width:6.471em;
    height:6.471em;

    /*animate this here*/
    opacity:0;
    transform: translateX(100%);

    -webkit-transition:.4s;
    -moz-transition:.4s;
    -ms-transition:.4s;
    -o-transition:.4s;
    transition:.4s;
}
.gallery-landing img {

    -webkit-transition:.4s;
    -moz-transition:.4s;
    -ms-transition:.4s;
    -o-transition:.4s;
    transition:.4s;
}
.gallery-landing figcaption {
    color:#ed1c24;
    font-size:1.176em;
    font-weight:700;
    text-transform: uppercase;

    padding-top:1em;
}

/*--gallery landing hover states*/
.gallery-landing a:hover {text-decoration: none;}
.gallery-landing a:hover .image-wrapper {
    border-color:#ed1c24;
}
.gallery-landing a:hover .image-wrapper:after {
    opacity: 1;
    transform: translateX(0);
}

/*--gallery nav*/
.gallery-nav {margin-bottom: 35px;}
.gallery-nav-item {
    display:inline-block;
    width:30%;
}
.gallery-nav-parent {text-align: center}
.gallery-nav-next {text-align: right}
.gallery-nav-item img {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);

    padding-right:.64em;
    position:relative;
    vertical-align: middle;

    -webkit-transition:.2s;
    -moz-transition:.2s;
    -ms-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.gallery-nav-text {
    font-size:1.563em;
    font-weight:700;
    text-align: left;
    text-transform: uppercase;

    display:inline-block;
}

/*--gallery nav hover states*/
.gallery-nav-previous a:hover img {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
}
.gallery-nav-next a:hover img {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.gallery-nav-parent a:hover img {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

/*--slideshow overrides*/

.gallery-subpage .gss-container {position: relative;}
.gallery-subpage .gss-info {
    background: none;
    position: absolute;
    top:0; left: 0;
    width:100%; height: 100%;
}
.gallery-subpage .gss-nav {
    background:none;
    top:0; left: 0;
    width: 100%; height: 100%;
}
.gallery-subpage .gss-prev, .gallery-subpage .gss-next {
    color: transparent;

    background: none;
    border:none;
    margin-top: 0;
    position: absolute;
    top:0; bottom:0;
    width:4.765em; height:100%;
}

.gallery-subpage .no-captions .gss-pager {display:none !important;}


/*------End Gallery Styles------*/

/******************* End Theme Styles *********************/
/********** BEGIN Responsive Design styles ******/
input {
    border-radius: 0;
    -webkit-appearance: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.now_hiring_button {
    position: fixed;
    bottom: 0;
    right: 50px;
}

@media only screen and (min-width: 1600px) {
    .homecontent .master-slider h1 {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 1400px) {
    .fade-gal {
        margin: 0 auto;
    }

    .gallery-subpage .gss-next, .gallery-subpage .gss-prev {
        width:4.25em;
    }
}

@media only screen and (max-width: 1200px) {
    #lightbox {
        max-width: 80% !important;
    }
}

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

    .tabset li {
        padding: 0 20px 0 0;
        margin: 0;
    }
    .tabset li.title {
        display: block;
        padding-bottom: 20px;
        margin: 0;
    }

    .ms-slide-info h2 {
        font-size: 2em;
    }

    .ms-slide-info h3 {
        font-size: 3.5em;
    }

    .gallery-nav-item {font-size: 16px;}
}

@media only screen and (max-width: 1050px) {
    html,
    body {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .gallery-subpage .gss-next, .gallery-subpage .gss-prev {
        width:3.25em;
    }

    #slideshow .tabset li {
        width: 28%;
    }

}

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

    .homecontent .master-slider h1 {
        font-size: 40px;
        line-height: 50px;
    }

    nav#main li#search {
        display: block;
        width: 100%;
        text-align: center;
    }

    form#searchform {
        margin-top: 0 !important;
    }

    .one_fourth {
        width: 45%;
        padding: 0 5% 0 0;
    }

    div.gallery,
    div.gallery .control {
        height: 325px;
    }
}


@media only screen and (max-width: 960px) {
    .logo_wrapper span#search {
        display: none;
    }
}

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

    .logo_wrapper #logo {
        width: auto;
        padding: 0;
    }

    .headerwrapper .social-media {
        float: right;
        width: auto;
    }

    .header-contact {
        text-align: right;
        position: absolute;
        top: 100px;
        right: 20px;
        width: auto;
    }

    .gallery-nav-item {font-size: 13px;}
}

@media only screen and (max-width: 868px) {
    body.home h1 {
        font-size: 20px;
    }

    .fade-gal img {
        display: none;
    }

    .slidecopy {
        width: 100%;
        float: none;
    }

    .gallery-nav-item {font-size: 12px;}
}

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

    h1 {
        font-size: 30px;
    }

    header .toggle,
    .navwrapper {
        position: relative;
        top: auto;
        left: auto;
    }

    .headerwrapper .navwrapper {
        background-color: transparent !important;
        width: 100% !important;
        top: auto;
        left: auto;
        position: relative;
    }

    .headerwrapper {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 500;
        width: 100%;
        height: 70px;
        box-shadow: rgb(51, 51, 51) 0px 0px 15px 0px;
    }

    .logo_wrapper {
        z-index: 501;
        position: absolute;
        top: 0;
        right: 0;
        height: 70px;
    }

    .logo_wrapper #logo {
        width: auto;
        float: right;
    }

    .logo_wrapper #logo img {
        max-height: 50px;
        width: auto;
        margin-top: 10px;
    }

    .headerwrapper.fixheader {
        position: fixed;
    }

    .contentwrapper.scrolled .logo_wrapper {
        position: fixed;
    }

    #normal_menu {
        display: none;
    }

    #mobile_logo {
        display: block;
    }

    .contentwrapper {
        padding: 70px 0 0;
    }

    .toggle {
        width: 70px;
        height: 70px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        background: transparent;
        text-align: center;
        color: #fff;
        background: #ed1b24;
        z-index: 355555;
        text-align: center;
    }

    input#toggle:checked + div .menu li {
        display: block !important;
    }

    .toggle .fa {
        font-size: 34px;
        color: #fff;
        line-height: 20px;
        display: block;
        padding-top: 18px;
    }

    .toggle .icon-text {
        display: block;
        font-size: 11px;
    }

    nav#main .menu {
        top: 50px;
    }

    .navwrapper nav#main ul.menu li {
        display: none;
    }

    .navwrapper input#toggle:checked + .menu li {
        display: block !important;
        text-align: center;
    }

    .navwrapper .menu li {
        display: block;
        border-bottom: none;
    }

    .navwrapper .menu li a {
        display: block;
        width: 100%;
        padding: 10px !important;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        background: none;
        text-indent: 0;
        text-align: left;
    }

    .navwrapper .menu li:first-child a {
        border-top: 1px solid #fff;
    }

    nav#main ul.sub-menu {
        position: relative;
        top: 0;
        left: auto;
        width: 100%;
    }

    .navwrapper .menu li ul.sub-menu li {
        border: none;
    }

    .navwrapper .menu li ul.sub-menu li a {
        padding-left: 40px !important;
        background: none;
        border: none;
        border-bottom: 1px solid #fff;
    }

    .menu a:active,
    nav#main li a:hover,
    .menu li.current_page_item a {
        background: #b2151b !important;
        color: #fff;
        text-decoration: none;
    }

    .menu li.current_page_item .sub-menu a {
        color: #fff;
        background: #ed1b24 !important;
    }

    .navwrapper .menu li ul.sub-menu li:hover ul {
        left: auto;
        border: none;
    }

    .navwrapper .menu li ul.sub-menu li ul {
        display: block;
    }

    .navwrapper .menu li ul.sub-menu li ul li a {
        padding-left: 80px;
    }

    .navwrapper #toggle:checked + div .menu {
        display: block;
        opacity: 1;
    }

    body.no_featured #sidebar-default_sidebar {
        margin-top: 0px;
    }

    .homecontent .master-slider h1 {
        font-size: 40px;
    }

    #slideshow .fade-gal li > a,
    #slideshow .slidecopy {
        display: block;
        width: 100%;
        margin: 0;
        max-width: none;
    }

    #slideshow .slidecopy {
        padding-top: 25px;
    }

    #slideshow .slidecopy h2,
    #slideshow .slidecopy h3,
    #slideshow .slidecopy h4,
    #slideshow .slidecopy p {
        padding: 0;
        margin: 0 0 20px;
    }

    #slideshow .slidecopy a.button {
        margin: 0 0 20px 0;
    }

    #sidebar-home_footer li.widget_acg_facebook_twitter {
        float: none;
        display: block;
        margin: 0 0 25px;
        padding: 25px 0 0;
        width: 100%;
        overflow: hidden;
    }

    #sidebar-home_footer li.widget_acg_classy_text_widget {
        width: 45%;
        margin: 0;
    }

    #sidebar-home_footer li.widget_acg_classy_text_widget.right {
        padding-left: 5%;
    }

    .one_half {
        width: 100% !important;
        margin: 0 0 25px !important;
        padding: 0;
    }

    .one_fourth {
        width: 100%;
        padding: 0;
        margin: 0 0 25px;
        display: block;
    }


    section.main-content .sidebar,
    section.main-content article {
        padding: 0 25px;
        margin: 0 auto 25px;
        display: block;
    }

    section.blog {
        padding-top: 50px !important;
    }

    .logo_wrapper {
        width: auto;
        left: auto;
        right: 20px;
    }

    article.blog {
        padding-top: 0 !important;
    }

    .main-content.no_featured {
        padding-top: 50px !important;
    }

    .postwrapper .post_featured_image {
        width: 100%;
        float: none;
        clear: both;
        display: block;
        margin: 0 0 30px;
    }

    .featured_overlay {
        display: none;
    }

    .featuredwrapper img {
        margin-top: 0;
    }

    .postwrapper .post_featured_image a {
        height: auto;
        max-height: 300px;
    }

    #sidebar-affiliations li.widget_simpleimage {
        margin: 0 20px 45px 0;
    }

    .footerwrapper {
        padding: 25px;
    }

    .footerwrapper footer {
        padding: 0;
    }

    body.fixsubnav #sidebar-default_sidebar {
        margin-top: 70px;
    }

    #sidebar-default_sidebar .widget_acg_subnav {
        padding: 20px 25px;
    }

    /*------gallery pages------*/
    .gallery-landing h1, .gallery-subpage h1 {font-size: 40px;}
    .gallery-landing figure {padding-bottom: 1.75em;}
    .gallery-landing img {border-width:7px;}
    .gallery-landing .image-wrapper:after {width:5em; height:5em;}
    .gallery-landing figcaption {font-size: 1em;}
}

@media only screen and (max-width: 700px) {
    .postwrapper .post_featured_image {
        display: block;
        margin: 0 auto 25px;
        height: auto;
    }

    .postwrapper .post_featured_image a {
        height: auto;
    }

    .postwrapper .post {
        width: 100%;
    }

    #blur, #lbwrap {
        padding: 0 !important;
    }

    #lightbox a.prev {
        left: 50px;
        bottom: -50px;
        top: auto !important;
        margin-top: 0 !important;
    }

    #lightbox a.next {
        right: 50px;
        bottom: -50px;
        top: auto !important;
        margin-top: 0 !important;
    }

    .homecontent .master-slider h1 {
        line-height: 40px;
    }

    #sidebar-affiliations li.widget_simpleimage {
        width: 25%;
    }

}

@media only screen and (max-width: 760px) {
    .social-media {
        display: block;
        width: 100%;
        text-align: center;
    }
}

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

    #slideshow {
        padding-bottom: 60px;
    }

    .slide-prev a,
    .slide-next a {
        bottom: 0;
        top: auto !important;
    }

    .ms-slide-info h2 {
        font-size: 1.5em;
    }

    .ms-slide-info h3 {
        font-size: 2em;
    }

    .homecontent .master-slider h1 {
        font-size: 25px;
        line-height: 25px;
    }

    .ms-info {
        font-size: 18px;
    }

    .gallery-nav-item img {width:4em;}
    .gallery-nav-parent img {width:5em;}
    .gallery-nav-text {line-height: 1em;}

    .gallery-nav-previous a:hover img, .gallery-nav-next a:hover img, .gallery-nav-parent a:hover img {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .home .post {
        margin-bottom: 0;
    }

    #slideshow .tabset {
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #slideshow .tabset .slide-prev a,
    #slideshow .tabset .slide-next a,
    #slideshow .tabset li.slide-next,
    #slideshow .tabset li.slide-prev {
        display: inline-block;
    }

    #slideshow .tabset li.slide-page {
        display: none;
    }

    #slideshow .tabset li {
        width: auto;
        padding: 0;
        margin: 0;
    }

    #slideshow .fa {
        color: #000;
        font-size: 45px;
        margin: 0 5px;
    }

}


@media only screen and (max-width: 600px) {
    .one_third {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .gallery-nav-item img {display: block; margin:auto;}
    .gallery-nav-text {text-align:center; display: block; margin-top: .5em;}
}
@media only screen and (max-width: 550px) {
    #sidebar-default_sidebar {
        display: none;
    }

    body.no_featured section.no_featured {
        padding-top: 50px !important;
    }

    .featuredwrapper {
        margin-bottom: 40px;
    }

    .gallery-landing figure {margin-right: .875em;}

}

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

    .homecontent .master-slider h1 {
        font-size: 22px;
        line-height: 25px;
    }

    .social-media,
    .header-contact {
        position: relative;
        display: block;
        float: none !important;
    }

    .header-contact {
        top: auto;
        right: auto;
        padding: 0 2%;
    }

    .header-contact .company-phone {
        text-align: left;
        float: left;
    }

    .social-media {
        text-align: center !important;
        margin-bottom: 20px;
        width: 100% !important;
        padding: 0% !important;
    }

    #sidebar-home_footer li.widget_acg_classy_text_widget {
        width: 100%;
        margin: 0;
        display: block;
        float: none;
    }

    #sidebar-home_footer li.widget_acg_classy_text_widget.right {
        padding-left: 0%;
    }

    #sidebar-affiliations li.widget_simpleimage {
        width: 40%;
    }

    .gallery-landing figure {
        display: block;
        width:100%;
        margin: 0 !important;
    }
    div.gallery,
    div.gallery .control {
        height: 325px;
    }

    #slideshow img.slide_image {
        max-width: 80%;
    }
}

@media only screen and (max-width: 370px) {
    .logo_wrapper {
        width: 60%;
    }

    #logo img {
        margin-top: 16px !important;
    }
}

/*------Mobile Gallery------*/
/*--update subpage-gallery mobile files--*/

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

    .gallery-subpage div.gallery {
	overflow:visible !important;
	height: auto !important;
    }

    .gallery-subpage div.gallery .liner {
	position:relative !important;
	width:100% !important;
	height: auto !important;
	left:0 !important;
	right:0 !important;
    }

    .gallery-subpage div.gallery .gallery-item {
	display:block !important;
	margin-bottom:.5em !important;
	max-width:100% !important;
	height: auto !important;
        padding: 0 !important;
    }
    
    .gallery-subpage div.gallery img {
	max-width: 100% !important;
	height:auto !important;
    }

    .gallery-subpage div.gallery .control {
	display:none !important;
    }
}