/* Template name: First Pages */

body {
	font-family: "Merriweather", serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald",sans-serif;
}

a {
	color: #ff6600;
}

a:hover {
	color: #ff6600;
}

p {
    color: #161616;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 24px;
}

img {
	max-width: 100%;
}

header {
	width: 100%;
	background: #f5f5f5;
	position: fixed;
	left: 0;
	z-index: 300;
	height: 50px;
}

.modal {
    padding-right: 0 !important;
}

.modal-dialog {
	position: relative;
}

.modal .fa-times {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 22px;
	color: #989898;
	cursor: pointer;
}

.modal-dialog {
    margin: 440px auto !important;
}

.modal-content {
	border-radius: 0 !important;
}

#subscribe {
	cursor: pointer;
}

.modal-body {
	border-top: solid 4px #ff6600 !important;
}

.header-menu-container {
	position: relative;
}

.mobile-menu {
	display: none;
	position: absolute;
    width: 100%;
    top: 50px;
	left: 0px;
}

.menu-main-menu-container {
	
}

#mobile-menu {
	padding: 6px;
    list-style: none;
    background: #f5f5f5;
}

#mobile-menu li {
	
}

#mobile-menu li a {
	color: #ff6600;
	display: block;
	padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#mobile-menu li a:hover {
    color: #777777;
    background: none;
}

.dropdown-menu>.active>a {
	background-color: white;
	color: white !important;
}

.dropdown-menu>.active a {
	color: white;
}

.dropdown-menu>li>a {
	border-bottom: solid thin #F9EEEE;
	padding: 6px 10px;
	transition: .3s all;
}

.dropdown-menu>li>a:hover {
	background-color: #fe771d;
	color: white !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #fe771d;
}

.dropdown-menu {
	padding: 0;
}

#header-menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
}

#header-menu li {
	text-transform: uppercase;
	letter-spacing: 2px;
}

#header-menu li a {
	text-decoration: none;
}

#header-menu li:hover a {
	color: rgb(119, 119, 119);
}

#top-search, #top-social {
	float: right;
}

#top-search a {
    background: #ff6600;
    height: 50px;
	width: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
    margin-left: 16px;
}

#top-search a:hover {
    opacity: .75;
}

.show-search {
    position: absolute;
    top: 50px;
    right: 15px;
    display: none;
    z-index: 10000;
	display: none;
}

.show-search .searchform input.s {
    width: 190px;
    background: #FFF;
    -webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
    -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
    box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
    border: 1px solid #eee;
}

.jr-insta-thumb ul.thumbnails li img {
    min-width: 100%;
}

.mc4wp-form label {
    font-weight: normal;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.searchform input.s {
    border: 1px solid #e5e5e5;
    background: #fff url(images/searchsubmit.png) no-repeat 96% 13px;
    padding: 14px 14px;
    font-size: 11px;
    color: #999;
    letter-spacing: 1px;
    box-sizing: border-box;
	font-family: Arial;
}

#top-social a {
    line-height: 60px;
    font-size: 14px;
    color: #c2c2c2;
    margin-left: 8px;
}

#top-social a:hover {
    color: #ff6600;
}

.logo-container {
	margin-top: 90px;
	margin-bottom: 60px;
}

