/* Widget */
.widget {
	margin-bottom: 30px;
}

/*
.widget .widget-title {
	text-transform: uppercase;
	font-size: 100%;
	margin: 0 0 1.5em;
	display: block;
}
*/

.widget ul {
	list-style: none;
	padding-left: 0;
}

.widget ul li:first-child {
	padding-top: 0;
}

.widget ul li .children li {
	border-bottom: none;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 0;
}

.widget select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #ddd;	
}

/* Widget :: Contact */
.widget_contact_us > p {
	padding-left: 25px;
}

/* Widget :: Flicker */
.flickr_photos {
	margin-left: -5px;
	margin-right: -5px;
}
.flickr_badge_image {
	display: inline-block;
	margin: 5px;
}

/* Widget :: Latest Blog Post  */
.widget_latest_post .post {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}

.widget_latest_post  .post li {
    display: inline-block;
    margin-bottom: 23px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdbdb;
    width: 100%;
}

.widget_latest_post  .post li:last-child {
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.widget_latest_post .col-md-3,
.widget_latest_post .col-md-9 {
    padding-left: 0;
}

.widget_latest_post .col-md-4,
.widget_latest_post .col-md-8 {
    padding-right: 0;
}

.widget_latest_post .col-md-4 .post a > img {
    width: 100%;
}

.widget_latest_post .cat-title {
    font-size: 15px;
    color: #f44336;
    margin: 0 0 10px;
    display: block;
}

.widget_latest_post .post-like {
	float: left;
}

.widget_latest_post .post-likes a {
	color: #919191;
}

.widget_latest_post .post-likes a i {
	color: #FF4081;
}

.widget_latest_post .post-time-ago {
	float: right;
}

.widget_latest_post .entry-title {
	margin-bottom: 8px;
	display: block;
}

.widget_latest_post .post-date {
	display: block;
	margin-bottom: 8px;
}

.widget_latest_post .post-likes {
    display: inline;
}

/* Widget :: Category */
.widget_categories li {
	line-height: 38px;
    padding-left: 30px;
}

.widget_categories li:before {
	color: #ffc300;
    content: "";
    float: right;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 100;
    left: 35px;
    padding: 0;
    position: absolute;
}

.widget_categories li a {
	color: #222222;
    display: inline-block;
    font-family: "Verdana",sans-serif;
    font-size: 15px;
    line-height: 25px;
	text-transform: capitalize;
	outline: none;
}

/* Widget :: Latest Tweets */
.widget_latest_tweets .tweets {
    padding-left: 20px;
    list-style: none;
    font-size: 16px;
}

.widget_latest_tweets .tweets li {
	clear: both;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}

.widget_latest_tweets .tweets li:last-child {
    margin-bottom: 0;
}

.widget_latest_tweets .tweets li i {
    font-size: 22px;
    color: #28a9e2;
}

.widget_latest_tweets .tweets li .col-md-1 {
    padding: 0;
}

.widget_latest_tweets .tweets li a.tweets-title {
    color: #3f51b5;
    margin-bottom: 15px;
    display: block;
}

.widget_latest_tweets .tweets li p {
    color: #757575;
    line-height: 24px;
    font-weight: 500;
}

.widget_latest_tweets .tweets li p a {
    color: #28a9e2;
}

.widget_latest_tweets .tweets li p span {
    display: block;
}

/* Widget :: Social */
.widget_social_icons ul {
    list-style: none;
    padding-left: 0;
}

.widget_social_icons ul li {
    display: inline-block;
    margin-right: 10px;
	margin-bottom: 10px;
}

.widget_social_icons ul li a {     
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26); 
    color: #fff;
}

.footer-section .widget_social_icons ul li a:hover,
.footer-section .widget_social_icons ul li a:focus {
    background-color: #fff;
}

.widget_social_icons ul li a.fb {
    background-color: #3b5998;
}
/*
.widget_social_icons ul li a.fb:hover,
.widget_social_icons ul li a.fb:focus {
    color: #3b5998;
}*/

.widget_social_icons ul li a.tw {
    background-color: #28a9e2;
}
/*
.widget_social_icons ul li a.tw:hover,
.widget_social_icons ul li a.tw:focus {
    color: #28a9e2;
}*/

.widget_social_icons ul li a.gp {
    background-color: #d85434;
}
/*
.widget_social_icons ul li a.gp:hover,
.widget_social_icons ul li a.gp:focus {
    color: #d85434;
}*/

.widget_social_icons ul li a.lin {
    background-color: #017eb4;
}
/*
.widget_social_icons ul li a.lin:hover,
.widget_social_icons ul li a.lin:focus {
    color: #017eb4;
}*/

.widget_social_icons ul li a.dr {
    background-color: #dc3676;
}
/*
.widget_social_icons ul li a.dr:hover,
.widget_social_icons ul li a.dr:focus {
    color: #dc3676;
}*/

.widget_social_icons ul li a.instagram_color {
    background-color: #ADA5A3;
}
/*
.widget_social_icons ul li a.instagram_color:hover,
.widget_social_icons ul li a.instagram_color:focus {
    color: #ADA5A3;
}*/

.widget_social_icons ul li a.rss_color {
    background-color: #F4B83F;
}
/*
.widget_social_icons ul li a.rss_color:hover,
.widget_social_icons ul li a.rss_color:focus {
    color: #F4B83F;
}*/

