/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align=left] {
	display: block;
	float: left;
}
.right, .alignright, img[align=right] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align=middle] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type=submit], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/* CONTAINER AREA*/
#site-container {width: auto !important;
  overflow-x: hidden !important;
	font-family: baskerville, times, serif;
text-align: justify;
font-size: 19px;
	letter-spacing: 1.2px;
line-height: 1.3;
cursor: auto !important;
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/08/tile-paper.jpg");
}


/* GENERAL STYLING AREAS*/

strong {font-weight: 700 !important}

h1 {
font-family: 'Oswald', sans-serif;
font-size: 24px;
color: #ff7150;
font-weight: bold;
letter-spacing: 4px;
line-height: 1.4;
margin-bottom: 18px;
text-align: left;
}

h2 {
font-family: 'Oswald', sans-serif;
font-size: 18px;
color: #793859;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.4;
margin-bottom: 18px;
text-align: left;
}


h3 {
font-family: 'Oswald', sans-serif;
font-size: 18px;
color: #3ac2b8;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.4;
margin-bottom: 18px;
text-align: left;
}

h4 {
font-family: 'Oswald', sans-serif;
font-size: 18px;
color: #ffc9b4;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.4;
margin-bottom: 18px;
text-align: left;
}

h5 {
font-family: 'Oswald', sans-serif;
font-size: 18px;
color: #3ac288;
letter-spacing: 2px;
line-height: 1.4;
margin-bottom: 18px;
text-align: left;
font-weight: 300;
}

h6 {
font-family: baskerville, times, serif;
font-size: 16px;
color: #727272;
font-style: italic;
letter-spacing: 2px;
line-height: 1.4;
margin-bottom: 18px;
text-align: center;
margin-top: -14px;
}


/* Paragraph spacing*/
p {
margin-bottom: 20px;
}


a {
text-decoration: none;
	color: #3ac2b8;
}


/* Post Images border styles*/
.post_content img{
    border: #ffffff solid 0px;
}
/* Post Images spacing*/
img.alignleft {
    margin: 6px 20px 5px 0 !important;
}
img.alignright{
    margin: 6px 0 5px 20px !important;
}

/* Post Images caption style*/

.wp-caption {
font-family: baskerville, times, serif;
font-size: 16px;
color: #727272;
font-style: italic;
letter-spacing: 2px;
line-height: 1.4;
margin-bottom: 18px;
text-align: center;
margin-top: -8px;
}

.wp-caption p {
margin-top: 20px;
}



.alignright.wp-caption {
    margin: 3px -10px 0 20px;
 font-size: 16px;
    line-height: 20px;
	text-align: center;
font-style:italic;
	color: #999999;
	}

.alignleft.wp-caption {
    margin: 3px 10px 0 0;
 font-size: 16px;
    line-height: 20px;
	text-align: center;
font-style:italic;
	color: #999999;
	}



/*BLOCK QUOTES*/

blockquote  {
text-align: center;
font-size: 24px;
color: black;
letter-spacing: 3px;
font-style: italic;
padding: 0 15px;
margin-left: 2px;
}


/*Bullet Points*/

.post_content ul {
list-style: none;
}

.post_content ul li:before {
   content: "•";
font-size: 16px;
padding-right: 42px;
margin-left: -40px;
margin-right: -10px;
vertical-align: top;
}

.post_content ul li {   
text-align: left;
margin: 0 0 0 35px;
padding: 0px;
}
.post_content ul  {
padding: 0px 0px 20px;
margin: 0 0 0px 35px;
}

/*Number Points*/
.post_content   ol li {
margin: 0px 0px 0px 55px;
padding-left: 14px;
text-align: left;
}

@-moz-document url-prefix() { 
.post_content   ol li {
    margin: 0px 0px 0px 44px;
padding-left: 25px;
text-align: left;
}
}


.post_content  ol  {margin-bottom: 20px;}


/* REMOVE DOTTED LINKS*/
a {outline: 0;}
input::-moz-focus-inner { 
  border: 0; 
}a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

/* REMOVE BOX AROUND INPUTS*/
input:focus {
    outline: none !important;
}




/* Site specific styles*/
.wrap {
width: 1024px;
margin: 0 auto;
}

.padding {
margin: 0 25px;
}

@media only screen and (max-width: 1023px){
.wrap {
width: 100%;
}
}



/*Top Search and social icons*/

#top-social-search-area {
background-image:url('http://www.freecandie.com/wp-content/uploads/2015/08/tile-taupe-cross.jpg');
display: inline-block;
width: 100%;
padding: 12px 0 9px;
margin-bottom: -6px;
}

.social-menu-container {
width: 100%;
display: inline-block;
}


.top-social {
display: inline-block;
float: right;
}

.top-social-bg {
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/08/sprite.png");
background-size: 250px auto;
}


.top-fb {
width: 15px;
 height: 15px; 
margin-right:  6px;
float: left; 
background-position: 0px 0px;
}

.top-twitter {
width: 18px; 
height: 18px; 
margin-right: 10px; 
float: left;
background-position: -25px 0px;
}

.top-instagram {
width: 15px; height: 15px; 
margin-right: 10px;
 float: left;
background-position: -50px 0px;
}

.top-pinterest {
width: 15px; height: 15px; float: left;
 float: left;
margin-right: 7px;
background-position: -75px 0px;
}

.top-youtube {
width: 15px; height: 15px; float: left;
 float: left;
background-position: -100px 0px;
}

#search-button {
float: right;
}


#header-area {
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/08/tile-paper.jpg");
display: inline-block;
width: 100%;
padding: 27px 0 17px;
}

@media only screen and (max-width:1023px){
#header-area {
padding: 27px 0 2px;
margin-bottom: -6px;
}
}

#logo {
    margin: 23px auto 48px;
    max-width: 402px;
width: 80%;
    min-width: 200px;
}

/*MAIN MENU AREA  STYLE*/
#main-menu {
font-family: 'Oswald', sans-serif;
	text-align: center;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
color: #ff7256;
letter-spacing: 3px;
margin: 0px 0px 30px 1px;
}

#main-menu a { 
text-decoration: none;
color: #ff7256;
margin: 0px 13px;
}

#main-menu li {
    display: inline-block;
}

#main-menu ul {
	list-style-type: none;
}

#main-menu a:hover { 
color: #793859;
}

#main-menu li.current-menu-item a {
color: #3ac2b8;
}

/*Main Menus Sub Menu*/
#main-menu  li ul {
    height: auto;
    left: -9999px;
    position: absolute;
    background-image: url("http://www.freecandie.com/wp-content/uploads/2015/08/tile-paper.jpg");
padding: 0 18px 15px;
margin-top: 0px;
font-size: 12px;
max-width: 180px;
z-index: 1000;
}

#main-menu  li:hover > ul{
    left: auto;
margin-left: -4px;
}

#main-menu  li li {
padding-top: 20px;
padding-bottom: 0px;
text-align: left;
display: block;
}



#main-menu li li.menu-item a {
    color: #ff7256;
border: none;
margin: 0px;
padding: 0px;
}

#main-menu li li.menu-item a:hover {
    color: #793859;
}

#main-menu li li.current-menu-item a {
border: none;
margin: 0px;
padding: 0px;
color: #3ac2b8;
}

#main-menu li li.current-menu-item a:hover {
    color: #3ac2b8;
}



#main-menu li.current-menu-parent a {
padding: 10px 0px 6px;
}



/*RESPONSIVE MENU AREA  STYLE*/

.mobile-navigation-menu.show_menu {
display: block;
padding: 15px 0 10px;
float: left;
text-transform: uppercase;
z-index: 11;
font-size: 15px;
font-family: 'Oswald', sans-serif;
letter-spacing: 3px;
font-weight: bold;
}

#mobile-navigation {
    clear: both;
    overflow: hidden;
    text-transform: uppercase;
	text-align: left
	width: 100%;
	font-size: 16px;
font-family: 'Oswald', sans-serif;
		letter-spacing: 3px;
	color: white;
float: left;
margin-top: -18px;
margin-bottom: -9px;
}


#mobile-navigation a {
color: white;
text-decoration: none;
}

#mobile-navigation a:hover {
color: #793859;
}

#mobile-navigation ul {
    float: left;
    width: 100%;
	list-style-type: none;
	text-align: left;
}

#mobile-navigation li{
     float: none;	
    display: block;
	text-align: left;
margin-bottom: 10px;
}

#mobile-navigation li.current-menu-item a {
    color: #793859;
}

#mobile-navigation li ul {
    padding: 7px 0 0;
}

#mobile-navigation li li {
margin-left: 10px;
}

#mobile-navigation li li.menu-item a {
    color: white;
}

#mobile-navigation li li.menu-item a:hover {
    color: #793859;
}

#mobile-navigation li li.current-menu-item a {
    color: #793859;
}

#mobile-navigation li li.current-menu-item a:hover {
    color: #793859;
}



#mobile-navigation li.current-menu-parent a {
    color: white;
}

#mobile-navigation li.current-menu-parent a:hover {
    color: #793859;
}

/*MENU CONTROL AREA  STYLE*/

.menu_control {
color: white;
cursor: pointer;
display: block;
padding: 0px;
font-size: 35px;
letter-spacing: 0px;
font-weight: 300;
text-align: left;
z-index: 10;
width: 100%;
text-indent: 0px;	
}

