/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################    DESKTOP STYLES           ################################ */
/* ########################################################################################### */
/* ########################################################################################### */


html {
width: 100%;
height: 100%;
background: #000;
color: #111;
font-size: 100px;

}


body {
width: 100%;
height: 100%;
margin: 0;
font-family: 'corbeau_medium', Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14%;
font-style: normal;
color: #111;
overflow: auto;
position: relative;

}


#page_holder {
width: 100%;
height: 100%;
display: block;
position: relative;
 -webkit-transition: opacity 1s; /* Safari */
 transition: opacity 1s;
opacity: 1;

}


#page_holder.hover {
opacity: 0.5;


}

#top_over_fade {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background:#e5e5e5;
float: left;
display: block;
z-index: 144;

}


#base_layer {
display: none;

}




/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################         FONT FACES          ################################ */
/* ########################################################################################### */
/* ########################################################################################### */


@font-face {
font-family: 'corbeau_bold';
src: url('../fonts/c_bold.eot');
src: url('../fonts/c_bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/c_bold.woff') format('woff'),
url('../fonts/c_bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}






@font-face {
font-family: 'imperial';
src: url('../fonts/imperial.eot');
src: url('../fonts/imperial.eot?#iefix') format('embedded-opentype'),
url('../fonts/imperial.woff') format('woff'),
url('../fonts/imperial.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}


@font-face {
font-family: 'corbeau_medium';
src: url('../fonts/c_medium.eot');
src: url('../fonts/c_medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/c_medium.woff') format('woff'),
url('../fonts/c_medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'corbeau_thin';
src: url('../fonts/c_thin.eot');
src: url('../fonts/c_thin.eot?#iefix') format('embedded-opentype'),
url('../fonts/c_thin.woff') format('woff'),
url('../fonts/c_thin.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}



@font-face {
font-family: 'fakt_medium';
src: url('../fonts/f_medium.eot');
src: url('../fonts/f_medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/f_medium.woff') format('woff'),
url('../fonts/f_medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}


@font-face {
font-family: 'symbols';
src: url('../fonts/symbols.eot');
src: url('../fonts/symbols.eot?#iefix') format('embedded-opentype'),
url('../fonts/symbols.woff') format('woff'),
url('../fonts/symbols.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}




/* ########################################################################################### */
/* ########################################################################################### */
/* ####################################      BASICS     ###################################### */
/* ########################################################################################### */
/* ########################################################################################### */





table {
padding: 0;
margin: 0;
border-spacing: 0px;
	
}


td {
margin: 0;
padding: 0;
border-spacing: 0px;

}


div {
font-size: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}



a,a:visited,a:hover,a:active{
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
position:relative;
text-decoration:none;
color: inherit;
width: auto;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
   
}

a:hover {
text-decoration:none;

}



button {
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
cursor: pointer;

-webkit-box-shadow: none;
box-shadow: none;
line-height: 1;
text-shadow: none;

-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0px;

-webkit-appearance: none;
border: 0px;
outline: none;
box-shadow: none;
outline-width: 0px;
}

button:hover {
-webkit-appearance: none;
border: 0px;
outline: none;
box-shadow: none;
outline-width: 0px;

cursor: pointer;

}

button:focus {
-webkit-appearance: none;
border: 0px;
outline: none;
box-shadow: none;
outline-width: 0px;
cursor: auto;

cursor: pointer;

}

form {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */

}


h1, h2, h3, h4, h5, h6 {
font-family: 'corbeau_bold', Impact, 'HelveticaNeue-CondensedBlack', sans-serif;
margin: 0px 0 4px 0px;
font-weight: 100;
}


#thin {
font-family: 'corbeau_thin', "Courier New", Courier, monospace;
}


strong {
font-family: 'imperial',georgia,'times new roman',times,serif;
font-weight: 700;
}


sup {
font-size: 60%;
font-family: 'imperial',georgia,'times new roman',times,serif;
font-weight: 100;
color:#111;

}




/* #############   IMAGES AND VIDEO   ###############  */


img {
margin: 0;
padding: 0;
display: block;
border: none;
width: auto;

}



/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################     HEADER                  ################################ */
/* ########################################################################################### */
/* ########################################################################################### */


#header {
height: 71px;
width: 100%;
display: block;

background: #fff;
float: left;
position: absolute;
top: 0px;
left: 0px;
z-index: 33;
border-bottom: 1px solid #555;

}


.white #header {
height: 71px;
width: 100%;
display: block;
background: #fff;
float: left;
position: absolute;
top: 0px;
left: 0px;
z-index: 33;
border-bottom: 1px solid #555;


}

a#logo_holder_mobile,
a#logo_holder_mobile:visited {
display: none;
float: left;
width: 64px;
margin: 3px 0 0 5px;
position: relative;
z-index: 45;
height: 100%;
overflow: hidden;

}

a#logo_holder_mobile img,
a#logo_holder_mobile:visited img {
display: none;

}


a#logo_holder_a,
a#logo_holder_a:visited {
float: left;
display: block;
width: 195px;
margin: 0px 0 0 0px;
position: relative;
z-index: 45;
height: 100%;
overflow: hidden;
}


#logo_holder {
height: 100%;
width: auto;

}


#logo_img {
display: none;

}



#logo_text {
position: absolute;
float: left;
z-index: 55;
top: 12px;
left: 17px;


}


span#site_title {
font-family: 'corbeau_bold';
font-size: 18px;
color: #222;
line-height: 24px;
display: block;
letter-spacing: 0.5px;

}

span#site_title_hover {
color: #3ba14b;

}

span#site_tagline {
font-family: 'corbeau_thin';
font-size: 13px;
color: #434343;
margin: 11px 0 0 53px;
line-height: 13px;
display: none;
letter-spacing: 1.5px;

}


a#logo_holder_a:hover span#site_title_hover  {
color: #3ba14b;

}

a#logo_holder_a:hover span#site_title  {
color: #000;

}

a#logo_holder_a:hover #logo_img img {
width: 425px;
height: 100%;


}  


a#back_to_top,
a#back_to_top:visited {
display: none;

}




/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################       HEADER MENU           ################################ */
/* ########################################################################################### */
/* ########################################################################################### */





#header_links_holder {
display: inline-block;
position: absolute;
width: 100%;
height: 71px;
top: 0px;
right: 0px;
float: right;
z-index: 37;

}


#header_links {
width: 100%;
height: 57px;
font-size: 18px;
position: relative;
float: right;
z-index: 34;
top: 0px;
right: 0px;
display: inline-block;
}





#main-nav {
display: inline-block;
width: 100%;
height: 57px; /* set to the height you want your menu to be */
margin: 0 0 0px; /* just to give some spacing  */
padding: 0 0px 0 0;

float: right;
position: absolute;
z-index: 34;
right: 0px;
top: 0px;*/
font-family: 'fakt_medium';
font-size: 19px;

}

#main-nav ul    {
    margin: 0; 
	padding: 0; /* only needed if you have not done a CSS reset */
	width: 100%;
	
}
#main-nav li    {
    display: block;
    float: right;
    line-height: 71px; /* this should be the same as your #main-nav height */
    height: 57px; /* this should be the same as your #main-nav height */
    margin: 0px 0px 0 0px; 
	padding: 0px 0px 0px 0px; /* only needed if you don't have a reset */
    
}
#main-nav li a  {
    display: block;
    height: 71px;
    line-height: 71px;
    padding: 0px 17px;
	margin: 0px 0px 0px 0px;
	color: #000;
	
	
}





#main-nav li:first-of-type a,
#main-nav li:first-of-type a:visited {
    color: #fff;
    background: #447fa5;
    background: #fff;
    background: #3ba14b;
    background: #4482a5;
	border-bottom: 1px solid #555;
}



#main-nav li:first-of-type a:hover  {
    color: #fff;
    background: #3c9ddc;
    background: #36c44c;
    background: #3e9ed5;

    
	
}

#main-nav li:nth-of-type(2) a:hover  {
    color: #fff;
    
	 background: #5662a1;

	  background: #4498a5;
}

#main-nav li:nth-of-type(3) a:hover  {
    color: #fff;
    background: #488894;
	background: #44a594;
}


#main-nav li:nth-of-type(4) a:hover  {
    color: #fff;
    background: #44a57b;
	
}


#main-nav li:nth-of-type(5) a:hover  {
    color: #fff;
    background: #44a550;
	
}











#main-nav ul li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
 
    
}






#header_menu_btn_shape {
width: 21px;
height: 22px;
display: inline-block;
position: relative;
margin: 0px 7px;
vertical-align: middle;


}


#menu_btn_shape_bar_1 {
background: #111;
position: absolute;
top: 0px;
left: 0px;
float: left;
z-index: 81;
height: 4px;
width: 100%;

}

#menu_btn_shape_bar_2 {
background: #111;
position: absolute;
top: 9px;
left: 0px;
float: left;
z-index: 82;
height: 4px;
width: 100%;

}


#menu_btn_shape_bar_3 {
background: #111;
position: absolute;
bottom: 0px;
left: 0px;
float: left;
z-index: 83;
height: 4px;
width: 100%;

}

#menu_btn_shape_bar_1,
#menu_btn_shape_bar_2,
#menu_btn_shape_bar_3 {
background: #fff;

}


li:hover a #menu_btn_shape_bar_1,
li:hover a #menu_btn_shape_bar_2,
li:hover a #menu_btn_shape_bar_3 {
background: #fff;

}



#main-nav li:nth-of-type(2) {
display: none;

}
#main-nav li:nth-of-type(3) {
display: none;

}

#main-nav li:nth-of-type(4) {
display: none;

}

#main-nav li:nth-of-type(5) {
display: none;

}

#main-nav li:nth-of-type(6) {
display: none;

}



#header_below {
display: none;

}



/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################        HOMEPAGE             ################################ */
/* ########################################################################################### */
/* ########################################################################################### */





#font_load {
float: left;
display: block;
position: fixed;
z-index: -99;
top: -200%;
left: -200%;
color: #111;


}



#intro_screen {
width: 100%;
height: auto;
position: relative;
display: block;




}

#intro_screen_bg_holder {
position: absolute;
width: 100%;
height: auto;
z-index: -1;
top: 0px;
left: 0px;
overflow: hidden;

}

#intro_screen_bg {
position: relative;
width: 100%;
height: auto;
background: url(../images/blog_001.jpg);
background-size: cover;
background-position: center center;

-webkit-filter: blur(45px);
  -moz-filter: blur(45px);
  -o-filter: blur(45px);
  -ms-filter: blur(45px);
  filter: blur(45px);
transform: scale(1.1);


}

#intro_screen_overlay {
/*background: url(../images/overlay_intro.png); */
background-repeat: repeat;
display: block;
width: 100%;
height: auto;
padding: 71px 0% 0px 0%;
}



a#intro_primary_a,
a#intro_primary_a:visited {
display: inline-block;
height: auto;
width: 100%;
background: #fff;
font-size: 0px;

}


#intro_primary {
width: 100%;
height: auto;


}




#primary_image_holder {
display: block;
width: 100%;
height: 195px;
background: url(../images/blog_001.jpg);
background-size: cover;
background-position: center center;
border-bottom: 5px solid #8f968b;

}

#primary_text {
display: block;
width: 100%;
height: auto;
background: #222;
padding: 25px 6.5%;
border: 1px solid #222;
border-top: 0px solid #222;

}

span#primary_title {
display: block;
display: -webkit-box;
width: 100%;
height: auto;

color: #fff;
font-family: 'corbeau_bold';

font-size: 28px;
line-height: 35px;



margin: 0 0 10px 0;

}


