/*
	Theme Name: PRO Martial Arts Franchise
	Based on: Digital Pro by StudioPress

	Version: 1.0.1

	Tags: develop, black, blue, white, one-column, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* 

PMA Guidelines:
Fonts:
Headlines slider, buttons: Helvetica Neue LT Pro
Copy: Raleway

Colors:
006990- Blue @blue 
b42e34- Red @red
9fa1af-Gray @gray
*/

@import url('https://fonts.googleapis.com/css?family=Passion+One');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import "font-awesome";

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5b5e5e}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 2rem;
}

body {
	background-color: #fff;
	color: #5b5e5e;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #b42e34;
	color: #fff;
}

::selection {
	background-color: #b42e34;
	color: #fff;
}

a {
	border-bottom: 0px solid #232525;
	color: #232525;
	text-decoration: none;
}

a:focus,
a:hover {
	border-bottom: 0px solid #006990;
	color: #e85555;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 16px;
	font-size: 1.6rem;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 40px;
}

.otw-row {
	margin-bottom:80px;
}

.sidebar-primary {
	margin-bottom:80px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #006990;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 900;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	padding-top: 10px;
	margin-bottom:10px;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: -2px;
	margin-bottom: 60px;
	margin-top: 100px;
}

h4 {
	font-size: 22px;
	font-size: 2.2rem;
}

.entry-content h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: -1px;
	margin-top: 60px;
}


h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.featured-content img.entry-image,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

img.entry-image {
	max-width: 500px;
}

.full-width-content img.pull {
	margin-left: -70px;
	margin-right: -70px;
	max-width: 800px;
}

/* Home Mid
--------------------------------------------- */

.home-mid-left h3 ,
.home-mid-left h4 {
	font-size: 60px;
	font-size: 6.0rem;
}
.home-mid-left h3 ,
.home-mid-left h4 a {
	font-size: 32px;
	font-size: 3.2rem;
	color: #006990;
}

.home-mid-right h4 {
	font-size: 44px;
	font-size: 4.4rem;
}

.home-mid-right h4 a {
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #b42e34;
}

.home-mid {
   background-image: url("http://promartialarts.com/tampa-carrollwood//wp-content/uploads/sites/2/2017/10/karate-bg-m3.jpg");
	background-size: cover;
    background-color: #fff;
	text-align: left;
}

.home-mid .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
}

.home-mid-inner {
	margin: 0 auto;
}

.home-mid-right {
	float: left;
	margin-top: 75px;
	padding: 0;
	width: 30%;
}	

.home-mid-right .wrap .entry-content p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3em;
	font-weight: 600;
	margin-bottom:5px;

}


.home-mid-left {
	float: left;
	margin-top: 75px;
	padding: 0;
	width: 70%;
}
.home-mid-left h4 {
	margin-left:-50px;
	padding: 0;
	padding-bottom:15px;
}

.home-mid-left .featuredpost {
	display:block;
    width: 100%;
	padding: 0;
	margin-top:40px;
 }

.home-mid-left .featuredpost .post {
	display:inline-block;
    width: 50%;
    float: left;
	margin-left:0;
	padding: 0;
 }

.home-mid-left .featuredpost .entry-image {
	display:inline-block;
	float:left;
	margin-bottom: -15px;
	box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 5px;
	z-index: 10;
 }

.home-mid-left .featuredpost .post:nth-of-type(3n+1){
	display:inline-block;
	float:left;
	margin-bottom: -15px;
	padding: 0;
}

.home-mid-left .featuredpost .entry-title {
	display:inline-block;
    font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	margin-left:0;
	width: 150px;
}
.home-mid-left .featuredpost .entry-title a {
    font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	width: 150px;
}




/* OTW Side Bar Featured Posts
*/
.otw-sidebar-2 .featuredpost {
	float: none;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
	padding: 0;
	padding-left:0;
	margin-top:40px;
 }

.otw-sidebar-2 .featuredpost .post {
    width: 50%;
    float: left;
	margin: 0;
	padding: 0;
 }

.otw-sidebar-2 .featuredpost .entry-image {
	position: relative;
	margin-bottom: -15px;
	box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 5px;
	z-index: 10;
 }

