/*
Theme Name: Bluedot Studio
Author: Jared King <hello@jaredking.io>
Version: 1.0
Text Domain: bluedot
*/

/**
 * fonts
 */
@font-face {
    font-family: 'Swiss 721 Heavy';
    src: url('./fonts/swiss-721-heavy-bt-webfont.woff2') format('woff2'),
         url('./fonts/swiss-721-heavy-bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Swiss 721 Heavy';
    src: url('./fonts/swiss-721-heavy-italic-bt-webfont.woff2') format('woff2'),
         url('./fonts/swiss-721-heavy-italic-bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

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

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/**
 * Typography
 */
body {
	color: #333;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: #000;
	font-family: 'Overpass', Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 12px;
	letter-spacing: 0.110em;
}

h1, .h1 {
	color: #0046a0;
	font-size: 50px;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 40px;
}

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

h3, .h3 {
	font-size: 30px;
}

h4, .h4 {
	font-size: 25px;
}

h5, .h5 {
	font-size: 20px;
}

h6, .h6 {
	font-size: 18px;
}

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

p {
	margin: 0 0 30px;
}

p + p.small {
	margin-top: -10px;
}

blockquote p:first-child:before {
	content: open-quote;
	display: inline;
}

blockquote p:last-of-type:after {
	content: close-quote;
	display: inline;
}

blockquote {
	background: #1b82bc;
	font-style: italic;
	margin: 0 0 30px;
	padding: 20px;
	text-align: center;
}

blockquote p {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 12px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote cite {
	display: block;
}

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

ol li,
ul li {

}

a {
	color: #0046a0;
	text-decoration: none;
}

a:hover {
	color: #40565e;
	text-decoration: none;
}

a:focus {
	color: inherit;
	outline: 0;
	text-decoration: none;
}

sub,
sup {
	font-size: 63%;
}

strong {
	font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

img.inline {
	display: inline;
}

.content img {
	outline: 1px solid #fff;
	outline-offset: -6px;
}

p.small {
	font-size: 13px;
	line-height: 24px;
}

hr {
	border-top: 1px solid #1b82bc;
	width: 80%;
}

.single-space {
	line-height: 1.2;
}

/* colors */
.black {
	color: #000;
}

.blue {
	color: #0046a0;
}

.white {
	color: #fff;
}

.gray {
	color: #7d7d7d;
}

.light-blue {
	color: #1b82bc;
}

.pink {
	color: #fc3269;
}

/* font weights */
.thin {
	font-weight: 100;
}

.extra-light {
	font-weight: 200;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.extra-bold {
	font-weight: 800;
}

.font-weight-black {
	font-weight: 900;
}

/* font styles */
.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.underline {
	text-decoration: underline;
}

.swiss-721-heavy {
	font-family: "Swiss 721 Heavy", "Arial Black", Arial, sans-serif;
}

/* alignment */
.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

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

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

/* buttons */
.button:focus,
.button {
	background: #0046a0;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	outline: none;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.button:hover {
	background: #07242e;
	color: #fff;
}


/* forms */
::-webkit-input-placeholder {
	color: #1b82bc;
	color: rgba( 27, 130, 188, 0.5);
	font-family: 'Open Sans', Arial, sans-serif;
}

:-moz-placeholder {
	color: #1b82bc;
	color: rgba( 27, 130, 188, 0.5);
	font-family: 'Open Sans', Arial, sans-serif;
}

::-moz-placeholder {
	color: #1b82bc;
	color: rgba( 27, 130, 188, 0.5);
	font-family: 'Open Sans', Arial, sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #1b82bc;
	color: rgba( 27, 130, 188, 0.5);
	font-family: 'Open Sans', Arial, sans-serif;
}

textarea,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="text"] {
	background: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #1b82bc;
	display: block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	outline: none;
	padding: 2px 10px;
	width: 100%;
}

textarea {
	height: 150px;
}

/**
 * Contact form 7
 */

.wpcf7 p {
	margin: 0 0 15px;
}

.wpcf7 .button {
	float: right;
}

div.wpcf7 .ajax-loader {
	background-image: url( './images/loader.svg' );
	height: 50px;
	margin: 0;
	width: 50px;
}

div.wpcf7-response-output {
	padding: 15px;
	margin: 0 0 30px;
}

span.wpcf7-not-valid-tip {
	font-size: 14px;
}

.contact-phone + .contact-email,
.contact-fax + .contact-email,
.contact-phone + .contact-fax {
	margin-top: -30px;
}

.page-template-contact .wpcf7 {
	padding-top: 90px;
}

/* clearing */
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clearfix:after,
.clear:after {
	clear: both;
}

/**
 * layout
 */
.container {
	max-width: 980px;
}

#main {
	padding-top: 70px;
}

.error404 #main {
	padding-top: 120px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 0;
}

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

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

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

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

a img.alignnone {
    margin: 0;
}

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

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

.wp-caption {
    padding: 0;
    margin-bottom: 30px;
}

.wp-caption.alignnone {
    margin: 0;
}

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

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

.wp-caption img {
}

.wp-caption .wp-caption-text {
    font-size: 14px;
	font-style: italic;
	line-height: 20px;
   	margin: 0;
    padding: 2px 5px;
    text-align: center;
}

.wp-video {
	margin-bottom: 20px;
}

img.inline {
	display: inline;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	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. */
}

/**
 * header
 */

#header {
	background: #fff;
	height: 70px;
	padding: 0;
	position: fixed;
		left: 0;
		top: 0;
	width: 100%;
	z-index: 1000;
}

#header #logo {
	position: absolute;
		left: 70px;
		top: 24px;
}

#main-menu {
	position: absolute;
		top: 18px;
		right: 70px;
}