span#primary_auth {
font-size: 14px;
color: #fff;
font-family: 'imperial',georgia,'times new roman',times,serif;
display: inline-block;
margin: 0 5px 0 0;


}

span#primary_desc {
font-size: 14px;
color: #aaa;
font-family: 'corbeau_thin';
display: inline-block;


}



.intro_secondary {
display: none;

}


span.secondary_featured {
display: none;


}




/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################         HOME ROWS           ################################ */
/* ########################################################################################### */
/* ########################################################################################### */

.home_row {
display: block;
width: 100%;
height: auto;
background: #fff;
padding: 0px 0% 0px 0%;
border-top: 1px solid #444;
position: relative;

}


.home .home_row_below {
display: block;
width: 100%;
height: auto;
background: #fff;
padding: 0px 0% 0px 0%;
position: relative;

}



.home_row_below {
display: block;
width: 100%;
height: auto;
background: #fff;
padding: 0px 0% 0px 0%;
position: relative;

}


.home .home_row_below:nth-of-type(2) {
display: block;
width: 100%;
height: auto;
background: #fff;
padding: 0px 0% 0px 0%;

}

.home_row h2 {
background: #3ba14b;
color: #fff;
width: auto;
font-size: 18px;
font-family: 'corbeau_medium';
padding: 7px 11px;
margin: 0px;
display: inline-block;
margin: 0 0% 0 0;
position: absolute;
top: 0px;
left: 11px;
float: left;
z-index: 33;

}

.home_row_below#popular h2 {
background: #44a594;
color: #fff;
width: auto;
font-size: 18px;
font-family: 'corbeau_medium';
padding: 7px 11px;
margin: 0px;
display: inline-block;
margin: 0 0% 0 0;
position: absolute;
top: 0px;
left: 11px;
float: left;
z-index: 33;

}

.home_row_below#recommended h2 {
background: #4482a5;
color: #fff;
width: auto;
font-size: 18px;
font-family: 'corbeau_medium';
padding: 7px 11px;
margin: 0px;
display: inline-block;
margin: 0 0% 0 0;
position: absolute;
top: 0px;
left: 11px;
float: left;
z-index: 33;

}

.item_holder {
width: 100%;
height: auto;
display: inline-block;
margin: 0 0% 0 0;
vertical-align: top;

}



.home .home_row a:nth-of-type(3) .item_holder,
.home .home_row_below a:nth-of-type(3) .item_holder,
.topics.white .home_row a:nth-of-type(3) .item_holder,
.topics.white .home_row a:nth-of-type(3) .item_holder  {
width: 100%;
margin: 0 0% 0 0;

}

.home .home_row a:nth-of-type(5) .item_holder,
.home .home_row_below a:nth-of-type(5) .item_holder,
.topics.white .home_row a:nth-of-type(5) .item_holder,
.topics.white .home_row a:nth-of-type(5) .item_holder,

.home .home_row a:nth-of-type(4) .item_holder,
.home .home_row_below a:nth-of-type(4) .item_holder,
.topics.white .home_row a:nth-of-type(4) .item_holder,
.topics.white .home_row a:nth-of-type(4) .item_holder  {
display: none;

}


.item_image {
display: block;
width: 100%;
height: 225px;
vertical-align: top;

}

.item_text {
display: block;
width: 100%;
height: 70px;
background: #fff;
padding: 15px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;


}

.item_text p {
display: block;
display: -webkit-box;
width: 100%;
height: 40px;
font-family: 'corbeau_bold';
color: #111;
vertical-align: top;

font-size: 15px;
line-height: 20px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin: 0px;

}









/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################        HOME ELEMENTS        ################################ */
/* ########################################################################################### */
/* ########################################################################################### */

#signup_holder {
display: block;
width: 100%;
height: auto;
padding: 55px 6.5%;
background: #eee;
color: #000;
border-top: 1px solid #ddd;



}

.signup #signup_holder {
display: block;
width: 100%;
height: auto;
padding: 125px 6.5% 55px 6.5%;
background: #eee;
color: #000;
border-top: 1px solid #ddd;



}


#signup_holder table,
#signup_holder tr {
width: 100%;
height: auto;



}


#signup_form {
width: auto;
margin: 0 auto;
font-size: 22px;
display: inline-block;


}

#signup_form h2 {
display: block;
margin: 0 0 11px 0;
font-size: 30px;


}

#signup_text {
font-size: 17px;
display: block;
margin: 0px 0 18px 0;
font-family: 'corbeau_thin';

}



#mce-responses {
width: 100%;
display: block;
margin: 0px 0;

}

#mce-success-response {
width: 100%;
display: block;
font-size: 16px; 
font-family: 'corbeau_medium';
background: #27649c;
border-radius: 3px;
color: #fff;
padding: 15px;
margin: 5px 0 20px 0;


}






/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################         WP EDIT LINKS       ################################ */
/* ########################################################################################### */
/* ########################################################################################### */


.page span#top_edit_link {
display: inline-block;
vertical-align:top;
margin: 0 0 0 3px;
font-size: 50%;

}

.page span#top_edit_link a.post-edit-link,
.page span#top_edit_link a.post-edit-link:visited {
display: inline-block;
padding: 0.5em 1em;
color: #111;
background: #ffcf28;
font-size: 100%;
margin: 0 0 0 0;
font-family: 'corbeau_medium';
vertical-align: top;

}


.page span#top_edit_link a.post-edit-link:hover {
display: inline-block;
padding: 0.5em 1em;
color: #111;
background: #ffbb17;
font-size: 100%;
margin: 0 0 0 0;
font-family: 'corbeau_medium';
vertical-align: top;

}


/*  BLOG POST TOP EDIT LINK  */



span#top_edit_link a.post-edit-link,
span#top_edit_link a.post-edit-link:visited {
padding: 0.5em 1em;
color: #111;
background: #ffcf28;
text-decoration: none;
font-size: 14px;
display: none;
margin: 0px 0 20px 0;
font-family: 'corbeau_medium';
border-bottom: 0px solid #111;
line-height: 1; 


}

span#top_edit_link a.post-edit-link:hover {
padding: 0.5em 1em;
color: #111;
background: #ffbb17;
text-decoration: none;
font-size: 14px;
display: inline-block;
margin: 0em 0 20px 0;
font-family: 'corbeau_medium';
border-bottom: 0px solid #111;
line-height: 1; 


}



/* BLOG POST BOTTOM EDIT LINK */

div#content span.edit-link a.post-edit-link,
div#content span.edit-link a.post-edit-link:visited {
padding: 0.5em 1em;
color: #111;
background: #ffcf28;
text-decoration: none;
font-size: 80%;
display: inline-block;
margin: 1em 0 0em 0;
font-family: 'corbeau_medium';
border-bottom: 0px solid #111;
line-height: 1; 


}

div#content span.edit-link a.post-edit-link:hover {
padding: 0.5em 1em;
color: #111;
background: #ffbb17;
text-decoration: none;
font-size: 80%;
display: inline-block;
margin: 1em 0 0em 0;
font-family: 'corbeau_medium';
border-bottom: 0px solid #111;
line-height: 1; 


}


/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################            BG STYLES           ############################# */
/* ########################################################################################### */
/* ########################################################################################### */

#bg_holder {
width:100%;
position: fixed;
left: 0%;
height: 100%;
float: left;
z-index: -1;
top: 0px;

}


#blog_post_bg {
position: relative;
top: 0px;
left: 0px;

width: 100%;
height: 100%;
display: block;
z-index: -1;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#979899+0,0b0b0c+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(241,242,243,1) 0%, rgba(155,155,155,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(241,242,243,1) 0%,rgba(155,155,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(241,242,243,1) 0%,rgba(155,155,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */


}



#topics_bg {
position: relative;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: block;

background: url(../images/blog_bg.jpg);
background-size: cover;
background-position: center center;


-webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
transform: scale(1.1);

}


.page_single_header_bg {
background: #888;
width: 100%;
height: 93px;
margin: 0px;
display: block;


}






/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################         BLOG POST STYLES       ############################# */
/* ########################################################################################### */
/* ########################################################################################### */




#var_holder {
position:absolute;
display:none;
float:left;
z-index:2;

top:-2;
left:-200px;
width:0px;
height:0px;
font-size:0px;
overflow:hidden;


}




#post_holder {
width: 100%;
height: auto;
display: inline-block;
margin: 71px 0px 0px 0;
background: #fff;
vertical-align: top;

}

#post_header {
display: none;


}


#post_mobile_header {
display: block;
width: 100%;
height: auto;
padding: 25px 6.5% 0px 6.5%;

text-align: left;

background: #fff;
color: #111;


}

.blog_post_dark #post_mobile_header {
display: block;
width: 100%;
height: auto;
padding: 25px 6.5% 0px 6.5%;

text-align: left;

background: #333;
color: #fff;


}



#post_mobile_header h1 {
display: block;
width: 100%;
height: auto;
padding: 0px;
margin: 0 0 25px 0;


text-align: left;

font-size: 31px;
font-family: 'corbeau_bold';
color: #111;

line-height: 1.15;


}


.blog_post_dark #post_mobile_header h1 {
color: #fff;



} 


#post_header_left {
display: inline-block;
width: 100%;
text-align: left;
vertical-align: top;

}

#post_header_right {
display: inline-block;
width: 165px;
text-align: left;
margin: 11px auto 0 0%;
vertical-align: top;

}


#post_header_right .essb_links {
    word-wrap: normal!important;
    clear: both;
    margin: 0em 0;
}

#post_mobile_header span#post_date {
font-size: 14px;
color: #252525;
font-family: 'fakt_medium';
display: inline-block;
line-height: 1.5;

margin: 0 15px 2px 0;



}

#post_mobile_header span#post_auth {
font-size: 14px;
color: #252525;
font-family: 'fakt_medium';
display: inline-block;
line-height: 1.5;

margin: 0 15px 2px 0;

}

#post_mobile_header span#post_auth span {
font-size: 14px;
color: #3ba14b;
font-family: 'fakt_medium';
display: inline-block;
line-height: 1.5;

margin: 0 0px 0 0;

}



#post_mobile_header span#post_cat {
font-size: 14px;
color: #252525;
font-family: 'fakt_medium';
display: block;
margin: 0 0 0 0;

}


#post_mobile_header span#post_cat a,
#post_mobile_header span#post_cat a:visited {
font-size: 14px;
color: #1f578a;
font-family: 'fakt_medium';
display: inline-block;
margin: 0 0 0 0;

}

.blog_post_dark #post_mobile_header span#post_date,
.blog_post_dark #post_mobile_header span#post_auth,
.blog_post_dark #post_mobile_header span#post_cat,
.blog_post_dark #post_mobile_header span#post_cat a,
.blog_post_dark #post_mobile_header span#post_cat a:visited {
color: #fff;


}

#post_mobile_header span#post_comments {
font-size: 15px;
font-family: 'fakt_medium';
color: #ccc;
display: inline-block;
margin: 0 20px 20px 0;

}


#post_featured_image {
width: 100%;
height: 215px;
display: block;
border-bottom: 7px solid #777;


}

#caption_holder {
display: none;



}

#post {
width: 100%;
height: auto;
display: block;

padding: 25px 6.5%;
text-align: left;

}

#post h1 {
font-family: 'corbeau_bold';
font-size: 33px;
color: #111;
display: block;
margin: 0 0 22px 0;


}

span#post_auth {
font-size: 15px;
font-family: 'fakt_medium';
color: #ccc;
display: inline-block;
margin: 0 0px 12px 0;

}

span#post_cat {
font-size: 15px;
font-family: 'fakt_medium';
color: #ccc;
display: none;
margin: 0 20px 20px 0;

}