.otw-sidebar-2 .featuredpost .post:nth-of-type(3n+1){
	margin: 0;
	padding: 0;
}

.otw-sidebar-2 .featuredpost .entry-title {
    font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	width: 150px;
}
.otw-sidebar-2 .featuredpost .entry-title a {
    font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	width: 150px;
}

.otw-sidebar {
	padding-right: 20px;
}



/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* Tint
--------------------------------------------- */
/* Container holding the image and the text */

.tint {
  position: relative;
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 5px;
  z-index: 10;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,105,144, 0.9);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

.tint:hover:before {
  background: rgba(0,105,144, 0.7);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}
.tint span {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.tint p {
  text-align: center;
  line-height: 1;
  /*word-spacing: 150px;*/
}
.tint a {
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 99999;
}

.classes {
	height: 150px;
	width: 150px;
}

/* Testimonials
--------------------------------------------- */
.testimonial {
	text-align: left;
	margin-top:30px;
	margin-left:60px;
	padding-bottom:40px;
	background-image: url('https://newtempwebsite.com/wp-content/uploads/2017/10/bullet4.png');
	background-repeat: no-repeat;
	padding-left: 23px;
}

/* Images
--------------------------------------------- */

.picleft {
	float: left;
	width: 325px;
}

.picright {
	float: right;
	width: 325px;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #5b5e5e;
	font-family: 'Raleway', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 20px;
	width: 100%;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #5b5e5e;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #eee;
	border: 1px solid #eee;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
	background-color: #b42e34;
	border-radius: 15px;
	border: none;
	color: #fff;
	cursor: pointer;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 500;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	padding: 10px 20px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

a.button.small,
.entry-content a.button.small,
.textwidget a.button.small {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 6px 10px;
}

input[type="submit"],
.content input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 25px;
	width: 100%;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

a.more-link {
	display: inline-block;
   	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	color: #006990;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: none;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.textwidget a.button:focus,
.textwidget a.button:hover {
	background-color: #006990;
	border: none;
	color: #fff;
	text-decoration: none;
}


.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
	background-color: #fff;
	color: #232525;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
	
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
	
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
	
.one-fourth {
	width: 23.076923076923077%;
}
	
.three-fourths {
	width: 74.35897435897436%;
}
	
.one-sixth {
	width: 14.52991452991453%;
}
	
.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Link to Corporate
--------------------------------------------- */
.corporate {
	background-color: #b42e34;
	padding: 0;
	position: fixed;
	top: 0;	
	height: 30px;
	width: 100%;
	z-index: 99;
}
.corporate p {
	margin-top: 7px;
	text-align: center;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: fff;
}
.corporate p a {
	color: #fff;
	text-decoration: none;
}
.corporate p a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: solid;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border: 4px solid #006990;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 50px;
}

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #232525;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 1000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.digital-landing .site-container {
	margin: 0 auto;
	max-width: 800px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.digital-landing .site-inner,
.front-page .site-inner {
	margin-top: 0;
}

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	width:100%;
	max-width: 1280px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 250px;
	padding: 0;
	position: relative;
	z-index: 9;
	-word-wrap: break-word;
}

.site-inner h1 {
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #006990;
}

.site-inner .content-sidebar-wrap  .entry-content {
	padding-left:45px;
	padding-right:0;
	margin-right:0;
}

.site-inner .widget {
	padding-left:5px;
	padding-right:40px;
}

.site-inner .widget .entry-content {
	padding-left:0;
	padding-right:0;
}

site-inner .widget  .entry-content p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3em;
	font-weight: 600;
	margin-bottom:5px;

}




/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.after-entry .avatar {
	float: right;
	height: 180px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 30px;
}

.alignright .avatar {
	margin-left: 30px;
}

.author-box .avatar {
	display: inline-block;
	float: none;
	height: 80px;
	margin: 0 auto 20px;
	width: 80px;
}

.comment .avatar {
	height: 60px;
	margin: 0 16px 24px 0;
	width: 60px;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
	text-align: center;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 10%;
	max-width: 660px;
	padding-bottom: 10px;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 10%;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Titles
--------------------------------------------- */

.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.search .archive-title {
	margin-bottom: 0;
}

.entry-title,
.page.page-template-page_blog .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -2px;
	color: 006990;
	word-wrap: break-word;
}

