.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;
}.accordion-container {
font-size: 14px;
margin: 20px 0;
}
.accordion-header {
background: none;
display: block;
font-size: 20px;
font-weight: 400;
margin: 0 0 0 0;
padding: 5px 0 5px 5px;
text-align: center;
border-radius: 2px;
cursor: pointer;
color: #fff;
text-transform: uppercase;
border: #fff solid 1px;
width: 40%;
}
.active-header { }
.inactive-header { }
.inactive-header:hover { }
.accordion-content {
display: none;
padding: 10px;
border: #fff solid 1px;
margin-top: 10px;
}  ul.tabs {
margin: 10px 0 0 0;
padding: 0;
list-style: none;
width: 100%;
clear: both;
}
ul.tabs li {
background: #ddd;
float: left;
display: block;
cursor: pointer;
text-transform: uppercase;
width: auto;
padding: 0;
margin: 0 10px 0 0;
overflow: hidden;
border-radius: 2px;
position: relative;
}
ul.tabs li a {
color: #333;
display: block; 
text-decoration: none;
width: auto;  
margin: 0;
padding: 15px;
font-size: 13px;
font-weight: 400; 
background: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
ul.tabs li a:hover {
background: #333;
color: #fff;
}
ul.tabs li a.active {
background: #333;
color: #fff!important;
position: relative;
}
ul.tabs-content { 
margin: 0;
padding: 20px 20px 20px 0; 
display: block;
list-style: none!important; 
}
ul.tabs-content > li { 
display: none; 
line-height: 25px;
}
ul.tabs-content > li.active { 
display: block; 
} ul.tabs:before,
ul.tabs:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; 
}
ul.tabs:after {
clear: both;
}
ul.tabs {
zoom: 1;
}  .easyPieChart {
position: relative;
}
.easyPieChart canvas {
position: absolute;
top: 0;
left: 0;
}
.chart {
display: inline-block;
margin: 15px;
}
.percentage, .label {
text-align: center;
text-transform: uppercase;
color: #333;
font-weight: 100;
font-size: 1.2em;
margin-bottom: .3em;
}
.percentage span {
font-size: 40px;
font-weight: 400;
}
.label {
margin-top: 30px;
text-align: center;
}  .pricing-plan.dark {
position: relative;
background: #333;
margin-top: 60px;
margin-bottom: 20px;
padding: 30px 0;
border: none;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.pricing-plan.dark .plan-title {
color: #fff;
font-size: 20px;
font-weight: 300;
padding: 20px 20px 0 20px;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
}
.pricing-plan.dark .plan-price {
margin-bottom: 30px;
padding: 30px;
text-align: center;
border-bottom: medium double #fff;
display: inline-block;
}
.pricing-plan.dark .plan-price .currency-symbol {
color: #fff;
font-size: 20px;
vertical-align: top;
top: 15px;
margin-right: 5px;
position: relative;
}
.pricing-plan.dark .plan-price .price {
font-family: $secondary-font;
color: #fff;
font-size: 80px;
line-height: 100px;
font-weight: 200;
vertical-align: middle;
letter-spacing: 1px;
position: relative;
}
.pricing-plan.dark .plan-price .per {
color: #fff;
font-size: 15px;
vertical-align: bottom;
bottom: 10px;
margin-left: 5px;
position: relative;
text-transform: uppercase;
}
.pricing-plan.dark .plan-sign-up {
padding: 20px;
}
.pricing-plan.dark .popular-plan {
background-color: #40899e;
color: #fff;
margin-top: 30px;
padding: 15px 0;
}
.pricing-plan.dark .feature-desc {
color: #ddd;
text-align: center;
padding: 8px 0;
}
.pricing-plan.dark .feature-desc ul {
list-style: none;
}
.pricing-plan.dark .feature-desc ul li {
margin-bottom: 10px;
}
.pricing-plan.dark .plans [class*="ion-"] {
color: #fff;
font-size: 70px;
margin-bottom: 10px;
}
.pricing-plan.dark .sign-up-btn {
display: inline-block;
margin-top: 30px;
padding: 10px 20px;
background-color: none;
border: 2px solid #fff!important;
@include transition (all 0.3s ease-in-out);
color: #fff!important;
font-size: 13px;
line-height: 20px;
letter-spacing: 3px;
text-decoration: none;
text-transform: uppercase;
}
.pricing-plan.dark .sign-up-btn:hover {
background-color: none;
color: #ddd;
border: 2px solid #ddd;
}  .skillbar  {
position:  relative;
display:  block;
margin-top: 50px;
margin-bottom:  20px;
width:  100%;
background:  #ddd;
height:  42px;
border-radius:  2px;
-moz-border-radius:  2px;
-webkit-border-radius:  2px;
-webkit-transition:  0.4s linear;
-moz-transition:  0.4s linear;
-ms-transition:  0.4s linear;
-o-transition:  0.4s linear;
transition:  0.4s linear;
-webkit-transition-property:  width,  background-color;
-moz-transition-property:  width,  background-color;
-ms-transition-property:  width,  background-color;
-o-transition-property:  width,  background-color;
transition-property:  width,  background-color;
}
.skillbar-title  {
position:  absolute;
top:  0;
left:  0;
font-weight:  bold;
font-size:  13px;
color:  #333;
background:  #6adcfa;
-webkit-border-top-left-radius:  2px;
-webkit-border-bottom-left-radius:  2px;
-moz-border-radius-topleft:  2px;
-moz-border-radius-bottomleft:  2px;
border-top-left-radius:  2px;
border-bottom-left-radius:  2px;
}
.skillbar-title em  {
font-size: 14px;
font-style: italic;
font-weight: normal;
color: #999;
text-transform: lowercase;
position: relative;
margin-top: -35px;
display:  block;
height:  35px;
line-height:  35px;
-webkit-border-top-left-radius:  2px;
-webkit-border-bottom-left-radius:  2px;
-moz-border-radius-topleft:  2px;
-moz-border-radius-bottomleft:  2px;
border-top-left-radius:  2px;
border-bottom-left-radius:  2px;
}
.skillbar-bar  {
height:  42px;
width:  0px;
-webkit-border-top-left-radius:  2px;
-webkit-border-bottom-left-radius:  2px;
-moz-border-radius-topleft:  2px;
-moz-border-radius-bottomleft:  2px;
border-top-left-radius:  2px;
border-bottom-left-radius:  2px;
}
.skillbar-percent  {
position:  absolute;
right:  10px;
top:  0;
font-size:  12px;
height:  42px;
line-height:  42px;
color:  #444;
color:  rgba(0, 0, 0, 0.4);
}
.no-percent .skillbar-percent  {
display: none;
}
.skillbar-title em span {
color: #333;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
margin-left: 3px;
}  blockquote.large,
blockquote.large p {
font-size: 25px;
line-height: 35px;
color: #999;
font-style: italic;
}
blockquote.large {
margin: 20px 0;
padding: 9px 20px 0 20px;
border-left: 3px solid #333!important;
}
blockquote.large cite {
display: block;
margin-top: 10px;
color: #333;
font-size: 12px;
font-style: normal;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
text-align: right;
}  .dropcap {
color: #333;
font-size: 55px;
font-weight: 700;
padding: 0 7px 5px 0;
line-height: 1em;
float: left;
}  .first-paragraph {
color: #666;
font-size: 20px;
font-weight: 400;
line-height: 35px;
margin-bottom: 30px;
}  @media only screen and (max-width: 767px) {
.one_half, .one_third, .two_thirds, .two_fifths, .three_fifths, .one_fourth, .one_fifth, .one_sixth {
width: 100%;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {}.logo_item {margin:6px;}
.logo_item img {
box-shadow: initial!important;
border-radius: 0!important;
border: 1px solid rgba(0,0,0,0.1);
}
.tls_logo_slider .owl-buttons {
left: 0;
position: absolute;
top: 7px;
}
.tls_logo_slider .owl-page span{0 0 0 4px !important}
.tls_logo_slider .owl-page.active span {background: #123 !important;}
.tls_logo_slider .owl-page span {
background: #123 !important;
border-radius: 10px !important;
height: 10px !important;
opacity: 0.5;
width: 10px !important;
margin:0 0 0 6px !important
}
#tls_logo_slider .owl-buttons div {
background: #123 !important;
border-radius: 0;
margin: 0 1px;
padding: 5px 10px;
}
.tls_logo_slider {
border: 1px solid #f2f2f2;
}
.tls_logo_slider .clickable {
position: relative;
}
.tls_logo_slider .owl-controls {
margin-top: 10px;
text-align: center;
}
.tls_logo_slider .owl-pagination {
position: absolute;
right: 0;
top:8px;
}
.tls_logo_slider .logo_item {
line-height: 144px;
vertical-align: middle;
}
@media only screen and (min-width:320px) and (max-width:1198px){
.tls_logo_slider .logo_item {
line-height: 233px !important;
vertical-align: middle ;
}    
}@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");
@import url("//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,700");
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-weight: 400;
line-height: 1.5em;
}
article,
aside,
footer,
header,
nav,
section,
summary {
display: block;
}
a {
background: transparent;
}
header{
background-image: url(http://dominionridgesa.com/wp-content/uploads/2016/04/header-dr.jpg) !important;
}
a:active,
a:hover {
outline: none;
}
b,
strong {
font-weight: bold;
}
h1 {
font-size: 36px;
margin: 0.67em 0;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
p {
margin-top: 1.5em;
}
img {
border: 0;
}
button,
input,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
outline: none;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
textarea {
overflow: auto;
}
::-webkit-input-placeholder {
color: #9498a1;
}
:-moz-placeholder {
color: #9498a1;
opacity: 1;
}
::-moz-placeholder {
color: #9498a1;
opacity: 1;
}
:-ms-input-placeholder {
color: #9498a1;
} a {
color: #8e8e8e;
text-decoration: none;
} body {
font-size: 16px;
color: #333331;
margin: 0;
font-family: 'Source Sans Pro', sans-serif;
}
* {
margin: 0px;
padding: 0px;
}
table td {
padding: 5px;
}
.cf:before,
.cf:after {
content: " "; display: table; }
.cf:after {
clear: both;
}
.cf {
*zoom: 1;
}  .title-border {
width: 100%;
height: 30px;
background: url(//dominionridgesa.com/wp-content/themes/dominionridge/images/title-border.png) repeat-x center;
margin-bottom: 30px;
}
.title-border h3 {
height: 30px;
line-height: 30px;
background: white;
padding-right: 17px;
display: inline;
color: #333332;
font-weight: 600;
font-size: 20px;
}
.ul {
margin: 0;
padding: 0;
}
.box3 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
font-weight: 300;
width: 300px;
float: left;
margin-left: 30px;
text-align: center;
padding: 30px 30px;
box-shadow: inset 0 0 1px 1px #dadada;
}
.box3 p {
line-height: 18px;
margin-top: 20px;
}
.box3:first-of-type {
margin-left: 0;
}
.block-title {
line-height: 22px;
margin-bottom: 0;
font-size: 24px;
}
img { }
.logo_item img {
width: 100%;
}
.front-form {
clear: left;
width: 630px;
}
.front-form h1 {
margin: 30px 0;
color: white;
line-height: 30px;
}
.front-form form {
width: 100%;
margin: 0;
padding: 0;
text-align: center;
}
#main-content {
background: #fff;
position: relative;
}
article {
float: left;
width: 630px;
margin-top: 30px;
}
.single-margin-top {
margin-top: 0 !important;
}
article.front p, article.front h2 {
padding: 30px 45px;
background: #ededed;
}
.front img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: auto;
margin: 0px;
padding: 0px;
display: block;
border-left: 2px solid #ededed;
border-right: 2px solid #ededed;
}
.front p {
margin-top: 0;
}
aside {
width: 300px;
float: right;
}
.feedback.block {
margin-top: 50px;
}
.feedback {
text-align: center;
}
.feedback p {
font-size: 18px;
font-weight: 500;
margin-top: 1em;
margin-bottom: 1em;
color: #414140;
}
.feedback blockquote {
font-size: 18px;
line-height: 30px;
margin: 0;
padding: 0;
font-weight: 300;
font-style: italic;
}
input[type="button"] {
background: #fcd53a;
border: none;
} header, #main-content, footer {
margin: 0;
}
header:after, #main-content:after, footer:after, .featured:after, nav:after {
content: "";
display: table;
}
.inner {
width: 964px;
margin: 0 auto;
padding: 20px 0 33px 0;
}
.inner .featured {
overflow: hidden;
}
header {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
header .layer {
width: 100%;
height: auto;
background: rgba(24, 24, 24, 0.4);
}
header .inner {
position: relative;
}
.headerbg {
display: block;
height: 100px !important;
width: 241px;
position: absolute;
right: 0;
top: 30px;
z-index: 0;
text-indent: -5000em;
}
.header-top {
color: white;
font-family: "Yanone Kaffeesatz", sans-serif;
margin-bottom: 60px;
}
#logo {
width: auto;
height: 180px;
color: white;
display: block;
margin-bottom: 40px; }
#logo img {
width: auto;
max-height: 140%;
margin: 0 auto;
display: block;
}
.call-for-action {
color: #fff; font-size: 18px;
font-weight: 400;
float:right;
margin-left:0px;
margin-top: 4px;
}
.call-for-action span {
font-weight: 300;
font-size: 24px;
}
.call-for-action span a {
color: #fff;
}
.call-for-action span a:hover {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
color: #fcd53a;
} nav {
width: 100%;
height: 60px;
}
nav .navigation-menu {
width: 749px;
height: 60px;
background: white;
padding-left: 0px;
float: left;
}
nav .navigation-menu ul li {
list-style-type: none;
position: relative;
font-size: 18px;
float: left;
}
nav .navigation-menu ul li a {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
height: 60px;
line-height: 60px;
display: block;
text-decoration: none;
color: #1b202b;
font-weight: 400;
padding: 0 20px;
}
nav .navigation-menu ul li a:hover {
border-bottom: 3px solid rgba(171, 35, 49, 0.8);
}
nav .navigation-menu ul li ul {
width: 300px;
background: #fff;
position: absolute;
display: none;
z-index: 999;
border-top: 3px solid rgba(0, 0, 0, 0.8);
margin-top: -3px;
}
nav .navigation-menu ul li ul li {
width: 100%;
padding-left: 0px;
padding-right: 0px;
float: none;
}
nav .navigation-menu ul li ul li a {
height: 40px;
line-height: 40px;
padding-bottom: 0px;
}
nav .navigation-menu ul li ul li a:hover {
background: #eee;
border-bottom: none;
}
nav .navigation-menu ul li ul ul {
top: 0px;
left: 100%;
}
nav .navigation-menu ul li:hover > ul {
display: block;
}
nav .navigation-socials {
width: 215px;
height: 60px;
background: #ab2331;
padding-left: 0px;
float: right;
}
nav .navigation-socials:before {
float: left;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 60px 60px 0 0;
border-color: #ffffff transparent transparent transparent;
line-height: 0px;
_border-color: #ffffff #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
nav .navigation-socials li {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
list-style-type: none;
float: left;
}
nav .navigation-socials li .facebook-icon {
width: 11px;
height: 60px;
background: url(//dominionridgesa.com/wp-content/themes/dominionridge/images/facebook-icon.png) center no-repeat;
margin-left: 6px;
float: left;
}
nav .navigation-socials li .instagram-icon {
width: 22px;
height: 60px;
background: url(//dominionridgesa.com/wp-content/themes/dominionridge/images/instagram-icon.png) center no-repeat;
margin-left: 22px;
float: left;
}
nav .navigation-socials li .youtube-icon {
width: 22px;
height: 60px;
background: url(//dominionridgesa.com/wp-content/themes/dominionridge/images/youtube-icon.png) center no-repeat;
margin-left: 16px;
float: left;
}
nav .navigation-socials li:hover {
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
-ms-opacity: 0.7;
-o-opacity: 0.7;
opacity: 0.7;
} .front-form {
height: 388px;
}
.wpcf7-form {
width: 634px;
text-align: left;
}
.wpcf7-form br {
display: none;
}
.wpcf7-form input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 191px;
height: 60px;
background: white;
margin: 0;
padding: 0 25px;
display: block;
border: 2px solid rgba(0, 0, 0, 0.7);
color: #9498a1;
float: left;
}
.wpcf7-form input:focus {
border: 2px solid #fcd53a;
}
.wpcf7-form input[type="email"] {
margin: 0 28px 0 28px;
}
.wpcf7-form textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 120px;
background: white;
margin: 30px 0 28px 0;
padding: 10px 25px;
border: 2px solid rgba(0, 0, 0, 0.7);
float: left;
color: #9498a1;
}
.wpcf7-form textarea:focus {
border: 2px solid #fcd53a;
}
.wpcf7-form input[type="submit"] {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
width: 196px;
height: 60px;
background: #fcd53a;
margin: 0px auto;
color: #1b202b;
float: none;
border: none;
font-weight: 700;
font-size: 18px;
}
.wpcf7-form input[type="submit"]:hover {
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
-ms-opacity: 0.8;
-o-opacity: 0.8;
opacity: 0.8;
} footer {
color: #fff;
background: #3b3b3a;
clear: left;
}
.about-us {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 370px;
float: left;
padding: 0 10px;
}
.contact-us {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
float: right;
width: 260px;
padding: 0 10px;
}
.directions {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
float: left;
clear: right;
width: 330px;
padding: 0 10px;
}
.directions img {
margin-top: 1.5em;
}
.directions iframe {
width: 100%;
height: 118px;
margin-top: 1.5em;
} .blog-left {
width: 634px;
float: left;
}
.blog-left .blog-left-title {
width: 100%;
color: #333332;
font-weight: 700;
font-size: 36px;
}
.blog-left article {
width: 100%; }
.blog-left article .post-title {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
width: 100%;
padding-bottom: 14px;
color: #414140;
border-bottom: 1px solid #ebebeb;
display: block;
word-wrap: break-word;
font-weight: 700;
font-size: 24px;
}
.blog-left article .post-title:hover {
border-bottom: 1px solid #414140;
}
.blog-left article .post-meta {
width: 100%;
margin: 10px 0 30px 0;
color: #8e8e8e;
}
.blog-left article .post-meta a[rel="author"] {
color: #050608;
}
.blog-left article .post-meta a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
color: #050608;
}
.blog-left article .post-meta a:hover {
color: #fcd53a;
text-decoration: underline;
}
.blog-left article .post-image {
width: 180px;
height: auto;
padding-right: 18px;
float: left;
}
.blog-left article .post-image img {
max-width: 100%;
height: auto;
border: 1px solid #eaeaea;
}
.blog-left article .single-post-image {
width: 100%;
}
.blog-left article .single-post-image > div {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 250px;
background-position: center;
margin-bottom: 10px;
display: block;
}
.blog-left article .post-image-single {
margin-bottom: 30px;
}
.blog-left article .single-navigation {
width: 100%;
margin-top: 60px;
}
.blog-left article .single-navigation .single-navigation-left {
float: left;
}
.blog-left article .single-navigation .single-navigation-left a {
color: #414140;
text-decoration: none;
}
.blog-left article .single-navigation .single-navigation-left a:hover {
text-decoration: underline;
}
.blog-left article .single-navigation .single-navigation-right {
float: right;
}
.blog-left article .single-navigation .single-navigation-right a {
color: #414140;
text-decoration: none;
}
.blog-left article .single-navigation .single-navigation-right a:hover {
text-decoration: underline;
}
.blog-left article .post-entry {
line-height: 15px;
color: #414140;
word-wrap: break-word;
}
.blog-left article .post-entry .wpcf7-form br {
display: none;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 206px;
height: 60px;
margin: 0;
padding: 0 28px;
display: block;
border: 1px solid #e8e8e8;
color: #cacaca;
float: left;
outline: 0;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-text:focus {
border: 1px solid #414140;
color: #414140;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-text:focus::-webkit-input-placeholder {
color: #414140;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-text:focus:-moz-placeholder {
color: #414140;
opacity: 1;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-text:focus::-moz-placeholder {
color: #414140;
opacity: 1;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-text:focus:-ms-input-placeholder {
color: #414140;
}
.blog-left article .post-entry .wpcf7-form input[type="email"] {
margin: 0 8px 0 8px;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-text::-webkit-input-placeholder {
color: #cacaca;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-text:-moz-placeholder {
color: #cacaca;
opacity: 1;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-text::-moz-placeholder {
color: #cacaca;
opacity: 1;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-text:-ms-input-placeholder {
color: #cacaca;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 173px;
margin: 6px 0 0 0;
padding: 12px 28px;
display: block;
border: 1px solid #e8e8e8;
outline: 0;
resize: none;
float: left;
color: #cacaca;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-textarea:focus {
border: 1px solid #414140;
color: #414140;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-textarea:focus::-webkit-input-placeholder {
color: #414140;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-textarea:focus:-moz-placeholder {
color: #414140;
opacity: 1;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-textarea:focus::-moz-placeholder {
color: #414140;
opacity: 1;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-textarea:focus:-ms-input-placeholder {
color: #414140;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-textarea::-webkit-input-placeholder {
color: #cacaca;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-textarea:-moz-placeholder {
color: #cacaca;
opacity: 1;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-textarea::-moz-placeholder {
color: #cacaca;
opacity: 1;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-textarea:-ms-input-placeholder {
color: #cacaca;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-submit {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
width: 206px;
height: 60px;
background: #fcd53a;
margin: 6px 0 0 0;
padding: 0;
display: block;
border: none;
float: left;
color: #333332;
font-weight: 700;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
}
.blog-left article .post-entry .wpcf7-form .wpcf7-submit:hover {
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
-ms-opacity: 0.9;
-o-opacity: 0.9;
opacity: 0.9;
}
.blog-left article .post-entry .wp-caption {
width: 100% !important;
}
.blog-left article .post-entry input[type="password"] {
height: 30px;
padding: 0 28px;
border: 1px solid #E8E8E8;
color: #CACACA;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
}
.blog-left article .post-entry input[type="submit"] {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
width: 206px;
height: 30px;
background: #FCD53A;
border: none;
color: #333332;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 500;
font-size: 18px;
}
.blog-left article .post-entry input[type="submit"]:hover {
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
-ms-opacity: 0.7;
-o-opacity: 0.7;
opacity: 0.7;
}
.blog-left article .post-entry img {
width: auto;
max-width: 100%;
height: auto;
}
.blog-left article .post-entry img.alignright {
float: right;
margin: 0 0 1em 1em;
}
.blog-left article .post-entry img.alignleft {
float: left;
margin: 0 1em 1em 0;
}
.blog-left article .post-entry img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.blog-left article .post-entry .alignright {
float: right;
}
.blog-left article .post-entry .alignleft {
float: left;
}
.blog-left article .post-entry .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.blog-left article .post-entry h1,
.services-entry h1 {
margin: 10px 0;
line-height: 38px;
font-size: 36px;
}
.blog-left article .post-entry h2,
.services-entry h2 {
margin: 10px 0;
line-height: 36px;
font-size: 34px;
}
.blog-left article .post-entry h3,
.services-entry h3 {
margin: 10px 0;
line-height: 32px;
font-size: 30px;
}
.blog-left article .post-entry h4,
.services-entry h4 {
margin: 10px 0;
line-height: 28px;
font-size: 26px;
}
.blog-left article .post-entry h5,
.services-entry h5 {
margin: 10px 0;
line-height: 24px;
font-size: 22px;
}
.blog-left article .post-entry h6,
.services-entry h6 {
margin: 10px 0;
line-height: 20px;
font-size: 18px;
}
.blog-left article .post-entry p,
.services-entry p {
margin: 10px 0;
font-size: 18px;
line-height: 30px;
font-weight: 300;
}
.blog-left article .post-entry p:first-child,
.services-entry p:first-child {
margin-top: 0;
}
.blog-left article .post-entry table,
.services-entry table {
width: 100%;
}
.blog-left article .post-entry table td,
.services-entry table td {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 10px;
border: 1px solid #eee;
}
.blog-left article .post-entry dl dt,
.services-entry dl dt {
margin: 10px 0;
}
.blog-left article .post-entry dl dd,
.services-entry dl dd {
margin: 10px 0 10px 20px;
}
.blog-left article .post-entry ul li,
.services-entry ul li {
margin: 10px 0;
list-style-position: inside;
}
.blog-left article .post-entry ul li ul li,
.services-entry ul li ul li {
margin-left: 15px;
}
.blog-left article .post-entry ol li,
.services-entry ol li {
margin: 10px 0;
list-style-position: inside;
}
.blog-left article .post-entry ol li ol li,
.services-entry ol li ol li {
margin-left: 15px;
}
.blog-left article .post-entry a,
.services-entry a {
text-decoration: underline;
}
.blog-left article .post-entry a:hover,
.services-entry a:hover {
text-decoration: none;
}
.blog-left article .post-entry abbr,
.services-entry abbr {
border-bottom: 1px dotted #eee;
}
.blog-left article .post-entry strong,
.services-entry strong {
font-weight: 700;
}
.blog-left article .post-entry acronym,
.services-entry acronym {
border-bottom: 1px dotted #eee;
}
.blog-left article .post-entry big,
.services-entry big {
font-weight: 700;
}
.blog-left article .post-entry code,
.services-entry code {
word-wrap: break-word;
}
.blog-left article .post-entry pre,
.services-entry pre {
padding-left: 10px;
border-left: 10px solid #eee;
}
.blog-left article .post-entry blockquote,
.services-entry blockquote {
padding-left: 10px;
border-left: 10px solid #eee;
}
.blog-left article .post-entry q,
.services-entry q {
font-style: italic;
}
.blog-left article .post-footer {
width: 100%;
margin-top: 20px;
}
.blog-left article .post-footer ul {
float: right;
}
.blog-left article .post-footer ul li {
height: 16px;
line-height: 16px;
list-style-type: none;
font-weight: 500;
float: left;
}
.blog-left article .post-footer ul li a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
color: #050608;
}
.blog-left article .post-footer ul li a:hover {
color: #fcd53a;
text-decoration: underline;
}
.blog-left article .post-footer ul .comments-icon {
height: 16px;
background: url(//dominionridgesa.com/wp-content/themes/dominionridge/images/comments-icon.png) no-repeat center left;
margin-right: 29px;
padding-left: 22px;
}
.blog-left article .post-tags {
width: 100%;
margin-top: 60px;
}
.blog-left article .post-tags a {
color: #414140;
text-decoration: underline;
}
.blog-left article .post-tags a:hover {
text-decoration: none;
}
.blog-left article .similar-articles {
width: 100%;
margin-top: 90px;
position: relative;
}
.blog-left article .similar-articles .similar-articles-box {
position: absolute;
}
.blog-left article .similar-articles .similar-articles-box .similar-article {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 317px;
line-height: 18px;
padding: 0 43px 0 50px;
color: #8e8e8e;
word-break: break-all;
display: block;
float: left;
}
.blog-left article .similar-articles .similar-articles-box .similar-article:nth-child(2) {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 0 50px 0 43px;
}
.blog-left article .similar-articles .similar-articles-box .similar-article span {
width: 100%;
margin-bottom: 13px;
color: #414140;
display: block;
word-break: break-all;
font-weight: 700;
font-size: 16px;
}
.blog-left article .similar-articles .similar-articles-box .similar-article span a {
color: #414140;
text-decoration: none;
}
.blog-left article .similar-articles .similar-articles-box .similar-article span a:hover {
text-decoration: underline;
}
.blog-left article .similar-articles .similar-articles-prev {
position: absolute;
top: 100px;
left: 1px;
fill: #dcdcdc;
}
.blog-left article .similar-articles .similar-articles-prev:hover {
fill: #414140;
}
.blog-left article .similar-articles .similar-articles-next {
position: absolute;
top: 100px;
right: 1px;
fill: #dcdcdc;
}
.blog-left article .similar-articles .similar-articles-next:hover {
fill: #414140;
}
.blog-left article #comments {
width: 100%;
margin-top: 180px;
}
.blog-left article #comments .comments-list {
width: 100%;
}
.blog-left article #comments .comments-list .children li {
margin-top: 60px !important;
}
.blog-left article #comments .comments-list .pingback {
padding: 10px 0;
border-bottom: 1px solid #eee;
list-style-position: inside;
}
.blog-left article #comments .comments-list .pingback p {
margin: 0;
}
.blog-left article #comments .comments-list .pingback p a {
color: #414140;
text-decoration: underline;
}
.blog-left article #comments .comments-list .pingback p a:hover {
text-decoration: none;
}
.blog-left article #comments .comments-list .comment {
width: 100%;
margin-top: 60px;
list-style: none;
float: left;
}
.blog-left article #comments .comments-list .comment:first-child {
margin-top: 0px;
}
.blog-left article #comments .comments-list .comment .comment-avatar {
width: 136px;
height: 60px;
margin-bottom: 15px;
text-align: center;
float: left;
}
.blog-left article #comments .comments-list .comment .comment-avatar img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
width: 60px;
height: 60px;
}
.blog-left article #comments .comments-list .comment .comment-entry {
width: 498px;
line-height: 16px;
color: #8e8e8e;
float: right;
}
.blog-left article #comments .comments-list .comment .comment-entry span {
width: 100%;
line-height: 16px;
margin-bottom: 14px;
display: block;
color: #414140;
font-size: 16px;
}
.blog-left article #comments .comments-list .comment .comment-entry span a {
font-weight: 700;
text-decoration: none;
}
.blog-left article #comments .comments-list .comment .comment-entry span a:hover {
text-decoration: underline;
}
.blog-left article #comments .comments-list .comment .comment-entry span time a {
color: #414140;
font-weight: 300;
}
.blog-left article #comments .comments-list .comment .comment-entry h1 {
margin: 10px 0;
line-height: 34px;
font-size: 32px;
}
.blog-left article #comments .comments-list .comment .comment-entry h2 {
margin: 10px 0;
line-height: 30px;
font-size: 28px;
}
.blog-left article #comments .comments-list .comment .comment-entry h3 {
margin: 10px 0;
line-height: 26px;
font-size: 24px;
}
.blog-left article #comments .comments-list .comment .comment-entry h4 {
margin: 10px 0;
line-height: 22px;
font-size: 20px;
}
.blog-left article #comments .comments-list .comment .comment-entry h5 {
margin: 10px 0;
line-height: 20px;
font-size: 18px;
}
.blog-left article #comments .comments-list .comment .comment-entry h6 {
margin: 10px 0;
line-height: 18px;
font-size: 16px;
}
.blog-left article #comments .comments-list .comment .comment-entry blockquote {
padding-left: 10px;
border-left: 10px solid #eee;
}
.blog-left article #comments .comments-list .comment .comment-entry table {
width: 100%;
}
.blog-left article #comments .comments-list .comment .comment-entry table td {
padding: 5px;
border: 1px solid #eee;
}
.blog-left article #comments .comments-list .comment .comment-entry dl dt {
margin: 10px 0;
}
.blog-left article #comments .comments-list .comment .comment-entry dl dd {
margin-left: 20px;
}
.blog-left article #comments .comments-list .comment .comment-entry ul li {
list-style-position: inside;
}
.blog-left article #comments .comments-list .comment .comment-entry ul li ul li {
margin-left: 16px;
}
.blog-left article #comments .comments-list .comment .comment-entry ol li {
list-style-position: inside;
}
.blog-left article #comments .comments-list .comment .comment-entry ol li ol li {
margin-left: 16px;
}
.blog-left article #comments .comments-list .comment .comment-entry a {
text-decoration: underline;
}
.blog-left article #comments .comments-list .comment .comment-entry a:hover {
text-decoration: none;
}
.blog-left article #comments .comments-list .comment .comment-entry abbr {
border-bottom: 1px dotted #eee;
}
.blog-left article #comments .comments-list .comment .comment-entry acronym {
border-bottom: 1px dotted #eee;
}
.blog-left article #comments .comments-list .comment .comment-entry big {
font-weight: 700;
}
.blog-left article #comments .comments-list .comment .comment-entry cite {
font-style: italic;
}
.blog-left article #comments .comments-list .comment .comment-entry pre {
padding-left: 10px;
border-left: 10px solid #eee;
}
.blog-left article #comments .comments-list .comment .comment-entry .comment-reply-link {
width: 100%;
margin-top: 21px;
color: #414140;
text-decoration: underline;
display: block;
}
.blog-left article #comments .comments-list .comment .comment-entry .comment-reply-link:hover {
text-decoration: none;
}
.blog-left .post-navigation {
width: 100%;
height: 30px;
line-height: 30px;
margin-top: 90px;
border-top: 1px solid #ebebeb;
text-align: center;
color: #cacaca;
font-weight: 400;
float: left;
}
.blog-left .post-navigation a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
color: #050608;
font-weight: 500;
}
.blog-left .post-navigation a:hover {
color: #fcd53a;
text-decoration: underline;
}
.blog-left .post-navigation a:nth-child(1) {
float: left;
}
.blog-left .post-navigation a:last-child {
float: right;
} .sidebar {
width: 300px;
background: #fff;
margin-top: -60px;
padding-top: 60px;
position: relative;
float: right;
}
.sidebar-home{
margin-top:10px;
padding-top:0px;
}
.sidebar .widget {
width: 100%;
line-height: 16px;
margin-top: 60px;
color: #414140;
position: relative;
float: left;
}
.sidebar .widget:first-child {
margin-top: 0;
}
.sidebar .widget .widget-title {
width: 100%;
line-height: 24px;
margin-bottom: 30px;
color: #414140;
font-weight: 700;
font-size: 24px;
}
.sidebar .widget a {
color: #414140;
}
.sidebar .widget a:hover {
text-decoration: underline;
}
.sidebar .widget iframe {
width: 100%;
height: 240px;
}
.sidebar .widget .iframe-mask {
width: 100%;
height: 240px;
background: rgba(24, 24, 24, 0.6);
position: absolute;
top: 0;
left: 0;
}
.sidebar .widget .searchform {
width: 100%;
}
.sidebar .widget .searchform .screen-reader-text {
width: 100%;
display: block;
margin-bottom: 5px;
float: left;
}
.sidebar .widget .searchform #s {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: block;
width: 260px;
height: 60px;
margin: 0;
padding: 0 27px;
border: 1px solid #e8e8e8;
border-right: none;
outline: 0;
color: #cbcbcb;
float: left;
font-style: italic;
}
.sidebar .widget .searchform #searchsubmit {
width: 40px;
height: 60px;
background: transparent url(//dominionridgesa.com/wp-content/themes/dominionridge/images/searchform-input-submit.png) no-repeat center;
margin: 0;
padding: 0px;
display: block;
border: 1px solid #e8e8e8;
border-left: none;
cursor: pointer;
text-indent: -9999px;
float: left;
}
.sidebar .widget .searchform #searchsubmit:hover {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
border-left: 1px solid #e8e8e8;
}
.sidebar .widget ul li {
width: 100%;
background: url(//dominionridgesa.com/wp-content/themes/dominionridge/images/list-style-image.png) no-repeat center left;
margin-top: 10px;
padding-left: 15px;
list-style-type: none;
color: #8e8e8e;
word-break: break-all;
}
.sidebar .widget ul li a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
color: #8e8e8e;
}
.sidebar .widget ul li a:hover {
color: #414140;
text-decoration: none;
}
.sidebar .widget .recent-comments-box {
width: 100%;
margin-top: 30px;
padding-bottom: 22px;
border-bottom: 1px solid #f2f2f2;
}
.sidebar .widget .recent-comments-box .comments-box-entry {
width: 100%;
line-height: 16px;
color: #8e8e8e;
word-break: break-all;
}
.sidebar .widget .recent-comments-box .comments-box-entry h1 {
margin: 10px 0;
line-height: 30px;
font-size: 28px;
}
.sidebar .widget .recent-comments-box .comments-box-entry h2 {
margin: 10px 0;
line-height: 28px;
font-size: 26px;
}
.sidebar .widget .recent-comments-box .comments-box-entry h3 {
margin: 10px 0;
line-height: 26px;
font-size: 24px;
}
.sidebar .widget .recent-comments-box .comments-box-entry h4 {
margin: 10px 0;
line-height: 24px;
font-size: 22px;
}
.sidebar .widget .recent-comments-box .comments-box-entry h5 {
margin: 10px 0;
line-height: 22px;
font-size: 20px;
}
.sidebar .widget .recent-comments-box .comments-box-entry h6 {
margin: 10px 0;
line-height: 20px;
font-size: 18px;
}
.sidebar .widget .recent-comments-box .comments-box-entry blockquote {
margin: 10px 0;
padding-left: 5px;
border-left: 10px solid #eee;
}
.sidebar .widget .recent-comments-box .comments-box-entry table {
width: 100%;
}
.sidebar .widget .recent-comments-box .comments-box-entry table td {
padding: 10px 0;
border-top: 1px solid #eee;
}
.sidebar .widget .recent-comments-box .comments-box-entry dl dt {
margin: 10px 0;
font-weight: 700;
}
.sidebar .widget .recent-comments-box .comments-box-entry dl dd {
margin-left: 20px;
}
.sidebar .widget .recent-comments-box .comments-box-entry ul li {
background-image: none;
list-style-type: disc !important;
list-style-position: inside !important;
}
.sidebar .widget .recent-comments-box .comments-box-entry ul li li {
list-style-type: circle !important;
}
.sidebar .widget .recent-comments-box .comments-box-entry ol li {
margin-top: 10px;
margin-left: 15px;
list-style-position: inside !important;
}
.sidebar .widget .recent-comments-box .comments-box-entry address {
margin: 10px 0;
white-space: pre-wrap;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
.sidebar .widget .recent-comments-box .comments-box-entry abbr {
border-bottom: 1px dotted #eee;
}
.sidebar .widget .recent-comments-box .comments-box-entry big {
font-weight: 700;
}
.sidebar .widget .recent-comments-box .comments-box-entry pre {
width: 100%;
margin: 10px 0;
white-space: pre-wrap;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
display: block;
}
.sidebar .widget .recent-comments-box .comments-box-meta {
width: 100%;
margin-top: 6px;
color: #cacaca;
font-size: 12px;
}
.sidebar .widget .recent-comments-box .comments-box-meta a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
color: #cacaca;
}
.sidebar .widget .recent-comments-box .comments-box-meta a:hover {
color: #414140;
}
.sidebar .widget select {
width: 100%;
}
.sidebar .widget table {
width: 100%;
}
.sidebar .widget table caption {
margin-bottom: 10px;
font-weight: bold;
}
.sidebar .widget table td {
text-align: center;
}
.sidebar .widget table td#prev {
text-align: left;
}
.sidebar .widget table td#next {
text-align: right;
}
.sidebar .widget img {
width: auto;
max-width: 100%;
height: auto;
}
.sidebar .widget .wp-caption img {
height: auto;
margin-top: 10px;
}
.sidebar .widget .tagcloud a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.sidebar .widget .tagcloud a:hover {
color: #1b202b;
text-decoration: none;
}
.sidebar .widget_rss .widget-title a.rsswidget {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.sidebar .widget_rss .widget-title a.rsswidget:hover {
color: #FB9C39;
text-decoration: none;
}
.sidebar .widget_rss .widget-title a.rsswidget img {
width: auto;
height: auto;
}
.sidebar .widget_rss ul li {
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}
.sidebar .widget_rss ul li:first-child {
padding-top: 0;
}
#respond {
width: 100%;
margin-top: 90px;
float:left;
}
#respond .respond {
width: 100%;
margin-top: 30px;
}
#respond .input-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 206px;
height: 60px;
margin: 0 0 0 8px;
padding: 0 28px;
display: block;
border: 1px solid #e8e8e8;
color: #cacaca;
float: left;
outline: 0;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
}
#respond .input-text:first-child {
margin-left: 0;
}
#respond .input-text:focus {
border: 1px solid #414140;
color: #414140;
}
#respond .input-text:focus::-webkit-input-placeholder {
color: #414140;
}
#respond .input-text:focus:-moz-placeholder {
color: #414140;
opacity: 1;
}
#respond .input-text:focus::-moz-placeholder {
color: #414140;
opacity: 1;
}
#respond .input-text:focus:-ms-input-placeholder {
color: #414140;
}
#respond .input-text::-webkit-input-placeholder {
color: #cacaca;
}
#respond .input-text:-moz-placeholder {
color: #cacaca;
opacity: 1;
}
#respond .input-text::-moz-placeholder {
color: #cacaca;
opacity: 1;
}
#respond .input-text:-ms-input-placeholder {
color: #cacaca;
}
#respond textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 173px;
margin: 6px 0 0 0;
padding: 12px 28px;
display: block;
border: 1px solid #e8e8e8;
outline: 0;
resize: none;
float: left;
color: #cacaca;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
}
#respond textarea:focus {
border: 1px solid #414140;
color: #414140;
}
#respond textarea:focus::-webkit-input-placeholder {
color: #414140;
}
#respond textarea:focus:-moz-placeholder {
color: #414140;
opacity: 1;
}
#respond textarea:focus::-moz-placeholder {
color: #414140;
opacity: 1;
}
#respond textarea:focus:-ms-input-placeholder {
color: #414140;
}
#respond textarea::-webkit-input-placeholder {
color: #cacaca;
}
#respond textarea:-moz-placeholder {
color: #cacaca;
opacity: 1;
}
#respond textarea::-moz-placeholder {
color: #cacaca;
opacity: 1;
}
#respond textarea:-ms-input-placeholder {
color: #cacaca;
}
#respond #input-submit {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
width: 206px;
height: 60px;
background: #fcd53a;
margin: 6px 0 0 0;
padding: 0;
display: block;
border: none;
float: left;
color: #333332;
font-weight: 700;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
}
#respond #input-submit:hover {
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
-ms-opacity: 0.9;
-o-opacity: 0.9;
opacity: 0.9;
}
#services {
width: 100%;
background: #fff;
margin-top: -60px;
padding-top: 60px;
position: relative;
}
#services .services-title {
width: 100%;
margin-bottom: 45px;
padding-bottom: 60px;
color: #333332;
border-bottom: 1px solid #ebebeb;
font-weight: 700;
font-size: 36px;
}
#services .services-entry {
width: 100%;
margin-bottom: 60px;
padding-bottom: 45px;
line-height: 20px;
font-size: 18px;
color: #414140;
border-bottom: 1px solid #ebebeb;
}
#services .services-content {
width: 100%;
}
#services .services-content .services-content-left {
width: 332px;
float: left;
}
#services .services-content .services-content-left .service-button-box {
width: 100%;
margin-top: 7px;
cursor: pointer;
float: left;
}
#services .services-content .services-content-left .service-button-box:first-child {
margin-top: 0px;
}
#services .services-content .services-content-left .service-button-box .services-button {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 295px;
line-height: 17px;
background: #1b202b;
padding: 26px 21px 26px 21px;
cursor: pointer;
color: #8e8e8e;
border: 1px solid #1b202b;
border-bottom: 8px solid #1b202b;
float: left;
}
#services .services-content .services-content-left .service-button-box .services-button:hover {
background: #fff;
border: 1px solid #1b202b;
border-bottom: 8px solid #1b202b;
}
#services .services-content .services-content-left .service-button-box .services-button:hover span {
color: #000;
}
#services .services-content .services-content-left .service-button-box .services-button span {
width: 100%;
margin-bottom: 13px;
display: block;
color: #fff;
font-weight: 700;
font-size: 16px;
}
#services .services-content .services-content-left .active .services-button {
background: #fff;
border: 1px solid #1b202b;
border-bottom: 6px solid #1b202b;
}
#services .services-content .services-content-left .active .services-button span {
color: #000;
}
#services .services-content .services-content-left .active .service-button-hover {
width: 37px;
height: 113px;
background: url(//dominionridgesa.com/wp-content/themes/dominionridge/images/service-button-arrow.png) no-repeat center;
display: none;
float: left;
}
#services .services-content .services-content-left .active .service-button-hover {
display: block;
}
#services .services-content .services-content-right {
width: 632px;
float: right;
}
#services .services-content .services-content-right .content-right-entry {
width: 100%;
line-height: 17px;
}
#services .services-content .services-content-right .content-right-entry .content-right-title {
width: 100%;
line-height: 28px;
color: #1b202b;
font-weight: 700;
font-size: 26px;
}
#services .services-content .services-content-right .content-right-entry:nth-child(2) {
display: none;
}
#services .services-content .services-content-right .content-right-entry:nth-child(3) {
display: none;
}
.gallery-item {
float: left;
}
.gallery-item a.fancybox {
text-decoration: none !important;
}
.gallery-item img {
margin: 0px !important;
text-decoration: none;
display: block;
}
dl.gallery-columns-1 {
width: 100%;
}
dl.gallery-columns-1 img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
width: 100%;
}
dl.gallery-columns-1 .wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 3px 0 15px 0;
text-align: center;
font-style: italic;
}
dl.gallery-columns-2 {
width: 50%;
}
dl.gallery-columns-2 img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 4px solid #fff;
}
dl.gallery-columns-2 .wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 3px 0 15px 0;
text-align: center;
font-style: italic;
}
dl.gallery-columns-3 {
width: 33.33%;
}
dl.gallery-columns-3 img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 4px solid #fff;
}
dl.gallery-columns-3 .wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 3px 0 15px 0;
text-align: center;
font-style: italic;
}
dl.gallery-columns-4 {
width: 25%;
}
dl.gallery-columns-4 img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 4px solid #fff;
}
dl.gallery-columns-4 .wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 3px 0 15px 0;
text-align: center;
font-style: italic;
}
dl.gallery-columns-5 {
width: 20%;
}
dl.gallery-columns-5 img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 3px solid #fff;
}
dl.gallery-columns-5 .wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 3px 0 15px 0;
text-align: center;
font-style: italic;
}
dl.gallery-columns-6 {
width: 16.66%;
}
dl.gallery-columns-6 img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 3px solid #fff;
}
dl.gallery-columns-6 .wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 3px 0 15px 0;
text-align: center;
font-style: italic;
}
dl.gallery-columns-7 {
width: 14.28%;
}
dl.gallery-columns-7 img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 3px solid #fff;
}
dl.gallery-columns-7 .wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 3px 0 15px 0;
text-align: center;
font-style: italic;
}
dl.gallery-columns-8 {
width: 12.50%;
}
dl.gallery-columns-8 img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 2px solid #fff;
}
dl.gallery-columns-8 .wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 2px 0 15px 0;
text-align: center;
font-style: italic;
}
dl.gallery-columns-9 {
width: 11.11%;
}
dl.gallery-columns-9 img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 2px solid #fff;
}
dl.gallery-columns-9 .wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 2px 0 15px 0;
text-align: center;
font-style: italic;
}
.page #comments {
margin-top: 90px !important;
}
.sticky {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
background: #f8f7f7;
padding: 30px;
border: 5px solid #eee;
}
.sticky .post-image img {
margin: 0;
padding: 0;
display: block;
}
.gallery-caption {
font-style: italic;
}
.bypostauthor {
margin: 0;
}
.openresponsivemenu {
display: none;
}
.dominion-ridge-copyright {
text-align:right;
}
.dominion-ridge-copyright a {
color: #fff;
}
.cbp-l-project-desc-full {
float: left;
width: 100%;
}
#top-search {
display: none !important;
}
.tls_logo_slider {
border: none !important;
}
.cbp-l-project-desc-text {
font: 400 14px/20px "Open Sans",sans-serif !important;
}
.about-us p {
margin-top: 0 !important;
}
.cbp-l-project-container {
margin-top: 0 !important;
}
.cbp-l-project-details-list a {
max-width: 200px;
display: inline-block;
line-height: normal;
}
.cbp-l-project-details-list strong.location {
vertical-align: top;
line-height: normal;
}  @media only screen and (max-width: 480px) {
body {
max-width: 480px;
}
#main-content #services .services-content {
display: none;
}
#main-content article .post-image {
width: 100%;
margin-right: 0;
}
} @media only screen and (max-width: 580px) {
body {
max-width: 580px;
}
.page .layer {
padding-bottom: 0 !important;
}
.single .layer {
padding-bottom: 0 !important;
}
header .layer {
padding-bottom: 120px;
}
header .header-top #logo {
width: 100%;
text-align: center;
}
header .header-top .call-for-action {
width: 100%;
margin-top: 15px;
text-align: center;
}
header .front-form .wpcf7-form .wpcf7-text {
width: 100% !important;
}
header .front-form .wpcf7-form input[type="email"] {
margin: 10px 0 10px 0 !important;
}
header .front-form .wpcf7-form textarea {
margin-top: 10px !important;
}
#main-content .featured .box3 {
width: 100% !important;
margin-top: 15px;
margin-left: 0 !important;
}
#main-content .featured .box3:first-child {
margin-top: 0;
}
article .post-entry input[type="password"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 5px 0;
padding: 0 28px !important;
display: block;
}
article .post-entry input[type="submit"] {
width: 100% !important;
}
article .post-entry .wpcf7-form .wpcf7-text {
width: 100% !important;
}
article .post-entry .wpcf7-form input[type="email"] {
margin: 6px 0 6px 0 !important;
}
#comments #respond .input-text {
width: 100% !important;
margin-top: 6px;
margin-left: 0 !important;
}
#comments #respond .input-text:first-child {
margin-top: 0;
}
#comments #respond #input-submit {
width: 100%;
}
#logo {
width: 100%;
height: auto;
}
#logo img {
width: 100%;
}
} @media only screen and (max-width: 768px) {
body {
max-width: 768px;
}
.navigation-menu {
width: 50% !important;
}
.navigation-menu .openresponsivemenu {
margin-top: 15px;
margin-left: 15px;
display: block;
fill: #414140;
cursor: pointer;
}
.navigation-menu .nav-container {
display: none;
}
.responsivemenu {
display: block !important;
}
.responsivemenu ul {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 200% !important;
background: #fff;
position: relative;
z-index: 999999;
float: left;
border-bottom: 3px solid #414140;
-webkit-border-bottom-right-radius: 5px;
-moz-border-bottom-right-radius: 5px;
-ms-border-bottom-right-radius: 5px;
-o-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-bottom-left-radius: 5px;
-ms-border-bottom-left-radius: 5px;
-o-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.responsivemenu ul li {
width: 100% !important;
font-size: 15px !important;
}
.responsivemenu ul li a {
text-align: center;
line-height: 40px !important;
height: 40px !important;
padding: 0 !important;
border-bottom: 1px solid #414140;
}
.responsivemenu ul li a:hover {
background: #eee;
border-bottom: 1px solid #414140 !important;
}
.responsivemenu ul li ul {
width: 100% !important;
margin-top: 0 !important;
position: initial !important;
display: block !important;
border: none !important;
}
.navigation-socials {
width: 50% !important;
}
#main-content .blog-left {
width: 100% !important;
}
#main-content .blog-left article #comments .comments-list .comment-avatar {
width: 100%;
}
#main-content .blog-left article #comments .comments-list .comment-entry {
width: 100%;
}
#main-content .sidebar {
width: 100% !important;
margin-top: 30px;
}
#main-content .sidebar ul li {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
#main-content .front {
width: 100% !important;
}
#main-content aside {
width: 100% !important;
}
footer .about-us {
width: 100% !important;
}
footer .contact-us {
width: 100% !important;
margin-top: 60px;
}
footer .directions {
width: 100% !important; }
h1, h2 {
text-align: center !important;
line-height: normal;
}
} @media only screen and (max-width: 1024px) {
body {
max-width: 1024px;
}
.inner {
width: 95%;
}
.headerbg {
display: none;
}
.header-top .call-for-action {
margin-left: 0;
float: right;
}
nav .navigation-menu {
width: 75%;
}
nav .navigation-socials {
width: 25%;
}
.front-form {
width: 100%;
}
.front-form .wpcf7-form .wpcf7-text {
width: 30.31%;
}
.front-form .wpcf7-form input[type="email"] {
margin: 0 4.44% 0 4.44%;
}
#main-content .featured .box3 {
width: 31.12%;
margin-left: 3.11%;
padding: 3.11%;
}
#main-content .featured .box3:first-child {
margin-left: 0;
}
#main-content .front {
width: 65.35%;
}
#main-content aside {
width: 31.12%;
}
#main-content .blog-left {
width: 65.76%;
}
#main-content .blog-left article .post-entry .wpcf7-form {
width: 100%;
}
#main-content .blog-left article .post-entry .wpcf7-form .wpcf7-text {
width: 32.49%;
}
#main-content .blog-left article .post-entry .wpcf7-form input[type="email"] {
margin: 0 1.26% 0 1.26%;
}
#main-content .blog-left .similar-articles .similar-article {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
width: 25% !important;
height: 80px !important;
margin-left: 0 !important;
padding: 0 !important;
}
#main-content .blog-left #comments .comments-list .comment-avatar {
width: 21.45%;
}
#main-content .blog-left #comments .comments-list .comment-entry {
width: 78.54%;
}
#main-content .blog-left #comments .comments-list .comment-entry iframe {
max-width: 100%;
}
#main-content .blog-left #comments #respond .input-text {
width: 32.49%;
margin-left: 1.26%;
}
#main-content .blog-left #comments #respond .input-text:first-child {
margin-left: 0 !important;
}
#main-content .sidebar {
width: 31.12%;
}
#main-content .sidebar .widget #s {
width: 86.66%;
}
#main-content .sidebar .widget #searchsubmit {
width: 13.33%;
}
#services .services-content .services-content-left {
width: 34.43%;
}
#services .services-content .services-content-left .service-button-box {
width: 88.85%;
}
#services .services-content .services-content-left .service-button-box .services-button {
width: 100%;
}
#services .services-content .services-content-left .service-button-box .service-button-hover {
display: none;
}
#services .services-content .services-content-right {
width: 65.57%;
}
footer .about-us {
width: 33.19%;
}
footer .contact-us {
width: 21.78%;
}
footer .directions {
width: 44.60%;
}
}
.hidden_row{
display: none !important;
}
.last_para{
display: none !important;
}.cff-wrapper:after{content:"";display:table;clear:both}#cff{float:left;width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cff-wrapper-ctn{overflow:hidden;box-sizing:border-box}.cff-wrapper-ctn.cff-wrapper-fixed-height{overflow:auto;overflow-x:hidden}#cff .cff-masonry-posts,#cff .cff-posts-wrap,.cff-wrapper-ctn{position:relative;clear:both;height:100%;top:0;bottom:0;width:100%}#cff .cff-posts-wrap-box-shadow{padding:5px}#cff .cff-item{float:left;width:100%;clear:both;padding:20px 0 15px 0;margin:0;border-bottom:1px solid #ddd}#cff .cff-item:first-child{padding-top:0}#cff .cff-item.cff-box,#cff .cff-item.cff-box:first-child{padding:15px;margin:8px 0;background:rgba(255,255,255,.5);border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-item.cff-box:first-child{margin-top:0}#cff .cff-item.cff-box:last-child{margin-bottom:0}#cff .cff-item.cff-shadow{box-shadow:0 0 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.cff-header{width:100%;margin:0 0 15px 0;padding:0;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box;display:flex;align-items:center}.cff-header .fa,.cff-header svg{margin:0 10px 0 0;padding:0}.cff-visual-header{margin-bottom:24px!important}.cff-visual-header .cff-header-hero{width:100%;height:300px;position:relative;overflow:hidden}.cff-visual-header .cff-header-hero img{width:100%;display:none}.cff-visual-header .cff-likes-box{position:absolute;bottom:10px;right:10px;padding:5px;background:#eee;line-height:1;border-radius:2px;color:#445790}.cff-visual-header .cff-likes-box .cff-square-logo{float:left;display:inline-block;line-height:0}.cff-visual-header .cff-likes-box .cff-square-logo svg{width:18px;vertical-align:top}.cff-visual-header .cff-likes-box .cff-likes-count{float:left;display:inline-block;margin-left:8px;vertical-align:top;font-size:15px;line-height:20px}.cff-visual-header .cff-header-inner-wrap{position:relative;display:block;text-decoration:none!important}.cff-visual-header .cff-header-inner-wrap a{color:inherit!important;border:0}.cff-visual-header .cff-header-img img{display:block;width:100px;border-radius:3px;padding:0;margin:0}.cff-visual-header.cff-has-cover .cff-header-img img{border:2px solid #fff}.cff-visual-header .cff-header-img{position:absolute;display:inline-block;line-height:1}.cff-visual-header.cff-has-cover .cff-header-img{top:-25px;left:10px}.cff-visual-header .cff-header-text{display:inline-block;float:left;margin:20px 0 0 120px}#cff .cff-visual-header .cff-header-text h3,.cff-visual-header .cff-header-text h3{display:inline-block;width:auto;margin:0 8px 0 0;padding:0;font-size:1.2em;line-height:1.2em}.cff-visual-header .cff-header-text{padding-top:10px;margin:0}.cff-visual-header.cff-has-name{min-height:100px}.cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{min-height:75px}.cff-visual-header.cff-has-name .cff-header-text{margin-left:120px}.cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{margin-left:125px}.cff-visual-header.cff-has-name .cff-header-text{padding-top:30px}.cff-visual-header.cff-has-name.cff-has-about .cff-header-text,.cff-visual-header.cff-has-name.cff-has-cover .cff-header-text{padding-top:10px}#cff .cff-visual-header .cff-header-inner-wrap .cff-bio,.cff-visual-header .cff-header-inner-wrap .cff-bio{display:block;width:100%;clear:both;margin:3px 0 0 0;padding:0;line-height:1.2em}.cff-visual-header .cff-header-name{float:left;padding:0 5px 2px 0}.cff-visual-header .cff-bio-info{font-size:.9em;line-height:1.7}.cff-visual-header .cff-bio-info svg{display:inline-block;width:1em;vertical-align:middle;position:relative;top:-2px}.cff-posts-count svg{padding-right:3px}.cff-header-inner-wrap:after,.cff-header-text:after{display:table;clear:both;content:" "}#cff .cff-less{display:none}#cff.cff-default-styles a{text-decoration:none}#cff.cff-default-styles a:focus,#cff.cff-default-styles a:hover{text-decoration:underline}#cff .cff-post-text-link{display:block}.cff-post-text{width:100%;float:left}#cff .cff-post-desc,#cff h3,#cff h4,#cff h5,#cff h6,#cff p{float:left;width:100%;clear:both;padding:0;margin:5px 0;word-wrap:break-word}#cff.cff-default-styles .cff-post-desc,#cff.cff-default-styles h3,#cff.cff-default-styles h4,#cff.cff-default-styles h5,#cff.cff-default-styles h6,#cff.cff-default-styles p{line-height:1.4}#cff .cff-date{float:left;min-width:50px;width:auto}#cff.cff-default-styles .cff-date{font-size:11px}#cff .cff-author{float:left;clear:both;margin:0 0 15px 0;padding:0;line-height:1.2;width:100%}#cff .cff-author a{text-decoration:none;border:none}#cff .cff-author-img{float:left;width:40px;height:40px;margin:0 0 0 -100%!important;font-size:0;background:#eee;background:url(//dominionridgesa.com/wp-content/plugins/custom-facebook-feed/assets/img/cff-avatar.png) no-repeat;background-size:100%;border-radius:50%}#cff .cff-author img{float:left;margin:0!important;padding:0!important;border:none!important;font-size:0;border-radius:50%}#cff .cff-author-img.cff-no-consent img{display:none}.cff-no-consent .cff-header-text{margin-left:0!important}.cff-no-consent .cff-header-hero,.cff-no-consent .cff-header-img{display:none!important}#cff .cff-author .cff-author-text span.cff-page-name{display:table-cell;vertical-align:middle;height:40px;margin:0;font-weight:700;padding-left:50px;float:none}#cff .cff-author .cff-story{font-weight:400}#cff.cff-default-styles .cff-author a{text-decoration:none}#cff .cff-author.cff-no-author-info .cff-date{margin-top:12px!important}#cff .cff-author.cff-no-author-info .cff-author-img{width:40px;height:40px;background:url(//dominionridgesa.com/wp-content/plugins/custom-facebook-feed/assets/img/cff-avatar.png) no-repeat;margin:0!important}#cff .cff-author .cff-author-text{float:left;width:100%}#cff .cff-author .cff-date,#cff .cff-author .cff-page-name{float:left;clear:both;width:auto;margin:0 0 0 50px!important}#cff.cff-default-styles .cff-author .cff-author-text *{font-weight:700;line-height:1.2}#cff .cff-author .cff-date{color:#9197a3;font-size:11px;margin-top:2px!important;margin-bottom:0!important}#cff.cff-default-styles .cff-author .cff-date{font-weight:400}#cff .cff-author .cff-page-name.cff-author-date{float:left;padding:3px 0 0 0;font-size:14px}#cff .cff-cta-link a,.cff-media-link .fa{display:inline-block;width:auto;padding:5px 7px 5px 6px;margin-right:6px;border:1px solid #eee;border:1px solid rgba(0,0,0,.1);border-radius:3px;background:rgba(0,0,0,.02)}#cff .cff-cta-link a:hover,.cff-media-link .fa:hover{background:#f9f9f9;background:rgba(0,0,0,.03);text-decoration:none}#cff .cff-cta-link a{padding:5px 15px}#cff .cff-break-word{word-break:break-all}#cff .cff-expand{display:none}#cff.cff-default-styles .cff-expand a{font-size:11px;font-weight:400}#cff .cff-shared-link{float:left;clear:both;width:100%;padding:5px 10px;margin:10px 0 5px 0;background:#f9f9f9;border:1px solid #d9d9d9;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.07);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-no-styles{background:0 0;border:none;padding:0}#cff .cff-link{float:left;clear:both;max-width:20%;margin:10px 0 0 0}#cff .cff-link img{max-width:100%}#cff .cff-link-title{float:left;clear:both;width:100%;display:block}#cff.cff-default-styles .cff-link-title{font-weight:700}#cff p.cff-link-title{margin:5px 0 0 0}#cff .cff-text-link{float:left;clear:none;width:72%;margin-left:3%;padding:0 0 5px 0}#cff .cff-link-caption{margin:0}#cff.cff-default-styles .cff-link-caption{font-size:12px}#cff .cff-text-link.cff-no-image{width:100%;margin-left:0}#cff .cff-post-desc{margin:5px 0 0 0}#cff .cff-details{float:left;clear:none;width:100%;margin:0;padding:0}#cff .cff-details h5{margin:0 0 5px 0}#cff.cff-default-styles .cff-details h5{padding:0;font-size:16px}#cff.cff-default-styles .cff-details p{font-size:14px}#cff .cff-timeline-event .cff-date,#cff .cff-timeline-event .cff-info,#cff .cff-timeline-event .cff-timeline-event-title,#cff .cff-timeline-event .cff-where{display:block;width:100%;clear:both}#cff .cff-details .cff-info{padding:10px 0 0 0}#cff.cff-default-styles .cff-details .cff-info{line-height:1.2}#cff .cff-desc-wrap{float:left;width:100%}#cff .cff-note-title{display:block;font-weight:700;padding-bottom:5px}#cff .cff-post-links{float:left;clear:none;padding:5px 0 0 0;margin:0}#cff.cff-default-styles .cff-post-links{font-size:11px}#cff .cff-post-links.cff-left{float:left;margin:8px 0}#cff.cff-default-styles .cff-post-links a{font-size:11px}#cff .cff-post-links a:first-child{padding-left:0;margin:0}#cff .cff-dot{padding:0 5px}#cff .cff-share-container{position:relative;display:inline}#cff .cff-share-tooltip{display:none;position:absolute;z-index:1000;bottom:22px;right:-40px;width:110px;padding:3px 5px 4px 5px;margin:0;background:#333;color:#eee;font-size:12px;line-height:1.3;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-share-tooltip .fa-play{position:absolute;font-size:8px;bottom:-6px;left:50%;margin-left:-3px;color:#333}#cff .cff-share-tooltip a .fa,#cff .cff-share-tooltip a svg{font-size:16px;margin:0;padding:5px}#cff .cff-share-tooltip a{display:block;float:left;margin:0!important;padding:0!important;color:#eee!important;opacity:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#cff .cff-share-tooltip a:hover{color:#fff!important}#cff .cff-share-tooltip .cff-facebook-icon:hover{background:#3b5998}#cff .cff-share-tooltip .cff-twitter-icon:hover{background:#00aced}#cff .cff-share-tooltip .cff-google-icon:hover{background:#dd4b39}#cff .cff-share-tooltip .cff-linkedin-icon:hover{background:#007bb6}#cff .cff-share-tooltip .cff-pinterest-icon:hover{background:#cb2027}#cff .cff-share-tooltip .cff-email-icon:hover{background:#dd4b39}#cff .cff-share-tooltip a.cff-show{opacity:1;transition:opacity .2s ease}.cff-likebox{float:left;width:100%;position:relative;margin:20px 0 0 0}.fb_iframe_widget{border:none;overflow:hidden}.cff-likebox .fb_iframe_widget{width:100%}.cff-likebox .fb_iframe_widget span{width:100%!important}.cff-likebox .fb_iframe_widget iframe{margin:0;position:relative;top:0;left:0;width:100%!important;height:100%}.cff-likebox.cff-top.cff-outside{margin-bottom:10px}.cff-likebox.cff-bottom.cff-outside{margin-top:10px}#cff.cff-fixed-height{padding:5px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-error-msg{display:none;position:relative;font-size:12px;font-family:sans-serif;padding:8px 12px;border:1px solid #ddd;margin-bottom:10px;clear:both;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}#cff .cff-error-msg p{float:none}#cff .cff-error-msg .cff_notice_dismiss{position:absolute;top:4px;right:8px}#cff #cff-error-reason{display:none;padding:5px 0 0 0;clear:both}#cff.cff-default-styles .cff-credit{font-size:11px}#cff.cff-default-styles .cff-credit a{text-decoration:none}#cff .cff-credit img{float:left;margin:-2px 5px 0 0}#cff .cff-credit .fa{padding-right:5px;font-size:13px}.cff-credit a{display:flex;align-items:center}.cff-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important}@media all and (max-width:640px){#cff.cff-width-resp{width:100%!important}.cff-wrapper .cff-visual-header .cff-header-img img{width:80px}.cff-wrapper .cff-visual-header.cff-has-name .cff-header-text{margin-left:95px}.cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{margin-left:105px}}#cff .cff-comment .cff-comment-text img,#cff img.emoji,#cff-lightbox-wrapper .cff-comment .cff-comment-text img,#cff-lightbox-wrapper img.emoji{float:none;max-width:100%}#cff .cff-linebreak{display:block;height:5px}#cff.cff-masonry .cff-item.cff-box{margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry{box-sizing:border-box}#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-item:first-child{padding-top:20px;margin-top:0}#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox{float:none;display:inline-block;width:30.3%;margin:0 1.5%;margin-bottom:20px}#cff.cff-masonry.cff-opaque-comments .cff-item{z-index:1}#cff.cff-masonry.masonry-2-desktop .cff-item{width:47%;margin:0 1.5%}#cff.cff-masonry.masonry-4-desktop .cff-item{width:22%;margin:0 1.5%}#cff.cff-masonry.masonry-5-desktop .cff-item{width:17%;margin:0 1.5%}#cff.cff-masonry.masonry-6-desktop .cff-item{width:13.516%;margin:0 1.5%}@media (min-width:481px) and (max-width:800px){#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox,#cff.cff-masonry.masonry-2-desktop .cff-item,#cff.cff-masonry.masonry-3-desktop .cff-item,#cff.cff-masonry.masonry-4-desktop .cff-item,#cff.cff-masonry.masonry-5-desktop .cff-item,#cff.cff-masonry.masonry-6-desktop .cff-item{width:100%;margin:0}#cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-likebox{width:47%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-likebox{width:30.3%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-4-tablet .cff-item,#cff.cff-masonry.masonry-4-tablet .cff-likebox{width:22%;margin-left:1.5%;margin-right:1.5%}}@media (max-width:480px){#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox,#cff.cff-masonry.masonry-2-desktop .cff-item,#cff.cff-masonry.masonry-3-desktop .cff-item,#cff.cff-masonry.masonry-4-desktop .cff-item,#cff.cff-masonry.masonry-5-desktop .cff-item,#cff.cff-masonry.masonry-6-desktop .cff-item{width:100%;margin:0}#cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-likebox{width:47%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-likebox{width:30.3%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.cff-mob-cols-1 .cff-posts-wrap .cff-item{width:100%}}#cff.cff-masonry .cff-comments-box{position:relative;z-index:999}#cff.cff-masonry .cff-comment-attachment,#cff.cff-masonry .cff-comment-replies-box{max-width:100%}#cff.cff-masonry .cff-load-more{display:block;float:left;clear:both}#cff.cff-masonry.cff-masonry-css{width:100%;overflow:hidden;margin-bottom:20px}#cff.cff-masonry.cff-masonry-css{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-column-fill:auto;column-fill:unset;-webkit-column-count:3;-moz-column-count:3;column-count:3;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-desktop{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-4-desktop{-webkit-column-count:4;-moz-column-count:4;column-count:4;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-5-desktop{-webkit-column-count:5;-moz-column-count:5;column-count:5;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-6-desktop{-webkit-column-count:6;-moz-column-count:6;column-count:6;margin:0}#cff.cff-masonry.cff-masonry-css .cff-item,#cff.cff-masonry.cff-masonry-css .cff-likebox,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item{float:none;display:inline-block;width:100%;margin:0 0 12px 0}#cff.cff-masonry.cff-masonry-css .cff-likebox{width:99.5%}#cff.cff-masonry.cff-masonry-css .cff-load-more{margin:0 0 10px 0;position:relative;bottom:0}@media only screen and (max-width:780px){#cff.cff-masonry.cff-masonry-css,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop{-webkit-column-count:1;-moz-column-count:1;column-count:1}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile,#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-item{width:100%}}#cff.cff-disable-masonry{height:auto!important}#cff.cff-disable-masonry .cff-item,#cff.cff-disable-masonry .cff-likebox{position:relative!important;top:auto!important}#cff.cff-dark .cff-album-item,#cff.cff-dark .cff-item,#cff.cff-dark .cff-item.cff-box,#cff.cff-dark .cff-item.cff-box:first-child{background-color:rgba(0,0,0,.85);color:rgba(255,255,255,.75)}#cff.cff-dark .cff-item a{color:#fff;text-decoration:underline}#cff.cff-dark .cff-date{color:rgba(255,255,255,.5)}#cff.cff-dark .cff-album-info a,#cff.cff-dark .cff-author-date,#cff.cff-dark .cff-post-links a{color:#fff}#cff.cff-dark .cff-album-info p{color:rgba(255,255,255,.75)}#cff.cff-light .cff-album-item,#cff.cff-light .cff-item,#cff.cff-light .cff-item.cff-box,#cff.cff-light .cff-item.cff-box:first-child{background-color:rgba(255,255,255,.95);color:rgba(0,0,0,.8)}#cff.cff-light .cff-item a{color:#000;text-decoration:underline}#cff.cff-light .cff-date{color:rgba(0,0,0,.5)}#cff.cff-light .cff-album-info a,#cff.cff-light .cff-author-date,#cff.cff-light .cff-post-links a{color:#000}#cff.cff-light .cff-album-info p{color:rgba(0,0,0,.7)}.cff-num-diff-hide{display:none!important}.cff-gdpr-notice{max-width:100%;box-sizing:border-box;padding:8px 15px;margin:0;font-size:12px;background:#fdf7f7;display:inline-block;border-radius:5px;border:1px solid #e4b1b1;line-height:1.3;display:none}