/*
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
*/

/*@import url(https://fonts.googleapis.com/css2?family=Montserrat:400,700);*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;400;800&display=swap');

/*
@font-face {
    font-family: "Google";
    font-style: normal;
    font-weight: 100;
    src: url("../googlefont/googlefont/GoogleSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Google";
    font-style: normal;
    font-weight: 200;
    src: url("../googlefont/googlefont/GoogleSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Google";
    font-style: normal;
    font-weight: 300;
    src: url("../googlefont/googlefont/GoogleSans-Bold.ttf") format("truetype");
}
*/
/*------------------------------------------------------------------
[Table of contents]

1. Loader / #loader
2. Colors
3. Header / header
4. Home Slider / .home-slider
5. Home2
6. Gallery / .gallery
7. Footer / footer
8. Blog / .main
9. Aside / aside
10. Blog Post / .post-page
11. Work / .work-page
12. Contact / .contact-page
13. Archive / .archive
14. Countdown / #countdown
15. Shortcodes / .shortcode-page
16. Media Queries / @media
-------------------------------------------------------------------*/


.bullets li {margin-left:10px;margin-right:5px;}
.bullets i.fa {margin-right:5px;}
.bullets > div {padding-left:24px;font-size:10pt;color:gray;margin-bottom:10px;}

video.bgvidcirlce {
    width:100%;
    height:100%;
    background-size: cover; 
    display:block;
    position:relative;
    overflow:hidden;
}

.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videoobject {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.required {display:none;}




body{
	font-family: "Nunito Sans";
}


iframe{
	border:none;
}


h1, h2, h3, h4, h5, h6 {font-family:'Nunito Sans' !important;font-weight:bold;}
b {font-family:'Nunito Sans' !important;font-weight:bold;}
h3{
	font-weight: 400;
	color:#2a2a2a;
	text-transform: uppercase;
}
html,body{
    overflow-x: hidden;
}

.desktop {display:inline-block;}
.desktop_db {display:block;}
.desktop_dib {display:inline-block;}
.mobile {display:none;}
.mobile_db {display:none;}
.mobile_dib {display:none;}


.video, .preview {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	width:100%;
}
.video iframe, .preview div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.playbutton {
background:url('/images/play_button.png') center center no-repeat;width:100%;height:100%;
}


/**********************
******1. Loader****
**********************/

#loader{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background:#fff;
	z-index: 100;
	text-align: center;
}

#loader img{
	margin: 20% auto;
}

/**********************
******2. Colors*****
**********************/

.color-red{
	background-color: #e12727;
}

.color-blue{
	background-color: #49b4ff;
}

.color-violet{
	background-color: #7c90ec;
}

.color-yellow{
	background-color: #ffa810;
}

.color-gray{
	background-color: #aaaaaa;
}

.color-green{
	background-color: #00c012;
}

.color-beige{
	background-color: #d1b68f;
}

.color-facebook{
	background-color: #486fb0;
}

.color-twitter{
	background-color: #5cb5e8;
}

.color-youtube{
	background-color: #ea5932;
}


/**********************
******3. Header*****
**********************/
.topheader {


 background:url('/images/top_bg_repeat.gif');background-size:cover;display:block;max-height:125px;overflow:hidden; }
.topheader center {text-align:left;}
#familypic {max-width:459px;max-height:125px;display:inline-block;width:100%;height:auto;}

#logo {max-width:300px;max-height:92px;display:inline-block;width:100%;height:auto;}		



