/*
Theme Name: CST Tax Advisors
*/

/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Alignment
 * 5.0 - Caption
 * 6.0 - Galleries
 * 7.0 - Audio / Video
 * 8.0 - RTL
 */

/**
 * 1.0 Body
 */

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'GothamBook';
    font-size: 16px;
	font-weight: normal;
    line-height: 1.5;
	vertical-align: baseline;
}
/**
 * 2.0 Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0 0 20px 0;
}

h1 {
	color: #091835;
	font-size: 42px;
	line-height: 1.2308;
}


h2 {
    color: #091835;
    font-family: AvenirBlack;
    font-size: 30px;
    line-height: 1.1;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 25px;
}


h3 {
    color: #091835;
    font-family: AvenirBlack;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
}

h4 {
    font-family: AvenirBlack;
    color: #000;
	font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
}

h5{
    font-family: 'GothamBold';
    font-size: 16px;
    line-height: 19px;
    color: #091835;
    margin-bottom: 0;
}
h6 {
    font-family: 'GothamBook';
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color: inherit;
	text-decoration: none;
}
@media only screen and (max-width: 64.063em) {
    h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .text-center h2{
    	font-size: 30px;
    }
}
p {
	margin: 0 0 20px;
}

b,
strong {
	font-weight: 400;
    color: #000;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    border-left: 0;
}
blockquote p{
    position: relative;
    font-size: 19px;
    line-height: 34px;
    color: #000;
}
.testimonials blockquote p:before,
.testimonials blockquote p:after{
    font-family: 'icomoon';
    font-size: 50px;
    color: #f2f2f2;
    position: absolute;
}
.testimonials blockquote p:before{
    content: "\e90e";
    left: -55px;
    top: -10px;
}
.testimonials blockquote p:after{
    content: "\e910";
    bottom: -10px;
    right: 0;
}.testimonials blockquote cite{
     display: inline-block;
 }
.testimonials blockquote cite:before{
    display: none;
}
blockquote > blockquote {
	margin-left: 0;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}
@media only screen and (max-width: 64.063em){
    .testimonials  blockquote{
        padding: 0 25px;
    }
    .testimonials blockquote p{
        font-size: 14px;
    }
    .testimonials blockquote p:before,
    .testimonials blockquote p:after {
        font-size: 25px;
    }
    .testimonials  blockquote p:before {
        left: -15px;
        top: -10px;
    }
    .testimonials blockquote p:after{
        bottom: -10px;
        right: -25px;
    }

}
address {
	font-style: italic;
	margin: 0 0 28px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	font-size: 17px;
	line-height: 1.2353;
	margin-bottom: 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 50%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 4ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 3.0 Elements
 */

hr {
	background-color: #d8dadc;
	border: 0;
	height: 1px;
	margin-top: 30px;
    margin-bottom: 0;
}

ol,
ul {
    margin: 20px 0;
    padding: 0 0 0 20px;
}

ul {
    list-style-type: disc;
}
ul li,
ol li{
    margin-bottom: 20px;
}
ol {
    list-style: decimal outside;
}

li > ul,
li > ol {
    margin: 0;
}

dl {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 10px;
}

table,
th,
td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid #eaeaea;
}


table,
.mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 20px;
	width: 100%;
}

table th,
.mce-item-table th,
table caption {
	border-width: 0 1px 1px 0;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
	font-weight: 600;
}

table td,
.mce-item-table td {
	border-width: 0 1px 1px 0;
	padding: 7px;
	vertical-align: baseline;
}

img {
	border: 0;
	height: auto;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

a {
	color: #205f93;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/**
 * 4.0 Alignment
 */

.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

.alignright {
	float: right;
	margin: 7px 0 28px 28px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}


/**
 * 5.0 Caption
 */

.wp-caption {
	background: transparent;
	border: none;
	color: #707070;
	margin: 0 0 28px 0;
	max-width: 660px;
	padding: 0;
	text-align: inherit;
}

.wp-caption.alignleft {
	margin: 7px 28px 21px 0;
}

.wp-caption.alignright {
	margin: 7px 0 21px 28px;
}

.wp-caption.aligncenter {
	margin: 7px auto;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}


/**
 * 6.0 Galleries
 */

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery .gallery-caption {
	color: #707070;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 7.0 Audio / Video
 */

.mce-content-body .wpview-wrap {
	margin-bottom: 32px;
}

.mce-content-body .wp-audio-playlist {
	margin: 0;
}


/**
 * 8.0 RTL
 */

body.rtl {
	font-family: Arial, Tahoma, sans-serif;
}

.rtl blockquote {
	border-left: none;
	border-right: 4px solid #707070;
	margin: 0 -21px 35px 0;
	padding-left: 0;
	padding-right: 17px;
}

.rtl blockquote > blockquote {
	margin-left: auto;
	margin-right: 0;
}

.rtl li > ul,
.rtl li > ol {
	margin: 0 23px 0 0;
}

.rtl table th,
.rtl table caption {
	text-align: right;
}