#main-menu .menu {
	margin: 0;
	padding: 0;
	text-align: right;
}

#main-menu .menu-item {
	display: inline-block;
	margin-left: 70px;
}

#main-menu .menu-item a {
	color: #7d7d7d;
	font-size: 17px;
	font-weight: 400;
	text-transform: lowercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#mobile-nav-button {
	display: none;
}

.page-template-boxed #main-menu .menu-item a {
	color: #fff;
}

.page-template-boxed #main-menu .current-menu-item a,
.page-template-boxed #main-menu .menu-item a:hover,
#main-menu .current-menu-item a,
#main-menu .menu-item a:hover {
	color: #0046a0;
	font-weight: bold;
}

#main-menu .menu-item a::after {
    display:block;
    content:attr(data-title);
    font-weight:bold;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
    margin-bottom:-1px;
}

/**
 * footer
 */
#footer {
	padding: 0 70px 70px;
}

#footer .inner {
	border-top: 2px solid #7d7d7d;
}

.social,
#footer .container {
	padding-top: 30px;
}

#footer .container {
	width: 100%;
}

.social .instagram {
	background: #808080;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	display: block;
	color: #fff;
	float: right;
	font-size: 20px;
	height: 28px;
	line-height: 28px;
	margin-bottom: 20px;
	text-align: center;
	width: 28px;
}

.social .instagram.light {
	background: #fff;
	color: #07242e;
}

.social .instagram:hover {
	background: #0046a0;
}

.social .instagram.light:hover {
	background: #fc3269;
}

#footer .logo {
	display: block;
	height: auto;
	line-height: 28px;
	margin: 0 auto 20px;
	max-width: 100%;
	width: 100%;
}

#footer .logo img {
	display: inline-block;
	vertical-align: middle;
}

#footer .copyright {
	color: #000;
	font-size: 9px;
	line-height: 14px;
	text-align: right;
}

#footer .copyright a {
	color: #000;
}

#footer .logo-dot {
	margin: 0 auto;
}

/**
 * Parallax header
 */
.parallax-container {
	position: relative;
	overflow: hidden;
}

.parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateX(-50%);
	      transform: translateX(-50%);
}

.page-header {
	height: 145px;
	margin-bottom: 50px;
}



/**
 * Gallery
 */

.page-template-gallery .gallery-container {
	padding-top: 50px;
}

.grid {
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
	z-index: 1;
}

.grid-sizer,
.grid-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	float: left;
	margin-bottom: 20px;
	opacity: 0;
	position: relative;
	height: 140px;
	width: 25%;

	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.is-showing-items .grid-item {
	opacity: 1;
}