.toplinks a:first-of-type {margin-left:40px;}
.toplinks { 
background-color:#01B6FF;font-weight:bold;font-family: 'Nunito Sans', sans-serif;text-align:left;}
.toplinks a {text-transform:uppercase;text-decoration:none;color:white;display:inline-block;padding:7px 10px;-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;font-size:12pt;}
.toplinks a:hover {background-color:rgba(238,238,238,0.5);color:black;}
.toplinks a.on {background-color:#EEEEEE;color:black;}
.toplinks a span {color:white;-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;}
.toplinks a:hover span {color:black;}

.toplinks .container {padding:0px;}

header{
	text-align: center;
}

.menu{
	padding-top: 5px;
	display: block;
}

.menu li>a{
	display: block;
	font-size: 14px;
	font-family: "Nunito Sans";
	font-weight: 700;
	color:#444;
	padding: 13px 18px;
	text-transform: uppercase;
	
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.menu li>a span {
	color:#444;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.menu li:hover>a{
	color:#222;
	background-color: #eee;
}

.menu li:hover>a span{
	color:#222;
}

.menu .dropdown:hover .dropdown-menu{
	display: block;
}

.menu .dropdown-menu{
	display:none;
}


.menu .dropdown-menu:before{
	content:"\f0d8";
	font-family: "FontAwesome";
	color:#fff;
	font-size: 14px;
	position: absolute;
	left:49%;
	top:-13px;
}

.dropdown-menu li{
	display: block;
	width: 100%;
}

.dropdown-menu li a{
	font-family: "Nunito Sans";
	font-size: 12px;
	color:#888;
	font-weight: 400;
	border-top: 1px solid #eee;
	text-transform: none;
}

.dropdown-menu li:first-child a{
	border-top: none;
}

.dropdown-menu li:hover a{
	color:#222;
	background-color: #eee;
}

header p{
	font-size: 14px;
	color:#555;
	padding: 20px 100px 30px;
}

#menu-button{
	color:#aaa;
	display: block;
	width:30px;
	height: 30px;
	margin: 0 auto 10px;
}

.filters:before{
	background-color: #49b4ff;
	height: 100%;
	width:0;
	position: absolute;
	top:0;
	left: 0;
	content: '';
	z-index: -1;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.filters ul{
	opacity: 0;
	position: relative;
	max-height: 0;


	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.filters li{
	display: none;
	cursor:pointer;
	font-size: 11px;
	font-family: "Nunito Sans";
	font-weight: 700;
	color:#fff;
	padding: 12px 15px;
	text-transform: uppercase;

	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.filters li:hover,
.filters li.active{
	background-color: rgba(255,255,255,0.3);
}

/**********************
******4. Home Slider*****
**********************/

.home-slider{
	position: relative;
}

.home-slider img{
	max-width: 100%;
	height: auto;
}

.home-slider .controls{
	position: absolute;
	z-index: 100;
	top:50%;
	left:50%;
	margin-top: -40px;
	margin-left:-570px;
}

.home-slider .controls .prev a,
.home-slider .controls .next a{
	position: absolute;
	display: block;
	top:0;
	left:0;
	width:80px;
	height: 80px;
}

.home-slider .controls .prev,
.home-slider .controls .next{
	cursor: pointer;
	position: relative;
	display: inline-block;
	width:80px;
	height: 80px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.home-slider .controls .prev:hover,
.home-slider .controls .next:hover{
	background-color: rgba(255,255,255,0.1);
}

.home-slider .controls .next{
	margin-left:980px;
}

/**********************
******5. Home2*****
**********************/
.justified .caption {display:block;opacity:0.7 !important;}
.gallery .filter-section{
	text-align: center;
	position: relative;
	z-index: 10;
	margin-top: -30px;
	margin-bottom: 30px;
}

.gallery .filter-section #menu-button{
	position: absolute;
	top:-40px;
	left:50%;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	background-color: #f9f9f9;
	box-shadow: inset 0 -5px 10px -6px rgba(0,0,0,0.4);
	
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	margin-left: -20px;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

/**********************
******6. Gallery*****
**********************/


#pickphotos {display:none;}
.grid{
	padding: 0;
	margin: 0;
	list-style: none;
}

.gallery .row:last-child{
 	text-align: center;
 	padding-bottom: 30px;
}

/**********************
******7. Footer*****
**********************/










/** WIDGET **/
.widget {text-align:left;margin-bottom:30px;}
.textwidget {
    color: #555;
    font-size: 13px;
}

footer.dark {
	padding-top:30px;
	-moz-box-shadow: inset 0 8px 8px -8px #333333;
	-webkit-box-shadow: inset 0 8px 8px -8px #333333;
	box-shadow: inset 0 8px 8px -8px #333333;
}


footer.dark .textwidget {
    color: #aaa;
}

.widget h6 {
    font-weight: 700;
    margin-bottom: 20px;
	margin-top:0;
    text-transform: uppercase;
}

footer .footer_bottom .widget {
    margin-bottom: 0;
}

.banner {
    width: 100%;
}
footer.dark .widget h6 {
    color: #fff;
}
.widget .input-group {
    margin: 0 -30px 25px;
    padding: 0 30px;
}

footer .widget .input-group {
    border-bottom: medium none;
    margin-bottom: 0;
}
.widget .input-group-addon {
    margin: 0;
    padding: 0;
}
.widget .input-group button {
    border: medium none;
    height: 40px;
    padding: 0 14px;
    width: 40px;
}
.widget .input-group button:focus {
    outline: medium none;
}
footer.light .widget .input-group-addon button, footer.light .widget .input-group-btn button {
    background-color: #eee;
    color: #aaa;
}
footer.dark .widget .input-group-addon button, footer.dark .widget .input-group-btn button {
    background-color: #eee;
    color: #aaa;
}

footer.light .widget .input-group-addon button:hover, footer.light .widget .input-group-btn button:hover {
    background-color: #49b4ff;
    color: #fff;
}
footer.dark .widget .input-group-addon button:hover, footer.dark .widget .input-group-btn button:hover {
    background-color: #49b4ff;
    color: #fff;
}

.widget .form-control::-moz-placeholder {
    color: #aaa;
    font-family: "Nunito Sans";
    font-size: 13px;
    opacity: 1;
}

footer.dark .widget_slider .bx-pager-link {
    background-color: #444;
}
.widget_slider .bx-pager-link:hover, .widget_slider .bx-pager-link.active {
    background-color: #49b4ff;
}
footer.dark .widget_slider .bx-pager-link:hover, footer.dark .widget_slider .bx-pager-link.active {
    background-color: #49b4ff;
}
.footer_bottom {
    background-color: #333;
    padding: 20px 0;
    text-align: center;
}

/** WIDGET **/
/** TAG CLOUD **/
.tagcloud > a {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #555;
    display: inline-block;
    font-size: 12px !important;
    margin-bottom: 3px;
    margin-left: 0;
    padding: 3px 7px;
    transition: all 0.5s ease 0s;
}
.content .tagcloud {
    float: left;
    margin-left: -15px;
    margin-top: 30px;
}
.content .tagcloud > a {
    margin-right: 3px;
}
footer.dark .tagcloud > a {
    border: 1px solid #888;
    color: #aaa;
}

.tagcloud > a:hover {
    background-color: #49b4ff;
    border: 1px solid #49b4ff;
    color: #fff;
    transition: all 0.2s ease 0s;
}
footer.dark .tagcloud > a:hover {
    background-color: #49b4ff;
    border: 1px solid #49b4ff;
    color: #fff;
}
/** TAG CLOUD **/
/** FOOTER CALENDAR **/
#footer-calendar {
    position: relative;
    width: 100%;
}
#footer-calendar caption {
    font-family: "Nunito Sans";
    font-size: 12px;
    padding-bottom: 15px;
	padding-left:12px;
    text-transform: uppercase;
	text-align:left;
}
footer.dark #footer-calendar caption {
    color: #fff;
}
#footer-calendar thead th {
    box-sizing: border-box;
    color: #aaa;
    font-family: "Nunito Sans",sans-serif;
    font-size: 10px;
    padding: 6px 0;
    text-align: center;
    width: 14.2857%;
}
footer.dark #footer-calendar thead th {
    color: #ccc;
}
#footer-calendar tbody td {
    box-sizing: border-box;
    color: #666;
    font-family: "Nunito Sans",sans-serif;
    font-size: 11px;
    padding: 6px 0;
    text-align: center;
    width: 14.2857%;
}
footer.dark #footer-calendar tbody td {
    color: #aaa;
}
#footer-calendar tbody td a {
    color: #49b4ff;
    font-weight: 700;
}
#footer-calendar #prev, #footer-calendar #next {
    font-size: 11px;
    position: absolute;
    top: 2px;
	text-transform:uppercase;
}
#footer-calendar tfoot .pad {
    display: none;
}
#footer-calendar #prev a, #footer-calendar #next a {
    color: #aaa;
}
footer.dark #footer-calendar #prev a, footer.dark #footer-calendar #next a {
    color: #888;
}
#footer-calendar #prev {
    left: 10px;
}
#footer-calendar #next {
    right: 10px;
}
/** FOOTER CALENDAR **/