/*MENU MEDIA QUERIES*/

@media only screen and (max-width:1023px){
#main-menu {
display: none
}
}

@media only screen and (max-width:1023px){
.mobile-navigation-menu {
	display: none;
}
}

@media only screen and (min-width:1024px){
	.mobile-navigation-menu.show_menu {
	display: inline;
}
.menu_control {
  display: none;
}
}

@media only screen and (min-width:1024px){
#mobile-navigation {
display: none;
}
}


.hamburger-container {
	float: none;
	margin: 0;
	position: absolute;
	top: -5px;
	left: 1px;
}

.hamburger {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 25px;
}

.hamburger .burger-line{
  position: absolute;
  width: 40px;
  height: 5px;
  background-color: white;
  display: block;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hamburger .burger-line:nth-child(2){
	top: 10px;
}

.hamburger .burger-line:nth-child(3){
	top: 20px;
}

.hamburger.is-active{
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hamburger.is-active .burger-line:nth-child(1){
	top: 10px;
	opacity: 0;
  -webkit-transition-delay: top 0.05s;
  -o-transition-delay: top 0.05s;
  transition-delay: top 0.05s;
}


.hamburger.is-active .burger-line:nth-child(2){
	width: 0px;
	opacity: 0;
  -webkit-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}

.hamburger.is-active .burger-line:nth-child(3){
	top: 10px;
	opacity: 0;
  -webkit-transition-delay: top 0.05s;
  -o-transition-delay: top 0.05s;
  transition-delay: top 0.05s;
}



/*Hamburger B Icon*/

.overlay-logo-menu .hamburger-container {
    top: 0px;
    position: absolute;
    margin: 0;
    right: -4px;
}	

.hamburger-b {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 33px;
	margin: 0px -4px 0 0;
	float: right;
}

.hamburger-b .burger-line-b{
  position: absolute;
  width: 40px;
  height: 5px;
  background-color: #ff7256;
  display: block;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	right: 3px;
}

.hamburger-b .burger-line-b:nth-child(1){
	display: none;
}

.hamburger-b .burger-line-b:nth-child(2){
	top: 12px;
	height: 5px;
  	-webkit-transform: rotate(0deg) !important;
  	-ms-transform: rotate(0deg) !important;
  	-o-transform: rotate(0deg) !important;
  	transform: rotate(0deg) !important;
	opacity: 0 !important;
}

.hamburger-b .burger-line-b:nth-child(3){
	top: 12px;
	height: 5px;
  	-webkit-transform: rotate(0deg) !important;
  	-ms-transform: rotate(0deg) !important;
  	-o-transform: rotate(0deg) !important;
  	transform: rotate(0deg) !important;
	opacity: 0 !important;
}

.hamburger-b {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger-b.b-is-active .burger-line-b:nth-child(1){
	width: 0px;
}

.hamburger-b.b-is-active .burger-line-b:nth-child(2){
  	-webkit-transform: rotate(45deg) !important;
  	-ms-transform: rotate(45deg) !important;
  	-o-transform: rotate(45deg) !important;
  	transform: rotate(45deg) !important;
	opacity: 1 !important;
}

.hamburger-b.b-is-active .burger-line-b:nth-child(3){
  	-webkit-transform: rotate(-45deg) !important;
  	-ms-transform: rotate(-45deg) !important;
  	-o-transform: rotate(-45deg) !important;
  	transform: rotate(-45deg) !important;
	opacity: 1 !important;
}


/*Menu Screen Overlay*/

.nav-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: -100%;
    background-image: url("http://www.freecandie.com/wp-content/uploads/2015/08/tile-paper.jpg");
    overflow-y: auto;
    transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
	z-index: 1001;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
	top: 0;
	bottom: 0;
}

.nav-overlay-appear {
	left: 0;
	color: #ff7256;
	text-align: center;
    transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
	    height: 100%;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.nav-logo {
	width: 200px;
	margin: 20px auto;
}

@media only screen and (min-width:1024px){
.nav-overlay, .nav-overlay-appear {
	display: none;
}
}

/*Overlay Responsive Navigation*/

.responsive-nav {
    text-align: center;
    padding: 20px 0 40px;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: 'Oswald', sans-serif;
	width: 100%;
	font-weight: bold;
}

.responsive-nav a { 
	text-decoration: none;
	color: #ff7256;
    margin: 0 0 15px;
   transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
	display: inline-block;
}

.responsive-nav ul {
	list-style-type: none;
}

.responsive-nav a:hover { 
	color: #793859;
}


.responsive-nav li.current-menu-item a {
	color: #3ac2b8;
}

.responsive-nav li.current-menu-item a:hover {
	color: #3ac2b8;
}




/*Responsive Sub Menu*/

.responsive-nav li ul {
	margin: -5px 0 20px;
}

.responsive-nav  li li {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 5px;
	display: block;
}

.responsive-nav li li.menu-item a {
    color: #ff7256;
	border: none;
	margin: 0px;
	padding: 0px;
   transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
}

.responsive-nav li li.menu-item a:hover {
    	color: #793859;
}

.responsive-nav li li.current-menu-item a {
	border: none;
	margin: 0px;
	padding: 0px;
	color: #3ac2b8;
}


.responsive-nav li li.current-menu-item a:hover {
    	color: #3ac2b8;
	opacity: 1px;
}

.responsive-nav li.current-menu-parent a {
    	color: #ff7256;
	padding: 10px 0px 6px;
}

.responsive-nav li.current-menu-parent a:hover {
    color: #ff7256;
}

@media only screen and (max-width: 567px){
.responsive-nav {
    font-size: 20px;
}
.responsive-nav  li li {
	font-size: 15px;
}
}




/*Sticky Header Area*/

.relative {
	position: relative;
	width: 100%;
}

.sticky-header-area {
	padding: 10px 0 20px;
	width: 100%;
	background-image: url("http://www.freecandie.com/wp-content/uploads/2015/08/tile-paper.jpg");
	position: fixed;
	top: -80px;
	z-index: 1000;
	border-bottom: 1px solid #ff7256;
	transition-property: top;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	transition-duration: .15s;
	-webkit-transition-duration: .15s;
	-moz-transition-duration: .15s;
}

.sticky-header-area-show {
	top: 0;
	transition-property: top;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
}

.sticky-header-area-show  #main-menu {
	margin: 0px -10px 0 0;
	padding-top: 10px;
	text-align: right;
	font-size: 14px;
}

.sticky-logo {
	position: absolute;
	width: 130px;
	z-index: 1002;
}

.sticky-header-area-show  #main-menu a {
	margin: 0px 10px;
}

.sticky-header-area .hamburger-container {
    position: absolute;
    right: 1px;
    top: 5px;
	float: none;
	margin: 0;
	z-index: 1001;
}

/*Hamburger C Sticky Burger*/

.hamburger-c {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 25px;
	margin-top: 3px;
	float: right;
}

.hamburger-c .burger-line{
  position: absolute;
  width: 40px;
  height: 5px;
  background-color: #ff7256;
  display: block;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hamburger-c .burger-line:nth-child(2){
	top: 10px;
}

.hamburger-c .burger-line:nth-child(3){
	top: 20px;
}

.hamburger-c.c-is-active{
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hamburger-c.c-is-active .burger-line:nth-child(1){
	top: 10px;
	opacity: 0;
  -webkit-transition-delay: top 0.05s;
  -o-transition-delay: top 0.05s;
  transition-delay: top 0.05s;
}


.hamburger-c.c-is-active .burger-line:nth-child(2){
	width: 0px;
	opacity: 0;
  -webkit-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}

.hamburger-c.c-is-active .burger-line:nth-child(3){
	top: 10px;
	opacity: 0;
  -webkit-transition-delay: top 0.05s;
  -o-transition-delay: top 0.05s;
  transition-delay: top 0.05s;
}


@media only screen and (max-width: 1023px){
.sticky-logo {
	position: relative;
	margin: 0 auto;
	width: 140px;
}
.sticky-header-area {
    padding: 10px 0;
}
}




/*Burger Menu Button*/

@media only screen and (min-width:1024px){
.hamburger-container {
	display: none;
}
}

/*Overlay Search*/

.overlay-search .widget_title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.overlay-search {
	margin-bottom: 60px;
}

.overlay-search p {
	margin-bottom: 10px;
}

.overlay-search input#s {
	width: 250px;
	text-align: center;
	font-size: 16px;
	border: 0;
	padding: 4px;
	margin: 0 auto;
	display: table;
	color: #847777;
}



/* Page Content Area*/
#fp-content-area {
padding: 50px 0 30px;
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/08/tile-paper.jpg");
}

#page-content-area {
padding: 0px 0 28px;
}

.page-featured-image-container {
width: 100%;
max-width: 2000px;
margin: 0 auto 50px;
}

.page-featured-image-container img {
width: 100%;
}

#page-content-area h1.headline {
ont-family: 'Oswald', sans-serif;
font-size: 24px;
color: #ff7256;
text-align: center;
letter-spacing: 4px;
margin: 0px 0px 30px 4px;
text-transform: uppercase;
}

