/* SMALL and up */

/* General (SMALL and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
body {
	font-size: 16px; /* Set base EM */
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
}
.site-container {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight:700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000000;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
	color: #ff0909;
	text-decoration: underline;
}

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

img.shadow {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.75);
	padding: 2px;
}
.lock-scroll .site-inner {
	display: none;
}

a {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-decoration: none;
	color: #ff0909;
}

a:hover,
a:focus {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-decoration: underline;
	color: #ff0909;
}

button,
input[type="button"],
input[type="submit"],
a.button {
	color: #fff;
	background-color: #ff0000;
	padding: 1rem 3rem 1rem;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

button:hover, 
button:focus, 
a.button:hover, 
a.button:focus,
input:hover[type="button"],
input:hover[type="submit"] {
	color: #000;
	background-color: #fbff00;
	text-decoration: none;
}

a img {
	border: none;
}

.acf-map {
	width: 100%;
	height: 400px;
	margin: 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.acf-map img {
   max-width: inherit !important;
}

.row {
	max-width: 1152px;
}

body:not(.home) #body-wrap {
    padding: 2rem 0;
}

input[type="radio"],
input[type=checkbox] {
    margin: 0 5px 0 2px !important;
}

.list-three-column {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	list-style-position: inside;
}

@media only screen and (min-width: 40.063rem) {
	.list-three-column {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
}

@media only screen and (min-width: 64.063rem) {
	.list-three-column {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
	}
}

.list-three-column li {
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.2;
}

.poi-info-window div,.poi-info-window a{color:#333;font-family:Roboto,Arial;font-size:13px;background-color:white;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}
.poi-info-window{cursor:default;margin-top:3px}
.poi-info-window a:link{text-decoration:none;color:#427fed}
.poi-info-window .view-link,.poi-info-window a:visited{color:#427fed}
.poi-info-window .view-link:hover,
.poi-info-window a:hover{cursor:pointer;text-decoration:underline}
.poi-info-window .full-width{width:180px}
.poi-info-window .title{overflow:hidden;font-weight:500;font-size:14px}
.poi-info-window .address{margin-top:2px;color:#555}

/* Structure (SMALL and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.fcontainer-fluid {
	width: 100%;
}

  
/* Header (SMALL and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
body .site-header {
	background: transparent !important;
	padding-top: 45px;
}
#header-wrap {
	background: transparent;
}
#header-wrap>.row {
	background: transparent;
}
#skip-page-nav {
	visibility: hidden;
	display: none;
}
#header-wrap{
	padding-top: 1rem;
	border-bottom: 3px solid #ebebeb;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
	#header-wrap {
		margin-bottom:0;
	}
}
#header-wrap p.site-title {
	margin-bottom:0.8rem;
}
#header-wrap,
#header-menu-wrap {
	z-index: 9;
	
}

.site-header .title-area {
	position: relative;
    display: inline-block;
    float: left;
}

.header-widget-area {
    display: inline-block;
    float: right;
    text-align: right;
}

@media only screen and (max-width:565px) {
	.site-header .title-area {
		display: inline-block;
		float: none;
		left:50%;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		margin-bottom: 1rem;

	}
	.header-widget-area {
		display: block;
		float: none;
		text-align: center;
		margin-bottom:1rem
		
	}
}

.header-widget-area h2 {
    font-size: 30px;
    font-weight: bold;
    color: #87bf00;
}

/* Attracts (SMALL and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
 
/* Sidebar (SMALL and up) - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Global Custom Widgets (SMALL and up) - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  

/* Page/Post (SMALL and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
.alignleft {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption.alignleft {
	margin: 0;
}

.wp-caption.alignright {
	margin: 0px;
}
img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

/* Comments (SMALL and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  

/* Footer (SMALL and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  

#footer-wrap {
    position: relative;
    padding: 2.1rem 0 4rem;
    background-color: #252525;
    color: #fff;
}

#footer-extras input[type="search"] {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    border: 0;
    color: #000;
    font-size: 17px;
    padding:10px 15px;
    height: 49px;
}

#footer-extras input[type="search"]::-webkit-input-placeholder {
    color: #000;
    font-size: 17px;
}

#footer-extras input[type="search"]:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size: 17px;
}

#footer-extras input[type="search"]::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    font-size: 17px;
}

#footer-extras input[type="search"]:-ms-input-placeholder {  
    color: #000;
    font-size: 17px;
}

#footer-extras input[type="submit"] {
    display: inline-block;
    float: left;
    font-family:FontAwesome;
    background-color: transparent;
    border: 0;
    font-size: 2rem;
    position: absolute;
    right: 15px;
    padding: 0.4rem 1rem;
    color: #000;
    font-weight: normal;
}

#footer-extras {
    padding: 2rem 0;
    background-color: #ff0000;
}

.footer-widgets{
	padding-bottom:2rem;
}

.footer-widgets .menu li {
    list-style-type: none;
}

.footer-widgets .menu {
    margin: 0;
    text-transform: uppercase;
}

.footer-widgets a {
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 0.7rem;
}

.footer-widgets .widgettitle {
    color: #fbff00;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-widgets .widget_text p {
    margin-bottom: 10px;
}

#footer-wrap .footer-widgets-4 {
    text-align: right;
    color: #a8a8a8;
    font-size: 14px;
}


/* Custom Page Template: [NAME] (SMALL and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.fp-one-hero-cta>.container {
	background-color: rgba(255,255,255,0.9);
}
.fp-one-hero-cta .button {
	color: #fff !important;
	background-color: #ff0000;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 2px;
} 

.fp-one-hero-cta .button:hover, 
.fp-one-hero-cta .button:focus {
	color: #000!important;
	background-color: #fbff00;
}
.fp-one-hero-cta .button-group>li {
  float: none;
}
.fp-one-hero-cta {
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4.5rem 0 2rem;
	color: #000;
	background-size: cover;
}
.fp-one-hero-cta .columns {
    padding-top: 1.1rem;
    padding-bottom: 0;
}
.fp-one-hero-cta .slogan {
	font-size: 42px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
}
.fp-one-hero-cta .sub-slogan {
	font-size: 20px;
	text-align: center;
	margin: 0.5rem 0 2.3rem;
	line-height: 1.5;
}

.fp-two-middle-ctas {
    padding: 2rem 0 0.5rem;
}

.fp-two-middle-ctas li {
}

.fp-two-middle-ctas .image-container {
    max-height: 187px;
    overflow: hidden;
}

.fp-two-middle-ctas .image-container img {
	width: 100%;
}

.fp-two-middle-ctas .cta-title h2 {
    color: #fff;
    font-weight: normal;
    font-weight: 700;
    margin-bottom: 0.7rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.fp-two-middle-ctas hr {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 1.5px solid #fff;
}

@media only screen and (max-width:64.064rem) {
	.medium-block-grid-2 li:last-child {
	    left:  50%;
	    -webkit-transform: translate(-50%,0);
	    transform: translate(-50%,0);
	}
}

.fp-one-bottom-ctas .button {
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.0);
	border: 2px solid #00b09b !important;
	text-transform: uppercase;
}
 
.fp-one-bottom-ctas .button:hover, 
.fp-one-bottom-ctas .button:focus {
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.3);
	border: 2px solid #fff !important;
}
.fp-one-bottom-ctas .button-group>li {
  float: none;
}

.lp-one-hero {
	background-position: center top;
	background-repeat: no-repeat;
	padding: 50px 0;
}
.lp-one-hero .slogan {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	/* text-shadow: 0px 0px 8px rgba(0, 0, 0, 1); */
}
.lp-one-hero .sub-slogan {
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	padding: 10px 0;
}
.lp-one-bottom-cta {
	padding-bottom: 30px;
}

.lp-one-bottom-cta a.button {
	background-color: #faaf3a;
	border: 1px solid #cc8d2a !important;
	color: #fff;
	margin-right: 18px;
}
.lp-one-bottom-cta a.button:hover {
	background-color: #fff;
	border: 1px solid #fff !important;
	color: #e2152f;
}
.lp-one-bottom-cta .slogan {
	font-size: 30px;
	text-align: center;
	font-weight: 300;
	padding: 50px 0 20px;
}

.lp-two-hero-cta .slogan {
	font-size: 30px;
	text-align: center;
	font-weight: 300;
	padding: 50px 0 20px;
}

.lp-two-hero-cta a.button {
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #000 !important;
	color: #000;
	font-weight: 600;
	margin-right: 18px;
}
.lp-two-hero-cta a.button:hover {
	background-color: #fff;
	border: 1px solid #000 !important;
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
}

.lp-two-hero-cta a .fa {
	margin-right: 14px;
	font-size: 1.2em;
}

.lp-two-hero-cta {
	padding-bottom: 30px;
}
.lp-two-bottom-ctas {
	padding: 30px 0;
}

.fp-two-middle-ctas li {
    background-size: cover;
    background-position:center center;
    position: relative;
}

.fp-two-middle-ctas li .text-container {
    background-color: #252525;
    text-align: center;
    padding: 0.7rem 3rem 0;
}

@media only screen and (min-width:64.064rem) and (max-width:1146px) {
	.fp-two-middle-ctas li .text-container {
	    padding: 0.7rem 1rem 0;
	}
}

@media only screen and (max-width:64.064rem) {
	.fp-two-middle-ctas li .text-container {
	    padding: 0.7rem 3.5rem 0;
	}
}

@media only screen and (max-width:40rem) {
	.fp-two-middle-ctas li .text-container {
	    padding: 0.7rem 1rem 0;
	}
}

.fp-two-middle-ctas .cta-wrap {
    height: 100%;
    position: relative;
}

.fp-two-middle-ctas .cta-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.fp-two-middle-ctas .button {
	color: #000;
	background-color: #fbff00;
}

.fp-two-middle-ctas .button:hover,
.fp-two-middle-ctas .button:focus {
	color: #fff;
	background-color: #ff0000;
}

.fp-two-middle-ctas .cta-wrap:after {
    content: '';
    position: absolute;
    top: -27px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 80%;
    height: 140%;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.lp-two-bottom-ctas .cta-title {
	font-size: 20px;
	font-weight: 600;
	border-top: 1px solid #fff;
	color: #fff;
	padding-top: 14px;
}

.lp-two-bottom-ctas .cta-text {
	color: #fff;
	padding-bottom: 14px;
}

.lp-two-bottom-ctas a.button {
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #fff !important;
	color: #fff;
	font-weight: 600;
	margin-right: 18px;
}
.lp-two-bottom-ctas a.button:hover {
	background-color: #fff;
	border: 1px solid #fff !important;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}

.home #body-wrap {
    padding: 11rem 0 11.8rem;
    background-size: cover;
    background-position: center center;
}

.home #body-wrap header.entry-header h1 {
    margin-bottom: -1rem;
}

.home #body-wrap .entry-content p {
    margin-top: 0.8rem;
}

.home #body-wrap .body-container{
    background-color: rgba(255,255,255,0.9);
    padding-top: 0.8rem;
    padding-bottom: 0.7rem;
}

.home #body-wrap .entry-header h1 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
}

.home #body-wrap .entry-content p {
    color: #000;
    font-size: 17px;
    line-height: 2;
    margin: 1rem 0 2rem;
}

.fp-testimonials {
    padding: 1.7rem 0 0rem;
}

.fp-testimonials h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
    border-bottom: 2px solid #000;
    padding-bottom: 1rem;
}