.widget_social_icons ul li a.pinterest_color {
    background-color: #D20003;
}
/*
.widget_social_icons ul li a.pinterest_color:hover,
.widget_social_icons ul li a.pinterest_color:focus {
    color: #D20003;
}*/

.widget_social_icons ul li a.vine_color {
    background-color: #02A379;
}
/*
.widget_social_icons ul li a.vine_color:hover,
.widget_social_icons ul li a.vine_color:focus {
    color: #02A379;
}*/

.widget_social_icons ul li a.vk_color {
    background-color: #155E8B;
}
/*
.widget_social_icons ul li a.vk_color:hover,
.widget_social_icons ul li a.vk_color:focus {
    color: #155E8B;
}*/

.widget_social_icons ul li:last-child a {
    margin-right: 0;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar table {
    margin: 0;
}
table {
    width: 100%;
}
.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.widget_calendar caption {
     font-family: "Muli",sans-serif
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

/* Rss Widget */
.widget_rss ul .rsswidget {
	font-weight: 700;
	display: block;
	line-height: 1.5;
}

.widget_rss ul li:last-child {
	border-bottom: none;
}

/* Tag Cloud */
.tagcloud {
	padding-left: 10px;
}

.tagcloud a {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #333;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    margin: 0 0 10px 10px;
    padding: 0 20px;
    text-transform: uppercase;
	outline: none;
}

.widget_tag_cloud .tagcloud a:focus,
.widget_tag_cloud .tagcloud a:hover {
	background: #ffc300 none repeat scroll 0 0;
    border-color: #ffc300;
    color: #fff !important;
}

/* Nav Menu */
.widget_nav_menu li:last-child {
	border-bottom: none;
}
.widget_nav_menu li .sub-menu {
	padding-bottom: 0;
}
.widget_nav_menu li .sub-menu li {
	border-bottom: none;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 15px;
	padding-bottom: 0;
}

/* Search Widget */
.widget_search {
	width: 100%;
	display: inline-block;
}
.widget_search label input {
	width: 100%;
	height: 30px;
	padding: 5px;
}
.widget_search label {
	float: left;
}

.widget_search input {
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	float: left;
}

/*
	## Wordpress
*/

.textwidget option {
    max-width: 246px;
}

.textwidget {
	padding-left: 25px;
	color: #777777;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 24px;
}



/* CPY -- */
/* Admin Bar */
.admin-bar .primary-navigation {
	margin-top: 32px;
}

/* ## Widget */

/* - Widget : Search */
.widget-sidebar .searchform {
	/*padding-top: 20px;*/
}

/* - Widget : Pages */
.widget_pages .page_item_has_children .children {
    margin-left: 25px;
}

.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

/* ## Wordpress Default Needs */
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
}

.screen-reader-text {
    visibility: hidden;
	display: none;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Comments */
.comment-area-page {
    margin: 0 auto;
    max-width: 1170px;
}

#commentform .form-submit {
    margin-top: 30px;
}

.page #commentform #comment {
    margin-bottom: 0;
}

.comments-area h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
}

.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    outline: none;
    margin-bottom: 20px;
}

.comments-area {
	margin-bottom: 80px;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.comments-area .comments-area {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    font-style: italic;
    resize: none;
    height: 202px;
}

.comments-area p.form-submit {
    text-align: right;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #c7c7c7;
}

.comment-form input[type="submit"],
.comments-area p.form-submit .button-1 {
    background: none;
    color: #666;
    border: 3px solid #FFC107;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 25px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}

.comment-form input[type="submit"]:hover {
    color: #fff;
    background-color: #FFC107;
}

.comments-area .comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comment-author.vcard {
    display: inline;
}

.comment-author.vcard img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}

.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}

.comments-area .comment .comment-image img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}

.comments-area .commentlist li {
    list-style: none;
}

.comments-area .commentlist ul {
    margin-left: 70px;
}

.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}

.comments-area .comment p {
    color: #333;
    font-size: 13px;
    line-height: 1.7em;
    font-weight: 400;
    min-height: 30px;
}

.comments-area .commentlist {
    margin-bottom: 60px;
    padding: 0;
}
.comment-meta {
    background: none repeat scroll 0 0 transparent;
    color: indigo;
    padding: 0;
    text-align: left;
}

.comments-area > :last-child {
    margin-bottom: 0;
}

.comment-list + .comment-respond {
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
}

.comments-title,
.comment-reply-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.comments-title {
    margin-bottom: 1.3333em;
}

.comment-list {
    list-style: none;
    margin: 0;
	padding-left: 0;
}

.comments-area .children {
    margin-left: 30px;
    padding-left: 30px;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0 0 0 50px;
}

.comment-list .children > li {
    padding-left: 0.8em;
}

.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}

.comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}

.comment-metadata,
.pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    float: right;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}

.comments-area label {
    min-width: 100px;
}

.comment-metadata {
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
	text-decoration: none;
    margin-top: 6px;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}

.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Muli",sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border: 1px solid #c7c7c7;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    outline: medium none;
    padding: 10px;
    height: auto;
    width: 100%;
	outline: none;	
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    padding-top: 1.6em;
}

.comment-navigation + .no-comments {
    border-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
    white-space: normal;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #c0392b;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}