.page-zig-zag {
background-image:url('http://www.freecandie.com/wp-content/uploads/2015/08/tile-white-zig-zag.png');
background-size: 200px;
height: 33px;
margin: 0px 0 50px;
}


/* Post Content Area*/

#post-content-area {
padding: 0 0 50px 0;
}

.post-featured-image-container {
width: 100%;
max-width: 2000px;
margin: 0 auto;
}

.post-featured-image-container img {
width: 100%;
margin: 0px auto 43px;
}

h1.headline.post-title {
font-family: "Oswald",sans-serif;
font-size: 24px;
font-weight: bold;
text-align: center;
letter-spacing: 4px;
color: #FF7256;
text-transform: uppercase;
margin: 0px 0px 90px 4px;
}

@media only screen and (max-width:750px){
h1.headline.post-title {
margin: 0px 0px 50px 4px;
}
#post-content-area {
padding: 0 0 20px
}
}

.post-date-container {
   font-family: "Oswald",sans-serif;
font-size: 12px;
font-weight: bold;
color: #847777;
text-align: center;
margin: -4px 0px 22px 2px;
letter-spacing: 2px;
}

.post-author-container {
font-size: 12px;
text-align: center;
color: red;
margin-bottom: 30px;
}

.share-area {
margin: 9px 0px 0px -9px;
}

.share-intro {
width: 129px;
margin: 20px auto 5px;
}

.comments-link, .comments-link a {
font-family: "Oswald",sans-serif;
font-size: 18px;
font-weight: bold;
text-align: center;
letter-spacing: 3px;
color: #ff7256;
margin: -3px 0px 46px 3px;
text-transform: uppercase;
}

.post-nav {
width: 100%;
display: inline-block;
}



.previous_post {
    float: left;
width: 79px;
	text-indent: -90000px;
}

.previous_post a {
    float: left;
text-align: left;
width: 63px;
height: 24px;
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/09/prev.png");
background-size: cover;
margin-top: 2px;
}


.next_post a {
 float: right;
text-align: left;
width: 61px;
height: 26px;
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/09/next.png");
background-size: cover;
}

.post-zig-zag {
background-image:url('http://www.freecandie.com/wp-content/uploads/2015/08/tile-white-zig-zag.png');
background-size: 200px;
height: 33px;
margin: 83px 0px 20px;
}

@media only screen and (max-width:750px){
.post-zig-zag {
margin: 33px 0px 20px;
}
}


.related-post-intro {
font-family: baskerville, times, serif;
font-size: 17px;
color: blue;
letter-spacing: 2px;
margin-left: 2px;
font-weight: bold;
text-align: center;
margin: 45px auto 25px;
text-transform: uppercase;
}

.related-post-outer-container {
    margin-left: 0%;
}

.related-posts-container {
display: inline-block;
width: 102%;
margin: 0px -1%;
}

.related-posts {
vertical-align: top;
float: left;
width: 23%;
margin: 0 1% 45px;
}


.related-posts-container h1.headline, .related-posts-container h1.headline a {
    font-family: "Oswald",sans-serif;
font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0px 0px 0px 1px !important;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
}

.related-headline-bg {
background: white;
padding: 17px 20px;
}



@media only screen and (max-width: 900px){
.related-post-outer-container2 {
    margin-left: 0%;
}
.related-posts-container2 {
width: 106%;
margin: 0px -3%;
}
.related-posts2 {
width: 44%;
margin: 0px 3% 45px;
}
}

@media only screen and (max-width: 600px){
.related-post-outer-container {
    margin-left: 0%;
}
.related-posts-container {
width: 100%;
}
.related-posts {
  width: 100%;
}
}


/*COMMENTS SECTION****/

#comments {
padding: 60px 0 80px;
background: white;
}

.comments-intro {
width: 85%;
max-width: 204px;
margin: 38px auto 40px;
}


.comment-paragraph-container {
position: relative;
margin: 15px 0px 25px;
background: #ffc6af;
}

.comment-paragraph-container a {
color: #793859;
}

#comments.comments ul li:before {
display: none;
}

.comments {
width: 100%;
padding: 12px 0px 20px !important;
}
.comments a {
text-decoration: none; 
color: #ff7256;}


.padding-comments {
padding: 0px ;
}

.comment-header {
display: inline-block;
margin-bottom: -4px;
width: 100%;
}

.comments ul {
padding: 0px;
margin: 0px;
}

ul.comment_list {
    margin: 0px;
}

#comments ul {
 padding: 0px 0px 0px 0px;
}
#comments li{
list-style-type: none;
margin: 20px 0px 0px;
border-bottom: 0px solid #847777;
}

#comments li li{
list-style-type: none;
margin: 0px 0px 0px;
border-bottom: none;
}

#comments ul li li{
 padding: 0px 0px 0px 25px;
}

.avatar-date-container {
width: 100%;
display: inline-block;
}

.avatar-container {
width: 50px;
height: 50px;
margin: 5px 15px 0px 0px;
float: left;
}

.comment-author-container {
font-family: "Oswald",sans-serif;
font-size: 18px;
font-weight: 300;
color: #ffc6af;
letter-spacing: 4px;
margin: 4px 0 0 2px;
text-align: left;
text-transform: uppercase;
}

.comment-author-container a {
color: #ffc6af;
}

.comment-date-container {
font-family: "Oswald",sans-serif;
font-size: 10px;
font-weight: 300;
color: #847777;
text-transform: uppercase;
display: block;
text-align: left;
letter-spacing: 3px;
padding-top: 17px;
}


.comments-inner {
padding: 15px 20px 0px;
}

.comment-reply {
font-family: "Oswald",sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 4px;
padding: 0px 20px 10px 0px;
text-align: right;
position: relative;
margin-top: -5px;
color: #793859;
}

.comment-reply a{
color:  #793859;
}

.comment-author-admin> .comment-paragraph-container {
background: #793859;
color: white;
}

.comment-author-admin> .comment-paragraph-container a {
color: #ffc6af;
}

.comment-author-admin> .comment-author-container,  .comment-author-admin> .comment-author-container a {
color: #793859;
}



.comment-author-admin> .comment-paragraph-container .comment-reply a, .comment-author-admin> .comment-paragraph-container .comment-reply {
color:  #ffc6af;
}


/*COMMENTS FORM*/

.comment-form-container {
margin: 0px;
}

#commentform {
padding: 0;
margin-bottom: 5px;
text-align: left;
}

#commentform p{
padding: 5px 0 5px;
	background: none;
border-radius: 0px;
}

.comment-form-title-container{
padding: 30px 0px 0px;
border-top: 1px solid #793859;
margin-top: 30px;
}

.comment_form_title{
font-family: "Oswald",sans-serif;
font-size: 18px;
	color: #ff7256;
	letter-spacing: 4px;
	text-align: left;
	text-transform: uppercase;
}

#comments label, #commentform label{
  display: inline-block;
	vertical-align: center;
  min-width: 80px;
}

.cancel-reply {
font-family: "Oswald",sans-serif;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 4px;
text-align: left;
color: #793859;
margin: -20px 0px 5px 0px;
}

.cancel-reply a{
color: #793859 !important;
}

.comment-author-admin> .comment-paragraph-container .comment_form_title {
color: white !important;
}


.comment-author-admin> .comment-paragraph-container  .cancel-reply a {
color: #ffc6af !important;
}

.comment-author-admin> .comment-paragraph-container .comment-form-title-container {
border-top: 1px solid white;
}


#author, #email, #url{
  font-size: 12px;
  margin: 10px 5px 0 0;
  padding: 5px;
  max-width: 250px;
width: 90%;
border: solid 1px #ff7256;
}

#comments p.comment_form_title {
text-align: left;
}

#comment {
  height: 150px;
  margin: 10px 0;
width: 97%;
padding: 1.5%;
border: solid 1px #ff7256;
	font-size: 16px;
font-family: baskerville;
max-width: 500px;
letter-spacing: 1.5px;
}

#comment_form_comment {
margin-bottom: 5px;
}


p#comment_form_submit input#submit.input_submit, #comments input:hover[type="submit"] {
    background-color: #ff7256;
    color: white;
	border: none;
  font-family: "Oswald",sans-serif;
font-size: 13px;
    padding: 5px 8px;
	margin: -20px 0 0px;
	cursor: pointer;
border-radius: 0px !important;
	letter-spacing: 4px;
	text-transform: uppercase;
}



.comments-paragraph-padding {padding: 15px 0px 0px;}

#comments.comments ul li {   
 padding: 0px;
margin-left: 0px;
text-align: left;
}

#comments.comments ul li li{   
 padding: 0px;
margin-left: 30px;
text-align: left;
}

#comment.input_text {outline: none}


/* Blog Page Content Area*/

.blog-intro-area {
width: 100%;
background-image:url('http://www.freecandie.com/wp-content/uploads/2015/09/iron-bg.jpg');
background-size: cover;
}

.blog-intro {
width: 85%;
max-width: 309px;
margin: 0px auto;
padding: 50px 0;
}

#blog-content-area {
padding: 0px 0 0px;
}

.blog-post-container {
position: relative;
display: inline-block;
width: 100%;
}

.blog-post-container .post-excerpt-area even {
    width: 360px;
padding: 0px 45px;
margin: 30px -76px 0px 0px;
background: #FFF none repeat scroll 0% 0%;
float: left;
}

