/*
Theme Name: Adoring Margot Robbie by CGD
Author: https://cherrygemdesign.eu/
Version: 1.0
*/


::selection {
    background: #dc5468!important;
    color: #fff!important;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #dc5468!important;
    color: #fff!important; 
    /* Gecko Browsers */
}

/*---------Main---------*/


body {
    margin: 0;
    background: #fff;
    color: #797979; 
    line-height: 180%; 
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    word-wrap: break-word;
	text-align: justify;
}

b,
bold,
strong {
    color: #222;
}

i,
italic,
e,
em {
	color: #e1414a;
	letter-spacing: 1px;
	line-height: 25px;
	font-size: 12px;
}

u, 
underline {
	color: #222;
    text-decoration: none;
    padding-bottom: 2px;
    line-height: 28px;
}

u b i {
    color: #222;
}

.fa {
	 display:inline-block;
	 font:normal normal normal 14px/1 FontAwesome;
	 font-size:inherit;
	 text-rendering:auto;
	 -webkit-font-smoothing:antialiased;
	 -moz-osx-font-smoothing:grayscale;
	 transform:translate(0, 0);
	 color: #e1414a;
}

/*---------Container/Wrapper---------*/



#header {
    background: url('images/header.png') no-repeat center;
    height: 450px;
	margin-top: 10px;
}

#container {
	max-width: 1500px;
    margin: 0 auto;
}

#wrapper {
    max-width: 1200px;
    margin: 0 auto;
}


/*---------Quick Links---------*/

#welcomebox {
	width: 950px;
	margin: auto;
	background: #fff;
	display: block;
	position: relative;
	overflow: hidden;	
	margin-top: -20px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	border: 1px solid #eee;	
}

.welctitle {
	font-size: 16px;
	color: #444;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	font-weight: 500;
	letter-spacing: 2px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-left: 5px;
}

.welctitle i {
	font-size: 13px;
	color: #fff;
	background-color: #e1414a;
	border-radius: 20px;
	padding: 11px;
	text-align: center;
}

#welcomemsg {
	width: 950px;
	margin: auto;
	background: #000000;
	text-align: center;
}

.welcmsg {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.welcmsg span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
}


/*---------Sitebar---------*/

.sitebar {
    max-width: 1050px;
    margin: 0 auto;
}

.title {
    font-size: 30px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
    line-height: 40px;
    padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
    border-bottom: 1px #f1f1f1 solid;
	color: #000000;
	background-image: url("images/title.png");
	background-repeat: no-repeat;
	background-position: center top;
}


.title span {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 19px;
	font-size: 26px;
	color: #444444;
}

.navigation {
	margin: 0;
    font-size: 11px;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
    font-weight: none;
    text-transform: uppercase;
    padding: 19px 0 5px 0;
    overflow: hidden;
}

.navigation a {
    -webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-decoration: none;
	padding: 4px 10px;
	margin: 5px;
	letter-spacing: 0.2em;
    font: 500 12px Inconsolata, sans-serif;
    color: #000000;
    text-transform: lowercase;
}

.navigation a:hover {
    color: #e1414a;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation li {
	display: inline-block;
	margin: 0 1px 0 0;
}

.navigation li::after {
    margin: 0 0;
    content: "\2012";
	position: absolute;
	z-index: -1;
    color: #E6E6E6;
    font-size: 15px;
}

.show-menu {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #fff;
	background: #333;
	text-align: left;
	display: none;
	font-size: 14px;
	padding: 10px 0 10px 15px;
}


.position {padding: 0px 0px 0 0px; width: 100%; height: auto; }

/*---------Content---------*/

#content {
    float: left;
    width: 780px;
    margin: 44px 0 0 0;
}

#content .post {
    margin: 0 0 20px 0;
}

#content a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#content a:hover {
    color: #dc5468;
    text-decoration: none;
}

#content img,
#content img a {
	margin: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
	border: 1px solid #eaeaea;
	background-color: #fff;
	padding: 5px;
}

#content img:hover,
#content img a:hover {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0.9;

}

.contenttitle {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 color: #444444;
	font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

#content .contenttitle a {
    color: #444444;
	font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#content .contenttitle a:hover {
    color: #dc5468;
    text-decoration: none;
}

