/*
Theme Name: pp_boot
Author: Pinnacle Performance Partnes
Author URI: http://pinnacleperformancepartners.com
Version: 1.1
*/
/* Import the necessary TK Bootstrap WP CSS additions */
@import url(includes/css/bootstrap-wp.css);
/* My Minimal WordPress Styling comes here */
/* This is a small security for too long strings titles */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Oswald);
body { word-wrap: break-word; }

/* Alignment */
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin: 0 auto; }

/* Images and wp-captions should always fit and be responsive */
img { display: inline-block; height: auto; max-width: 100%; }

img[class*="wp-image-"] { margin-top: 10px; margin-bottom: 10px; }

.wp-caption { border: 1px solid #ccc; margin-bottom: 10px; max-width: 100%; border: 1px solid #ccc; border-radius: 4px; padding: 0 10px; }

.wp-caption.aligncenter { margin-bottom: 10px; }

.wp-caption img[class*="wp-image-"] { display: block; }

.wp-caption .wp-caption-text { text-align: center; margin-top: 10px; }

/* WP Gallery */
.gallery { margin-bottom: 1.5em; }

.gallery a img { border: none; height: auto; max-width: 90%; }

.gallery dd { margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed, iframe, object { max-width: 100%; }

/* Text meant only for screen readers */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ }

/* Content */
.main-content-inner { padding-bottom: 1.5em; }

.hentry { margin: 0 0 1.5em; }

/* Clearing */
.clear { clear: both; }

/* Here some needed widget styles  Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.  Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select { max-width: 100%; }

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!   For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children { margin-left: 1.5em; }

/*   == Quick CSS styling tips ==
 You can start off in a rough direction with some minimal styles. See below for some tips. ;)
  == Want to have the whole site wrapped? ==    Just fill the .container class with some background color to have a the whole site "wrapped". This works so easy because every main part is wrapped only once into a container class by bootstrap.  Try out by decommenting the next line and go from there. 
	 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }

 == Want to wrap just the content and sidebar in Bootstrap style? ==   That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.  In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!    == Infinite Scrolling by Jetpack == You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html.. 

/* Globally hidden elements when Infinite Scroll is supported and in use.  Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */
/* 
.infinite-scroll .page-links, 
.infinite-scroll.neverending .site-footer { 
	display: none;
}
*/
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/*
.infinity-end.neverending .site-footer {
	display: block;
} 
*/
/* Hey, if you don't need my comments anymore, just delete me! :)  */
@font-face { font-family: 'press_styleregular'; src: url("fonts/press_style-webfont.eot"); src: url("fonts/press_style-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/press_style-webfont.woff2") format("woff2"), url("fonts/press_style-webfont.woff") format("woff"), url("fonts/press_style-webfont.ttf") format("truetype"), url("fonts/press_style-webfont.svg#press_styleregular") format("svg"); font-weight: 400; font-style: normal; }
@font-face { font-family: 'pacificoregular'; src: url("fonts/pacifico-webfont.eot"); src: url("fonts/pacifico-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pacifico-webfont.woff2") format("woff2"), url("fonts/pacifico-webfont.woff") format("woff"), url("fonts/pacifico-webfont.ttf") format("truetype"), url("fonts/pacifico-webfont.svg#pacificoregular") format("svg"); font-weight: 400; font-style: normal; }
input[type="Submit"] { cursor: pointer; }

button { cursor: pointer; }

.container { padding-bottom: 0; }

.site-navigation { position: fixed; left: 0; right: 0; top: 0; background-image: url(images/specs.png); background-size: 85%; background-position: center top; background-repeat: no-repeat; background-color: #fff; z-index: 3; }
@media all and (min-width: 768px) { .site-navigation { padding: 65px 0 15px; } }
@media all and (max-width: 767px) { .site-navigation { padding: 45px 0; display: none; } }
@media all and (min-width: 992px) { .site-navigation .container { max-width: 990px; } }
.site-navigation .navbar-default { background-color: transparent; border: 0px solid transparent; }
.site-navigation .navbar-default #main-menu a:link, .site-navigation .navbar-default #main-menu a:visited, .site-navigation .navbar-default #main-menu a:hover, .site-navigation .navbar-default #main-menu a:active { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; text-transform: uppercase; position: relative; }
@media all and (min-width: 1200px) { .site-navigation .navbar-default #main-menu a:link, .site-navigation .navbar-default #main-menu a:visited, .site-navigation .navbar-default #main-menu a:hover, .site-navigation .navbar-default #main-menu a:active { font-size: 16px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .site-navigation .navbar-default #main-menu a:link, .site-navigation .navbar-default #main-menu a:visited, .site-navigation .navbar-default #main-menu a:hover, .site-navigation .navbar-default #main-menu a:active { font-size: 16px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .site-navigation .navbar-default #main-menu a:link, .site-navigation .navbar-default #main-menu a:visited, .site-navigation .navbar-default #main-menu a:hover, .site-navigation .navbar-default #main-menu a:active { font-size: 13px; } }
@media all and (max-width: 767px) { .site-navigation .navbar-default #main-menu a:link, .site-navigation .navbar-default #main-menu a:visited, .site-navigation .navbar-default #main-menu a:hover, .site-navigation .navbar-default #main-menu a:active { font-size: 16px; } }
@media all and (max-width: 480px) { .site-navigation .navbar-default #main-menu a:link, .site-navigation .navbar-default #main-menu a:visited, .site-navigation .navbar-default #main-menu a:hover, .site-navigation .navbar-default #main-menu a:active { font-size: 16px; } }
@media all and (min-width: 768px) { .site-navigation .navbar-default #main-menu a:link, .site-navigation .navbar-default #main-menu a:visited, .site-navigation .navbar-default #main-menu a:hover, .site-navigation .navbar-default #main-menu a:active { padding: 15px 11px; } }
.site-navigation .navbar-default #main-menu a:hover { color: #9c1521; }
.site-navigation .navbar-default #main-menu a:after { content: ""; display: inline-block; text-align: center; height: 3px; background-color: #9c1521; position: absolute; left: 11px; right: 11px; bottom: 0px; opacity: 0; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.site-navigation .navbar-default #main-menu a:hover:after { content: ""; display: inline-block; text-align: center; height: 3px; background-color: #9c1521; position: absolute; left: 11px; right: 11px; bottom: 10px; opacity: 1; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
@media all and (min-width: 992px) { .site-navigation .navbar-collapse { max-width: 650px; float: left; } }
@media all and (min-width: 768px) and (max-width: 992px) { .site-navigation .navbar-collapse { max-width: 620px; float: left; } }
.site-navigation .socialHold { max-width: 140px; position: relative; }
@media all and (min-width: 992px) { .site-navigation .socialHold { right: 144px; float: right; } }
@media all and (min-width: 768px) and (max-width: 992px) { .site-navigation .socialHold { float: left; margin-top: -48px; } }
.site-navigation .socialHold > div { margin: 0 auto; max-width: 140px; width: 100%; }
.site-navigation .socialHold > div a:link, .site-navigation .socialHold > div a:visited, .site-navigation .socialHold > div a:hover, .site-navigation .socialHold > div a:active { display: inline-block; text-align: center; height: 43px; width: 43px; background-position: center; background-repeat: no-repeat; transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.site-navigation .socialHold > div .fb { background-image: url(images/soc/fb-g.png); background-size: 15px 33px; }
.site-navigation .socialHold > div .fb:hover { background-image: url(images/soc/fb-r.png); transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.site-navigation .socialHold > div .tw { background-image: url(images/soc/tw-g.png); background-size: 30px 25px; }
.site-navigation .socialHold > div .tw:hover { background-image: url(images/soc/tw-r.png); transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.site-navigation .socialHold > div .ig { background-image: url(images/soc/ig-g.png); background-size: 30px 30px; }
.site-navigation .socialHold > div .ig:hover { background-image: url(images/soc/ig-r.png); transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.site-navigation .logoHold { position: relative; }
@media all and (min-width: 992px) { .site-navigation .logoHold { left: 140px; float: right; } }
@media all and (min-width: 768px) and (max-width: 992px) { .site-navigation .logoHold { float: right; } }
.site-navigation .logoHold > div { width: 144px; height: 122px; position: relative; margin-top: -40px; }
.site-navigation .logoHold > div a:link, .site-navigation .logoHold > div a:visited, .site-navigation .logoHold > div a:hover, .site-navigation .logoHold > div a:active { position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-image: url(images/logo.png); background-size: 100%; background-position: center; }
.site-navigation .logoHold > div a:hover { background-image: url(images/logo_blk.png); }

.moNav { padding: 10px 0; position: fixed; top: 0; left: 0; right: 0; z-index: 3; background-image: url(images/specs.png); background-size: 85%; background-position: center top; background-repeat: no-repeat; background-color: #fff; }
@media all and (min-width: 768px) { .moNav { display: none; } }
@media all and (max-width: 767px) { .moNav { display: block; } }
.moNav .moButton { position: absolute; right: 0; top: 0; bottom: 0; width: 25%; }
.moNav .moButton button { background-image: url(images/navButton.png); background-size: cover; background-repeat: no-repeat; background-position: center; border: none; position: absolute; top: 0px; bottom: 0px; right: 0; width: 100%; max-width: 84px; }
.moNav .moButton button span { background-image: url(images/navClose.png); position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center; opacity: 0; }
.moNav .logoHold { width: 25%; float: left; }
.moNav .logoHold img { width: 100%; max-width: 81px; display: block; margin: 0 auto; }
.moNav .socialHold { padding-top: 10px; width: 50%; position: relative; float: left; }
.moNav .socialHold > div { margin: 0 auto; max-width: 140px; width: 100%; }
.moNav .socialHold > div a:link, .moNav .socialHold > div a:visited, .moNav .socialHold > div a:hover, .moNav .socialHold > div a:active { display: inline-block; text-align: center; height: 43px; width: 43px; background-position: center; background-repeat: no-repeat; transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.moNav .socialHold > div .fb { background-image: url(images/soc/fb-g.png); background-size: 15px 33px; }
.moNav .socialHold > div .fb:hover { background-image: url(images/soc/fb-r.png); transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.moNav .socialHold > div .tw { background-image: url(images/soc/tw-g.png); background-size: 30px 25px; }
.moNav .socialHold > div .tw:hover { background-image: url(images/soc/tw-r.png); transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.moNav .socialHold > div .ig { background-image: url(images/soc/ig-g.png); background-size: 30px 30px; }
.moNav .socialHold > div .ig:hover { background-image: url(images/soc/ig-r.png); transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.moLinks { background-color: rgba(156, 21, 33, 0.9); position: fixed; padding-top: 5%; top: 80px; left: 0; right: 0; bottom: 0; z-index: 4; background-image: url(images/mospec.png); background-repeat: no-repeat; background-size: 150%; background-position: center; display: none; opacity: 0; }
.moLinks ul { padding: 0; list-style: none; }
.moLinks ul li a:link, .moLinks ul li a:visited, .moLinks ul li a:hover, .moLinks ul li a:active { color: #fff; font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; text-align: center; padding: 10px; }
@media all and (min-width: 1200px) { .moLinks ul li a:link, .moLinks ul li a:visited, .moLinks ul li a:hover, .moLinks ul li a:active { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .moLinks ul li a:link, .moLinks ul li a:visited, .moLinks ul li a:hover, .moLinks ul li a:active { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .moLinks ul li a:link, .moLinks ul li a:visited, .moLinks ul li a:hover, .moLinks ul li a:active { font-size: 28px; } }
@media all and (max-width: 767px) { .moLinks ul li a:link, .moLinks ul li a:visited, .moLinks ul li a:hover, .moLinks ul li a:active { font-size: 28px; } }
@media all and (max-width: 480px) { .moLinks ul li a:link, .moLinks ul li a:visited, .moLinks ul li a:hover, .moLinks ul li a:active { font-size: 26px; } }
.moLinks ul li a:hover { background-color: #404041; }

body { background-image: url(images/specs.png); background-size: 85%; background-position: center top; background-repeat: no-repeat; }
@media all and (min-width: 768px) { body { padding-top: 190px; } }
@media all and (max-width: 767px) { body { padding-top: 90px; } }

.thanksBox { background-color: rgba(231, 231, 232, 0.9); padding: 129px 30px; position: fixed; z-index: 4; max-width: 700px; margin: auto; left: 0; right: 0; opacity: 0; z-index: -1; }
@media all and (min-width: 78px) { .thanksBox { width: 60%; } }
@media all and (max-width: 767px) { .thanksBox { width: 300px; } }
.thanksBox h3 { font-family: "pacificoregular", cursive; font-weight: 400; font-style: normal; color: #404041; text-align: center; }
@media all and (min-width: 1200px) { .thanksBox h3 { font-size: 40px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .thanksBox h3 { font-size: 40px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .thanksBox h3 { font-size: 30px; } }
@media all and (max-width: 767px) { .thanksBox h3 { font-size: 28px; } }
@media all and (max-width: 480px) { .thanksBox h3 { font-size: 26px; } }
.thanksBox p { font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; color: #9c1521; text-align: center; }
@media all and (min-width: 1200px) { .thanksBox p { font-size: 40px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .thanksBox p { font-size: 40px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .thanksBox p { font-size: 30px; } }
@media all and (max-width: 767px) { .thanksBox p { font-size: 28px; } }
@media all and (max-width: 480px) { .thanksBox p { font-size: 26px; } }
.thanksBox > div { position: absolute; height: 104px; width: 104px; right: 0; top: 0; }
.thanksBox > div button { display: block; position: absolute; background-image: url(images/thanksclose.png); background-repeat: no-repeat; background-size: cover; background-position: center; border: none; top: 0; left: 0; height: 100%; width: 100%; }

.bottomSpec { background-image: url(images/bottomspec.png); background-repeat: no-repeat; background-size: 80%; background-position: center bottom; }

.redSpec { background-image: url(images/redspec.png); background-repeat: no-repeat; background-size: 80%; background-position: center; }

.graySpec, .grayDiv { background-image: url(images/greyspec.png); background-repeat: no-repeat; background-size: 80%; background-position: center; }

.grayDiv:before { content: ""; display: block; background-image: url(images/grey-top.png); background-repeat: no-repeat; background-position: center bottom; background-size: auto 100%; height: 128px; width: 100%; position: absolute; left: 0; right: 0; top: -123px; }
@media all and (min-width: 1200px) { .grayDiv:before { background-repeat: repeat-x !important; } }

.grayDiv:after { content: ""; display: block; background-image: url(images/grey-bottom.png); background-repeat: no-repeat; background-position: center bottom; background-size: auto 100%; height: 88px; width: 100%; position: absolute; left: 0; right: 0; bottom: -85px; }
@media all and (min-width: 1200px) { .grayDiv:after { background-repeat: repeat-x !important; } }

.grayDiv { background-color: #e7e7e8; padding: 20px 0; position: relative; margin-top: 125px; margin-bottom: 85px; }

.whiteDiv:before { content: ""; display: block; width: 100%; height: 133px; background-image: url(images/white-top.png); background-repeat: no-repeat; background-size: auto 100%; background-position: center bottom; position: absolute; top: -133px; right: 0; left: 0; }
@media all and (min-width: 1200px) { .whiteDiv:before { background-repeat: repeat-x; } }

.whiteDiv { background-color: #fff; padding: 20px 0; position: relative; margin-top: -133px; }

.homeHeader img { margin-bottom: -150px; z-index: 1; position: relative; }

.homeChecklist img { width: 100%; max-width: 265px; }
@media all and (min-width: 769px) { .homeChecklist img { float: left; } }
.homeChecklist p { font-family: "Oswald", sans-serif; font-weight: 700; font-style: normal; color: #404041; position: absolute; top: 35px; }
@media all and (min-width: 1200px) { .homeChecklist p { font-size: 40px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .homeChecklist p { font-size: 40px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .homeChecklist p { font-size: 24px; } }
@media all and (max-width: 767px) { .homeChecklist p { font-size: 32px; } }
@media all and (max-width: 480px) { .homeChecklist p { font-size: 28px; } }
@media all and (min-width: 992px) { .homeChecklist p { left: 60%; display: block; min-width: 250px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .homeChecklist p { left: 60%; min-width: 160px; } }
@media all and (max-width: 767px) { .homeChecklist p { left: 220px; } }
@media all and (max-width: 480px) { .homeChecklist p { left: 180px; } }
.homeChecklist .container { max-width: 800px; }
.homeChecklist .cl-items > div { position: relative; }
@media all and (max-width: 767px) { .homeChecklist .cl-items > div { padding-top: 15px; padding-bottom: 15px; } }
@media all and (min-width: 768px) { .homeChecklist .cl-items > div:nth-child(2) { margin-top: 90px; } }
@media all and (min-width: 768px) { .homeChecklist .cl-items:nth-child(2) { position: relative; margin-top: -50px; }
  .homeChecklist .cl-items:nth-child(2) p { left: 65% !important; } }
@media all and (min-width: 768px) { .homeChecklist .cl-items:nth-child(2) img { position: relative; left: 35px; } }

div p.cursive { font-family: "pacificoregular", cursive; font-weight: 400; font-style: normal; font-style: italic; padding: 40px 0; }
@media all and (min-width: 1200px) { div p.cursive { font-size: 32px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { div p.cursive { font-size: 32px; } }
@media all and (min-width: 768px) and (max-width: 992px) { div p.cursive { font-size: 30px; } }
@media all and (max-width: 767px) { div p.cursive { font-size: 30px; } }
@media all and (max-width: 480px) { div p.cursive { font-size: 28px; } }

.homeIntro { background-color: #9c1521; padding: 135px 0 300px; margin-top: -80px; }
.homeIntro .container { max-width: 800px; }
.homeIntro h1 { font-family: "Oswald", sans-serif; font-weight: 700; font-style: normal; color: #fff; margin-bottom: 60px; }
@media all and (min-width: 1200px) { .homeIntro h1 { font-size: 40px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .homeIntro h1 { font-size: 36px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .homeIntro h1 { font-size: 32px; } }
@media all and (max-width: 767px) { .homeIntro h1 { font-size: 32px; } }
@media all and (max-width: 480px) { .homeIntro h1 { font-size: 28px; } }
.homeIntro p { color: #fff; font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; }
@media all and (min-width: 1200px) { .homeIntro p { font-size: 20px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .homeIntro p { font-size: 20px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .homeIntro p { font-size: 18px; } }
@media all and (max-width: 767px) { .homeIntro p { font-size: 18px; } }
@media all and (max-width: 480px) { .homeIntro p { font-size: 16px; } }
.homeIntro p a:link, .homeIntro p a:visited, .homeIntro p a:hover, .homeIntro p a:active { font-weight: 700; color: #fff; text-decoration: underline; }
@media all and (min-width: 1200px) { .homeIntro img { min-width: 360px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .homeIntro img { min-width: 340px; } }
@media all and (min-width: 992px) and (max-width: 1124px) { .homeIntro img { min-width: 260px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .homeIntro img { max-width: 300px; width: 100%; margin: 15px auto; display: block; } }
@media all and (max-width: 767px) { .homeIntro img { max-width: 300px; width: 100%; margin: 15px auto; display: block; } }
.homeIntro img.lastimg { max-width: 440px; min-width: 0px; float: right; margin-bottom: -180px; position: relative; z-index: 2; }

.homeBottom { padding-bottom: 0; }
.homeBottom .container { max-width: 800px; }
@media all and (min-width: 768px) { .homeBottom .container { margin-top: -130px; } }
@media all and (min-width: 768px) { .homeBottom img { width: 320px; max-width: none; } }
@media all and (max-width: 767px) { .homeBottom img { width: 280px; max-width: none; margin: 0 auto; display: block; } }
@media all and (min-width: 768px) { .homeBottom .meatball { padding-top: 130px; } }
.homeBottom .meatball p:nth-child(1) { color: #9c1521; font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; }
@media all and (min-width: 1200px) { .homeBottom .meatball p:nth-child(1) { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .homeBottom .meatball p:nth-child(1) { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .homeBottom .meatball p:nth-child(1) { font-size: 28px; } }
@media all and (max-width: 767px) { .homeBottom .meatball p:nth-child(1) { font-size: 28px; } }
@media all and (max-width: 480px) { .homeBottom .meatball p:nth-child(1) { font-size: 26px; } }
.homeBottom .meatball p:nth-child(2) { color: #404041; font-family: "pacificoregular", cursive; font-weight: 400; font-style: normal; }
@media all and (min-width: 1200px) { .homeBottom .meatball p:nth-child(2) { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .homeBottom .meatball p:nth-child(2) { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .homeBottom .meatball p:nth-child(2) { font-size: 28px; } }
@media all and (max-width: 767px) { .homeBottom .meatball p:nth-child(2) { font-size: 28px; } }
@media all and (max-width: 480px) { .homeBottom .meatball p:nth-child(2) { font-size: 26px; } }

.headerHold { padding-bottom: 70px; }
.headerHold h1 { color: #9c1521; text-align: center; text-transform: uppercase; font-family: "press_styleregular", sans-serif; font-weight: 400; font-style: normal; }
@media all and (min-width: 1200px) { .headerHold h1 { font-size: 130px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .headerHold h1 { font-size: 130px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .headerHold h1 { font-size: 120px; } }
@media all and (max-width: 767px) { .headerHold h1 { font-size: 100px; } }
@media all and (max-width: 480px) { .headerHold h1 { font-size: 80px; } }
.headerHold h2 { color: #404041; text-align: center; font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; margin-bottom: 40px; }
@media all and (min-width: 1200px) { .headerHold h2 { font-size: 40px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .headerHold h2 { font-size: 40px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .headerHold h2 { font-size: 38px; } }
@media all and (max-width: 767px) { .headerHold h2 { font-size: 36px; } }
@media all and (max-width: 480px) { .headerHold h2 { font-size: 32px; } }
.headerHold h3 { font-family: "pacificoregular", cursive; font-weight: 400; font-style: normal; margin: 25px 0; color: #404041; text-align: center; }
@media all and (min-width: 1200px) { .headerHold h3 { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .headerHold h3 { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .headerHold h3 { font-size: 28px; } }
@media all and (max-width: 767px) { .headerHold h3 { font-size: 28px; } }
@media all and (max-width: 480px) { .headerHold h3 { font-size: 26px; } }
.headerHold p { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { .headerHold p { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .headerHold p { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .headerHold p { font-size: 16px; } }
@media all and (max-width: 767px) { .headerHold p { font-size: 16px; } }
@media all and (max-width: 480px) { .headerHold p { font-size: 14px; } }
.headerHold p a:link, .headerHold p a:visited, .headerHold p a:hover, .headerHold p a:active { color: #9c1521; font-weight: 700; text-decoration: underline; }
.headerHold p.centerThis { text-align: center; }
.headerHold .container { max-width: 800px; }

.aboutHeader { background-size: 100%; background-position: center; background-repeat: no-repeat; }
@media all and (min-width: 750px) { .aboutHeader { background-image: url(images/about-header.png); } }
@media all and (min-width: 1200px) { .aboutHeader .container { max-width: 800px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .aboutHeader .container { max-width: 700px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .aboutHeader .container { max-width: 600px; } }
@media all and (max-width: 767px) { .aboutHeader .container { max-width: 500px; } }
@media all and (max-width: 480px) { .aboutHeader .container { max-width: none; } }

.aboutIntro img.cupcake { max-width: 256px; margin: -150px auto 40px; display: block; }
.aboutIntro .container { max-width: 800px; }
.aboutIntro .birthday p { color: #9c1521; font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; text-align: center; margin-bottom: 40px; }
@media all and (min-width: 1200px) { .aboutIntro .birthday p { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .aboutIntro .birthday p { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .aboutIntro .birthday p { font-size: 28px; } }
@media all and (max-width: 767px) { .aboutIntro .birthday p { font-size: 28px; } }
@media all and (max-width: 480px) { .aboutIntro .birthday p { font-size: 26px; } }
.aboutIntro .theInvite img:nth-child(1) { max-width: 56px; float: left; margin: 0 20px 10px 0px; }
.aboutIntro .theInvite img:nth-child(5) { max-width: 30px; float: left; margin: 10px 0px 0px 15px; }
.aboutIntro .theInvite p { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { .aboutIntro .theInvite p { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .aboutIntro .theInvite p { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .aboutIntro .theInvite p { font-size: 16px; } }
@media all and (max-width: 767px) { .aboutIntro .theInvite p { font-size: 16px; } }
@media all and (max-width: 480px) { .aboutIntro .theInvite p { font-size: 14px; } }
.aboutIntro .theInvite p a:link, .aboutIntro .theInvite p a:visited, .aboutIntro .theInvite p a:hover, .aboutIntro .theInvite p a:active { color: #9c1521; font-weight: 700; text-decoration: underline; }
.aboutIntro .theInvite p:nth-child(3) { font-weight: 700; }
.aboutIntro .theInvite p:nth-child(4) { color: #9c1521; float: left; font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; }
@media all and (min-width: 1200px) { .aboutIntro .theInvite p:nth-child(4) { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .aboutIntro .theInvite p:nth-child(4) { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .aboutIntro .theInvite p:nth-child(4) { font-size: 28px; } }
@media all and (max-width: 767px) { .aboutIntro .theInvite p:nth-child(4) { font-size: 28px; } }
@media all and (max-width: 480px) { .aboutIntro .theInvite p:nth-child(4) { font-size: 26px; } }

.aboutUs { padding-bottom: 110px; }
.aboutUs img { display: block; margin: 0 auto; width: 100%; }
@media all and (min-width: 768px) { .aboutUs img { max-width: 550px; margin-top: -200px; } }
@media all and (max-width: 767px) { .aboutUs img { max-width: 300px; margin-top: -160px; } }
.aboutUs h2 { color: #404041; text-align: center; font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; }
@media all and (min-width: 768px) { .aboutUs h2 { margin-bottom: 30px; } }
@media all and (max-width: 767px) { .aboutUs h2 { margin-bottom: 50px; } }
@media all and (min-width: 1200px) { .aboutUs h2 { font-size: 40px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .aboutUs h2 { font-size: 40px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .aboutUs h2 { font-size: 38px; } }
@media all and (max-width: 767px) { .aboutUs h2 { font-size: 36px; } }
@media all and (max-width: 480px) { .aboutUs h2 { font-size: 32px; } }
.aboutUs .container { max-width: 800px; }
.aboutUs .introduction > div:nth-child(1) p { font-family: "press_styleregular", sans-serif; font-weight: 400; font-style: normal; color: #9c1521; text-transform: uppercase; }
@media all and (min-width: 1200px) { .aboutUs .introduction > div:nth-child(1) p { font-size: 90px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .aboutUs .introduction > div:nth-child(1) p { font-size: 90px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .aboutUs .introduction > div:nth-child(1) p { font-size: 88px; } }
@media all and (max-width: 767px) { .aboutUs .introduction > div:nth-child(1) p { font-size: 80px; } }
@media all and (max-width: 480px) { .aboutUs .introduction > div:nth-child(1) p { font-size: 70px; } }
@media all and (min-width: 768px) { .aboutUs .introduction > div:nth-child(1) p { float: right; -ms-transform: rotate(-15deg); transform: rotate(-15deg); -webkit-transform: rotate(-15eg); -moz-transform: rotate(-15deg); } }
@media all and (max-width: 767px) { .aboutUs .introduction > div:nth-child(1) p { text-align: center; } }
.aboutUs .introduction > div:nth-child(2) p { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { .aboutUs .introduction > div:nth-child(2) p { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .aboutUs .introduction > div:nth-child(2) p { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .aboutUs .introduction > div:nth-child(2) p { font-size: 16px; } }
@media all and (max-width: 767px) { .aboutUs .introduction > div:nth-child(2) p { font-size: 16px; } }
@media all and (max-width: 480px) { .aboutUs .introduction > div:nth-child(2) p { font-size: 14px; } }
.aboutUs .introduction > div:nth-child(2) p a:link, .aboutUs .introduction > div:nth-child(2) p a:visited, .aboutUs .introduction > div:nth-child(2) p a:hover, .aboutUs .introduction > div:nth-child(2) p a:active { color: #9c1521; font-weight: 700; text-decoration: underline; }
@media all and (min-width: 768px) { .aboutUs .introduction > div:nth-child(2) p { margin-bottom: 40px; } }

.recipetIntro ul { list-style: none; padding-left: 0; }
.recipetIntro ul li { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; margin-bottom: 15px; background-image: url(images/li-item.png); background-size: 24px; background-position: left top; background-repeat: no-repeat; padding-left: 45px; min-height: 55px; }
@media all and (min-width: 1200px) { .recipetIntro ul li { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .recipetIntro ul li { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .recipetIntro ul li { font-size: 16px; } }
@media all and (max-width: 767px) { .recipetIntro ul li { font-size: 16px; } }
@media all and (max-width: 480px) { .recipetIntro ul li { font-size: 14px; } }
.recipetIntro p { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { .recipetIntro p { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .recipetIntro p { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .recipetIntro p { font-size: 16px; } }
@media all and (max-width: 767px) { .recipetIntro p { font-size: 16px; } }
@media all and (max-width: 480px) { .recipetIntro p { font-size: 14px; } }
@media all and (min-width: 768px) { .recipetIntro p { margin-top: 50px; } }
@media all and (max-width: 767px) { .recipetIntro p { margin-top: 30px; } }
.recipetIntro h3 { font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; color: #9c1521; margin-bottom: 15px; }
@media all and (min-width: 1200px) { .recipetIntro h3 { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .recipetIntro h3 { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .recipetIntro h3 { font-size: 28px; } }
@media all and (max-width: 767px) { .recipetIntro h3 { font-size: 28px; } }
@media all and (max-width: 480px) { .recipetIntro h3 { font-size: 26px; } }
.recipetIntro img { display: block; }
@media all and (min-width: 768px) { .recipetIntro img { margin: -160px auto 0px; } }
@media all and (max-width: 767px) { .recipetIntro img { margin: 0px auto 0px; } }
.recipetIntro .rListOne img { max-width: 215px; }
@media all and (max-width: 767px) { .recipetIntro .rListOne img { margin-top: -160px; } }
.recipetIntro .rListTwo img { max-width: 300px; }
.recipetIntro .container { max-width: 800px; }

.recipeSteps { padding: 90px 0 70px; }
.recipeSteps ul { padding-left: 0; list-style: none; }
.recipeSteps ul li:nth-child(1) { background-image: url("images/r-1.png"); }
.recipeSteps ul li:nth-child(2) { background-image: url("images/r-2.png"); }
.recipeSteps ul li:nth-child(3) { background-image: url("images/r-3.png"); }
.recipeSteps ul li:nth-child(4) { background-image: url("images/r-4.png"); }
.recipeSteps ul li:nth-child(5) { background-image: url("images/r-5.png"); }
.recipeSteps ul li { background-repeat: no-repeat; background-position: left top; }
@media all and (min-width: 1200px) { .recipeSteps ul li { background-size: 90px; padding-left: 125px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .recipeSteps ul li { background-size: 90px; padding-left: 125px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .recipeSteps ul li { background-size: 70px; padding-left: 90px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .recipeSteps ul li { background-size: 50px; padding-left: 70px; } }
@media all and (max-width: 767px) { .recipeSteps ul li { background-size: 50px; padding-left: 70px; } }
.recipeSteps ul li h3 { font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; color: #9c1521; margin-bottom: 25px; }
@media all and (min-width: 1200px) { .recipeSteps ul li h3 { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .recipeSteps ul li h3 { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .recipeSteps ul li h3 { font-size: 28px; } }
@media all and (max-width: 767px) { .recipeSteps ul li h3 { font-size: 28px; } }
@media all and (max-width: 480px) { .recipeSteps ul li h3 { font-size: 26px; } }
.recipeSteps ul li p { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { .recipeSteps ul li p { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .recipeSteps ul li p { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .recipeSteps ul li p { font-size: 16px; } }
@media all and (max-width: 767px) { .recipeSteps ul li p { font-size: 16px; } }
@media all and (max-width: 480px) { .recipeSteps ul li p { font-size: 14px; } }
.recipeSteps .last-item { margin: 25px auto; }
@media all and (min-width: 768px) { .recipeSteps .last-item { max-width: 350px; } }
@media all and (max-width: 767px) { .recipeSteps .last-item { max-width: 270px; } }
@media all and (max-width: 480px) { .recipeSteps .last-item { max-width: 240px; } }
.recipeSteps .last-item div { background-image: url(images/r-6.png); background-repeat: no-repeat; background-position: left top; float: left; margin-top: 10px; }
@media all and (min-width: 1200px) { .recipeSteps .last-item div { background-size: 90px; height: 90px; width: 90px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .recipeSteps .last-item div { background-size: 90px; height: 90px; width: 90px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .recipeSteps .last-item div { background-size: 70px; height: 70px; width: 70px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .recipeSteps .last-item div { background-size: 50px; height: 50px; width: 50px; } }
@media all and (max-width: 767px) { .recipeSteps .last-item div { background-size: 50px; height: 50px; width: 50px; margin-right: 15px; } }
.recipeSteps .last-item p { font-family: "press_styleregular", sans-serif; font-weight: 400; font-style: normal; color: #9c1521; text-transform: uppercase; }
@media all and (min-width: 1200px) { .recipeSteps .last-item p { font-size: 90px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .recipeSteps .last-item p { font-size: 90px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .recipeSteps .last-item p { font-size: 88px; } }
@media all and (max-width: 767px) { .recipeSteps .last-item p { font-size: 80px; } }
@media all and (max-width: 480px) { .recipeSteps .last-item p { font-size: 70px; } }
@media all and (min-width: 768px) { .recipeSteps .last-item p { float: right; -ms-transform: rotate(-15deg); transform: rotate(-15deg); -webkit-transform: rotate(-15eg); -moz-transform: rotate(-15deg); } }
.recipeSteps .container { max-width: 800px; }

.dinnerPhoto:after { display: none; }

.dinnerPhoto { padding-bottom: 150px; margin-bottom: 0; }
.dinnerPhoto img { margin: -180px auto 0; display: block; }
.dinnerPhoto .container { max-width: 800px; }

.meatballMap { background-image: url(images/meatballmap.png); background-repeat: no-repeat; background-size: 100%; background-position: center; padding: 50px 0 135px; }
.meatballMap .metaslider { margin: 0 auto; border: 10px solid #fff; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
.meatballMap .flex-prev { opacity: 1; }
.meatballMap .flex-next { opacity: 1; }
.meatballMap .flex-direction-nav { width: 100%; position: absolute; }
.meatballMap .flex-direction-nav a { width: 104px; height: 104px; display: block; border: none; background-size: cover; background-position: center; background-repeat: no-repeat; }
.meatballMap .flex-direction-nav .flex-prev { background-image: url(images/nav-prev.png); }
@media all and (min-width: 768px) { .meatballMap .flex-direction-nav .flex-prev { left: -120px !important; top: -130px !important; opacity: 1 !important; } }
@media all and (max-width: 767px) { .meatballMap .flex-direction-nav .flex-prev { position: relative; top: 0 !important; left: 0 !important; margin-top: 130px; float: left; } }
.meatballMap .flex-direction-nav .flex-prev:hover { background-image: url(images/nav-prev-blk.png); }
@media all and (min-width: 768px) { .meatballMap .flex-direction-nav .flex-prev:hover { left: -120px !important; } }
@media all and (max-width: 767px) { .meatballMap .flex-direction-nav .flex-prev:hover { left: 0px !important; } }
.meatballMap .flex-direction-nav .flex-next { background-image: url(images/nav-next.png); }
@media all and (min-width: 768px) { .meatballMap .flex-direction-nav .flex-next { right: -120px !important; top: -130px !important; opacity: 1 !important; } }
@media all and (max-width: 767px) { .meatballMap .flex-direction-nav .flex-next { position: relative; top: 0 !important; right: 0 !important; margin-top: 130px; float: right; } }
.meatballMap .flex-direction-nav .flex-next:hover { background-image: url(images/nav-next-blk.png); }
@media all and (min-width: 768px) { .meatballMap .flex-direction-nav .flex-next:hover { right: -120px !important; } }
@media all and (max-width: 767px) { .meatballMap .flex-direction-nav .flex-next:hover { right: 0px !important; } }
.meatballMap .caption-wrap { min-height: 125px; padding-top: 20px; text-align: center; background-color: #fff !important; opacity: 1 !important; bottom: -125px !important; border: 10px solid #fff; right: -10px !important; left: -10px !important; width: auto !important; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5); }
.meatballMap .caption-wrap .caption { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { .meatballMap .caption-wrap .caption { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .meatballMap .caption-wrap .caption { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .meatballMap .caption-wrap .caption { font-size: 16px; } }
@media all and (max-width: 767px) { .meatballMap .caption-wrap .caption { font-size: 16px; } }
@media all and (max-width: 480px) { .meatballMap .caption-wrap .caption { font-size: 14px; } }

.blogHold { padding-bottom: 100px; }
.blogHold h3 { font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { .blogHold h3 { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .blogHold h3 { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .blogHold h3 { font-size: 28px; } }
@media all and (max-width: 767px) { .blogHold h3 { font-size: 28px; } }
@media all and (max-width: 480px) { .blogHold h3 { font-size: 26px; } }
.blogHold h3 a:link, .blogHold h3 a:visited, .blogHold h3 a:hover, .blogHold h3 a:active { color: #404041; }
.blogHold p { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { .blogHold p { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .blogHold p { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .blogHold p { font-size: 16px; } }
@media all and (max-width: 767px) { .blogHold p { font-size: 16px; } }
@media all and (max-width: 480px) { .blogHold p { font-size: 14px; } }
.blogHold p a:link, .blogHold p a:visited, .blogHold p a:hover, .blogHold p a:active { color: #9c1521; font-weight: 400; }
.blogHold .post { margin-bottom: 35px; }

.sidebar h3 { font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; color: #9c1521; }
@media all and (min-width: 1200px) { .sidebar h3 { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .sidebar h3 { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .sidebar h3 { font-size: 28px; } }
@media all and (max-width: 767px) { .sidebar h3 { font-size: 28px; } }
@media all and (max-width: 480px) { .sidebar h3 { font-size: 26px; } }
.sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; background-color: transparent; }
@media all and (min-width: 1200px) { .sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active { font-size: 16px; } }
@media all and (max-width: 767px) { .sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active { font-size: 16px; } }
@media all and (max-width: 480px) { .sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active { font-size: 14px; } }

div article { padding-bottom: 100px; }
div article h1 { font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { div article h1 { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { div article h1 { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { div article h1 { font-size: 28px; } }
@media all and (max-width: 767px) { div article h1 { font-size: 28px; } }
@media all and (max-width: 480px) { div article h1 { font-size: 26px; } }
div article h1 a:link, div article h1 a:visited, div article h1 a:hover, div article h1 a:active { font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { div article h1 a:link, div article h1 a:visited, div article h1 a:hover, div article h1 a:active { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { div article h1 a:link, div article h1 a:visited, div article h1 a:hover, div article h1 a:active { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { div article h1 a:link, div article h1 a:visited, div article h1 a:hover, div article h1 a:active { font-size: 28px; } }
@media all and (max-width: 767px) { div article h1 a:link, div article h1 a:visited, div article h1 a:hover, div article h1 a:active { font-size: 28px; } }
@media all and (max-width: 480px) { div article h1 a:link, div article h1 a:visited, div article h1 a:hover, div article h1 a:active { font-size: 26px; } }
div article p { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { div article p { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { div article p { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { div article p { font-size: 16px; } }
@media all and (max-width: 767px) { div article p { font-size: 16px; } }
@media all and (max-width: 480px) { div article p { font-size: 14px; } }
div article a:link, div article a:visited, div article a:hover, div article a:active { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #9c1521; text-decoration: underline; }
@media all and (min-width: 1200px) { div article a:link, div article a:visited, div article a:hover, div article a:active { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { div article a:link, div article a:visited, div article a:hover, div article a:active { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { div article a:link, div article a:visited, div article a:hover, div article a:active { font-size: 16px; } }
@media all and (max-width: 767px) { div article a:link, div article a:visited, div article a:hover, div article a:active { font-size: 16px; } }
@media all and (max-width: 480px) { div article a:link, div article a:visited, div article a:hover, div article a:active { font-size: 14px; } }

.single-post { padding-bottom: 50px; }
.single-post .post-navigation a:link, .single-post .post-navigation a:visited, .single-post .post-navigation a:hover, .single-post .post-navigation a:active { color: #9c1521; }

.connectSoc { padding: 50px 0 50px 90px; background-repeat: no-repeat; background-position: left center; font-family: "Noto Sans", sans-serif; font-weight: 700; font-style: normal; color: #9c1521; display: block; max-width: 300px; margin: 0 auto 45px; clear: both; width: 100%; }
@media all and (min-width: 1200px) { .connectSoc { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .connectSoc { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .connectSoc { font-size: 16px; } }
@media all and (max-width: 767px) { .connectSoc { font-size: 16px; } }
@media all and (max-width: 480px) { .connectSoc { font-size: 14px; } }
.connectSoc.fb { background-image: url(images/soc/fbb-b.png); background-size: 47px 98px; }
.connectSoc.fb:hover { color: #404041; background-image: url(images/soc/fbb-r.png); }
.connectSoc.tw { background-image: url(images/soc/twb-b.png); background-size: 87px 80px; }
.connectSoc.tw:hover { color: #404041; background-image: url(images/soc/twb-r.png); }
.connectSoc.ig { background-image: url(images/soc/igb-b.png); background-size: 88px 85px; }
.connectSoc.ig:hover { color: #404041; background-image: url(images/soc/igb-r.png); }

.socContain { overflow: hidden; clear: both; margin: 0 auto; }
@media all and (min-width: 768px) { .socContain { max-height: 550px; } }
@media all and (max-width: 767px) { .socContain { max-width: 300px; } }

#instafeed:after { height: 5px; position: absolute; bottom: 0; background-color: #E9E9E9; left: 0; right: 0; z-index: 1; }

#instafeed { overflow: hidden; position: relative; margin-top: -110px; }
@media all and (max-width: 768px) { #instafeed .instaImg { position: relative; }
  #instafeed .instaImg span { max-width: 210px !important; }
  #instafeed .instaImg:hover span { right: 75px !important; left: 75px !important; } }
#instafeed .instaImg:hover span { opacity: 1; -webkit-transition: 0.5s; transition: 0.5s; background-size: 60px; top: 35px; right: 35px; bottom: 35px; left: 35px; margin: auto; width: auto; box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4); }
#instafeed .instaImg:after { content: ""; display: block; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
@media all and (min-width: 769px) { #instafeed .instaImg { float: left; width: 20%; padding: 15px; position: relative; } }
@media all and (max-width: 768px) { #instafeed .instaImg { float: none; width: 100%; padding: 15px; margin: 0 auto; } }
#instafeed .instaImg img { border: 5px solid #fff; box-shadow: 0px 0px 3px 0px #ccc; max-width: 260px; margin: 0 auto; width: 100%; display: block; }
#instafeed .instaImg span { max-width: 260px; margin: 0 auto; width: auto; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background-color: rgba(204, 204, 204, 0.5); background-image: url(images/heart-symbol.png); background-position: center 52%; background-size: 50%; background-repeat: no-repeat; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s; }
#instafeed .instaImg span p { display: block; height: 20px; width: 30px; position: absolute; margin: auto; text-align: center; top: 0; right: 0; bottom: 0; left: 0; color: #fff; }

#instaPull:after { height: 5px; position: absolute; bottom: 0; background-color: #E9E9E9; left: 0; right: 0; z-index: 1; }

#instaPull { overflow: hidden; position: relative; padding-left: 10px; }

@media all and (max-width: 768px) { #instaPull .instaImg { position: relative; }
  #instaPull .instaImg span { max-width: 210px !important; }
  #instaPull .instaImg:hover span { right: 35px !important; left: 35px !important; } }
#instaPull .instaImg:hover span { opacity: 1; -webkit-transition: 0.5s; transition: 0.5s; background-size: 40px; top: 35px; right: 35px; bottom: 35px; left: 35px; margin: auto; width: auto; box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4); }

#instaPull .instaImg:after { content: ""; display: block; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

@media all and (min-width: 769px) { #instaPull .instaImg { float: left; width: 47%; padding: 15px; position: relative; } }
@media all and (max-width: 768px) { #instaPull .instaImg { float: none; width: 100%; padding: 15px; margin: 0 auto; } }
#instaPull .instaImg img { border: 5px solid #fff; box-shadow: 0px 0px 3px 0px #ccc; max-width: 260px; margin: 0 auto; width: 100%; display: block; }

#instaPull .instaImg span { max-width: 260px; margin: 0 auto; width: auto; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background-color: rgba(242, 232, 217, 0.5); background-image: url(images/heart-symbol.png); background-position: center 52%; background-size: 50%; background-repeat: no-repeat; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s; }

#instaPull .instaImg span p { display: block; height: 20px; width: 30px; position: absolute; margin: auto; text-align: center; top: 0; right: 0; bottom: 0; left: 0; color: #fff; }

.formDiv { padding: 100px 0; text-align: center; }
.formDiv h2 { font-family: "Oswald", sans-serif; font-weight: 700; font-style: normal; color: #404041; }
@media all and (min-width: 1200px) { .formDiv h2 { font-size: 40px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .formDiv h2 { font-size: 40px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .formDiv h2 { font-size: 24px; } }
@media all and (max-width: 767px) { .formDiv h2 { font-size: 32px; } }
@media all and (max-width: 480px) { .formDiv h2 { font-size: 28px; } }
.formDiv h3 { font-family: "pacificoregular", cursive; font-weight: 400; font-style: normal; margin: 25px 0; color: #404041; }
@media all and (min-width: 1200px) { .formDiv h3 { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .formDiv h3 { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .formDiv h3 { font-size: 28px; } }
@media all and (max-width: 767px) { .formDiv h3 { font-size: 28px; } }
@media all and (max-width: 480px) { .formDiv h3 { font-size: 26px; } }
.formDiv a:link, .formDiv a:visited, .formDiv a:hover, .formDiv a:active { color: #9c1521; font-family: "Noto Sans", sans-serif; font-weight: 700; font-style: normal; }
@media all and (min-width: 1200px) { .formDiv a:link, .formDiv a:visited, .formDiv a:hover, .formDiv a:active { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .formDiv a:link, .formDiv a:visited, .formDiv a:hover, .formDiv a:active { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .formDiv a:link, .formDiv a:visited, .formDiv a:hover, .formDiv a:active { font-size: 16px; } }
@media all and (max-width: 767px) { .formDiv a:link, .formDiv a:visited, .formDiv a:hover, .formDiv a:active { font-size: 14px; } }
@media all and (max-width: 480px) { .formDiv a:link, .formDiv a:visited, .formDiv a:hover, .formDiv a:active { font-size: 12px; } }
.formDiv p { font-family: "Noto Sans", sans-serif; font-weight: 700; font-style: normal; color: #404041; margin: 30px 0; }
@media all and (min-width: 1200px) { .formDiv p { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .formDiv p { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .formDiv p { font-size: 16px; } }
@media all and (max-width: 767px) { .formDiv p { font-size: 14px; } }
@media all and (max-width: 480px) { .formDiv p { font-size: 12px; } }
.formDiv form { text-align: left !important; }

#mc4wp-form-1 label { float: right; color: #fff; font-family: "Noto Sans", sans-serif; font-weight: 700; font-style: normal; }
@media all and (min-width: 1200px) { #mc4wp-form-1 label { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { #mc4wp-form-1 label { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { #mc4wp-form-1 label { font-size: 16px; } }
@media all and (max-width: 767px) { #mc4wp-form-1 label { font-size: 14px; } }
@media all and (max-width: 480px) { #mc4wp-form-1 label { font-size: 12px; } }

.mc4wp-alert { float: left; clear: both; }

form.centered, form.wpcf7-form { max-width: 482px; margin: 0 auto; }
form input[type="text"], form input[type="email"] { height: 50px !important; width: 100%; border: 5px solid #BBBCBE; padding: 0px 15px; font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; color: #404041; background-image: url(images/formspec.png); background-position: left center; background-size: auto 100%; background-repeat: no-repeat; }
@media all and (min-width: 1200px) { form input[type="text"], form input[type="email"] { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { form input[type="text"], form input[type="email"] { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { form input[type="text"], form input[type="email"] { font-size: 16px; } }
@media all and (max-width: 767px) { form input[type="text"], form input[type="email"] { font-size: 14px; } }
@media all and (max-width: 480px) { form input[type="text"], form input[type="email"] { font-size: 12px; } }
form input[type="submit"] { background-color: #9c1521; border-radius: 5px; text-align: center; color: #fff; font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; border: 0px solid transparent; padding: 13px; width: 100%; max-width: 250px; }
@media all and (min-width: 1200px) { form input[type="submit"] { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { form input[type="submit"] { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { form input[type="submit"] { font-size: 16px; } }
@media all and (max-width: 767px) { form input[type="submit"] { font-size: 14px; } }
@media all and (max-width: 480px) { form input[type="submit"] { font-size: 12px; } }
form input[type="submit"]:hover { background-color: #404041; }
form input[type="file"] { height: 50px; -webkit-appearance: none; opacity: 0; position: relative; z-index: 1; width: 100%; }
form textarea { height: 130px !important; width: 100%; border: 5px solid #BBBCBE; padding: 15px; font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; color: #404041; background-image: url(images/formspec.png); background-position: left center; background-size: auto 100%; background-repeat: repeat-y; background-size: 110px; }
@media all and (min-width: 1200px) { form textarea { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { form textarea { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { form textarea { font-size: 16px; } }
@media all and (max-width: 767px) { form textarea { font-size: 14px; } }
@media all and (max-width: 480px) { form textarea { font-size: 12px; } }
form label#fileName { font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; color: #404041; position: absolute; left: 15px; top: 12px; }
@media all and (min-width: 1200px) { form label#fileName { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { form label#fileName { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { form label#fileName { font-size: 16px; } }
@media all and (max-width: 767px) { form label#fileName { font-size: 14px; } }
@media all and (max-width: 480px) { form label#fileName { font-size: 12px; } }
form fieldset { position: relative; }
form fieldset span.photoInput:before { content: "Upload"; display: block; padding: 15px; color: #fff; text-align: center; float: right; top: -5px; bottom: -5px; right: -5px; position: absolute; background-color: #9c1521; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; }
@media all and (min-width: 768px) { form fieldset span.photoInput:before { width: 25%; } }
@media all and (max-width: 767px) { form fieldset span.photoInput:before { width: 35%; } }
@media all and (min-width: 1200px) { form fieldset span.photoInput:before { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { form fieldset span.photoInput:before { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { form fieldset span.photoInput:before { font-size: 16px; } }
@media all and (max-width: 767px) { form fieldset span.photoInput:before { font-size: 14px; } }
@media all and (max-width: 480px) { form fieldset span.photoInput:before { font-size: 12px; } }
form fieldset span.photoInput { width: 100%; border-radius: 5px; position: absolute; border: 5px solid #BBBCBE; top: 0; left: 0; right: 0; bottom: 0; }

#colophon:before { content: ""; display: block; height: 28px; background-image: url(images/footertop.png); position: absolute; top: -26px; right: 0; left: 0; background-repeat: no-repeat; background-position: center bottom; background-size: auto 100%; }

#colophon { background-color: #4d4d4f; position: relative; background-image: url(images/footspec.png); background-size: 80%; background-repeat: no-repeat; background-position: center top; }
@media all and (min-width: 768px) { #colophon { padding: 50px 0; } }
@media all and (max-width: 767px) { #colophon { padding: 25px 0; } }
#colophon hgroup { padding: 0 15px; }
#colophon h2 { color: #fff; font-family: "Oswald", sans-serif; font-weight: 400; font-style: normal; }
@media all and (min-width: 1200px) { #colophon h2 { font-size: 30px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { #colophon h2 { font-size: 30px; } }
@media all and (min-width: 768px) and (max-width: 992px) { #colophon h2 { font-size: 28px; } }
@media all and (max-width: 767px) { #colophon h2 { font-size: 26px; } }
@media all and (max-width: 480px) { #colophon h2 { font-size: 24px; } }
#colophon h3 { color: #fff; margin: 0; font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; }
@media all and (min-width: 1200px) { #colophon h3 { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { #colophon h3 { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { #colophon h3 { font-size: 16px; } }
@media all and (max-width: 767px) { #colophon h3 { font-size: 16px; } }
@media all and (max-width: 480px) { #colophon h3 { font-size: 14px; } }

.footerMid { background-color: #404041; background-image: url(images/footspec.png); background-size: 80%; background-repeat: no-repeat; background-position: center bottom; }
@media all and (min-width: 768px) { .footerMid { padding: 30px 0; } }
@media all and (max-width: 767px) { .footerMid { padding: 20px 0; } }
.footerMid img { width: 100%; max-width: 144px; display: block; margin: 0 auto; }
.footerMid p { color: #fff; text-align: center; margin: 35px 0px; font-family: "Noto Sans", sans-serif; font-weight: 700; font-style: normal; }
@media all and (min-width: 1200px) { .footerMid p { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .footerMid p { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .footerMid p { font-size: 16px; } }
@media all and (max-width: 767px) { .footerMid p { font-size: 14px; } }
@media all and (max-width: 480px) { .footerMid p { font-size: 12px; } }
.footerMid .socialHold .icons { max-width: 220px; margin: 0 auto; }
.footerMid .socialHold .icons a:link, .footerMid .socialHold .icons a:visited, .footerMid .socialHold .icons a:hover, .footerMid .socialHold .icons a:active { display: inline-block; height: 70px; width: 70px; text-align: center; background-position: center; background-repeat: no-repeat; }
.footerMid .socialHold .icons .fb { background-image: url(images/soc/fb-g.png); background-size: 25px 53px; }
.footerMid .socialHold .icons .fb:hover { background-image: url(images/soc/fb-r.png); transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.footerMid .socialHold .icons .tw { background-image: url(images/soc/tw-g.png); background-size: 48px 40px; }
.footerMid .socialHold .icons .tw:hover { background-image: url(images/soc/tw-r.png); transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.footerMid .socialHold .icons .ig { background-image: url(images/soc/ig-g.png); background-size: 49px 48px; }
.footerMid .socialHold .icons .ig:hover { background-image: url(images/soc/ig-r.png); transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.footerMid .socialHold .hastag a:link, .footerMid .socialHold .hastag a:visited, .footerMid .socialHold .hastag a:hover, .footerMid .socialHold .hastag a:active { text-align: center; color: #808184; display: inline-block; width: 100%; text-decoration: underline; font-family: "Noto Sans", sans-serif; font-weight: 400; font-style: normal; transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
@media all and (min-width: 1200px) { .footerMid .socialHold .hastag a:link, .footerMid .socialHold .hastag a:visited, .footerMid .socialHold .hastag a:hover, .footerMid .socialHold .hastag a:active { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .footerMid .socialHold .hastag a:link, .footerMid .socialHold .hastag a:visited, .footerMid .socialHold .hastag a:hover, .footerMid .socialHold .hastag a:active { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .footerMid .socialHold .hastag a:link, .footerMid .socialHold .hastag a:visited, .footerMid .socialHold .hastag a:hover, .footerMid .socialHold .hastag a:active { font-size: 16px; } }
@media all and (max-width: 767px) { .footerMid .socialHold .hastag a:link, .footerMid .socialHold .hastag a:visited, .footerMid .socialHold .hastag a:hover, .footerMid .socialHold .hastag a:active { font-size: 14px; } }
@media all and (max-width: 480px) { .footerMid .socialHold .hastag a:link, .footerMid .socialHold .hastag a:visited, .footerMid .socialHold .hastag a:hover, .footerMid .socialHold .hastag a:active { font-size: 12px; } }
.footerMid .socialHold .hastag a:hover { color: #9c1521; transiton: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.footerBottom { background-color: #323031; }
@media all and (min-width: 768px) { .footerBottom { padding: 40px 0; } }
@media all and (max-width: 767px) { .footerBottom { padding: 20px 0; } }
.footerBottom a:link, .footerBottom a:visited, .footerBottom a:hover, .footerBottom a:active { color: #4E4D4F; text-align: center; margin: 0 auto; display: block; font-family: "Noto Sans", sans-serif; font-weight: 700; font-style: normal; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
@media all and (min-width: 1200px) { .footerBottom a:link, .footerBottom a:visited, .footerBottom a:hover, .footerBottom a:active { font-size: 18px; } }
@media all and (min-width: 993px) and (max-width: 1200px) { .footerBottom a:link, .footerBottom a:visited, .footerBottom a:hover, .footerBottom a:active { font-size: 18px; } }
@media all and (min-width: 768px) and (max-width: 992px) { .footerBottom a:link, .footerBottom a:visited, .footerBottom a:hover, .footerBottom a:active { font-size: 16px; } }
@media all and (max-width: 767px) { .footerBottom a:link, .footerBottom a:visited, .footerBottom a:hover, .footerBottom a:active { font-size: 14px; } }
@media all and (max-width: 480px) { .footerBottom a:link, .footerBottom a:visited, .footerBottom a:hover, .footerBottom a:active { font-size: 12px; } }
.footerBottom a:hover { color: #fff; text-decoration: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