.blog-post-container h1, .blog-post-container h1 a {
font-family: "Oswald",sans-serif;
font-size: 18px;
font-weight: bold;
text-align: center;
letter-spacing: 3px;
color: #ff7256;
margin: 0px 0px 0px 3px;
text-transform: uppercase;
}

.blog-post-container .odd {
    width: 100%;
    float: left;
margin-top: 50px;
}

.blog-post-container .even {
    width: 100%;
    float: left;
margin-top: 50px;
}

.blog-post-container .even .post-excerpt-area {
    width: 360px;
padding: 0px 45px;
margin: 30px -76px 0px 0px;
background: #FFF none repeat scroll 0% 0%;
float: left;
}

.blog-post-container .even .thumbnail-container {
    width: 600px;
    float: right;
}


@media only screen and (max-width: 1023px){
.blog-post-container .even .thumbnail-container {
float: right;
width: 66%;
}
.blog-post-container .even .post-excerpt-area {
float: left;
width: 35%;
padding: 0px 4.5%;
margin: 25px -10% 0px 0%;
background: #FFF none repeat scroll 0% 0%;
}
}


@media only screen and (max-width: 940px){
.blog-post-container .even .thumbnail-container {
float: right;
width: 100%;
}
.blog-post-container .even .post-excerpt-area {
float: left;
width: 55%;
padding: 0px 4.5%;
margin: -30px 18% 0%;
background: white none repeat scroll 0% 0%;
}
} 

@media only screen and (max-width: 750px){
.blog-post-container .even  .post-excerpt-area {
width: 75%;
padding: 0px 4.5%;
margin: -30px 8% 0%;
}
}


@media only screen and (max-width: 600px){
.blog-post-container .even .post-excerpt-area {
width: 80%;
padding: 0px 6%;
margin: -30px 4% 0%;
}
}

.template-home .post_box:nth-of-type(odd){clear:both;}

.template-category .post_box:nth-of-type(odd){clear:both;}
.template-search .post_box:nth-of-type(odd){clear:both;}

.template-archive .post_box:nth-of-type(odd){clear:both;}
.template-tag .post_box:nth-of-type(odd){clear:both;}
.template-author .post_box:nth-of-type(odd){clear:both;}
.template-day .post_box:nth-of-type(odd){clear:both;}
.template-month .post_box:nth-of-type(odd){clear:both;}
.template-year .post_box:nth-of-type(odd){clear:both;}
.template-contact .post_box:nth-of-type(odd){clear:both;}

.blog-nav {
width: 100%;
display: inline-block;
margin: 25px 0 0;
}





.previous_posts {
    float: left;
width: 79px;
	text-indent: -90000px;
}

.previous_posts a {
    float: left;
text-align: left;
width: 79px;
height: 32px;
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/09/older.png");
background-size: cover;
}

.next_posts  {
 float: right;
text-align: right;
width: 79px;
margin-top: 7px;
	text-indent: -90000px;
}

.next_posts a {
 float: right;
text-align: right;
width: 79px;
height: 25px;
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/09/newer.png");
background-size: cover;
}

.blog-zig-zag {
background-image:url('http://www.freecandie.com/wp-content/uploads/2015/08/tile-white-zig-zag.png');
background-size: 200px;
height: 33px;
margin: 5px 0 30px;
}


/*Blog Page Category boxes row of 4*/

.blog-cat-intro-text {
font-family: baskerville, times, serif;
font-size: 36px;
font-weight: bold;
text-align: center;
letter-spacing: 2px;
color: brown;
margin: 20px 0 40px 2px;
}

@media only screen and (max-width: 700px){
.blog-cat-intro-text {
font-size: 32px;
}
}

.blog-cat-4-col-container {
width: 100%;
display: inline-block;
}

.cat-col-a-4, .cat-col-b-4, .cat-col-c-4 {
    width: 20.5%;
    float: left;
    margin: 0px 6% 0px 0px;
}

.cat-col-d-4 {
width: 20.5%;
float: right;
}

@media only screen and (max-width: 800px){
.cat-col-a-4 {
width: 46.5%;
margin: 0 0 7%;
}
.cat-col-b-4 {
width: 46.5%;
margin: 0 0 7%;
float: right;
}
.cat-col-c-4 {
width: 46.5%;
margin: 0;
}
.cat-col-d-4 {
width: 46.5%;
margin: 0;
}
}

@media only screen and (max-width: 600px){
.cat-col-a-4 {
width: 100%;
float: none;
margin: 0 0 30px;
}
.cat-col-b-4 {
width: 100%;
float: none;
margin: 0 0 30px;
}
.cat-col-c-4 {
width: 100%;
float: none;
margin: 0 0 30px;
}
.cat-col-d-4 {
width: 100%;
float: none;
margin: 0;
}
}



/*Mailchimp Area STYLE*/

.mailchimp-area {
padding: 24px 0px 24px;
text-align: center;
background-image:url('http://www.freecandie.com/wp-content/uploads/2015/08/tile-taupe-cross.jpg');
}


.mc-intro-text-top {
font-family: 'Oswald', sans-serif;
font-size: 30px;
color: white;
letter-spacing: 10px;
margin: 0px 0px 13px 10px;
font-weight: bold;
}

.mc-intro-text-bottom {
font-family: 'Oswald', sans-serif;
font-size: 18px;
color: white;
letter-spacing: 6px;
margin: 0px 0px 18px 6px;
font-weight: 300;
}

.mc_container {
width: 100%;
margin: 0 auto;
display: inline-block;
}

.mc-center {
width: 650px;
margin: 0 auto;
}

.mc-name-box input, .mc-email-box input {
font-family: baskerville, times, serif;
font-size: 18px;
letter-spacing: 2px;
text-indent: 2px;
color: black;
width: 230px;
padding: 9px 5px;
border: none;
float: left;
border-radius:0px !important;
background: #847777;
text-align: left;
}

.mc-email-box input {
margin: 0 20px;
}

.mc-button {
float: left;
margin: 3px 0 0;
background-image:url('http://www.freecandie.com/wp-content/uploads/2015/08/subscribe-button.png');
background-size: 130px;
width: 130px;
height: 35px;
background-repeat: no-repeat;
}

.mc-button input {
border: none;
cursor: pointer;
border-radius:0px !important;
width: 130px;
height: 35px;
background: transparent;
}

@-moz-document url-prefix() { 
 .mc-button input{
   padding: 0px;
  }
}

.mc-name-box ::-webkit-input-placeholder, .mc-email-box ::-webkit-input-placeholder {
   color: black;
text-align: center;
 opacity: 1 !important;
letter-spacing: 2px;
margin-left: -2px;
font-style: italic;
}


.mc-name-box :-moz-placeholder, .mc-email-box :-moz-placeholder { /* Firefox 18- */
  color: black;
text-align: center;
 opacity: 1 !important;
letter-spacing: 2px;
font-style: italic;
margin-left: -2px;
}

.mc-name-box ::-moz-placeholder, .mc-email-box ::-moz-placeholder {  /* Firefox 19+ */
 color: black;
text-align: center;
 opacity: 1 !important;
letter-spacing: 2px;
font-style: italic;
margin-left: -2px;
}

.mc-name-box :-ms-input-placeholder, .mc-email-box :-ms-input-placeholder {  
   color: black;
text-align: center;
 opacity: 1 !important;
letter-spacing: 2px;
font-style: italic;
margin-left: -2px;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

@media only screen and (max-width: 724px){
.mc-center {
width: 100%;
margin: 0 auto;
}
.mc-button-center {
width: 100%;
margin-top: 20px;
display: inline-block;
margin-bottom: 5px;
}
.mc-button  {
margin: 0px auto;
float: none;
}
.mc-name-box input {
margin: 0px;
width: 46%;
}
.mc-email-box input {
margin: 0px;
width: 46%;
float: right;
}
}

@media only screen and (max-width: 425px){
.mc-name-box input, .mc-email-box input {
width: 43%;
}
}

mc_container::-webkit-input-placeholder {
   color: #989898;
text-align: left;
opacity: 1;
}

mc_container:-moz-placeholder { /* Firefox 18- */
      color: #989898;
text-align: left;
opacity: 1;
}

mc_container::-moz-placeholder {  /* Firefox 19+ */
      color: #989898;
text-align: left;
opacity: 1;
}

mc_container:-ms-input-placeholder {  
      color: #989898;
text-align: left;
opacity: 1;
}

.mc_container input:focus::-webkit-input-placeholder {
    color: transparent;
text-align:  left;
}

.mc_container input:focus :-moz-placeholder { /* Firefox 18- */
   color: transparent;
text-align:  left;
}

.mc_container input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;
text-align:  left;
}

.mc_container  input:focus:-ms-input-placeholder {  
    color: transparent;
text-align:  left;
}

/*Footer Area*/

#footer-area {
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/09/torquoise-bg.jpg");
background-size: cover;
}


#footer-column-container {
width: 100%;
display: inline-block;
padding: 50px 0px 50px;
color: white;
}

#footer-column-container a {
color: white;
}

#footer-column-a-container, #footer-column-c-container {
width: 27.5%;
float: left;
text-align: center;
}