.blog-post {
	border-bottom: solid 2px #EFEFEF;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}

.blog-post a {
	color: black;
	text-decoration: none;
}

.blog-post a:hover {
	text-decoration: none;
	color: black;
}

.blog-post-image {
	width: 250px;
	margin-right: 20px;
    float: left;
}

.blog-post-image img {
	width: 100%;
	height: auto;
}

.blog-post-title {
	font-size: 22px;
	font-family: oswald;
	transition: .2s all;
}

.blog-post-title:hover {
	opacity: .6;
}

.blog-post-excerpt {
	color: #161616;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 24px;
	margin: 10px 0;
}

.blog-post-content {
	width: 480px;
    float: right;
}

.blog-post-date {
	color: rgb(165, 165, 165);
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-style: italic;
}

.single-title {
	color: black;
	font-family: oswald;
	font-size: 32px;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

.single-image img {
	width: 100%;
	height: auto;
}

.sidebar {
    background-color: #f5f5f5;
    padding: 20px;
}

.sidebar-widget {
	margin-bottom: 40px;
    overflow: hidden;
}

.sidebar-widget p {
	font-size: 17px;
}

.widget-heading {
    color: #161616;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 20px;
}

.widget-heading > span {
    position: relative;
    display: inline-block;
}

.widget-heading > span:before, .widget-heading > span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-color: #d8d8d8;
    width: 800px;
    margin: 0 14px;
}

.widget-heading > span:before {
    right: 100%;
}

.widget-heading > span:after {
    left: 100%;
}

.sidebar input[type="text"], .sidebar input[type="email"] {
	border: 1px solid #e5e5e5;
    color: #999;
    padding: 9px 7px;
    width: 100%;
	line-height: normal;
	font-family: Arial;
	font-size: 13.3333px;
}

.sidebar input[type="submit"] {
	background: #CCC;
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 2px;
    border: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    padding: 8px 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    cursor: pointer;
	border: 1px solid #e5e5e5;
    color: #999;
    padding: 9px 7px;
    width: 100%;
	font-family: 'Arial';
}

.sidebar input[type="submit"]:hover {
	color: #FFF;
    background-color: #818181;
    border-color: #4E4E4E;
    outline: none;
}

.sidebar input.s {
	border: 1px solid #e5e5e5;
    background: #fff url(http://www.thefirst10pages.net/wp-content/themes/florence/img/searchsubmit.png) no-repeat 96% 13px;
    padding: 14px 14px;
    font-size: 11px;
    color: #999;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.widget-social {
    text-align: center;
}

.widget-social a i {
    background: #ff6600;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px 4px;
    text-align: center;
    transition: 0.3s;
    width: 40px;
}

.widget-social a:hover {
    opacity: .8;
}

.sidebar-archive {
	list-style: none;
	padding: 0;
	font-size: 13px;
}

.sidebar-archive li {
	margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #d5d5d5;
	font-family: 'Open Sans', sans-serif;
}

.sidebar-archive li a {
	color: #ff6600;
}

.sidebar-tags a {
    font-size: 8px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
	background: #ff6600;
    color: #fff;
    padding: 6px 8px 7px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 2px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.sidebar-tags a:hover {
    opacity: .6;
    text-decoration: none;
}

.single-categories {
	margin-bottom: 10px;
}

.single-categories a {
    color: rgb(255, 102, 0);
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.single-categories a:hover {
	text-decoration: underline;
}

.single-image {
	margin-bottom: 5px;
}

blockquote {
    border-left: 3px solid#ff6600;
	padding: 0;
}

blockquote p, blockquote p {
    color: #999;
    padding: 0 18px;
    font-family: "Georgia";
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
}

.single-content {
	font-size: 16px;
}

.single-content h1 {
    font-size: 32px;
}

.single-content h2 {
    font-size: 24px;
}

.single-content h3 {
    font-size: 21px;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    color: #000;
    font-weight: 400;
}

.single-content p, .single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6, .single-content hr {
    margin-bottom: 20px;
}

.single-content img {
    max-width: 100%;
    height: auto;
}

.single-content p {
    margin-bottom: 20px;
}

.single-content ul li {
    margin-bottom: 12px;
    list-style: square;
}

.single-content ul, .single-content ol {
    padding-left: 45px;
    margin-bottom: 20px;
    font-family: "Merriweather",serif;
}

.post-meta {
    padding: 0 30px 30px;
    overflow: hidden;
}

.post-share a i {
    border: 1px solid #e8e8e8;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-left: 3px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
	font-size: 18px;
}

.post-share a i:hover {
    border-color: #ff6600;
	background: #ff6600;
	color: white;
}

.single-post-date {
	font-size: 17px;
}

.post-author {
    padding: 30px;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.author-img {
    float: left;
    margin-right: 30px;
}

.author-img img {
    border-radius: 50%;
}

.author-content {
    overflow: hidden;
}

.author-content h5 a {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #000;
    display: block;
}

.post-pagination {
    border-top: 1px solid #eee;
    overflow: hidden;
}

.post-pagination .pagi-prev {
    float: left;
    width: 50%;
}

.post-pagination .pagi-next {
    float: right;
    width: 50%;
}

.post-pagination a {
    font-size: 10px;
    padding: 15px 30px;
    display: block;
    color: #aaa;
    letter-spacing: 1px;
    text-transform: uppercase;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.post-pagination a:hover {
    background: #ff6600;
	color: #fff;
}

.post {
    box-shadow: rgba(190, 190, 190, 0.0) 0 5px 4px -4px;
    margin-bottom: 50px;
}

.post-related {
    box-shadow: rgba(190, 190, 190, 0.0980392) 0 5px 4px -4px;
    margin-bottom: 50px;
    margin-top: -15px;
    overflow: hidden;
    padding: 22px 0px;
}

.block-heading {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #000;
    display: block;
}

#respond {
    overflow: hidden;
    margin-bottom: 20px;
}

#respond h3 {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#respond textarea {
    padding: 14px;
    border: 1px solid #DDD;
    border-radius: 3px;
    width: 95%;
    height: 120px;
    font-size: 13px;
    color: #777;
    margin-bottom: 14px;
    line-height: 20px;
    font-family: "Georgia";
}

#respond #submit {
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #eee;
    border-radius: 0;
    font-size: 11px;
    color: #666;
    padding: 10px 19px 10px;
    margin-top: 6px;
    display: inline-block;
    border: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    border-radius: 30px;
    width: auto;
	margin-bottom: 15px;
}

#respond #submit:hover {
    background: #333;
    color: #FFF;
}

.post-related img {
	width: 100%;
	height: auto;
}

.post-related .item-related {
	
}

.item-related h3 a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
	font-family: "Oswald",sans-serif;
}

