/*
Theme Name: cmimporting
Description: Custom Wordpress theme designed for Carlinos
Author: Roja Interactive
Author URI: http://www.rojaweb.com
Version: 1.0
*/


@charset "UTF-8";

/*** Reset ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/*** Clearfix ***/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.ie .clearfix { zoom: 1; }
.clear { clear: both; }

/*** Positioning and Alignment ***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/*** General Settings ***/
html { font-size: 62.5%; }
body { background: #fffaee; color: #747474; font-family: 'Futura PT Book'; font-size: 1.6rem; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 30px; }
h2 { color: #122131; font-family: 'EssonnesDisplay'; font-size: 4.0rem; }
p { font-size: 18px; line-height: 24px; margin: 0 0 30px 0; }
a { color: #005974; text-decoration: none; }
strong,b { font-weight: bold; }
u { text-decoration: underline }
i,em { font-style: italic; }
ul { margin: 0px 0px 30px; padding-left: 30px; }
img.alignleft { float:left; margin:0 10px 10px 0; }
img.alignright { float:right; margin:0 0 10px 10px; }
img.aligncenter { display: block; margin: 0px auto; }
img { height: auto; max-width: 100%; }
figure.wp-block-image, figure.wp-block-gallery { margin-bottom: 30px; }


.mobile-menu-toggle,
.mobile-menu-list,
.mobile-menu-toggle-wrapper {
	display: none;
}

.container {
	margin: 0px auto;
	width: 1140px;
}

/*** Header ***/
#header .wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#header .logo {
	margin: 20px 0px;
}
#header .menu {

}
#header .menu ul {
	margin: 0px;
	padding: 0px;
}
#header .menu li {
	display: inline-block;
	margin: 0px 5px;
}
#header .menu li a {
	border-bottom: 0px solid transparent;
	color: #122131;
	display: inline-block;
	font-family: 'Futura PT Demi';
	font-size: 18px;
	padding: 30px 20px;
}
#header .menu li.current-menu-item a {
	border-bottom: 4px solid #a04a1d;
}

/*** Footer ***/
#footer-content {
	padding-top: 100px;
}

#footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	padding-top: 50px;
}
#footer-bottom .copyright p {
	color: #747474;
	margin-bottom: 0px;
}

.home-block h3 {
	color: #122131;
}

.home-banner .pre-heading {
	font-family: 'Futura PT Book';
}
.home-banner h2 {
	font-family: 'Futura PT Demi';
}

.pre-title {
	font-family: 'Futura PT Demi';
}

.home-choose-list h3 {
	font-family: 'Futura PT Demi';
}


/*** Entry Content ***/
.entry-title,
.content-title h1 {
	color: #122131;
	font-family: 'Futura PT Demi';
	font-size: 68px;
	font-size: 6.8rem;
	margin-bottom: 50px;
	text-align: center;
}

.entry-list .entry-title {
	font-size: 42px;
	margin-bottom: 30px;
	text-align: left;
}
.entry-list .entry {
	margin-bottom: 100px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3, 
.entry-content h4, 
.entry-content h5,
.entry-content h6 {
	color: #122131;
	margin-bottom: 30px;
}
.entry-content h1 {
	font-size: 42px;
}
.entry-content h2 {
	font-size: 38px;
}
.entry-content h3,h3 {
	font-size: 28px;
}
.entry-content h4 {
	font-size: 24px;
}
.entry-content h5 {
	font-size: 22px;
}
.entry-content h6 {
	font-size: 20px;
}

.entry-content p {
	font-size: 18px;
	line-height: 24px;
}
.entry-content ul,
.entry-content ol {
	margin: 0px 0px 25px;
	padding-left: 30px;
}
.entry-content ul {
	list-style-type: disc;
}
.entry-content ol {
	list-style-type: decimal;
}

.entry-content li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.entry-content .readmore a {
	background: #0299cb;
	color: #ffffff;
	display: inline-block;
	padding: 10px 20px;
}


.entry-author {
	font-size: 22px;
}
.entry-meta {
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 30px 0;
	padding: 10px 0px;
}
.entry-meta p {
	margin: 0px;
}
.entry-meta p a {
	color: #000000;
}






/*** Comments ***/
#comments,
#reply-title {
	font-size: 28px;
	font-size: 2.8rem;
}

ol.commentlist { list-style: none; margin: 0 0 25px; padding: 0; text-indent: 0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 15px; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font-size: 22px; margin-bottom: 10px; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { float: right; margin:0 0 15px 15px; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size: 16px; margin-bottom: 10px; }
ol.commentlist li.comment div.comment-meta a { }
ol.commentlist li.comment p { font-size: 16px; margin: 0 0 15px; }
ol.commentlist li.comment ul { font-size: 16px; list-style: square; margin: 0 0 10px 20px; }
ol.commentlist li.comment div.reply { font-size: 16px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; text-indent: 0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.comment-form label {
	display: block;
	margin-bottom: 10px;
}
.comment-form input[type="text"] {
	height: 40px;
	padding: 5px;
}
.comment-form textarea {
	padding: 5px;
}

input[type="submit"],
button[type="submit"] {
	background: #a04a1d;
	border: 0px none;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Futura PT Book';
	font-size: 18px;
	font-size: 1.8rem;
	padding: 12px 45px;
}


#main-body {
	background: #ffffff;
}
#main-body-content .container{
	max-width: 960px;
	padding: 100px 0px;
}

.full-column #main-body-content .container{
	max-width: 1140px;
}

#main-body-banner {
	padding-top: 50px;
	text-align: center;
}
#main-body-banner.with-image {
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: 0 50%;
	/*min-height: 100vh;*/
	height: 400px;
	align-content: center;
	padding-top: 0px;
	position: relative;
}
#main-body-banner.with-image .container {
	position: relative;
	z-index: 100;
}
#main-body-banner.with-image:after {
	background: rgba(0, 0, 0, 0.5);
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
#main-body-banner h1 {
	color: #122131;
	font-family: 'Futura PT Demi';
	font-size: 68px;
	font-size: 6.8rem;
	margin: 0px;
}
#main-body-banner.with-image h1 {
	color: #ffffff;
}