#footer-column-b-container {
width: 40%;
float: left;
text-align: center;
margin: 0 2.5%
}

.footer-title {
font-family: baskerville, times, serif;
font-size: 18px;
font-weight: bold;
letter-spacing: 2px;
color: blue;
margin: 0 0 0px 2px;
}

.footer-text, .footer-text a {
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 4px;
margin: 41px 0px 0px 4px;
line-height: 1.8;
color: white;
}


.screen-reader-text, #searchsubmit {
display: none;
}

.search-intro {
width: 101px;
margin: 0 auto 7px;
}



#footer-column-b-container input#s {
    width: 95%;
    font-family: baskerville, times, serif;
font-size: 14px;
    letter-spacing: 2px;
    color: #000;
    padding: 7px 2.5%;
    border: medium none;
    max-width: 221px;
    margin: 20px auto 0;
}

#footer-column-b-container input#s:focus {
font-style: normal;
text-align: left;
}



@media only screen and (max-width: 715px){
#footer-column-container {
padding: 6px 0px 50px;
}
#footer-column-a-container {
width: 100%;
float: none;
margin: 0 0 30px;
}
#footer-column-b-container {
width: 100%;
float: none;
margin: 0 0 30px;
}
#footer-column-c-container {
width: 100%;
float: none;
margin: 0 0px;
}
}

@media only screen and (max-width: 328px){
#footer-column-b-container input#s {
font-size: 14px;
text-transform: uppercase;
max-width: 260px;
}
}


/*Social Media in Footer Column*/

#social-bottom-container {
padding: 9px 0px 12px;
display: inline-block;
width: 100%;
}

.bottom-social {
width: 173px; 
display: inline-block;
margin: 50px auto 0;
}

.bottom-social-bg {
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/08/sprite.png");
background-size: 250px auto;
}


.bottom-fb {
width: 20px;
height: 20px;
margin-right: 13px;
float: left;
background-position: 0px -25px;
}

.bottom-twitter {
width: 25px;
height: 20px;
margin-right: 19px;
float: left;
background-position: -25px -25px;
}

.bottom-instagram {
width: 20px;
height: 20px;
margin-right: 19px;
float: left;
background-position: -50px -25px;
}

.bottom-pinterest {
    width: 20px;
    height: 20px;
    float: left;
margin-right: 16px;
    background-position: -75px -25px;
}

.bottom-youtube {
    width: 20px;
    height: 20px;
    float: left;
    background-position: -100px -25px;
}




/*FP Query Area*/

.query-area {
width: 100%;
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/08/tile-paper.jpg");
padding: 100px 0px 50px;
}

.query-area h1.headline, .query-area h1.headline a {
font-family: 'Oswald', sans-serif;
font-size: 18px;
font-weight: bold;
text-align: center;
letter-spacing: 3px;
color: #ff7256;
margin: 0 0 0 3px;
text-transform: uppercase;
}

@media only screen and (max-width: 700px){
.query-area h1.headline, .query-area h1.headline a {
font-size: 18px;
}
}


.query-container {
width: 100%;
display: inline-block;
}

.query-a, .query-b {
width: 100%;
float: left;
margin-bottom: 50px;
}

.thumbnail-container {
float: left;
width: 600px;
}

.thumbnail-container-right {
float: right;
width: 600px;
}

.post-excerpt-area {
float: left;
width: 360px;
padding: 0 45px;
margin: 30px 0 0 -76px;
background: white none repeat scroll 0% 0%;
}

.post-excerpt-area-left {
float: left;
width: 360px;
padding: 0 45px;
margin: 30px -76px 0 0px;
background: white none repeat scroll 0% 0%;
}



.query-c {
width: 30%;
float: left;
}

.view-more {
width: 219px;
margin: -3px auto 0;
}

.date-container {
font-family: 'Oswald', sans-serif;
font-size: 12px;
font-weight: bold;
color: #847777;
text-align: center;
margin: 48px 0px 14px 2px;
letter-spacing: 2px;
}



.query-excerpt {
margin: 35px 0 10px;
}

.read-more {
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/09/read-more.png");
background-size: cover;
width: 124px;
height: 32px;
margin: 30px auto 50px;
display: table;
text-indent: -90000px;
}

a.read-more {
color: #ff7256;
}


@media only screen and (max-width: 1023px){
.thumbnail-container {
float: left;
width: 66%;
}
.thumbnail-container-right {
float: right;
width: 66%;
}
.post-excerpt-area {
float: left;
width: 35%;
padding: 0px 4.5%;
margin: 25px 0px 0px -10%;
background: white none repeat scroll 0% 0%;
}
.post-excerpt-area-left {
float: left;
width: 35%;
padding: 0px 4.5%;
margin: 25px -10% 0px 0%;
background: white none repeat scroll 0% 0%;
}
}


@media only screen and (max-width: 940px){
.thumbnail-container {
float: left;
width: 100%;
}
.thumbnail-container-right {
float: right;
width: 100%;
}
.post-excerpt-area {
float: left;
width: 55%;
padding: 0px 4.5%;
margin: -30px 18% 0%;
background: white none repeat scroll 0% 0%;
}
.post-excerpt-area-left {
float: left;
width: 55%;
padding: 0px 4.5%;
margin: -30px 18% 0%;
background: white none repeat scroll 0% 0%;
}
}

@media only screen and (max-width: 750px){
.post-excerpt-area {
width: 75%;
padding: 0px 4.5%;
margin: -30px 8% 0%;
}
.post-excerpt-area-left {
width: 75%;
padding: 0px 4.5%;
margin: -30px 8% 0%;
}
.query-area {
padding: 70px 0px 50px;
}
}

@media only screen and (max-width: 600px){
.post-excerpt-area {
width: 80%;
padding: 0px 6%;
margin: -30px 4% 0%;
}
.post-excerpt-area-left {
width: 80%;
padding: 0px 6%;
margin: -30px 4% 0%;
}
.date-container {
margin: 28px 0px 14px 2px;
}
.query-excerpt {
    margin: 20px 0px 10px;
}
.read-more {
margin: 20px auto 30px;
}
}



.featured-container {
padding: 20px 0px 15px;
width: 100%;
display: inline-block;
}

.featured-text {
width: 100%;
float: left;
font-family: "futura",helvetica,sans-serif;
font-size: 10px;
text-align: center;
margin-bottom: 17px;
}

.bbc{
width: 105px;
float: left;
margin: 0 29px 0 0;
}

.cbc {
width: 48px;
float: left;
margin: 0 29px 0 0;
}

.cnn {
width: 161px;
float: left;
margin: 0 30px 0 0;
}

.matador {
width: 66px;
float: left;
margin: 0 29px 0 0;
}

.travelocity {
width: 149px;
float: left;
margin: 0 29px 0 0;
}

.travel-escape {
width: 79px;
float: left;
margin: 0 29px 0 0;
}

.flipkey {
width: 187px;
float: left;
margin: 0 0 0 0px;
}

@media only screen and (max-width: 1023px){
.bbc{
width: 105px;
float: left;
margin: 0 30px 0 0;
}
.cbc {
width: 48px;
float: left;
margin: 0 0px 0 0;
}
.cnn {
width: 161px;
float: left;
margin: 0 30px 0 0;
}
.matador {
width: 66px;
float: left;
margin: 0 0px 0 0;
}
.travelocity {
width: 149px;
float: left;
margin: 0 30px 0 0;
}
.travel-escape {
width: 79px;
float: left;
margin: 0 30px 0 0;
}
.flipkey {
width: 187px;
float: left;
margin: 0 0px 0 0px;
}
.feat-col-a-outer {
float: left;
width: 100%;
margin-bottom: 30px;
}
.feat-col-b-outer {
float: left;
width: 100%;
margin-bottom: 30px;
}
.feat-col-c-outer {
float: left;
width: 100%;
}
.feat-col-a {
width: 183px;
margin: 0 auto;
}
.feat-col-b {
width: 257px;
margin: 0 auto;
}
.feat-col-c {
width: 475px;
margin: 0 auto;
}
}


@media only screen and (max-width: 530px){
.feat-col-d-outer {
float: left;
width: 100%;
margin: 15px 0px 0;
}
.feat-col-d {
width: 187px;
margin: 0px auto;
}
.feat-col-c {
width: 258px;
margin: 0 auto;
}
.travel-escape {
margin: 0 0px 0 0;
}
.featured-container {
    padding: 20px 0px 0px;
}
}


.featured-area {
background: #ffc6af;
}

#attribution-container {
font-family: "futura",helvetica,sans-serif;
font-size: 10px;
color: white;
text-align: center;
letter-spacing: 2px;
background-image: url("http://www.freecandie.com/wp-content/uploads/2015/09/torquoise-bg.jpg");
background-size: cover;
padding: 15px 0;
background-position: left bottom;
}

#attribution-container a {
color: white;
}



/*Column boxes row of 2*/

.row-2-col-area {
width: 100%;
padding: 70px 0;
background: yellow;
}

.row-2-col-container {
width: 100%;
display: inline-block;
}

.col-a-2 {
width: 45%;
float: left;
}

.col-b-2 {
width: 45%;
float: right;
}