span#post_comments {
font-size: 15px;
font-family: 'fakt_medium';
color: #ccc;
display: none;
margin: 0 20px 20px 0;

}


a span#post_comments,
a:visited span#post_comments {
font-size: 15px;
font-family: 'fakt_medium';
color: #ccc;
display: none;
margin: 0 0px 20px 0;
font-weight: 100;

}

a:hover span#post_comments  {
font-size: 15px;
font-family: 'fakt_medium';
display: inline-block;
margin: 0 0px 20px 0;
font-weight: 100;
color: #3ba14b;

}




/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################      POST CONTENT STYLES       ############################# */
/* ########################################################################################### */
/* ########################################################################################### */






#content {
width: 100%;
height: auto;
color: #333;
font-family: 'imperial',georgia,'times new roman',times,serif;
font-size: 19px;
line-height: 1.6;
letter-spacing: 1px;
overflow: hidden;


}


.page #content strong,
.blog #content strong {
font-family: 'imperial',georgia,'times new roman',times,serif;
font-weight: 700;
font-size: 1em;
color: #111;

}

.page #content u,
.blog #content u {
font-family: 'imperial',georgia,'times new roman',times,serif;
font-weight: 100;
border-bottom: none;

}


#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
.page #content h1,
.page #content h2,
.page #content h3,
.page #content h4,
.page #content h5,
.page #content h6,
.blog #content h1,
.blog #content h2,
.blog #content h3,
.blog #content h4,
.blog #content h5,
.blog #content h6 {
font-family: 'corbeau_bold';
font-weight: 100;
line-height: 1.2;
margin: 0 0 1em 0;


}

.blog #content h2#title {
font-family: 'corbeau_bold';
font-weight: 100;
line-height: 1.2;


}


.page #content p,
.blog #content p {
margin: 0px;
-webkit-margin-before: 1.5em;
-webkit-margin-after: 1.5em;

}

.page #content p:first-of-type,
.blog #content p:first-of-type {
margin: 0px;
-webkit-margin-after: 1.5em;


}



.page #content em,
.blog #content em {
font-family: inherit;
font-weight: 100;

}

#content ul,
.page #content ul,
.blog #content ul {
width: auto;
margin: 1em 0;
list-style-type: square;
padding: 0;


}


#content li,
.page #content li,
.blog #content li {
width: auto;
margin: 0em 0.5em 0em 1em;
list-style-type: square;
padding: 0.75em 0.5em;
font-size: 90%;

}


.page #content img,
.blog #content img {
max-width: 100%;
width: auto;
display: inline-block;
height: auto;

}


.page #content a,
.page #content a:visited,
.blog #content a,
.blog #content a:visited {
display: inline;
font-family: inherit;
text-decoration: none;
border-bottom: 1px #111 solid;


}

.page #content p iframe,
.blog #content p iframe {
width: 100%; !important
height: 195px; !important
display: block;

}

.page #content a:hover,
.blog #content a:hover {
color: #31bdff;
border-bottom: 1px #31bdff solid;

}

.wp-caption {
margin-bottom: 1.5em;
max-width: 80%;

}



.blog #content img.alignright {
    display: inline-block;
    float: right;
    margin-left: 0em;
    margin: 1em 0em 1em 1em;
    max-width: 40%;
    width: auto;
    height: auto;
}

.blog #content img.alignleft {
    display: inline-block;
    float: left;
    margin-right: 0em;
    margin: 1em 1em 1em 0;
    max-width: 40%;
    width: auto;
    height: auto;
}

.blog #content img.aligncenter {
clear: both;
display: block;
margin: 0 auto;
margin: 1em auto;
max-width: 100%;
width: 100%;
height: auto;

}


.alignright {
    display: inline;
    float: right;
    margin-left: 0em;
    margin: 1em 0em 1em 1em;
    max-width: 50%;
    width: auto;
    height: auto;
}


.alignleft {
    display: inline;
    float: left;
    margin-right: 0em;
    margin: 1em 1em 1em 0;
    max-width: 50%;
    width: auto;
    height: auto;
}


.aligncenter {
clear: both;
display: block;
margin: 0 auto;
margin: 1em auto;
max-width: 100%;
width: 100%;
height: auto;

}


.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
    font-size: 19px;
}

figcaption, figure {
    display: block;
    max-width: 80%;
    margin: auto;
}



/* ################################################# */
/* ################################################# */
/* ################################################# */
/* #########        SHARE STYLES         ########### */
/* ################################################# */
/* ################################################# */
/* ################################################# */

#blog_share {
display:block; 
width: 100%; 
height: auto;
margin: 45px 0 0px 0;
padding: 0 35px 0px 35px;
font-size: 0px;
text-align: left;

}





span#share_title {
display:block; 
width: 100%; 
height: auto;
font-size: 25px;
color:#888;
font-family:'corbeau_bold';
margin: 0 0 15px 0;


}


#blog_share button {
display:inline-block;
width: 47px;
padding: 9px;
background:none;
color:#fff;
font-family:'corbeau_bold';
font-size: 0px;
border-radius: 99px;
margin: 0 11px 0px 0;
opacity: 0.85;

}


#blog_share button img {
display:inline-block;
width:100%;
height: auto;

}


#blog_share button.fb_btn {
background:#0866FF;

}

#blog_share button.email_btn {
background:#A89E97;

}

#blog_share button.insta_btn {
background:#EE4056;

}

#blog_share button.tw_btn {
background:#08D8FF;

}

#blog_share button:hover {
opacity: 1;
}



#get_code {
position: fixed; 
display: block;
width: 100%;
height: 0%;


background: #3ba14b;

background: #d2295b;
background:#ddd;
padding: 0 6.5%;
float: left;

top: -30%;
left: 0px;

z-index: 388;
z-index:499;
overflow: hidden;


-moz-transition-duration: 0.62s;
-o-transition-duration: 0.62s;
-webkit-transition-duration: 0.62s;
transition-duration: 0.62s;

text-align: center;

}


#get_code.get_code_toggle {
height: 100%;
top:0%;

}


#get_code table {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border-spacing: 0px;
    
}

#get_code tr {
width: 100%;
height: 100%;

}

#get_code td {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border-spacing: 0px;

-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;

vertical-align: middle;
text-align:  center;

}

#copySuccessHolder {
position: relative;
display: block;
width: 100%;
height: 1px;

}

#copyBtnHolder {
position: relative;
display: block;
width: 100%;
height: 1px;

}


span#copySuccess {
position: absolute;
display: none;
width: 100%;


float: left;
z-index: 501;

bottom: 25px;
left: 0%;

margin: auto;
padding: 0px;

font-size: 22px;
font-family: 'corbeau_bold';
color: #fff;

background: #b20d3e;
background: none;


border-radius: 4px;

text-align: center;

line-height: 1;


}

span#copySuccess.on {
display: inline-block;

}

#copyBtnHolder button {
position: absolute;

display: inline-block;
text-align: center;
width: auto;

float: left;
z-index: 503;

top: 5px;
right: 4px;

font-size: 12px;
color: #d2295b;
color: #555;


font-family: 'corbeau_medium';

line-height: 1;


margin: auto;
padding: 4px 6px;


background-color: #ddc5cc;
background: #d1d1d1;
background: #FED015;

border: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;

text-shadow: none;
-webkit-transition: background 0.2s;
transition: background 0.2s;
-webkit-appearance: none;
-webkit-border-radius: 4;


}


#copyBtnHolder button:hover {
background: #FED015;
background: #FCAC01;
color: #111;

}





#code_box {
display: inline-block;
width: 100%;
height: auto;
margin: auto;

}



input#code_field {
display: inline-block;
width: 100%;
height: 69px;
background: #fff;

color: #111;

padding: 23px 19px;

text-align: center;

font-size: 17px;

-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
border-radius:6px;



}


#copy_lower {
display: inline-block;
width: 100%;
height: auto;




}


#share_code_guide {
display: block;
width: 100%;
height: auto;
margin: 15px 0 25px 0;
text-align: left;
font-size: 18px;
color:#777;


}






button#doneShare {
display: inline-block;
text-align: center;
width: auto;

float: left;

font-size: 19px;
color: #fff;

font-family: 'corbeau_bold';
text-transform: uppercase;

line-height: 1;


margin: auto;
padding: 9px 11px;
margin: auto;

background-color: #FF0000;
background-color: #bc2a55;
background-color:#aaa;


border: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;

text-shadow: none;
-webkit-transition: background 0.2s;
transition: background 0.2s;
-webkit-appearance: none;
-webkit-border-radius: 4;


}

button#doneShare span {
font-family:'symbols';

}

button#code_close_btn,
button#code_close_btn:visited {
padding: 11px 11px;
background: none;
color: #fff;
font-family: 'corbeau_bold';
font-size: 0px;
position: absolute;
top: 22px;
right: 21px;

border: solid 0px #f74185;

border-radius: 7px;

cursor: pointer;


float: right;
z-index: 1023;


}


button#code_close_btn:hover {
background: none;
border: solid 0px #ff74a8;


cursor: pointer;

}



button#code_close_btn:hover .menu_close_bar_horizontal,
button#code_close_btn:hover .menu_close_bar_vertical {


}




.x_holder {
position: relative;
display:inline-block;
transform: rotate(45deg);


}


.x {
background: #fff;
height: 30px;
position: relative;
width: 6px;

}

.x:after {
background: #fff;
content: "";
height: 6px;
left: -12px;
position: absolute;
top: 12px;
width: 30px;

}





/* ################################################# */
/* ################################################# */
/* ################################################# */
/* #########        SHARE COLORS         ########### */
/* ################################################# */
/* ################################################# */
/* ################################################# */


#get_code {
background: #d2295b;
background:#dcdcdc;

}


/* FACEBOOK COLORS

/* EMAIL COLORS */

#get_code {
background:#dcdcdc;

}


span#copySuccess { 
color:#777;

}


#share_code_guide {
color:#777;

}


button#doneShare {
background: #FCAC01;
color:#fff;

}

button#doneShare:hover {
background: #FED015;

}





/* ################################################# */
/* ################################################# */
/* ################################################# */
/* #########      COMMENTS STYLES        ########### */
/* ################################################# */
/* ################################################# */
/* ################################################# */

#blog_comments_holder {
display:block;
width:100%;
height:auto;
padding: 0 6.5% 45px 6.5%;

}



#blog_single_comments {
display:inline-block;
width:100%;
height:auto;
text-align:left;





}




#comments_holder {
display: block;
width: 100%;
height: auto;

text-align: left;
font-size:19.5px;
color:#888;
font-family:'corbeau_medium';



}

#comments_holder_inside {
display: block;
width: 100%;
height: auto;
margin: 45px 0 0 0;
padding: 45px 0 0 0;
border-top: 3px solid #ddd;


}


#comments_holder h3 {
display: block;
font-family: 'corbeau_bold';
font-size: 33px;
color:#888;
margin: 0 0 3px 0;
letter-spacing: 0px;


}

#comments_holder_inside h3 {
margin: 0 0 22px 0;



}

ol.comment-list {
display: block;
width: 100%;
height: auto;
margin: 0px 0 0 0;
padding: 0px;
}

li.comment {
display: block;
width: 100%;
margin: 0 0 75px 0;
padding: 0px;


}


.comment-author img {
display: none;

}


.says {
display: none;

}


div.comment-body {
display: block;
width: 100%;
height: auto;
position: relative;

}


.comment-text {
display: block;
width: 100%;
height: auto;
margin: 0 0 25px 0;


}


.comment-content p a,
.comment-content p a:visited {
 overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-word;


}

.comment-author-info {
display: block;
width: 100%;
height: auto;


}