#content .contentextra {
    color: #333 !important;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Inconsolata', monospace;
    letter-spacing: 0.2em;
}

#content .contentextra a {
    color: #333 !important;
    font-family: inherit;
    text-decoration: none;
    font-size: inherit;
}

#content .contentextra a:hover {
	color:#333!important;
}


#content .contentextra::after {
    border-bottom: 1px solid #f1f1f1;
    content: "";
    display: block;
    margin: 5px auto 15px;
    width: 30%;
       }

.contenttext {
	text-align: justify;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    line-height: 22px;
    padding: 2px 5px 0 5px;
}

#content .featured img {
    border: none!important;
    box-shadow: none!important;
    background: none!important;
    padding: 0!important;
    width: 100%;
}

.more-link {
    background: #f7f7f7;
    padding: 8px;
    margin: 20px 0 0 0;
    display: table;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
}

.more-link:hover {
    background: #dc5468;
    color: #fff!important;
    border: 1px solid #dc5468;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out!important;
}

/*---------Sidebar---------*/

#sidebar {
    width: 360px;
    margin: 44px 0 0 0;
	height: auto;
	float: right;
	padding-bottom: 10px;
	line-height: 1.85;
	text-align:justify;
	font-size: 12px;
	color: #818181;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

#sidebar .side {
    margin: 0 0 50px 0;
	border: 1px solid #dbdbdb;
    padding: 10px;
}

.sidebartitle {
	font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #3a3a3a;
	letter-spacing: 4px;
	text-align: center;
	margin-top: -23px;
	font-family: 'Roboto';
}

.sidebartitle span {
	background: #ffffff;
	padding-right: 20px;
	padding-left: 20px;
}

.sidebartext {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    padding: 10px;
    line-height: 22px;
}

.sidebartext p {
    margin: 5px 0;
}

.sidebartext li {
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0 5px 2px;
}

#sidebar a {
    color: #4f5051;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 30px;
}

#sidebar a:hover {
    color: #dc5468;
    text-decoration: none;
}

#sidebar img,
#sidebar img a {
	margin: 10px;
	border: 1px solid #eeeeee;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#sidebar img:hover,
#sidebar img a:hover { 
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0.9;
}

#sidebar blockquote {
    margin: 5px 0 0 0;
}

ul#affiliates{
	list-style: none;
	overflow: hidden;
    text-align: center;}

#affiliates li {
    display: inline-block;
    text-align: center;
    font-weight: 400;
	letter-spacing: 1px;
    margin: 3px;
    width: 29%;
	position: relative;
    background-position: 25% 65%;
    border: 1px solid #f9f9f9;
    padding: 18px 18px;
    background-color: #fbfbfb;
}

#affiliates li a {
	color: #444444;
	font-size: 11px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 8px;
}

#affiliates li a:hover {
	font-weight: 800;
	color: #444444;
}

#affiliates li span {
	text-transform: uppercase;
    font-size: 8px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

#sidebar .stats {
    border-bottom: 1px dashed #f1f1f1;
    float: center;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
}

#sidebar b {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FDA9A6;
	line-height: 30px;
}

#network2 {
	width: 330px;
}
#network2 a {
	color: #ece0d4;
}
#network2 a:hover {
	color: #8c6d90;
}
#network2 .net {
margin-top: 2px;
    margin-bottom: 2px;
    font-family: arimo, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ddb9b3;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
}

.date {
    border-bottom: 1px dashed #f1f1f1;
    float:left;
    padding: 3px;
    font-size: 8px; 
    margin-right:10px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
    color: #767676;
    background: #F8F8F7;
    font-family: 'Roboto Condensed', sans-serif;
    
}

.e {
    border-bottom: 1px dashed #f1f1f1;
    padding: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px; 
    color: #000;
    text-align: justify;
    text-transform: uppercase;
	background: -webkit-linear-gradient(30deg,#ece0d4,#f0f0f1);

}

/*---------H classes---------*/

h1  {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #555;
}

h2 {
    margin: 1em 0 0.5em 0;
    font-weight: 500;
    color: #e1414a;
    font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 1px 2px 0 #eee;}

h3 {
	border-bottom: 1px dotted #c4c4c4;
	font-size: 13px;
	color: #444;
	letter-spacing: 2px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 3px;
}



h4 {
	font-family: 'Roboto', sans-serif;
	margin: 1em 0 0.5em 0;
    color: #343434;
    font-size: 15px;
    line-height: 40px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Inconsolata', monospace;
    font-weight: 500;
    text-shadow: 1px 1px 0 #e0dede;
}

h5 {
   font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: none;
    color: #555;
}

/*---------Projects---------*/

#work .synopsis {
    padding: 10px;
	margin-top: 4px;
	margin-bottom: 3px;
	font-size: 11px;
	text-align: justify;
	background: #f7f7f77a;
	color: #777;
	font-family: 'Lato', sans-serif;
}

#work .projectname {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-size: 17px;
}