@media only screen and (max-width: 600px){
.col-a-2 {
width: 100%;
float: none;
margin-bottom: 30px;
}
.col-b-2 {
width: 100%;
float: none;
}
}


/*Column boxes row of 2x2*/

.row-2x2-col-area {
width: 100%;
padding: 70px 0;
background: white;
}

.row-2x2-col-container {
width: 100%;
display: inline-block;
}

.col-a-2x2 {
width: 47%;
float: left;
margin: 0 0 6% 0;
}

.col-b-2x2 {
width: 47%;
float: right;
margin: 0 0 6% 0;
}

.col-c-2x2 {
width: 47%;
float: left;
}

.col-d-2x2 {
width: 47%;
float: right;
}

@media only screen and (max-width: 600px){
.col-a-2x2, .col-b-2x2, .col-c-2x2 {
width: 100%;
float: none;
margin-bottom: 30px;
}
.col-d-2x2 {
width: 100%;
float: none;
}
}


/*Column boxes row of 3*/

.row-3-col-area {
width: 100%;
padding: 70px 0;
background: purple;
}

.row-3-col-container {
width: 100%;
display: inline-block;
}

.col-a-3, .col-c-3 {
    width: 30%;
    float: left;
    margin: 0px 0px 0px 0px;
}

.col-b-3 {
width: 30%;
float: left;
margin: 0 5% 0 5%;
}

@media only screen and (max-width: 600px){
.col-a-3, .col-b-3 {
    width: 100%;
    float: none;
    margin: 0px 0px 30px 0px;
    text-align: left;
}
.col-c-3 {
width: 100%;
float: none;
margin: 0;
}
}

/*Column boxes row of 2x3*/

.row-2x3-col-area {
width: 100%;
padding: 70px 0;
background: grey;
}

.row-2x3-col-container {
width: 100%;
display: inline-block;
}

.col-a-2x3, .col-c-2x3 {
width: 30%;
float: left;
margin: 0 0 5% 0;
}

.col-d-2x3, .col-f-2x3  {
width: 30%;
float: left;
margin: 0 0 0 0;
}

.col-b-2x3 {
width: 30%;
float: left;
margin: 0 5% 5%;
}

.col-e-2x3 {
width: 30%;
float: left;
margin: 0 5% 0 ;
}

@media only screen and (max-width: 800px){
.col-a-2x3, .col-c-2x3{
width: 45%;
float: left;
margin: 0 0 10% 0;
}
.col-b-2x3, .col-d-2x3 {
width: 45%;
float: right;
margin: 0 0 10% 0;
}
.col-e-2x3 {
width: 45%;
float: left;
margin: 0 0 0 0;
}
.col-f-2x3 {
width: 45%;
float: right;
margin: 0 0 0 0; 
}
}

@media only screen and (max-width: 600px){
.col-a-2x3, .col-b-2x3, .col-c-2x3, .col-d-2x3, .col-e-2x3 {
width: 100%;
float: none;
margin: 0 0 30px 0;
}
.col-f-2x3 {
width: 100%;
float: none;
margin: 0 0 0 0;
}
}


/*Column boxes row of 4*/

.row-4-col-area {
width: 100%;
padding: 70px 0;
background: orange;
}

.row-4-col-container {
width: 100%;
display: inline-block;
}

.col-a-4, .col-b-4, .col-c-4 {
    width: 20.5%;
    float: left;
    margin: 0px 6% 0px 0px;
}

.col-d-4 {
width: 20.5%;
float: right;
}

@media only screen and (max-width: 800px){
.col-a-4 {
width: 46.5%;
margin: 0 0 7%;
}
.col-b-4 {
width: 46.5%;
margin: 0 0 7%;
float: right;
}
.col-c-4 {
width: 46.5%;
margin: 0;
}
.col-d-4 {
width: 46.5%;
margin: 0;
}
}

@media only screen and (max-width: 600px){
.col-a-4 {
width: 100%;
float: none;
margin: 0 0 30px;
}
.col-b-4 {
width: 100%;
float: none;
margin: 0 0 30px;
}
.col-c-4 {
width: 100%;
float: none;
margin: 0 0 30px;
}
.col-d-4 {
width: 100%;
float: none;
margin: 0;
}
}

/*FAQ Dropdown CSS*/


.faq-container {
width: 100%;
display: inline-block;
    font-family: "Oswald",sans-serif;
font-size: 24px;
font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
text-align: left;
color: #3ac2b8;
margin-bottom: -18px;
}





.faq-left-column {
float: left;
width: 47%;
}

.faq-right-column {
float: right;
width: 47%;
}

.faq {
        cursor:hand;
        cursor:pointer;
        width:100%;
    }

    .faa {
        display:none;
font-weight: normal;
margin-top: -10px;
font-size: 17.5px;
font-family: baskerville, times, serif;
color: black;
letter-spacing: 1.2px;
    }

    .faa a {
color: #3ac2b8;
}


@media only screen and (max-width: 625px){
.faq-left-column {
float: none;
width: 100%;
margin-bottom: 19px;
}

.faq-right-column {
float: none;
width: 100%;
}
.faq-container {
font-size: 22px;
}
}


.purple-line-divide-faq {
width: 100%;
height: 4px;
background: #793859;
margin: 42px 0 42px;
}

.want-more {
width: 85%;
max-width: 247px;
margin: 19px auto 36px;
}

.email-teal-button {
width: 161px;
margin: 40px auto 20px;
}


/* CONTACT FORM*/

.contact-form-area {
margin: -7px 0 50px 0;
}

.contact-form-holder {
padding: 0px; 
border-radius: 15px; 
font-size: 18px; 
line-height: 30px;
max-width: 554px;
margin: 0 auto -16px;
}



@media only screen and (max-width: 504px){
.contact-form-holder {
max-width: 80%;
}
}

@media only screen and (max-width: 400px){
.contact-form-holder {
max-width: 93%;
}
}


div.wpcf7-response-output{
font-size: 14px !important;
}

.contact-holder {
    border-top: 0px solid #847777;
margin: 40px 0px 44px;
padding: 30px 0px 0px
}


.wpcf7-response-output.wpcf7-mail-sent-ok {font-family: "Oswald",sans-serif; letter-spacing: 2px; border: 1px solid $gold;}
.wpcf7-response-output.wpcf7-validation-errors {font-family: "Oswald",sans-serif; letter-spacing: 2px; border: 1px solid $gold;}
INPUT.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {letter-spacing: 2px; border: 1px solid white; padding: 13px 10px; font-size: 17.5px; margin-bottom: -13px; -webkit-appearance: none; font-family: baskerville;
border-radius: 0;}
INPUT.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    letter-spacing: 2px;
    border: 1px solid #FFF;
    padding: 13px 10px;
    font-size: 17.5px;
    margin-bottom: -13px;
    font-family: baskerville;
}
TEXTAREA.wpcf7-form-control.wpcf7-textarea {letter-spacing: 2px; border: 1px solid white; padding: 13px 10px; font-size: 17.5px; font-family: baskerville; height: 205px;}

@-moz-document url-prefix() { 
TEXTAREA.wpcf7-form-control.wpcf7-textarea {
height: 205px;
  }
}



INPUT.wpcf7-form-control.wpcf7-submit {
letter-spacing: 2px;
font-size: 18px;
border: medium none;
color: white;
padding: 10px 0px;
text-transform: uppercase;
background-color: #ff7256;
font-family: "Oswald",sans-serif;
text-align: center;
margin-top: -4px;
width: 80px;
}

input.wpcf7-form-control.wpcf7-text {letter-spacing: 2px; border: 1px solid white; padding: 13px 10px; font-size: 17.5px; font-family: baskerville; margin-bottom: -13px;}


.wpcf7-form-control  {
	width: 531px;
}
.wpcf7-submit {
	width: 100px;
	cursor: pointer;
}

@media only screen and (max-width:1023px){
.wpcf7-form-control {
		width: 96%;
}
}

@media only screen and (max-width:504px){
.wpcf7-form-control {
		width: 93%;
}
}

@media only screen and (max-width: 400px){
.wpcf7-form-control {
		width: 92%;
}
}


@media only screen and (max-width:600px){
TEXTAREA.wpcf7-form-control.wpcf7-textarea {
height: 170px;
}
}



/*Front Page Content and general fonts*/

.peach-24-light {
font-family: 'Oswald', sans-serif;
font-size: 24px;
color: #ff7256;
letter-spacing: 2px;
margin-left: 1px;
font-weight: 300;
text-align: center;
}

.peach-24-light p {
margin-bottom: 25px;
}


.full-width-img img {
width: 100%;
}

.fp-zig-zag {
background-image:url('http://www.freecandie.com/wp-content/uploads/2015/08/tile-white-zig-zag.png');
background-size: 200px;
height: 33px;
margin-bottom: 45px;
}

.learn-more-button {
width: 230px;
margin: 50px auto 0;
}

/*Front Page Category Area*/
.fp-cat-area {
background: white;
padding: 50px 0 95px;
}

.fp-cat-container {
width: 100%;
display: inline-block;
text-align: center;
}

.fp-cat-a-3, .fp-cat-c-3 {
    width: 30%;
    float: left;
    margin: 0px 0px 0px 0px;
}

.fp-cat-b-3 {
width: 30%;
float: left;
margin: 0 5% 0 5%;
}