.grid-item.small_portrait {
	height: 300px;
	width: 25%;
}

.grid-item.small_landscape {
	/*height: 150px;*/
}

.grid-item.large_portrait {
	height: 620px;
	width: 50%;
}

.grid-item.large_landscape {
	height: 300px;
	width: 50%;
}

.grid-item-overlay {
	background: #1b82bc;
	background: rgba(27, 130, 188, 0.8 );
	cursor: pointer;
	display: block;
	opacity: 0;
	height: 100%;
	width: 100%;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.grid-item-overlay .icon {
	color: #fff;
	display: block;
	font-size: 40px;
	position: absolute;
		top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.grid-item:hover .grid-item-overlay {
	opacity: 1;
}

.mfp-counter,
.mfp-title {
	display: none;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before,
.mfp-arrow-right:after,
.mfp-arrow-right:before {
	border: none;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
	color: #0046a0;
	font-size: 52px;
	font-family: "Ionicons";
	opacity: 1;
}

.mfp-arrow-right:before {
	content: "\f3d3";
	margin-right: 70px;
}

.mfp-arrow-left:before {
	content: "\f3d2";
	margin-left: 70px;
}

/* overlay at start */

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  background: #fff;
  opacity: 1;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-ready .mfp-figure {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.53s ease-out;
}

.mfp-ready.mfp-image-loaded .mfp-figure {
	opacity: 1;
}

/**
 * Boxed layout
 */
.page-template-boxed .container.boxed {
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.page-template-boxed .container.boxed.white-bg {
	background: #fff;
	background: rgba( 255, 255, 255, 0.9 );
}

.page-template-boxed .container.boxed.black-bg {
	background: #fff;
	background: rgba( 0, 0, 0, 0.9 );
}

.page-template-boxed .container.boxed.black-bg h2,
.page-template-boxed .container.boxed.black-bg .h2,
.page-template-boxed .container.boxed.black-bg h3,
.page-template-boxed .container.boxed.black-bg .h3,
.page-template-boxed .container.boxed.black-bg h4,
.page-template-boxed .container.boxed.black-bg .h4,
.page-template-boxed .container.boxed.black-bg h5,
.page-template-boxed .container.boxed.black-bg .h5,
.page-template-boxed .container.boxed.black-bg h6,
.page-template-boxed .container.boxed.black-bg .h6 {
	color: #fff;
}

.page-template-boxed .container.boxed.black-bg {
	color: #ddd;
}

.page-template-boxed #header {
	background: #fc3269;
}

.page-template-boxed #main {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/**
 * Slideshow page header
 */

/* Slider */
.slick-slider {
    display: block;
    position: relative;

    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}

.page-header-slider {
	margin-bottom: 50px;
}

.page-header-slider .page-header-slide {
	background-position: center center;
	background-size: cover;
	height: 555px;
	width: 100%;
}

.page-header-slider .page-header-slide:first-child {
	display: block;
}

.page-header-slider .slick-dots {
	margin: 0;
	padding: 0;
	position: absolute;
		bottom: 24px;
	text-align: center;
	width: 100%;
}

.page-header-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.page-header-slider .slick-dots li button {
	background: #fff;
	border: 1px solid #a5a7aa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: none;
	position: relative;
	width: 20px;
}

.page-header-slider .slick-dots li.slick-active button:before {
	background: #37151f;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
		top: 4px;
		left: 4px;
	width: 10px;
}

.page-header-slider .slick-arrow {
	color: #fff;
	display: block;
	font-size: 60px;
	height: 60px;
	opacity: 0;
	position: absolute;
		top: 50%;
	-webkit-transform: translateY( -50% );
	-ms-transform: translateY( -50% );
	transform: translateY( -50% );
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 40px;
	z-index: 100;
}

.page-header-slider:hover .slick-arrow {
	opacity: 1;
}

.page-header-slider .slick-arrow:hover {
	color: #0046a0;
}

.page-header-slider .slick-next {
	right: 20px;
}

.page-header-slider .slick-prev {
	left: 20px;
}

@media( max-width: 1279px ) {

	.page-header-slider .page-header-slide {
		height: 450px;
	}

}

@media( max-width: 991px ) {

	#header #logo {
		left: 35px;
	}

	#header #main-menu {
		right: 35px;
	}

	#main-menu .menu-item {
		margin-left: 50px;
	}

	.grid-sizer,
	.grid-item {
		height: 110px;
	}

	.grid-item.large_portrait {
		height: 500px;
	}

	.grid-item.small_portrait,
	.grid-item.large_landscape {
		height: 240px;
	}

	.page-header-slider .page-header-slide {
		height: 375px;
	}

	#footer {
		padding: 0 35px 70px;
	}
}