.fp-testimonials .testimonial_rotator_slide_title {
    display: none;
}

.fp-testimonials .testimonial_rotator_quote {
    font-size: 24px;
    line-height: 1.3;
}

.fp-testimonials .testimonial_rotator.template-longform hr.longform_hr {visibility: hidden;}

.fp-testimonials .testimonial_rotator_author_info p {
    border-left: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 17px !important;
}

.fp-testimonials .testimonial_rotator_author_info {
    border-left: 0;
}

.fp-map-cta h1 {
    font-size: 45px;
    font-weight: bold;
    color: #87bf00;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: -1rem;
}

.fp-map-cta .btn {
    border: 2px solid #000;
    background-color: #fff;
    display: inline-block;
    padding: 5px 2rem;
}

.fp-map-cta .btn a {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

.fp-map-cta .medium-4 img {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.fp-map-cta .content {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.fp-map-cta .content p {
    font-size: 24px;
    font-weight: normal;
}

.lp-three-hero-ctas {
	color: #fff;
	text-align: center;
}

.lp-three-hero-ctas .slogan {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	padding: 50px 0 20px;
	color: #000;
	
}

.lp-three-hero-ctas .cta-title {
	font-size: 20px;
	font-weight: 600;
	padding-top: 4px;
	color: #000;
	border-bottom: 1px solid #c1c1c1;
}
.lp-three-hero-ctas .cta-text {
	color: #000;
	padding-bottom: 14px;
}
.lp-three-hero-ctas a.button {
	background-color: #a92508;
	border: 1px solid #a92508 !important;
	color: #fff;
	margin-right: 18px;
}
.lp-three-hero-ctas a.button:hover {
	background-color: #c63c1e;
	border: 1px solid #a92508 !important;
	color: #fff;
}
.lp-three-bottom-cta a.button {
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #000 !important;
	color: #000;
	font-weight: 600;
	margin-right: 18px;
}
.lp-three-bottom-cta a.button:hover {
	background-color: #fff;
	border: 1px solid #000 !important;
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
}
.lp-three-bottom-cta a.button:hover {
	background-color: #fff;
	border: 1px solid #fff !important;
	color: #e2152f;
}
.lp-three-bottom-cta {
	padding: 50px 0;
}
.lp-three-bottom-cta .slogan {
	font-size: 30px;
	text-align: center;
	font-weight: 300;
	padding-bottom: 15px;
	color: #000;
}
.lp-one-hero.fp-hero .slogan {
	padding: 110px 0;
}
.lp-one-hero.fp-hero {
	background-size: 100%;
}

.vieo-contact-widget .phone-number {
    font-size: 20px;
    font-weight: 700;
    color: #ff0000;
}

.vieo-contact-widget .email-address a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.4rem;
}

.vieo-contact-widget .location-address {
    font-size: 17px;
}

#header-menu-wrap .header-search {
    position: absolute;
    top: -4px;
    right: 0;
    max-width: 25%;
    width: 100%;
}

#standard-hero img {
    width: 100%;
}