.page .entry-title,
.single .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	color: 006990;
	letter-spacing: 1px;
}


.error404 .entry-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
	border-bottom: none;
	color: #006990;
}

.content .entry-title a:focus,
.content .entry-title a:hover {
	color: #b42e34;
}

h4.entry-title {
	margin-top:0;
}

.widget_agmmapswidget {
    margin-top:40px;
    margin-bottom:60px;
	padding-bottom:60px;
}

.widgettitle {
	font-size: 30px;
	font-size: 3.0rem;
	color: #006990;
	letter-spacing: -1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.widget-title {
	font-size: 30px;
	font-size: 3.0rem;
	color: #006990;
	letter-spacing: -1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-title.center {
	margin-bottom: 10%;
	text-align: center;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 50%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 0 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 60px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 60px 0 50px;
}

.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* Featured Content
--------------------------------------------- */

.featured-content a {
	border-width: 0;
}

.featured-content.widget .entry {	
	padding-bottom: 40px;
}

.featured-content.widget .entry:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featured-content p.entry-meta {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
	font-size: 24px;
	font-size: 2.0rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	color: #006990;
	margin-bottom:5px;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title a {
	color: #b42e34;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title a:hover {
	color: #006990;
}

.featured-content .more-link {
	padding-bottom:10px;
	background-image: url('https://newtempwebsite.com/wp-content/uploads/2017/10/bullet4.png');
	background-size: 10px;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top:0;
	border-width: 0px;
}

a.more-link:hover {
	text-decoration: underline;
}

/* Front Pages
---------------------------------------------------------------------------------------------------- */
.front-page-1 .banner {
	font-family: 'Passion One', cursive;
	font-size: 150px;
	font-size: 15.0rem;
	letter-spacing: 0px;
	line-height:1.0em;
	font-weight: 900;
	padding-top:15%;
	color: #fff;
	text-shadow: 2px 2px #000;
}

.front-page-1 {
	display: table;
	margin-top: 90px;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;	
}

.front-page-1 .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
}

.front-page-1 .widget {
	margin-bottom: 40px;
}

.front-page-1 .widget-area {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
	width: 100%;
}

.front-page-1,
.front-page-1 p,
.front-page-1 .widget-title {
	color: #232525;
}

.front-page-1 .widget_text .widget-title {
	font-family: 'Poppins', sans-serif;
	font-size: 84px;
	font-size: 8.4rem;
	font-weight: 600;
	letter-spacing: -3px;
	margin-bottom: 0;
	text-transform: none;
}

.front-page-1 p {
	font-size: 28px;
	font-size: 2.8rem;
}

.front-page-1 p:last-child {
	margin-bottom: 0;
}

.front-page-1 button,
.front-page-1 input[type="button"],
.front-page-1 input[type="reset"],
.front-page-1 input[type="submit"],
.front-page-1 .textwidget a.button {
	border: none;
	margin-top: 60px;
}

.front-page-1 button:focus,
.front-page-1 button:hover,
.front-page-1 input:focus[type="button"],
.front-page-1 input:hover[type="button"],
.front-page-1 input:focus[type="reset"],
.front-page-1 input:hover[type="reset"],
.front-page-1 input:focus[type="submit"],
.front-page-1 input:hover[type="submit"],
.front-page-1 .textwidget a.button:focus,
.front-page-1 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #232525;
}


/* Front Page 2
--------------------------------------------- */

.front-page-2 {
	background-color: none;
	border-top: 0px solid transparent;
	margin-top: -130px;
	z-index: 999;
}

.front-page-2 .wrap {
	margin: 0 auto;
	max-width: 980px;
	padding-left: 0;
	padding-right: 2%;
}

.front-page-2 .widget-area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	 
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.front-page-2 .flexible-widgets.widget-halves .widget,
.front-page-2 .widget {
	float: left;
	margin-bottom: 0;
	width: 50%;
}

.front-page-2 .widget-wrap {
	background: #b42e34;
	padding: 20px;
    border-radius: 15px;
	box-shadow: 5px 5px 5px #888888;
	z-index: 999;
}

.front-page-2 .flexible-widgets .widget:only-child {
	margin-bottom: 0;
}

.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(odd) {
	border-right: 0px solid #eee;
	clear: left;
	padding-right: 0%;
}

.front-page-2 .flexible-widgets .widget:nth-child(even) {
	clear: none;
	padding-left: 0%;
}

.front-page-2 .flexible-widgets.widget-full .widget,
.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type {
	border-right-width: 0;
	padding-right: 0;
	width: 100%;
}

.front-page-2 .flexible-widgets.widget-full .widget-wrap,
.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type .widget-wrap {
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 5%;
}

.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(n+3) {
	border-top: 1px solid #eee;
}

.front-page-2 .widget-title {
	color: #fff;
	font-weight: 900;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: -10px;
}

.front-page-2 .gf_simple_horizontal {
	padding: 0;
}

.front-page-2 .gfield_description validation_message .validation_message {
	color: #fff;
}

/* Front Page 3
--------------------------------------------- */

.front-page-3 {
	background-color: #f3f3f3;
	padding: 4% 4%;
	text-align: left;
}

.front-page-3 .widget {
	margin-bottom: 40px;
}

.front-page-3 .widget-fourths .widget:nth-last-child(-n+4),
.front-page-3 .widget-halves.even .widget:nth-last-child(-n+2),
.front-page-3 .widget-thirds .widget:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.front-page-3 .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
}

