/*
Theme Name: Artica Design
Author: Gurnstar Ink
Author URI: http://www.gurnstar.com
Description: Artica Design Bootstrap Layout.
Version: 1.0
License: GNU General Public License v2 or later
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

* { 
	margin: 0; 
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	font-family: 'PT Sans Narrow', sans-serif;
}
html{
}
body {
	background-color:#dbdadc;
}

/* ============================ navigation ==============================*/
.menu {
	padding:30px 0;
}
.menu li{
	display:inline-block;
	list-style:none;
	width:19.5% ;
	padding:3px;
	border-radius:7px;
	margin:0;
	text-align:center;
	position:relative;
	background-color:#edece8;
}
.menu li a{
	display:block;
	font-size:1.2em;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	padding:10px 0;
	color:#9a8f91;
	border-radius:7px;
	border:2px dotted #9a8f91;
	position:relative;
	float:none;
}
.menu li a:hover{
	text-decoration:none;
	opacity:0.5;
}
.btn-primary{
	width:100%;
	background-color:#c4b2b6;
	border:none;
	font-size:1.2em;
	color:#333;
}
.btn-primary:hover{
	background-color:#e2b6c2
}
/* ============================ header ==============================*/
.pre-header{
	position:absolute;
	text-align:center;
	top:0;
	left:50%;
	margin-left:-25%;
}
.pre-header .social{
	padding-top:100px;
}
.navbar-brand{
	position:absolute;
	width:100%;
	text-align:center;
	top:10px;
	left:0;
}
.top-grey-bg{
	background-image:url(images/top-grey-bg.jpg);
	background-size:100% 100%;
	height:180px;
	width:100%;
	background-color:#666;
}
.top-stripe-bg{
	background-image:url(images/top-stripe-bg.jpg);
	height:40px;
	width:100%;
	background-color:#F99;
}
.nav-pink-bg{
	background-color:#c4b2b6;
	width:100%;
}
.pink-frill{
	background-image:url(images/pink-frill.png);
	height:10px;
	width:100%;
	position:absolute;
	left:0;
	border:1px silid #333;
	z-index:10;
}
/* ============================ body ==============================*/
p{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:1.2em;
	line-height:2;
	text-align:center;
}
p.copyright{
	font-size:1em;
}
a{
	color:#333;
}
a:hover{
	color:#c4b2b6;
}
h2.page-title{
	font-family: 'Great Vibes', cursive;
	text-align:center;
	font-size:3em;
}
h3.script-font{
	font-family: 'Great Vibes', cursive;
	font-size:2.3em;
	text-align:center;
}
h3.btm-line{
	color:#c4b2b6;
	font-size:1.6em;
	font-weight:700;
	text-align:center;
}
h3.btm-line-2{
	color:#c4b2b6;
	font-size:2em;
	font-weight:700;
	text-align:center;
	line-height:2;
}
.container {
  width: 940px;
}
.wood-bg{
	background-image:url(images/wood-bg.jpg);
	padding:40px 0;
}
.middle-pink-bg{
	background-color:#c4b2b6;
	width:100%;
	height:50px;
}
.main-content{
	padding:50px 0;
}
.sec-btn{
	margin:0 auto;
	
}
/* ============================ home ==============================*/
.home-blog .gallery-thumb img{
	width:100%;
	height:auto
}
.home-blog .the-content{
	padding-bottom:20px;
}
/* ============================ gallery ==============================*/
.gallery{
	margin-top:60px;
}
.gallery-thumb{
	padding-bottom:30px;
}
.gallery-thumb h4{
	font-size:1em;
}
.gallery-thumb .img-circle{
	border:2px dotted #9a8f91;
	padding:5px;
}
.single-content{
	padding-left:5%;
}
.single-content img{
	margin-bottom:20px;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	/*width:30% !important;*/
	
}
/* ============================ contact form ==============================*/
.your-message textarea { 
	height: 125px; 
}
footer{
	margin-top:1em;
}

/* ============================ aside ==============================*/
.home-blog{
	border-right:2px dotted #888888;
	padding:0px 3em;
}
.home-blog img{
	margin:0 auto;
}
.home-blog .gallery-thumb{
	padding:0px;
}
aside{
	padding:0px 3em;
}
.aside-social{
	margin-bottom:1em;
}


/* ============================ footer ==============================*/

.bottom-grey-bg{
	background-image:url(images/top-grey-bg.jpg);
	height:180px;
	width:100%;
	background-color:#666;
}
.bottom-stripe-bg{
	background-image:url(images/top-stripe-bg.jpg);
	height:15px;
	width:100%;
	background-color:#F99;
}