footer{
	background-color: #444;
	padding:0;
}

footer .container{
	text-align: center;
}

footer img{
	float:left;
}

footer .social{
	text-align: center;
	display: inline-block;
}


footer .social li a{
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	background-color: transparent;
	
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

footer .social li a:hover{
	background-color: rgba(255,255,255,0.1);
}

footer .social li a i{
	color:#fff;
	font-size: 25px;
}


footer p{
	float: right;
	padding-top: 12px;
	color: #fff;
	font-size: 12px;
}

/**********************
******8. Blog*****
**********************/

.main{
	
 	background-color: #eee;
 	padding-top: 30px;
}

.post, aside{
	background-color: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	margin-bottom: 30px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.content,
.comments{
	position: relative;
	z-index: 10;
	padding: 0 15px 10px;
	/*overflow: hidden;*/
	background-color: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	margin-bottom: 30px;

	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius:  0 0 3px 3px;
	border-radius:  0 0 3px 3px;
}

.content:first-child,
.comments{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:  3px;
}

.post .content{
	box-shadow:none;
}

.main h3{
	margin:0 -10px;
	padding: 10px;
	line-height: 22px;
	border-bottom: 1px solid #eee;
}

.content h3 a{
	color:inherit;

	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.content h3 a:hover{
	color:#49b4ff;
}

.content p,
.post p{
	padding-top: 5px;
	color:#555;
	font-size: 13px;
}

.post a>img{
	max-width: 100%;
}

.post .details{
	padding: 10px 0 0;
}

.post .details li{
	padding-right: 25px;
}

.post .details li:last-child{
	padding-right: 0;
}

.post .details a{
	font-family: "Nunito Sans";
	color:#aaa;
	font-size: 11px;
}

.post .details a:hover{
	color:#666;
}

.post .details i{
	color:#49b4ff;
	padding-right: 5px;
	font-size: 14px;
}

.post .details i.fa-heart-o{
	color:#e5451a;
}

.input-group-addon button {
    background-color: transparent;
    color: #aaa;
	border:0;
	transition: all 0.2s;
}
.input-group-addon:hover button {color:white;transition: all 0.2s;}
blockquote{
	position: relative;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	font-family: "Nunito Sans";
	font-size: 14px;
	font-weight: 700;
	color:#fff;
	text-transform: uppercase;
	padding: 25px 30px;
	border:none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

blockquote:after{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: rgba(255,255,255,0);
}

blockquote:hover:after{
	background: rgba(255,255,255,0.1);
}

blockquote p,
.post blockquote p{
	color:#fff;
	padding:0;
}

blockquote i,
.post blockquote i{
	padding-right: 10px;
}

blockquote:before{
	content: '“';
	position: absolute;
	top:0;
	left:0;
	font-size: 200px;
	line-height: 135px;
	color:rgba(255,255,255,0.2);
}

blockquote footer{
	font-size: 13px;
	padding: 20px 0 0;
	font-weight: 400;
	text-transform: none;
	font-family: "Nunito Sans";
	background-color: transparent;
	color: #fff;
}

blockquote footer:before{
	content:none;
}

.post .slider{
	position: relative;
}

.post .slider .controls{
	position: absolute;
	z-index: 100;
	top:50%;
	width:100%;
	margin-top: -20px;
	opacity: 0;

	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.post .slider:hover .controls{
	opacity: 1;
}

.post .slider .controls .prev,
.post .slider .controls .next{
	display: inline-block;
	position: relative;
	padding:0;
	width: 40px;
	height: 40px;
	text-align: center;
	color:#fff;
	font-size: 24px;

	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.post .slider .controls .prev a,
.post .slider .controls .next a{
	position: absolute;
	display: block;
	top:0;
	left:0;
	width: 40px;
	height: 40px;
}

.post .slider .controls .next{
	float: left;
}

.post .slider .controls .next{
	float: right;
}

.post .slider .controls .prev:hover,
.post .slider .controls .next:hover{
	background: rgba(255,255,255,0.3);
}

.post .slider .bx-controls{
	position: absolute;
	bottom: 0;
	height: 35px;
	margin-bottom: 0;
	background: transparent;
	text-align: center;
	width: 100%;
}

.post .slider .bx-pager-link{
	background: rgba(255,255,255,0.5);
}

.post .slider .bx-pager-link:hover,
.post .slider .bx-pager-link.active{
	background: #fff;
}
.slider ul li {float:left;list-style:none;}

/**********************
******9. Aside*****
**********************/

aside{
	padding:30px;
}

aside h6{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
}

aside .input-group{
	margin:0 -30px;
	padding: 0 30px;
	padding-bottom: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
}

aside .form-control::-moz-placeholder {
  color: #aaa;
  font-size: 13px;
  font-family: "Nunito Sans";
  opacity: 1;
}
 aside .form-control:-ms-input-placeholder {
  color: #aaa;
  font-size: 13px;
  font-family: "Nunito Sans";
  opacity: 1;
}
aside .form-control::-webkit-input-placeholder {
  color: #aaa;
  font-size: 13px;
  font-family: "Nunito Sans";
  opacity: 1;
}

.slider img{
	max-width: 100%;
	height: auto;
}

.slider .bx-controls{
	height: 35px;
	margin-bottom: 25px;
	background: #eee;
}

.slider .bx-pager{
	text-align: center;
}

.slider .bx-pager-item{
	display: inline-block;
	position: relative;
}

.slider .bx-pager-link{
	background-color: #ddd;
	width: 7px;
	height: 7px;
	display: block;
	font-size: 0;
	margin:0 4px 0;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.slider .bx-pager-link:hover,
.slider .bx-pager-link.active{
	background-color: #49b4ff;
}

.flickr{
	margin:0 -8px 16px;
}

.flickr a,
.flickr img{
	width: 40px;
	height: 40px;
	display: inline-block;
}

.flickr a{
	margin:5px 5px;
}

.small-post{
	margin-bottom: 25px;
	overflow: hidden;
}

.small-post img{
	float:left;
	width:45px;
	height:45px;
	max-width: 100%;
	max-height: 100%;
	margin-right: 20px;
	margin-top: 4px;
}

.small-post p {
	font-size: 13px;
	line-height: 16px;
	color: #555;
	margin-top: 0px;
}

.small-post:hover p {
	color: #222;
}

.twitter {
	margin-bottom: 15px;
}

.categories {
	list-style: none;
	padding: 0;
	margin-top:10px;
	margin-bottom: 20px;
}

h6 {text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;}

.categories li,
.categories li a{
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.categories a i.fa-circle {color:#49b4ff;font-size:5pt;margin-right:10px;margin-bottom:2px;position:relative;top:-2px;}
.categories a{
	position: relative;
	
	display: block;
	font-size: 13px;
	color:#555;
	padding: 7px;
	padding-left: 0;
}
/*
.categories a:before{
	
	position: relative;
	color:#49b4ff;
	font-size: 24px;
	padding-right: 10px;
	top: 4px;
	line-height: 0;
	
}
*/
.categories li:hover{
	background: #eee;

	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.categories li:hover a{
	padding-left: 10px;
	color: #222;
	white-space:nowrap;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
}

aside img{
	width: 100%
}


/**********************
******10. Blog Post*****
**********************/
.post-page .tags {margin-top:20px;}
.post-page .tags i {position:relative;top:3px;margin-right:5px;}
.post-page .tags a {
font-size:11px;display:inline-block;background-color:#eee;padding: 2px 5px;border-radius:3px;
}
.post-page .tags a:hover {background-color:#77D2F6;}
.post-page h1 {
	font-size:20pt;
	margin:0 -30px;
	padding: 30px;
	line-height: 22px;
	font-weight:bold;
	border-bottom: 1px solid #eee;
	font-family:'Nunito Sans';
}
.post-page h2 {
	width:calc(100% + 60px);
	background:url('/images/aperture_right_bar.png') #EEEEEE top right no-repeat;
	background-size:contain;
	margin:10px 0 20px -30px;
	font-size:17pt;
	color:#333333;
	padding:20px;
	line-height: 22px;
	font-weight:bold;
	font-family:'Nunito Sans';
}

.post-page h1.aperture {
	width:calc(100% + 60px);
	background:url('/images/aperture_right_bar.png') #EEEEEE top right no-repeat;
	background-size:contain;
	margin:10px 0 20px -30px;
	font-size:17pt;
	color:#333333;
	padding:20px;
	line-height: 22px;
	font-weight:bold;
	font-family:'Nunito Sans';
}
.post-page .aperture_wrap {padding:5px;}
.post-page .aperture_wrap .aperture {margin:0 0 20px -30px !important;}

.post-page h3 {
	font-size:14pt;
	margin:0;
	padding:0 0 10px 0;
	line-height: 22px;
}
.post-page h4 {
	font-size:12pt;
	margin:0;
	padding:10px;
	line-height: 22px;
	
}

.post-page .box {
	background-color: white;
    border: 1px solid silver;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: black;
    margin-bottom: 20px;
    padding: 10px;
    
}
.post-page .lamazon {
    float: left;
    height: 240px;
    margin-right: 10px;
    width: 120px;
}
.post-page .details{
	padding: 10px 0 20px;
}

.post-page .content>p{
	padding-top: 20px;
}

.post-page .content h4{
	font-family: "Nunito Sans";
	font-weight: 700;
	padding-top: 35px;
}

.list{
	list-style: none;
	padding-top: 20px;
}

.list p{
	padding: 3px;
}

.list p:before{
	content:'•';
	position: relative;
	color:#49b4ff;
	font-size: 24px;
	padding-right: 10px;
	top: 4px;
	line-height: 0;
}

.share{
	float:right;
	padding-top: 30px;
}

.share p{
	padding:5px 10px 0 0;
	float:left;
}

.share ul{
	float:left;
}

.share ul a{
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 5px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.share ul a:after{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	content: '';

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.share ul a:hover:after{
	background: rgba(255,255,255,0.15);
}

.share ul i{
	color:#fff;
}

.comments h3,
.contact-page h3,
.archive-page h3{
	border-bottom: none;
}

.comments ul{
	list-style: none;
	padding-left: 0;
}

.comments>ul{
	margin:0 -30px;
	padding: 30px 30px 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.comment ul{
	padding-left: 30px;
}

.comment img{
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-right: 20px;
}

.comment .info{
	padding-bottom: 20px;
	overflow: hidden;
}

.comment .info h5{
	padding-bottom: 5px;
}

.comment p{
	padding: 0;
}

.comment .date{
	font-size: 11px;
	padding-bottom: 5px;
	color:#aaa;
}

.comment .date a{
	color:#49b4ff;
	padding-left: 3px;
}

.comment .date a:hover{
	color:#444;
}

.comment .date a:before{
	content:"·";
	padding-right: 3px;
}

.comments .form-control{
	margin-bottom: 20px;
	border-radius: 3px;
}

.post-page .related .post{
	background-color: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
}

/**********************
******11. Work****
**********************/

.work-page .post .content{
	text-align: center;
}

.client i{
	color:#49b4ff;
	padding-right: 10px;
}

p.client, .client a{
	font-size: 11px;
	color: #888;
}

.client a:hover{
	color: #555;
}

.main .work h3{
	border:none;
	margin:0;
	padding: 0;
}



/**********************
******12. Contact*****
**********************/
.cpk {color:#01B6FF;} /* Color: Pink but now its blue */
.cmg {color:#68696D;} /* Color: Medium Gray */

.contact-page .map iframe,
.contact-page .map{
	width: 100%;
	height:360px;
}

.contact-page .content p{
	padding-top: 0;
}

#contact{
	margin-top: 20px;
}

#contact .row{
	margin-bottom: 10px;
}

#contact .alert{
	display: none;
	margin-top: 20px;
}

#contact .btn{
	display: block;
	margin-top: 20px;
}

#contact label{
	font-family: "Nunito Sans";
	font-size: 12px;
	color:#e12727;
	font-weight: 400;
	margin-top: -10px;
}

/**********************
******13. Archive*****
**********************/

ul.archive {
	list-style: none;
	padding-left: 0;
	margin-top: -10px;
}

ul.archive li{
	margin-bottom: 1px;
}

ul.archive li a{
	display: block;
	background-color: #eee;
	font-size: 13px;
	color:#888;
	font-family: "Nunito Sans";
	padding:12px;

	transition: all 0.2s;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
}

ul.archive li:hover a{
	background-color: #ddd;

	transition: all 0.1s;
  	-webkit-transition: all 0.1s;
  	-moz-transition: all 0.1s;
  	-o-transition: all 0.1s;
}

ul.archive li:hover a i{
	padding-left: 10px;
	color:#49b4ff;

	transition: all 0.1s;
  	-webkit-transition: all 0.1s;
  	-moz-transition: all 0.1s;
  	-o-transition: all 0.1s;
}

ul.archive li a i{
	padding-right: 10px;

	transition: all 0.2s;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
}

.archive-result .content h3{
	padding-bottom: 0;
	border-bottom: none;
}


/**********************
******15. Shortcodes****
**********************/

.shortcode-page .post .row{
	margin-bottom: 20px;
}

.shortcode-page h3{
	margin-bottom: 20px;
}

.shortcode-page .btn{
	margin-bottom: 5px;
}




.pricebox img, .pricebox2 img {border:1px solid #428bca;}
.pricebox {vertical-align: top;display:inline-block;width:100%;text-align:center;}
.pricebox a, .pricebox2 a {display:block;}
.pricebox2 {vertical-align: top;display:inline-block;width:100%;height:520px;text-align:center;}
.pricebox .desc, .pricebox2 .desc {display:inline-block;max-width:240px;width:100%;text-align:center;margin:0 auto;}


.pricesidebox img, .pricesidebox2 img {border:1px solid #428bca;}
.pricesidebox {vertical-align: top;display:inline-block;width:100%;height:auto;text-align:center;}
.pricesidebox a, .pricesidebox2 a {display:block;}
.pricesidebox2 {vertical-align: top;display:inline-block;width:250px;height:520px;text-align:center;}
.pricesidebox .desc, .pricesidebox2 .desc {display:inline-block;width:240px;text-align:center;margin:0 auto;}


/**********************
******16. Media Queries***
**********************/
@media (min-width: 0px) and (max-width: 450px) {
	.toplinks a {font-size:2.7vw;padding:7px 5px;}
	.toplinks a:first-of-type {margin-left:0px;}
	.smtxt {font-size:2.3vmin;}
}



@media (min-width: 0px) and (max-width: 376px) {
	.grid>li{
		width: 100%;
	}
}

	
@media (min-width: 0px) and (max-width: 767px) {
	.post-page .content {
		padding: 0 20px 20px 20px;
	}
	.desktop {display:none;}
	.desktop_db {display:none;}
	.desktop_dib {display:none;}
	.mobile {display:inline-block;}
	.mobile_db {display:block;}
	.mobile_dib {display:inline-block;}
	.toplinks {padding-left:0px;text-align:left;}
	.toplinks a {font-size:2.5vw;}
	.toplinks a:first-of-type {margin-left:10px;}
	.main {padding-top:30px;}

.topheader center {text-align:center;}
#familypic {float:left;max-width:459px;max-height:125px;display:inline-block;width:50%;height:auto;margin-left: auto;margin-right: auto;}
#logo {display:inline-block;width:40%;height:auto;margin-left: auto;margin-right: auto;padding-top:5px;padding-top:5px;}	
.topheader .container {padding-left:10px;}
/*
#familypic {max-width:459px;max-height:125px;display:inline-block;width:100%;height:auto;margin-left: auto;margin-right: auto;}
#logo {display:none;}
*/
	
	header p {
		padding: 20px 20px 30px;
	}

	footer img,
	footer ul,
	footer p{
		display: block;
		float: none;
		margin:5px auto;
	}

	

	#contact .col-sm-12 {
		margin-bottom: 20px;
	}

	#contact .row {
		margin-bottom: 10px;
	}

	#countdown{
		padding:10px 20px 40px;
	}

	#countdown .countdown_section{
		width:50%;
	}

	.countdown-page .info {
		padding: 30px;
	}
	
	



}

@media (min-width: 766px) and (max-width: 991px)  {
	
	#logo {max-width:261px;max-height:80px;display:inline-block;width:100%;height:auto;}		

}


@media (min-width: 280px) and (max-width: 991px)  {
	
	
	#menu-button {
		display: none;
	}

	.filters li {
		display: inline-block;
	}

	.filters ul {
		opacity: 1;
		max-height: 100%;
	}

	.filters:before {
		width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px)  {

	
	.post .details li {
		padding-right: 10px;
	}

	.post .details i {
		padding-right: 3px;
	}
	.small-post img {
		margin-right: 15px;
	}


	.small-post p {
		font-size: 11px;
		line-height: 14px;
	}




@media (min-width: 1200px) {

}