.fp-cat-title, .fp-cat-title a {
color: #ff7256;
font-family: 'Oswald', sans-serif;
font-size: 24px;
letter-spacing: 8px;
margin: 14px 0px 25px 8px;
font-weight: 300;
}

@media only screen and (max-width: 800px){
.fp-cat-title, fp-cat-title a {
font-size: 22px;
}
}


@media only screen and (max-width: 660px){
.fp-cat-title, fp-cat-title a {
font-size: 24px;
}
.fp-cat-a-3, .fp-cat-b-3 {
    width: 100%;
    float: none;
    margin: 0px 0px 50px 0px;
}
.fp-cat-c-3 {
width: 100%;
float: none;
margin: 0;
}
}

/*Front Page Life Stories Area*/
#fp-life-stories-area {
background-image:url('http://www.freecandie.com/wp-content/uploads/2015/09/tile-teal.jpg');
border-top: 100px solid white;
padding-bottom: 260px;
}

#life-stories-container {
width: 100%;
position: relative;
}

#life-stories-img {
margin-top: -100px;
}

#life-stories-intro {
background: #ffc6af;
width: 187px;
padding: 14px 41px 14px 44px;
z-index: 10;
position: absolute;
top: 56%;
text-align: center;
left: 50%;
margin-left: -136px;
font-family: "Oswald",sans-serif;
font-size: 24px;
color: #FFF;
font-weight: 300;
letter-spacing: 6px;
}

#life-stories-text {
background: white;
width: 67%;
padding: 69px 8% 74px;
color: #847777;
z-index: 9;
position: absolute;
top: 60.5%;
text-align: center;
left: 50%;
margin-left: -41.5%;
font-family: baskerville, times, serif;
font-size: 30px;
letter-spacing: 3px;
font-style: italic;
}

#life-stories-text p {
margin-bottom: 0px;
}

#explore-button-fp {
position: absolute;
width: 160px;
left: 50%;
margin: 13% 0px 0px -80px;
z-index: 12;
}

@media only screen and (max-width: 1023px){
#fp-life-stories-area {
padding-bottom: 66px;
}
#life-stories-intro {
position: relative;
margin: 30px auto -28px;
top: 0;
left: 0;
}
#life-stories-text { 
position: relative;
width: auto;
padding: 59px 50px 65px;
top: 0;
left: 0;
margin: 0;
}
#explore-button-fp {
position: relative;
top: 0;
left: 0;
margin: -35px auto 0;
}
}

@media only screen and (max-width: 650px){
#life-stories-intro {
width: 180px;
padding: 14px 31px 14px 35px;
}
#life-stories-text { 
padding: 59px 30px 65px;
font-size: 26px;
letter-spacing: 2px;
}
}


/*Front Page Whats New Area*/

.whats-new {
width: 100%;
background-image:url('http://www.freecandie.com/wp-content/uploads/2015/09/iron-bg.jpg');
background-size: cover;
}

.what-new-img {
width: 85%;
max-width: 309px;
margin: 0px auto;
padding: 50px 0;
}

/*About Fun Fact Area*/
.fun-facts-area {
width: 100%;
padding: 50px 0 20px;
background: white;
}

.fun-facts-intro {
width: 194px;
margin: 0 auto 50px;
}

.fact-container-nude {
width: 100%;
background: #ffc6af;
font-family: baskerville, times, serif;
font-size: 24px;
color: black;
letter-spacing: 2px;
font-style: italic;
margin-bottom: 30px;
}


.fact-container-purple {
width: 100%;
background: #793859;
font-family: baskerville, times, serif;
font-size: 24px;
color: white;
letter-spacing: 2px;
font-style: italic;
margin-bottom: 30px;
}


.fact-text {
padding: 23px 30px;
}

/*Places Page*/

.places-container {
width: 100%;
margin: 0 0 -18px;
display: inline-block;
}

.places-column-a, .places-column-b, .places-column-c {
float: left;
width: 230px;
margin: 0 18px 18px 0; 
}

.places-column-d {
float: left;
width: 230px;
margin: 0 0px 18px 0; 
}

@media only screen and (max-width: 1023px){
.places-container {
margin: 0 0 -2%;
}
.places-column-a, .places-column-b, .places-column-c {
    width: 23.5%;
    float: left;
    margin: 0px 2% 2% 0px;
}
.places-column-d {
    width: 23.5%;
    float: left;
    margin: 0px 0 2% 0px;
}
}


@media only screen and (max-width: 800px){
.places-container {
margin: 0 0 -4%;
}
.places-column-a, .places-column-c {
    width: 48%;
    float: left;
    margin: 0px 4% 4% 0px;
}
.places-column-b,.places-column-d {
    width: 48%;
    margin: 0px 0 4% 0px;
}
}

@media only screen and (max-width: 450px){
.places-container {
margin: 0 0 -40px;
}
.places-column-a, .places-column-b, .places-column-c, .places-column-d {
    width: 100%;
    margin: 0px 0 40px;
}
}

.content-bottom-spacer {
width: 100%;
height: 45px;
}



/*Travel Page*/

.travel-container, .writing-container {
width: 100%;
margin: 0 0 -28px;
display: inline-block;
}

.travel-column-a, .travel-column-b, .writing-column-a, .writing-column-b {
float: left;
width: 306px;
margin: 0 28px 28px 0; 
}

.travel-column-c, .writing-column-c {
float: left;
width: 306px;
margin: 0 0px 28px 0; 
}

@media only screen and (max-width: 1023px){
.travel-container, .writing-container {
margin: 0 0 -3.5%;
}
.travel-column-a, .travel-column-b, .writing-column-a, .writing-column-b {
    width: 31%;
    float: left;
    margin: 0px 3.5% 3.5% 0px;
}
.travel-column-c, .writing-column-c {
    width: 31%;
    float: left;
    margin: 0px 0 3.5% 0px;
}
}

@media only screen and (max-width: 600px){
.travel-container, .writing-container {
margin: 0 0 -40px;
}
.travel-column-a, .travel-column-b, .travel-column-c, .writing-column-a, .writing-column-b, .writing-column-c {
    width: 100%;
    margin: 0px 0 40px;
}
}


/*Work With Me and Media Pages*/

.download-media-kit {
width: 85%;
max-width: 405px;
margin: 48px auto 50px;
}

.nude-line-divide {
width: 100%;
height: 4px;
background: #ffc6af;
margin: 0;
}

.teal-sub-title {
font-family: "Oswald",sans-serif;
font-size: 18px;
font-weight: bold;
text-align: center;
letter-spacing: 3px;
color: #3ac2b8;
margin: 0px 0px 21px 3px;
}

.purple-line-divide {
width: 100%;
height: 4px;
background: #793859;
margin: 0;
}


/*Shop Page*/

.shop-ebook-container {
width: 100%;
display: inline-block;
}

.shop-ebook-container h2 {
font-family: 'Oswald', sans-serif;
font-size: 18px;
color: #3ac2b8;
font-weight: bold;
letter-spacing: 3px;
text-align: center;
margin: 46px 0px 31px 3px;
padding: 0 70px;
}

.shop-ebook-left {
width: 46%;
float: left;
}

.shop-ebook-right {
width: 46%;
float: right;
}

.shop-ebook-holder {
width: 100%;
}

.shop-ebook-holder img {
width: 300px;
margin: 0 auto;
}

.shop-learn-more {
width: 80%;
max-width: 309px;
margin: 40px auto 0;
}

.visit-store {
width: 80%;
max-width: 309px;
margin: 40px auto 20px;
}

@media only screen and (max-width:985px){
.shop-ebook-container h2 {
padding: 0 60px;
}
}

@media only screen and (max-width: 910px){
.shop-ebook-container h2 {
padding: 0 50px;
}
}

@media only screen and (max-width: 855px){
.shop-ebook-container h2 {
padding: 0 30px;
}
}


@media only screen and (max-width: 775px){
.shop-ebook-container h2 {
padding: 0px;
}
}


@media only screen and (max-width: 675px){
.shop-ebook-left, .shop-ebook-right {
width: 100%;
}
.shop-ebook-left {
margin-bottom: 50px;
}
}


.shop-3-img-container {
width: 90%;
margin: 0 auto;
}


.shop-3-img-inner-container {
width: 100%;
display: inline-block;
}

.shop-3-img-left {
width: 40%;
float: left;
}

.shop-3-img-right {
width: 40%;
float: right;
}

.shop-3-img-center {
width: 38%;
float: left;
margin: 2.5% -9.1% 0;
}


@media only screen and (max-width:750px){
.shop-3-img-container {
width: 100%;
}
.shop-3-img-left {
    float: left;
    margin-right: -3%;
    width: 53%;
}
.shop-3-img-right {
    float: left;
    width: 53%;
    margin-left: -3%;
    margin-top: 5%;
}
.shop-3-img-center {
    width: 56%;
    float: left;
    margin: -25% 22% 0px;
}
}


/*Guides Page*/

.newfoundland-title {
width: 80%;
max-width: 292px;
margin: 0 auto 50px;
}

.travel-lifestyle-title {
width: 80%;
max-width: 408px;
margin: 0 auto 50px;
}

.guides-container {
width: 100%;
margin: 0 0 -28px;
display: inline-block;
}