b.fn {
display: inline-block;
color: #555;
font-family: 'corbeau_bold';
font-size: 21px;
font-style: initial;
padding: 0px;
margin: 5px 0 0 0px;

}

.comment-author-info cite a,
.comment-author-info cite a:visited {
display: inline-block;
color: #3ba14b;
font-family: 'corbeau_bold';
font-size: 21px;
background: none;
font-style: initial;
padding: 0px 0px 0px 0px;
margin: 0px;
float: none;

}

.comment-author-info cite a:hover {
display: inline-block;
color: #30d249;
font-size: 21px;
background: none;
font-style: initial;

}

.comment-meta.commentmetadata {
display: block;
width: 100%;
height: auto;
text-align: left;
margin: 7px 0 11px 0;


}


.comment-metadata  a,
.comment-metadata  a:visited {
display: block;
color: #888;
font-family: 'corbeau_medium';
font-size: 13px;
margin: 10px 0 5px 0;
background: none;
width: auto;
padding: 0px;
float: none;


}

.comment-metadata a:hover {
display: block;
color: #999;
font-size: 13px;
margin: 10px 0 5px 0;
background: none;
padding: 0px;

}

em.comment-awaiting-moderation {
display:inline-block;
width:69%;
margin: 0 28% 1em 0;
color:#aaa;


}

#respond p.comment-form-url {
display: none;

}


ol.comment-list li {
position: relative;
display: block;


}

a.comment-edit-link,
a.comment-edit-link:visited {
display: none;

}


.comment-text p {
display: block;
width: 100%;
height: auto;
color: #111;
font-family: 'corbeau_thin';
font-size: 21px;
margin: 0 0 22px 0;
line-height: 1.3;
letter-spacing: 1px;



}

.reply {
position: absolute;
top: 0px;
right: 7px;
display: inline-block;



}

.reply a,
.reply a:visited {
display: inline-block;
background: #22BBFF;
background:#ccc;
color: #fff;
font-family: 'corbeau_medium';
font-size: 16px;
font-style: initial;
padding: 5px 8px;
margin: 0px;
border-radius: 5px;


}


.reply a:hover {
background: #028FCE;
background: #22BBFF;

}


a#cancel-comment-reply-link,
a#cancel-comment-reply-link:visited {
display:inline-block;
padding: 5px 7px;
border-radius:4px;
font-size: 14px;
color:#fff;
background:#bbb;
font-family:'corbeau_medium';
margin: 0 0 22px 0;



}

a#cancel-comment-reply-link:hover {
background:#999;

}

/* ################################################# */
/* ################################################# */
/* ################################################# */
/* #########       RESPOND STYLES         ########## */
/* ################################################# */
/* ################################################# */
/* ################################################# */

#respond {
display: block;
width: 100%;
height: auto;
margin: 45px 0 0 0;
padding: 45px 0 0 0;
border-top: 3px solid #ddd;

text-align: left;
font-size:19.5px;
color:#888;
font-family:'corbeau_medium';


}





#comments_holder label {
display:block;
vertical-align: top;
width: 100%;
text-align: left;
margin: 0 0px 5px 0;
padding: 5px 0 0 0;


}

/*#comments_holder .aiowps-captcha label {
display:inline-block;
vertical-align: top;
width: 100%;
text-align: left;
margin: 0 0px 0px 0;
padding: 5px 0 0 129px;


}*/




#comments_holder input[type=email],

#comments_holder input[type=text],

#comments_holder input[type=password],

#comments_holder input {
font-family: 'corbeau_medium';
border: none;
border-radius: 0px;
margin: 0 0 10px 0;
outline: 0;
box-sizing: border-box; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
background-color: #fff;   
-webkit-appearance: none;
-webkit-border-radius:6px; 
border-radius:6px;
border: none;
outline: none;


border: 2px solid #ddd;   

}



#comments_holder input[type=email]:focus,

#comments_holder input[type=text]:focus,

#comments_holder input[type=password]:focus, 

#comments_holder input:focus {
  
-webkit-appearance: none;
border: 2px solid #ffcf28; 

}

#comments_holder textarea {

height: 150px;
resize: none;

border: none;
border-radius: 0px;

margin: 0 0 10px 0;
outline: 0;

box-sizing: border-box; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
background-color: #fff;

    
-webkit-appearance: none;
-webkit-border-radius:6px; 
border-radius:6px;
border: none;
outline: none;


 border: 2px solid #ddd;  

 vertical-align: top;


}

#comments_holder textarea:focus {
height: 150px;
resize: none;

font-family: 'corbeau_medium';

outline: none;



-webkit-appearance: none;
border: 2px solid #ffcf28;


}

#comments_holder input[type=email],
#comments_holder input[type=text],
#comments_holder input[type=password],
#comments_holder input,
#comments_holder textarea {
display:block;
width: 100%;

padding: 17px;
font-size: 18px;
font-family:'corbeau_bold';

letter-spacing: 0.5px;
line-height: 1.2;
color:#888;  

box-sizing: border-box; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 

}

#comments_holder input[type=email]:focus,
#comments_holder input[type=text]:focus,
#comments_holder input[type=password]:focus,
#comments_holder input:focus,
#comments_holder textarea:focus {
display:block;
width: 100%;

padding: 17px;
font-size: 18px;
font-family:'corbeau_bold';

letter-spacing: 0.5px;
line-height: 1.2;
color:#888;  

box-sizing: border-box; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 

}

#comments_holder input[type=email],
#comments_holder input[type=text],
#comments_holder input[type=password],
#comments_holder input,

#comments_holder input[type=email]:focus,
#comments_holder input[type=text]:focus,
#comments_holder input[type=password]:focus,
#comments_holder input:focus {


}

.aiowps-captcha-equation {
position: relative;
display:inline-block;
width:100%;
padding-left: 0px;

}

.aiowps-captcha-equation strong {
display: inline-block;
width: auto;
text-align: left;



}


#comments_holder .aiowps-captcha-equation input,
#comments_holder .aiowps-captcha-equation input[type=text],

#comments_holder .aiowps-captcha-equation input:focus,
#comments_holder .aiowps-captcha-equation input[type=text]:focus {
display: inline-block;
width: 87px;
margin: 0 0 0 15px;

}

#comments_holder textarea,
#comments_holder textarea:focus {
width: 100%;

}



#comments_holder input[type="submit"],
#comments_holder input[type="button"]
{ 

    display: inline-block;
    width: auto;
    font-family:'corbeau_bold';
    position: relative;
    margin: 11px 0 0 0px;
    padding: 16px 20px 16px 20px;
    color: #fff;
    background:#0B54F2;
    font-size: 19px;
    text-align: center;
    font-style: normal;
    
    outline: none;
    border: 0px;
    cursor: pointer;

    border-radius: 6px;
}
#comments_holder input[type="submit"]:hover,
#comments_holder input[type="button"]:hover
{
color: #fff;
background:#0B74F2;
outline: none;
}


/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################         SIDEBAR  STYLES        ############################# */
/* ########################################################################################### */
/* ########################################################################################### */





#sidebar {
display: none;
width: 360px;
height: auto;
min-height: 900px;
margin: 195px auto 115px 0%;
position: relative;

text-align:  left;
vertical-align: top;

background: #fff;

padding: 0 0 35px 0;

}

.sidebar_row {
width: 100%;
height: auto;
display: block;	
padding: 35px 35px 0 35px;
font-size: 18px;
color: #555;
font-family: 'corbeau_medium';

}


.sidebar_row h3 {
display: block;
color: #3ba14b;
color: #ccc;
text-transform: uppercase;
margin: 0 0 11px 0;

}

.sidebar_row a,
.sidebar_row a:visited {
display: block;
margin: 0 0 7px 0;
font-size: 21px;

}

.sidebar_row a:hover {
color: #3ba14b;

}

#sidebar_featured {
display: block;
width: 100%;
height: auto;
padding: 35px;
font-size: 18px;
border-bottom: solid 7px #aaa;

}

#sidebar_featured h3 {
display: block;
color: #ccc;
text-transform: uppercase;
padding: 0px;
margin: 0 0 11px 0;

}

#sidebar_featured a.sidebar_post,
#sidebar_featured a.sidebar_post:visited {
width: 100%;
display: block;
font-size: 18px;
font-family: 'corbeau_bold';
color: #333;
margin: 0px 0px 35px 0;

}

#sidebar_featured a.sidebar_post:hover {
color: #4482a5;

}





span.sidebar_desc {
display: block;
width: 100%;
height: auto;
font-family: 'corbeau_thin';
font-size: 16px;
margin: 7px 0 0 0;
color: #333;


}

span.sidebar_cat {
display: block;
width: 100%;
height: auto;
font-family: 'corbeau_thin';
font-size: 16px;
margin: 7px 0 0 0;
color: #333;


}


#sidebar_featured a.sidebar_post:nth-of-type(2) span.sidebar_desc,
#sidebar_featured a.sidebar_post:nth-of-type(3) span.sidebar_desc  {
display: none;

}



/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################         POST AD FULL           ############################# */
/* ########################################################################################### */
/* ########################################################################################### */

#post_related_feature {
position: relative; 
display: block;
width: 100%;
height: auto;


}

#post_related_feature img {
display: block;
width: 100%;
height: auto;


}

#post_related_feature_content {
display: block;
background: #111;

color: #fff;

text-align: left;

font-size: 10px;
padding: 25px 6.5% 50px 6.5%;

}

#post_related_feature_content span {
display: inline-block;

background: #ffcf28;
color: #111;

padding: 7px 10px;
font-size: 14px;

margin: 0 0 11px 0;

}

a#ad_link_main,
a#ad_link_main:visited {
display: block;
width: 100%;


font-size: 26px;

}

a#ad_link_sub,
a#ad_link_sub:visited {
display: block;
width: 100%;

font-size: 18px;

}



/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################         PAGE   STYLES          ############################# */
/* ########################################################################################### */
/* ########################################################################################### */





.page_single_header_bg {
background: #888;
width: 100%;
height: 93px;
margin: 0px;
display: block;


}

.page_content_holder {
display: block;
width: 100%;
margin: 0px 0 0 0;
height: auto;
padding: 75px 29%;
background: #fff;
color: #333;
font-size: 22px;


}


.content {
padding: 0px 0px 0px 0px;
display: block;
line-height: 1.4;
font-size: 19px;
font-family: 'imperial';
vertical-align: top;


}


.page_featured_image {
width: 250px;
display: inline-block;
height: 250px;
float: left;
padding: 0 25px 25px 0;
margin: 0 25px 25px 0;


}

.content h1 {
font-size: 45px;
font-family: 'corbeau_bold';
display: inline-block;
margin: 0 0 0px 0px;
float: left;
clear: right;

}



/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################        FEATURED  STYLES        ############################# */
/* ########################################################################################### */
/* ########################################################################################### */



#featured_holder {
display: block;
width: 100%;
padding: 0px;
font-size: 0px;
font-family: 'corbeau_bold';
color: #fff;
text-align: center;
background: #1f578a;
background: #ddd;

}

.topic_single.white #featured_holder {
display: none;
width: 100%;
padding: 0px;
font-size: 0px;
font-family: 'corbeau_bold';
color: #fff;
text-align: center;
background: #1f578a;
background: #ddd;

}

#featured_inside {
display: inline-block;
width: 100%;
max-width: 700px;
margin: 0px auto;
text-align: left;
position: relative;


}


#featured_inside h2 {
background: #4482a5;
    color: #fff;
    width: auto;
    font-size: 18px;
    font-family: 'corbeau_medium';
    padding: 7px 11px;
    margin: 0px;
    display: inline-block;
    margin: 0 0% 0 0;
    position: absolute;
    top: 0px;
    left: 11px;
    float: left;
    z-index: 33;



}