#work i { 
	background: -webkit-linear-gradient(30deg, #fc6f60, #e1414a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#work u { 
    font-family: 'Inconsolata', monospace;
    text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #000000;
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8e8e8e;
}

#work a i { color: #333; }
#work a {
	color: #000;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: lowercase; 
	font: 500 10px Inconsolata, sans-serif!important;
}


/*---------Footer---------*/

#footer {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center!important;
    font-size: 11px;
    color: #8f8f8f;
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    letter-spacing: 2px;
    font-weight: 600;
}

#footer a {
    font-family: inherit;
    text-decoration: inherit;
    font-size: inherit;
    color: #dc5468;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer a:hover {
    font-family: inherit;
    text-decoration: inherit;
    font-size: inherit;
    color: #8f8f8f;
}


.disclaimer {
	font-size: 12px;
	color: #333;
	padding: 10px;
	line-height: 25px;
	border-top: 1px dotted #eeeeee;
	text-transform: none;
	font-family: 'Inconsolata', monospace;
	text-align: justify !important;
	letter-spacing: normal;
	font-weight: normal;
}

/*---------WP-Pagenavi---------*/

.wp-pagenavi {
	color: #555;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin: 25px 0;
    text-transform: uppercase;
    font-family: 'Inconsolata', monospace;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	margin: 2px;
    color: inherit;
    padding: 10px;
    border: #f1f1f1 1px solid;
    color: #555!important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out!important;
}

.wp-pagenavi a:hover {
    background-color: #333;
    color: #fff!important;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: inherit;
}

/*---------Comments---------*/

li.comment {
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #686767;
    font-family:'Open Sans', sans-serif;
    list-style: none;
    position: relative;
    margin: 0 0 1.625em;
}

ol.commentlist {
   padding: 10px;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

.comment-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
}

li.comment2 {
    background: #f6f6f6;
	padding: 1.625em;
	position: relative;
	list-style: none;
}

.commentlist .children {
	padding: 0 0 0 20px;
	list-style: none;
	border-left: 1px dotted #ededed;
}

.comment-top {
    text-align: right;
    color: #212121;
    font-family:'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border-top: 2px solid #e6e6e6;
}

#respond {
    padding: 5px 0 0 10px;
    font-size: 14px;
    color: #686767!important;
    font-family:'Open Sans', sans-serif;
    list-style: none;
}

.comment-reply-title {
    color: #686767;
    text-transform: uppercase;
    font-size: 18px;
    border-top: 2px solid #e6e6e6;
    padding: 2px 5px;
}

.comment-body {
	border-bottom: 1px solid #e6e6e6;
}
.comment-form label {
	line-height: 1;
	display: block;
	padding: 0 0 5px 0;
}

.nocomments {
    padding: 0 0 0 20px;
}

.reply {
    font-size: 14px;
    color: #686767;
    font-family:'Open Sans', sans-serif;
}

.cancel-comment-reply a {
    font-family:'Open Sans', serif;
    font-size: 14px;
}

/*---------Miscellaneous---------*/

blockquote {
    padding: 12px 35px;
    margin: 5px 0 10px 0;
	font-family: 'Inconsolata', monospace;
    color: #888888;
    background: #f9f9f9;
}


blockquote a {
    color: #8f8f8f!important;
    font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}

blockquote strong {
    color: #8f8f8f!important;
    font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}

blockquote a:hover {
    color: #333!important;
}

label.screen-reader-text {
    display: none;
}

#404error {
    float: right;
    width: 650px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

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

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

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mejs-container *, .mejs-container .mejs-controls div {
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
}

embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}

.wp-video {
    font-family:'Open Sans', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    margin: 2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 4px;
}