@media( max-width: 768px ) {

	.container {
		padding-right: 20px;
		padding-left: 20px;
	}

	#header {
		height: 60px;
	}

	#main {
		padding-top: 60px;
	}

	#header #logo {
		left: 20px;
		top: 19px;
	}

	.grid-item.small_portrait,
	.grid-sizer,
	.grid-item {
		width: 50%;
	}

	.grid-item.small_portrait,
	.grid-item.large_portrait {
		height: 380px;
	}

	.grid-sizer,
	.grid-item,
	.grid-item.large_landscape {
		height: 180px;
	}

	#footer {
		padding: 0 20px 70px;
	}

	#footer .logo img {
		display: block;
		margin: 0 auto 10px;
	}

	#footer .logo-dot {
		-webkit-transform: translateX(18px);
    	-ms-transform: translateX(18px);
    	transform: translateX(18px);
	}

	/* mobile menu */
	#main-menu {
		position: static;
	}

	#main-menu .menu {
		text-align: left;
	}

	#main-menu .menu-item {
		display: block;
		margin-left: 0;
	}

	#main-menu .menu-item:hover,
	#main-menu .current-menu-item {
		background: #07242e;
	}

	.page-template-boxed #main-menu .menu-item a:hover,
	.page-template-boxed #main-menu .menu-item a,
	#main-menu .menu-item a:hover,
	#main-menu .menu-item a {
		color: #fff;
		display: block;
		padding: 10px 20px;
	}


	#mobile-nav-button {
		background: #0046a0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		color: #fff;
		display: block;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		position: absolute;
			top: 10px;
			right: 20px;
		text-align: center;
		width: 40px;
	}

	#main-menu-wrap {
		background: #0046a0;
		height: 100%;
		margin-left: -250px;
		overflow-y: auto;
		position: fixed;
			top: 0;
			left: 0;
		z-index: 1000;
		width: 250px;
	}

	#main-menu-wrap.closed {
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		margin-left: -250px;
	}

	#main-menu-wrap.open {
		display: block;
		margin-left: 0;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.page-header-slider .page-header-slide {
		height: 300px;
	}

	h1, .h1 {
		font-size: 36px;
	}

	h2, .h2 {
		font-size: 28px;
	}

	h3, .h3 {
		font-size: 24px;
	}

	h4, .h4 {
		font-size: 20px;
	}

	h5, .h5 {
		font-size: 18px;
	}

	h6, .h6 {
		font-size: 18px;
		text-transform: lowercase;
	}

	body {
		font-size: 16px;
	}

	.size-bluedot-square,
	.size-bluedot-landscape,
	.size-bluedot-portrait {
		margin: 0 auto;
	}

	.alignleft,
	.alignright {
		float: none;
	}
}

@media (max-width: 479px ) {
	.page-header-slider .page-header-slide {
		height: 250px;
	}

	.grid-item.large_landscape,
	.grid-item.large_portrait,
	.grid-item.small_portrait,
	.grid-sizer,
	.grid-item {
		width: 100%;
		height: 200px;
	}

	#footer .logo-dot {
		height: 20px;
    	width: 20px;
    	-webkit-transform: translateX(13px);
    	-ms-transform: translateX(13px);
    	transform: translateX(13px);
	}

}

@media (max-width: 379px ) {
	.page-header-slider .page-header-slide {
		height: 200px;
	}

	#footer .designed-by {
		display: block;
	}

	#footer .bull {
		display: none;
	}
}