#featured_inside a,
#featured_inside a:visited {
display: inline-block;
width: 100%;
height: auto;
background: #fff;
color: #111;
font-size: 25px;
margin: 0 0 0px 0;
vertical-align:  top;

}

#featured_inside a:nth-of-type(2),
#featured_inside a:nth-of-type(3) {
display: inline-block;
width: 100%;
height: auto;
background: #fff;
color: #111;
font-size: 25px;
margin: 0 0 0px 0;
vertical-align:  top;

}



.featured_article {
display: block;
width: 100%;
height: auto;

}

.featured_article_image {
display: block;
width: 100%;
height: 225px;

}

.featured_article_text {
padding: 18px;
font-family: 'corbeau_bold';
display: block;
height: auto;
background: #fff;
color: #111;


}

.featured_article_text p { 
display: block;
display: -webkit-box;
width: 100%;
height: 94px;

padding: 0px;
font-size: 38px;
line-height: 47px;

-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin: 0px;

}






/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################         TOPICS  STYLES         ############################# */
/* ########################################################################################### */
/* ########################################################################################### */



#topics_holder {
display: block;
height: auto;
vertical-align: top;
text-align: left;
font-size: 0px;
width: 100%;
padding: 0px 0% 0px 0%;



}


h2#page_title {
display: inline-block;

font-size: 45px;
color: #fff;
background: #44a594;

padding: 11px 19px;
margin: 0 0 0px 0%;
font-family: 'corbeau_bold';
font-family: 'corbeau_bold';

}

.topics.white h2#page_title {
display: block;

font-size: 33px;
color: #fff;
background: #44a594;
background: #7b7b7b;
background: #3ba14b;
background: none;



padding: 126px 6.5% 55px 6.5%;
margin: 0 0 0px 0%;
font-family: 'corbeau_bold';
font-family: 'corbeau_medium';
border-top: 0px solid #ddd;
border-bottom: 0px solid #ddd;


}

.topic_single.white h2#page_title {
display: none;

font-size: 33px;
color: #fff;
background: #44a594;
background: #7b7b7b;
background: #3ba14b;
background: none;



padding: 126px 6.5% 55px 6.5%;
margin: 0 0 0px 0%;
font-family: 'corbeau_bold';
font-family: 'corbeau_medium';
border-top: 0px solid #ddd;
border-bottom: 0px solid #ddd;


}


.topics.white .home_row {
display: none;
width: 100%;
height: auto;
background: #fff;
padding: 0px ;
border-top: 0px solid #444;
position: relative;

}

.white .home_row_below {
display: block;
width: 100%;
height: auto;
background: #fff;
padding: 0%;
position: relative;

}



.white .item_text {
display: block;
width: 100%;
background: #fff;
border-top: 2px solid #555;
font-family: 'corbeau_bold';
color: #000;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
vertical-align: top;

}


.topics .item_text p {
font-size: 23px;

}



#topics_text_links {
display: block;
width: 100%;
height: auto;
color: #333;
font-size: 22px;
padding: 25px 6.5% 75px 6.5%;
background: #fff;

-webkit-columns: 550px 1;
   -moz-columns: 550px 1;
        columns: 550px 1;

}


#topics_text_links ul {
list-style-type: none;
padding: 0px;
margin: 0px;

}


#topics_text_links ul li {
list-style-type: none;
padding: 0px;
margin: 0px;
font-size: 0px;
display: block;

}

#topics_text_links ul li ul li {
list-style-type: none;
padding: 0px;
margin: 0px;
font-size: 22px;
display: block;

}

#topics_text_links h2 {
background: #44a594;
color: #fff;
width: auto;
font-size: 20px;
font-family: 'corbeau_medium';
padding: 4px 7px;
margin: 0px;
display: inline-block;
margin: 0 17% 8px 0;

}


#topics_text_links ul li ul li a,
#topics_text_links ul li ul li a:visited {
display: block;
height: auto;
color: #333;
font-size: 20px;
padding: 7px 0%;
background: #fff;
font-family: 'corbeau_medium';


}

#topics_text_links ul li ul li a:hover {
color: #3ba14b;
color: ##4482a5;

color: #44a594;

}




/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################       TOPIC SINGLE  STYLES     ############################# */
/* ########################################################################################### */
/* ########################################################################################### */




.topic_single #intro_screen_overlay h2 {
background: #3ba14b;
background: none;
color: #fff;
width: auto;
font-size: 30px;
font-family: 'corbeau_medium';
padding: 7px 0px;
margin: 0px;
display: inline-block;
margin: 0 60% 0 0;


display: inline-block;
position: absolute;
top: 124px;
left: 7%;



}




.topic_single a#intro_primary_a, 
.topic_single a#intro_primary_a:visited {
    display: inline-block;
    position: absolute;
    top: 188px;
    height: 87%;
    height: calc(100% - 165px);
    width: 45%;
    left: 7%;
    background: #eee;
    font-size: 0px;
    overflow: hidden;

}


.topic_single #primary_text {
    padding: 18px 25px 18px 25px;
}



.topic_single .intro_secondary {
    display: inline-block;
    float: right;
    height: 44%;
    width: 45%;
    margin: 43px 0px 25px 19px;
    background: #fff;
    font-size: 0px;
    overflow: hidden;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;

}


.topic_single .home_row {
display: block;
width: 100%;
height: auto;
background: #fff;
padding: 0px 0 35px 0;
border-top: 0px solid #444;
margin: 0px 0 0 0;

}



.topic_single .home_row h2 {
background: #3ba14b;
background: #44a594;
color: #fff;
width: auto;
font-size: 20px;
font-family: 'corbeau_medium';
padding: 4px 7px;
margin: 0px;
display:inline-block;
margin: 0 80% 0 0;

}



.topic_single .item_holder {
width: 100%;
height: auto;
display: inline-block;
margin: 0 0% 0px 0;
vertical-align: top;

}



.topic_single  .home_row a:nth-of-type(3) .item_holder,
.topic_single  .home_row_below a:nth-of-type(3) .item_holder,
.topic_single  .home_row a:nth-of-type(6) .item_holder,
.topic_single  .home_row_below a:nth-of-type(6) .item_holder,
.topic_single  .home_row a:nth-of-type(9) .item_holder,
.topic_single  .home_row_below a:nth-of-type(9) .item_holder,
.topic_single  .home_row a:nth-of-type(12) .item_holder,
.topic_single  .home_row_below a:nth-of-type(12) .item_holder,
.topic_single  .home_row a:nth-of-type(15) .item_holder,
.topic_single  .home_row_below a:nth-of-type(15) .item_holder,
.topic_single  .home_row a:nth-of-type(18) .item_holder,
.topic_single  .home_row_below a:nth-of-type(18) .item_holder,
.topic_single  .home_row a:nth-of-type(21) .item_holder,
.topic_single  .home_row_below a:nth-of-type(21) .item_holder {
width: 100%;
margin: 0 0% 0px 0;

}










#no_posts {
width: 100%;
height: auto;
display: block;
margin: 25px 0px;
-webkit-columns: 250px 3;
   -moz-columns: 250px 3;
        columns: 250px 3;

font-size: 22px;
font-family: 'corbeau_thin';
color: #111;


}





#topic_single_below {
display: block;
margin: 67px 0 20px 0;

}


#topic_single_below a,
#topic_single_below a:visited {
display: inline-block;
margin: 0px 6.5% 15px 6.5%;
font-size: 22px;
color: #fff;
font-family: 'corbeau_medium';


}


#topic_single_below a:hover {
color: #ffcf28;

}




#posts_nav h2 {
display: none;

}


div.nav-previous, 
div.nav-next {
display: inline-block;
margin: 45px 6.5% 0 6.5%;
}

#posts_nav a,
#posts_nav a:visited {
background: #4482a5;
color: #fff;
width: auto;
font-size: 20px;
font-family: 'corbeau_medium';
padding: 4px 7px;
margin: 0px;
display: inline-block;
margin: 0px 0% 0px 0;

}


#posts_nav a:hover {
background: #3b9fd7;

}




#posts_nav div.nav-next a,
#posts_nav div.nav-next  a:visited {
background: #44a594;
color: #fff;
width: auto;
font-size: 20px;
font-family: 'corbeau_medium';
padding: 4px 7px;
margin: 0px;
display: inline-block;
margin: 10px 0% 10px 0;

}


#posts_nav div.nav-next a:hover {
background: #42ceb5;

}	












/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################       TOPIC SINGLE 3  STYLES   ############################# */
/* ########################################################################################### */
/* ########################################################################################### */

.topic_single.white h4#page_desc {
display: block;

font-size: 25px;
color: #fff;
background: none;



padding: 121px 6.5% 50px 6.5%;
margin: 0 0 0px 0%;
font-family: 'corbeau_bold';
font-family: 'corbeau_thin';



}


#topic_single_items {
background: #fff;
width: 100%;
height: auto;
display: block;
padding: 55px 35px 5px 35px;


}

#topic_single_items h4 {
background: none;
color: #111;
width: auto;
font-size: 25px;
font-family: 'corbeau_thin';
padding: 0x;
margin: 0 0 35px 0;
display: block;


}


#topic_single_items h3 {
background: #3ba14b;
color: #fff;
width: auto;
font-size: 20px;
font-family: 'corbeau_medium';
padding: 4px 7px;
margin: 0px;
display: inline-block;
margin: 0 80% 0 0;


}


a.topic_primary_item {
width: 45%;
display: inline-block;
height: 415px;

font-size: 0px;
overflow:  hidden;
}


#topic_primary {
width: 100%;
height: 100%;


}




#topic_image_holder {
display: block;
width: 100%;
height: 65%;
background: url(../images/blog_001.jpg);
background-size: cover;
background-position: center center;
border-bottom: 5px solid #8f968b;

}

#topic_text {
display: block;
width: 100%;
height: 35%;
background: #333;
padding: 25px;
border: 1px solid #222;
border-top: 0px solid #222;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}

span#topic_title {
font-size: 32px;
color: #fff;
font-family: 'corbeau_bold';
display: block;
margin: 0 0 10px 0;

}


span#topic_auth {
font-size: 16px;
color: #fff;
font-family: 'imperial',georgia,'times new roman',times,serif;
display: inline-block;
margin: 0 5px 0 0;


}

span#topic_desc {
font-size: 16px;
color: #aaa;
font-family: 'corbeau_thin';
display: inline-block;


}


.topic_secondary {
display: inline-block;
float: right;

height: 225px;

width: 23%;
margin: 0px 0px 25px 19px;
background: #eee;
font-size: 0px;
overflow:  hidden;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;




}

.topic_image_holder {
display: block;
width: 100%;
height: 66%;

background-position: center center;
background-size: cover;
}

.secondary_text {
display: block;
width: 100%;
height: 34%;
padding: 15px;
text-align: left;


}

span.secondary_title {
font-family: 'corbeau_medium';
font-size: 18px;
color: #111;

}



#topic_single_row {





}




/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################        BRIDGE  STYLES          ############################# */
/* ########################################################################################### */
/* ########################################################################################### */


#bridge_bg {

position: fixed;
top: 0px;
left: 0px;

width: 100%;
height: 100%;
display: block;
z-index: -1;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#979899+0,0b0b0c+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(241,242,243,1) 0%, rgba(155,155,155,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(241,242,243,1) 0%,rgba(155,155,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(241,242,243,1) 0%,rgba(155,155,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */

background: #111;


/*
-webkit-filter: blur(45px);
  -moz-filter: blur(45px);
  -o-filter: blur(45px);
  -ms-filter: blur(45px);
  filter: blur(45px);
transform: scale(1.1);
*/
}