.page-template-template-standard header.entry-header h1 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.page-template-template-staff h1.entry-title {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 42px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

@media only screen and (min-width:890px) {
     .page-template-template-staff h1.entry-title:before {
        content: '';
        position: absolute;
        display: inline-block;
        border-top: 1px solid #000;
        width: 100%;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        left: -102%;
    }

    .page-template-template-staff h1.entry-title:after {
        content: '';
        position: absolute;
        display: inline-block;
        border-top: 1px solid #000;
        width: 100%;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        right: -102%;
    }   
}

.page-template-template-staff .entry-content p {
    text-align: center;
    font-size: 20px;
}

.page-template-template-staff .staff-loop {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.page-template-template-staff .staff-loop h2 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 0;
}

.page-template-template-staff .staff-loop .staff-email {
    font-size: 20px;
    font-weight: 700;
}

.page-template-template-staff .staff-loop .staff-content {
    margin: 1rem 0;
}

.page-template-template-staff .staff-loop .staff-content * {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
}

.page-template-template-staff .staff-loop .row {
    margin-bottom: 1rem;
}

@media only screen and (min-width:40.063rem) {
	.page-template-template-staff .staff-loop .columns {
	    height: 288px;
	}
	.page-template-template-staff .staff-loop .internal-content {
	    position: relative;
	    top: 50%;
	    -webkit-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	}
}

.vieo-footer-contact-widget i {
    color: #fbff00;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0.6rem;
    top: 3px;
    font-size: 1.2rem;
}

.vieo-footer-contact-widget .internal-container {
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 700;
}

@media only screen and (min-width: 40.063em) {
/* MEDIUM and up ------------------------------------------------------------------------------------------------------- */
	/* Structure (MEDIUM and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
	
	
	/* Header (MEDIUM and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	/* Attracts(MEDIUM and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

	
	/* Sidebar (MEDIUM and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Global Custom Widgets (MEDIUM and up) - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Page/Post (MEDIUM and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
	.alignleft {
		float: left;
	}
	
	.alignright {
		float: right;
	}
	
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-caption.alignleft {
		margin: 5px 10px 5px 0;
	}
	
	.wp-caption.alignright {
		margin: 5px 0 5px 10px;
	}
	img.aligncenter {
		margin: 5px auto;
	}
	
	img.alignnone {
		margin: 5px 0;
	}  
	
	/* Comments (MEDIUM and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Footer (MEDIUM and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Custom Page Template: [NAME] (MEDIUM and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

}

@media only screen and (min-width: 64.063em) {
/* MEDIUM LARGE and up ------------------------------------------------------------------------------------------------------- */
	/* Structure (MEDIUM LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
		body .site-header {
		padding-top: 0px;
	}

	/* Header (MEDIUM LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  

	/* Attracts(MEDIUM LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
	
	/* Sidebar (MEDIUM LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Global Custom Widgets (MEDIUM LARGE and up) - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Page/Post (MEDIUM LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
	
	/* Comments (MEDIUM LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Footer (MEDIUM LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Custom Page Template: [NAME] (MEDIUM LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

}

@media only screen and (min-width: 71.875em) {
/* LARGE and up ------------------------------------------------------------------------------------------------------- */
	/* Structure (LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	.row {
	  max-width: 71.875rem;
	} 
	
	/* Header (LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  

	/* Attracts(LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
	
	/* Sidebar (LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Global Custom Widgets (LARGE and up) - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Page/Post (LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
	
	/* Comments (LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Footer (LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Custom Page Template: [NAME] (LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

}

@media only screen and (min-width: 90.063em) {
/* EXTRA LARGE and up ------------------------------------------------------------------------------------------------------- */
	/* Structure (EXTRA LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
	
	/* Header (EXTRA LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  

	/* Attracts(EXTRA LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
	
	/* Sidebar (EXTRA LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Global Custom Widgets (EXTRA LARGE and up) - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Page/Post (EXTRA LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
	
	/* Comments (EXTRA LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Footer (EXTRA LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Custom Page Template: [NAME] (EXTRA LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
/* EXTRA EXTRA LARGE and up ------------------------------------------------------------------------------------------------------- */
	/* Structure (EXTRA EXTRA LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
	
	/* Header (EXTRA EXTRA LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  

	/* Attracts(EXTRA EXTRA LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
	
	/* Sidebar (EXTRA EXTRA LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Global Custom Widgets (EXTRA EXTRA LARGE and up) - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Page/Post (EXTRA EXTRA LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */   
	
	/* Comments (EXTRA EXTRA LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Footer (EXTRA EXTRA LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  
	
	/* Custom Page Template: [NAME] (EXTRA EXTRA LARGE and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

}
/*======================================
=            WORDPRESS CORE            =
======================================*/

hr {
	clear: both;
}

.gform_wrapper {
	margin: 0 0 16px !important;
}

body .gform_wrapper ul li.gfield:first-child {
	margin-top: 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin-bottom: 0;
}

.sticky,
.bypostauthor,
.gallery-caption {
   display: normal;
}

.alignnone {
   margin: 1em 1em 1em 0;
}

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

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

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

.aligncenter {
   display: block;
   margin: 1em auto;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
   max-width: 100%;
   height: auto;
}

img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

img.alignright {
   margin-left: 0.5em 0 1em 1.5em;
}

img.alignleft {
   margin: 0.5em 2em 1em 0;
}

img.aligncenter{
   display: block;
   margin: 1em auto;
}

img#wpstats {
   display: block;
   margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
   .gallery .gallery-icon img {
   border: none;
}

.wp-caption {
   margin-bottom: 1em;
   margin-left: 0;
   max-width: 96%;
   text-align: center;
}

.wp-caption img {
   display: block;
   margin: 0 auto;
}

.wp-caption-text {
   position: relative;
   font-size: .8em;
}

.gallery {
   margin: 0 auto;
}

.gallery .gallery-item  {
   margin: 0;
   float: left;
   text-align: center;
   width: 33%;
}

.gallery a img {
   border: none;
}

.gallery-columns-4 .gallery-item {
   width: 25%;
}

.gallery-columns-4 .gallery-item img {
   width: 100%;
   height: auto;
}

.comments ol    {
   padding-left: 0;
}

.comments ol li {
   margin: 0;
}

.comment-author {
   padding: 0;
   text-decoration: none;
}


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

   embed,
   object {
      max-width: 100%;
   }

}

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

   .gallery-columns-3 .gallery-item {
      width: 33.33%;
   }

   .gallery-columns-3 .gallery-item img {
      width: 100%;
      height: auto;
   }

}

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

   .gallery-columns-2 .gallery-item {
      width: 50%;
   }

   .gallery-columns-2 .gallery-item img {
      width: 100%;
      height: auto;
   }

}

/*=====  End of WORDPRESS CORE  ======*/