.front-page-3,
.front-page-3 a,
.front-page-3 h4,
.front-page-3 p,
.front-page-3 .icon {
	color: #000;
}
.front-page-3 .widget-title {
	color: #006990;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 900;
}

.front-page-3 a {
	color: #b42e34;
}

.front-page-3 a:focus,
.front-page-3 a:hover {
	color: #e85555;
}

.front-page-3 h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.front-page-3 p {
	font-size: 18px;
	font-size: 1.8rem;
}

.front-page-3 .icon {
	display: block;
	font-size: 72px;
	font-size: 7.2rem;
}

.front-page-3 button:focus,
.front-page-3 button:hover,
.front-page-3 input:focus[type="button"],
.front-page-3 input:hover[type="button"],
.front-page-3 input:focus[type="reset"],
.front-page-3 input:hover[type="reset"],
.front-page-3 input:focus[type="submit"],
.front-page-3 input:hover[type="submit"],
.front-page-3 .textwidget a.button:focus,
.front-page-3 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #232525;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget ::-moz-placeholder {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget ::-webkit-input-placeholder {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget input {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.sidebar .enews-widget input {
	margin-bottom: 10px;
}

.enews-widget input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #232525;
	outline: #ddd solid 1px;
}


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

.site-header {
	background-color: #fff;
	padding: 28px 30px;
	position: fixed;
	top: 30px;	
	height: 165px;
	width: 100%;
	z-index: 999;
}

.site-header.shrink {
	background-color: rgba(255,255,255,.85);
	border-bottom: 2px solid #eee;
	height: 155px;
	padding: 28px 30px;
}

.admin-bar .site-header {
	top: 32px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 8px;
    vertical-align: top;
}


.site-title {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	border-bottom-width: 0;
	color: #232525;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

.header-image .site-header {
	padding: 20px 40px;
}

.header-image .site-header.shrink {
	padding: 10px 40px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 100px;
	width: 300px;
	margin-bottom:5px;
}

.header-image .title-area {
	margin: 0;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-align:center;
	text-indent: 0;
	font-weight: 900;
}

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

.sci-address {
	text-align: right;
	display:block;
	margin-right: 1%;
}

.sci-address-street:before {
	display: inline-block;
	content: "PRO Martial Arts • ";
	white-space: pre;
}

.sci-address-street {
	display: inline-block;
}

.sci-contact {
	text-align: right;
	display:block;
	margin-right: 1%;
}

.sci-contact .sci-address-email:before {
	display: inline-block;
	content: " ";
	white-space: pre;
	margin-left:100px;"
}


.sci-contact .sci-address-email {
	line-height: 1.5rem;
	text-align: right;
	margin-top:-65px;
	padding-right: 1%;
}

.sci-contact .sci-address-email a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}