#bridge_holder {
width: 775px;
height: auto;
display: inline-block;
margin: 175px 17px 115px auto;
background: none;
vertical-align: top;
font-size: 24px;
color: #fff;
text-align: left;
font-family: 'corbeau_thin';
letter-spacing: 1px;

}

#bridge_holder h1,
#bridge_holder h2,
#bridge_holder h3 {
font-family: 'corbeau_bold';
display: block;
margin: 1em 0;

}

#bridge_holder p {
margin: 1em 0 0 9%;
display: block;
width: 90%;
line-height: 1.4;
}

#bridge_holder img {
width: 100%;
display: block;
margin: 2em 0 1em 0;
}


#bridge_holder ul {
margin: 1em 0 0 9%;
display: block;
width: 90%;
padding: 0px;
line-height: 1.4;
list-style: none;
}

#bridge_holder ul li {
margin: 1em 0 0 0%;
line-height: 1.4;
font-size: 24px;
font-family: 'corbeau_thin';

}



.blog_post_dark #signup_holder {
display: none;

}

.blog_post_dark #tagline_holder {
border-top: 0px solid #ddd;


}

.blog_post_dark #tagline_overlay {


}




/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################        BRIDGE2  STYLES         ############################# */
/* ########################################################################################### */
/* ########################################################################################### */


.blog_post_dark #blog_post_bg {
background: #111;

}



.blog_post_dark #post_holder {
background: #333;

}


.blog_post_dark #post {
width: 100%;
height: auto;
display: block;

padding: 25px 6.5%;
text-align: left;

}

.blog_post_dark #post h1 {
font-family: 'corbeau_bold';
font-size: 33px;
color: #fff;
display: block;
margin: 0 0 0px 0;


}

.blog_post_dark span#post_auth {
font-size: 15px;
font-family: 'fakt_medium';
color: #777;
display: inline-block;
margin: 0 20px 20px 0;

}

.blog_post_dark span#post_cat {
font-size: 15px;
font-family: 'fakt_medium';
color: #777;
display: none;
margin: 0 20px 20px 0;

}


.blog_post_dark span#post_comments {
font-size: 15px;
font-family: 'fakt_medium';
color: #777;
display: none;
margin: 0 20px 20px 0;

}


.blog_post_dark #content {
width: 100%;
height: auto;
color: #fff;
font-family: 'imperial',georgia,'times new roman',times,serif;
font-size: 19px;
line-height: 1.4;
letter-spacing: 1px;
overflow: hidden;


}



.blog_post_dark #sidebar {
display: none;

}

.blog_post_dark .sidebar_row {
width: 100%;
height: auto;
display: block;	
padding: 35px 35px 0 35px;
font-size: 18px;
color: #aaa;
font-family: 'corbeau_medium';

}


.blog_post_dark .sidebar_row h3 {
display: block;
color: #3ba14b;
color: #ccc;
text-transform: uppercase;
margin: 0 0 11px 0;

}

.blog_post_dark .sidebar_row a,
.blog_post_dark .sidebar_row a:visited {
display: block;
margin: 0 0 7px 0;
font-size: 21px;

}

.blog_post_dark .sidebar_row a:hover {
color: #3ba14b;

}

.blog_post_dark #sidebar_featured {
display: block;
width: 100%;
height: auto;
padding: 35px;
font-size: 18px;
border-bottom: solid 7px #aaa;

}

.blog_post_dark #sidebar_featured h3 {
display: block;
color: #ccc;
text-transform: uppercase;
padding: 0px;
margin: 0 0 11px 0;

}

.blog_post_dark #sidebar_featured a.sidebar_post,
.blog_post_dark #sidebar_featured a.sidebar_post:visited {
width: 100%;
display: block;
font-size: 18px;
font-family: 'corbeau_bold';
color: #ccc;
margin: 0px 0px 35px 0;

}

.blog_post_dark #sidebar_featured a.sidebar_post:hover {
color: #4482a5;

}





.blog_post_dark span.sidebar_desc {
display: block;
width: 100%;
height: auto;
font-family: 'corbeau_thin';
font-size: 16px;
margin: 7px 0 0 0;
color: #ccc;


}

.blog_post_dark span.sidebar_cat {
display: block;
width: 100%;
height: auto;
font-family: 'corbeau_thin';
font-size: 16px;
margin: 7px 0 0 0;
color: #ccc;


}


.blog_post_dark #sidebar_featured a.sidebar_post:nth-of-type(2) span.sidebar_desc,
.blog_post_dark #sidebar_featured a.sidebar_post:nth-of-type(3) span.sidebar_desc  {
display: none;

}


.blog_post_dark #share {
color: #fff;

}


.blog_post_dark #comments_holder {
display: block;
width: 100%;
height: auto;
padding: 25px 6.5%;
border-top: 7px solid #555;
text-align: left;
font-size: 19px;
color: #fff;
background: #333;
}


.blog_post_dark .comment-metadata  a,
.blog_post_dark .comment-metadata  a:visited {
display: block;
color: #eee;
font-family: 'corbeau_thin';
font-size: 13px;
margin: 10px 0 5px 0;
background: none;
width: auto;
padding: 0px;
float: none;


}

.blog_post_dark .comment-metadata a:hover {
display: block;
color: #ccc;
font-size: 13px;
margin: 10px 0 5px 0;
background: none;
padding: 0px;

}



.blog_post_dark #respond {
display: block;
width: 100%;
height: auto;
padding: 25px 6.5% 55px 6.5%;
border-top: 7px solid #555;
text-align: left;
font-size: 19px;
color: #fff;
background: #333;


}

.blog_post_dark h3#reply-title {
display: block;
font-family: 'corbeau_bold';
font-size: 33px;
color: #fff;
margin: 0 0 22px 0;



}




/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################        SEARCH PAGE STYLES      ############################# */
/* ########################################################################################### */
/* ########################################################################################### */


#search_holder {
position: fixed;
display: none;
top: 0px;
right: 0px;
opacity: 0;
-webkit-transition: opacity 0.3s; /* Safari */
 transition: opacity 0.3s;

height: 100%;
width: 100%;

z-index: 777;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#979899+0,0b0b0c+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(241,242,243,1) 0%, rgba(155,155,155,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(241,242,243,1) 0%,rgba(155,155,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(241,242,243,1) 0%,rgba(155,155,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */




}


#search_holder.toggle {
display: block;
opacity: 1;


}

button#close_search_holder,
button#close_search_holder:visited {
display: inline-block;
font-size: 55px;
color: #444;
font-family: 'corbeau_bold';
z-index: 778;
position: absolute;
top: 12px;
right: 31px;
background: none;
border: 0px solid #111;
cursor: pointer;

}

button#close_search_holder:hover {
color: #111;

}


#search_holder table,
#search_holder tr {
width: 100%;
height: 100%;

}

#search_holder td {
width: 100%;
height: 100%;
vertical-align: middle;
text-align: center;

}

#search_page_content {
width: 87%;
margin: 125px auto 95px auto;
display: inline-block;
vertical-align: top;
text-align: left;
display: inline-block;
}

#search_holder #search_page_content {
width: 87%;

margin: auto;
display: inline-block;
vertical-align: middle;
text-align: left;
display: inline-block;
}



#search_page_content span {
font-size: 33px;
font-family: 'corbeau_thin';
color: #000;
display: block;
margin: 0 0 0.6em 0;

}





#search_page_content #search_form {
height: 100%;
width: 100%;
padding: 0px;
margin: 0px 0 0 0;
}

#search_page_content input#search_field {
height: 70px;
width: 100%;
display: inline-block;
background: #fff;
border: none; 
margin: 0px 0 15px 0px;
padding: 23px 23px 23px 23px;
font-size: 24px;
line-height: 24px;
color: #111;
font-family: 'corbeau_thin';

}

#search_page_content input#search_field:focus {
color: #111;

}

#search_page_content #search_submit {
background: #ffcf28;
width: 100%;
height: 70px;
display: inline-block;
cursor: pointer;
border: none;
float: right;
padding: 23px 23px 23px 23px;
font-size: 19px;
line-height: 24px;
color: #111;
font-family: 'corbeau_thin';
text-transform: uppercase;
border-radius:  3px;

}

#search_page_content #search_submit:hover {
background: #fbc120;
}


#search_no_results {
display: block;
width: 100%;
padding: 0 7%;
margin: 25px 0px 19.5% 0px;


}





#blog_feed_404_text {
display: block;
color: #fff;
font-size: 25px;
font-family: 'corbeau_thin';
margin: 0px 0 145px 0;

}



/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################        CONTACT FORM STYLES     ############################# */
/* ########################################################################################### */
/* ########################################################################################### */



#title_bar {
display: block;
height: auto;
width: 100%;

}

.contact #title_bar h2 {
display: block;
font-size: 0px;
color: #000;
background: #eee;
padding: 125px 6.5% 0px 6.5%;
margin: 0 0 0px 0%;
font-family: 'corbeau_medium';


}

#contact_holder {
text-align: left;
width: 100%;
height: auto;
display: block;
position: relative;
background: #eee;


}


#contact_page_content {
width: 100%;
max-width: 380px;
margin: 35px 0% 55px 0%;
padding: 0 6.5%;
display: inline-block;
vertical-align: top;
text-align: left;
display: inline-block;
position: relative;
left: 0px;

}


#contact_page_sidebar {
width: 100%;
padding: 0px 6.5% 0px 6.5%;
font-size: 22px;
color: #111;
text-align:  left;
font-family: 'corbeau_thin';


}

#contact_page_sidebar a,
#contact_page_sidebar a:visited  {
font-size: 15px;
color: #111;
display: block;
margin: 0 0 7px 0;

}

#contact_page_sidebar a:hover {
color: #1a8800;

}



#contact_page_sidebar span {
font-size: 23px;
font-family: 'corbeau_thin';
color: #000;
display: block;
margin: 0 0 0.6em 0;
padding: 0 0% 0 0;

}

#contact_page_sidebar span strong {
font-size: 23px;
font-family: 'corbeau_medium';
color: #111;
display: inline;
margin: 0 0 0em 0;
padding: 0 0% 0 0;

font-weight: 100;

}



#contact_page_content input[type=email],

#contact_page_content input[type=text],

#contact_page_content input[type=password],

#contact_page_content textarea, 

#contact_page_content input

{

background-color: rgba(255, 255, 255, 0.9);
padding: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
margin: 0px 5px 14px 0;
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
border: none;
outline: none;
font-family: 'corbeau_medium';

border: 1px #777 solid;
outline: none;
font-size: 18px;


 resize: none;

}

#contact_page_content input[type=email]:focus,

#contact_page_content input[type=text]:focus,

#contact_page_content input[type=password]:focus,

#contact_page_content textarea:focus, 

#contact_page_content input:focus  {
color: #222;
background-color: rgba(255, 255, 255, 1);
font-size: 18px;
font-family: 'corbeau_medium';
padding: 10px;
border: 1px #777 solid;

}



#contact_page_content input[type="submit"],
#contact_page_content input[type="button"]
{
	
    position: relative;
    display: block;
    padding: 14px 17px 11px 17px;
   color: #fff;
background: #3ba14b;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    margin: 0px;
	outline: none;
	border: 0px solid #ddd;
	cursor: pointer;
	letter-spacing: 1px;
	border-radius: 3px;
}
#contact_page_content input[type="submit"]:hover,
#contact_page_content input[type="button"]:hover
{
color: #fff;
background: #36b74a;
outline: none;
border: #ddd solid 0px;
}


.contact #signup_holder {

display: none;

}





input[type=email],

input[type=text],

input[type=password],

textarea, 

input

