

p {
padding-bottom: 25px;
}

.card {
    border: 1px solid #CFD6E5 !important;
box-shadow: 0 4px 10px rgba(166,176,196,.08),0 9px 22px rgba(166,176,196,.18);
border-radius: 15px;
background-color: #FAF9F8; 
}

/*change the layout of the title*/
.blog_single.blog_holder article .post_text .post_text_inner {
    text-align: center;
}

/*change the layout of the featured image*/
.blog_holder article .post_image img, .blog_holder article .post_image>a {
    max-width: 640px;
    margin-left: auto;
    position: relative;
    width: 100%;
    display: block;
    margin-right: auto;
    padding-top: 25px;
}

/*padding for the h3 title*/
h3, .h3, h3 a {
    padding-bottom: 25px;
}

/*a small padding for the menu*/
nav.main_menu.right>ul {
    left: auto;
    padding-right: 20px;
}

/*lay-out of the button on the contact form*/
body .gform_wrapper input[type=submit], body .gform_wrapper input[type=button], body .gform_wrapper input[type=reset] {
height: 30px;
    line-height: 30px;
    font-size: 14px !important;
    padding: 0 17px;   
    color: #ffffff;
    border-color: #af4330;
    background-color: #af4330;
    text-transform: none !important;
}

/*align the button beneath the contact form*/
.gform_wrapper .gform_footer {
    text-align: center;
}

/*change the color of the text on the gravity form input fields*/
.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
    box-sizing: border-box;
    color: #ffffff;
}

/*remove the border for the animated social media icons*/
.animated_icons_with_text .animated_icon_with_text_inner:before {
border:none !important;
}
.animated_icons_with_text .animated_icon_with_text_inner:after {
border:none !important;
}

/*text alignment*/
p {
    text-align: justify;
}

/*hide extra post info above picture/images*/
div.ppt {
    display: none !important;
}

/*no text decoration for the h2 link*/
h2 a {
    text-decoration: none;
}

/*change the font weight of the social media icon text on the contact page*/
.animated_icon_with_text_holder .animated_text {
font-weight: 400;
}

/*change the size and color of the side area icons*/
.side_menu_button a:last-child {
    font-size: 30px;
    color: #041350;
}

/* mobile CSS */

/* desktop */
@media only screen 
and (min-device-width : 1025px) {

}

/* iPad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : landscape) {
.side_menu_button a:last-child {
    display: none;
    font-size: 30px;
    color: #ae4430;
}
}

/* iPad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}

/* iPhone */
@media (max-width: 767px) {

}
