.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}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,
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;
box-sizing: border-box;
vertical-align: baseline;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol {
list-style: decimal;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
}
ol li {
color: #454545; 
font-size: 1em; 
line-height: 1.7em; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}
ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;	
}
ul li {
color: #454545; 
font-size: 1em; 
line-height: 1.7em; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
p + p { 
margin-top: 0.5em;
}
a {
color: inherit;
font-family: 'Poppins', sans-serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a:focus {
outline:0;
}
a:hover {
color: #b40e0e;
}
p { 
color: #454545; 
font-size: 1em; 
font-family: 'Poppins', sans-serif;
padding: 0;
line-height: 1.7em;
}
strong { 
font-weight: bold; 
}        body {
background-color: #ffffff;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
} #header {
position: relative;
border-top: 5px solid #b40e0e;
width: 100%;
height: 100%;
}
#logo {
display: block;
float: left;
width: 350px;
margin: 0;
padding: 8px 0 0;
}
#header-contact {
display: block;
float: right;
margin: 0;
padding: 0;
}
#menu {
position: absolute;
bottom: 10px;
right: 10px;
height: 50px;
z-index: 999;
}
#menu-fixed {
position: fixed;
top: 0;
display: none;
background-color: #b40e0e;
box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.6);
width: 100%;
height: 50px;
text-align: left;
z-index: 999;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
#banner {
position: relative;
margin: 0;
padding: 0;
width: 100%;
z-index: 50;
}
#banner-01 {
position: relative;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/banner-01.jpg) bottom center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 3px solid #2b2e34;
margin: 0;
padding: 0;
width: 100%;
height: 600px;
z-index: 50;
}
#banner-02 {
position: relative;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/banner-02.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 3px solid #2b2e34;
margin: 0;
padding: 0;
width: 100%;
height: 600px;
z-index: 50;
}
#banner-03 {
position: relative;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/banner-03.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 3px solid #2b2e34;
margin: 0;
padding: 0;
width: 100%;
height: 600px;
z-index: 50;
}
#banner-04 {
position: relative;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/banner-05.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 3px solid #2b2e34;
margin: 0;
padding: 0;
width: 100%;
height: 600px;
z-index: 50;
}
.banner-content {
position: absolute;
top: 30%;
left: 10px;
}
#banner-short {
position: relative;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/banner-01.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 3px solid #2b2e34;
border-bottom: 5px solid #b40e0e;
margin: 0;
padding: 0;
width: 100%;
height: 250px;
z-index: 50;
}
.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.main-content.black {
background-color: #2b2e34;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/honeycomb-bg.jpg) center right repeat-y #2b2e34;
border-top: 3px solid #b40e0e;
}
.main-content.pothole {
background-color: #2b2e34;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/pothole-bg.jpg) right center repeat-y #2b2e34;
border-top: 3px solid #b40e0e;
}
.main-content.grey {
background-color: #eeeeee;
}
.column-inner {
background: #2b2e34;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/honeycomb-bg.jpg) center right repeat-y #2b2e34;
width: 100%;
border-radius: 0 25px 0 0;
padding: 30px;
margin: 0;
}
.column-inner.border {
border-bottom: 5px solid #b40e0e;
}
.column-inner.review {
min-height: 330px;
}
.service-header {
padding: 20px 0;
margin: 0;
}
.service-text {
height: 125px;
padding: 0 0 20px 0;
margin: 0;
}
.blog-header {
padding: 20px 0;
margin: 0;
min-height: 75px;
}
.blog-text {
height: 125px;
padding: 0 0 20px 0;
margin: 0;
}
.owl-column {
display: block;
float: left;
width: 95%;
padding: 0;
margin: 0 5px
}
.map {
padding: 20px 0 0 10px;
margin: 0;
}
#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}
#footer {
background: #2b2e34;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/honeycomb-bg.jpg) center right no-repeat #2b2e34;
border-top: 3px solid #b40e0e;
width: 100%;
padding: 60px 0;
margin: 0;
}
#baseline {
background: #ffffff;
border-top: 3px solid #b40e0e;
width: 100%;
padding: 20px 0;
margin: 0;
} #header-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 175px;
padding: 20px 10px 0;
margin: 0 auto;
}
#menu-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
}
.banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
}
.main-content-short-wrapper {
width: 100%;
max-width: 1400px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}
.main-content-wrapper {
width: 100%;
max-width: 1400px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}
.quote-button-wrapper {
position: absolute;
bottom: 30px;
right: 40px;
line-height: 60px;
font-size: 1.2em;
padding: 0;
}
.quote-button-standard-wrapper {
line-height: 60px;
font-size: 1.2em;
padding: 0;
}
.promo-wrapper {
position: relative;
background: #2b2e34;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/honeycomb-bg.jpg) center right repeat-y #2b2e34;
width: 100%;
border-bottom: 5px solid #b40e0e;
border-radius: 0 25px 0 0;
padding: 30px;
margin: 40px 0 0;
overflow: hidden;	
}
.text-container {
padding: 0;
margin: 0;
}
.news-image-wrapper {
position: relative;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/news-placeholder.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 270px;
padding: 0;
margin: 0;
}
.project-gallery-wrapper {
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-radius: 15px;
display: block;
float: left;
width: 31%;
height: 250px;
padding: 0;
margin: 10px;
}
.sidebar-wrapper {
background: #2b2e34;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/honeycomb-bg.jpg) bottom right no-repeat #2b2e34;
padding: 40px 20px 0;
border-bottom: 2px solid #b40e0e;
border-radius: 0 25px 0 0;
}
#footer-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}
#baseline-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
} .left-column {
display: block;
float: left;
padding: 10px 0 0;
margin: 0;
overflow: hidden;
}
.right-column {
display: block;
float: right;
padding: 0;
margin: 0;
overflow: hidden;
}
.left-column-70 {
display: block;
float: left;
width: 70%;
padding: 0 50px 0 0;
margin: 0;
overflow: hidden;
}
.right-column-30 {
display: block;
float: left;
width: 30%;
padding: 0;
margin: 0;
overflow: hidden;
}
.right-column-30.img {
padding: 60px 0 0;	
}
.left-column-60 {
display: block;
float: left;
width: 65%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}
.right-column-40 {
display: block;
float: left;
width: 35%;
padding: 0 0 0 25px;
margin: 0;
overflow: hidden;
}
.tick-icon {
display: block;
float: left;
width: 30px;
margin: 0;
padding: 0;
}
.tick-text {
display: block;
float: left;
width: 80%;
padding: 0 0 0 10px;
margin: 0;
}
.tick-icon32 {
display: block;
float: left;
width: 36px;
margin: 0;
padding: 0;
}
.tick-text32 {
display: block;
float: left;
width: 80%;
padding: 0 0 0 10px;
margin: 0;
}
.three-column {
display: block;
float: left;
width: 33.333%;
padding: 20px;
margin: 0;
overflow: hidden;
}
.three-column.blog {
width: 33.333%;
} section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}
section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}
section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}
section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}
section.small {
padding: 0 0 15px 0;
margin: 0;
overflow: hidden;
} .menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #2b2e34;
font-size: 1.1em;
font-weight: 400; 
}
nav a {
position: relative;
color: #2b2e34; 
display: block; 
font-size: 1.1em;
font-weight: 500;
text-transform: uppercase;
line-height: 50px;
padding: 0 25px; 
text-decoration: none; 
}
nav a.last {
padding: 0 0 0 25px;
}
nav a:hover {
color: #b40e0e;
}
nav a.nocursor {
cursor: context-menu;
}
nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0;
text-indent: unset;
}
nav > ul { 
text-align: left; 
}
nav > ul > li { 
display: inline-block; 
}
nav > ul > li:first-child { 
border-left: none; 
}
.sub-menu-parent { 
position: relative;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/down.gif) no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
}
.sub-menu {
visibility: hidden; opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sub-menu-parent:hover .sub-menu {
visibility: visible; opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; }
.sub-menu li {
background: #ffffff;
width: 250px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
text-indent: unset;
}
.sub-menu li a {
font-size: 1em;
line-height: 50px;	
} .center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.light {
font-weight: 300;
}
.normal {
font-weight: 400;
}
.medium {
font-weight: 500;
}
.semibold {
font-weight: 600;
}
.bold {
font-weight: 700;
}
.extrabold {
font-weight: 900;
}
.italic {
font-style: italic;
}
.uppercase {
text-transform: uppercase;
}
.darkshadow {
text-shadow: 2px 2px 2px #000000;
}
.hidden {
opacity: 0;
}
.hide {
display: block;
}
.noover {
overflow: visible;
}
.clear {
clear: both;
} span.red {
color: #b40e0e;
} header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}
header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}
header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}
h1 {
color: #2b2e34;
font-size: 2.8em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
.text-container h1 {
padding: 0 0 20px 0;
}
h2 {
color: #2b2e34;
font-size: 2.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h2.white {
color: #ffffff;
}
h2.red {
color: #b40e0e;
}
.text-container h2 {
padding: 20px 0;
}
h3 {
color: #2b2e34;
font-size: 1.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h3.white {
color: #ffffff;
}
h3.red {
color: #b40e0e;
}
.text-container h3 {
padding: 20px 0;
}
h4 {
color: #2b2e34;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h4.white {
color: #ffffff;
}
h4.red {
color: #b40e0e;
}
.text-container h4 {
padding: 20px 0;
} p.main-text {       
color: #454545; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}
.text-container.white p {
color: #ffffff;
}
p.main-text.white {       
color: #ffffff; 
}
p.main-text.red {
color: #b40e0e;
}
p.main-text.small {       
font-size: 0.9em; 
}
p.main-text.large {       
font-size: 1.2em;
margin: 0;
}
p.tel-text {       
color: #b40e0e; 
font-size: 1.1em; 
padding: 0;
margin: 0;
line-height: 1.2em;
}
p.tel-text.grey {
color: #393835;
}
p.header-text {       
color: #2b2e34; 
font-size: 1em; 
padding: 0;
margin: 0;
line-height: 1.2em;
}
p.header-contact {       
color: #2b2e34; 
font-size: 2em; 
padding: 0;
margin: 0;
line-height: 1.2em;
}
p.banner-text {
color: #ffffff;
font-size: 3em;
padding: 0;
margin: 0;
line-height: 1.2em;
}
p.banner-text.medium {
font-size: 2.5em;	
}
p.banner-text.small {
font-size: 2em;	
}
p.banner-text.orange {
color: #b40e0e;
}
p.large-text {       
color: #ffffff; 
font-size: 2.3em; 
padding: 0;
line-height: 1.3em;
}
p.map-text {       
color: #ffffff;
font-family: 'Yellowtail', cursive;
font-size: 2.2em; 
padding: 0;
line-height: 1.3em;
}
p.list-text { 
display: inline-block;
color: #ffffff; 
font-size: 1em; 
padding: 0;
margin: 0;
line-height: 24px;
vertical-align: top;
}
p.tick-text { 
display: inline-block;
color: #ffffff; 
font-size: 1em; 
padding: 0;
margin: 0;
line-height: 40px;
vertical-align: top;
}
p.error-text {       
color: #2b2e34; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
} form#emailForm {
padding: 0;
margin: 0;
}
form.cmxform {
width: 100%;
color: #454545; 
font-size: 1.1em;
padding: 10px 0 0;
}
form.cmxform legend {
padding-left: 0;
}
form.cmxform legend, form.cmxform label {
color: #454545;
}
form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: transparent;
margin: 0;
padding: 10px 0 0;
}
form.cmxform fieldset fieldset {
background: none;
}
form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}
form.cmxform label.error, label.error {
color: red;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}
div.error { 
display: none; 
}
form.cmxform .gray * { 
color: gray; 
}
#emailForm {
width: 100%;
}
#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}
.editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
}
.editor-label-bold {
background: none repeat scroll 0 0 transparent;
font-weight: 700;
border: 0 none;
display: block;
margin: 10px 0 20px 0;
outline: 0 none;
padding: 0;
}
.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
}
.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}
.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
}
input.contact {
border: 1px solid #000000;
color: #454545;
font-family: 'Poppins', sans-serif;
font-size: 0.9em;
height: 35px;
line-height: 18px;
margin-bottom: 10px;
padding: 2px 3px;
width: 95%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
input.contact.short {
width: 30%;
text-align: left;
}
input.contact.question {
width: 50px;
text-align: center;
}
input.contact:focus {
border: 2px solid #3182bd;
}
input.contact.error {
border: 1px solid red;
}
textarea.contact {
border: 1px solid #000000;
color: #454545;
font-family: 'Poppins', sans-serif;
font-size: 0.9em;
height: 100px;
line-height: 18px;
margin-bottom: 10px;
padding: 10px 3px;
width: 95%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
textarea.contact:focus {
border: 2px solid #3182bd;
}
textarea.contact.error {
border: 1px solid red;
}
span.requiredfield {
color: #3182bd;
}
input.submit {
background: #3182bd url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/small-arrow-white.png) no-repeat scroll right 20px center;
width: 120px;
border: 0 none;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-size: 1em;
font-weight: 400;
padding: 15px 20px;
margin: 20px auto;
text-align: left;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
input.submit:hover {
color: #000000;
background: #ffeb4b url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/small-arrow-black.png) no-repeat scroll right 20px center;
} a.button {
background: #2b2e34;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/white-arrow.png) no-repeat scroll right 20px center #2b2e34;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-size: 1em;
padding: 15px 60px 15px 25px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a.button:hover {
background: #b40e0e;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/white-arrow.png) no-repeat scroll right 15px center #b40e0e;
}
a.button.red {
background: #b40e0e;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/white-arrow.png) no-repeat scroll right 20px center #b40e0e;
width: 100%;
}
a.button.red:hover {
background: #b40e0e;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/white-arrow.png) no-repeat scroll right 15px center #b40e0e;
}
a.button.redfixed {
background: #b40e0e;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/white-arrow.png) no-repeat scroll right 20px center #b40e0e;
}
a.button.redfixed:hover {
background: #b40e0e;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/white-arrow.png) no-repeat scroll right 15px center #b40e0e;
}
a.button.large {
background-image: none;
background-color: #b40e0e;
color: #ffffff;
font-size: 1.2em;
font-weight: 700;	
padding: 15px 40px;
}
a.button.large:hover {
background-image: none;
background-color: #b40e0e;
} a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
a.link:hover {
color: #b40e0e;
text-decoration: underline;
}
a.link.under:hover {
color: #b40e0e;
}
a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
} .tel,.tel:visited { color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 
.tel:hover,.tel:focus { 
color: inherit; 
}  ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}
ul.bullets li {
color: #000000; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}
span.bullets {
color: #454545; 
font-size: 1em; 
line-height: 1.7em;
} .featureList, .featureList ul {
padding-left: 2em;
margin: 0;
list-style-type: none;
font-size: 0.875em;
line-height: 1.7em;
color: #ffffff;
text-align: left;
}
.lineF {
padding-left: 4em;
margin-top: 0;
}
.featureList li:before {
position: absolute;
margin-left: -1.3em;
}
.featureList li.gthan:before {
content: "\003E";
color: #b40e0e;
}
.featureList li {
margin: 0 0 10px 0;
text-indent: unset;
} img {
border: 0;
height: auto;
max-width: 100%;
}
img.rounded {
border-radius: 0 15px 0 0;
}
img.logo {
display: inline !important;
border: 0;
height: auto;
width: 180px;
max-width: 100%;
margin: 0 25px;
}
img.logo.customer {
width: 150px;	
}
img.logo.first {
margin: 0 25px 0 0;
}
img.logo.last {
margin: 0 0 0 25px;
} input.wpcf7-text {
background: #ffffff;
border: 1px solid #e94b2b;
border-radius: 15px;
color: #454545;
font-family: 'Poppins', sans-serif;
font-size: 1em;
font-weight: 400;
height: 40px;
line-height: 18px;
outline: 0;
margin: 0 auto 15px;
padding: 10px 10px;
width: 95%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
input.wpcf7-text:focus {
border: 1px solid #3d2763;
}
input.wpcf7-text.error {
border: 1px solid #ffffff;
}
textarea.wpcf7-textarea {
background: #ffffff;
border: 1px solid #e94b2b;
border-radius: 15px;
color: #454545;
font-family: 'Poppins', sans-serif;
font-size: 1em;
font-weight: 400;
height: 150px;
line-height: 18px;
outline: 0;
margin: 0 auto 10px;
padding: 10px;
width: 95%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
textarea.wpcf7-textarea:focus {
border: 1px solid #e94b2b;
}
textarea.wpcf7-textarea.error {
border: 1px solid #e94b2b;
}
select.wpcf7-select {
background-color: #ffffff;
border: 1px solid #e94b2b;
border-radius: 5px;
color: #454545;
font-family: 'Poppins', sans-serif;
font-size: 1em;
height: 47px;
line-height: 18px;
outline: 0;
margin: 0 auto 15px;
padding: 5px;
width: 97%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
.wpcf7-radio {
font-family: 'Poppins', sans-serif;
font-size: 1em !important;
}
.wpcf7-list-item-label {
font-size: 1em !important;
}
input.wpcf7-submit {
background: #2b2e34;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/white-arrow.png) no-repeat scroll right 20px center #2b2e34;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Poppins', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 60px 15px 25px;
margin: 20px 0 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
input.wpcf7-submit:hover {
background: #b40e0e;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/white-arrow.png) no-repeat scroll right 15px center #b40e0e;
}
div.wpcf7-response-output {
float: left;
width: 95%;
font-size: 1em;
font-weight: 300;
line-height: 1.3em;
margin: 1em 0 1em !important;
padding: 10px 1em !important;
}
span.wpcf7-not-valid-tip {
color: #a40019;
margin: 0 0 20px 0;	
}
.wpcf7 input[type="file"] {
padding: 0 0 10px 0;
}
.codedropz-upload-handler {
width: 97%;	
} .wp-pagenavi {
position: relative;
height: 50px;
padding: 10px 0 0;
}
.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px; 
margin-right: 10px;
font-size: 15px;
font-weight: 300; 
color: #454545; 
text-decoration: none;
border: 1px solid #2b2e34; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #2b2e34;
color: #ffffff;
border: 1px solid #2b2e34;
}
.wp-pagenavi span.current { 
font-weight: bold; 
} .owl-theme .owl-controls {
margin-top: 10px;
text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);
opacity: .5
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
filter: Alpha(Opacity=100);
opacity: 1;
text-decoration: none
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
opacity: .5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #2b2e34
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100);
opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px
}
.owl-item.loading {
min-height: 150px;
background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/AjaxLoader.gif) center center no-repeat
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
.owl-carousel,
.owl-carousel .owl-wrapper {
display: none;
position: relative
}
.owl-carousel {
width: 100%;
padding: 0;
-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height .5s ease-in-out;
-moz-transition: height .5s ease-in-out;
-ms-transition: height .5s ease-in-out;
-o-transition: height .5s ease-in-out;
transition: height .5s ease-in-out
}
.owl-carousel .owl-item {
float: left
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
cursor: pointer
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent
}
.grabbing {
cursor: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/grabbing.png) 8 8, move
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0)
} a.meanmenu-reveal {
display: none
}
.mean-container .mean-bar {
float: left;
width: 100%;
position: relative;
padding: 0;
min-height: 42px;
z-index: 999999
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #2b2e34;
text-decoration: none;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 400
}
.mean-container a.meanmenu-reveal span {
display: block;
background: #2b2e34;
height: 2px;
margin-top: 4px
}
.mean-container .mean-nav {
float: left;
width: 100%;
margin-top: 24px
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none
}
.mean-container .mean-nav ul li {
background: #ffffff;
position: relative;
float: left;
width: 100%;
box-sizing: border-box;
text-indent: unset;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 100%;
padding: 0 0 0 10px;
margin: 0;
text-align: left;
color: #2b2e34;
border-top: 1px solid #cbcbcb;
text-decoration: none;
text-transform: uppercase;
box-sizing: border-box;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover {
color: #b40e0e;
}
.mean-container .mean-nav ul li li a {
width: 100%;
padding: 0 0 0 20px;
text-shadow: none!important;
visibility: visible
}
.mean-container .mean-nav ul li.mean-last a {
height: 50px;
border-bottom: 2px solid #b40e0e;
margin-bottom: 0
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top: 1px;
width: 60px;
height: 50px;
padding: 0 20px 10px 20px;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 400;
background: rgba(255, 255, 255, .1);
border: none!important;
border-left: 1px solid #cbcbcb!important
}
.mean-container .mean-push,
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0
}
.mean-container .mean-push {
float: left;
clear: both
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
.mean-remove {
display: none!important
}  .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; text-indent: unset; margin: 0;}
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible; backface-visibility: visible;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider {margin: 0; position: relative; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px} .flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;} .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
} .nivo-lightbox-content,.nivo-lightbox-overlay{height:100%;width:100%}.nivo-lightbox-overlay{position:fixed;top:0;left:0;z-index:99998;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-overlay.nivo-lightbox-open{visibility:visible;opacity:1}.nivo-lightbox-wrap{position:absolute;top:10%;bottom:10%;left:10%;right:10%}.nivo-lightbox-title-wrap{position:absolute;bottom:0;left:0;width:100%;z-index:99999;text-align:center}.nivo-lightbox-nav{display:none}.nivo-lightbox-prev{position:absolute;top:50%;left:0}.nivo-lightbox-next{position:absolute;top:50%;right:0}.nivo-lightbox-close{position:absolute;top:2%;right:2%}.nivo-lightbox-image{text-align:center}.nivo-lightbox-image img{max-width:100%;max-height:100%;width:auto;height:auto;vertical-align:middle}.nivo-lightbox-content iframe,.nivo-lightbox-error{width:100%;height:100%}.nivo-lightbox-ajax{max-height:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-error{display:table;text-align:center;color:#fff;text-shadow:0 1px 1px #000}.nivo-lightbox-error p{display:table-cell;vertical-align:middle}.nivo-lightbox-effect-fade,.nivo-lightbox-effect-fadeScale,.nivo-lightbox-effect-fall,.nivo-lightbox-effect-slideDown,.nivo-lightbox-effect-slideLeft,.nivo-lightbox-effect-slideRight,.nivo-lightbox-effect-slideUp{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{-webkit-transition:all .3s cubic-bezier(.25, .5, .5, .9);-moz-transition:all .3s cubic-bezier(.25, .5, .5, .9);-ms-transition:all .3s cubic-bezier(.25, .5, .5, .9);-o-transition:all .3s cubic-bezier(.25, .5, .5, .9);transition:all .3s cubic-bezier(.25, .5, .5, .9)}.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap{-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap{-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap{-webkit-transform:translateY(-10%);-moz-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%)}.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{-webkit-transform:translateY(10%);-moz-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%)}.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall{-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.nivo-lightbox-effect-fall .nivo-lightbox-wrap{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translateZ(300px);-moz-transform:translateZ(300px);-ms-transform:translateZ(300px);transform:translateZ(300px)}.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.nivo-lightbox-theme-default.nivo-lightbox-overlay{background:#666;background:rgba(0,0,0,.8)}.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading{background:url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/loading.gif) 50% 50% no-repeat}.nivo-lightbox-theme-default .nivo-lightbox-nav{top:10%;width:8%;height:80%;text-indent:-9999px;background-repeat:no-repeat;background-position:50% 50%;opacity:.5}.nivo-lightbox-theme-default .nivo-lightbox-nav:hover{opacity:1;background-color:rgba(0,0,0,.5)}.nivo-lightbox-theme-default .nivo-lightbox-prev{background-image:url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/prev.png);border-radius:0 3px 3px 0}.nivo-lightbox-theme-default .nivo-lightbox-next{background-image:url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/next.png);border-radius:3px 0 0 3px}.nivo-lightbox-theme-default .nivo-lightbox-close{display:block;background-image:url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/close.png);width:16px;height:16px;text-indent:-9999px;padding:5px;opacity:.5}.nivo-lightbox-theme-default .nivo-lightbox-close:hover{opacity:1}.nivo-lightbox-theme-default .nivo-lightbox-title-wrap{bottom:-7%}.nivo-lightbox-theme-default .nivo-lightbox-title{font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;border-radius:30px}.nivo-lightbox-theme-default .nivo-lightbox-image img{background:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.4);-moz-box-shadow:0 1px 1px rgba(0,0,0,.4);box-shadow:0 1px 1px rgba(0,0,0,.4)}.nivo-lightbox-theme-default .nivo-lightbox-ajax,.nivo-lightbox-theme-default .nivo-lightbox-inline{background:#fff;padding:40px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.4);-moz-box-shadow:0 1px 1px rgba(0,0,0,.4);box-shadow:0 1px 1px rgba(0,0,0,.4)}@media (-webkit-min-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio:2.6/2),(min--moz-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx){.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading{background-image:url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/loading@2x.gif);background-size:32px 32px}.nivo-lightbox-theme-default .nivo-lightbox-prev{background-image:url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/prev@2x.png);background-size:48px 48px}.nivo-lightbox-theme-default .nivo-lightbox-next{background-image:url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/next@2x.png);background-size:48px 48px}.nivo-lightbox-theme-default .nivo-lightbox-close{background-image:url(//www.ccmacadam.com/wp-content/themes/CCMacadam/images/close@2x.png);background-size:16px 16px}}  @media screen and (max-width: 480.99px) 
and (min-width: 320px) {
#header-wrapper {
height: 250px;
padding: 20px 0 0;
}
#logo {
float: none;
width: 280px;
margin: 0 auto;
padding: 0;
}
#header-contact {
float: none;
margin: 0 auto;
padding: 10px 0 0;
text-align: center;
}
#menu {
width: 100%;
bottom: 0;
right: 0;
}
.menu_title {
display: block !important;
}
.sub-menu-parent {
background: none;
padding: 0; 
}
#banner-01 {
height: 350px;
}
#banner-02 {
height: 350px;
}
#banner-03 {
height: 350px;
}
#banner-04 {
height: 350px;
}
.service-text {
height: auto;
}
.main-content-wrapper {
padding: 60px 10px;
}
.quote-button-wrapper {
line-height: 30px;
position: relative;
bottom: unset;
right: unset;
}
.column-inner {
padding: 15px;
}
.column-inner.review {
min-height: 375px;
}
.left-column {
width: 100%;
text-align: center;
}
.right-column {
width: 100%;
padding: 40px 0 0;
text-align: center;
}
.right-column-30.img {
padding: 40px 0 0;
text-align: center;
}
.left-column-70 {
width: 100%;
padding: 0;
}
.right-column-30 {
width: 100%;
padding: 40px 0 0;
}	
.left-column-60 {
width: 100%;
padding: 0;
}
.right-column-40 {
width: 100%;
padding: 40px 0 0;
}		 
.three-column {
width: 100%;
padding: 10px;
}
h1 {
font-size: 1.8em;
line-height: 1.1em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.3em;
}
p.header-contact {
font-size: 1.6em;
}
p.header-text {
font-size: 0.85em;
}
p.banner-text {
font-size: 1.6em;
}
p.banner-text.small {
font-size: 1.2em;
}
p.large-text {
font-size: 1.5em;
}
p.main-text.large {
font-size: 1em;
}
a.button.large {
font-size: 1em;	
}
img.logo.first {
margin: 0 10px;
}
img.logo {
width: 150px;
margin: 0 10px;
}
img.logo.last {
margin: 0 10px;
}
img.logo.customer {
margin: 10px 10px;
}
input.wpcf7-text {
width: 90%;	
}
textarea.wpcf7-textarea {
width: 90%;	
}
.project-gallery-wrapper {
width: 45%;
height: 225px;
margin: 10px 5px;
}
.news-image-wrapper {
height: 250px;
}
.three-column.blog {
width: 100%;
padding: 10px;
}
.blog-header {
min-height: auto;
}
.blog-text {
height: auto;
}
}  @media screen and (max-width: 600.99px) 
and (min-width: 481px) {
#header-wrapper {
height: 250px;
padding: 20px 0 0;
}
#logo {
float: none;
width: 280px;
margin: 0 auto;
padding: 0;
}
#header-contact {
float: none;
margin: 0 auto;
padding: 10px 0 0;
text-align: center;
}
#menu {
width: 100%;
bottom: 0;
right: 0;
}
.menu_title {
display: block !important;
}
.sub-menu-parent {
background: none;
padding: 0; 
}
#banner-01 {
height: 350px;
}
#banner-02 {
height: 350px;
}
#banner-03 {
height: 350px;
}
#banner-04 {
height: 350px;
}
.service-text {
height: auto;
}
.main-content-wrapper {
padding: 60px 10px;
}
.quote-button-wrapper {
line-height: 30px;
position: relative;
bottom: unset;
right: unset;
}
.column-inner {
padding: 15px;
}
.column-inner.review {
min-height: 350px;
}
.left-column {
width: 100%;
text-align: center;
}
.right-column {
width: 100%;
padding: 40px 0 0;
text-align: center;
}
.right-column-30.img {
padding: 40px 0 0;
text-align: center;
}
.left-column-70 {
width: 100%;
padding: 0;
}
.right-column-30 {
width: 100%;
padding: 40px 0 0;
}
.left-column-60 {
width: 100%;
padding: 0;
}
.right-column-40 {
width: 100%;
padding: 40px 0 0;
}		 
.three-column {
width: 100%;
padding: 10px;
}
h1 {
font-size: 2.1em;
line-height: 1.1em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.4em;
}
p.header-contact {
font-size: 1.8em;
}
p.header-text {
font-size: 0.85em;
}
p.banner-text {
font-size: 1.8em;
}
p.banner-text.small {
font-size: 1.5em;
}
p.large-text {
font-size: 1.8em;
}
p.main-text.large {
font-size: 1em;
}
a.button.large {
font-size: 1em;	
}
img.logo.first {
margin: 0 10px;
}
img.logo {
width: 150px;
margin: 0 10px;
}
img.logo.last {
margin: 0 10px;
}
img.logo.customer {
margin: 10px 10px;
}
.project-gallery-wrapper {
width: 45%;
}
.news-image-wrapper {
height: 250px;
}
.three-column.blog {
width: 100%;
padding: 10px;
}
.blog-header {
min-height: auto;
}
.blog-text {
height: auto;
}	  
}  @media screen and (max-width: 809.99px) 
and (min-width: 601px) {
#header-wrapper {
height: 150px;
padding: 20px 0 0;
}
#logo {
width: 300px;
padding: 0 0 0 10px;
}
#header-contact {
padding: 0 10px 0 0;
}
#menu {
width: 100%;
right: 0;
}
.menu_title {
display: block !important;
}
.sub-menu-parent {
background: none;
padding: 0; 
}
#banner-01 {
height: 400px;
}
#banner-02 {
height: 400px;
}
#banner-03 {
height: 400px;
}
#banner-04 {
height: 400px;
}
.service-text {
height: 160px;
}
.quote-button-wrapper {
line-height: 40px;
position: relative;
bottom: unset;
right: unset;
}
.column-inner {
padding: 15px;
}
.column-inner.review {
min-height: 400px;
}
.left-column {
width: 100%;
text-align: center;
}
.right-column {
width: 100%;
padding: 40px 0 0;
text-align: center;
}
.right-column-30.img {
padding: 40px 0 0;
text-align: center;
}
.left-column-70 {
width: 100%;
padding: 0;
}
.right-column-30 {
width: 100%;
padding: 40px 0 0;
}
.left-column-60 {
width: 100%;
padding: 0;
}
.right-column-40 {
width: 100%;
padding: 40px 0 0;
}		 
.three-column {
width: 50%;
padding: 10px;
}
h1 {
font-size: 2.4em;
line-height: 1.1em;
}
h2 {
font-size: 2.2em;
}
h3 {
font-size: 1.4em;
}
p.header-contact {
font-size: 1.8em;
}
p.header-text {
font-size: 0.85em;
}
p.banner-text {
font-size: 2em;
}
p.large-text {
font-size: 1.8em;
}
p.main-text.large {
font-size: 1.1em;
}
a.button.large {
font-size: 1em;	
}
img.logo.first {
margin: 0 15px;
}
img.logo {
width: 170px;
margin: 0 15px;
}
img.logo.last {
margin: 0 15px;
}
img.logo.customer {
margin: 10px 15px;
}
.project-gallery-wrapper {
width: 30%;
height: 225px;
margin: 10px 5px;
}
.news-image-wrapper {
height: 250px;
}
.three-column.blog {
width: 100%;
padding: 10px;
}
.blog-header {
min-height: auto;
}
.blog-text {
height: auto;
}	  
}  @media screen and (max-width: 1024.99px) 
and (min-width: 810px) {
#header-wrapper {
height: 200px;
}
#logo {
width: 300px;
padding: 0;
}
#menu {
bottom: 0;
}
nav a {
font-size: 1em;
padding: 0 20px;
}
nav a.last {
padding: 0 0 0 20px;
}
#banner-01 {
height: 450px;
}
#banner-02 {
height: 450px;
}
#banner-03 {
height: 450px;
}
#banner-04 {
height: 450px;
}
.service-text {
height: 130px;
}
.quote-button-wrapper {
line-height: 40px;
position: relative;
bottom: unset;
right: unset;
}
.column-inner.review {
min-height: 400px;
}
.left-column {
width: 100%;
text-align: center;
}
.right-column {
width: 100%;
padding: 40px 0 0;
text-align: center;
}
.right-column-30.img {
padding: 40px 0 0;
text-align: center;
}
.left-column-70 {
width: 100%;
padding: 0;
}
.right-column-30 {
width: 100%;
padding: 40px 0 0;
}
.left-column-60 {
width: 100%;
padding: 0;
}
.right-column-40 {
width: 100%;
padding: 40px 0 0;
}		 
.three-column {
width: 50%;
padding: 10px;
}
h1 {
font-size: 2.4em;
line-height: 1.1em;
}
p.banner-text {
font-size: 2.3em;
}
p.large-text {
font-size: 2em;
}
p.main-text.large {
font-size: 1.1em;
}
img.logo.first {
margin: 0 15px;
}
img.logo {
width: 170px;
margin: 0 15px;
}
img.logo.last {
margin: 0 15px;
}
img.logo.customer {
margin: 10px 15px;
}
.project-gallery-wrapper {
width: 29%;
height: 200px;
}
.news-image-wrapper {
height: 200px;
}
.three-column.blog {
padding: 10px 5px;
}
.blog-header {
min-height: 95px;
}
.blog-text {
height: 200px;
}
}  @media screen and (max-width: 1160.99px) 
and (min-width: 1025px) {
#header-wrapper {
height: 200px;
}
#logo {
width: 300px;
padding: 0;
}
#menu {
bottom: 0;
}
#banner-01 {
height: 500px;
}
#banner-02 {
height: 500px;
}
#banner-03 {
height: 500px;
}
#banner-04 {
height: 500px;
}
.service-text {
height: 150px;
}
.quote-button-wrapper {
line-height: 40px;
position: relative;
bottom: unset;
right: unset;
}
.column-inner.review {
min-height: 400px;
}
.left-column {
width: 100%;
text-align: center;
}
.right-column {
width: 100%;
padding: 40px 0 0;
text-align: center;
}
.three-column {
padding: 10px;
}
h1 {
font-size: 2.6em;
line-height: 1.1em;
}
p.banner-text {
font-size: 2.6em;
}
img.logo.customer {
margin: 10px 25px;
}
.project-gallery-wrapper {
width: 30%;
height: 225px;
}
.blog-text {
height: 170px;
}
}  @media screen and (max-width: 1200.99px) 
and (min-width: 1161px) {
#logo {
width: 300px;
padding: 0;
}
p.large-text {
font-size: 2.1em;
}
img.logo.customer {
margin: 10px 25px;
}
.project-gallery-wrapper {
width: 30%;	
}	  
}  @media screen and (max-width: 1400px) 
and (min-width: 1201px) {
#logo {
width: 300px;
padding: 0;
}
img.logo.customer {
margin: 10px 25px;
}
.project-gallery-wrapper {
width: 30%;	
}		  
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}