{

background-color: rgba(255, 255, 255, 0.9);
padding: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
margin: 0px 0 14px 0;
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
border: none;
outline: none;
font-size: 22px;
font-family: 'corbeau_medium';

 resize: none;

}

input[type=email]:focus,

input[type=text]:focus,

input[type=password]:focus,

textarea:focus, 

input:focus  {
color: #222;
background-color: rgba(255, 255, 255, 1);
font-size: 22px;
font-family: 'corbeau_medium';
padding: 10px;
}


#signup_holder input[type=email],

#signup_holder input[type=text],

#signup_holder input[type=password],

#signup_holder textarea, 

#signup_holder input,

#signup_above input[type=email],

#signup_above input[type=text],

#signup_above input[type=password],

#signup_above textarea, 

#signup_above input

{

width: 100%;
background-color: rgba(255, 255, 255, 0.9);
padding: 14px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
margin: 0px 0 15px 0;
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
border: 1px #ddd solid;
outline: none;
font-size: 22px;
font-family: 'corbeau_medium';

 resize: none;

}


#signup_above input[type="submit"],
#signup_above input[type="button"]
{
	
    position: relative;
    display: block;
    padding: 14px 17px 11px 17px;
   color: #fff;
background: #3ba14b;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    margin: 0px;
	outline: none;
	border: 0px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
	letter-spacing: 1px;
}
#signup_above input[type="submit"]:hover,
#signup_above input[type="button"]:hover
{
color: #fff;
background: #36b74a;
outline: none;
border: #ddd solid 0px;
}





input[type=text]:focus, select:focus, textarea:focus {

outline: none;

}


::-webkit-input-placeholder {
color: #9a9a9a;

}

:-moz-placeholder { /* Firefox 18- */
color: #9a9a9a; 

}

::-moz-placeholder {  /* Firefox 19+ */
color: #9a9a9a; 

}

:-ms-input-placeholder {  
color: #9a9a9a;  

}

[placeholder]::-webkit-input-placeholder {
color: #9a9a9a;

}

[placeholder]:focus::-webkit-input-placeholder {
transition: opacity 0.5s 0.5s ease; 
opacity: 1;

}		





.contact .form-style-5{
    max-width: 400px;
    padding: 20px;
    background: #f5f5f5;
    margin: 0px;
    border-radius: 0px;
	font-family: 'corbeau_medium';
	display: inline-block;
	position: relative;
	overflow: visible;
	letter-spacing: normal;
	line-height: 100%;
	font-size: 16px;
	float: right;
    
}
.contact .form-style-5 fieldset{
    border: none;
	width: 100%;
	 margin: 0px;
}

.contact .form-style-5 label {
    display: none;
     margin: 0px;
}
.contact .form-style-5 input[type="text"],
.contact .form-style-5 input[type="date"],
.contact .form-style-5 input[type="datetime"],
.contact .form-style-5 input[type="email"],
.contact .form-style-5 input[type="number"],
.contact .form-style-5 input[type="search"],
.contact .form-style-5 input[type="time"],
.contact .form-style-5 input[type="url"],
.contact .form-style-5 textarea,
.contact .form-style-5 select {
font-family: 'corbeau_medium';
border: none;
border-radius: 0px;
font-size: 16px;
margin: 0 0 20px 0;
outline: 0;
padding: 15px;
width: 100%;
box-sizing: border-box; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
background-color: #e7e5e3;
color:#8a97a0;
	
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
border: none;
outline: none;

    
    
}

textarea {
width: 100%;
height: 200px;
resize: none;
font-size: 21px;
font-family: 'corbeau_medium';
color: #111;
display: block;
padding: 15px;

}

textarea:focus {
width: 100%;
height: 200px;
resize: none;
font-size: 21px;
font-family: 'corbeau_medium';
color: #111;
display: block;
padding: 15px;

}


.contact .form-style-5 input[type="text"]:focus,
.contact .form-style-5 input[type="date"]:focus,
.contact .form-style-5 input[type="datetime"]:focus,
.contact .form-style-5 input[type="email"]:focus,
.contact .form-style-5 input[type="number"]:focus,
.contact .form-style-5 input[type="search"]:focus,
.contact .form-style-5 input[type="time"]:focus,
.contact .form-style-5 input[type="url"]:focus,
.contact .form-style-5 textarea:focus,
.contact .form-style-5 select:focus{
    background: #ddd9d3;
}
.contact .form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}

input[type="submit"],
input[type="button"]
{
	
    position: relative;
    display: block;
    padding: 16px 20px 16px 20px;
    color: #111;
    background: #fff;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    margin: 0px;
	outline: none;
	border: 0px;
	cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover
{
color: #111;
background: #ffc22f;
outline: none;
}

/* SUBMIT BUTTONS FOR ON-PAGE CONTENT */

#content input[type="submit"],
#content input[type="button"]
{
	
    position: relative;
    display: block;
    padding: 0.5em 0.75em;
    color: #111;
    background: #ffcf28;
    font-size: inherit;
    text-align: center;
    font-style: normal;
    margin: 0px;
	outline: none;
	border: 0px;
	cursor: pointer;
	font-family: 'corbeau_medium';
}
#content input[type="submit"]:hover,
#content input[type="button"]:hover
{
color: #111;
background: #ffbb17;
outline: none;
}












::-webkit-input-placeholder {
color: #9a9a9a;

}

:-moz-placeholder { /* Firefox 18- */
color: #9a9a9a; 

}

::-moz-placeholder {  /* Firefox 19+ */
color: #9a9a9a; 

}

:-ms-input-placeholder {  
color: #9a9a9a;  

}

[placeholder]::-webkit-input-placeholder {
color: #9a9a9a;

}

[placeholder]:focus::-webkit-input-placeholder {
transition: opacity 0.5s 0.5s ease; 
opacity: 0;

}	




/* ########################################################################################### */
/* ########################################################################################### */
/* ############################      CONTACT PLUGIN STYLES      ############################## */
/* ########################################################################################### */
/* ########################################################################################### */



.wpfg-form {
    width: 100%;
    font: 18px "corbeau_medium";
    float: left;
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center 0px;
    padding: 0px 0px 0px 0px;
}

.wpfg-form .wpfg-field.grouped > .wpfg-label {
    width: 0px;
    display: none;
}


.wpfg-form input, .wpfg-form select, .wpfg-form textarea, .wpfg-form .wpfg-field div .wpfg-fileupload-button {
    color: #999999;
    background-color: #ffffff;
    
   
}

.wpfg-extra-shortcode .wpfg-shortcode .wpfg-field .wpfg-form-button .wpfg-label {
display: none;

}

.wpfg-form .wpfg-field.wpfg-form-button > button {
    padding: 10px 20px 10px 20px;
    font-size: 19px !important;
    position: relative;
    cursor: pointer;
}




.wpfg-form { width: 100%; font: 14px "corbeau_medium"; float: left; overflow: hidden; background-image: none; background-repeat: no-repeat; background-position: center 0px; padding: 0px 0px 0px 0px; } 
.wpfg-form .wpfg-label { display: none; } 
.wpfg-form .wpfg-field.grouped { clear: inherit; margin-left: 0px; width: 100%; }
.wpfg-form .wpfg-field .wpfg-label {display: none; }
.wpfg-form input, .wpfg-form select,.wpfg-form textarea {width: 100%;background: #f6f6f6;}
.wpfg-form input.captcha, .wpfg-form input.captcha:focus {width: 45px; display: inline-block;}
.wpfg-form input:focus, .wpfg-form select:focus, 
.wpfg-form textarea:focus {width: 100%;background: #fff;}
.wpfg-form .wpfg-field {margin: 0px 0px 0px 0px;}
.wpfg-form textarea {width: 100%; height: 170px;background: #f6f6f6;}
.wpfg-form .wpfg-field div {width: 100%; float: left; position: relative; }
.wpfg-form .captcha {width: 100%;} 
.wpfg-form .wpfg-captcha .wpfg-label {display: inline-block; width: auto; font-size: 22px; font-family:'corbeau_medium';font-weight: 100;color: #111;padding: 11px 11px 0 0;}
.wpfg-form .wpfg-captcha div {display: inline-block; width: 80%;}
.wpfg-form button {border-radius: 3px; font-family:'corbeau_bold';font-size: 23px;padding: 14px 17px 11px 17px;letter-spacing:1px; }
.wpfg-form .wpfg-captcha p {display: inline-block; margin: 0 0 0 11px;}
.wpfg-shortcode.wpfg-field.wpfg-captcha {width: 100%;display: block;}
.wpfg-form .wpfg-field {float: left;clear: none;color: #868686; margin: 0px 0px 0px 0px;}
.wpfg-form .wpfg-field div p {line-height: 1;font-size: 14px; padding: 14px 21px; display: inline-block; margin: 0 0 0 11px; float: none; clear: none;}
p.thanks-description {font-family:'corbeau_thin'; font-size: 29px;font-weight: 100;color: #111;margin: 0px 0 150px 0;} 
h1.thanks-title {font-family: 'corbeau_bold';font-size: 29px; color: #111; margin: 0 0 29px 0;}



/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################         MISC                ################################ */
/* ########################################################################################### */
/* ########################################################################################### */

#bg_404 {
position: fixed;
top: 0px;
left: 0px;

width: 100%;
height: 100%;
display: block;
z-index: -1;

background: url(../images/blog_404_bg.jpg);
background-size: cover;
background-position: center center;

}



/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################           GUARDIAN          ################################ */
/* ########################################################################################### */
/* ########################################################################################### */

#guardian {
display: none;


}




/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################        SIGNUP ABOVE         ################################ */
/* ########################################################################################### */
/* ########################################################################################### */



#signup_above {
display: none;

float: left;

position: fixed;
top: 0%;
left: 0%;

width: 100%;
height: 100%;

background: #fff;
border: #777 solid 0px;

color: #000;

z-index: 999;



}



#signup_above.toggle {
display: block;

}


#signup_inside {
display: block;
width: 100%;
height: 100%;
position: relative;

padding: 25px 4% 0 4%;


}


button#menu_close_btn,
button#menu_close_btn:visited {
padding: 11px 11px;
background: none;
color: #fff;
font-family: 'corbeau_bold';
font-size: 0px;
position: absolute;
top: 10px;
right: 4%;

border: solid 1px #d8d8d8;



cursor: pointer;


float: right;
z-index: 1023;


}


button#menu_close_btn:hover {
background: none;
border: solid 1px #d8d8d8;


cursor: pointer;

}


#menu_close_btn_inside {
display: block;
position: relative;
width: 31px;
height: 31px;

 -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);

}

#menu_close_bar_horizontal {
display: block;
float: left;
z-index: 1155;
width: 31px;
height: 3px;
background: #111;

 

position: absolute;
top: 14px;
left: 0px;

-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;

}

#menu_close_bar_vertical {
display: block;
float: left;
z-index: 1157;
width: 3px;
height: 32px;
background: #111;

position: absolute;
top: -1px;
left: 14px;

-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;

}

button#menu_close_btn:hover #menu_close_bar_horizontal,
button#menu_close_btn:hover #menu_close_bar_vertical {
background: #cd412a;

}






#signup_above table,
#signup_above tr {
width: 100%;
height: 100%;



}

#signup_above td {
width: 100%;
height: 100%;

vertical-align: middle;
text-align: center;

}


#signup_form {
width: auto;
margin: 0 auto;
font-size: 22px;
display: inline-block;


}

#signup_above #signup_form h2 {
display: none;
margin: 0 0 11px 0;
font-size: 25px;


}

#signup_above #signup_text {
font-size: 17px;
display: none;
margin: 0px 0 18px 0;
font-family: 'corbeau_thin';

}



#mce-responses {
width: 100%;
display: block;
margin: 0px 0;

}