.sci-contact .sci-address-email .call {
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    font-family: sans-serif;
    box-shadow:
        inset 0 0 1px 0 rgba(255,255,255,.4),
        inset 0 0 5px 0 rgba(0,0,0,.4),
        inset 0 0 3px 5px rgba(0,0,0,.05),
        2px 2px 4px 0 rgba(0,0,0,.25);
    border-radius: 14px;
	background: #b42e34;
    padding: 10px 14px;
	margin-left:10px;
    font-size: 22px;
    line-height: 14px;
    position: relative;
	text-shadow: 1px 1px #000000;
}

.sci-contact .sci-address-email .call a {
	color:#fff;
}

.sci-contact .sci-address-email .call a:hover {
	color:#f3f3f3;
	text-shadow: 1px 1px #f3f3f3;
}

.sci-contact .sci-address-email:after {
	display: inline-block;
	content: " ";
	white-space: pre;
	padding-left:275px;"
}



.sci-contact .sci-address-phone {
	line-height: 1.5rem;
	text-align: right;
	margin-top:-65px;
	padding-right: 1%;
}

.sci-contact .sci-address-phone a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}

.sci-contact .sci-address-phone .call {
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    font-family: sans-serif;
    box-shadow:
        inset 0 0 1px 0 rgba(255,255,255,.4),
        inset 0 0 5px 0 rgba(0,0,0,.4),
        inset 0 0 3px 5px rgba(0,0,0,.05),
        2px 2px 4px 0 rgba(0,0,0,.25);
    border-radius: 14px;
	background: #b42e34;
    padding: 10px 14px;
	margin-left:10px;
    font-size: 22px;
    line-height: 14px;
    position: relative;
	text-shadow: 1px 1px #000000;
}

.sci-contact .sci-address-phone .call a {
	color:#fff;
}

.sci-contact .sci-address-phone .call a:hover {
	color:#f3f3f3;
	text-shadow: 1px 1px #f3f3f3;
}



/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	display:table;
	padding-top:0px;
	clear: both;
	line-height: 1;
	width: 100%;
	text-align: right;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	vertical-align:top;
	text-align: left;
}

.genesis-nav-menu a {
	border-bottom-width: 0;
	color: #232525;
	display: block;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.5px;
	padding: 10px;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #b42c33;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
 -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
 -moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
 box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);

	width: 250px;
	z-index: 9999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f3f3f3;

	color: #000;
	font-size: 15px;
	padding: 10px;
	margin-left:-15px;
	position: relative;
	width: 250px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #b42c33;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	display:none;
	position: static;
	float: right;
	width:75%;
	margin-top: 2px;
}

.nav-primary .genesis-nav-menu li.last a {
	padding-right: 0;
}

/* Target the menu item LI */
.nav-primary li.call {
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    font-family: sans-serif;
    box-shadow:
        inset 0 0 1px 0 rgba(255,255,255,.4),
        inset 0 0 5px 0 rgba(0,0,0,.4),
        inset 0 0 3px 5px rgba(0,0,0,.05),
        2px 2px 4px 0 rgba(0,0,0,.25);
    border-radius: 14px;
	background: #b42e34;
    padding: 2px 4px;
	margin-left:10px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
	text-shadow: 1px 1px #000000;
}

/* Target the menu item LI */
.nav-primary li.call a {
	color:#fff;
}

.nav-primary li.call a:hover {
	color:#f3f3f3;
	text-shadow: 1px 1px #f3f3f3;
}


.nav-primary .sub-menu {
	border-top: 1px solid #ddd;
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom: 10px;
	background-color: #f3f3f3;
}

.nav-secondary .genesis-nav-menu a {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}









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

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}



/* Content Area
---------------------------------------------------------------------------------------------------- */

.content-sidebar .content,
.sidebar-content .content {
	width: 75%;
}

.content-sidebar .content {
	float: left;
}

.sidebar-content .content {
	float: right
}


.page .content,
.single .content {
	max-width: 800px;
	overflow: hidden;
}

