/*
Theme Name: sawtellcatholicchurch
*/
@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";
@charset "UTF-8";

*{
    margin: 0px;
    padding: 0px;
}
a:focus, a:hover{
    text-decoration: none;
}
.btn:hover, .btn:active{
    outline: none;
    color: #fff;
}
.btn{
    border:0;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
body{
    font-family: Arial, sans-serif;
}
@font-face {
	font-family:'TrajanPro-Bold';
	src: url('fonts/TrajanPro-Bold_gdi.eot');
	src: url('fonts/TrajanPro-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/TrajanPro-Bold_gdi.woff') format('woff'),
		url('fonts/TrajanPro-Bold_gdi.ttf') format('truetype'),
		url('fonts/TrajanPro-Bold_gdi.otf') format('opentype'),
		url('fonts/TrajanPro-Bold_gdi.svg#TrajanPro-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}



@font-face {
    font-family: 'avantgarde_md_btmedium';
    src: url('fonts/avgardm-webfont.eot');
    src: url('fonts/avgardm-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avgardm-webfont.woff2') format('woff2'),
         url('fonts/avgardm-webfont.woff') format('woff'),
         url('fonts/avgardm-webfont.ttf') format('truetype'),
         url('fonts/avgardm-webfont.svg#avantgarde_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avantgarde_bk_btbook';
    src: url('fonts/avgardn-webfont.eot');
    src: url('fonts/avgardn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avgardn-webfont.woff2') format('woff2'),
         url('fonts/avgardn-webfont.woff') format('woff'),
         url('fonts/avgardn-webfont.ttf') format('truetype'),
         url('fonts/avgardn-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
#menu {
    background: #2b388f;
    padding: 10px 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}
.spacers {
    height: 58px;
    float: left;
    width: 100%;
}

.menu-items{
	text-align: center;
}
.menu-items ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-items ul li{
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding-left: 10px;
} 
.menu-items ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px 0 0px;
    font-size: 27px;
}	
.menu-items ul li:after {
    content: "";
    background: #f16322;
    width: 2px;
    height: 24px;
    position: absolute;
    top: 7px;
}
.menu-items ul li:last-child:after {
	display: none;
}
.menu-items ul li a:hover {
    color: #f16322;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 0;
    left: 0;
    background: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.slide-content {
    position: absolute;
    top: 0;
    text-align: center;
}
.symbol-image{
	margin: 0 auto;
}
section#content-head {
    background: #f16322;
    text-align: center;
    float: left;
    width: 100%;
}
section#content-head h1 {
    color: #fff;
    font-size: 46px;
    margin: 10px 0 10px 0;
    font-family: TrajanPro-Bold;
}
section#bulletin-part {
    padding: 25px 0;
    float: left;
    width: 100%;
}
.bulletin-text {
    margin: 14px 0 0 0;
}
.bulletin-text p {
    margin: 0 0 0 0;
}
a.read-more {
    background: #2b388f;
    color: #fff;
    padding: 7px 15px 7px 15px;
    border-radius: 6px;
    font-size: 13px;
}
a.read-more:hover {
    background: #f16322;
}

.read-parent{
	text-align: center;
}
.read-parent {
    text-align: center;
    margin: 20px 0 0 0;
}
.bulletin-content:after {
    background: #2b388f;
    width: 1px;
    height: 344px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
}
.bulletin-content:last-child:after {
	width: 0;
}
#church{
	background: #f9a51a;
	float: left;
	width: 100%;
}
.church-text {
    float: left;
    width: 55%;
}
.church-image {
    float: left;
    width: 45%;
}
.church-text {
    padding: 15px 20px 3px 0;
}
.church-text p {
    font-size: 18px;
    float: right;
    margin-left: 15%;
    margin-bottom: 20px;
}
.rademoretext {
    margin: 22px auto;
    text-align: center;
    display: block;
}
.rademoretext a {
    background: #2b388f;
    font-size: 17px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.rademoretext a:hover {
    background: #f16322;
}
.church-image img {
    height: 259px;
    width: 100%;
}
section#contact {
    background: #dbdcdd;
}
section#contact {
    background: #dbdcdd;
    float: left;
    width: 100%;
    padding: 35px 0;
}
.last-form {
    margin: 38px 0 0 0;
}
.contact-form .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0 0 5px 0;
}
.rem-right-pad{
    padding-right: 2px;
}
.rem-left-pad{
    padding-left: 2px;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.detop-margin{
    margin-top: 35px;
}
.last-form textarea#inputEmail {
    width: 100%;
    outline: none;
    font-weight: 500;
    padding: 2px 0 0 10px;
    border: 0;
}
.contact-details p {
    color: #58595B;
    font-size: 20px;
    margin-bottom: 15px;
}
.contact-details a {
    color: #58595B;
}
.contact-details a:hover{
    color: #f16322;
}
span.cont-text1 {
    margin: 0 0 0 16px;
}
span.cont-text2 {
    margin: 0 0 0 8px;
}
span.cont-text3 {
    margin: 0px 0 0 15px;
}
.last-form p {
    font-size: 20px;
    margin-left: 15px;
    color: #58595B;
}
.form-control::-webkit-input-placeholder { color: #000; }
.form-control:-moz-placeholder { color: #000; } 
.form-control::-moz-placeholder { color: #000; } 
.form-control:-ms-input-placeholder { color: #000; }
::-webkit-input-placeholder { color: #000; }
:-moz-placeholder { color: #000; } 
::-moz-placeholder { color: #000; } 
:-ms-input-placeholder { color: #000; }
.btn-boook{
	background: #023F87;
	padding: 0;
	border-radius: 0;
}
.btn-boook:hover {
    background: #f16322;
}

.btn-boook {
    background: #023F87;
    padding: 10px 20px 10px 20px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
}
footer {
    float: left;
    width: 100%;
    background: #58585a;
    padding: 18px 0 10px 0;
}
.foot-logo {
    padding: 0px 0px 0 27px;
}
footer p {
    color: #fff;
    font-size: 13px;
}
.location {
    width: 358px;
    margin: 35px 0 0 75px;
    float: none;
}
.fon-mail p {
    padding: 7px 0 0 0;
    line-height: 16px;
}
.fon-mail {
    float: left;
    padding: 21px 12px 20px 8px;
    border-left: 2px solid #76777a;
    margin-left: -52px;
}
.foot-product {
    float: left;
    width: 266px;
    border-left: 2px solid #6d6d70;
    padding: 0 0 0 16px;
}
.left {
    float: left;
    width: 36%;
}
.right {
    float: left;
    width: 36%;
}
#admin {
    float: left;
    width: 100%;
    background: #231F20;
    text-align: center;
}
#admin p {
    margin: 0;
    padding: 7px 0 7px 0;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
#admin a{
    color: #fff;
}
.admin1{
    color: #73cee2;
    font-weight: 500;
}
#admin .admin1 a {
    color: #fff;
}
.social {
    border-left: 2px solid #76777a;
    float: left;
    padding: 0 5px;
    width: 104px;
    border-right: 2px solid #76777a;
    text-align: center;
    margin: 0 0 0 -7px;
}
.social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.social ul li:nth-child(1) {
    background: url(images/social.png) no-repeat 0 0;
}
.social ul li:nth-child(2) {
    background: url(images/social.png) no-repeat -41px 0;
}
.social ul li:nth-child(3) {
    background: url(images/social.png) no-repeat 0 -41px;
}
.social ul li:nth-child(4) {
    background: url(images/social.png) no-repeat -41px -41px;
}
.social ul li:nth-child(1):hover {
    background: url(images/socialh.png) no-repeat 0 0;
}
.social ul li:nth-child(2):hover {
    background: url(images/socialh.png) no-repeat -41px 0;
}
.social ul li:nth-child(3):hover {
    background: url(images/socialh.png) no-repeat 0 -41px;
}
.social ul li:nth-child(4):hover {
    background: url(images/socialh.png) no-repeat -41px -41px;
}
.social li{
    background: url(images/social.png) no-repeat 0 0 / contain;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 41px;
    margin: 0;
    transition: all 0.3s linear 0s;
    width: 41px;
}
.social {
    border-left: 2px solid #6c6d70;
    float: left;
    padding: 0 5px;
    width: 104px;
    border-right: 2px solid #6c6d70;
    text-align: center;
    margin: 0px 0 0 -34px;
}
.foot-logo {
    padding: 15px 0px 0 18px;
}
section#sawtell-slide {
    float: left;
    width: 100%;
}
.slide-content-wrapper {
    margin: 0 auto;
    position: relative;
    width: 1100px;
}
.slide-content {
    position: absolute;
    top: 171px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 99;
}
.slide-text {
    margin: 20px 0;
}
.slide-text h1 {
    font-family: TrajanPro-Bold;
    color: #fff;
    line-height: 50px;
    font-size: 40px;
    text-shadow: 4px 2px 3px #000;
}
.special {
    display: block;
    background: rgba(61, 80, 226, 0.73);
    width: 500px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 20px 0;
    text-align: center;
    font-size: 21px;
    color: #fff;
}
.special h3 {
    font-family: TrajanPro-Bold;
    color: #fff;
    line-height: 50px;
    font-size: 32px;
}
.special p {
    font-size: 21px;
    color: #fff;
}
.fon-mail a {
    color: #fff;
}
.fon-mail a:hover{color: #f16322;}
.contact-form textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 235px;
}
@media only screen and (max-width: 1920px) and (min-width: 1440px){
.church-child {
    float: right;
    width: 88%;
}
.church-text {
    padding: 28px 20px 3px 0;
    /* text-align: justify; */
}
}


.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
.pagination-block ul {
  padding-bottom: 40px;
  text-align: center;
}
.pagination-block li {
  display: inline-block;
  margin: 0 1px 0 1px;
}
.pagination-block li .current {
  background: #777 none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #fff;
}
.pagination-block li a, .pagination-block li span {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  color: #737479;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  border-radius: 3px;
}
.pagination-block li a:hover{
  text-decoration: none;
}
.clearfix {
    clear: both;
}
.pagination-block li a:focus {
   text-decoration: none;
}

#news-parent .news-permalink ul {
    list-style-type: none;
    display: inline-flex;
    padding-top: 7px;
}
.news-permalink{
    border-top: 2px solid rgb(234, 234, 234);
    border-bottom: 2px solid rgb(234, 234, 234);
    margin-top: 10px;
    margin-bottom: 10px;
}   
.news-permalink ul li {
    padding-right: 20px;
}
.news-permalink ul li img{
    padding: 0 3px 4px 0; 
}  
.news-permalink ul li a{
    text-decoration: none;
    color: #333;  
} 
.news-welcome{
   
} 
.news-welcome .btn, .news-welcome .btn:active, .news-welcome .btn:hover, .news-welcome .btn:focus {
    background: #444345;
    border-radius: 7px;
    color: #fff;
    padding: 5px 7px 5px 7px;
} 
#news-parent .sidebar{
  
} 
#news-parent .sidebar h3{
    background: #444345;
    color: #fff;
    padding: 7px 0px 7px 15px;
}
.news-sexc {
    background: #fff;
    /* padding: 35px; */
}
.cotect-text-img {
    margin: 0 0 20px 0;
}
.cotect-text-img img {
    display: inline;
margin-right:10px; 
}
.cotect-text-img p {
    display: inline;
}
h3.widget-title {
    background: #262262;
    color: #fff;
    line-height: 50px;
    padding: 0px 15px;
    margin-bottom: 15px;
    margin-top: 0;
    font-family: TrajanPro-Bold;
    font-size: 20px;
}
ul.xoxo {
    background: none;
    padding: 10px;
    margin-top: 12px;
}

.xoxo li {
    list-style-type: none;
}

.title h1 {
    font-family: TrajanPro-Bold;
    text-align: center;
    font-size: 35px;
    margin: 30px 0;
}
.news-sexc h1 {
    font-family: TrajanPro-Bold;
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.news-welcome p {
    font-size: 15px;
    font-family: Arial;
    margin: 0 0 20px 0;
}
.xoxo li ul li:last-child {
    border-bottom: 0;
}
.xoxo li ul li {
    list-style-type: disc;
    list-style-position: inside;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}
.xoxo li ul li  a{color:#000;}
.xoxo li ul li  a:hover{color:#f16322;}

.entry-contents h3 {
    margin: 10px 0 10px 0;
    font-family: TrajanPro-Bold;
    font-size: 20px;
    color: #484848;
}
.entry-contents h1{
    margin: 10px 0 10px 0;
    font-family: TrajanPro-Bold;
    color: #484848;
}
.entry-contents h2 {
    margin: 10px 0 10px 0;
    font-family: TrajanPro-Bold;
    color: #484848;
}
.entry-contents h3 {
    margin: 10px 0 10px 0;
    font-family: TrajanPro-Bold;
    font-size: 20px;
    color: #484848;
}
.entry-contents h4 {
    margin: 10px 0 10px 0;
    font-family: TrajanPro-Bold;
    color: #484848;
}
.entry-contents h5 {
    margin: 10px 0 10px 0;
    font-family: TrajanPro-Bold;
    color: #484848;
}
.entry-contents h6 {
    margin: 10px 0 10px 0;
    font-family: TrajanPro-Bold;
    color: #484848;
}
.entry-contents p {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 20px;
    color: #252525;
    font-family: Arial;
}
.entry-contents a {
    font-weight: bold;
    color: #f16322;
}
.entry-contents a:hover {
    color: #262262;
}
.entry-contents table tr td {

	background:#ebebeb;

	background:-moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);

	background:-webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);

	background:-o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#ebebeb')";

	padding:15px 15px;

	color:#666666;

	text-shadow:1px 1px 1px #ffffff;

}

.entry-contents table tr td a {

	text-decoration:none;

	color:#333333;

}

.entry-contents table tr td a:hover {

	color:#056839;

}
.entry-contents img {
    border: 8px solid #f3f3f3;
    border-radius: 3px;
}
.entry-contents {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.mobile-view{display:none;}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    float: left;
}

.news-sexc img {
    max-width: 100%;
}
.news-welcome a {
    background: #444345;
    border-radius: 7px;
    color: #fff;
    display: block;
    padding: 5px 7px 5px 7px;
    width: 154px;
    text-align: center;
}