input[type="text"],
input[type="select"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="file"],
select,
textarea,
option {
    background-color: #fff;
    color: #2c2c2c;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
    padding: 8px;
    border: solid 1px #bababa;
}

input[type="submit"] {
    background-color: #dc5468;
	padding: 9px 22px;
	color: #fff;
	border: 0 none;
	cursor: pointer;
    font-family: 'Open Sans';
    font-size: 14px!important;
}

button,
input[type="button"] {
    background-color: #dc5468;
	padding: 10px;
	color: #fff;
	border: 0 none;
	cursor: pointer;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
}

#tooltip {
    position: absolute; 
	z-index: 9999; 
	margin: 0 0 0 -10px;
	padding: 3px 6px;
	display: none;
	border: 0; 
	background: rgba(199,176,199, 0.7); 
	font-size: 12px; 
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
}

.galllink {
	    padding: 15px 20px;
    font-size: 13px;
    line-height: 20px;
       border: 1px solid #f1f1f1;
	background: #fbfbfb;
	font-family: 'Roboto Condensed', sans-serif;
}

.galllink a {
    line-height: 1.5;
    color: #444444!important;
    font-family: 'Inconsolata', monospace;
     background-image: linear-gradient(to right, #fcc8b3, #fc6f60);
}

.galllink strong, .gallpost b {
    line-height: 21px;
	font-size: 16px;
	color: #444;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	font-weight: 500;
	letter-spacing: 2px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-left: 5px;
}


.wp-caption {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin: 10px auto 10px auto;
    text-align: center;
    max-width: 100%;
}

.wp-caption img {
    box-shadow: none!important;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.wp-caption-text {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
    font-style: italic;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

ul {
    padding: 0 0 0 15px;
}

ul ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.post-edit-link {
    padding: 5px 0;
}

a.post-edit-link{
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    outline: none;
    cursor: pointer;
    padding: 5px;
    transition: 0.3s;
    font-size: 12px!important;
    text-transform: uppercase;
    color: #555!important;
    font-weight: 600;
	font-family: 'Inconsolata', monospace;

}

a.post-edit-link:hover{
    background-color: #ddd;
}

mark {
    background: #dc5468;
    padding: 0 2px;
}

/*---------Responsive---------*/


.show-menu,
.main-navigation input[type=checkbox] {
	display: none;
}

.main-navigation input[type=checkbox]:checked~.rpv-menu {
	display: block;
}

@media (max-width: 954px) {
	.site-content {
		padding: 0 3%;
	}
	.top-bar {
		position: relative;
		margin: 0 0 52px 0;
		padding: 0;
	}
	.site-navigation {
		display: block;
		float: none;
		height: auto;
	}
	.show-menu {
		font-size: 14px;
		display: block;
		padding: 10px 3%;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #ece0d4;
		border-bottom: 1px solid #e1e1e1;
	}
	.show-menu:before {
		font-family: FontAwesome;
		margin: 0 5px 0 0;
		content: '\f0c9';
	}
	.main-navigation,
	.main-navigation a {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation ul li,
	.main-navigation li a {
		width: 100%;
	}
	.main-navigation li {
		margin: 0;
		padding: 10px 3%;
		border-bottom: 1px solid #f1f1f1;
	}
	.main-navigation a:hover,
	.main-navigation a:focus {
		color: #dcbb00;
		background: none;
		box-shadow: none;
	}
	.site-navigation .social-navigation {
		position: absolute;
		top: 10px;
		right: 3%;
	}
	.site-title {
		font-size: 26px;
		line-height: 1;
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		display: table;
		float: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.site-header {
		display: none;
	}
	.header2 {
		display: none;
	}
	.welcome {
		display: none;
	}
	.content-area,
	.widget-area {
		float: none;
		width: auto;
	}
	.grid-item {
		width: 49.55%;
	}
	.site-footer {
		padding-right: 3%;
		padding-left: 3%;
	}
}

@media (max-width: 739px) {
	body,
	.entry-cats,
	.entry-meta,
	.entry-share {
		line-height: 23px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	hr,
	ul,
	ol,
	table,
	form,
	.entry-content,
	.comment-list,
	.comment,
	.comment-content,
	.comment-meta,
	.comment-list .children,
	.comment-navigation,
	.entry-summary,
	.not-found .page-content {
		margin: 23px 0;
	}
	blockquote {
		padding: 0 0 0 40px;
		border: 0;
	}
	blockquote:before {
		margin-top: 0;
	}
	blockquote:after {
		display: none;
	}
	ul,
	ol {
		padding: 0 0 0 30px;
	}
	ul ul,
	ol ol,
	ul ol,
	ol ul {
		margin: 0;
		padding: 0 0 0 30px;
	}
	dd {
		margin: 0 0 23px 30px;
	}
	.top-bar,
	.post,
	.post-navigation,
	article.page,
	.not-found {
		margin: 0 0 46px 0;
	}
	.site-title {
		font-size: 30px;
		line-height: 1;
		position: static;
		display: block;
		float: none;
		padding: 26px 10px;
		text-align: center;
		border-bottom: 1px solid #f1f1f1;
	}
	.entry-header,
	.tags-links,
	.post-thumbnail,
	.not-found .page-header {
		margin: 0 0 23px 0;
	}
	.entry-title,
	.not-found .page-title {
		font-size: 33px;
	}
	.more-link {
		margin: 23px auto;
	}
	.entry-footer,
	.comment-list .reply {
		margin: 23px 0 0 0;
	}
	.related-posts {
		margin: 46px 0 0 0;
	}
	.related-header,
	.comments-header,
	.comment-respond,
	.comment-reply-title {
		margin: 46px 0 23px 0;
	}
	.entry-meta,
	.entry-share {
		display: inline;
		float: none;
	}
	article.page .entry-share {
		float: right;
	}
	.entry-share:before {
		font-family: 'Fira Sans', sans-serif;
		display: inline-block;
		margin: 0 6px;
		content: '•';
	}
	article.page .entry-share:before {
		margin: 0;
		content: '';
	}
	.related-box {
		padding: 0 0 23px 0;
	}
	.post-navigation {
		font-size: 15px;
	}
	.post-navigation .meta-nav {
		font-size: 12px;
		position: static !important;
		clip: auto;
		width: auto;
		height: auto;
	}
	.post-navigation .meta-nav:after {
		margin: 0 5px 0 0;
		content: ':';
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		padding: 10px 0;
	}
	.post-navigation .nav-previous {
		border-right: 0;
	}
	.post-navigation .nav-next {
		border-top: 1px solid #f1f1f1;
	}
	.post-navigation .nav-previous a:before,
	.post-navigation .nav-next a:after {
		margin: 0;
		content: '';
	}
	.post-navigation a {
		letter-spacing: 0;
		text-transform: none;
	}
	.grid-layout.archive .page-header {
		margin: 10px 2% 46px 2%;
	}
	.grid-layout .posts-pagination {
		margin: 0 2% 47px 2%;
	}
	.list-item .post-thumbnail {
		max-width: 33.85%;
	}
	.list-layout .posts-pagination {
		margin: 46px 0 47px 0;
	}
	.comments-area {
		margin: 46px 0;
	}
	.comment-list .children {
		padding: 0 0 0 3%;
	}
	.comment-form input[type='text'],
	.comment-form input[type='email'],
	.comment-form input[type='url'],
	.comment-form textarea,
	.not-found input[type='search'] {
		width: 100%;
	}
	.page-header {
		margin: 10px 0 46px 0;
	}
	.wpcf7 input,
	.wpcf7 textarea,
	.wpcf7 textarea {
		width: 100%;
	}
	.nav-next,
	.nav-previous {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		vertical-align: top;
	}
	
	#welcome {
    display: none;
}
	
		#wimg {
    display: none;
}
			#header2 {
    display: none;
}

#content {
	float: left;
	width: 720px;
	margin: 20px 0 0 0;
	background-image: none;
	background-repeat: repeat-y;
}

}

@media (max-width: 499px) {
	.entry-title,
	.not-found .page-title {
		font-size: 23px;
	}
	.grid-item {
		width: 100%;
	}
	.list-item .post-thumbnail {
		float: none;
		margin: 0 0 11px 0;
		padding: 0;
	}
	.list-item .post-thumbnail,
	.list-item .post-thumbnail img {
		max-width: 100%;
	}
	.list-content {
		margin: 0;
	}
	.list-item .entry-header {
		margin: 0 0 11px 0;
		text-align: center;
	}
}