.digital-landing .content {
	max-width: 800px;
	padding-bottom: 5%;
	padding-top: 5%
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page .entry-content,
.single .entry-content {
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.page.page-template-page_blog .entry-content {
	max-width: none;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
	color: #232525;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
}

.single .entry-content p.intro:after {
	border-bottom: 1px solid #232525;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.entry-categories,
.entry-header .post-edit-link,
.entry-time {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	color: 006990;
}

.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
	border-bottom-width: 0;
}

.page .entry-header,
.single .entry-header {
	margin: 0 auto 0;
	max-width: 660px;
}

.page.page-template-page_blog .entry-header {
	max-width: none;
}

.entry-footer {
	margin: 30px auto 60px;
	max-width: 660px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #eee;
	margin: 0 auto 10%;
	max-width: 660px;
	overflow: hidden;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry ol,
.after-entry ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.after-entry ol > li {
	list-style-type: decimal;
}

.after-entry ul > li {
	list-style-type: disc;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	text-transform: uppercase;
}

.pagination a {
	border-bottom: 1px solid #232525;
}

.pagination a:focus,
.pagination a:hover {
	border-bottom: 1px solid #e85555;

}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #232525;
	border: 1px solid #232525;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e85555;
	border: 1px solid #e85555;
	color: #fff;
}

/* Sidebar
--------------------------------------------- */

.content-sidebar .sidebar,
.sidebar-content .sidebar {
	font-size: 18px;
	font-size: 1.8rem;
	width: 25%;
}

.content-sidebar .sidebar {
	float: right;
}


.sidebar-content .sidebar {
	float: left;
}

.sidebar .widgettitle {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar .widget {
	margin-bottom: 10px;
}

.sidebar p {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

.sidebar p:last-child,
.sidebar .ul li:last-child,
.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar ul li {
	margin-bottom: 10px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}


.otw-columns .widget {
	width:100%;
	padding:0;
	margin:0;
}

.otw-columns .entry-image {
	width:100%;
	padding:0;
	margin:0;
	box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 5px;
	z-index: 10;
}

.otw-columns .entry-header .entry-title {
	word-wrap: normal;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right:100px;
	margin-top:0;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	margin: 0 auto;
	max-width: 660px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #f3f3f3;
	border-top: 5px solid #b42c33;
	clear: both;
	text-align: center;

	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;

}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	background-color: #f3f3f3;
	padding: 40px 4%;
}

.footer-widgets-1 {
	text-align: center;
	width: 100%;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}
.footer-widget-area {
	background: #f3f3f3;
}
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

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

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: -1px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p,
.footer-widgets .widget-title {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #000;
}

.footer-widgets a {
	border-bottom-width: 0;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #b42c33;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #e85555;
	text-decoration: underline;
}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover {
	color: #232525;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 15px !important;
}


/* Events Calendar
*/
.entry-content table.eab-monthly_calendar {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-left:-20px;
	margin-bottom: 40px;
	max-width: 760px;
}

table.eab-monthly_calendar tbody {
	border: none;;
}

table.eab-monthly_calendar td,
table.eab-monthly_calendar th {
	text-align: left;
}

table.eab-monthly_calendar td {
	border-top: 0px solid #ddd;
	padding: 0;
}

table.eab-monthly_calendar th {
	font-weight: 400;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 28px;
	text-align: center;
}

.site-footer a,
.site-footer p {
	border-bottom-width: 0;
	color: #232525;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #e85555;
	text-decoration: underline;
}

.site-footer p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
} 

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .entry-header {
	margin-bottom: 0;
}

.front-page p:last-child,
.front-page .widget:last-child {
	margin-bottom: 0;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget {
	float: left;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.flexible-widgets .widget:first-child {
	margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
}

.footer-widgets {
	background-color: #f3f3f3;
	border-top: 5px solid #b42c33;
	clear: both;
	text-align: center;

	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;

}

.footer-widgets-1 {
	background-color: #f3f3f3;
	padding: 40px 4%;
}



/* Media Queries
---------------------------------------------------------------------------------------------------- */




@media only screen and (min-width: 801px) {

	.footer-widgets .wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		 
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 1201px) {
	.site-description {
		display:none;
	}
	.nav-header {
		display: table;	
		margin: 0 auto;
	}


	.sci-address-street:before {
		display: none;
	}

	.front-page-1 .banner {
		font-size: 100px;
		font-size: 10.0rem;
	}

	.home-mid-left h4 {
		margin-left:0;
		padding-left:0;
	}
	.home-mid-left .widget-wrap {
		margin-left:0;
		padding-left:30px;
	}

	.home-mid-right {
		margin-top: 80px;
		padding: 0;
		width: 30%;
	}

	.home-mid-right .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-mid-right .widget-wrap h4 {
		font-size: 30px;
		font-size: 3.0rem;
	}

}

@media only screen and (max-width: 1001px) {
	.site-description {
		display:none;
	}
	.nav-header {
		display: table;	
		margin: 0 auto;
	}

	.sci-address-street:before {
		display: none;
	}

	.front-page-1 .banner {
		font-size: 100px;
		font-size: 10.0rem;
	}

	.home-mid-left h4 {
		margin-left:0;
		padding-left:0;
	}
	.home-mid-left .widget-wrap {
		margin-left:0;
		padding-left:30px;
		width:100%;
	}


	.home-mid-right {
		margin-top: 80px;
		padding: 120px 0;
	}

	.home-mid-right .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-mid-right .widget-wrap h4 {
		font-size: 30px;
		font-size: 3.0rem;
	}
	

}



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

	.site-inner {
		margin-top: 0;
	}

	.site-inner .content-sidebar-wrap  .entry-content {
		width: 100%;
		padding-left:0;
		padding-right:0;
	}

	.site-inner .widget {
		width: 100%;
		padding-left:0;
		padding-right:0;
	}

	.site-inner .widget .entry-content {
		width: 100%;
		margin:0;
		padding:0;
	}

	.site-inner .widget  .entry-content p {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.3em;
		font-weight: 400;
		margin-bottom:5px;
	}

.otw-widget-1 .entry-header {
	width:100%;
	padding:0;
	margin:0;
}

.otw-widget-1 .entry-image {
	width:100%;
	max-width:150px;
	padding:0;
	margin:0;
	box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 5px;
	z-index: 10;
}

.otw-widget-1 .entry-header .entry-title {
	word-wrap: normal;
	font-size: 18px;
	font-size: 1.8rem;
	padding:0;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}


	/* Header Address */

	.header-widget-area {
		display:block;
	}

	.sci-address {
		display:none;
	}
	.sci-contact {
		margin-left:-20px;
		margin-right:-20px;
	}
	.sci-contact .sci-address-phone {
		display:block;
		line-height: 1.5rem;
		text-align: center;
		margin-top:45px;
		padding-right: 0%;
		margin-bottom:-5px;
	}

	.site-description {
		display:block;
	}
	.sci-contact .sci-address-email {
		display:none;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.header-image .site-title > a,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.site-header {
		width: 100%;
	}
	
	.site-header {
		position:relative;
	}

	.site-header.shrink {
		background-color: #fff;
		border-bottom: 0px solid #eee;
		height: 155px;
		padding: 28px 30px;
}
	.header-image .nav-primary:not(button) {
	position: relative;
	background-color: rgba(255,255,255,1.0);
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.nav-primary,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.title-area {
		float: none;
	}

	.site-inner {
		margin-top:0;
		margin-left:0;
		margin-right:0;
		padding:0;
	}

	.site-inner .widget-wrap .entry-title {
		margin-top:20px;
		padding-right:100px;
	}

	.site-inner .widget-wrap .entry-title a {
		margin-top:20px;
		padding-right:100px;
	}

	.site-inner .entry-title {
		margin-top:200px;
		padding-right:100px;
	}

	.site-inner .entry-title a {
		margin-top:-200px;
		padding-right:100px;
	}


	.site-inner .entry-content {
		padding:0;
	}


	.front-page-1 {
		display: table;
		width:100%;
		margin-top: 135px;
		overflow: hidden;
		table-layout: fixed;
		max-height: 900px;
	}

	.front-page-1 .banner {
		font-size: 60px;
		font-size: 6.0rem;
	}


	.corporate {
		position: relative;
		height: auto;
	}

	.corporate p {
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: 800;
		letter-spacing: 0px;
	}

	.home-mid .wrap {
		padding: 0;
	}

	.home-mid-left {
		margin-top: 120px;
		width: 100%;
	}

	.home-mid-left .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-mid-left .wrap .entry-content {
		margin-left:0;
		padding-left:0;
	}

	.home-mid-right {
		margin-top: 0;
		padding: 120px 0;
		width: 100%;
	}

	.home-mid-right .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-mid-right h4 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.home-mid-right .sci-social-icons {
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		margin-top:-100px;
	}


	
	.front-page-2 .wrap {
		padding-left: 0;
		padding-right: 25px;
	}

	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background: none;
		border-radius: 0;
		border-width: 0;
		color: #1e1e1e;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background: none;
		border-width: 0;
	}

	.menu-toggle {
		padding-bottom: 0;
		padding-top: 25px;
		position: relative;
		right: 0;
		z-index: 10000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #1e1e1e;
		content: "\f130";
		display: inline-block;
		font: normal 20px/1 'ionicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1000;
	}

	.sub-menu-toggle:before {
		content: "\f3d0";
		display: inline-block;
		font: normal 16px/1 'ionicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f3d8";
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		color: #1e1e1e;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		color: #e85555;
	}



	.content {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 8%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.page .entry-header,
	.single .entry-header {
		max-width: 100%;
	}

	.entry-content {
		margin-left: 0;
		margin-right: 0;
	}

	.entry-header {
		clear: both;
		margin: 0;
	}

	.featured-content {
		display: block;
		width:100%;
	}

	.featured-content .entry-image a {
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}

	.featured-content .entry-title a {
		margin-left:0;
	}

	.featured-content p  {
		width:100%;
	}

	.featured-content .featuredpost .entry-content p {
		margin-left:100px;
		padding-left:0;
	}

	.widget-wrap {
		margin-left:30px;
		margin-right:30px;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image,
	.full-width-content img.pull {
		margin-left: 0;
		margin-right: 0;
	}

	img.alignleft,
	img.alignright {
		display: block;
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
		margin-bottom: 10px;
		min-width:50%;
		max-width: 100%;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		padding: 8% 5%;
	}

	.footer-widgets-1,
	.page .entry-header,
	.single .entry-header {
		text-align: left;
	}

	.site-footer {
		padding: 20px;
	}

.widget-last .featured-content .featuredpost {
	display:block;
    width: 100%;
	padding: 0;
	margin-top:40px;
 }

.widget-last .featured-content .featured-content .featuredpost .post {
	display:inline-block;
    width: 50%;
	margin-left:0;
	padding: 0;
 }

.widget-last .featured-content .featuredpost .entry-image {
	display:inline-block;
	margin-bottom: -15px;
	box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 50px;
	z-index: 10;
 }

.widget-last .featured-content .featuredpost .post:nth-of-type(3n+1){
	display:inline-block;
	margin-bottom: -15px;
	padding: 0;
}

.widget-last .featured-content .featuredpost .entry-title {
	display:inline-block;
    font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	margin-left:0;
	width: 150px;
}
.widget-last .featured-content .featuredpost .entry-title a {
    font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	width: 150px;
}

}

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

	.sci-contact .sci-address-phone {
		font-size: 26px;
		font-size: 2.6rem;
	}


	.page .entry-title,
	.single .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
		letter-spacing: -2px;
		color: #006990;
	}

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}
}	

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .home-mid-left .featuredpost .post {
    width: 48.717%;
  }
  .home-mid-left .featuredpost .post:nth-of-type(3n+1) {
    margin-left: 2.5%;
  }  
  .home-mid-left .featuredpost .post:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .otw-sidebar-2 .featuredpost .post {
    width: 48.717%;
  }
  .otw-sidebar-2 .featuredpost .post:nth-of-type(3n+1) {
    margin-left: 2.5%;
  }  
  .otw-sidebar-2 .featuredpost .post:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .home-mid-left .featuredpost .post {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .otw-sidebar-2 .featuredpost .post {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

/* Front Page 3
--------------------------------------------- */
@media only screen and (max-width: 980px) {

.front-page-3 {
	background-color: #f3f3f3;
	padding: 0;
	text-align: left;
}

.front-page-3 .widget {
	margin-bottom: 40px;
}

.front-page-3 .widget-fourths .widget:nth-last-child(-n+4),
.front-page-3 .widget-halves.even .widget:nth-last-child(-n+2),
.front-page-3 .widget-thirds .widget:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.front-page-3 .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 0;
	padding-right: 0;
}
	
	.front-page-3 .widget-halves.even .widget:nth-last-child(-n+2) {
		margin-left: 0;
		width:100%;
		max-width:800px;
		margin-bottom:80px;
}

}