.item-related h3 {
    margin-top: 6px;
    margin-bottom: 1px;
}

.item-related span.date {
    font-size: 11px;
    font-style: italic;
    color: #999;
	font-family: "Open Sans",sans-serif;
}

.comment-form-comment label {
	display: none;
}

footer {
	margin-top: 60px;
}

#footer-social {
    background: #ff6600;
    padding: 30px 0;
    text-align: center;
}

#footer-social a:first-child {
    margin-left: 0;
}

#footer-social a {
    margin: 0 36px 0 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

#footer-social a i {
    color: #ff6600;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    background: #fff;
    color: #EF9D87;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
}

#footer-social a:hover {
    text-decoration: none;
    opacity: .8;
}

#footer-copyright {
    padding: 20px 0;
    font-size: 11px;
    color: #999;
    background: #fff;
    overflow: hidden;
}

#footer-copyright .to-top {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #aaa;
}

.error-page {
    text-align: center;
    padding-top: 50px;
	padding-bottom: 50px;
}

.error-page h1 {
    font-size: 190px;
}

.archive-box {
    background: #fff;
    padding: 18px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
    -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
    box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
    text-align: center;
}

.archive-box span {
    font-size: 11px;
    font-style: italic;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 4px;
    display: inline-block;
}

.archive-box h1 {
    font-size: 28px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.archive-post-image img {
    max-width: 100%;
    height: auto;
}

.archive-post-title {
	font-size: 32px;
	letter-spacing: 1px;
	font-family: "oswald";
    font-weight: 400;
	transition: .3s all;
    color: #000;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.archive-post-content a {
	text-decoration: none;
}

.archive-post-title:hover {
    opacity: .6;
}

.archive-post-excerpt {
	font-size: 16px;
    line-height: 24px;
	font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 24px;
}

.archive-post {
	margin-bottom: 60px;
}

.more-link {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.more-button {
    border: 1px solid #e9e9e9;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 7px 16px 8px;
    display: inline-block;
    margin-top: 12px;
    font-family: "Open Sans",sans-serif;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.more-button:hover {
    background: #ff6600;
    color: #fff;
    border: 1px solid;
}

.footer-links {
	display: inline-block;
}

.wpcf7 input {
    width: 266px;
}

.wpcf7 input, .wpcf7 textarea {
    padding: 8px;
    border: 1px solid #DDD;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #777;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.wpcf7 textarea {
    width: 100%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
    line-height: normal;
}

.fa-bars {
	color: #A7A7A7;
    font-size: 19px;
    margin-top: 15px;
    margin-left: 15px;
	cursor: pointer;
}

.navbar-collapse.collapse {
	float: left;
}

.cf {
	clear: both;
}

@media (max-width: 1200px) {
	.blog-post-content {
		width: 340px;
	}
}

@media (max-width: 991px) {
	.blog-post-content {
		width: 440px;
	}
	
	.header-menu-container {
		padding: 0;
	}
	
	.navbar-collapse.collapse {
		display: none !important;
	}
	
}


@media (max-width: 768px) {
	.blog-post-image, .blog-post-content {
		width: 100%;
	}
	
	.item-related h3 a {
		font-size: 21px;
	}
	
	.item-related {
		margin-bottom: 30px;
	}
	
	#footer-copyright > div > div {
		text-align: center;
		margin: 10px 0;
	}
	
}