#mce-success-response {
width: 100%;
display: block;
font-size: 16px; 
font-family: 'corbeau_medium';
background: #27649c;
border-radius: 3px;
color: #fff;
padding: 15px;
margin: 5px 0 20px 0;


}


#signup_action_btn {
    position: relative;
    display: inline-block;
    padding: 14px 17px 11px 17px;
    color: #fff;
    background: #3ba14b;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    margin: 0px;
    outline: none;
    border: 0px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: 'corbeau_medium';


}

#signup_action_btn:hover {
    background: #36b74a;
   
}






button#signup_holder {
display: block;
width: 100%;
height: auto;
padding: 45px 6%;
background: #eee;
color: #000;
border: none;
border-top: 1px solid #ddd;
outline: 0px solid #ddd;
}


button#signup_holder:hover,
button#signup_holder:focus {
     outline: 0px solid #ddd;
     border: none;
border-top: 1px solid #ddd;
}

button#signup_holder:focus {
    outline: 0px solid #ddd;
    border: none;
border-top: 1px solid #ddd;
    
}

button#signup_holder:active {
    outline: 0px solid #ddd;
    border: none;
border-top: 1px solid #ddd;
}

.signup #signup_holder {
display: block;
width: 100%;
height: auto;
padding: 24% 7% 23% 7%;
background: #eee;
color: #000;
border-top: 1px solid #ddd;



}


#signup_holder table,
#signup_holder tr {
width: 100%;
height: auto;



}


#signup_form {
width: auto;
margin: 0 auto;
font-size: 22px;
display: inline-block;


}

#signup_form h2 {
display: block;
margin: 0 0 11px 0;
font-size: 30px;


}

#signup_text {
font-size: 17px;
display: block;
margin: 0px 0 18px 0;
font-family: 'corbeau_thin';

}


.signup_input {
display: inline-block;
width: 100%;
background-color: rgba(255, 255, 255, 0.9);
padding: 14px;
margin: 0px 0% 15px 0;
border-radius: 0;
border: 1px #ddd solid;
outline: none;
font-size: 22px;
font-family: 'corbeau_medium';
resize: none;

color: #aaa;


}





/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################       TAGLINE STYLES        ################################ */
/* ########################################################################################### */
/* ########################################################################################### */


#tagline_holder {
position: relative; 
display: block;
width: 100%;
height: auto;

color: #fff;
border-top: 1px solid #444;

}

#tagline_holder img {
display: block;
width: 100%;
height: auto;

}

#tagline_holder img#tagline_main_img {
display: block;

}

#tagline_holder img#tagline_contact_img {
display: none;

}

.contact #tagline_holder img#tagline_main_img {
display: none;

} 

.contact #tagline_holder img#tagline_contact_img {
display: block;

}

.contact #tagline_holder {
position: relative;     
display: block;
width: 100%;
height: auto;

color: #fff;
border-top: 1px solid #444;

}

#tagline_overlay {
position: absolute;
display: block;
width: 100%;
height: 100%;
padding: 150px 6%;

background-repeat: repeat;
color: #fff;

float: left;
z-index: 33;

top: 0px;
left: 0px;


}

.contact #tagline_overlay {
display: none;

}

#tagline_overlay table,
#tagline_overlay tr {
width: 100%;
height: 100%;

}

#tagline_overlay a span {
display:inline-block; 
width: 100%;
max-width: 749px; 
vertical-align: middle; 
text-align: left; 
font-family: 'corbeau_bold';
font-size: 19px;


}

#tagline_overlay a span span {
display:inline;
width: auto; 


}

#tagline_overlay a:hover span span {
color: #9de14c;


}

#tagline_overlay a:hover span {
color: #9de14c;

}




/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################         FOOTER              ################################ */
/* ########################################################################################### */
/* ########################################################################################### */




#footer {
display: block;
width: 100%;
height: auto;
padding: 0px;
color: #000;
background: #eee;
font-size: 0px;
border-top: 3px solid #444;
position: relative;

}




#footer_col_holder {
display: block;
width: 100%;
height: auto;

padding: 0 0%;

}




.footer_col {
width: 100%;
display: inline-block;
height: auto;
margin: 0;
vertical-align: top;
font-family: 'corbeau_medium';
font-size: 19px;
padding: 0 0% 0 0;
text-align: left;
line-height: 1.4;
}



.footer_col:nth-of-type(3) {
width: 100%;
display: inline-block;
height: auto;
margin: 0px 0% 0px 0%;
vertical-align: top;
font-family: 'fakt_medium';
font-size: 19px;
padding: 25px 6.5%;
text-align:  left;
color: #333;
letter-spacing: 1px;
line-height: 1.4;

}


.footer_col_search {
width: 100%;
display: inline-block;
height: auto;
margin: 0 0% 0 0;
vertical-align: top;
font-family: 'corbeau_medium';
font-size: 0px;
padding: 0px 0px 0px 0px;
text-align: left;
line-height: 1.4;
}





.footer_col h3,
.footer_col:nth-of-type(2) h3 {
width: auto;
display: block;
height: auto;
margin: 0 0% 17px 0;
vertical-align: top;
font-family: 'corbeau_bold';
font-size: 25px;

color: #111;

}


.footer_col a,
.footer_col a:visited {
display: block;
font-family: 'fakt_medium';
font-size: 19px;
margin: 0 0px 0px 0px;
padding: 19px 6.5%;

color: #333;

border-bottom: 2px solid #444;



}


.footer_col:first-of-type a:nth-of-type(7),
.footer_col:nth-of-type(2) a:first-of-type {
display:none;

}

.footer_col_search a,
.footer_col_search a:visited {
display: inline-block;
width: 100%;
font-family: 'fakt_medium';
font-size: 19px;
margin: 0 0px 0px 0px;
padding: 19px 6.5%;

color: #333;

border-top: 2px solid #444;



}

.footer_col a:hover,
.footer_col_search a:hover {
color: #1a8800;


}

#footer form#search_form {
width: 100%;
padding: 10px 35px;
display: none;

}


#footer_btm {
display: block;
width: auto;
position: absolute;
bottom: 75px;
left: 7%;

}

#footer_btm2 {
display: block;
width: auto;
margin: 55px 0 0 0;

}

#footer_btm2 a,
#footer_btm2 a:visited {
display: inline-block;
font-size: 16px;
color: #000;
font-family: 'corbeau_bold';
margin: 0 25px 15px 0;



}

#footer_btm2 a:nth-of-type(1) {
display: inline-block;
font-size: 16px;
color: #3ba14b;
font-family: 'corbeau_bold';
margin: 0 25px 15px 0;

}

#footer_btm2 a:nth-of-type(2) {
display: inline-block;
font-size: 16px;
color: #44a594;
font-family: 'corbeau_bold';
margin: 0 25px 15px 0;

}



#footer_btm2 a:nth-of-type(3) {
display: inline-block;
font-size: 16px;
color: #4482a5;
font-family: 'corbeau_bold';
margin: 0 25px 15px 0;

}

#footer_btm2 a:nth-of-type(1):hover {
display: inline-block;
font-size: 16px;
color: #30d049;
font-family: 'corbeau_bold';
margin: 0 25px 15px 0;

}

#footer_btm2 a:nth-of-type(2):hover {
display: inline-block;
font-size: 16px;
color: #41d2b9;
font-family: 'corbeau_bold';
margin: 0 25px 15px 0;

}



#footer_btm2 a:nth-of-type(3):hover {
display: inline-block;
font-size: 16px;
color: #40b1f1;
font-family: 'corbeau_bold';
margin: 0 25px 15px 0;

}

#footer_btm2 a:nth-of-type(4) {
display: inline-block;
font-size: 15px;
color: #000;
font-family: 'fakt_medium';
margin: 0 25px 15px 0;



}


#footer_btm2 a:nth-of-type(4):hover {
display: inline-block;
font-size: 15px;
color: #3ba14b;
font-family: 'fakt_medium';
margin: 0 25px 15px 0;



}



.footer_col_search input[type=email],

.footer_col_search input[type=text],

.footer_col_search input[type=password],

.footer_col_search textarea, 

.footer_col_search input

{
width: 100%;
background-color: rgba(255, 255, 255, 0.9);
padding: 14px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
margin: 0px 0 14px 0;
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
border: 1px #ccc solid;
outline: none;
font-size: 15px;
font-family: 'fakt_medium';

 resize: none;

}


.footer_col_search input[type="submit"],
.footer_col_search input[type="button"]
{
	width: auto;
    position: relative;
    display: block;
    padding: 11px 14px 9px 14px;
   color: #111;
background: #ffc22f;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    margin: 0px;
	outline: none;
	border: 0px solid #ddd;
	cursor: pointer;
	font-family: 'fakt_medium';
	border-radius: 3px;
}
.footer_col_search input[type="submit"]:hover,
.footer_col_search input[type="button"]:hover {
width: auto;
color: #111;
background: #f9a615;
outline: none;
border: #ddd solid 0px;
}




/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################         MISC STYLES         ################################ */
/* ########################################################################################### */
/* ########################################################################################### */


#author_bg {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: block;
z-index: -1;
background: #fff;
background-size: cover;

background: #ddd;
background: linear-gradient(to bottom, rgba(241,242,243,1) 0%,rgba(155,155,155,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#aaa',GradientType=0 );
background-position: center center;
 
}


#author_holder {
display: block;
width: 100%;
height: 100%;

}


h2#author_tagline {
display: block;
font-size: 29px;
font-family: 'corbeau_bold';
color: #111;
letter-spacing: 1px;


}










/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */
/* ##############################                             ################################ */
/* ##############################                             ################################ */
/* ##############################     RESPONSIVE  STYLES      ################################ */
/* ##############################                             ################################ */
/* ##############################                             ################################ */
/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */
/* ########################################################################################### */

/* Larger than desktop */
@media (min-width: 1px) {

.item_image {
height: 195px;


}

.item_text {
height: 70px;
padding: 15px;

}

.item_text p {
height: 40px;
font-size: 15px;
line-height: 20px;

}

#content {
font-size: 17px;
line-height: 1.6;

}




}


/* Larger than desktop */
@media (min-width: 413px) {

.item_image {
height: 225px;

}

.item_text {
height: 80px;
padding: 15px;

}


.item_text p {
height: 50px;
font-size: 20px;
line-height: 25px;

}

#content {
font-size: 19px;
line-height: 1.6;

}


}



/* Larger than desktop */
@media (min-width: 513px) {

.item_image {
height: 345px;

}

.item_text {
height: 90px;
padding: 15px;

}

.item_text p {
height: 60px;
font-size: 24px;
line-height: 30px;

}


#post_featured_image {
height: 345px;

}

#content {
font-size: 19px;
line-height: 1.6;

}



}



/* Small Vertical screen */
@media (min-height: 1px) {










}

/* Small Vertical screen */
@media (min-height: 500px) {



}




/* Mid size vertical screen */
@media (min-height: 600px) {


}

/* Mid size vertical screen */
@media (min-height: 650px) {




}


/* Large size vertical screen */
@media (min-height: 700px) {










}


/* Larger vertical screen */
@media (min-height: 750px) {











}



/* Large vertical screen */
@media (min-height: 800px) {





}


/* Largest vertical screen */
@media (min-height: 850px) {






}




/* 
#############################################################

	Site Theme by Joel C. Anderson
	Version: 2.3
	Created: 2018
	Little Brother Media
	
	 
	Glory be to God for dappled things
	For skies of couple color as a brinded cow
	Landscapes plotted and pieced
	Fold, fallow and plow
	And all trades, their gear and tackle and trim.
	
	-Gerard Manley Hopkins

#############################################################
*/