.guides-column-a, .guides-column-b {
float: left;
width: 306px;
margin: 0 28px 28px 0; 
}

.guides-column-c {
float: left;
width: 306px;
margin: 0 0px 28px 0; 
}

@media only screen and (max-width: 1023px){
.guides-container {
margin: 0 0 -3.5%;
}
.guides-column-a, .guides-column-b {
    width: 31%;
    float: left;
    margin: 0px 3.5% 3.5% 0px;
}
.guides-column-c {
    width: 31%;
    float: left;
    margin: 0px 0 3.5% 0px;
}
}

@media only screen and (max-width: 600px){
.guides-container {
margin: 0 0 -40px;
}
.guides-column-a, .guides-column-b, .guides-column-c {
    width: 100%;
    margin: 0px 0 40px;
}
}


/* 2 side by side images*/
.post-2-img-container {
width: 100%;
display: inline-block;
margin-bottom: 15px;
}

.post-img2-a {
float: left;
width: 49%;
}

.post-img2-b {
float: right;
width: 49%;
}

@media only screen and (max-width: 650px){
.post-img2-a {
float: none;
width: 100%;
margin: 0 0 20px;
}
.post-img2-b {
float: none;
width: 100%;
margin: 0 0;
}
}


/*Resources Page*/

.resource-row-container {
width: 100%;
display: inline-block;
}



.resource-column-a, .resource-column-b, .resource-column-c {
width: 227px;
margin:  0 22px 43px 0;
float: left;
}

.resource-column-d {
width: 227px;
margin:  0 0 43px;
float: left;
}

.resource-column-title {
width: 100%;
float: left;
font-family: 'Oswald', sans-serif;
font-size: 18px;
color: #3ac2b8;
letter-spacing: 3px;
font-weight: bold;
text-align: center;
margin: 0px 0px 11px 3px;
min-height: 46px;
}

.resource-column-title a {
color: #3ac2b8;
}


@media only screen and (max-width: 1023px){
.resource-column-title, .resource-column-title a {
min-height: 0;
}
.resource-column-a, .resource-column-c {
width: 47%;
margin:  0 6% 0px 0;
float: left;
}
.resource-column-b, .resource-column-d {
width: 47%;
margin:  0 0 0px 0;
float: right;
}
.resources-two-column-split {
float: left;
width: 100%;
margin: 0 0 43px;
}
}

@media only screen and (max-width: 700px){
.resource-column-a, .resource-column-c {
width: 45%;
margin:  0 10% 0px 0;
float: left;
}
.resource-column-b, .resource-column-d {
width: 45%;
margin:  0 0 0px 0;
float: right;
}
}

@media only screen and (max-width: 550px){
.resource-column-a, .resource-column-b, .resource-column-c, .resource-column-d {
width: 100%;
margin:  0 0 43px 0;
float: left;
}
.resources-two-column-split {
float: left;
width: 100%;
margin: 0 0 0px;
}
}

@media only screen and (max-width: 300px){
.resource-column-title, .resource-column-title a {
font-size: 16px;
}
}

.resources-work-title {
width: 110px;
margin: 0 auto 50px;
}

.resources-travel-title {
width: 133px;
margin: 0 auto 50px;
}

.resources-gear-title {
width: 133px;
margin: 0 auto 50px;
}

.resources-lifestyle-title {
width: 90%;
margin: 0 auto 50px;
max-width: 179px;
}

/*Ebook Pages*/

.coming-soon {
width: 80%;
max-width: 309px;
margin: 20px auto 44px;
}

.ebook-featured-img {
width: 100%;
max-width: 600px;
margin: 0 auto;
}
/*---:[ custom CSS ]:---*/
.wpgdprc-checkbox .required {
    text-decoration: none !important;
}



/* Shareaholic custom css*/

.shr-badge__button {
    display: none !important;
}


.flat i.shareaholic-service-icon {
	background-color: none !important;
}

ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon {
width: 25px !important;
	height: 25px !important;
}



.shareaholic-share-button i.shareaholic-service-icon, .flat i.shareaholic-service-icon  {
    background-image: url('http://www.freecandie.com/wp-content/uploads/2015/08/sprite.png') !important;
	background-color: transparent !important;
	font-size: 0 !important;
	background-size: 250px auto !important;
}


.shareaholic-service-icon.shareaholic-service-facebook {
    background-position: 0px -50px !important;
}

.shareaholic-service-icon.shareaholic-service-twitter {
    background-position: -25px -50px !important;
}

.shareaholic-service-icon.shareaholic-service-google_plus {
    background-position: -50px -50px !important;
}

.shareaholic-service-icon.shareaholic-service-pinterest {
    background-position: -75px -50px !important;
}

.shareaholic-service-icon.shareaholic-service-email_this {
    background-position: -100px -50px !important;
}

.shareaholic-service-icon.shareaholic-service-all {
    background-position: -125px -50px !important;
}



/* Comment Luv*/
span.cluv {
border: 1px solid #793859 !important;
border-left: none !important;
border-right: none !important;
    padding: 5px 0px !important;
    display: block !important;
    font-size: 14px !important;
    text-transform: none !important;
    margin: 20px 0 !important;
}

div#commentluv {
    clear: both !important;
    margin: 10px 0px 30px !important;
}

.comments-area-container input.cl_error{
    border: 1px solid white !important;
}

/*Contact Form and Pop Up*/
/* Contact Form Hints*/
span.wpcf7-not-valid-tip {
font-family: "Oswald",sans-serif !important;
	color: #ff7256 !important;
letter-spacing: 3px !important;
margin: 10px 0 0;
}

#cboxContent {
font-family: "Oswald",sans-serif !important;
letter-spacing: 3px !important;
}

.alert #cboxLoadedContent {
color: #793859 !important;
}

.succes #cboxLoadedContent {
color: #ff7256 !important;
}
	
/*Super Social Share*/
.the_champ_sharing_container.the_champ_horizontal_sharing {
    display: table;
    margin: 0 auto;
}

.theChampSharing.theChampFacebookBackground {
    width: 40px !important;
    height: 40px !important;
    margin-right: 7px !important;
}


.theChampSharing.theChampTwitterBackground {
    width: 40px !important;
    height: 40px !important;
    margin-right: 7px !important;
}


.theChampSharing.theChampGoogleplusBackground {
    width: 40px !important;
    height: 40px !important;
    margin-right: 7px !important;
}


.theChampSharing.theChampLinkedinBackground {
    width: 40px !important;
    height: 40px !important;
    margin-right: 7px !important;
}

.theChampSharing.theChampPinterestBackground {
    width: 40px !important;
    height: 40px !important;
    margin-right: 7px !important;
}

.theChampSharing.theChampEmailBackground {
    width: 40px !important;
    height: 40px !important;
	margin-right: 7px !important;
}

.theChampSharing.theChampMoreBackground {
    width: 40px !important;
    height: 40px !important;
}

@media only screen and (max-width: 567px){
.theChampSharing.theChampFacebookBackground {
    width: 30px !important;
    height: 30px !important;
   	margin-right: 5px !important;
}
.theChampSharing.theChampTwitterBackground {
    width: 30px !important;
    height: 30px !important;
   	margin-right: 5px !important;
}
.theChampSharing.theChampGoogleplusBackground {
    width: 30px !important;
    height: 30px !important;
   	margin-right: 5px !important;
}
.theChampSharing.theChampLinkedinBackground {
    width: 30px !important;
    height: 30px !important;
   	margin-right: 5px !important;
}
.theChampSharing.theChampPinterestBackground {
    width: 30px !important;
    height: 30px !important;
   	margin-right: 5px !important;
}
.theChampSharing.theChampEmailBackground {
    width: 30px !important;
    height: 30px !important;
	margin-right: 5px !important;
}
.theChampSharing.theChampMoreBackground {
    width: 30px !important;
    height: 30px !important;
}
}

/*Share Top*/
.share-top {
    margin: -70px 0 70px;
}

.share-top .theChampSharing.theChampFacebookBackground {
    width: 25px !important;
    height: 25px !important;
   	margin-right: 5px !important;
}

.share-top .theChampSharing.theChampTwitterBackground {
    width: 25px !important;
    height: 25px !important;
   	margin-right: 5px !important;
}

.share-top .theChampSharing.theChampGoogleplusBackground {
    width: 25px !important;
    height: 25px !important;
   	margin-right: 5px !important;
}

.share-top .theChampSharing.theChampLinkedinBackground {
    width: 25px !important;
    height: 25px !important;
   	margin-right: 5px !important;
}

.share-top .theChampSharing.theChampPinterestBackground {
    width: 25px !important;
    height: 25px !important;
   	margin-right: 5px !important;
}

.share-top .theChampSharing.theChampEmailBackground {
    width: 25px !important;
    height: 25px !important;
	margin-right: 5px !important;
}

.share-top .theChampSharing.theChampMoreBackground {
    width: 25px !important;
    height: 25px !important;
}

@media only screen and (max-width: 750px){
	.share-top {
    margin: -35px 0 50px;
}
}
	

#toplevel_page_wpseo_dashboard.wp-has-submenu.wp-has-current-submenu.wp-menu-open.menu-top.toplevel_page_wpseo_dashboard.menu-top-first {display: none !important;}